i18n: fix navbar 'folders' to 'decks' and add follow section
This commit is contained in:
@@ -228,7 +228,7 @@
|
||||
"sourceCode": "GitHub",
|
||||
"sign_in": "サインイン",
|
||||
"profile": "プロフィール",
|
||||
"folders": "フォルダー",
|
||||
"folders": "デッキ",
|
||||
"explore": "探索",
|
||||
"favorites": "お気に入り",
|
||||
"settings": "設定"
|
||||
@@ -445,6 +445,44 @@
|
||||
"view": "表示"
|
||||
}
|
||||
},
|
||||
"decks": {
|
||||
"title": "デッキ",
|
||||
"subtitle": "フラッシュカードデッキを管理",
|
||||
"newDeck": "新規デッキ",
|
||||
"noDecksYet": "まだデッキがありません",
|
||||
"loading": "読み込み中...",
|
||||
"deckInfo": "ID: {id} • {totalCards} 枚のカード",
|
||||
"enterDeckName": "デッキ名を入力:",
|
||||
"enterNewName": "新しい名前を入力:",
|
||||
"confirmDelete": "削除するには「{name}」と入力してください:",
|
||||
"public": "公開",
|
||||
"private": "非公開",
|
||||
"setPublic": "公開に設定",
|
||||
"setPrivate": "非公開に設定",
|
||||
"importApkg": "APKGをインポート",
|
||||
"exportApkg": "APKGをエクスポート",
|
||||
"clickToUpload": "クリックしてAPKGファイルをアップロード",
|
||||
"apkgFilesOnly": ".apkgファイルのみ対応",
|
||||
"parsing": "解析中...",
|
||||
"foundDecks": "{count} 個のデッキが見つかりました",
|
||||
"deckName": "デッキ名",
|
||||
"back": "戻る",
|
||||
"import": "インポート",
|
||||
"importing": "インポート中...",
|
||||
"exportSuccess": "デッキのエクスポートが成功しました",
|
||||
"goToDecks": "デッキへ移動"
|
||||
},
|
||||
"follow": {
|
||||
"follow": "フォロー",
|
||||
"following": "フォロー中",
|
||||
"followers": "フォロワー",
|
||||
"followersOf": "{username}のフォロワー",
|
||||
"followingOf": "{username}のフォロー中",
|
||||
"noFollowers": "まだフォロワーがいません",
|
||||
"noFollowing": "まだ誰もフォローしていません"
|
||||
}
|
||||
}
|
||||
},
|
||||
"decks": {
|
||||
"title": "デッキ",
|
||||
"subtitle": "フラッシュカードデッキを管理",
|
||||
|
||||
Reference in New Issue
Block a user