diff --git a/localization/app_en.arb b/localization/app_en.arb index b2b2901..0904181 100644 --- a/localization/app_en.arb +++ b/localization/app_en.arb @@ -1558,7 +1558,7 @@ } } }, - "enableFeedback": "Enable feedback", + "enableFeedback": "Enable feedback mode", "@enableFeedback": { "description": "Text shown on the setting option", "type": "text" @@ -1584,7 +1584,7 @@ "type": "text" }, "selectAImage": "Select a image", - "@selectImage": { + "@selectAImage": { "description": "Text shown on the add goal page", "type": "text" }, @@ -1604,7 +1604,7 @@ "type": "text" }, "remaining": "Remaining", - "@Remaining": { + "@remaining": { "description": "Text shown on the goal page", "type": "text" }, @@ -1637,5 +1637,15 @@ "@subscription": { "description": "Text shown on the setting page", "type": "text" + }, + "website": "Website", + "@website": { + "description": "Text shown on the setting page", + "type": "text" + }, + "websiteDesc": "Visit our website for more information", + "@websiteDesc": { + "description": "Text shown on the setting page", + "type": "text" } } \ No newline at end of file diff --git a/untranslated.json b/untranslated.json index 2fd83c4..d23e87a 100644 --- a/untranslated.json +++ b/untranslated.json @@ -64,7 +64,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "cs": [ @@ -132,7 +134,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "de": [ @@ -200,7 +204,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "es": [ @@ -268,7 +274,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "fr": [ @@ -336,7 +344,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "hi": [ @@ -404,7 +414,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "it": [ @@ -552,7 +564,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "ja": [ @@ -620,7 +634,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "pl": [ @@ -688,7 +704,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "ru": [ @@ -756,7 +774,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "tr": [ @@ -824,7 +844,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "zh": [ @@ -892,7 +914,9 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ], "zh_TW": [ @@ -960,6 +984,8 @@ "spent", "scheduleNotification", "scheduleNotificationDesc", - "subscription" + "subscription", + "website", + "websiteDesc" ] }