forked from AkkomaGang/akkoma-fe
develop update #3
1 changed files with 28 additions and 0 deletions
|
@ -254,6 +254,10 @@
|
||||||
"hint": "会話に加わるには、ログインしてください",
|
"hint": "会話に加わるには、ログインしてください",
|
||||||
"login": "ログイン",
|
"login": "ログイン",
|
||||||
"logout": "ログアウト",
|
"logout": "ログアウト",
|
||||||
|
"logout_confirm": "ログアウトしますか?",
|
||||||
|
"logout_confirm_accept_button": "ログアウト",
|
||||||
|
"logout_confirm_cancel_button": "キャンセル",
|
||||||
|
"logout_confirm_title": "ログアウト",
|
||||||
"password": "パスワード",
|
"password": "パスワード",
|
||||||
"placeholder": "例: user",
|
"placeholder": "例: user",
|
||||||
"recovery_code": "リカバリーコード",
|
"recovery_code": "リカバリーコード",
|
||||||
|
@ -266,6 +270,27 @@
|
||||||
"next": "次",
|
"next": "次",
|
||||||
"previous": "前"
|
"previous": "前"
|
||||||
},
|
},
|
||||||
|
"moderation": {
|
||||||
|
"moderation": "管理",
|
||||||
|
"reports": {
|
||||||
|
"add_note": "OK",
|
||||||
|
"close": "閉じる",
|
||||||
|
"delete_note": "削除",
|
||||||
|
"delete_note_accept": "削除",
|
||||||
|
"delete_note_cancel": "キャンセル",
|
||||||
|
"delete_note_confirm": "削除しますか?",
|
||||||
|
"delete_note_title": "確認してください",
|
||||||
|
"no_content": "説明なし",
|
||||||
|
"no_reports": "通報なし",
|
||||||
|
"note_placeholder": "メモ",
|
||||||
|
"notes": "メモ",
|
||||||
|
"reopen": "再開",
|
||||||
|
"report": "通報:",
|
||||||
|
"reports": "通報",
|
||||||
|
"resolve": "完了",
|
||||||
|
"show_closed": "完了した通報を表示"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nav": {
|
"nav": {
|
||||||
"about": "このインスタンスについて",
|
"about": "このインスタンスについて",
|
||||||
"administration": "管理",
|
"administration": "管理",
|
||||||
|
@ -282,6 +307,7 @@
|
||||||
"interactions": "インタラクション",
|
"interactions": "インタラクション",
|
||||||
"lists": "リスト",
|
"lists": "リスト",
|
||||||
"mentions": "通知",
|
"mentions": "通知",
|
||||||
|
"moderation": "管理",
|
||||||
"preferences": "設定",
|
"preferences": "設定",
|
||||||
"public_timeline_description": "このインスタンスからの公開投稿",
|
"public_timeline_description": "このインスタンスからの公開投稿",
|
||||||
"public_tl": "公開タイムライン",
|
"public_tl": "公開タイムライン",
|
||||||
|
@ -1124,8 +1150,10 @@
|
||||||
"note": "私的なメモ",
|
"note": "私的なメモ",
|
||||||
"per_day": "/日",
|
"per_day": "/日",
|
||||||
"remote_follow": "リモートフォロー",
|
"remote_follow": "リモートフォロー",
|
||||||
|
"remove_follower": "フォロワーやめさせる",
|
||||||
"replies": "投稿と返信",
|
"replies": "投稿と返信",
|
||||||
"report": "通報",
|
"report": "通報",
|
||||||
|
"requested_by": "あなたにフォローリクエストを送りました",
|
||||||
"show_repeats": "リピートを見る",
|
"show_repeats": "リピートを見る",
|
||||||
"statuses": "投稿",
|
"statuses": "投稿",
|
||||||
"subscribe": "購読",
|
"subscribe": "購読",
|
||||||
|
|
Loading…
Reference in a new issue