Skip to content

Commit

Permalink
Translates multiple i18n-texts via Lokalise
Browse files Browse the repository at this point in the history
  • Loading branch information
scireumskip committed Sep 22, 2023
1 parent 68ddbd6 commit 5df2ebd
Show file tree
Hide file tree
Showing 25 changed files with 51 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/web_bg.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Невалидна стойност от
XLSProcessor.info.missingSheet = Лист "${sheet}" не съществува във файла
booleanfield.html.falseLabel = не
booleanfield.html.trueLabel = да
copyToClipboardAddon.html.copied = Копирано!
copyToClipboardAddon.html.copy = Стойност на копието
emptyCheck.html.empty = Няма налично съдържание
emptyCheck.html.filteredEmpty = Не бяха намерени съответстващи елементи за избраните филтри.
fileUpload.URL = URL адрес
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_cs.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Neplatná hodnota typu "${cellType}" v $
XLSProcessor.info.missingSheet = List "${sheet}" v souboru neexistuje
booleanfield.html.falseLabel = Ne
booleanfield.html.trueLabel = Jo
copyToClipboardAddon.html.copied = Zkopírováno!
copyToClipboardAddon.html.copy = Kopírovat hodnotu
emptyCheck.html.empty = Není k dispozici žádný obsah
emptyCheck.html.filteredEmpty = Pro vybrané filtry nebyly nalezeny žádné odpovídající prvky.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_da.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Ugyldig værdi af typen "${cellType}" i
XLSProcessor.info.missingSheet = Arket "${sheet}" findes ikke i filen
booleanfield.html.falseLabel = Ingen
booleanfield.html.trueLabel = Ja
copyToClipboardAddon.html.copied = Kopieret!
copyToClipboardAddon.html.copy = Kopiværdi
emptyCheck.html.empty = Intet indhold tilgængeligt
emptyCheck.html.filteredEmpty = Der blev ikke fundet nogen matchende elementer for de valgte filtre.
fileUpload.URL = URL
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/web_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Ungültiger Wert des Typs "${cellType}"
XLSProcessor.info.missingSheet = Tabellenblatt "${sheet}" ist nicht in der Datei vorhanden
booleanfield.html.falseLabel = Nein
booleanfield.html.trueLabel = Ja
copyToClipboardAddon.html.copied = Kopiert!
copyToClipboardAddon.html.copy = Wert kopieren
emptyCheck.html.empty = Keine Inhalte vorhanden
emptyCheck.html.filteredEmpty = Für die gewählten Filter wurden keine passenden Elemente gefunden.
fileUpload.URL = URL
Expand All @@ -43,7 +45,7 @@ help = Hilfe
table.html.empty = Keine Inhalte gefunden
template.html.additionalActions = Weitere Aktionen
template.html.confirmHeader = Sind Sie sicher?
template.html.confirmText = Drücken Sie 'Ja', um fortzufahren oder 'Abbrechen', um zurückzugehen.
template.html.confirmText = Drücken Sie 'Ja', um fortzufahren oder Abbrechen, um zurückzugehen.
template.html.errEmpty = Datei ist leer
template.html.errInvalidExtension = Ungültiger Dateityp
template.html.errTooLarge = Datei zu groß
Expand All @@ -61,5 +63,3 @@ template.html.top = Top
template.html.uploadArea = Ziehen Sie Dateien hierher, um diese hochzuladen…
template.html.uploadBtn = Datei auswählen…
template.html.uploadFailed = Upload fehlgeschlagen
copyToClipboardAddon.html.copy = Wert kopieren
copyToClipboardAddon.html.copied = Kopiert!
2 changes: 2 additions & 0 deletions src/main/resources/web_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Cannot read a value of type "${cellType}
XLSProcessor.info.missingSheet = Sheet "${sheet}" is not present in the file
booleanfield.html.falseLabel = No
booleanfield.html.trueLabel = Yes
copyToClipboardAddon.html.copied = Copied!
copyToClipboardAddon.html.copy = Copy value
emptyCheck.html.empty = No content available
emptyCheck.html.filteredEmpty = No matching elements were found for the selected filters.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Valor no válido del tipo "${cellType}"
XLSProcessor.info.missingSheet = La hoja "${sheet}" no existe en el archivo
booleanfield.html.falseLabel = No
booleanfield.html.trueLabel = Sí
copyToClipboardAddon.html.copied = ¡Copiado!
copyToClipboardAddon.html.copy = Copiar valor
emptyCheck.html.empty = No hay contenido disponible
emptyCheck.html.filteredEmpty = No se encontraron elementos coincidentes para los filtros seleccionados.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_fi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Virheellinen arvo tyypin "${cellType}"${
XLSProcessor.info.missingSheet = Taulukkoa "${sheet}" ei ole tiedostossa
booleanfield.html.falseLabel = Ei
booleanfield.html.trueLabel = Joo
copyToClipboardAddon.html.copied = Kopioitu!
copyToClipboardAddon.html.copy = Kopioi arvo
emptyCheck.html.empty = Sisältöä ei ole saatavilla
emptyCheck.html.filteredEmpty = Valituille suodattimille ei löytynyt vastaavia elementtejä.
fileUpload.URL = URL-osoite
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Valeur non valide de type "${cellType}"
XLSProcessor.info.missingSheet = La feuille "${sheet}" n'existe pas dans le fichier
booleanfield.html.falseLabel = Non
booleanfield.html.trueLabel = Oui
copyToClipboardAddon.html.copied = Copié!
copyToClipboardAddon.html.copy = Copier la valeur
emptyCheck.html.empty = Aucun contenu disponible
emptyCheck.html.filteredEmpty = Aucun élément correspondant n'a été trouvé pour les filtres sélectionnés.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_hr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Nevažeća vrijednost vrste "${cellType}
XLSProcessor.info.missingSheet = List "${sheet}" ne postoji u datoteci
booleanfield.html.falseLabel = Ne
booleanfield.html.trueLabel = Da
copyToClipboardAddon.html.copied = Kopirano!
copyToClipboardAddon.html.copy = Vrijednost kopije
emptyCheck.html.empty = Nema dostupnog sadržaja
emptyCheck.html.filteredEmpty = Za odabrane filtre nisu pronađeni odgovarajući elementi.
fileUpload.URL = Url
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_hu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = "${cellType}" típusú érték a ${sheet
XLSProcessor.info.missingSheet = A "${sheet}" munkalap nem létezik a fájlban
booleanfield.html.falseLabel = Nem
booleanfield.html.trueLabel = Igen
copyToClipboardAddon.html.copied = Másolva!
copyToClipboardAddon.html.copy = Másolja az értéket
emptyCheck.html.empty = Nincs elérhető tartalom
emptyCheck.html.filteredEmpty = Nem találhatók egyező elemek a kiválasztott szűrőknek.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_it.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Valore non valido di tipo "${cellType}"
XLSProcessor.info.missingSheet = Il foglio "${sheet}" non esiste nel file
booleanfield.html.falseLabel = No
booleanfield.html.trueLabel = Sì
copyToClipboardAddon.html.copied = Copiato!
copyToClipboardAddon.html.copy = Copia valore
emptyCheck.html.empty = Nessun contenuto disponibile
emptyCheck.html.filteredEmpty = Non sono stati trovati elementi corrispondenti per i filtri selezionati.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_lt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Netinkama tipo vertė „${cellType}“
XLSProcessor.info.missingSheet = Lapas „${sheet}“ faile neegzistuoja
booleanfield.html.falseLabel = ne
booleanfield.html.trueLabel = Taip
copyToClipboardAddon.html.copied = Nukopijuota!
copyToClipboardAddon.html.copy = Kopijuoti vertę
emptyCheck.html.empty = Nėra turinio
emptyCheck.html.filteredEmpty = Pasirinktus filtrus atitinkančių elementų nerasta.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_lv.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Nederīga tipa "${cellType}" vērtība $
XLSProcessor.info.missingSheet = Lapa "${sheet}" failā nepastāv
booleanfield.html.falseLabel = Nē
booleanfield.html.trueLabel = Jā
copyToClipboardAddon.html.copied = Kopēts!
copyToClipboardAddon.html.copy = Kopēt vērtību
emptyCheck.html.empty = Nav pieejams saturs
emptyCheck.html.filteredEmpty = Atlasītajiem filtriem netika atrasts neviens atbilstošs elements.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_nl.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Ongeldige waarde van type "${cellType}"
XLSProcessor.info.missingSheet = Blad "${sheet}" bestaat niet in het bestand
booleanfield.html.falseLabel = Geen
booleanfield.html.trueLabel = Ja
copyToClipboardAddon.html.copied = Gekopieerd!
copyToClipboardAddon.html.copy = Kopieer waarde
emptyCheck.html.empty = Geen inhoud beschikbaar
emptyCheck.html.filteredEmpty = Er zijn geen overeenkomende elementen gevonden voor de geselecteerde filters.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_no.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Ugyldig verdi av typen "${cellType}" i $
XLSProcessor.info.missingSheet = Arket "${sheet}" finnes ikke i filen
booleanfield.html.falseLabel = Nei
booleanfield.html.trueLabel = Ja
copyToClipboardAddon.html.copied = Kopiert!
copyToClipboardAddon.html.copy = Kopiverdi
emptyCheck.html.empty = Ingen innhold tilgjengelig
emptyCheck.html.filteredEmpty = Ingen samsvarende elementer ble funnet for de valgte filtrene.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_pl.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Nieprawidłowa wartość typu „${cellT
XLSProcessor.info.missingSheet = Arkusz "${sheet}" nie istnieje w pliku
booleanfield.html.falseLabel = Nie
booleanfield.html.trueLabel = Tak
copyToClipboardAddon.html.copied = Skopiowano!
copyToClipboardAddon.html.copy = Skopiuj wartość
emptyCheck.html.empty = Brak dostępnych treści
emptyCheck.html.filteredEmpty = Nie znaleziono pasujących elementów dla wybranych filtrów.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_pt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Valor inválido do tipo "${cellType}" na
XLSProcessor.info.missingSheet = A folha "${sheet}" não existe no arquivo
booleanfield.html.falseLabel = Não
booleanfield.html.trueLabel = Sim
copyToClipboardAddon.html.copied = Copiado!
copyToClipboardAddon.html.copy = Copiar valor
emptyCheck.html.empty = Nenhum conteúdo disponível
emptyCheck.html.filteredEmpty = Nenhum elemento correspondente foi encontrado para os filtros selecionados.
fileUpload.URL = Url
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_ro.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Valoarea nevalidă a tipului „${cellTy
XLSProcessor.info.missingSheet = Foaia „${sheet}” nu există în fișier
booleanfield.html.falseLabel = Nu
booleanfield.html.trueLabel = Da
copyToClipboardAddon.html.copied = Copiat!
copyToClipboardAddon.html.copy = Copiați valoarea
emptyCheck.html.empty = Nu există conținut disponibil
emptyCheck.html.filteredEmpty = Nu au fost găsite elemente care se potrivesc pentru filtrele selectate.
fileUpload.URL = Url
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Недопустимое значени
XLSProcessor.info.missingSheet = Лист "${sheet}" не существует в файле
booleanfield.html.falseLabel = нет
booleanfield.html.trueLabel = да
copyToClipboardAddon.html.copied = Скопировано!
copyToClipboardAddon.html.copy = Копировать значение
emptyCheck.html.empty = Контент недоступен
emptyCheck.html.filteredEmpty = Для выбранных фильтров не найдено подходящих элементов.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_sk.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Neplatná hodnota typu "${cellType}" v $
XLSProcessor.info.missingSheet = Hárok "${sheet}" v súbore neexistuje
booleanfield.html.falseLabel = č
booleanfield.html.trueLabel = Áno
copyToClipboardAddon.html.copied = Skopírované!
copyToClipboardAddon.html.copy = Kopírovať hodnotu
emptyCheck.html.empty = Nie je k dispozícii žiadny obsah
emptyCheck.html.filteredEmpty = Pre vybraté filtre sa nenašli žiadne zodpovedajúce prvky.
fileUpload.URL = Url
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_sl.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Neveljavna vrednost vrste "${cellType}"
XLSProcessor.info.missingSheet = List "${sheet}" ne obstaja v datoteki
booleanfield.html.falseLabel = št
booleanfield.html.trueLabel = da
copyToClipboardAddon.html.copied = Kopirano!
copyToClipboardAddon.html.copy = Vrednost kopije
emptyCheck.html.empty = Ni na voljo nobene vsebine
emptyCheck.html.filteredEmpty = Za izbrane filtre ni bilo mogoče najti ujemajočih se elementov.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_sr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Неважећа вредност тип
XLSProcessor.info.missingSheet = Лист „${sheet}“ не постоји у датотеци
booleanfield.html.falseLabel = не
booleanfield.html.trueLabel = да
copyToClipboardAddon.html.copied = Копирано!
copyToClipboardAddon.html.copy = Копирај вредност
emptyCheck.html.empty = Нема доступног садржаја
emptyCheck.html.filteredEmpty = За изабране филтере нису пронађени одговарајући елементи.
fileUpload.URL = Урл
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_sv.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Ogiltigt värde av typen "${cellType}" i
XLSProcessor.info.missingSheet = Arket "${sheet}" finns inte i filen
booleanfield.html.falseLabel = Nej
booleanfield.html.trueLabel = Ja
copyToClipboardAddon.html.copied = Kopierade!
copyToClipboardAddon.html.copy = Kopieringsvärde
emptyCheck.html.empty = Inget innehåll tillgängligt
emptyCheck.html.filteredEmpty = Inga matchande element hittades för de valda filtren.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_tr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = "${cellType}" türünde bir değer, ${sh
XLSProcessor.info.missingSheet = Dosyada "${sheet}" sayfası yok
booleanfield.html.falseLabel = Hayır
booleanfield.html.trueLabel = Evet
copyToClipboardAddon.html.copied = Kopyalandı!
copyToClipboardAddon.html.copy = Değeri kopyala
emptyCheck.html.empty = içerik yok
emptyCheck.html.filteredEmpty = Seçilen filtreler için eşleşen öğe bulunamadı.
fileUpload.URL = URL
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/web_uk.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ XLSProcessor.error.invalidValueInCell = Недійсне значення тип
XLSProcessor.info.missingSheet = Аркуш "${sheet}" не існує у файлі
booleanfield.html.falseLabel = немає
booleanfield.html.trueLabel = Так
copyToClipboardAddon.html.copied = Скопійовано!
copyToClipboardAddon.html.copy = Цінність копії
emptyCheck.html.empty = Немає доступного вмісту
emptyCheck.html.filteredEmpty = Для вибраних фільтрів не знайдено відповідних елементів.
fileUpload.URL = URL-адреса
Expand Down

0 comments on commit 5df2ebd

Please sign in to comment.