From 894704d9e343b4acff38394f4e81a35f37df27ca Mon Sep 17 00:00:00 2001 From: viktorstrate Date: Sat, 25 Sep 2021 17:35:41 +0200 Subject: [PATCH] Update translations --- .../extractedTranslations/da/translation.json | 22 +++++--- .../da/translation_old.json | 14 ++++++ .../extractedTranslations/de/translation.json | 22 +++++--- .../de/translation_old.json | 41 +++++++++++++-- .../extractedTranslations/en/translation.json | 22 +++++--- .../extractedTranslations/es/translation.json | 22 +++++--- .../es/translation_old.json | 41 +++++++++++++-- .../extractedTranslations/fr/translation.json | 22 +++++--- .../extractedTranslations/it/translation.json | 22 +++++--- .../it/translation_old.json | 41 +++++++++++++-- .../extractedTranslations/pl/translation.json | 22 +++++--- .../pl/translation_old.json | 47 +++++++++++++++-- .../extractedTranslations/ru/translation.json | 22 +++++--- .../ru/translation_old.json | 50 +++++++++++++++++-- .../extractedTranslations/sv/translation.json | 22 +++++--- .../sv/translation_old.json | 41 +++++++++++++-- 16 files changed, 393 insertions(+), 80 deletions(-) diff --git a/ui/src/extractedTranslations/da/translation.json b/ui/src/extractedTranslations/da/translation.json index 5a0cb10e..68349bec 100644 --- a/ui/src/extractedTranslations/da/translation.json +++ b/ui/src/extractedTranslations/da/translation.json @@ -61,17 +61,17 @@ "description": "Simpelt og Brugervenligt Photo-galleri for Personlige Servere" }, "people_page": { + "action_label": { + "change_label": null, + "detach_face": null, + "merge_face": null, + "move_faces": null + }, "face_group": { "label_placeholder": "Navn", "unlabeled": "Ikke navngivet", "unlabeled_person": "Ikke navngivet person" }, - "action_label": { - "change_label": null, - "merge_face": null, - "detach_face": null, - "move_faces": null - }, "modal": { "action": { "merge": "Sammenflet" @@ -215,6 +215,10 @@ }, "sidebar": { "album": { + "album_cover": null, + "cover_photo": null, + "reset_cover": null, + "set_cover": null, "title_placeholder": "Albumtitel" }, "download": { @@ -295,6 +299,12 @@ "places": "Kort", "settings": "Indstillinger" }, + "timeline_filter": { + "date": { + "dropdown_all": null, + "label": null + } + }, "title": { "loading_album": "Loader album", "login": "Log ind", diff --git a/ui/src/extractedTranslations/da/translation_old.json b/ui/src/extractedTranslations/da/translation_old.json index 731293f0..9bba571f 100644 --- a/ui/src/extractedTranslations/da/translation_old.json +++ b/ui/src/extractedTranslations/da/translation_old.json @@ -36,6 +36,12 @@ "select_image_faces": { "search_images_placeholder": "Søg billeder..." } + }, + "action_label": { + "change_label": null, + "merge_face": null, + "detach_face": null, + "move_faces": null } }, "settings": { @@ -53,6 +59,14 @@ }, "sharing": { "table_header": "Offentlige delinger" + }, + "download": { + "filesize": { + "giga_byte_plural": null, + "kilo_byte_plural": null, + "mega_byte_plural": null, + "tera_byte_plural": null + } } } } diff --git a/ui/src/extractedTranslations/de/translation.json b/ui/src/extractedTranslations/de/translation.json index 895058fd..257ad17d 100644 --- a/ui/src/extractedTranslations/de/translation.json +++ b/ui/src/extractedTranslations/de/translation.json @@ -61,17 +61,17 @@ "description": "Einfache und nutzerfreundliche Fotogallerie für Homeserver" }, "people_page": { + "action_label": { + "change_label": null, + "detach_face": null, + "merge_face": null, + "move_faces": null + }, "face_group": { "label_placeholder": "Zuordnung", "unlabeled": "Nicht zugeordnet", "unlabeled_person": null }, - "action_label": { - "change_label": null, - "merge_face": null, - "detach_face": null, - "move_faces": null - }, "modal": { "action": { "merge": null @@ -215,6 +215,10 @@ }, "sidebar": { "album": { + "album_cover": null, + "cover_photo": null, + "reset_cover": null, + "set_cover": null, "title_placeholder": null }, "download": { @@ -295,6 +299,12 @@ "places": "Orte", "settings": "Einstellungen" }, + "timeline_filter": { + "date": { + "dropdown_all": null, + "label": null + } + }, "title": { "loading_album": "Lade Album", "login": "Login", diff --git a/ui/src/extractedTranslations/de/translation_old.json b/ui/src/extractedTranslations/de/translation_old.json index be18e5d5..0c464715 100644 --- a/ui/src/extractedTranslations/de/translation_old.json +++ b/ui/src/extractedTranslations/de/translation_old.json @@ -15,7 +15,8 @@ "header": { "search": { "result_type": { - "photos": "Fotos" + "photos": "Fotos", + "media": null } } }, @@ -69,23 +70,55 @@ "select_image_faces": { "search_images_placeholder": null } + }, + "action_label": { + "change_label": null, + "merge_face": null, + "detach_face": null, + "move_faces": null + }, + "tableselect_face_group": { + "search_faces_placeholder": null + }, + "tableselect_image_faces": { + "search_images_placeholder": null } }, "settings": { "users": { "table": { "column_names": { - "admin": "Administrator" + "admin": "Administrator", + "capabilities": null } } } }, "sidebar": { "album": { - "title": "Album Optionen" + "title": "Album Optionen", + "title_placeholder": null }, "sharing": { - "table_header": "Öffentliche Freigabe" + "table_header": "Öffentliche Freigabe", + "delete": null, + "more": null + }, + "download": { + "filesize": { + "giga_byte_plural": null, + "kilo_byte_plural": null, + "mega_byte_plural": null, + "tera_byte_plural": null + } + } + }, + "album_filter": { + "sort": null + }, + "share_page": { + "protected_share": { + "password_required_error": null } } } diff --git a/ui/src/extractedTranslations/en/translation.json b/ui/src/extractedTranslations/en/translation.json index 3c455349..26bb3161 100644 --- a/ui/src/extractedTranslations/en/translation.json +++ b/ui/src/extractedTranslations/en/translation.json @@ -61,17 +61,17 @@ "description": "Simple and User-friendly Photo Gallery for Personal Servers" }, "people_page": { + "action_label": { + "change_label": "Change label", + "detach_face": "Detach face", + "merge_face": "Merge face", + "move_faces": "Move faces" + }, "face_group": { "label_placeholder": "Label", "unlabeled": "Unlabeled", "unlabeled_person": "Unlabeled person" }, - "action_label": { - "change_label": "Change label", - "merge_face": "Merge face", - "detach_face": "Detach face", - "move_faces": "Move faces" - }, "modal": { "action": { "merge": "Merge" @@ -215,6 +215,10 @@ }, "sidebar": { "album": { + "album_cover": "Album cover", + "cover_photo": "Album cover", + "reset_cover": "Reset cover photo", + "set_cover": "Set as album cover photo", "title_placeholder": "Album title" }, "download": { @@ -295,6 +299,12 @@ "places": "Places", "settings": "Settings" }, + "timeline_filter": { + "date": { + "dropdown_all": "From today", + "label": "Date" + } + }, "title": { "loading_album": "Loading album", "login": "Login", diff --git a/ui/src/extractedTranslations/es/translation.json b/ui/src/extractedTranslations/es/translation.json index ef3889a6..80b52368 100644 --- a/ui/src/extractedTranslations/es/translation.json +++ b/ui/src/extractedTranslations/es/translation.json @@ -61,17 +61,17 @@ "description": "Una galería de fotos sencilla y fácil de usar para servidores personales" }, "people_page": { + "action_label": { + "change_label": null, + "detach_face": null, + "merge_face": null, + "move_faces": null + }, "face_group": { "label_placeholder": "Etiqueta", "unlabeled": "Sin etiquetar", "unlabeled_person": null }, - "action_label": { - "change_label": null, - "merge_face": null, - "detach_face": null, - "move_faces": null - }, "modal": { "action": { "merge": null @@ -215,6 +215,10 @@ }, "sidebar": { "album": { + "album_cover": null, + "cover_photo": null, + "reset_cover": null, + "set_cover": null, "title_placeholder": null }, "download": { @@ -295,6 +299,12 @@ "places": "Lugares", "settings": "Opciones" }, + "timeline_filter": { + "date": { + "dropdown_all": null, + "label": null + } + }, "title": { "loading_album": "Cargando álbum", "login": null, diff --git a/ui/src/extractedTranslations/es/translation_old.json b/ui/src/extractedTranslations/es/translation_old.json index c2fbcb2f..d10e5797 100644 --- a/ui/src/extractedTranslations/es/translation_old.json +++ b/ui/src/extractedTranslations/es/translation_old.json @@ -15,7 +15,8 @@ "header": { "search": { "result_type": { - "photos": "Fotos" + "photos": "Fotos", + "media": null } } }, @@ -69,13 +70,26 @@ "select_image_faces": { "search_images_placeholder": null } + }, + "action_label": { + "change_label": null, + "merge_face": null, + "detach_face": null, + "move_faces": null + }, + "tableselect_face_group": { + "search_faces_placeholder": null + }, + "tableselect_image_faces": { + "search_images_placeholder": null } }, "settings": { "users": { "table": { "column_names": { - "admin": "Administrador" + "admin": "Administrador", + "capabilities": null } } }, @@ -87,13 +101,32 @@ }, "sidebar": { "album": { - "title": "opciones de álbum" + "title": "opciones de álbum", + "title_placeholder": null }, "sharing": { - "table_header": "Compartidos públicos" + "table_header": "Compartidos públicos", + "delete": null, + "more": null + }, + "download": { + "filesize": { + "giga_byte_plural": null, + "kilo_byte_plural": null, + "mega_byte_plural": null, + "tera_byte_plural": null + } } }, "title": { "login": null + }, + "album_filter": { + "sort": null + }, + "share_page": { + "protected_share": { + "password_required_error": null + } } } diff --git a/ui/src/extractedTranslations/fr/translation.json b/ui/src/extractedTranslations/fr/translation.json index 1f8b1fbf..e54a5a12 100644 --- a/ui/src/extractedTranslations/fr/translation.json +++ b/ui/src/extractedTranslations/fr/translation.json @@ -61,17 +61,17 @@ "description": "Galerie Photo simple et convivial pour les Serveurs Personnels" }, "people_page": { + "action_label": { + "change_label": "Changer le label", + "detach_face": "Détacher le visage", + "merge_face": "Fusionner le visage", + "move_faces": "Déplacer les visages" + }, "face_group": { "label_placeholder": "Étiquette", "unlabeled": "Sans étiquette", "unlabeled_person": "Personne sans étiquette" }, - "action_label": { - "change_label": "Changer le label", - "merge_face": "Fusionner le visage", - "detach_face": "Détacher le visage", - "move_faces": "Déplacer les visages" - }, "modal": { "action": { "merge": "Fusionner" @@ -215,6 +215,10 @@ }, "sidebar": { "album": { + "album_cover": null, + "cover_photo": null, + "reset_cover": null, + "set_cover": null, "title_placeholder": "Titre de l'Album" }, "download": { @@ -295,6 +299,12 @@ "places": "Lieux", "settings": "Réglages" }, + "timeline_filter": { + "date": { + "dropdown_all": null, + "label": null + } + }, "title": { "loading_album": "Chargement de l'album", "login": "Connexion", diff --git a/ui/src/extractedTranslations/it/translation.json b/ui/src/extractedTranslations/it/translation.json index b5447c03..84e269b9 100644 --- a/ui/src/extractedTranslations/it/translation.json +++ b/ui/src/extractedTranslations/it/translation.json @@ -61,17 +61,17 @@ "description": "Galleria fotografica semplice e user-friendly per il tuo server" }, "people_page": { + "action_label": { + "change_label": null, + "detach_face": null, + "merge_face": null, + "move_faces": null + }, "face_group": { "label_placeholder": "Etichetta", "unlabeled": "Senza etichetta", "unlabeled_person": "Persona senza etichetta" }, - "action_label": { - "change_label": null, - "merge_face": null, - "detach_face": null, - "move_faces": null - }, "modal": { "action": { "merge": "Unisci" @@ -215,6 +215,10 @@ }, "sidebar": { "album": { + "album_cover": null, + "cover_photo": null, + "reset_cover": null, + "set_cover": null, "title_placeholder": null }, "download": { @@ -295,6 +299,12 @@ "places": "Luoghi", "settings": "Impostazioni" }, + "timeline_filter": { + "date": { + "dropdown_all": null, + "label": null + } + }, "title": { "loading_album": "Caricamento album", "login": "Login", diff --git a/ui/src/extractedTranslations/it/translation_old.json b/ui/src/extractedTranslations/it/translation_old.json index 145ee590..73066123 100644 --- a/ui/src/extractedTranslations/it/translation_old.json +++ b/ui/src/extractedTranslations/it/translation_old.json @@ -15,7 +15,8 @@ "header": { "search": { "result_type": { - "photos": "Foto" + "photos": "Foto", + "media": null } } }, @@ -36,23 +37,55 @@ "select_image_faces": { "search_images_placeholder": "Cerca immagini..." } + }, + "action_label": { + "change_label": null, + "merge_face": null, + "detach_face": null, + "move_faces": null + }, + "tableselect_face_group": { + "search_faces_placeholder": null + }, + "tableselect_image_faces": { + "search_images_placeholder": null } }, "settings": { "users": { "table": { "column_names": { - "admin": "Admin" + "admin": "Admin", + "capabilities": null } } } }, "sidebar": { "album": { - "title": "Opzioni Album" + "title": "Opzioni Album", + "title_placeholder": null }, "sharing": { - "table_header": "Condivisioni pubbliche" + "table_header": "Condivisioni pubbliche", + "delete": null, + "more": null + }, + "download": { + "filesize": { + "giga_byte_plural": null, + "kilo_byte_plural": null, + "mega_byte_plural": null, + "tera_byte_plural": null + } + } + }, + "album_filter": { + "sort": null + }, + "share_page": { + "protected_share": { + "password_required_error": null } } } diff --git a/ui/src/extractedTranslations/pl/translation.json b/ui/src/extractedTranslations/pl/translation.json index 6738b936..bef1c60d 100644 --- a/ui/src/extractedTranslations/pl/translation.json +++ b/ui/src/extractedTranslations/pl/translation.json @@ -61,17 +61,17 @@ "description": "Prosta i przyjazna dla użytkownika galeria zdjęć" }, "people_page": { + "action_label": { + "change_label": null, + "detach_face": null, + "merge_face": null, + "move_faces": null + }, "face_group": { "label_placeholder": "Etykieta", "unlabeled": "Nieoznakowany", "unlabeled_person": null }, - "action_label": { - "change_label": null, - "merge_face": null, - "detach_face": null, - "move_faces": null - }, "modal": { "action": { "merge": null @@ -215,6 +215,10 @@ }, "sidebar": { "album": { + "album_cover": null, + "cover_photo": null, + "reset_cover": null, + "set_cover": null, "title_placeholder": null }, "download": { @@ -300,6 +304,12 @@ "places": "Miejsca", "settings": "Ustawienia" }, + "timeline_filter": { + "date": { + "dropdown_all": null, + "label": null + } + }, "title": { "loading_album": "Ładowanie albumu", "login": null, diff --git a/ui/src/extractedTranslations/pl/translation_old.json b/ui/src/extractedTranslations/pl/translation_old.json index 945e5e59..024c4e53 100644 --- a/ui/src/extractedTranslations/pl/translation_old.json +++ b/ui/src/extractedTranslations/pl/translation_old.json @@ -15,7 +15,8 @@ "header": { "search": { "result_type": { - "photos": "Zdjęcia" + "photos": "Zdjęcia", + "media": null } } }, @@ -69,13 +70,26 @@ "select_image_faces": { "search_images_placeholder": null } + }, + "action_label": { + "change_label": null, + "merge_face": null, + "detach_face": null, + "move_faces": null + }, + "tableselect_face_group": { + "search_faces_placeholder": null + }, + "tableselect_image_faces": { + "search_images_placeholder": null } }, "settings": { "users": { "table": { "column_names": { - "admin": "Admin" + "admin": "Admin", + "capabilities": null } } }, @@ -87,7 +101,8 @@ }, "sidebar": { "album": { - "title": "Opcje albumu" + "title": "Opcje albumu", + "title_placeholder": null }, "download": { "filesize": { @@ -99,14 +114,36 @@ "giga_byte": "{{count}} GB", "kilo_byte": "{{count}} KB", "mega_byte": "{{count}} MB", - "tera_byte": "{{count}} TB" + "tera_byte": "{{count}} TB", + "giga_byte_0": null, + "giga_byte_1": null, + "giga_byte_2": null, + "kilo_byte_0": null, + "kilo_byte_1": null, + "kilo_byte_2": null, + "mega_byte_0": null, + "mega_byte_1": null, + "mega_byte_2": null, + "tera_byte_0": null, + "tera_byte_1": null, + "tera_byte_2": null } }, "sharing": { - "table_header": "Publiczne udostępnienia" + "table_header": "Publiczne udostępnienia", + "delete": null, + "more": null } }, "title": { "login": null + }, + "album_filter": { + "sort": null + }, + "share_page": { + "protected_share": { + "password_required_error": null + } } } diff --git a/ui/src/extractedTranslations/ru/translation.json b/ui/src/extractedTranslations/ru/translation.json index 3b590ba2..71e4b504 100644 --- a/ui/src/extractedTranslations/ru/translation.json +++ b/ui/src/extractedTranslations/ru/translation.json @@ -61,17 +61,17 @@ "description": "Простая и Удобная Фото Галерея для Личного Сервера" }, "people_page": { + "action_label": { + "change_label": null, + "detach_face": null, + "merge_face": null, + "move_faces": null + }, "face_group": { "label_placeholder": "Метка", "unlabeled": "Без метки", "unlabeled_person": "Человек без метки" }, - "action_label": { - "change_label": null, - "merge_face": null, - "detach_face": null, - "move_faces": null - }, "modal": { "action": { "merge": "Объединить" @@ -215,6 +215,10 @@ }, "sidebar": { "album": { + "album_cover": null, + "cover_photo": null, + "reset_cover": null, + "set_cover": null, "title_placeholder": null }, "download": { @@ -300,6 +304,12 @@ "places": "Места", "settings": "Настройки" }, + "timeline_filter": { + "date": { + "dropdown_all": null, + "label": null + } + }, "title": { "loading_album": "Загрузка альбома", "login": "Имя пользователя", diff --git a/ui/src/extractedTranslations/ru/translation_old.json b/ui/src/extractedTranslations/ru/translation_old.json index 275d0d25..9af3027d 100644 --- a/ui/src/extractedTranslations/ru/translation_old.json +++ b/ui/src/extractedTranslations/ru/translation_old.json @@ -15,7 +15,8 @@ "header": { "search": { "result_type": { - "photos": "Фото" + "photos": "Фото", + "media": null } } }, @@ -36,20 +37,34 @@ "select_image_faces": { "search_images_placeholder": "Поиск фото..." } + }, + "action_label": { + "change_label": null, + "merge_face": null, + "detach_face": null, + "move_faces": null + }, + "tableselect_face_group": { + "search_faces_placeholder": null + }, + "tableselect_image_faces": { + "search_images_placeholder": null } }, "settings": { "users": { "table": { "column_names": { - "admin": "Администрирование" + "admin": "Администрирование", + "capabilities": null } } } }, "sidebar": { "album": { - "title": "Свойства альбома" + "title": "Свойства альбома", + "title_placeholder": null }, "download": { "filesize": { @@ -58,11 +73,36 @@ "giga_byte": "{{count}} ГБ", "kilo_byte": "{{count}} КБ", "mega_byte": "{{count}} МБ", - "tera_byte": "{{count}} ТБ" + "tera_byte": "{{count}} ТБ", + "byte_0": null, + "byte_1": null, + "byte_2": null, + "giga_byte_0": null, + "giga_byte_1": null, + "giga_byte_2": null, + "kilo_byte_0": null, + "kilo_byte_1": null, + "kilo_byte_2": null, + "mega_byte_0": null, + "mega_byte_1": null, + "mega_byte_2": null, + "tera_byte_0": null, + "tera_byte_1": null, + "tera_byte_2": null } }, "sharing": { - "table_header": "Общий доступ" + "table_header": "Общий доступ", + "delete": null, + "more": null + } + }, + "album_filter": { + "sort": null + }, + "share_page": { + "protected_share": { + "password_required_error": null } } } diff --git a/ui/src/extractedTranslations/sv/translation.json b/ui/src/extractedTranslations/sv/translation.json index 444c8e8d..21f9d916 100644 --- a/ui/src/extractedTranslations/sv/translation.json +++ b/ui/src/extractedTranslations/sv/translation.json @@ -61,17 +61,17 @@ "description": "Enkelt och Användarvänligt fotogalleri för personliga servrar" }, "people_page": { + "action_label": { + "change_label": null, + "detach_face": null, + "merge_face": null, + "move_faces": null + }, "face_group": { "label_placeholder": "Märkning", "unlabeled": "Omärkt", "unlabeled_person": null }, - "action_label": { - "change_label": null, - "merge_face": null, - "detach_face": null, - "move_faces": null - }, "modal": { "action": { "merge": null @@ -215,6 +215,10 @@ }, "sidebar": { "album": { + "album_cover": null, + "cover_photo": null, + "reset_cover": null, + "set_cover": null, "title_placeholder": null }, "download": { @@ -295,6 +299,12 @@ "places": "Platser", "settings": "Inställningar" }, + "timeline_filter": { + "date": { + "dropdown_all": null, + "label": null + } + }, "title": { "loading_album": "Laddar album", "login": null, diff --git a/ui/src/extractedTranslations/sv/translation_old.json b/ui/src/extractedTranslations/sv/translation_old.json index fbe92343..cf086200 100644 --- a/ui/src/extractedTranslations/sv/translation_old.json +++ b/ui/src/extractedTranslations/sv/translation_old.json @@ -15,7 +15,8 @@ "header": { "search": { "result_type": { - "photos": "Bilder" + "photos": "Bilder", + "media": null } } }, @@ -69,6 +70,18 @@ "select_image_faces": { "search_images_placeholder": null } + }, + "action_label": { + "change_label": null, + "merge_face": null, + "detach_face": null, + "move_faces": null + }, + "tableselect_face_group": { + "search_faces_placeholder": null + }, + "tableselect_image_faces": { + "search_images_placeholder": null } }, "places_page": { @@ -78,7 +91,8 @@ "users": { "table": { "column_names": { - "admin": "Admin" + "admin": "Admin", + "capabilities": null } } }, @@ -90,13 +104,32 @@ }, "sidebar": { "album": { - "title": "Albuminställningar" + "title": "Albuminställningar", + "title_placeholder": null }, "sharing": { - "table_header": "Publika delningar" + "table_header": "Publika delningar", + "delete": null, + "more": null + }, + "download": { + "filesize": { + "giga_byte_plural": null, + "kilo_byte_plural": null, + "mega_byte_plural": null, + "tera_byte_plural": null + } } }, "title": { "login": null + }, + "album_filter": { + "sort": null + }, + "share_page": { + "protected_share": { + "password_required_error": null + } } }