From 4f989eeb53d37c7afecf56677f53aa3c7efcbfdb Mon Sep 17 00:00:00 2001 From: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:22:25 +0200 Subject: [PATCH] fix(web): missing translations --- web/src/lib/components/forms/create-user-form.svelte | 2 +- .../lib/components/forms/library-import-path-form.svelte | 2 +- web/src/lib/i18n/en.json | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/web/src/lib/components/forms/create-user-form.svelte b/web/src/lib/components/forms/create-user-form.svelte index f69030170652d..3557241c59b90 100644 --- a/web/src/lib/components/forms/create-user-form.svelte +++ b/web/src/lib/components/forms/create-user-form.svelte @@ -117,7 +117,7 @@ diff --git a/web/src/lib/components/forms/library-import-path-form.svelte b/web/src/lib/components/forms/library-import-path-form.svelte index 6d59e6ae9ea90..f82d5733866bf 100644 --- a/web/src/lib/components/forms/library-import-path-form.svelte +++ b/web/src/lib/components/forms/library-import-path-form.svelte @@ -42,7 +42,7 @@
{#if isDuplicate} -

{$t('admin.import_path_already_exists')}

+

{$t('errors.import_path_already_exists')}

{/if}
diff --git a/web/src/lib/i18n/en.json b/web/src/lib/i18n/en.json index 058e790d89573..405ba4f527c82 100644 --- a/web/src/lib/i18n/en.json +++ b/web/src/lib/i18n/en.json @@ -27,6 +27,7 @@ "authentication_settings_description": "Manage password, OAuth, and other authentication settings", "background_task_job": "Background Tasks", "check_all": "Check All", + "cleared_jobs": "Cleared jobs for: {job}", "config_set_by_file": "Config is currently set by a config file", "confirm_delete_library": "Are you sure you want to delete {library} library?", "confirm_delete_library_assets": "Are you sure you want to delete this library? This will delete all {count} contained assets from Immich and cannot be undone. Files will remain on disk.", @@ -42,6 +43,7 @@ "face_detection": "Face detection", "face_detection_description": "Detect the faces in assets using machine learning. For videos, only the thumbnail is considered. \"All\" (re-)processes all assets. \"Missing\" queues assets that haven't been processed yet. Detected faces will be queued for Facial Recognition after Face Detection is complete, grouping them into existing or new people.", "facial_recognition_job_description": "Group detected faces into people. This step runs after Face Detection is complete. \"All\" (re-)clusters all faces. \"Missing\" queues faces that don't have a person assigned.", + "failed_job_command": "Command {command} failed for job: {job}", "force_delete_user_warning": "WARNING: This will immediately remove the user and all assets. This cannot be undone and the files cannot be recovered.", "forcing_refresh_library_files": "Forcing refresh of all library files", "image_format_description": "WebP produces smaller files than JPEG, but is slower to encode.", @@ -451,9 +453,7 @@ "error": "Error", "error_loading_image": "Error loading image", "errors": { - "cleared_jobs": "Cleared jobs for: {job}", "exclusion_pattern_already_exists": "This exclusion pattern already exists.", - "failed_job_command": "Command {command} failed for job: {job}", "import_path_already_exists": "This import path already exists.", "paths_validation_failed": "{paths, plural, one {# path} other {# paths}} failed validation", "quota_higher_than_disk_size": "You set a quota higher than the disk size", @@ -616,6 +616,7 @@ "media_type": "Media type", "memories": "Memories", "memories_setting_description": "Manage what you see in your memories", + "memory": "Memory", "menu": "Menu", "merge": "Merge", "merge_people": "Merge people", @@ -677,6 +678,7 @@ "other_variables": "Other variables", "owned": "Owned", "owner": "Owner", + "partner": "Partner", "partner_can_access": "{partner} can access", "partner_can_access_assets": "All your photos and videos except those in Archived and Deleted", "partner_can_access_location": "The location where your photos were taken", @@ -704,6 +706,7 @@ "permanently_delete": "Permanently delete", "permanently_deleted_asset": "Permanently deleted asset", "permanently_deleted_assets": "Permanently deleted {count, plural, one {# asset} other {# assets}}", + "person": "Person", "photos": "Photos", "photos_count": "{count, plural, one {{count, number} Photo} other {{count, number} Photos}}", "photos_from_previous_years": "Photos from previous years",