New translations translation.json (Japanese)

This commit is contained in:
AkiraFukushima 2021-03-26 23:46:05 +09:00
parent 8e7ae6cadf
commit ce354ea00e
1 changed files with 10 additions and 10 deletions

View File

@ -50,7 +50,7 @@
"home": "ホーム", "home": "ホーム",
"notification": "通知", "notification": "通知",
"mention": "返信", "mention": "返信",
"direct": "ダイレクトメッセージ", "direct": "DM",
"follow_requests": "フォロー申請", "follow_requests": "フォロー申請",
"favourite": "お気に入り", "favourite": "お気に入り",
"bookmark": "ブックマーク", "bookmark": "ブックマーク",
@ -187,8 +187,8 @@
"reaction": "絵文字リアクションを受け取ったとき", "reaction": "絵文字リアクションを受け取ったとき",
"follow_request": "フォローリクエストを受け取った時", "follow_request": "フォローリクエストを受け取った時",
"status": "トゥートの通知を受け取った時", "status": "トゥートの通知を受け取った時",
"poll_vote": "Notify me when I receive a vote of poll", "poll_vote": "アンケートに投票された時",
"poll_expired": "Notify me when I receive a poll expired event" "poll_expired": "アンケートが終了したとき"
} }
}, },
"account": { "account": {
@ -230,12 +230,12 @@
"language": { "language": {
"title": "言語", "title": "言語",
"language": { "language": {
"title": "Language", "title": "言語",
"description": "Choose the language you would like to use with Whalebird." "description": "Whalebirdの表示言語を選択"
}, },
"spellchecker": { "spellchecker": {
"title": "Spellcheck", "title": "スペルチェック",
"enabled": "Enable spellchecker" "enabled": "スペルチェッカーを有効にする"
} }
} }
}, },
@ -452,7 +452,7 @@
"domain_confirmed": "{{domain}} が確認できました,ログインしてください", "domain_confirmed": "{{domain}} が確認できました,ログインしてください",
"domain_doesnt_exist": "{{domain}} に接続できませんURLを確認してください", "domain_doesnt_exist": "{{domain}} に接続できませんURLを確認してください",
"loading": "読み込み中...", "loading": "読み込み中...",
"language_not_support_spellchecker_error": "This language is not supported by Spellchecker" "language_not_support_spellchecker_error": "この言語はスペルチェッカーではサポートされていません"
}, },
"validation": { "validation": {
"login": { "login": {
@ -500,8 +500,8 @@
"body": "{{username}} さんがあなたのアンケートに投票しました" "body": "{{username}} さんがあなたのアンケートに投票しました"
}, },
"poll_expired": { "poll_expired": {
"title": "PollExpired", "title": "アンケート終了",
"body": "{{username}}'s poll is expired" "body": "{{username}} さんのアンケートが終了しました"
} }
} }
} }