diff --git a/app/src/main/java/com/ivy/wallet/ui/settings/SettingsScreen.kt b/app/src/main/java/com/ivy/wallet/ui/settings/SettingsScreen.kt
index 08fb328a74..412bac75d1 100644
--- a/app/src/main/java/com/ivy/wallet/ui/settings/SettingsScreen.kt
+++ b/app/src/main/java/com/ivy/wallet/ui/settings/SettingsScreen.kt
@@ -311,14 +311,14 @@ private fun BoxWithConstraintsScope.UI(
}
item {
- SettingsSectionDivider(text = "Experimental")
+ SettingsSectionDivider(text = stringResource(R.string.experimental))
Spacer(Modifier.height(16.dp))
val nav = navigation()
SettingsDefaultButton(
icon = R.drawable.ic_custom_atom_m,
- text = "Experimental Settings"
+ text = stringResource(R.string.experimental_settings)
) {
nav.navigateTo(ExperimentalScreen)
}
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index 29db3d1b0a..34427780df 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -434,4 +434,6 @@
التبديل إلى وضع بدون انترنت
تحذير! سوف يؤدي هذا الى حذف كل بياناتك المخزنة في السحابة ل%1$s نهائيا, لن يتم حذف البيانات المخزنة على جهازك.
حذف كل اليانات على السحابة؟
+ Experimental
+ Experimental Settings
diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml
index b34307a949..e9722f2eca 100644
--- a/app/src/main/res/values-bg/strings.xml
+++ b/app/src/main/res/values-bg/strings.xml
@@ -434,4 +434,6 @@
Switch to offline mode
WARNING! This action will delete all your cloud-stored data for %1$s PERMANENTLY, the offline data stored in your local app will remain.
Delete all cloud-stored data?
+ Experimental
+ Experimental Settings
\ No newline at end of file
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index f27c6b6667..8c5042e40b 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -434,4 +434,6 @@
Switch to offline mode
WARNING! This action will delete all your cloud-stored data for %1$s PERMANENTLY, the offline data stored in your local app will remain.
Delete all cloud-stored data?
+ Experimental
+ Experimental Settings
diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml
index b3832aefc4..1f656b2e95 100644
--- a/app/src/main/res/values-hi/strings.xml
+++ b/app/src/main/res/values-hi/strings.xml
@@ -431,4 +431,9 @@
आप अपनी आय और खर्च के बारे में गहन जानकारी प्राप्त करने के लिए रिपोर्ट तैयार कर सकते हैं। अपने वित्त के बारे में बेहतर दृष्टिकोण प्राप्त करने के लिए अपने लेन-देन को प्रकार, समय अवधि, श्रेणी, खातों, राशि, कीवर्ड आदि के आधार पर फ़िल्टर करें।
आइवी वॉलेट को बेहतर बनाना चाहते हैं? हमें एक समीक्षा लिखें। आप जो चाहते हैं उसे विकसित करने का यही एकमात्र तरीका है। साथ ही हमें PlayStore में उच्च रैंक देने में मदद करें ताकि हम मार्केटिंग के बजाय उत्पाद पर पैसा खर्च कर सकें।\\nहम अपनी तरफ से हमेशाअच्छा करते रहेंगे।\\n Ivy टीम
खाता स्थानान्तरण को खाता स्क्रीन में आय या व्यय के रूप में मानता है
+ Switch to offline mode
+ WARNING! This action will delete all your cloud-stored data for %1$s PERMANENTLY, the offline data stored in your local app will remain.
+ Delete all cloud-stored data?
+ Experimental
+ Experimental Settings
\ No newline at end of file
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 965450286c..d819169131 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -431,7 +431,9 @@
Sei sicuro di voler ignorare tutti i pagamenti pianificati scaduti?
Conferma e ignora tutto
Ignora tutto
- Switch to offline mode
- WARNING! This action will delete all cloud-stored data for %1$s PERMANENTLY, the offline data stored in your local app will remain.
- Delete all cloud-stored data?
+ Passa alla modalità offline
+ ATTENZIONE! Questa azione eliminerà PERMANENTEMENTE tutti i dati salvati nel cloud per %1$s, i file offline salvati in locale nella tua app rimaranno.
+ Eliminare tutti i dati salvati nel cloud?
+ Sperimantale
+ Impostazioni Sperimentali
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 04d559b3b1..fd47fcba52 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -434,4 +434,6 @@
Switch to offline mode
WARNING! This action will delete all your cloud-stored data for %1$s PERMANENTLY, the offline data stored in your local app will remain.
Delete all cloud-stored data?
+ Experimental
+ Experimental Settings
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index eb5fb52480..1f7e5329ce 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -434,4 +434,6 @@
Switch to offline mode
WARNING! This action will delete all your cloud-stored data for %1$s PERMANENTLY, the offline data stored in your local app will remain.
Delete all cloud-stored data?
+ Experimental
+ Experimental Settings