mirror of
https://github.com/immich-app/immich.git
synced 2025-07-31 15:08:44 -04:00
fix(mobile): distinguish backup settings title from 'backup_controller_page_backup' translation entry (#20237)
Different translation in some languages like in French ('Sauvegarde' for title, otherwise 'Sauvegardé')
This commit is contained in:
parent
c6b25ef111
commit
cb344cb014
@ -511,6 +511,7 @@
|
|||||||
"back_close_deselect": "Back, close, or deselect",
|
"back_close_deselect": "Back, close, or deselect",
|
||||||
"background_location_permission": "Background location permission",
|
"background_location_permission": "Background location permission",
|
||||||
"background_location_permission_content": "In order to switch networks when running in the background, Immich must *always* have precise location access so the app can read the Wi-Fi network's name",
|
"background_location_permission_content": "In order to switch networks when running in the background, Immich must *always* have precise location access so the app can read the Wi-Fi network's name",
|
||||||
|
"backup": "Backup",
|
||||||
"backup_album_selection_page_albums_device": "Albums on device ({count})",
|
"backup_album_selection_page_albums_device": "Albums on device ({count})",
|
||||||
"backup_album_selection_page_albums_tap": "Tap to include, double tap to exclude",
|
"backup_album_selection_page_albums_tap": "Tap to include, double tap to exclude",
|
||||||
"backup_album_selection_page_assets_scatter": "Assets can scatter across multiple albums. Thus, albums can be included or excluded during the backup process.",
|
"backup_album_selection_page_assets_scatter": "Assets can scatter across multiple albums. Thus, albums can be included or excluded during the backup process.",
|
||||||
|
@ -34,7 +34,7 @@ enum SettingSection {
|
|||||||
"asset_viewer_settings_subtitle",
|
"asset_viewer_settings_subtitle",
|
||||||
),
|
),
|
||||||
backup(
|
backup(
|
||||||
'backup_controller_page_backup',
|
'backup',
|
||||||
Icons.cloud_upload_outlined,
|
Icons.cloud_upload_outlined,
|
||||||
"backup_setting_subtitle",
|
"backup_setting_subtitle",
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user