1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-17 19:30:10 +01:00

New translations app.json (Japanese)

This commit is contained in:
Eugen Rochko 2022-12-15 10:51:27 +01:00
parent 34f005b1d0
commit d4b81af87b

View File

@ -51,6 +51,11 @@
"clean_cache": { "clean_cache": {
"title": "キャッシュを消去", "title": "キャッシュを消去",
"message": "%sのキャッシュを消去しました。" "message": "%sのキャッシュを消去しました。"
},
"translation_failed": {
"title": "Note",
"message": "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.",
"button": "OK"
} }
}, },
"controls": { "controls": {
@ -91,7 +96,11 @@
"block_domain": "%sをブロック", "block_domain": "%sをブロック",
"unblock_domain": "%sのブロックを解除", "unblock_domain": "%sのブロックを解除",
"settings": "設定", "settings": "設定",
"delete": "削除" "delete": "削除",
"translate_post": {
"title": "Translate from %s",
"unknown_language": "Unknown"
}
}, },
"tabs": { "tabs": {
"home": "ホーム", "home": "ホーム",
@ -168,6 +177,11 @@
"private": "この投稿はフォロワーに限り見ることができます。", "private": "この投稿はフォロワーに限り見ることができます。",
"private_from_me": "この投稿はフォロワーに限り見ることができます。", "private_from_me": "この投稿はフォロワーに限り見ることができます。",
"direct": "この投稿はメンションされたユーザーに限り見ることができます。" "direct": "この投稿はメンションされたユーザーに限り見ることができます。"
},
"translation": {
"translated_from": "Translated from %s",
"unknown_language": "Unknown",
"show_original": "Shown Original"
} }
}, },
"friendship": { "friendship": {