From 715fd12bf309cdeca9fcbcdf813729b8969cd80f Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Fri, 5 Jul 2024 17:19:42 +0700 Subject: [PATCH] New translations localizable.strings (Italian) --- StrongBox/it/Localizable.strings | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/StrongBox/it/Localizable.strings b/StrongBox/it/Localizable.strings index 0011adc25..75fa46270 100644 --- a/StrongBox/it/Localizable.strings +++ b/StrongBox/it/Localizable.strings @@ -6109,7 +6109,7 @@ "copy_of_fmt" = "Copia di %@"; /* Storage Method Not Recommended */ -"deprecated_storage_method" = "Storage Method Not Recommended"; +"deprecated_storage_method" = "Metodo Di Archiviazione Non Raccomandato"; /* We cannot recommend storing your database using this method. Strongbox does not have end to end control over the sync process, and so we cannot guarantee data integrity.\n\nDo you want to continue anyway? */ "cannot_recommend_storage_msg" = "Non consigliamo di archiviare il database con questo metodo. Strongbox non ha il controllo finale sul processo di sincronizzazione e quindi non può garantire l'integrità dei dati.\n\nSi vuole proseguire comunque?"; @@ -6194,3 +6194,15 @@ /* Are you sure you want to choose this version as the correct version going forward?\n\nRemember you can export any other version now for later merge by choosing No, and then sliding left on the other version. */ "ays_select_icloud_conflict_version" = "Si è sicuri di voler scegliere questa versione come versione corretta per il futuro?\n\nÈ importante ricordarsi che è sempre possibile esportare qualsiasi altra versione per una successiva fusione scegliendo No e poi scorrendo a sinistra sull'altra versione."; + +/* System */ +"app_appearance_mode_system" = "System"; + +/* Light */ +"app_appearance_mode_light" = "Light"; + +/* Dark */ +"app_appearance_mode_dark" = "Dark"; + +/* App Appearance */ +"prefs_vc_app_appearance" = "App Appearance";