Skip to content

Commit 887d2ac

Browse files
fix missing translations
1 parent 9e2476c commit 887d2ac

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

webview-ui/src/i18n/locales/ca/package-manager.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"noSources": "Prova d'afegir una font a la pestanya Fonts"
4242
},
4343
"count": "S'ha trobat {{count}} element",
44+
"components": "{{count}} component",
45+
"components_plural": "{{count}} components",
4446
"count_plural": "S'han trobat {{count}} elements",
4547
"refresh": {
4648
"button": "Actualitza",

webview-ui/src/i18n/locales/de/package-manager.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"noSources": "Versuchen Sie, eine Quelle im Quellen-Tab hinzuzufügen"
4040
},
4141
"count": "{{count}} Elemente gefunden",
42+
"components": "{{count}} Komponente",
43+
"components_plural": "{{count}} Komponenten",
4244
"refresh": {
4345
"button": "Aktualisieren",
4446
"refreshing": "Aktualisiere..."

webview-ui/src/i18n/locales/es/package-manager.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"noSources": "Intente agregar una fuente en la pestaña Fuentes"
4040
},
4141
"count": "{{count}} elementos encontrados",
42+
"components": "{{count}} componente",
43+
"components_plural": "{{count}} componentes",
4244
"refresh": {
4345
"button": "Actualizar",
4446
"refreshing": "Actualizando..."

webview-ui/src/i18n/locales/fr/package-manager.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"noSources": "Essayez d'ajouter une source dans l'onglet Sources"
4242
},
4343
"count": "{{count}} élément trouvé",
44+
"components": "{{count}} composant",
45+
"components_plural": "{{count}} composants",
4446
"count_plural": "{{count}} éléments trouvés",
4547
"refresh": {
4648
"button": "Actualiser",

webview-ui/src/i18n/locales/hi/package-manager.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"noSources": "स्रोत टैब में एक स्रोत जोड़ने का प्रयास करें"
4040
},
4141
"count": "{{count}} आइटम मिला",
42+
"components": "{{count}} कंपोनेंट",
43+
"components_plural": "{{count}} कंपोनेंट",
4244
"count_plural": "{{count}} आइटम मिले",
4345
"refresh": {
4446
"button": "रीफ्रेश",

webview-ui/src/i18n/locales/it/package-manager.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"noSources": "Prova ad aggiungere una sorgente nella scheda Sorgenti"
4242
},
4343
"count": "{{count}} elemento trovato",
44+
"components": "{{count}} componente",
45+
"components_plural": "{{count}} componenti",
4446
"count_plural": "{{count}} elementi trovati",
4547
"refresh": {
4648
"button": "Aggiorna",

webview-ui/src/i18n/locales/pt-BR/package-manager.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"noSources": "Tente adicionar uma fonte na aba Fontes"
4242
},
4343
"count": "{{count}} item encontrado",
44+
"components": "{{count}} componente",
45+
"components_plural": "{{count}} componentes",
4446
"count_plural": "{{count}} itens encontrados",
4547
"refresh": {
4648
"button": "Atualizar",

0 commit comments

Comments
 (0)