Normalize translations

ran yarn build:development && i18n-tasks normalize && yarn manage:translations && i18n-tasks remove-unused
This commit is contained in:
Renato "Lond" Cerqueira
2018-08-26 12:27:13 +02:00
parent b4ae56e82f
commit e1049a94aa
50 changed files with 332 additions and 0 deletions

View File

@ -271,6 +271,10 @@
"defaultMessage": "This post cannot be boosted",
"id": "status.cannot_reblog"
},
{
"defaultMessage": "This post is only visible by other users of your instance",
"id": "status.local_only"
},
{
"defaultMessage": "Favourite",
"id": "status.favourite"
@ -795,6 +799,31 @@
],
"path": "app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.json"
},
{
"descriptors": [
{
"defaultMessage": "Federated",
"id": "federation.federated.short"
},
{
"defaultMessage": "Allow toot to reach other instances",
"id": "federation.federated.long"
},
{
"defaultMessage": "Local-only",
"id": "federation.local_only.short"
},
{
"defaultMessage": "Restrict this toot only to my instance",
"id": "federation.local_only.long"
},
{
"defaultMessage": "Adjust status federation",
"id": "federation.change"
}
],
"path": "app/javascript/mastodon/features/compose/components/federation_dropdown.json"
},
{
"descriptors": [
{
@ -1733,6 +1762,15 @@
],
"path": "app/javascript/mastodon/features/status/components/action_bar.json"
},
{
"descriptors": [
{
"defaultMessage": "This post is only visible by other users of your instance",
"id": "status.local_only"
}
],
"path": "app/javascript/mastodon/features/status/components/detailed_status.json"
},
{
"descriptors": [
{