[ios] Changed settings to SwiftUI

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-09 15:15:34 +02:00
committed by Konstantin Pastbin
parent 090ed5044a
commit fdbb41e0fd
102 changed files with 1726 additions and 2609 deletions

View File

@@ -228,8 +228,11 @@
/* A message in Settings/Preferences explaining why is it not possible to enable 3D buildings when max power saving mode is enabled */
"pref_map_3d_buildings_disabled_summary" = "3D buildings are disabled in power saving mode";
/* Settings «Route» category: «Tts enabled» title */
"pref_tts_enable_title" = "Voice Instructions";
/* Settings «Route» category: «Tts» title */
"pref_tts_title" = "Voice Instructions";
/* Settings «Route» category: «Tts enable» title */
"pref_tts_enable_title" = "Enable Voice Instructions";
/* Settings «Route» category: «Tts announce street names» title */
"pref_tts_street_names_title" = "Announce Street Names";
@@ -1006,6 +1009,9 @@
/* Message for the bug report alert. */
"bugreport_alert_message" = "Would you like to send a bug report to the developers?\nWe rely on our users as CoMaps doesn't collect any error information automatically. Thank you in advance for supporting CoMaps!";
/* Title for the iCloud syncronization setting */
"icloud_sync" = "iCloud Syncronization (Beta)";
/* Title for the "Enable iCloud Syncronization" alert. */
"enable_icloud_synchronization_title" = "Enable iCloud Syncronization";