From c416dd30e2fb81334f0996f17e0c0c1710ab3f9e Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 21 Feb 2023 09:54:26 -0600 Subject: [PATCH] [Localizely] Translations update (#1817) --- mobile/assets/i18n/cs-CZ.json | 24 ++++++++++++++ mobile/assets/i18n/da-DK.json | 60 ++++++++++++++++++++++++----------- mobile/assets/i18n/de-DE.json | 24 ++++++++++++++ mobile/assets/i18n/en-US.json | 24 ++++++++------ mobile/assets/i18n/es-ES.json | 48 +++++++++++++++++++++------- mobile/assets/i18n/fi-FI.json | 24 ++++++++++++++ mobile/assets/i18n/fr-FR.json | 48 +++++++++++++++++++++------- mobile/assets/i18n/it-IT.json | 24 ++++++++++++++ mobile/assets/i18n/ja-JP.json | 24 ++++++++++++++ mobile/assets/i18n/nl-NL.json | 24 ++++++++++++++ mobile/assets/i18n/pl-PL.json | 24 ++++++++++++++ mobile/assets/i18n/ru-RU.json | 24 ++++++++++++++ mobile/assets/i18n/sk-SK.json | 24 ++++++++++++++ mobile/assets/i18n/sv-SE.json | 24 ++++++++++++++ mobile/assets/i18n/zh-CN.json | 24 ++++++++++++++ 15 files changed, 393 insertions(+), 51 deletions(-) diff --git a/mobile/assets/i18n/cs-CZ.json b/mobile/assets/i18n/cs-CZ.json index f667442fd8..1432f98f80 100644 --- a/mobile/assets/i18n/cs-CZ.json +++ b/mobile/assets/i18n/cs-CZ.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "VYLOUČENO", "album_info_card_backup_album_included": "ZAHRNUTO", "album_thumbnail_card_item": "1 položka", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Ovládání chování mobilní aplikace Immich v mezipaměti", "cache_settings_thumbnail_size": "Velikost vyrovnávací paměti náhledů (položek {})", "cache_settings_title": "Nastavení vyrovnávací paměti", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Přidat do alba", "control_bottom_app_bar_album_info": "{} položky", "control_bottom_app_bar_album_info_shared": "{} položky - sdílené", "control_bottom_app_bar_create_new_album": "Vytvořit nové album", "control_bottom_app_bar_delete": "Vymazat", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Sdílet", "create_album_page_untitled": "Bez názvu", "create_shared_album_page_create": "Vytvořit", @@ -114,9 +126,13 @@ "experimental_settings_title": "Experimentální", "favorites_page_title": "Oblíbené", "home_page_add_to_album_conflicts": "Přidány {added} položky do alba {album}. {failed} položky jsou již v albu.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "Přidány položky {added} do alba {album}.", "home_page_building_timeline": "Vytváraní časové osy", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "Pokud aplikaci používáte poprvé, nezapomeňte si vybrat zálohovaná alba, aby se na časové ose mohly nacházet fotografie a videa z vybraných albech.", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Alba", "library_page_favorites": "Oblíbené", "library_page_new_album": "Nové album", @@ -140,6 +156,12 @@ "login_form_password_hint": "heslo", "login_form_save_login": "Zůstat přihlášen", "monthly_title_text_date_format": "LLLL y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Logy", "profile_drawer_client_server_up_to_date": "Klient a server jsou aktuální", "profile_drawer_settings": "Nastavení", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Návrhy", "select_user_for_sharing_page_err_album": "Nepodařilo se vytvořit album", "select_user_for_sharing_page_share_suggestions": "Návrhy", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "V prohlížeči detailů se nejprve načte malá miniatura, poté se načte náhled střední velikosti (je-li povolen) a nakonec se načte originál (je-li povolen).", "setting_image_viewer_original_subtitle": "Umožňuje načíst původní obrázek v plném rozlišení (velký!). Zakázat pro snížení používání dat (v síti iv mezipaměti zařízení).", "setting_image_viewer_original_title": "Načíst původní obrázek", diff --git a/mobile/assets/i18n/da-DK.json b/mobile/assets/i18n/da-DK.json index f3d7b9bcef..02da2100d5 100644 --- a/mobile/assets/i18n/da-DK.json +++ b/mobile/assets/i18n/da-DK.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "EKSKLUDERET", "album_info_card_backup_album_included": "INKLUDERET", "album_thumbnail_card_item": "1 genstand", @@ -12,10 +14,10 @@ "album_viewer_appbar_share_leave": "Forlad album", "album_viewer_appbar_share_remove": "Fjern fra album", "album_viewer_page_share_add_users": "Tilføj brugere", - "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout", - "asset_list_layout_settings_group_by": "Group assets by", - "asset_list_layout_settings_group_by_month": "Month", - "asset_list_layout_settings_group_by_month_day": "Month + day", + "asset_list_layout_settings_dynamic_layout_title": "Dynamisk layout", + "asset_list_layout_settings_group_by": "Gruppér elementer pr. ", + "asset_list_layout_settings_group_by_month": "Måned", + "asset_list_layout_settings_group_by_month_day": "Måned + dag", "asset_list_settings_subtitle": "Indstillinger for billedgitterlayout", "asset_list_settings_title": "Billedgitter", "backup_album_selection_page_albums_device": "Albummer på enhed ({})", @@ -25,12 +27,12 @@ "backup_album_selection_page_selection_info": "Oplysninger om valgte", "backup_album_selection_page_total_assets": "Samlede unikke elementer", "backup_all": "Alt", - "backup_background_service_backup_failed_message": "Backup af billeder og videoer fejlede. Forsøger igen...", + "backup_background_service_backup_failed_message": "Backup af elementer fejlede. Forsøger igen...", "backup_background_service_connection_failed_message": "Forbindelsen til serveren blev tabt. Forsøger igen...", "backup_background_service_current_upload_notification": "Uploader {}", - "backup_background_service_default_notification": "Checking for new assets…", + "backup_background_service_default_notification": "Søger efter nye elementer...", "backup_background_service_error_title": "Fejl med backup", - "backup_background_service_in_progress_notification": "Tager backup af dine billeder og videoer...", + "backup_background_service_in_progress_notification": "Tager backup af dine elementer...", "backup_background_service_upload_failure_notification": "Failed to upload {}", "backup_controller_page_albums": "Sikkerhedskopiér albummer", "backup_controller_page_background_battery_info_link": "Vis mig hvordan", @@ -39,8 +41,8 @@ "backup_controller_page_background_battery_info_title": "Batterioptimering", "backup_controller_page_background_charging": "Kun under opladning", "backup_controller_page_background_configure_error": "Fejlede konfigureringen af baggrundsbackup", - "backup_controller_page_background_delay": "Udskyd backup af nye billeder og videoer: {}", - "backup_controller_page_background_description": "Slå baggrundsbackup til, for automatisk at tage backup af nye billeder og videoer, uden at skulle åbne appen", + "backup_controller_page_background_delay": "Udskyd backup af nye elementer: {}", + "backup_controller_page_background_description": "Slå baggrundsbackup til, for automatisk at tage backup af nye elementer, uden at skulle åbne appen", "backup_controller_page_background_is_off": "Automatisk baggrundsbackup er slået fra", "backup_controller_page_background_is_on": "Automatisk baggrundsbackup er slået til", "backup_controller_page_background_turn_off": "Slå baggrundsbackup fra", @@ -74,24 +76,34 @@ "backup_controller_page_uploading_file_info": "Uploader filinformation", "backup_err_only_album": "Kan ikke slette det eneste album", "backup_info_card_assets": "elementer", - "cache_settings_album_thumbnails": "Biblioteksminiaturebilleder ({} billeder og videoer)", + "cache_settings_album_thumbnails": "Biblioteksminiaturebilleder ({} elementer)", "cache_settings_clear_cache_button": "Fjern cache", "cache_settings_clear_cache_button_title": "Fjern appens cache. Dette vil i stor grad påvirke appens ydeevne indtil cachen er genopbygget.", - "cache_settings_image_cache_size": "Størrelse af billedecache ({} billeder og videoer)", + "cache_settings_image_cache_size": "Størrelse af billedecache ({} elementer)", "cache_settings_statistics_album": "Biblioteksminiaturer", - "cache_settings_statistics_assets": "{} billeder og videoer ({})", + "cache_settings_statistics_assets": "{} elementer ({})", "cache_settings_statistics_full": "Fulde billeder", "cache_settings_statistics_shared": "Miniaturebilleder til delte albummer", "cache_settings_statistics_thumbnail": "Miniaturebilleder", "cache_settings_statistics_title": "Cacheforbrug", "cache_settings_subtitle": "Håndter cache-adfærden for Immich-appen.", - "cache_settings_thumbnail_size": "Størrelse af miniaturebillede cache ({} billeder og videoer)", + "cache_settings_thumbnail_size": "Størrelse af miniaturebillede cache ({} elementer)", "cache_settings_title": "Cache-indstillinger", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Tilføj til album", "control_bottom_app_bar_album_info": "{} genstande", "control_bottom_app_bar_album_info_shared": "{} genstande • Delt", "control_bottom_app_bar_create_new_album": "Opret nyt album", "control_bottom_app_bar_delete": "Slet", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Del", "create_album_page_untitled": "Uden titel", "create_shared_album_page_create": "Opret", @@ -113,10 +125,14 @@ "experimental_settings_subtitle": "Brug på eget ansvar!", "experimental_settings_title": "Eksperimentelle", "favorites_page_title": "Favoritter", - "home_page_add_to_album_conflicts": "Tilføjede {added} billeder og videoer til album {album}. {failed} billeder og videoer er allerede i albummet.", - "home_page_add_to_album_success": "Tilføjede {added} billeder og videoer til album {album}.", + "home_page_add_to_album_conflicts": "Tilføjede {added} elementer til album {album}. {failed} elementer er allerede i albummet.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", + "home_page_add_to_album_success": "Tilføjede {added} elementer til album {album}.", "home_page_building_timeline": "Bygger tidslinjen", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "Hvis dette er din første gang i appen, bedes du vælge en backup af albummer så tidlinjen kan blive fyldt med billeder og videoer fra albummerne.", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Albummer", "library_page_favorites": "Favoritter", "library_page_new_album": "Nyt album", @@ -140,6 +156,12 @@ "login_form_password_hint": "kodeord", "login_form_save_login": "Forbliv logget ind", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Log", "profile_drawer_client_server_up_to_date": "Klient og server er ajour", "profile_drawer_settings": "Indstillinger", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Anbefalinger", "select_user_for_sharing_page_err_album": "Fejlede i at oprette et nyt album", "select_user_for_sharing_page_share_suggestions": "Anbefalinger", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "Detaljeret visning indlæser miniaturebilleder først. Herefter indlæses mediumstørrelse forhåndsvisning af billedet (hvis dette er slået til), for til sidst at vise originalen (hvis dette er slået til).", "setting_image_viewer_original_subtitle": "Slå indlæsning af originalbillede i fuld størrelse til (stort!). Deaktiver for at reducere dataforbruget (både på netværket og for enhedscache).", "setting_image_viewer_original_title": "Indlæs originalbillede", @@ -164,11 +188,11 @@ "setting_notifications_notify_minutes": "{} minutter", "setting_notifications_notify_never": "aldrig", "setting_notifications_notify_seconds": "{} sekunder", - "setting_notifications_single_progress_subtitle": "Detaljeret uploadstatus pr. billed og video", + "setting_notifications_single_progress_subtitle": "Detaljeret uploadstatus pr. element", "setting_notifications_single_progress_title": "Vis detaljeret baggrundsuploadstatus", "setting_notifications_subtitle": "Tilpas dine notifikationspræferencer", "setting_notifications_title": "Notifikationer", - "setting_notifications_total_progress_subtitle": "Samlet uploadstatus (færdige/samlede billeder og videoer)", + "setting_notifications_total_progress_subtitle": "Samlet uploadstatus (færdige/samlet antal elementer)", "setting_notifications_total_progress_title": "Vis samlet baggrundsuploadstatus", "setting_pages_app_bar_settings": "Indstillinger", "settings_require_restart": "Genstart venligst Immich for at anvende denne ændring", @@ -188,7 +212,7 @@ "tab_controller_nav_search": "Søg", "tab_controller_nav_sharing": "Deling", "theme_setting_asset_list_storage_indicator_title": "Vis opbevaringsindikator på filer", - "theme_setting_asset_list_tiles_per_row_title": "Antal billeder og videoer per række ({})", + "theme_setting_asset_list_tiles_per_row_title": "Antal elementer per række ({})", "theme_setting_dark_mode_switch": "Mørk tilstand", "theme_setting_image_viewer_quality_subtitle": "Juster kvaliteten i billedfremviseren", "theme_setting_image_viewer_quality_title": "Billedfremviserkvalitet", diff --git a/mobile/assets/i18n/de-DE.json b/mobile/assets/i18n/de-DE.json index df17eb80e7..fbcfb24f2c 100644 --- a/mobile/assets/i18n/de-DE.json +++ b/mobile/assets/i18n/de-DE.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "AUSGESCHLOSSEN", "album_info_card_backup_album_included": "EINGESCHLOSSEN", "album_thumbnail_card_item": "1 Element", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Control the caching behaviour of the Immich mobile application", "cache_settings_thumbnail_size": "Thumbnail cache size ({} assets)", "cache_settings_title": "Caching Settings", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Add to album", "control_bottom_app_bar_album_info": "{} items", "control_bottom_app_bar_album_info_shared": "{} items · Shared", "control_bottom_app_bar_create_new_album": "Neues Album erstellen", "control_bottom_app_bar_delete": "Löschen", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Teilen", "create_album_page_untitled": "Unbenannt", "create_shared_album_page_create": "Erstellen", @@ -114,9 +126,13 @@ "experimental_settings_title": "Experimentell", "favorites_page_title": "Favorites", "home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "Added {added} assets to album {album}.", "home_page_building_timeline": "Building the timeline", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Alben", "library_page_favorites": "Favorites", "library_page_new_album": "Neues Album", @@ -140,6 +156,12 @@ "login_form_password_hint": "password", "login_form_save_login": "Angemeldet bleiben", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Logs", "profile_drawer_client_server_up_to_date": "App und Server sind aktuell", "profile_drawer_settings": "Einstellungen", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Vorschläge", "select_user_for_sharing_page_err_album": "Album konnte nicht erstellt werden", "select_user_for_sharing_page_share_suggestions": "Suggestions", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).", "setting_image_viewer_original_title": "Load original image", diff --git a/mobile/assets/i18n/en-US.json b/mobile/assets/i18n/en-US.json index ef435c0efd..7eda8947d2 100644 --- a/mobile/assets/i18n/en-US.json +++ b/mobile/assets/i18n/en-US.json @@ -89,17 +89,19 @@ "cache_settings_subtitle": "Control the caching behaviour of the Immich mobile application", "cache_settings_thumbnail_size": "Thumbnail cache size ({} assets)", "cache_settings_title": "Caching Settings", + "change_password_form_confirm_password": "Confirm Password", "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", "change_password_form_new_password": "New Password", "change_password_form_password_mismatch": "Passwords do not match", - "change_password_form_confirm_password": "Confirm Password", "change_password_form_reenter_new_password": "Re-enter New Password", "common_add_to_album": "Add to album", "common_change_password": "Change Password", "common_create_new_album": "Create new album", "common_shared": "Shared", + "control_bottom_app_bar_add_to_album": "Add to album", "control_bottom_app_bar_album_info": "{} items", "control_bottom_app_bar_album_info_shared": "{} items · Shared", + "control_bottom_app_bar_create_new_album": "Create new album", "control_bottom_app_bar_delete": "Delete", "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Share", @@ -108,6 +110,9 @@ "create_shared_album_page_share": "Share", "create_shared_album_page_share_add_assets": "ADD ASSETS", "create_shared_album_page_share_select_photos": "Select Photos", + "daily_title_text_date": "E, MMM dd", + "daily_title_text_date_year": "E, MMM dd, yyyy", + "date_format": "E, LLL d, y • h:mm a", "delete_dialog_alert": "These items will be permanently deleted from Immich and from your device", "delete_dialog_cancel": "Cancel", "delete_dialog_ok": "Delete", @@ -150,6 +155,13 @@ "login_form_label_password": "Password", "login_form_password_hint": "password", "login_form_save_login": "Stay logged in", + "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Logs", "profile_drawer_client_server_up_to_date": "Client and Server are up-to-date", "profile_drawer_settings": "Settings", @@ -214,11 +226,5 @@ "version_announcement_overlay_text_1": "Hi friend, there is a new release of", "version_announcement_overlay_text_2": "please take your time to visit the ", "version_announcement_overlay_text_3": " and ensure your docker-compose and .env setup is up-to-date to prevent any misconfigurations, especially if you use WatchTower or any mechanism that handles updating your server application automatically.", - "version_announcement_overlay_title": "New Server Version Available \uD83C\uDF89", - "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", - "notification_permission_dialog_cancel": "Cancel", - "notification_permission_dialog_settings": "Settings", - "notification_permission_list_tile_title": "Notification Permission", - "notification_permission_list_tile_content": "Grant permission to enable notifications.", - "notification_permission_list_tile_enable_button": "Enable Notifications" -} + "version_announcement_overlay_title": "New Server Version Available \uD83C\uDF89" +} \ No newline at end of file diff --git a/mobile/assets/i18n/es-ES.json b/mobile/assets/i18n/es-ES.json index 585e526b18..51cd67f814 100644 --- a/mobile/assets/i18n/es-ES.json +++ b/mobile/assets/i18n/es-ES.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "EXCLUIDOS", "album_info_card_backup_album_included": "INCLUIDOS", "album_thumbnail_card_item": "1 item", @@ -12,10 +14,10 @@ "album_viewer_appbar_share_leave": "Abandonar álbum ", "album_viewer_appbar_share_remove": "Eliminar del álbum ", "album_viewer_page_share_add_users": "Añadir usuarios", - "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout", - "asset_list_layout_settings_group_by": "Group assets by", - "asset_list_layout_settings_group_by_month": "Month", - "asset_list_layout_settings_group_by_month_day": "Month + day", + "asset_list_layout_settings_dynamic_layout_title": "Disposición dinámica", + "asset_list_layout_settings_group_by": "Agrupar recursos por", + "asset_list_layout_settings_group_by_month": "Mes", + "asset_list_layout_settings_group_by_month_day": "Mes + día", "asset_list_settings_subtitle": "Photo grid layout settings", "asset_list_settings_title": "Photo Grid", "backup_album_selection_page_albums_device": "Álbumes en el dispositivo ({})", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Control the caching behaviour of the Immich mobile application", "cache_settings_thumbnail_size": "Thumbnail cache size ({} assets)", "cache_settings_title": "Caching Settings", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Añadir al álbum", "control_bottom_app_bar_album_info": "{} elementos", "control_bottom_app_bar_album_info_shared": "{} elementos · Compartido", "control_bottom_app_bar_create_new_album": "Crear nuevo álbum", "control_bottom_app_bar_delete": "Eliminar", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Share", "create_album_page_untitled": "Untitled", "create_shared_album_page_create": "Create", @@ -112,24 +124,28 @@ "experimental_settings_new_asset_list_title": "Enable experimental photo grid", "experimental_settings_subtitle": "Use at your own risk!", "experimental_settings_title": "Experimental", - "favorites_page_title": "Favorites", + "favorites_page_title": "Favoritos", "home_page_add_to_album_conflicts": "Añadidos {added} elementos al álbum {album}. {failed} elementos ya están añadidos.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "Añadidos {added} elementos al álbum {album}.", - "home_page_building_timeline": "Building the timeline", - "home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).", + "home_page_building_timeline": "Construyendo la línea de tiempo", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", + "home_page_first_time_notice": "Si esta es la primera vez que usas la app, por favor, asegúrate de elegir un álbum de respaldo para que la línea de tiempo pueda cargar fotos y videos en los álbumes.", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Albums", - "library_page_favorites": "Favorites", + "library_page_favorites": "Favoritos", "library_page_new_album": "New album", - "library_page_sharing": "Sharing", - "library_page_sort_created": "Most recently created", - "library_page_sort_title": "Album title", + "library_page_sharing": "Compartiendo", + "library_page_sort_created": "Creado más recientemente", + "library_page_sort_title": "Título del álbum", "login_form_button_text": "Iniciar Sesión", "login_form_email_hint": "tucorreo@correo.com", "login_form_endpoint_hint": "http://tu-ip-de-servidor:puerto/api", "login_form_endpoint_url": "URL del servidor", "login_form_err_http": "Por favor, especifique http:// o https://", "login_form_err_invalid_email": "Correo electrónico no válido", - "login_form_err_invalid_url": "Invalid URL", + "login_form_err_invalid_url": "URL no válida", "login_form_err_leading_whitespace": "Espacio en blanco inicial", "login_form_err_trailing_whitespace": "Espacio en blanco al final", "login_form_failed_get_oauth_server_config": "Error logging using OAuth, check server URL", @@ -140,6 +156,12 @@ "login_form_password_hint": "contraseña", "login_form_save_login": "Mantener la sesión iniciada", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Logs", "profile_drawer_client_server_up_to_date": "El Cliente y el Servidor están actualizados", "profile_drawer_settings": "Settings", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Sugerencias", "select_user_for_sharing_page_err_album": "Fallo al crear el álbum", "select_user_for_sharing_page_share_suggestions": "Suggestions", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_original_subtitle": "Habilitar para cargar la imagen en resolución original (¡muy grande!). Deshabilitar para reducir el consumo de datos (de red y caché).", "setting_image_viewer_original_title": "Cargar imagen original", diff --git a/mobile/assets/i18n/fi-FI.json b/mobile/assets/i18n/fi-FI.json index 6d7afdecca..ca222d3570 100644 --- a/mobile/assets/i18n/fi-FI.json +++ b/mobile/assets/i18n/fi-FI.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "JÄTETTY POIS", "album_info_card_backup_album_included": "SISÄLLYTETTY", "album_thumbnail_card_item": "1 kohde", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Hallitse Immich-mobiilisovelluksen välimuistin käyttöä", "cache_settings_thumbnail_size": "Esikatselukuvien välimuistin koko ({} kohdetta)", "cache_settings_title": "Välimuistin asetukset", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Lisää albumiin", "control_bottom_app_bar_album_info": "{} kohdetta", "control_bottom_app_bar_album_info_shared": "{} kohdetta · Jaettu", "control_bottom_app_bar_create_new_album": "Luo uusi albumi", "control_bottom_app_bar_delete": "Poista", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Jaa", "create_album_page_untitled": "Nimetön", "create_shared_album_page_create": "Luo", @@ -114,9 +126,13 @@ "experimental_settings_title": "Kokeellinen", "favorites_page_title": "Suosikit", "home_page_add_to_album_conflicts": "Lisätty {added} kohdetta albumiin {album}. {failed} kohdetta on jo albumissa.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "Lisätty {added} kohdetta albumiin {album}.", "home_page_building_timeline": "Rakennetaan aikajanaa", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "Jos käytät sovellusta ensimmäistä kertaa, muista valita varmuuskopioitavat albumi(t), jotta aikajanalla voi olla kuvia ja videoita.", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Albumit", "library_page_favorites": "Suosikit", "library_page_new_album": "Uusi albumi", @@ -140,6 +156,12 @@ "login_form_password_hint": "salasana", "login_form_save_login": "Pysy kirjautuneena", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Lokit", "profile_drawer_client_server_up_to_date": "Asiakassovellus ja palvelin ovat ajan tasalla", "profile_drawer_settings": "Asetukset", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Ehdotukset", "select_user_for_sharing_page_err_album": "Albumin luonti epäonnistui", "select_user_for_sharing_page_share_suggestions": "Ehdotukset", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "Sovellus lataa ensin pienen esikatselukuvan, toisena keskitarkkuuksisen kuvan (jos käytössä) ja kolmantena alkuperäisen täysitarkkuuksisen kuvan (jos käytössä)", "setting_image_viewer_original_subtitle": "Ota käyttöön ladataksesi alkuperäinen täysitarkkuuksinen kuva (suuri!). Poista käytöstä vähentääksesi datan käyttöä (sekä verkossa että laitteen välimuistissa).", "setting_image_viewer_original_title": "Lataa alkuperäinen kuva", diff --git a/mobile/assets/i18n/fr-FR.json b/mobile/assets/i18n/fr-FR.json index 377ed429e7..52e07a98c4 100644 --- a/mobile/assets/i18n/fr-FR.json +++ b/mobile/assets/i18n/fr-FR.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "EXCLU", "album_info_card_backup_album_included": "INCLUS", "album_thumbnail_card_item": "1 élément", @@ -12,10 +14,10 @@ "album_viewer_appbar_share_leave": "Quitter l'album", "album_viewer_appbar_share_remove": "Retirer de l'album", "album_viewer_page_share_add_users": "Ajouter des utilisateurs", - "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout", - "asset_list_layout_settings_group_by": "Group assets by", - "asset_list_layout_settings_group_by_month": "Month", - "asset_list_layout_settings_group_by_month_day": "Month + day", + "asset_list_layout_settings_dynamic_layout_title": "Affichage dynamique", + "asset_list_layout_settings_group_by": "Grouper les éléments par", + "asset_list_layout_settings_group_by_month": "Mois", + "asset_list_layout_settings_group_by_month_day": "Mois + jour", "asset_list_settings_subtitle": "Paramètres de disposition de la grille de photos", "asset_list_settings_title": "Grille de photos", "backup_album_selection_page_albums_device": "Albums sur l'appareil ({})", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Contrôler le comportement de mise en cache de l'application mobile Immich", "cache_settings_thumbnail_size": "Taille du cache des miniatures ({} éléments)", "cache_settings_title": "Paramètres de mise en cache", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Ajouter à l'album", "control_bottom_app_bar_album_info": "{} éléments", "control_bottom_app_bar_album_info_shared": "{} éléments - Partagés", "control_bottom_app_bar_create_new_album": "Créer un nouvel album", "control_bottom_app_bar_delete": "Supprimer", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Partager", "create_album_page_untitled": "Sans titre", "create_shared_album_page_create": "Créer", @@ -112,17 +124,21 @@ "experimental_settings_new_asset_list_title": "Activez la grille de photos expérimentale", "experimental_settings_subtitle": "Utilisez à vos dépends !", "experimental_settings_title": "Expérimental", - "favorites_page_title": "Favorites", + "favorites_page_title": "Favoris", "home_page_add_to_album_conflicts": "{added} éléments ajoutés à l'album {album}. Les éléments {failed} sont déjà dans l'album.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "{added} éléments ajoutés à l'album {album}.", - "home_page_building_timeline": "Building the timeline", - "home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).", + "home_page_building_timeline": "Construction de la chronologie", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", + "home_page_first_time_notice": "Si c'est la première fois que vous utilisez l'application, veillez à choisir un ou plusieurs albums de sauvegarde afin que la chronologie puisse alimenter les photos et les vidéos de cet ou ces albums.", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Albums", - "library_page_favorites": "Favorites", + "library_page_favorites": "Favoris", "library_page_new_album": "Nouvel album", - "library_page_sharing": "Sharing", - "library_page_sort_created": "Most recently created", - "library_page_sort_title": "Album title", + "library_page_sharing": "Partage", + "library_page_sort_created": "Créations les plus récentes", + "library_page_sort_title": "Titre de l'album", "login_form_button_text": "Connexion", "login_form_email_hint": "votreemail@email.com", "login_form_endpoint_hint": "http://adresse-ip-serveur:port/api", @@ -140,6 +156,12 @@ "login_form_password_hint": "mot de passe", "login_form_save_login": "Rester connecté", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Journaux", "profile_drawer_client_server_up_to_date": "Le client et le serveur sont à jour", "profile_drawer_settings": "Paramètres", @@ -153,8 +175,10 @@ "select_additional_user_for_sharing_page_suggestions": "Suggestions", "select_user_for_sharing_page_err_album": "Échec de la création de l'album", "select_user_for_sharing_page_share_suggestions": "Suggestions", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "Le visualiseur de détails charge d'abord la petite miniature, puis l'aperçu de taille moyenne (s'il est activé), enfin l'original (s'il est activé).", - "setting_image_viewer_original_subtitle": "Activez cette option pour charger l'image originale en résolution originale (volumineux !). Désactiver pour réduire l'utilisation des données (réseau et cache de l'appareil).", + "setting_image_viewer_original_subtitle": "Activez cette option pour charger l'image en résolution originale (volumineux !). Désactiver pour réduire l'utilisation des données (réseau et cache de l'appareil).", "setting_image_viewer_original_title": "Charger l'image originale", "setting_image_viewer_preview_subtitle": "Activer pour charger une image de résolution moyenne. Désactiver pour charger directement l'original ou utiliser uniquement la miniature.", "setting_image_viewer_preview_title": "Charger l'image d'aperçu", diff --git a/mobile/assets/i18n/it-IT.json b/mobile/assets/i18n/it-IT.json index 90bb1026aa..563dd8f492 100644 --- a/mobile/assets/i18n/it-IT.json +++ b/mobile/assets/i18n/it-IT.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "ESCLUSI", "album_info_card_backup_album_included": "INCLUSI", "album_thumbnail_card_item": "1 elemento ", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Controlla il comportamento della cache dell'applicazione mobile immich", "cache_settings_thumbnail_size": "Dimensione cache anteprime ({} assets)", "cache_settings_title": "Impostazioni della Cache", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Aggiungi all'album", "control_bottom_app_bar_album_info": "{} elementi", "control_bottom_app_bar_album_info_shared": "{} elementi · Condivisi", "control_bottom_app_bar_create_new_album": "Crea nuovo album", "control_bottom_app_bar_delete": "Elimina", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Condividi", "create_album_page_untitled": "Senza titolo", "create_shared_album_page_create": "Crea", @@ -114,9 +126,13 @@ "experimental_settings_title": "Sperimentale", "favorites_page_title": "Favorites", "home_page_add_to_album_conflicts": "Aggiunti {added} elementi all'album {album}. {failed} elementi erano già presenti nell'album.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "Aggiunti {added} elementi all'album {album}", "home_page_building_timeline": "Building the timeline", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Album", "library_page_favorites": "Favorites", "library_page_new_album": "Nuovo Album", @@ -140,6 +156,12 @@ "login_form_password_hint": "password ", "login_form_save_login": "Rimani connesso ", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Logs", "profile_drawer_client_server_up_to_date": "Client e server sono aggiornati", "profile_drawer_settings": "Impostazioni ", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Suggerimenti ", "select_user_for_sharing_page_err_album": "Impossibile nel creare l'album ", "select_user_for_sharing_page_share_suggestions": "Suggerimenti", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "Il visualizzatore dettagliato carica una piccola thumbnail per prima, per poi caricare un immagine di media grandezza (se abilitato). Ed infine carica l'originale (se abilitato).", "setting_image_viewer_original_subtitle": "Abilita per caricare l'immagine originale a risoluzione massima (grande!). Disabilita per ridurre l'utilizzo di banda (sia sul network che nella cache del dispositivo).", "setting_image_viewer_original_title": "Carica l'immagine originale", diff --git a/mobile/assets/i18n/ja-JP.json b/mobile/assets/i18n/ja-JP.json index 033385e882..f69ad8946c 100644 --- a/mobile/assets/i18n/ja-JP.json +++ b/mobile/assets/i18n/ja-JP.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "除外中", "album_info_card_backup_album_included": "選択中", "album_thumbnail_card_item": "項目数: 1", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "キャッシュの動作を変更できるよ", "cache_settings_thumbnail_size": "サムネイルのキャッシュのサイズ ({}枚)", "cache_settings_title": "キャッシュの設定", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Add to album", "control_bottom_app_bar_album_info": "{} items", "control_bottom_app_bar_album_info_shared": "{} items · Shared", "control_bottom_app_bar_create_new_album": "Create new album", "control_bottom_app_bar_delete": "削除", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "共有", "create_album_page_untitled": "タイトル無し", "create_shared_album_page_create": "作成", @@ -114,9 +126,13 @@ "experimental_settings_title": "試験的", "favorites_page_title": "Favorites", "home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "Added {added} assets to album {album}.", "home_page_building_timeline": "Building the timeline", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "アルバム", "library_page_favorites": "Favorites", "library_page_new_album": "新しいアルバム", @@ -140,6 +156,12 @@ "login_form_password_hint": "パスワード", "login_form_save_login": "ログインしたままにする", "monthly_title_text_date_format": "yyyy年 MM月", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Logs", "profile_drawer_client_server_up_to_date": "サーバーとクライアント、両方最新バージョンだよ", "profile_drawer_settings": "設定", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "ユーザーリスト", "select_user_for_sharing_page_err_album": "アルバム作成に失敗...", "select_user_for_sharing_page_share_suggestions": "ユーザーの一覧", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).", "setting_image_viewer_original_title": "Load original image", diff --git a/mobile/assets/i18n/nl-NL.json b/mobile/assets/i18n/nl-NL.json index d37f5dbeee..4264c1e3db 100644 --- a/mobile/assets/i18n/nl-NL.json +++ b/mobile/assets/i18n/nl-NL.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "UITGESLOTEN", "album_info_card_backup_album_included": "INGESLOTEN", "album_thumbnail_card_item": "1 item", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Beheer het cachegedrag van de Immich app", "cache_settings_thumbnail_size": "Thumbnail cachegrootte ({} items)", "cache_settings_title": "Cache instellingen", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Toevoegen aan album", "control_bottom_app_bar_album_info": "{} items", "control_bottom_app_bar_album_info_shared": "{} items · Gedeeld", "control_bottom_app_bar_create_new_album": "Maak nieuw album", "control_bottom_app_bar_delete": "Verwijderen", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Delen", "create_album_page_untitled": "Naamloos", "create_shared_album_page_create": "Aanmaken", @@ -114,9 +126,13 @@ "experimental_settings_title": "Experimenteel", "favorites_page_title": "Favorieten", "home_page_add_to_album_conflicts": "{added} items toegevoegd aan album {album}. {failed} items staan al in het album.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "{added} items toegevoegd aan album {album}.", "home_page_building_timeline": "Tijdlijn opbouwen", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "Als dit de eerste keer is dat je de app gebruikt, zorg er dan voor dat je een back-up album kiest, zodat de tijdlijn gevuld kan worden met foto's en video's uit het album.", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Albums", "library_page_favorites": "Favorieten", "library_page_new_album": "Nieuw album", @@ -140,6 +156,12 @@ "login_form_password_hint": "wachtwoord", "login_form_save_login": "Ingelogd blijven", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Logboek", "profile_drawer_client_server_up_to_date": "App en server zijn up-to-date", "profile_drawer_settings": "Instellingen", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Suggesties", "select_user_for_sharing_page_err_album": "Album aanmaken mislukt", "select_user_for_sharing_page_share_suggestions": "Suggesties", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "De gedetailleerde weergave laadt eerst de kleine thumbnail, vervolgens het middelgrote voorbeeld (indien ingeschakeld) en ten slotte het origineel (indien ingeschakeld).", "setting_image_viewer_original_subtitle": "Inschakelen om de originele afbeelding met volledige resolutie (groot!) te laden. Uitschakelen om datagebruik te verminderen (zowel netwerk- als apparaatcache).", "setting_image_viewer_original_title": "Originele afbeelding laden", diff --git a/mobile/assets/i18n/pl-PL.json b/mobile/assets/i18n/pl-PL.json index c35b466493..5c8f6762ad 100644 --- a/mobile/assets/i18n/pl-PL.json +++ b/mobile/assets/i18n/pl-PL.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "WYKLUCZONE", "album_info_card_backup_album_included": "WŁĄCZONE", "album_thumbnail_card_item": "1 pozycja", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Kontrolowanie zachowania buforowania aplikacji mobilnej Immich", "cache_settings_thumbnail_size": "Rozmiar pamięci podręcznej miniatur ({} zasobów)", "cache_settings_title": "Ustawienia Buforowania", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Add to album", "control_bottom_app_bar_album_info": "{} items", "control_bottom_app_bar_album_info_shared": "{} items · Shared", "control_bottom_app_bar_create_new_album": "Create new album", "control_bottom_app_bar_delete": "Usuń", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Udostępnij", "create_album_page_untitled": "Bez tytułu", "create_shared_album_page_create": "Utwórz", @@ -114,9 +126,13 @@ "experimental_settings_title": "Experimental", "favorites_page_title": "Favorites", "home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "Added {added} assets to album {album}.", "home_page_building_timeline": "Building the timeline", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Albumy", "library_page_favorites": "Favorites", "library_page_new_album": "Nowy album", @@ -140,6 +156,12 @@ "login_form_password_hint": "hasło", "login_form_save_login": "Pozostań zalogowany", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Logs", "profile_drawer_client_server_up_to_date": "Klient i serwer są aktualne", "profile_drawer_settings": "Ustawienia", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Propozycje", "select_user_for_sharing_page_err_album": "Nie udało się utworzyć albumu", "select_user_for_sharing_page_share_suggestions": "Propozycje", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).", "setting_image_viewer_original_title": "Load original image", diff --git a/mobile/assets/i18n/ru-RU.json b/mobile/assets/i18n/ru-RU.json index b398aec9d3..f36f75dce9 100644 --- a/mobile/assets/i18n/ru-RU.json +++ b/mobile/assets/i18n/ru-RU.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "ИСКЛЮЧЕН", "album_info_card_backup_album_included": "ВКЛЮЧЕН", "album_thumbnail_card_item": "1 объект", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Управление кэшированием мобильного приложения Immich", "cache_settings_thumbnail_size": "Размер кэша эскизов ({} объектов)", "cache_settings_title": "Настройки кэширования", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Добавить в альбом", "control_bottom_app_bar_album_info": "{} файлов", "control_bottom_app_bar_album_info_shared": "{} файлов · Общий", "control_bottom_app_bar_create_new_album": "\nСоздать новый альбом", "control_bottom_app_bar_delete": "Удалить", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Поделиться", "create_album_page_untitled": "Без названия", "create_shared_album_page_create": "Создать", @@ -114,9 +126,13 @@ "experimental_settings_title": "Экспериментальные функции", "favorites_page_title": "Избранное", "home_page_add_to_album_conflicts": "Добавлено {added} объектов в альбом {album}. Объекты {failed} уже есть в альбоме.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "Добавлено {added} объектов в альбом {album}.", "home_page_building_timeline": "Построение временной шкалы", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "Если вы используете приложение впервые, убедитесь, что вы выбрали резервный(е) альбом(ы), чтобы временная шкала могла заполнить фотографии и видео в альбоме(ах).", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Альбомы", "library_page_favorites": "Избранное", "library_page_new_album": "Новый альбом", @@ -140,6 +156,12 @@ "login_form_password_hint": "пароль", "login_form_save_login": "Оставаться в системе", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Журналы", "profile_drawer_client_server_up_to_date": "Клиент и сервер обновлены", "profile_drawer_settings": "Настройки", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Предложения", "select_user_for_sharing_page_err_album": "\nНе удалось создать альбом", "select_user_for_sharing_page_share_suggestions": "Предложения", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "Средство просмотра деталей сначала загружает маленькую миниатюру, затем загружает предварительный просмотр среднего размера (если включено) и, наконец, загружает оригинал (если включено).", "setting_image_viewer_original_subtitle": "Включите загрузку оригинального изображения в полном разрешении (большое!). Отключите, чтобы уменьшить объем данных (как в сети, так и в кеше устройства).", "setting_image_viewer_original_title": "Загрузить исходное изображение", diff --git a/mobile/assets/i18n/sk-SK.json b/mobile/assets/i18n/sk-SK.json index 570a8c021c..e787dfe6be 100644 --- a/mobile/assets/i18n/sk-SK.json +++ b/mobile/assets/i18n/sk-SK.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "VYLÚČENÉ", "album_info_card_backup_album_included": "ZAHRNUTÉ", "album_thumbnail_card_item": "1 položka", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Ovládanie správania mobilnej aplikácie Immich v medzipamäti", "cache_settings_thumbnail_size": "Veľkosť vyrovnávacej pamäte náhľadov (položiek {})", "cache_settings_title": "Nastavenia vyrovnávacej pamäte", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Pridať do albumu", "control_bottom_app_bar_album_info": "{} položky", "control_bottom_app_bar_album_info_shared": "{} položky - zdieľané", "control_bottom_app_bar_create_new_album": "Vytvoriť nový album", "control_bottom_app_bar_delete": "Vymazať", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Zdieľať", "create_album_page_untitled": "Bez názvu", "create_shared_album_page_create": "Vytvoriť", @@ -114,9 +126,13 @@ "experimental_settings_title": "Experimentálne", "favorites_page_title": "Obľúbené", "home_page_add_to_album_conflicts": "Pridané {added} položky do albumu {album}. {failed} položky sú už v albume.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "Pridané {added} položky do albumu {album}.", "home_page_building_timeline": "Vytváranie časovej osi", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "Ak aplikáciu používate prvýkrát, nezabudnite si vybrať zálohované albumy, aby sa na časovej osi mohli nachádzať fotografie a videá z vybraných albumoch.", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Albumy", "library_page_favorites": "Obľúbené", "library_page_new_album": "Nový album", @@ -140,6 +156,12 @@ "login_form_password_hint": "heslo", "login_form_save_login": "Zostať prihlásený", "monthly_title_text_date_format": "LLLL y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Logy", "profile_drawer_client_server_up_to_date": "Klient a server sú aktuálne", "profile_drawer_settings": "Nastavenia", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Návrhy", "select_user_for_sharing_page_err_album": "Nepodarilo sa vytvoriť album", "select_user_for_sharing_page_share_suggestions": "Návrhy", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "V prehliadači detailov sa najprv načíta malá miniatúra, potom sa načíta náhľad strednej veľkosti (ak je povolený) a nakoniec sa načíta originál (ak je povolený).", "setting_image_viewer_original_subtitle": "Umožňuje načítať pôvodný obrázok v plnom rozlíšení (veľký!). Zakázať pre zníženie používania dát (v sieti aj v medzipamäti zariadenia).", "setting_image_viewer_original_title": "Načítať pôvodný obrázok", diff --git a/mobile/assets/i18n/sv-SE.json b/mobile/assets/i18n/sv-SE.json index 7c13eab0e6..d6f6215261 100644 --- a/mobile/assets/i18n/sv-SE.json +++ b/mobile/assets/i18n/sv-SE.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "EXKLUDERAD", "album_info_card_backup_album_included": "INKLUDERAD", "album_thumbnail_card_item": "1 objekt", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "Hantera cachebeteendet för Immich-appen.", "cache_settings_thumbnail_size": "Storlek på cacheminnet ({} bilder och videor)", "cache_settings_title": "Cache Inställningar", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "Lägg till i album", "control_bottom_app_bar_album_info": "{} objekt", "control_bottom_app_bar_album_info_shared": "{} objekt • Delat", "control_bottom_app_bar_create_new_album": "Skapa nytt album", "control_bottom_app_bar_delete": "Radera", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "Dela", "create_album_page_untitled": "Namnlös", "create_shared_album_page_create": "Skapa", @@ -114,9 +126,13 @@ "experimental_settings_title": "Experimentellt", "favorites_page_title": "Favoriter", "home_page_add_to_album_conflicts": "Lade till {added} foton och videor i albumet {album}. {failed} foton och videor finns redan i albumet.", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "Lade till {added} foton och videor i albumet {album}.", "home_page_building_timeline": "Bygger tidslinjen", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "Om det här är första gången du använder appen, välj ett eller flera backup-album så att tidslinjen kan fyllas med foton och videor från albumen.", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "Album", "library_page_favorites": "Favoriter", "library_page_new_album": "Nytt album", @@ -140,6 +156,12 @@ "login_form_password_hint": "lösenord", "login_form_save_login": "Håll mig inloggad", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "Loggar", "profile_drawer_client_server_up_to_date": "Klient och server är uppdaterade", "profile_drawer_settings": "Inställningar", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "Förslag", "select_user_for_sharing_page_err_album": "Kunde inte skapa nytt album", "select_user_for_sharing_page_share_suggestions": "Förslag", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "Detaljerad vy laddar miniatyrer först. Efter detta laddas den medelstora förhandsgranskningen av bilden (om detta är aktiverat), och visar slutligen originalet (om detta är aktiverat).", "setting_image_viewer_original_subtitle": "Aktivera för att ladda originalbilden i full storlek (stor!). Inaktivera för att minska dataanvändningen (både i nätverket och för enhetscache).", "setting_image_viewer_original_title": "Ladda originalbilden", diff --git a/mobile/assets/i18n/zh-CN.json b/mobile/assets/i18n/zh-CN.json index b35a726359..e3166d3c16 100644 --- a/mobile/assets/i18n/zh-CN.json +++ b/mobile/assets/i18n/zh-CN.json @@ -1,4 +1,6 @@ { + "add_to_album_bottom_sheet_added": "Added to {album}", + "add_to_album_bottom_sheet_already_exists": "Already in {album}", "album_info_card_backup_album_excluded": "排除", "album_info_card_backup_album_included": "已选", "album_thumbnail_card_item": "1张", @@ -87,11 +89,21 @@ "cache_settings_subtitle": "控制 Immich的缓存表现", "cache_settings_thumbnail_size": "缩略图缓存大小({}张)", "cache_settings_title": "缓存设置", + "change_password_form_confirm_password": "Confirm Password", + "change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", + "change_password_form_new_password": "New Password", + "change_password_form_password_mismatch": "Passwords do not match", + "change_password_form_reenter_new_password": "Re-enter New Password", + "common_add_to_album": "Add to album", + "common_change_password": "Change Password", + "common_create_new_album": "Create new album", + "common_shared": "Shared", "control_bottom_app_bar_add_to_album": "添加到相册", "control_bottom_app_bar_album_info": "{}张", "control_bottom_app_bar_album_info_shared": "{} 张已分享", "control_bottom_app_bar_create_new_album": "新建相册", "control_bottom_app_bar_delete": "删除", + "control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_share": "分享", "create_album_page_untitled": "未命名", "create_shared_album_page_create": "新建", @@ -114,9 +126,13 @@ "experimental_settings_title": "实验功能", "favorites_page_title": "Favorites", "home_page_add_to_album_conflicts": "添加{added}张到相册{album}。{failed} 项已经处于该相册中。", + "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_success": "添加了{added}张到相册{album}。", "home_page_building_timeline": "Building the timeline", + "home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).", + "image_viewer_page_state_provider_download_error": "Download Error", + "image_viewer_page_state_provider_download_success": "Download Success", "library_page_albums": "相册", "library_page_favorites": "Favorites", "library_page_new_album": "新建相册", @@ -140,6 +156,12 @@ "login_form_password_hint": "密码", "login_form_save_login": "保持登录", "monthly_title_text_date_format": "MMMM y", + "notification_permission_dialog_cancel": "Cancel", + "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", + "notification_permission_dialog_settings": "Settings", + "notification_permission_list_tile_content": "Grant permission to enable notifications.", + "notification_permission_list_tile_enable_button": "Enable Notifications", + "notification_permission_list_tile_title": "Notification Permission", "profile_drawer_app_logs": "日志", "profile_drawer_client_server_up_to_date": "客户端和服务端都是最新的", "profile_drawer_settings": "设置", @@ -153,6 +175,8 @@ "select_additional_user_for_sharing_page_suggestions": "建议", "select_user_for_sharing_page_err_album": "创建相册失败", "select_user_for_sharing_page_share_suggestions": "建议", + "server_info_box_app_version": "App Version", + "server_info_box_server_version": "Server Version", "setting_image_viewer_help": "查看大图时会首先加载缩略图,然后加载中等质量的图片(如果启用),最后加载原始质量的图片(如果启用)。", "setting_image_viewer_original_subtitle": "开启将会加载原图。关闭将会减少内存和网络占用。", "setting_image_viewer_original_title": "加载原图",