Skip to content

Commit 64cbb2d

Browse files
reloxx13andi34
authored andcommitted
i18n: add missing translations
Change-Id: I4fb71b2622688ded2b428edbd2a9f03e03ac02eb
1 parent 03af946 commit 64cbb2d

File tree

19 files changed

+130
-10
lines changed

19 files changed

+130
-10
lines changed

resources/lang/cs.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,11 @@
114114
"video:video_effects": "Video efekt",
115115
"video:video_enabled": "Povolit pořizování krátkých videí",
116116
"video:video_gif": "Video jako GIF",
117-
"video:video_qr": "Zobrazit jako QR kód"
117+
"video:video_qr": "Zobrazit jako QR kód",
118+
"theme_title": "Témata",
119+
"theme_name_placeholder": "Název tématu",
120+
"theme_save": "Uložit téma",
121+
"theme_load": "Načíst téma",
122+
"theme_delete": "Smazat téma",
123+
"theme_choose": "Vyberte téma"
118124
}

resources/lang/de.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,12 @@
832832
"testMenu": "Verfügbare Tests",
833833
"test_connection": "Verbindung testen",
834834
"test_update_available": "Es ist ein Test-Update verfügbar.",
835+
"theme_title": "Themes",
836+
"theme_name_placeholder": "Theme-Name",
837+
"theme_save": "Theme speichern",
838+
"theme_load": "Theme laden",
839+
"theme_delete": "Theme löschen",
840+
"theme_choose": "Theme auswählen",
835841
"text_settings": "Text-Einstellungen",
836842
"toggleFullscreen": "Vollbildmodus umschalten",
837843
"translate": "Übersetzen",

resources/lang/el.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
"send": "στείλετε",
9393
"slideshow:slideshow_randomPicture": "Εμφάνιση τυχαίων εικόνων",
9494
"test_update_available": "Υπάρχει διαθέσιμη μια ενημέρωση δοκιμής.",
95+
"theme_title": "Θέματα",
96+
"theme_name_placeholder": "Όνομα θέματος",
97+
"theme_save": "Αποθήκευση θέματος",
98+
"theme_load": "Φόρτωση θέματος",
99+
"theme_delete": "Διαγραφή θέματος",
100+
"theme_choose": "Επιλογή θέματος",
95101
"update_available": "Υπάρχει διαθέσιμη μια ενημέρωση.",
96102
"userinterface": "διεπαφή χρήστη",
97103
"userinterface:background_admin": "Διαδρομή εικόνας φόντου διαχειριστή",

resources/lang/es.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,12 @@
768768
"testMenu": "Pruebas disponibles",
769769
"test_connection": "Probar conexión",
770770
"test_update_available": "Hay una actualización de prueba disponible",
771+
"theme_title": "Temas",
772+
"theme_name_placeholder": "Nombre del tema",
773+
"theme_save": "Guardar tema",
774+
"theme_load": "Cargar tema",
775+
"theme_delete": "Eliminar tema",
776+
"theme_choose": "Elegir tema",
771777
"toggleFullscreen": "Alternar pantalla completa",
772778
"translate": "Traducir",
773779
"update_available": "Hay una actualización disponible",

resources/lang/fr.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,12 @@
864864
"testMenu": "Tests disponibles",
865865
"test_connection": "Test de connection",
866866
"test_update_available": "Il y a une mise à jour de test disponible",
867+
"theme_title": "Thèmes",
868+
"theme_name_placeholder": "Nom du thème",
869+
"theme_save": "Enregistrer le thème",
870+
"theme_load": "Charger le thème",
871+
"theme_delete": "Supprimer le thème",
872+
"theme_choose": "Choisir un thème",
867873
"text_settings": "Paramètres de texte",
868874
"toggleFullscreen": "Basculer en plein écran",
869875
"translate": "Traduire",

resources/lang/hr.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,11 @@
336336
"manual:pictures:picture_frame_right_percentage": "Postotak desne granice okvira u odnosu na ukupnu širinu",
337337
"manual:pictures:picture_frame_top_percentage": "Postotak gornje granice okvira u odnosu na ukupnu visinu",
338338
"manual:pictures:picture_keep_original": "Ako je omogućeno, originalne slike će biti sačuvane unutar privremene mape."
339+
,
340+
"theme_title": "Teme",
341+
"theme_name_placeholder": "Naziv teme",
342+
"theme_save": "Spremi temu",
343+
"theme_load": "Učitaj temu",
344+
"theme_delete": "Izbriši temu",
345+
"theme_choose": "Odaberi temu"
339346
}

resources/lang/hu.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@
213213
"selectFilter": "Képszűrő",
214214
"send": "Küldés",
215215
"test_update_available": "Teszt frissítés elérhető",
216+
"theme_title": "Témák",
217+
"theme_name_placeholder": "Téma neve",
218+
"theme_save": "Téma mentése",
219+
"theme_load": "Téma betöltése",
220+
"theme_delete": "Téma törlése",
221+
"theme_choose": "Téma kiválasztása",
216222
"update_available": "Frissítés elérhető.",
217223
"using_latest_version": "A fotófülke legfrissebb verzióját használod."
218224
}

resources/lang/it.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,12 @@
866866
"testMenu": "Test disponibili",
867867
"test_connection": "Test di connessione",
868868
"test_update_available": "C'è un aggiornamento di test disponibile.",
869+
"theme_title": "Temi",
870+
"theme_name_placeholder": "Nome del tema",
871+
"theme_save": "Salva tema",
872+
"theme_load": "Carica tema",
873+
"theme_delete": "Elimina tema",
874+
"theme_choose": "Scegli tema",
869875
"text_settings": "Impostazioni del testo",
870876
"toggleFullscreen": "Attivare/disattivare schermo intero",
871877
"translate": "Traduci",

resources/lang/ja.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,11 @@
1919
"choose_image": "画像を選ぶ",
2020
"click_element": "クリック",
2121
"close": "閉じる",
22-
"collage:collage_background": "バックグラウンド"
22+
"collage:collage_background": "バックグラウンド",
23+
"theme_title": "テーマ",
24+
"theme_name_placeholder": "テーマ名",
25+
"theme_save": "テーマを保存",
26+
"theme_load": "テーマを読み込む",
27+
"theme_delete": "テーマを削除",
28+
"theme_choose": "テーマを選択"
2329
}

resources/lang/ko.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
{}
1+
{
2+
"theme_title": "테마",
3+
"theme_name_placeholder": "테마 이름",
4+
"theme_save": "테마 저장",
5+
"theme_load": "테마 불러오기",
6+
"theme_delete": "테마 삭제",
7+
"theme_choose": "테마 선택"
8+
}

0 commit comments

Comments
 (0)