1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

New translations tabs.json (Japanese)

This commit is contained in:
xmflsct
2023-01-17 22:16:59 +01:00
parent 2f78b37ec7
commit 35166a16bd

View File

@ -3,8 +3,8 @@
"local": { "local": {
"name": "ホーム", "name": "ホーム",
"options": { "options": {
"showBoosts": "", "showBoosts": "トゥートのブーストも表示する",
"showReplies": "" "showReplies": "他トゥートへの返信も表示する"
} }
}, },
"public": { "public": {
@ -28,7 +28,7 @@
"filters": { "filters": {
"accessibilityLabel": "フィルター", "accessibilityLabel": "フィルター",
"accessibilityHint": "表示される通知の種類をフィルターする", "accessibilityHint": "表示される通知の種類をフィルターする",
"title": "" "title": "表示する通知"
} }
}, },
"me": { "me": {
@ -43,7 +43,7 @@
"name": "お気に入り" "name": "お気に入り"
}, },
"followedTags": { "followedTags": {
"name": "" "name": "フォロー中のハッシュタグ"
}, },
"fontSize": { "fontSize": {
"name": "トゥートのフォントサイズ" "name": "トゥートのフォントサイズ"
@ -58,7 +58,7 @@
"name": "リスト {{list}} のユーザー" "name": "リスト {{list}} のユーザー"
}, },
"listAdd": { "listAdd": {
"name": "" "name": "リストを作成"
}, },
"listEdit": { "listEdit": {
"name": "リストの詳細を編集" "name": "リストの詳細を編集"
@ -184,8 +184,8 @@
"settings": "設定で有効にする" "settings": "設定で有効にする"
}, },
"missingServerKey": { "missingServerKey": {
"message": "", "message": "このサーバーはプッシュ通知に対応していません",
"description": "" "description": "プッシュ通知機能の有効化についてサーバーの管理者にお問い合わせください"
}, },
"global": { "global": {
"heading": "{{acct}} の通知を有効にする", "heading": "{{acct}} の通知を有効にする",
@ -223,10 +223,10 @@
"heading": "ブーストしたトゥートが編集されました" "heading": "ブーストしたトゥートが編集されました"
}, },
"admin.sign_up": { "admin.sign_up": {
"heading": "" "heading": "管理者用: 新規登録"
}, },
"admin.report": { "admin.report": {
"heading": "" "heading": "管理者用: 報告案件"
}, },
"howitworks": "通知到達(routing)のしくみを学ぶ" "howitworks": "通知到達(routing)のしくみを学ぶ"
}, },
@ -266,7 +266,7 @@
"heading": "ダークテーマ", "heading": "ダークテーマ",
"options": { "options": {
"lighter": "デフォルト", "lighter": "デフォルト",
"darker": "" "darker": "トゥルーブラック"
} }
}, },
"browser": { "browser": {
@ -277,7 +277,7 @@
} }
}, },
"autoplayGifv": { "autoplayGifv": {
"heading": "" "heading": "タイムラインでGIFを自動再生"
}, },
"feedback": { "feedback": {
"heading": "機能リクエスト" "heading": "機能リクエスト"
@ -330,22 +330,22 @@
"name": "編集履歴" "name": "編集履歴"
}, },
"report": { "report": {
"name": "", "name": "{{acct}} の違反報告",
"report": "", "report": "報告",
"forward": { "forward": {
"heading": "" "heading": "匿名で相手のサーバー {{instance}} にも送る"
}, },
"reasons": { "reasons": {
"heading": "", "heading": "このアカウントを通報する理由はなんですか?",
"spam": "", "spam": "スパムだから",
"other": "", "other": "他の理由があるから",
"violation": "" "violation": "サーバー・インスタンスの規則を破っているから"
}, },
"comment": { "comment": {
"heading": "" "heading": "他に何か意見はありますか?"
}, },
"violatedRules": { "violatedRules": {
"heading": "" "heading": "サーバー・インスタンスの規則違反"
} }
}, },
"search": { "search": {
@ -374,13 +374,13 @@
"statuses": "投稿" "statuses": "投稿"
}, },
"notFound": "{{type}} <bold>{{searchTerm}}</bold> は見つかりませんでした", "notFound": "{{type}} <bold>{{searchTerm}}</bold> は見つかりませんでした",
"noResult": "" "noResult": "何も見つかりません。別の検索用語でお試しください。"
}, },
"toot": { "toot": {
"name": "スレッド", "name": "スレッド",
"remoteFetch": { "remoteFetch": {
"title": "", "title": "外部の内容が含まれます",
"message": "" "message": "ローカルのインスタンスに特定のコンテンツのコピーが無い場合、リモートから直接取得することになります。これらのコンテンツに対しても通常同様の行動ができます。"
} }
}, },
"users": { "users": {
@ -392,7 +392,7 @@
"reblogged_by": "{{count}} ブースト", "reblogged_by": "{{count}} ブースト",
"favourited_by": "{{count}} お気に入り" "favourited_by": "{{count}} お気に入り"
}, },
"resultIncomplete": "" "resultIncomplete": "リモートインスタンスからの結果は不完全な場合があります"
} }
} }
} }