Fix returned translations. (#10298)

Add Japanese translations for the admission-based registrations.
This commit is contained in:
mayaeh
2019-03-17 11:12:47 +09:00
committed by Eugen Rochko
parent 735b8be204
commit 97e5f739f7
5 changed files with 33 additions and 31 deletions

View File

@ -131,15 +131,6 @@
],
"path": "app/javascript/mastodon/components/domain.json"
},
{
"descriptors": [
{
"defaultMessage": "It crashed!",
"id": "error_boundary.it_crashed"
}
],
"path": "app/javascript/mastodon/components/error_boundary.json"
},
{
"descriptors": [
{
@ -1870,6 +1861,10 @@
{
"defaultMessage": "Boosts:",
"id": "notifications.column_settings.reblog"
},
{
"defaultMessage": "Poll results:",
"id": "notifications.column_settings.poll"
}
],
"path": "app/javascript/mastodon/features/notifications/components/column_settings.json"
@ -1888,6 +1883,10 @@
"defaultMessage": "Boosts",
"id": "notifications.filter.boosts"
},
{
"defaultMessage": "Poll results",
"id": "notifications.filter.polls"
},
{
"defaultMessage": "Follows",
"id": "notifications.filter.follows"
@ -1912,6 +1911,10 @@
{
"defaultMessage": "{name} boosted your status",
"id": "notification.reblog"
},
{
"defaultMessage": "A poll you have voted in has ended",
"id": "notification.poll"
}
],
"path": "app/javascript/mastodon/features/notifications/components/notification.json"
@ -1973,24 +1976,6 @@
],
"path": "app/javascript/mastodon/features/reblogs/index.json"
},
{
"descriptors": [
{
"defaultMessage": "A look inside...",
"id": "standalone.public_title"
}
],
"path": "app/javascript/mastodon/features/standalone/community_timeline/index.json"
},
{
"descriptors": [
{
"defaultMessage": "A look inside...",
"id": "standalone.public_title"
}
],
"path": "app/javascript/mastodon/features/standalone/public_timeline/index.json"
},
{
"descriptors": [
{