i18n: fix navbar 'folders' to 'decks' and add follow section
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
"sourceCode": "GitHub",
|
||||
"sign_in": "Anmelden",
|
||||
"profile": "Profil",
|
||||
"folders": "Ordner",
|
||||
"folders": "Decks",
|
||||
"explore": "Erkunden",
|
||||
"favorites": "Favoriten",
|
||||
"settings": "Einstellungen"
|
||||
@@ -463,4 +463,15 @@
|
||||
"noFollowers": "Noch keine Follower",
|
||||
"noFollowing": "Folgt noch niemandem"
|
||||
}
|
||||
}
|
||||
},
|
||||
"follow": {
|
||||
"follow": "Folgen",
|
||||
"following": "Folge ich",
|
||||
"followers": "Follower",
|
||||
"followersOf": "{username}s Follower",
|
||||
"followingOf": "{username} folgt",
|
||||
"noFollowers": "Noch keine Follower",
|
||||
"noFollowing": "Folgt noch niemandem"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"sourceCode": "GitHub",
|
||||
"sign_in": "Sign In",
|
||||
"profile": "Profile",
|
||||
"folders": "Folders",
|
||||
"folders": "Decks",
|
||||
"explore": "Explore",
|
||||
"favorites": "Favorites",
|
||||
"settings": "Settings"
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
"sourceCode": "GitHub",
|
||||
"sign_in": "Connexion",
|
||||
"profile": "Profil",
|
||||
"folders": "Dossiers",
|
||||
"folders": "Decks",
|
||||
"explore": "Explorer",
|
||||
"favorites": "Favoris",
|
||||
"settings": "Paramètres"
|
||||
@@ -454,6 +454,17 @@
|
||||
"view": "Voir"
|
||||
}
|
||||
},
|
||||
"follow": {
|
||||
"follow": "Suivre",
|
||||
"following": "Abonnements",
|
||||
"followers": "Abonnés",
|
||||
"followersOf": "Abonnés de {username}",
|
||||
"followingOf": "Abonnements de {username}",
|
||||
"noFollowers": "Pas encore d'abonnés",
|
||||
"noFollowing": "Ne suit personne"
|
||||
}
|
||||
}
|
||||
},
|
||||
"follow": {
|
||||
"follow": "Suivre",
|
||||
"following": "Abonné",
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
"sourceCode": "GitHub",
|
||||
"sign_in": "Accedi",
|
||||
"profile": "Profilo",
|
||||
"folders": "Cartelle",
|
||||
"folders": "Mazzi",
|
||||
"explore": "Esplora",
|
||||
"favorites": "Preferiti",
|
||||
"settings": "Impostazioni"
|
||||
@@ -447,13 +447,24 @@
|
||||
"decks": {
|
||||
"title": "Mazzi",
|
||||
"noDecks": "Nessun mazzo ancora",
|
||||
"deckName": "Nome Mazzo",
|
||||
"totalCards": "Carte Totali",
|
||||
"deckName": "Nome del mazzo",
|
||||
"totalCards": "Totale carte",
|
||||
"createdAt": "Creata Il",
|
||||
"actions": "Azioni",
|
||||
"view": "Visualizza"
|
||||
}
|
||||
},
|
||||
"follow": {
|
||||
"follow": "Segui",
|
||||
"following": "Seguiti",
|
||||
"followers": "Seguaci",
|
||||
"followersOf": "Seguaci di {username}",
|
||||
"followingOf": "Seguiti di {username}",
|
||||
"noFollowers": "Nessun seguace ancora",
|
||||
"noFollowing": "Non segui ancora nessuno"
|
||||
}
|
||||
}
|
||||
},
|
||||
"follow": {
|
||||
"follow": "Segui",
|
||||
"following": "Stai seguendo",
|
||||
|
||||
@@ -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": "フラッシュカードデッキを管理",
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
"sourceCode": "GitHub",
|
||||
"sign_in": "로그인",
|
||||
"profile": "프로필",
|
||||
"folders": "폴더",
|
||||
"folders": "덱",
|
||||
"explore": "탐색",
|
||||
"favorites": "즐겨찾기",
|
||||
"settings": "설정"
|
||||
@@ -454,6 +454,17 @@
|
||||
"view": "보기"
|
||||
}
|
||||
},
|
||||
"follow": {
|
||||
"follow": "팔로우",
|
||||
"following": "팔로잉",
|
||||
"followers": "팔로워",
|
||||
"followersOf": "{username}의 팔로워",
|
||||
"followingOf": "{username}의 팔로잉",
|
||||
"noFollowers": "아직 팔로워가 없습니다",
|
||||
"noFollowing": "아직 팔로잉하는 사람이 없습니다"
|
||||
}
|
||||
}
|
||||
},
|
||||
"follow": {
|
||||
"follow": "팔로우",
|
||||
"following": "팔로잉",
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
"sourceCode": "GitHub",
|
||||
"sign_in": "كىرىش",
|
||||
"profile": "شەخسىي ئۇچۇر",
|
||||
"folders": "قىسقۇچلار",
|
||||
"folders": "دېكلار",
|
||||
"explore": "ئىزدىنىش",
|
||||
"favorites": "يىغىپ ساقلاش",
|
||||
"settings": "تەڭشەكلەر"
|
||||
@@ -454,6 +454,17 @@
|
||||
"view": "كۆرۈش"
|
||||
}
|
||||
},
|
||||
"follow": {
|
||||
"follow": "ئەگىشىش",
|
||||
"following": "ئەگىشىۋاتقانلار",
|
||||
"followers": "ئەگەشكۈچىلەر",
|
||||
"followersOf": "{username} نىڭ ئەگەشكۈچىلىرى",
|
||||
"followingOf": "{username} نىڭ ئەگىشىۋاتقانلىرى",
|
||||
"noFollowers": "تېخى ئەگەشكۈچى يوق",
|
||||
"noFollowing": "تېخى ئەگىشىۋاتقان يوق"
|
||||
}
|
||||
}
|
||||
},
|
||||
"follow": {
|
||||
"follow": "ئەگىشىش",
|
||||
"following": "ئەگىشىۋاتىدۇ",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"sourceCode": "源码",
|
||||
"sign_in": "登录",
|
||||
"profile": "个人资料",
|
||||
"folders": "文件夹",
|
||||
"folders": "牌组",
|
||||
"explore": "探索",
|
||||
"favorites": "收藏",
|
||||
"settings": "设置"
|
||||
|
||||
Reference in New Issue
Block a user