diff --git a/mobile/assets/i18n/en-US.json b/mobile/assets/i18n/en-US.json index 8aeae7043a..94bd4b7dd0 100644 --- a/mobile/assets/i18n/en-US.json +++ b/mobile/assets/i18n/en-US.json @@ -7,6 +7,8 @@ "advanced_settings_tile_title": "Advanced", "advanced_settings_troubleshooting_subtitle": "Enable additional features for troubleshooting", "advanced_settings_troubleshooting_title": "Troubleshooting", + "advanced_settings_self_signed_ssl_title": "Allow self-signed SSL certificates", + "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "album_info_card_backup_album_excluded": "EXCLUDED", "album_info_card_backup_album_included": "INCLUDED", "album_thumbnail_card_item": "1 item", @@ -174,6 +176,7 @@ "library_page_sort_title": "Album title", "login_disabled": "Login has been disabled", "login_form_api_exception": "API exception. Please check the server URL and try again.", + "login_form_handshake_exception": "There was an Handshake Exception with the server. Enable self-signed certificate support in the settings if you are using a self-signed certificate.", "login_form_button_text": "Login", "login_form_email_hint": "youremail@email.com", "login_form_endpoint_hint": "http://your-server-ip:port/api", @@ -193,6 +196,8 @@ "login_form_save_login": "Stay logged in", "login_form_server_empty": "Enter a server URL.", "login_form_server_error": "Could not connect to server.", + "login_password_changed_success": "Password updated successfully", + "login_password_changed_error": "There was an error updating your password", "monthly_title_text_date_format": "MMMM y", "motion_photos_page_title": "Motion Photos", "notification_permission_dialog_cancel": "Cancel", @@ -300,5 +305,21 @@ "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" -} \ No newline at end of file + "version_announcement_overlay_title": "New Server Version Available \uD83C\uDF89", + "translated_text_options": "Options", + "map_no_assets_in_bounds": "No photos in this area", + "map_zoom_to_see_photos": "Zoom out to see photos", + "map_settings_dialog_title": "Map Settings", + "map_settings_dark_mode": "Dark mode", + "map_settings_only_show_favorites": "Show Favorite Only", + "map_settings_only_relative_range": "Date range", + "map_settings_dialog_cancel": "Cancel", + "map_settings_dialog_save": "Save", + "map_cannot_get_user_location": "Cannot get user's location", + "map_location_service_disabled_title": "Location Service disabled", + "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", + "map_no_location_permission_title": "Location Permission denied", + "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", + "map_location_dialog_cancel": "Cancel", + "map_location_dialog_yes": "Yes" +}