From 5eaf489ecf1771e268a12f14d9563c307506877b Mon Sep 17 00:00:00 2001 From: aryiu <130826840+aryiu@users.noreply.github.com> Date: Wed, 8 May 2024 05:03:14 +0200 Subject: [PATCH] fix(mobile): fix ca-CA.json file name (#9288) Update and rename ca.json to ca-CA.json --- mobile/assets/i18n/{ca.json => ca-CA.json} | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) rename mobile/assets/i18n/{ca.json => ca-CA.json} (96%) diff --git a/mobile/assets/i18n/ca.json b/mobile/assets/i18n/ca-CA.json similarity index 96% rename from mobile/assets/i18n/ca.json rename to mobile/assets/i18n/ca-CA.json index 3e70a5f702..e34b46be40 100644 --- a/mobile/assets/i18n/ca.json +++ b/mobile/assets/i18n/ca-CA.json @@ -1,22 +1,22 @@ { - "action_common_cancel": "Cancel", - "action_common_update": "Update", - "add_to_album_bottom_sheet_added": "Added to {album}", - "add_to_album_bottom_sheet_already_exists": "Already in {album}", + "action_common_cancel": "Cancel·la", + "action_common_update": "Actualitza", + "add_to_album_bottom_sheet_added": "S'ha afegit a {album}", + "add_to_album_bottom_sheet_already_exists": "Ja es troba en {album}", "advanced_settings_log_level_title": "Log level: {}", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.", "advanced_settings_prefer_remote_title": "Prefereix imatges remotes", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_title": "Allow self-signed SSL certificates", - "advanced_settings_tile_subtitle": "Advanced user's settings", + "advanced_settings_tile_subtitle": "Configuració avançada", "advanced_settings_tile_title": "Avançat", "advanced_settings_troubleshooting_subtitle": "Enable additional features for troubleshooting", "advanced_settings_troubleshooting_title": "Resolució de problemes", "album_info_card_backup_album_excluded": "Exclosos", "album_info_card_backup_album_included": "Inclosos", - "album_thumbnail_card_item": "1 item", - "album_thumbnail_card_items": "{} items", - "album_thumbnail_card_shared": " · Shared", + "album_thumbnail_card_item": "1 element", + "album_thumbnail_card_items": "{} elements", + "album_thumbnail_card_shared": " · Compartit", "album_thumbnail_owned": "Owned", "album_thumbnail_shared_by": "Compartit per {}", "album_viewer_appbar_share_delete": "Esborra l'àlbum", @@ -435,46 +435,46 @@ "shared_link_expires_never": "Expires ∞", "shared_link_expires_second": "Expires in {} second", "shared_link_expires_seconds": "Expires in {} seconds", - "shared_link_info_chip_download": "Download", + "shared_link_info_chip_download": "Baixa", "shared_link_info_chip_metadata": "EXIF", - "shared_link_info_chip_upload": "Upload", + "shared_link_info_chip_upload": "Puja", "shared_link_manage_links": "Manage Shared links", - "share_done": "Done", + "share_done": "Fet", "share_invite": "Convida a l'àlbum", - "sharing_page_album": "Shared albums", + "sharing_page_album": "Àlbums compartits", "sharing_page_description": "Create shared albums to share photos and videos with people in your network.", "sharing_page_empty_list": "EMPTY LIST", "sharing_silver_appbar_create_shared_album": "Crea àlbum compartit", "sharing_silver_appbar_shared_links": "Shared links", "sharing_silver_appbar_share_partner": "Comparteix amb un company", - "tab_controller_nav_library": "Library", - "tab_controller_nav_photos": "Fotografies", + "tab_controller_nav_library": "Bibilioteca", + "tab_controller_nav_photos": "Fotos", "tab_controller_nav_search": "Cerca", "tab_controller_nav_sharing": "Compartint", "theme_setting_asset_list_storage_indicator_title": "Show storage indicator on asset tiles", "theme_setting_asset_list_tiles_per_row_title": "Number of assets per row ({})", - "theme_setting_dark_mode_switch": "Dark mode", + "theme_setting_dark_mode_switch": "Modes fosc", "theme_setting_image_viewer_quality_subtitle": "Adjust the quality of the detail image viewer", "theme_setting_image_viewer_quality_title": "Image viewer quality", "theme_setting_system_theme_switch": "Automatic (Follow system setting)", "theme_setting_theme_subtitle": "Choose the app's theme setting", - "theme_setting_theme_title": "Theme", + "theme_setting_theme_title": "Tema", "theme_setting_three_stage_loading_subtitle": "Three-stage loading might increase the loading performance but causes significantly higher network load", "theme_setting_three_stage_loading_title": "Enable three-stage loading", "translated_text_options": "Options", - "trash_page_delete": "Delete", - "trash_page_delete_all": "Delete All", - "trash_page_empty_trash_btn": "Empty trash", + "trash_page_delete": "Elimina", + "trash_page_delete_all": "Elimina-ho tot", + "trash_page_empty_trash_btn": "Buida la paperera", "trash_page_empty_trash_dialog_content": "Do you want to empty your trashed assets? These items will be permanently removed from Immich", "trash_page_empty_trash_dialog_ok": "Ok", "trash_page_info": "Trashed items will be permanently deleted after {} days", "trash_page_no_assets": "No trashed assets", - "trash_page_restore": "Restore", - "trash_page_restore_all": "Restore All", + "trash_page_restore": "Recupera", + "trash_page_restore_all": "Recupera-ho tot", "trash_page_select_assets_btn": "Select assets", "trash_page_select_btn": "Select", "trash_page_title": "Trash ({})", - "upload_dialog_cancel": "Cancel", + "upload_dialog_cancel": "Cancel·la", "upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?", "upload_dialog_ok": "Upload", "upload_dialog_title": "Upload Asset", @@ -487,4 +487,4 @@ "viewer_remove_from_stack": "Remove from Stack", "viewer_stack_use_as_main_asset": "Use as Main Asset", "viewer_unstack": "Un-Stack" -} \ No newline at end of file +}