Skip to content

Commit

Permalink
Add new translations to existing locales
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Dec 10, 2024
1 parent 7bb8418 commit ec5a8c1
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 0 deletions.
7 changes: 7 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ l10n.translations.de = {
title: 'Name',
size: 'Größe'
}
},
search: {
empty: 'Ordner ist leer',
noResult: 'Keine Ergebnisse für',
retry: 'Bitte geben Sie die Suchanfrage ein',
placeholder: 'Suche',
clear: 'Löschen',
}
};

Expand Down
7 changes: 7 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ l10n.translations.en = {
}
}
},
search: {
empty: 'Folder is empty',
noResult: 'No results for',
retry: 'Please enter the search query',
placeholder: 'Search',
clear: 'Clear',
},
// pluralization example
files: {
one: '%n file',
Expand Down
7 changes: 7 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ l10n.translations.es = {
title: 'Título',
size: 'Tamaño'
}
},
search: {
empty: 'La carpeta está vacía',
noResult: 'No hay resultados para',
retry: 'Por favor, introduzca la consulta de búsqueda',
placeholder: 'Buscar',
clear: 'Limpiar',
}
};

Expand Down
7 changes: 7 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ l10n.translations.fr = {
workspaces: 'Workspaces'
}
},
search: {
empty: 'Le dossier est vide',
noResult: 'Aucun résultat pour',
retry: 'Veuillez entrer la requête de recherche',
placeholder: 'Rechercher',
clear: 'Effacer',
},
files: {
one: '%n fichier',
other: '%n fichiers'
Expand Down
7 changes: 7 additions & 0 deletions he.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ l10n.translations.he = {
title: 'כותרת',
size: 'גודל'
}
},
search: {
empty: 'התיקייה ריקה',
noResult: 'אין תוצאות עבור',
retry: 'נא להזין את שאילתת החיפוש',
placeholder: 'חפש',
clear: 'נקה',
}
};

Expand Down
7 changes: 7 additions & 0 deletions it.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ l10n.translations.it = {
workspaces: 'Aree di lavoro'
}
},
search: {
empty: 'La cartella è vuota',
noResult: 'Nessun risultato per',
retry: 'Si prega di inserire la query di ricerca',
placeholder: 'Cerca',
clear: 'Cancella',
},
files: {
one: '%n file',
other: '%n file'
Expand Down
7 changes: 7 additions & 0 deletions nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ l10n.translations.nl = {
workspaces: 'Werkruimte'
}
},
search: {
empty: 'Map is leeg',
noResult: 'Geen resultaten voor',
retry: 'Voer de zoekopdracht in',
placeholder: 'Zoeken',
clear: 'Wissen',
},
files: {
one: '%n bestand',
other: '%n bestanden'
Expand Down
7 changes: 7 additions & 0 deletions pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ l10n.translations.pl = {
title: 'Tytuł',
size: 'Rozmiar'
}
},
search: {
empty: 'Folder jest pusty',
noResult: 'Brak wyników dla',
retry: 'Proszę wprowadzić zapytanie wyszukiwania',
placeholder: 'Szukaj',
clear: 'Wyczyść',
}
};

Expand Down
7 changes: 7 additions & 0 deletions pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ l10n.translations.pt = {
button: 'Buscar'
}
},
search: {
empty: 'A pasta está vazia',
noResult: 'Nenhum resultado para',
retry: 'Por favor, insira a consulta de pesquisa',
placeholder: 'Buscar',
clear: 'Limpar',
},
files: { // pluralization example
one: '1 arquivo',
other: '%n arquivos'
Expand Down
7 changes: 7 additions & 0 deletions ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@ l10n.translations.ru = {
}
}
},
search: {
empty: 'Папка пуста',
noResult: 'Нет результатов для',
retry: 'Пожалуйста, введите запрос для поиска',
placeholder: 'Поиск',
clear: 'Очистить',
},
files: {
one: '%n файл',
few: '%n файла',
Expand Down

0 comments on commit ec5a8c1

Please sign in to comment.