New translations app.json (Japanese)

This commit is contained in:
Eugen Rochko 2021-08-09 09:17:09 +02:00
parent 08fef2996f
commit 84d96de43f
1 changed files with 4 additions and 21 deletions

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "投票の失敗", "title": "投票の失敗",
"poll_expired": "投票は終了しました" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "トゥートを破棄しますか?", "title": "トゥートを破棄しますか?",
@ -130,7 +130,6 @@
"media_content_warning": "どこかをタップして表示", "media_content_warning": "どこかをタップして表示",
"poll": { "poll": {
"vote": "投票", "vote": "投票",
"time_left": "残り%s",
"closed": "クローズド" "closed": "クローズド"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "フィルター済み", "filtered": "フィルター済み",
"timestamp": { "timestamp": {
"now": "今", "now": "今"
"time_ago": "%s前"
}, },
"loader": { "loader": {
"load_missing_posts": "不足しているトゥートを読み込む", "load_missing_posts": "不足しているトゥートを読み込む",
@ -187,11 +185,6 @@
"user_blocked_warning": "%sがブロックを解除しない限りプロフィールをみることはできません。", "user_blocked_warning": "%sがブロックを解除しない限りプロフィールをみることはできません。",
"suspended_warning": "このユーザーは停止されています。", "suspended_warning": "このユーザーは停止されています。",
"user_suspended_warning": "%sのアカウントは停止されました。" "user_suspended_warning": "%sのアカウントは停止されました。"
},
"accessibility": {
"count_replies": "%s リプライ",
"count_reblogs": "%s ブースト",
"count_favorites": "%s いいね"
} }
} }
} }
@ -383,9 +376,7 @@
"custom_emoji_picker": "カスタム絵文字ピッカー", "custom_emoji_picker": "カスタム絵文字ピッカー",
"enable_content_warning": "コンテンツ警告を有効にする", "enable_content_warning": "コンテンツ警告を有効にする",
"disable_content_warning": "コンテンツ警告を無効にする", "disable_content_warning": "コンテンツ警告を無効にする",
"post_visibility_menu": "投稿の表示メニュー", "post_visibility_menu": "投稿の表示メニュー"
"input_limit_remains_count": "入力制限は残り %ld",
"input_limit_exceeds_count": "最大文字数を超えました。 %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "トゥートを破棄", "discard_post": "トゥートを破棄",
@ -400,12 +391,7 @@
"dashboard": { "dashboard": {
"posts": "トゥート", "posts": "トゥート",
"following": "フォロー中", "following": "フォロー中",
"followers": "フォロワー", "followers": "フォロワー"
"accessibility": {
"count_posts": "%ld トゥート",
"count_following": "%ld フォロー中",
"count_followers": "%ld フォロワー"
}
}, },
"fields": { "fields": {
"add_row": "行追加", "add_row": "行追加",
@ -463,9 +449,6 @@
"clear": "クリア" "clear": "クリア"
} }
}, },
"hashtag": {
"prompt": "%s人がこの話題について話しています"
},
"favorite": { "favorite": {
"title": "あなたのいいね" "title": "あなたのいいね"
}, },