Skip to content

Commit 9a07e28

Browse files
committed
feat: add translattion to all other languages
1 parent c8b2071 commit 9a07e28

6 files changed

Lines changed: 30 additions & 0 deletions

File tree

i18n/locales/de-DE.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@
271271
"transitive": "Transitive Abhängigkeit"
272272
}
273273
},
274+
"deprecated": {
275+
"label": "Veraltet",
276+
"tree_found": "{count} veraltete Abhängigkeit | {count} veraltete Abhängigkeiten",
277+
"show_all": "alle {count} veralteten Pakete anzeigen"
278+
},
274279
"access": {
275280
"title": "Team-Zugriff",
276281
"refresh": "Team-Zugriff aktualisieren",

i18n/locales/es.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@
233233
"low": "baja"
234234
}
235235
},
236+
"deprecated": {
237+
"label": "Obsoleto",
238+
"tree_found": "{count} dependencia obsoleta | {count} dependencias obsoletas",
239+
"show_all": "mostrar los {count} paquetes obsoletos"
240+
},
236241
"access": {
237242
"title": "Acceso de Equipos",
238243
"refresh": "Actualizar acceso de equipos",

i18n/locales/fr-FR.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@
225225
"low": "faible"
226226
}
227227
},
228+
"deprecated": {
229+
"label": "Obsolète",
230+
"tree_found": "{count} dépendance obsolète | {count} dépendances obsolètes",
231+
"show_all": "afficher les {count} paquets obsolètes"
232+
},
228233
"access": {
229234
"title": "Accès des équipes",
230235
"refresh": "Actualiser l'accès des équipes",

i18n/locales/it-IT.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,11 @@
241241
"low": "bassa"
242242
}
243243
},
244+
"deprecated": {
245+
"label": "Deprecato",
246+
"tree_found": "{count} dipendenza deprecata | {count} dipendenze deprecate",
247+
"show_all": "mostra tutti i {count} pacchetti deprecati"
248+
},
244249
"access": {
245250
"title": "Accesso Team",
246251
"refresh": "Aggiorna accesso team",

i18n/locales/ja-JP.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,11 @@
276276
"low": ""
277277
}
278278
},
279+
"deprecated": {
280+
"label": "非推奨",
281+
"tree_found": "{count} 件の非推奨の依存関係",
282+
"show_all": "{count} 件の非推奨パッケージをすべて表示"
283+
},
279284
"access": {
280285
"title": "チームアクセス",
281286
"refresh": "チームアクセスを更新",

i18n/locales/zh-CN.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,11 @@
241241
"low": ""
242242
}
243243
},
244+
"deprecated": {
245+
"label": "已弃用",
246+
"tree_found": "{count} 个已弃用的依赖",
247+
"show_all": "显示全部 {count} 个已弃用的包"
248+
},
244249
"access": {
245250
"title": "团队权限",
246251
"refresh": "刷新团队权限",

0 commit comments

Comments
 (0)