0
0
Fork 0

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": [
{

View file

@ -133,7 +133,6 @@
"empty_column.mutes": "You haven't muted any users yet.",
"empty_column.notifications": "You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.public": "There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"error_boundary.it_crashed": "It crashed!",
"follow_request.authorize": "Authorize",
"follow_request.reject": "Reject",
"getting_started.developers": "Developers",
@ -248,6 +247,7 @@
"notification.favourite": "{name} favourited your status",
"notification.follow": "{name} followed you",
"notification.mention": "{name} mentioned you",
"notification.poll": "A poll you have voted in has ended",
"notification.reblog": "{name} boosted your status",
"notifications.clear": "Clear notifications",
"notifications.clear_confirmation": "Are you sure you want to permanently clear all your notifications?",
@ -258,6 +258,7 @@
"notifications.column_settings.filter_bar.show": "Show",
"notifications.column_settings.follow": "New followers:",
"notifications.column_settings.mention": "Mentions:",
"notifications.column_settings.poll": "Poll results:",
"notifications.column_settings.push": "Push notifications",
"notifications.column_settings.reblog": "Boosts:",
"notifications.column_settings.show": "Show in column",
@ -267,6 +268,7 @@
"notifications.filter.favourites": "Favourites",
"notifications.filter.follows": "Follows",
"notifications.filter.mentions": "Mentions",
"notifications.filter.polls": "Poll results",
"notifications.group": "{count} notifications",
"poll.closed": "Closed",
"poll.refresh": "Refresh",
@ -308,7 +310,6 @@
"search_results.hashtags": "Hashtags",
"search_results.statuses": "Toots",
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
"standalone.public_title": "A look inside...",
"status.admin_account": "Open moderation interface for @{name}",
"status.admin_status": "Open this status in the moderation interface",
"status.block": "Block @{name}",

View file

@ -133,7 +133,6 @@
"empty_column.mutes": "まだ誰もミュートしていません。",
"empty_column.notifications": "まだ通知がありません。他の人とふれ合って会話を始めましょう。",
"empty_column.public": "ここにはまだ何もありません! 公開で何かを投稿したり、他のサーバーのユーザーをフォローしたりしていっぱいにしましょう",
"error_boundary.it_crashed": "It crashed!",
"follow_request.authorize": "許可",
"follow_request.reject": "拒否",
"getting_started.developers": "開発",
@ -308,7 +307,6 @@
"search_results.hashtags": "ハッシュタグ",
"search_results.statuses": "トゥート",
"search_results.total": "{count, number}件の結果",
"standalone.public_title": "A look inside...",
"status.admin_account": "@{name} のモデレーション画面を開く",
"status.admin_status": "このトゥートをモデレーション画面で開く",
"status.block": "@{name}さんをブロック",