Skip to content

Commit 8868c6d

Browse files
committed
fix: add missing translations
1 parent 261239a commit 8868c6d

6 files changed

Lines changed: 18 additions & 6 deletions

File tree

i18n/locales/de-DE.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@
203203
"username_placeholder": "Benutzername...",
204204
"add_button": "Hinzufügen",
205205
"cancel_add": "Owner-Hinzufügung abbrechen",
206-
"add_owner": "+ Owner hinzufügen"
206+
"add_owner": "+ Owner hinzufügen",
207+
"show_more": "({count} weitere anzeigen)",
208+
"show_less": "(weniger anzeigen)"
207209
},
208210
"downloads": {
209211
"title": "Wöchentliche Downloads",

i18n/locales/es.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@
173173
"username_placeholder": "nombre de usuario...",
174174
"add_button": "agregar",
175175
"cancel_add": "Cancelar agregar propietario",
176-
"add_owner": "+ Agregar propietario"
176+
"add_owner": "+ Agregar propietario",
177+
"show_more": "(mostrar {count} más)",
178+
"show_less": "(mostrar menos)"
177179
},
178180
"downloads": {
179181
"title": "Descargas Semanales",

i18n/locales/fr-FR.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@
163163
"username_placeholder": "nom d'utilisateur...",
164164
"add_button": "ajouter",
165165
"cancel_add": "Annuler l'ajout de propriétaire",
166-
"add_owner": "+ Ajouter un propriétaire"
166+
"add_owner": "+ Ajouter un propriétaire",
167+
"show_more": "(afficher {count} de plus)",
168+
"show_less": "(afficher moins)"
167169
},
168170
"downloads": {
169171
"title": "Téléchargements hebdomadaires",

i18n/locales/it-IT.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@
173173
"username_placeholder": "nome utente...",
174174
"add_button": "aggiungi",
175175
"cancel_add": "Cancella aggiunta proprietario",
176-
"add_owner": "+ Aggiungi proprietario"
176+
"add_owner": "+ Aggiungi proprietario",
177+
"show_more": "(mostra altri {count})",
178+
"show_less": "(mostra meno)"
177179
},
178180
"downloads": {
179181
"title": "Downloads settimanali",

i18n/locales/ja-JP.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@
186186
"username_placeholder": "ユーザー名...",
187187
"add_button": "追加",
188188
"cancel_add": "オーナーの追加をキャンセル",
189-
"add_owner": "+ オーナーを追加"
189+
"add_owner": "+ オーナーを追加",
190+
"show_more": "(他 {count} 個を表示)",
191+
"show_less": "(折りたたむ)"
190192
},
191193
"downloads": {
192194
"title": "週間ダウンロード数",

i18n/locales/zh-CN.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@
173173
"username_placeholder": "用户名...",
174174
"add_button": "添加",
175175
"cancel_add": "取消添加拥有者",
176-
"add_owner": "+ 添加拥有者"
176+
"add_owner": "+ 添加拥有者",
177+
"show_more": "(显示另外 {count} 个)",
178+
"show_less": "(收起)"
177179
},
178180
"downloads": {
179181
"title": "每周下载量",

0 commit comments

Comments
 (0)