diff --git a/de.js b/de.js index 9d114c9..67ac5f6 100644 --- a/de.js +++ b/de.js @@ -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', } }; diff --git a/en.js b/en.js index 0201c7a..d5dcd2d 100644 --- a/en.js +++ b/en.js @@ -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', diff --git a/es.js b/es.js index c20625a..c83babd 100644 --- a/es.js +++ b/es.js @@ -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', } }; diff --git a/fr.js b/fr.js index 9e68ed0..4072681 100644 --- a/fr.js +++ b/fr.js @@ -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' diff --git a/he.js b/he.js index ad210dd..d1efe19 100644 --- a/he.js +++ b/he.js @@ -146,6 +146,13 @@ l10n.translations.he = { title: 'כותרת', size: 'גודל' } + }, + search: { + empty: 'התיקייה ריקה', + noResult: 'אין תוצאות עבור', + retry: 'נא להזין את שאילתת החיפוש', + placeholder: 'חפש', + clear: 'נקה', } }; diff --git a/it.js b/it.js index bd96034..697de4d 100644 --- a/it.js +++ b/it.js @@ -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' diff --git a/nl.js b/nl.js index 4999800..3d1172c 100755 --- a/nl.js +++ b/nl.js @@ -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' diff --git a/pl.js b/pl.js index 8845796..22ceea6 100644 --- a/pl.js +++ b/pl.js @@ -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ść', } }; diff --git a/pt.js b/pt.js index 5305354..0bb3773 100644 --- a/pt.js +++ b/pt.js @@ -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' diff --git a/ru.js b/ru.js index 87b86f3..5e8dc65 100644 --- a/ru.js +++ b/ru.js @@ -180,6 +180,13 @@ l10n.translations.ru = { } } }, + search: { + empty: 'Папка пуста', + noResult: 'Нет результатов для', + retry: 'Пожалуйста, введите запрос для поиска', + placeholder: 'Поиск', + clear: 'Очистить', + }, files: { one: '%n файл', few: '%n файла',