mirror of
https://github.com/immich-app/immich.git
synced 2026-03-07 10:37:22 +03:00
feat(web): add privacy step in the onboarding (#11359)
* feat: add privacy step in the onboarding * fix: remove console.log * feat:Details the implications of enabling the map on the settings page Added a link to the guide on customizing map styles as well * feat: add map implication * refactor: onboarding style * fix: tile provider * fix: remove long explanations * chore: cleanup --------- Co-authored-by: pcouy <contact@pierre-couy.dev> Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
@@ -127,12 +127,13 @@
|
||||
"map_enable_description": "Enable map features",
|
||||
"map_gps_settings": "Map & GPS Settings",
|
||||
"map_gps_settings_description": "Manage Map & GPS (Reverse Geocoding) Settings",
|
||||
"map_implications": "The map feature relies on an external tile service (tiles.immich.cloud)",
|
||||
"map_light_style": "Light style",
|
||||
"map_manage_reverse_geocoding_settings": "Manage <link>Reverse Geocoding</link> settings",
|
||||
"map_reverse_geocoding": "Reverse Geocoding",
|
||||
"map_reverse_geocoding_enable_description": "Enable reverse geocoding",
|
||||
"map_reverse_geocoding_settings": "Reverse Geocoding Settings",
|
||||
"map_settings": "Map Settings",
|
||||
"map_settings": "Map",
|
||||
"map_settings_description": "Manage map settings",
|
||||
"map_style_description": "URL to a style.json map theme",
|
||||
"metadata_extraction_job": "Extract metadata",
|
||||
@@ -317,7 +318,8 @@
|
||||
"user_settings": "User Settings",
|
||||
"user_settings_description": "Manage user settings",
|
||||
"user_successfully_removed": "User {email} has been successfully removed.",
|
||||
"version_check_enabled_description": "Enable periodic requests to GitHub to check for new releases",
|
||||
"version_check_enabled_description": "Enable version check",
|
||||
"version_check_implications": "The version check feature relies on periodic communication with github.com",
|
||||
"version_check_settings": "Version Check",
|
||||
"version_check_settings_description": "Enable/disable the new version notification",
|
||||
"video_conversion_job": "Transcode videos",
|
||||
@@ -850,6 +852,7 @@
|
||||
"ok": "Ok",
|
||||
"oldest_first": "Oldest first",
|
||||
"onboarding": "Onboarding",
|
||||
"onboarding_privacy_description": "The following (optional) features rely on external services, and can by disabled at any time in the administration settings.",
|
||||
"onboarding_theme_description": "Choose a color theme for your instance. You can change this later in your settings.",
|
||||
"onboarding_welcome_description": "Let's get your instance set up with some common settings.",
|
||||
"onboarding_welcome_user": "Welcome, {user}",
|
||||
@@ -920,6 +923,7 @@
|
||||
"previous_memory": "Previous memory",
|
||||
"previous_or_next_photo": "Previous or next photo",
|
||||
"primary": "Primary",
|
||||
"privacy": "Privacy",
|
||||
"profile_image_of_user": "Profile image of {user}",
|
||||
"profile_picture_set": "Profile picture set.",
|
||||
"public_album": "Public album",
|
||||
|
||||
Reference in New Issue
Block a user