mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-07-28 22:28:48 +00:00
Add i18next-parser to extract translations
This commit is contained in:
7
ui/i18next-parser.config.js
Normal file
7
ui/i18next-parser.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
skipDefaultValues: locale => locale != 'en',
|
||||
sort: true,
|
||||
locales: ['da', 'de', 'en', 'es', 'fr', 'it', 'pl', 'ru', 'sv'],
|
||||
input: 'src/**/*.{js,ts,jsx,tsx}',
|
||||
output: 'src/extractedTranslations/$LOCALE/$NAMESPACE.json',
|
||||
}
|
||||
1634
ui/package-lock.json
generated
1634
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -64,6 +64,7 @@
|
||||
"jest": "craco test",
|
||||
"jest:ci": "CI=true craco test --verbose --ci --coverage",
|
||||
"genSchemaTypes": "npx apollo client:codegen --target=typescript --globalTypesFile=src/__generated__/globalTypes.ts",
|
||||
"extractTranslations": "i18next -c i18next-parser.config.js",
|
||||
"prepare": "(cd .. && npx husky install)"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -71,6 +72,7 @@
|
||||
"@testing-library/react": "^12.0.0",
|
||||
"@testing-library/user-event": "^13.1.9",
|
||||
"husky": "^6.0.0",
|
||||
"i18next-parser": "^4.2.0",
|
||||
"lint-staged": "^11.0.1",
|
||||
"tsc-files": "^1.1.2"
|
||||
},
|
||||
|
||||
@@ -1,37 +1,31 @@
|
||||
{
|
||||
"album_filter": {
|
||||
"only_favorites": "Vis kun favoritter",
|
||||
"sort_by": "Sorter efter",
|
||||
"sort": "Sorter",
|
||||
"sorting_options": {
|
||||
"date_imported": "Dato for importering",
|
||||
"date_shot": "Dato",
|
||||
"title": "Titel",
|
||||
"type": "Type"
|
||||
}
|
||||
},
|
||||
"albums_page": {
|
||||
"title": "Album"
|
||||
},
|
||||
"sort_by": "Sorter efter"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"add": "Tilføj",
|
||||
"cancel": "Annuller",
|
||||
"delete": "Slet",
|
||||
"more": "Mere",
|
||||
"remove": "Fjern",
|
||||
"save": "Gem"
|
||||
},
|
||||
"loading": {
|
||||
"album": "Loader album",
|
||||
"default": "Loader...",
|
||||
"media": "Loader medier",
|
||||
"page": "Loader side",
|
||||
"paginate": {
|
||||
"faces": "Loader flere personer",
|
||||
"media": "Loader flere medier"
|
||||
},
|
||||
"shares": "Loader delinger...",
|
||||
"timeline": "Loader tidslinje"
|
||||
"shares": "Loader delinger..."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
@@ -41,7 +35,7 @@
|
||||
"placeholder": "Søg",
|
||||
"result_type": {
|
||||
"albums": "Albums",
|
||||
"photos": "Billeder"
|
||||
"media": "Medie"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -68,13 +62,6 @@
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": "Tilføj navn",
|
||||
"change_label": "Ændre navn",
|
||||
"detach_face": "Løsriv ansigter",
|
||||
"merge_face": "Sammenflet ansigter",
|
||||
"move_faces": "Flyt ansigter"
|
||||
},
|
||||
"label_placeholder": "Navn",
|
||||
"unlabeled": "Ikke navngivet",
|
||||
"unlabeled_person": "Ikke navngivet person"
|
||||
@@ -112,13 +99,11 @@
|
||||
}
|
||||
},
|
||||
"recognize_unlabeled_faces_button": "Genkend ikke navngivede ansigter",
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": "Søg ansigter..."
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": "Søg billeder..."
|
||||
}
|
||||
"tableselect_face_group": {
|
||||
"search_faces_placeholder": "Søg ansigter..."
|
||||
},
|
||||
"tableselect_image_faces": {
|
||||
"search_images_placeholder": "Søg billeder..."
|
||||
}
|
||||
},
|
||||
"photos_page": {
|
||||
@@ -187,7 +172,7 @@
|
||||
"table": {
|
||||
"column_names": {
|
||||
"action": "Handling",
|
||||
"admin": "Admin",
|
||||
"capabilities": "Rettigheder",
|
||||
"photo_path": "Billedesti",
|
||||
"username": "Brugernavn"
|
||||
},
|
||||
@@ -215,6 +200,7 @@
|
||||
},
|
||||
"protected_share": {
|
||||
"description": "Denne deling er låst med en adgangskode.",
|
||||
"password_required_error": "Adgangskode er påkrævet",
|
||||
"title": "Beskyttet deling"
|
||||
},
|
||||
"share_not_found": "Deling blev ikke fundet",
|
||||
@@ -223,16 +209,20 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Indstillinger for album"
|
||||
"title_placeholder": "Albumtitel"
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Byte",
|
||||
"byte_plural": "{{count}} Bytes",
|
||||
"giga_byte": "{{count}} GB",
|
||||
"giga_byte_plural": null,
|
||||
"kilo_byte": "{{count}} KB",
|
||||
"kilo_byte_plural": null,
|
||||
"mega_byte": "{{count}} MB",
|
||||
"tera_byte": "{{count}} TB"
|
||||
"mega_byte_plural": null,
|
||||
"tera_byte": "{{count}} TB",
|
||||
"tera_byte_plural": null
|
||||
},
|
||||
"table_columns": {
|
||||
"dimensions": "Dimension",
|
||||
@@ -285,9 +275,10 @@
|
||||
"sharing": {
|
||||
"add_share": "Tilføj deling",
|
||||
"copy_link": "Kopier link",
|
||||
"delete": "Slet",
|
||||
"more": "Mere",
|
||||
"no_shares_found": "Ingen delinger fundet",
|
||||
"public_link": "Offentligt link",
|
||||
"table_header": "Offentlige delinger",
|
||||
"title": "Indstillinger for deling"
|
||||
}
|
||||
},
|
||||
|
||||
58
ui/src/extractedTranslations/da/translation_old.json
Normal file
58
ui/src/extractedTranslations/da/translation_old.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"albums_page": {
|
||||
"title": "Album"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"delete": "Slet",
|
||||
"more": "Mere"
|
||||
},
|
||||
"loading": {
|
||||
"media": "Loader medier",
|
||||
"timeline": "Loader tidslinje"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"search": {
|
||||
"result_type": {
|
||||
"photos": "Billeder"
|
||||
}
|
||||
}
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": "Tilføj navn",
|
||||
"change_label": "Ændre navn",
|
||||
"detach_face": "Løsriv ansigter",
|
||||
"merge_face": "Sammenflet ansigter",
|
||||
"move_faces": "Flyt ansigter"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": "Søg ansigter..."
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": "Søg billeder..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"users": {
|
||||
"table": {
|
||||
"column_names": {
|
||||
"admin": "Admin"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Indstillinger for album"
|
||||
},
|
||||
"sharing": {
|
||||
"table_header": "Offentlige delinger"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,37 +1,31 @@
|
||||
{
|
||||
"album_filter": {
|
||||
"only_favorites": "Nur Favoriten anzeigen",
|
||||
"sort_by": "Sortieren nach",
|
||||
"sort": null,
|
||||
"sorting_options": {
|
||||
"date_imported": "Importdatum",
|
||||
"date_shot": "Aufnahmedatum",
|
||||
"title": "Titel",
|
||||
"type": "Typ"
|
||||
}
|
||||
},
|
||||
"albums_page": {
|
||||
"title": "Alben"
|
||||
},
|
||||
"sort_by": "Sortieren nach"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"add": "Hinzufügen",
|
||||
"cancel": "Abbrechen",
|
||||
"delete": "Löschen",
|
||||
"more": "Mehr",
|
||||
"remove": "Entfernen",
|
||||
"save": "Speichern"
|
||||
},
|
||||
"loading": {
|
||||
"album": "Lade Album",
|
||||
"default": "Lade...",
|
||||
"media": "Lade Medien",
|
||||
"page": "Lade Seite",
|
||||
"paginate": {
|
||||
"faces": "Lade mehr Personen",
|
||||
"media": "Lade mehr Medien"
|
||||
},
|
||||
"shares": "Lade Freigaben...",
|
||||
"timeline": "Lade Timeline"
|
||||
"shares": "Lade Freigaben..."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
@@ -41,7 +35,7 @@
|
||||
"placeholder": "Suche",
|
||||
"result_type": {
|
||||
"albums": "Alben",
|
||||
"photos": "Fotos"
|
||||
"media": null
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -68,13 +62,6 @@
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": null,
|
||||
"change_label": null,
|
||||
"detach_face": null,
|
||||
"merge_face": null,
|
||||
"move_faces": null
|
||||
},
|
||||
"label_placeholder": "Zuordnung",
|
||||
"unlabeled": "Nicht zugeordnet",
|
||||
"unlabeled_person": null
|
||||
@@ -112,13 +99,11 @@
|
||||
}
|
||||
},
|
||||
"recognize_unlabeled_faces_button": "Nicht zugeordnete Gesichter erkennen",
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
"tableselect_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"tableselect_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
},
|
||||
"photos_page": {
|
||||
@@ -187,7 +172,7 @@
|
||||
"table": {
|
||||
"column_names": {
|
||||
"action": "Aktion",
|
||||
"admin": "Administrator",
|
||||
"capabilities": null,
|
||||
"photo_path": "Pfad der Medien",
|
||||
"username": "Benutzername"
|
||||
},
|
||||
@@ -215,6 +200,7 @@
|
||||
},
|
||||
"protected_share": {
|
||||
"description": "Diese Freigabe ist passwortgeschützt.",
|
||||
"password_required_error": null,
|
||||
"title": "Passwortgeschützte Freigabe"
|
||||
},
|
||||
"share_not_found": "Freigabe nicht gefunden",
|
||||
@@ -223,16 +209,20 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Album Optionen"
|
||||
"title_placeholder": null
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Byte",
|
||||
"byte_plural": "{{count}} Bytes",
|
||||
"giga_byte": "{{count}} GB",
|
||||
"giga_byte_plural": null,
|
||||
"kilo_byte": "{{count}} KB",
|
||||
"kilo_byte_plural": null,
|
||||
"mega_byte": "{{count}} MB",
|
||||
"tera_byte": "{{count}} TB"
|
||||
"mega_byte_plural": null,
|
||||
"tera_byte": "{{count}} TB",
|
||||
"tera_byte_plural": null
|
||||
},
|
||||
"table_columns": {
|
||||
"dimensions": "Dimension",
|
||||
@@ -285,9 +275,10 @@
|
||||
"sharing": {
|
||||
"add_share": "Freigabe hinzufügen",
|
||||
"copy_link": "Link kopieren",
|
||||
"delete": null,
|
||||
"more": null,
|
||||
"no_shares_found": "Keine Freigaben gefunden",
|
||||
"public_link": "Öffentlicher Link",
|
||||
"table_header": "Öffentliche Freigabe",
|
||||
"title": "Freigabeoptionen"
|
||||
}
|
||||
},
|
||||
|
||||
91
ui/src/extractedTranslations/de/translation_old.json
Normal file
91
ui/src/extractedTranslations/de/translation_old.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"albums_page": {
|
||||
"title": "Alben"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"delete": "Löschen",
|
||||
"more": "Mehr"
|
||||
},
|
||||
"loading": {
|
||||
"media": "Lade Medien",
|
||||
"timeline": "Lade Timeline"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"search": {
|
||||
"result_type": {
|
||||
"photos": "Fotos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": null,
|
||||
"change_label": null,
|
||||
"detach_face": null,
|
||||
"merge_face": null,
|
||||
"move_faces": null
|
||||
},
|
||||
"unlabeled_person": null
|
||||
},
|
||||
"modal": {
|
||||
"action": {
|
||||
"merge": null
|
||||
},
|
||||
"detach_image_faces": {
|
||||
"action": {
|
||||
"detach": null,
|
||||
"select_images": null
|
||||
},
|
||||
"description": null,
|
||||
"title": null
|
||||
},
|
||||
"merge_face_groups": {
|
||||
"description": null,
|
||||
"destination_table": {
|
||||
"title": null
|
||||
},
|
||||
"title": null
|
||||
},
|
||||
"move_image_faces": {
|
||||
"description": null,
|
||||
"destination_face_group_table": {
|
||||
"move_action": null,
|
||||
"title": null
|
||||
},
|
||||
"image_select_table": {
|
||||
"next_action": null,
|
||||
"title": null
|
||||
},
|
||||
"title": null
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"users": {
|
||||
"table": {
|
||||
"column_names": {
|
||||
"admin": "Administrator"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Album Optionen"
|
||||
},
|
||||
"sharing": {
|
||||
"table_header": "Öffentliche Freigabe"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,37 +1,31 @@
|
||||
{
|
||||
"album_filter": {
|
||||
"only_favorites": "Show only favorites",
|
||||
"sort_by": "Sort by",
|
||||
"sort": "Sort",
|
||||
"sorting_options": {
|
||||
"date_imported": "Date imported",
|
||||
"date_shot": "Date shot",
|
||||
"title": "Title",
|
||||
"type": "Kind"
|
||||
}
|
||||
},
|
||||
"albums_page": {
|
||||
"title": "Albums"
|
||||
},
|
||||
"sort_by": "Sort by"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"add": "Add",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"more": "More",
|
||||
"remove": "Remove",
|
||||
"save": "Save"
|
||||
},
|
||||
"loading": {
|
||||
"album": "Loading album",
|
||||
"default": "Loading...",
|
||||
"media": "Loading media",
|
||||
"page": "Loading page",
|
||||
"paginate": {
|
||||
"faces": "Loading more people",
|
||||
"media": "Loading more media"
|
||||
},
|
||||
"shares": "Loading shares...",
|
||||
"timeline": "Loading timeline"
|
||||
"shares": "Loading shares..."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
@@ -41,7 +35,7 @@
|
||||
"placeholder": "Search",
|
||||
"result_type": {
|
||||
"albums": "Albums",
|
||||
"photos": "Photos"
|
||||
"media": "Media"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -68,13 +62,6 @@
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": "Add Label",
|
||||
"change_label": "Change Label",
|
||||
"detach_face": "Detach Face",
|
||||
"merge_face": "Merge Face",
|
||||
"move_faces": "Move Faces"
|
||||
},
|
||||
"label_placeholder": "Label",
|
||||
"unlabeled": "Unlabeled",
|
||||
"unlabeled_person": "Unlabeled person"
|
||||
@@ -112,13 +99,11 @@
|
||||
}
|
||||
},
|
||||
"recognize_unlabeled_faces_button": "Recognize unlabeled faces",
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": "Search faces..."
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": "Search images..."
|
||||
}
|
||||
"tableselect_face_group": {
|
||||
"search_faces_placeholder": "Search faces..."
|
||||
},
|
||||
"tableselect_image_faces": {
|
||||
"search_images_placeholder": "Search images..."
|
||||
}
|
||||
},
|
||||
"photos_page": {
|
||||
@@ -187,7 +172,7 @@
|
||||
"table": {
|
||||
"column_names": {
|
||||
"action": "Action",
|
||||
"admin": "Admin",
|
||||
"capabilities": "Capabilities",
|
||||
"photo_path": "Photo path",
|
||||
"username": "Username"
|
||||
},
|
||||
@@ -215,6 +200,7 @@
|
||||
},
|
||||
"protected_share": {
|
||||
"description": "This share is protected with a password.",
|
||||
"password_required_error": "Password is required",
|
||||
"title": "Protected share"
|
||||
},
|
||||
"share_not_found": "Share not found",
|
||||
@@ -223,16 +209,20 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Album options"
|
||||
"title_placeholder": "Album title"
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Byte",
|
||||
"byte_plural": "{{count}} Bytes",
|
||||
"giga_byte": "{{count}} GB",
|
||||
"giga_byte_plural": "{{count}} GB",
|
||||
"kilo_byte": "{{count}} KB",
|
||||
"kilo_byte_plural": "{{count}} KB",
|
||||
"mega_byte": "{{count}} MB",
|
||||
"tera_byte": "{{count}} TB"
|
||||
"mega_byte_plural": "{{count}} MB",
|
||||
"tera_byte": "{{count}} TB",
|
||||
"tera_byte_plural": "{{count}} TB"
|
||||
},
|
||||
"table_columns": {
|
||||
"dimensions": "Dimensions",
|
||||
@@ -285,9 +275,10 @@
|
||||
"sharing": {
|
||||
"add_share": "Add shares",
|
||||
"copy_link": "Copy Link",
|
||||
"delete": "Delete",
|
||||
"more": "More",
|
||||
"no_shares_found": "No shares found",
|
||||
"public_link": "Public Link",
|
||||
"table_header": "Public shares",
|
||||
"title": "Sharing options"
|
||||
}
|
||||
},
|
||||
|
||||
58
ui/src/extractedTranslations/en/translation_old.json
Normal file
58
ui/src/extractedTranslations/en/translation_old.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"albums_page": {
|
||||
"title": "Albums"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"delete": "Delete",
|
||||
"more": "More"
|
||||
},
|
||||
"loading": {
|
||||
"media": "Loading media",
|
||||
"timeline": "Loading timeline"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"search": {
|
||||
"result_type": {
|
||||
"photos": "Photos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": "Add Label",
|
||||
"change_label": "Change Label",
|
||||
"detach_face": "Detach Face",
|
||||
"merge_face": "Merge Face",
|
||||
"move_faces": "Move Faces"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": "Search faces..."
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": "Search images..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"users": {
|
||||
"table": {
|
||||
"column_names": {
|
||||
"admin": "Admin"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Album options"
|
||||
},
|
||||
"sharing": {
|
||||
"table_header": "Public shares"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,37 +1,31 @@
|
||||
{
|
||||
"album_filter": {
|
||||
"only_favorites": "Solo mostrar favoritos",
|
||||
"sort_by": "Ordenar por",
|
||||
"sort": null,
|
||||
"sorting_options": {
|
||||
"date_imported": "Fecha de importado",
|
||||
"date_shot": "Fecha de la foto",
|
||||
"title": "Título",
|
||||
"type": "Tipo"
|
||||
}
|
||||
},
|
||||
"albums_page": {
|
||||
"title": "Álbumes"
|
||||
},
|
||||
"sort_by": "Ordenar por"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"add": "Añadir",
|
||||
"cancel": "Cancelar",
|
||||
"delete": "Eliminar",
|
||||
"more": null,
|
||||
"remove": "Borrar",
|
||||
"save": "Guardar"
|
||||
},
|
||||
"loading": {
|
||||
"album": "Cargando álbum",
|
||||
"default": "Cargando...",
|
||||
"media": "Cargando archivos",
|
||||
"page": "Cargando página",
|
||||
"paginate": {
|
||||
"faces": "Cargando más gente",
|
||||
"media": "Cargando más archivos"
|
||||
},
|
||||
"shares": "Cargando compartidos...",
|
||||
"timeline": "Cargando línea temporal"
|
||||
"shares": "Cargando compartidos..."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
@@ -41,7 +35,7 @@
|
||||
"placeholder": "Buscar",
|
||||
"result_type": {
|
||||
"albums": "Álbumes",
|
||||
"photos": "Fotos"
|
||||
"media": null
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -68,13 +62,6 @@
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": null,
|
||||
"change_label": null,
|
||||
"detach_face": null,
|
||||
"merge_face": null,
|
||||
"move_faces": null
|
||||
},
|
||||
"label_placeholder": "Etiqueta",
|
||||
"unlabeled": "Sin etiquetar",
|
||||
"unlabeled_person": null
|
||||
@@ -112,13 +99,11 @@
|
||||
}
|
||||
},
|
||||
"recognize_unlabeled_faces_button": "Reconocer caras sin etiquetar",
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
"tableselect_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"tableselect_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
},
|
||||
"photos_page": {
|
||||
@@ -187,7 +172,7 @@
|
||||
"table": {
|
||||
"column_names": {
|
||||
"action": "Acción",
|
||||
"admin": "Administrador",
|
||||
"capabilities": null,
|
||||
"photo_path": "Ruta de las fotos",
|
||||
"username": "Usuario"
|
||||
},
|
||||
@@ -215,6 +200,7 @@
|
||||
},
|
||||
"protected_share": {
|
||||
"description": "Esta compartición está protegida por contraseña.",
|
||||
"password_required_error": null,
|
||||
"title": "Compartición protegida"
|
||||
},
|
||||
"share_not_found": "Compartición no encontrada",
|
||||
@@ -223,16 +209,20 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "opciones de álbum"
|
||||
"title_placeholder": null
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Byte",
|
||||
"byte_plural": "{{count}} Bytes",
|
||||
"giga_byte": "{{count}} GB",
|
||||
"giga_byte_plural": null,
|
||||
"kilo_byte": "{{count}} KB",
|
||||
"kilo_byte_plural": null,
|
||||
"mega_byte": "{{count}} MB",
|
||||
"tera_byte": "{{count}} TB"
|
||||
"mega_byte_plural": null,
|
||||
"tera_byte": "{{count}} TB",
|
||||
"tera_byte_plural": null
|
||||
},
|
||||
"table_columns": {
|
||||
"dimensions": "Dimensiones",
|
||||
@@ -285,9 +275,10 @@
|
||||
"sharing": {
|
||||
"add_share": "Añadir compartido",
|
||||
"copy_link": "Copiar enlace",
|
||||
"delete": null,
|
||||
"more": null,
|
||||
"no_shares_found": "No se encontraron compartidos",
|
||||
"public_link": "Enlace público",
|
||||
"table_header": "Compartidos públicos",
|
||||
"title": "Opciones de compartir"
|
||||
}
|
||||
},
|
||||
|
||||
99
ui/src/extractedTranslations/es/translation_old.json
Normal file
99
ui/src/extractedTranslations/es/translation_old.json
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"albums_page": {
|
||||
"title": "Álbumes"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"delete": "Eliminar",
|
||||
"more": null
|
||||
},
|
||||
"loading": {
|
||||
"media": "Cargando archivos",
|
||||
"timeline": "Cargando línea temporal"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"search": {
|
||||
"result_type": {
|
||||
"photos": "Fotos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": null,
|
||||
"change_label": null,
|
||||
"detach_face": null,
|
||||
"merge_face": null,
|
||||
"move_faces": null
|
||||
},
|
||||
"unlabeled_person": null
|
||||
},
|
||||
"modal": {
|
||||
"action": {
|
||||
"merge": null
|
||||
},
|
||||
"detach_image_faces": {
|
||||
"action": {
|
||||
"detach": null,
|
||||
"select_images": null
|
||||
},
|
||||
"description": null,
|
||||
"title": null
|
||||
},
|
||||
"merge_face_groups": {
|
||||
"description": null,
|
||||
"destination_table": {
|
||||
"title": null
|
||||
},
|
||||
"title": null
|
||||
},
|
||||
"move_image_faces": {
|
||||
"description": null,
|
||||
"destination_face_group_table": {
|
||||
"move_action": null,
|
||||
"title": null
|
||||
},
|
||||
"image_select_table": {
|
||||
"next_action": null,
|
||||
"title": null
|
||||
},
|
||||
"title": null
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"users": {
|
||||
"table": {
|
||||
"column_names": {
|
||||
"admin": "Administrador"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version_info": {
|
||||
"build_date_title": null,
|
||||
"title": null,
|
||||
"version_title": null
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "opciones de álbum"
|
||||
},
|
||||
"sharing": {
|
||||
"table_header": "Compartidos públicos"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"login": null
|
||||
}
|
||||
}
|
||||
@@ -1,37 +1,31 @@
|
||||
{
|
||||
"album_filter": {
|
||||
"only_favorites": "Afficher seulement les favoris",
|
||||
"sort_by": "Trier par",
|
||||
"sort": null,
|
||||
"sorting_options": {
|
||||
"date_imported": "Date d'importation",
|
||||
"date_shot": "Date de prise de vue",
|
||||
"title": "Titre",
|
||||
"type": "Type"
|
||||
}
|
||||
},
|
||||
"albums_page": {
|
||||
"title": "Albums"
|
||||
},
|
||||
"sort_by": "Trier par"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"add": "Ajouter",
|
||||
"cancel": "Annuler",
|
||||
"delete": "Effacer",
|
||||
"more": "Plus",
|
||||
"remove": "Supprimer",
|
||||
"save": "Sauvegarder"
|
||||
},
|
||||
"loading": {
|
||||
"album": "Chargement de l'album",
|
||||
"default": "Chargement...",
|
||||
"media": "Chargement du média",
|
||||
"page": "Chargement de la page",
|
||||
"paginate": {
|
||||
"faces": "Afficher plus de personnes",
|
||||
"media": "Charger plus de médias"
|
||||
},
|
||||
"shares": "Chargement des partages...",
|
||||
"timeline": "Chargement de la timeline"
|
||||
"shares": "Chargement des partages..."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
@@ -41,7 +35,7 @@
|
||||
"placeholder": "Rechercher",
|
||||
"result_type": {
|
||||
"albums": "Albums",
|
||||
"photos": "Photos"
|
||||
"media": null
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -68,13 +62,6 @@
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": null,
|
||||
"change_label": null,
|
||||
"detach_face": null,
|
||||
"merge_face": null,
|
||||
"move_faces": null
|
||||
},
|
||||
"label_placeholder": "Étiquette",
|
||||
"unlabeled": "Sans étiquette",
|
||||
"unlabeled_person": null
|
||||
@@ -112,13 +99,11 @@
|
||||
}
|
||||
},
|
||||
"recognize_unlabeled_faces_button": "Reconnaître les visages sans étiquette",
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
"tableselect_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"tableselect_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
},
|
||||
"photos_page": {
|
||||
@@ -187,7 +172,7 @@
|
||||
"table": {
|
||||
"column_names": {
|
||||
"action": "Action",
|
||||
"admin": "Admin",
|
||||
"capabilities": null,
|
||||
"photo_path": "Chemin des photos",
|
||||
"username": "Nom d'utilisateur"
|
||||
},
|
||||
@@ -215,6 +200,7 @@
|
||||
},
|
||||
"protected_share": {
|
||||
"description": "Ce partage est protégé par un mot de passe.",
|
||||
"password_required_error": null,
|
||||
"title": "Partage protégé"
|
||||
},
|
||||
"share_not_found": "Partage non trouvé",
|
||||
@@ -223,16 +209,20 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Paramètres de l'album"
|
||||
"title_placeholder": null
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Octets",
|
||||
"byte_plural": "{{count}} Octets",
|
||||
"giga_byte": "{{count}} Go",
|
||||
"giga_byte_plural": null,
|
||||
"kilo_byte": "{{count}} Ko",
|
||||
"kilo_byte_plural": null,
|
||||
"mega_byte": "{{count}} Mo",
|
||||
"tera_byte": "{{count}} To"
|
||||
"mega_byte_plural": null,
|
||||
"tera_byte": "{{count}} To",
|
||||
"tera_byte_plural": null
|
||||
},
|
||||
"table_columns": {
|
||||
"dimensions": "Dimensions",
|
||||
@@ -285,9 +275,10 @@
|
||||
"sharing": {
|
||||
"add_share": "Ajouter un partage",
|
||||
"copy_link": "Copier le lien",
|
||||
"delete": null,
|
||||
"more": null,
|
||||
"no_shares_found": "Aucun partage trouvé",
|
||||
"public_link": "Lien public",
|
||||
"table_header": "Partages publics",
|
||||
"title": "Options de partage"
|
||||
}
|
||||
},
|
||||
|
||||
99
ui/src/extractedTranslations/fr/translation_old.json
Normal file
99
ui/src/extractedTranslations/fr/translation_old.json
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"albums_page": {
|
||||
"title": "Albums"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"delete": "Effacer",
|
||||
"more": "Plus"
|
||||
},
|
||||
"loading": {
|
||||
"media": "Chargement du média",
|
||||
"timeline": "Chargement de la timeline"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"search": {
|
||||
"result_type": {
|
||||
"photos": "Photos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": null,
|
||||
"change_label": null,
|
||||
"detach_face": null,
|
||||
"merge_face": null,
|
||||
"move_faces": null
|
||||
},
|
||||
"unlabeled_person": null
|
||||
},
|
||||
"modal": {
|
||||
"action": {
|
||||
"merge": null
|
||||
},
|
||||
"detach_image_faces": {
|
||||
"action": {
|
||||
"detach": null,
|
||||
"select_images": null
|
||||
},
|
||||
"description": null,
|
||||
"title": null
|
||||
},
|
||||
"merge_face_groups": {
|
||||
"description": null,
|
||||
"destination_table": {
|
||||
"title": null
|
||||
},
|
||||
"title": null
|
||||
},
|
||||
"move_image_faces": {
|
||||
"description": null,
|
||||
"destination_face_group_table": {
|
||||
"move_action": null,
|
||||
"title": null
|
||||
},
|
||||
"image_select_table": {
|
||||
"next_action": null,
|
||||
"title": null
|
||||
},
|
||||
"title": null
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"users": {
|
||||
"table": {
|
||||
"column_names": {
|
||||
"admin": "Admin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version_info": {
|
||||
"build_date_title": null,
|
||||
"title": null,
|
||||
"version_title": null
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Paramètres de l'album"
|
||||
},
|
||||
"sharing": {
|
||||
"table_header": "Partages publics"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"login": null
|
||||
}
|
||||
}
|
||||
@@ -1,37 +1,31 @@
|
||||
{
|
||||
"album_filter": {
|
||||
"only_favorites": "Mostra solo i preferiti",
|
||||
"sort_by": "Ordina per",
|
||||
"sort": null,
|
||||
"sorting_options": {
|
||||
"date_imported": "Data importazione",
|
||||
"date_shot": "Data scatto",
|
||||
"title": "Titolo",
|
||||
"type": "Tipo"
|
||||
}
|
||||
},
|
||||
"albums_page": {
|
||||
"title": "Album"
|
||||
},
|
||||
"sort_by": "Ordina per"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"add": "Aggiungi",
|
||||
"cancel": "Annulla",
|
||||
"delete": "Elimina",
|
||||
"more": "Altro",
|
||||
"remove": "Rimuovi",
|
||||
"save": "Salva"
|
||||
},
|
||||
"loading": {
|
||||
"album": "Caricamento album",
|
||||
"default": "Caricamento...",
|
||||
"media": "Caricamento media",
|
||||
"page": "Caricamento pagina",
|
||||
"paginate": {
|
||||
"faces": "Carica più persone",
|
||||
"media": "Carica più media"
|
||||
},
|
||||
"shares": "Caricamento condivisi...",
|
||||
"timeline": "Caricamento timeline"
|
||||
"shares": "Caricamento condivisi..."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
@@ -41,7 +35,7 @@
|
||||
"placeholder": "Cerca",
|
||||
"result_type": {
|
||||
"albums": "Album",
|
||||
"photos": "Foto"
|
||||
"media": null
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -68,13 +62,6 @@
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": "Aggiungi etichetta",
|
||||
"change_label": "Cambia etichetta",
|
||||
"detach_face": "Separa volto",
|
||||
"merge_face": "Unisci volto",
|
||||
"move_faces": "Sposta volti"
|
||||
},
|
||||
"label_placeholder": "Etichetta",
|
||||
"unlabeled": "Senza etichetta",
|
||||
"unlabeled_person": "Persona senza etichetta"
|
||||
@@ -112,13 +99,11 @@
|
||||
}
|
||||
},
|
||||
"recognize_unlabeled_faces_button": "Identifica facce senza etichetta",
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": "Cerca volti..."
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": "Cerca immagini..."
|
||||
}
|
||||
"tableselect_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"tableselect_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
},
|
||||
"photos_page": {
|
||||
@@ -187,7 +172,7 @@
|
||||
"table": {
|
||||
"column_names": {
|
||||
"action": "Azioni",
|
||||
"admin": "Admin",
|
||||
"capabilities": null,
|
||||
"photo_path": "Percorso foto",
|
||||
"username": "Username"
|
||||
},
|
||||
@@ -215,6 +200,7 @@
|
||||
},
|
||||
"protected_share": {
|
||||
"description": "Questa condivisione è protetta da una password.",
|
||||
"password_required_error": null,
|
||||
"title": "Condivisione protetta"
|
||||
},
|
||||
"share_not_found": "Condivisone non trovata",
|
||||
@@ -223,16 +209,20 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Opzioni Album"
|
||||
"title_placeholder": null
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Byte",
|
||||
"byte_plural": "{{count}} Bytes",
|
||||
"giga_byte": "{{count}} GB",
|
||||
"giga_byte_plural": null,
|
||||
"kilo_byte": "{{count}} KB",
|
||||
"kilo_byte_plural": null,
|
||||
"mega_byte": "{{count}} MB",
|
||||
"tera_byte": "{{count}} TB"
|
||||
"mega_byte_plural": null,
|
||||
"tera_byte": "{{count}} TB",
|
||||
"tera_byte_plural": null
|
||||
},
|
||||
"table_columns": {
|
||||
"dimensions": "Dimensioni",
|
||||
@@ -285,9 +275,10 @@
|
||||
"sharing": {
|
||||
"add_share": "Aggiungi condivisione",
|
||||
"copy_link": "Copia il link",
|
||||
"delete": null,
|
||||
"more": null,
|
||||
"no_shares_found": "Nessuna condivisione trovata",
|
||||
"public_link": "Link pubblico",
|
||||
"table_header": "Condivisioni pubbliche",
|
||||
"title": "Opzioni di condivisione"
|
||||
}
|
||||
},
|
||||
|
||||
58
ui/src/extractedTranslations/it/translation_old.json
Normal file
58
ui/src/extractedTranslations/it/translation_old.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"albums_page": {
|
||||
"title": "Album"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"delete": "Elimina",
|
||||
"more": "Altro"
|
||||
},
|
||||
"loading": {
|
||||
"media": "Caricamento media",
|
||||
"timeline": "Caricamento timeline"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"search": {
|
||||
"result_type": {
|
||||
"photos": "Foto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": "Aggiungi etichetta",
|
||||
"change_label": "Cambia etichetta",
|
||||
"detach_face": "Separa volto",
|
||||
"merge_face": "Unisci volto",
|
||||
"move_faces": "Sposta volti"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": "Cerca volti..."
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": "Cerca immagini..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"users": {
|
||||
"table": {
|
||||
"column_names": {
|
||||
"admin": "Admin"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Opzioni Album"
|
||||
},
|
||||
"sharing": {
|
||||
"table_header": "Condivisioni pubbliche"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,37 +1,31 @@
|
||||
{
|
||||
"album_filter": {
|
||||
"only_favorites": "Pokaż tylko ulubione",
|
||||
"sort_by": "Sortuj",
|
||||
"sort": null,
|
||||
"sorting_options": {
|
||||
"date_imported": "Data zaimportowania",
|
||||
"date_shot": "Data wykonania",
|
||||
"title": "Tytuł",
|
||||
"type": "Rodzaj"
|
||||
}
|
||||
},
|
||||
"albums_page": {
|
||||
"title": "Albumy"
|
||||
},
|
||||
"sort_by": "Sortuj"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"add": "Dodaj",
|
||||
"cancel": "Anuluj",
|
||||
"delete": "Usuń",
|
||||
"more": "Więcej",
|
||||
"remove": "Usuń",
|
||||
"save": "Zapisz"
|
||||
},
|
||||
"loading": {
|
||||
"album": "Ładowanie albumu",
|
||||
"default": "Ładowanie...",
|
||||
"media": "Ładowanie mediów",
|
||||
"page": "Ładowanie strony",
|
||||
"paginate": {
|
||||
"faces": "Ładowanie kolejnych osób",
|
||||
"media": "Ładowanie kolejnych mediów"
|
||||
},
|
||||
"shares": "Ładowanie udostępnionych...",
|
||||
"timeline": "Ładowanie osi czasu"
|
||||
"shares": "Ładowanie udostępnionych..."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
@@ -41,7 +35,7 @@
|
||||
"placeholder": "Szukaj",
|
||||
"result_type": {
|
||||
"albums": "Albumy",
|
||||
"photos": "Zdjęcia"
|
||||
"media": null
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -68,13 +62,6 @@
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": null,
|
||||
"change_label": null,
|
||||
"detach_face": null,
|
||||
"merge_face": null,
|
||||
"move_faces": null
|
||||
},
|
||||
"label_placeholder": "Etykieta",
|
||||
"unlabeled": "Nieoznakowany",
|
||||
"unlabeled_person": null
|
||||
@@ -112,13 +99,11 @@
|
||||
}
|
||||
},
|
||||
"recognize_unlabeled_faces_button": "Rozpoznaj nieoznakowane twarze",
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
"tableselect_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"tableselect_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
},
|
||||
"photos_page": {
|
||||
@@ -187,7 +172,7 @@
|
||||
"table": {
|
||||
"column_names": {
|
||||
"action": "Akcja",
|
||||
"admin": "Admin",
|
||||
"capabilities": null,
|
||||
"photo_path": "Ścieżka zdjęć",
|
||||
"username": "Nazwa użytkownika"
|
||||
},
|
||||
@@ -215,6 +200,7 @@
|
||||
},
|
||||
"protected_share": {
|
||||
"description": "Ten udział jest chroniony hasłem.",
|
||||
"password_required_error": null,
|
||||
"title": "Udział chroniony"
|
||||
},
|
||||
"share_not_found": "Nie znaleziono udziału",
|
||||
@@ -223,19 +209,25 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Opcje albumu"
|
||||
"title_placeholder": null
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Bajt",
|
||||
"byte_0": null,
|
||||
"byte_1": null,
|
||||
"byte_2": null,
|
||||
"byte_plural": "{{count}} Bajtów",
|
||||
"giga_byte": "{{count}} GB",
|
||||
"kilo_byte": "{{count}} KB",
|
||||
"mega_byte": "{{count}} MB",
|
||||
"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
|
||||
},
|
||||
"table_columns": {
|
||||
"dimensions": "Wymiary",
|
||||
@@ -288,9 +280,10 @@
|
||||
"sharing": {
|
||||
"add_share": "Dodaj udział",
|
||||
"copy_link": "Skopiuj link",
|
||||
"delete": null,
|
||||
"more": null,
|
||||
"no_shares_found": "Nie znaleziono udostępnionych",
|
||||
"public_link": "Link publiczny",
|
||||
"table_header": "Publiczne udostępnienia",
|
||||
"title": "Opcje udostępniania"
|
||||
}
|
||||
},
|
||||
|
||||
112
ui/src/extractedTranslations/pl/translation_old.json
Normal file
112
ui/src/extractedTranslations/pl/translation_old.json
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"albums_page": {
|
||||
"title": "Albumy"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"delete": "Usuń",
|
||||
"more": "Więcej"
|
||||
},
|
||||
"loading": {
|
||||
"media": "Ładowanie mediów",
|
||||
"timeline": "Ładowanie osi czasu"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"search": {
|
||||
"result_type": {
|
||||
"photos": "Zdjęcia"
|
||||
}
|
||||
}
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": null,
|
||||
"change_label": null,
|
||||
"detach_face": null,
|
||||
"merge_face": null,
|
||||
"move_faces": null
|
||||
},
|
||||
"unlabeled_person": null
|
||||
},
|
||||
"modal": {
|
||||
"action": {
|
||||
"merge": null
|
||||
},
|
||||
"detach_image_faces": {
|
||||
"action": {
|
||||
"detach": null,
|
||||
"select_images": null
|
||||
},
|
||||
"description": null,
|
||||
"title": null
|
||||
},
|
||||
"merge_face_groups": {
|
||||
"description": null,
|
||||
"destination_table": {
|
||||
"title": null
|
||||
},
|
||||
"title": null
|
||||
},
|
||||
"move_image_faces": {
|
||||
"description": null,
|
||||
"destination_face_group_table": {
|
||||
"move_action": null,
|
||||
"title": null
|
||||
},
|
||||
"image_select_table": {
|
||||
"next_action": null,
|
||||
"title": null
|
||||
},
|
||||
"title": null
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"users": {
|
||||
"table": {
|
||||
"column_names": {
|
||||
"admin": "Admin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version_info": {
|
||||
"build_date_title": null,
|
||||
"title": null,
|
||||
"version_title": null
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Opcje albumu"
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Bajt",
|
||||
"byte_0": null,
|
||||
"byte_1": null,
|
||||
"byte_2": null,
|
||||
"byte_plural": "{{count}} Bajtów",
|
||||
"giga_byte": "{{count}} GB",
|
||||
"kilo_byte": "{{count}} KB",
|
||||
"mega_byte": "{{count}} MB",
|
||||
"tera_byte": "{{count}} TB"
|
||||
}
|
||||
},
|
||||
"sharing": {
|
||||
"table_header": "Publiczne udostępnienia"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"login": null
|
||||
}
|
||||
}
|
||||
@@ -1,37 +1,31 @@
|
||||
{
|
||||
"album_filter": {
|
||||
"only_favorites": "Показать только избранные",
|
||||
"sort_by": "Отсортировать по",
|
||||
"sort": null,
|
||||
"sorting_options": {
|
||||
"date_imported": "Дата импортирования",
|
||||
"date_shot": "Дата снимка",
|
||||
"title": "Заголовок",
|
||||
"type": "Вид"
|
||||
}
|
||||
},
|
||||
"albums_page": {
|
||||
"title": "Альбомы"
|
||||
},
|
||||
"sort_by": "Отсортировать по"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"add": "Добавить",
|
||||
"cancel": "Отменить",
|
||||
"delete": "Удалить",
|
||||
"more": "Более",
|
||||
"remove": "Убрать",
|
||||
"save": "Сохранить"
|
||||
},
|
||||
"loading": {
|
||||
"album": "Загрузка альбома",
|
||||
"default": "Загрузка...",
|
||||
"media": "Загрузка медиа",
|
||||
"page": "Загрузка страницы",
|
||||
"paginate": {
|
||||
"faces": "Загрузить еще людей",
|
||||
"media": "Загрузить еще медиа"
|
||||
},
|
||||
"shares": "Загрузка доступа...",
|
||||
"timeline": "Загрузка хронологии"
|
||||
"shares": "Загрузка доступа..."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
@@ -41,7 +35,7 @@
|
||||
"placeholder": "Поиск",
|
||||
"result_type": {
|
||||
"albums": "Альбомы",
|
||||
"photos": "Фото"
|
||||
"media": null
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -68,13 +62,6 @@
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": "Добавить Метку",
|
||||
"change_label": "Поменять Метку",
|
||||
"detach_face": "Отсоединить Лицо",
|
||||
"merge_face": "Объединить Лицо",
|
||||
"move_faces": "Переместить Лица"
|
||||
},
|
||||
"label_placeholder": "Метка",
|
||||
"unlabeled": "Без метки",
|
||||
"unlabeled_person": "Человек без метки"
|
||||
@@ -112,13 +99,11 @@
|
||||
}
|
||||
},
|
||||
"recognize_unlabeled_faces_button": "Распознавать непомеченные лица",
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": "Поиск лиц..."
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": "Поиск фото..."
|
||||
}
|
||||
"tableselect_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"tableselect_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
},
|
||||
"photos_page": {
|
||||
@@ -187,7 +172,7 @@
|
||||
"table": {
|
||||
"column_names": {
|
||||
"action": "Действие",
|
||||
"admin": "Администрирование",
|
||||
"capabilities": null,
|
||||
"photo_path": "Путь к фото",
|
||||
"username": "Имя пользователя"
|
||||
},
|
||||
@@ -215,6 +200,7 @@
|
||||
},
|
||||
"protected_share": {
|
||||
"description": "Это общее медиа защищено паролем.",
|
||||
"password_required_error": null,
|
||||
"title": "Защищённое медиа"
|
||||
},
|
||||
"share_not_found": "Общее медиа не найдено",
|
||||
@@ -223,16 +209,25 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Свойства альбома"
|
||||
"title_placeholder": null
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Байт",
|
||||
"byte_plural": "{{count}} Байт",
|
||||
"giga_byte": "{{count}} ГБ",
|
||||
"kilo_byte": "{{count}} КБ",
|
||||
"mega_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
|
||||
},
|
||||
"table_columns": {
|
||||
"dimensions": "Габариты",
|
||||
@@ -285,9 +280,10 @@
|
||||
"sharing": {
|
||||
"add_share": "Поделится",
|
||||
"copy_link": "Скопировать ссылку",
|
||||
"delete": null,
|
||||
"more": null,
|
||||
"no_shares_found": "Нет доступа",
|
||||
"public_link": "Общедоступная ссылка",
|
||||
"table_header": "Общий доступ",
|
||||
"title": "Настройки доступа"
|
||||
}
|
||||
},
|
||||
|
||||
68
ui/src/extractedTranslations/ru/translation_old.json
Normal file
68
ui/src/extractedTranslations/ru/translation_old.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"albums_page": {
|
||||
"title": "Альбомы"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"delete": "Удалить",
|
||||
"more": "Более"
|
||||
},
|
||||
"loading": {
|
||||
"media": "Загрузка медиа",
|
||||
"timeline": "Загрузка хронологии"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"search": {
|
||||
"result_type": {
|
||||
"photos": "Фото"
|
||||
}
|
||||
}
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": "Добавить Метку",
|
||||
"change_label": "Поменять Метку",
|
||||
"detach_face": "Отсоединить Лицо",
|
||||
"merge_face": "Объединить Лицо",
|
||||
"move_faces": "Переместить Лица"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": "Поиск лиц..."
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": "Поиск фото..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"users": {
|
||||
"table": {
|
||||
"column_names": {
|
||||
"admin": "Администрирование"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Свойства альбома"
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Байт",
|
||||
"byte_plural": "{{count}} Байт",
|
||||
"giga_byte": "{{count}} ГБ",
|
||||
"kilo_byte": "{{count}} КБ",
|
||||
"mega_byte": "{{count}} МБ",
|
||||
"tera_byte": "{{count}} ТБ"
|
||||
}
|
||||
},
|
||||
"sharing": {
|
||||
"table_header": "Общий доступ"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,37 +1,31 @@
|
||||
{
|
||||
"album_filter": {
|
||||
"only_favorites": "Visa endast favoriter",
|
||||
"sort_by": "Sortera efter",
|
||||
"sort": null,
|
||||
"sorting_options": {
|
||||
"date_imported": "Datum för import",
|
||||
"date_shot": "Datum",
|
||||
"title": "Titel",
|
||||
"type": "Typ"
|
||||
}
|
||||
},
|
||||
"albums_page": {
|
||||
"title": "Album"
|
||||
},
|
||||
"sort_by": "Sortera efter"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"add": "Lägg till",
|
||||
"cancel": "Avbryt",
|
||||
"delete": "Radera",
|
||||
"more": null,
|
||||
"remove": "Ta bort",
|
||||
"save": "Spara"
|
||||
},
|
||||
"loading": {
|
||||
"album": "Laddar album",
|
||||
"default": "Laddar...",
|
||||
"media": "Laddar media",
|
||||
"page": "Laddar sida",
|
||||
"paginate": {
|
||||
"faces": "Laddar fler personer",
|
||||
"media": "Laddar fler media"
|
||||
},
|
||||
"shares": "Loading delningar...",
|
||||
"timeline": "Laddar tidsaxel"
|
||||
"shares": "Loading delningar..."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
@@ -41,7 +35,7 @@
|
||||
"placeholder": "Sök",
|
||||
"result_type": {
|
||||
"albums": "Album",
|
||||
"photos": "Bilder"
|
||||
"media": null
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -68,13 +62,6 @@
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": null,
|
||||
"change_label": null,
|
||||
"detach_face": null,
|
||||
"merge_face": null,
|
||||
"move_faces": null
|
||||
},
|
||||
"label_placeholder": "Märkning",
|
||||
"unlabeled": "Omärkt",
|
||||
"unlabeled_person": null
|
||||
@@ -112,13 +99,11 @@
|
||||
}
|
||||
},
|
||||
"recognize_unlabeled_faces_button": "Känna igen omärkta ansikten",
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
"tableselect_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"tableselect_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
},
|
||||
"photos_page": {
|
||||
@@ -187,7 +172,7 @@
|
||||
"table": {
|
||||
"column_names": {
|
||||
"action": "Åtgärd",
|
||||
"admin": "Admin",
|
||||
"capabilities": null,
|
||||
"photo_path": "Sökväg till bild",
|
||||
"username": "Användarnamn"
|
||||
},
|
||||
@@ -215,6 +200,7 @@
|
||||
},
|
||||
"protected_share": {
|
||||
"description": "Denna delning är skyddad med ett lösenord.",
|
||||
"password_required_error": null,
|
||||
"title": "Skyddad delning"
|
||||
},
|
||||
"share_not_found": "Delning hittades inte",
|
||||
@@ -223,16 +209,20 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Albuminställningar"
|
||||
"title_placeholder": null
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": "{{count}} Byte",
|
||||
"byte_plural": "{{count}} Bytes",
|
||||
"giga_byte": "{{count}} GB",
|
||||
"giga_byte_plural": null,
|
||||
"kilo_byte": "{{count}} KB",
|
||||
"kilo_byte_plural": null,
|
||||
"mega_byte": "{{count}} MB",
|
||||
"tera_byte": "{{count}} TB"
|
||||
"mega_byte_plural": null,
|
||||
"tera_byte": "{{count}} TB",
|
||||
"tera_byte_plural": null
|
||||
},
|
||||
"table_columns": {
|
||||
"dimensions": "Mått",
|
||||
@@ -285,9 +275,10 @@
|
||||
"sharing": {
|
||||
"add_share": "Dela",
|
||||
"copy_link": "Kopiera länk",
|
||||
"delete": null,
|
||||
"more": null,
|
||||
"no_shares_found": "Inga delningar hittades",
|
||||
"public_link": "Publika länkar",
|
||||
"table_header": "Publika delningar",
|
||||
"title": "Delningsinställningar"
|
||||
}
|
||||
},
|
||||
|
||||
102
ui/src/extractedTranslations/sv/translation_old.json
Normal file
102
ui/src/extractedTranslations/sv/translation_old.json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"albums_page": {
|
||||
"title": "Album"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"delete": "Radera",
|
||||
"more": null
|
||||
},
|
||||
"loading": {
|
||||
"media": "Laddar media",
|
||||
"timeline": "Laddar tidsaxel"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"search": {
|
||||
"result_type": {
|
||||
"photos": "Bilder"
|
||||
}
|
||||
}
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"action": {
|
||||
"add_label": null,
|
||||
"change_label": null,
|
||||
"detach_face": null,
|
||||
"merge_face": null,
|
||||
"move_faces": null
|
||||
},
|
||||
"unlabeled_person": null
|
||||
},
|
||||
"modal": {
|
||||
"action": {
|
||||
"merge": null
|
||||
},
|
||||
"detach_image_faces": {
|
||||
"action": {
|
||||
"detach": null,
|
||||
"select_images": null
|
||||
},
|
||||
"description": null,
|
||||
"title": null
|
||||
},
|
||||
"merge_face_groups": {
|
||||
"description": null,
|
||||
"destination_table": {
|
||||
"title": null
|
||||
},
|
||||
"title": null
|
||||
},
|
||||
"move_image_faces": {
|
||||
"description": null,
|
||||
"destination_face_group_table": {
|
||||
"move_action": null,
|
||||
"title": null
|
||||
},
|
||||
"image_select_table": {
|
||||
"next_action": null,
|
||||
"title": null
|
||||
},
|
||||
"title": null
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"select_face_group": {
|
||||
"search_faces_placeholder": null
|
||||
},
|
||||
"select_image_faces": {
|
||||
"search_images_placeholder": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"places_page": {
|
||||
"title": null
|
||||
},
|
||||
"settings": {
|
||||
"users": {
|
||||
"table": {
|
||||
"column_names": {
|
||||
"admin": "Admin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version_info": {
|
||||
"build_date_title": null,
|
||||
"title": null,
|
||||
"version_title": null
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title": "Albuminställningar"
|
||||
},
|
||||
"sharing": {
|
||||
"table_header": "Publika delningar"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"login": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user