From ce43126d407706d3399939db06d93efaf9822dab Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Fri, 9 Jul 2021 23:24:43 +0530 Subject: [PATCH] updated strings --- translations/app/en-GB.default.json | 26 ++++++++++++------- .../store-listing/en-GB/changelogs/2.txt | 3 ++- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/translations/app/en-GB.default.json b/translations/app/en-GB.default.json index af3ae67f..a4eeb5cf 100644 --- a/translations/app/en-GB.default.json +++ b/translations/app/en-GB.default.json @@ -29,7 +29,7 @@ "buEmp": "The backup file is empty", "buFol": "Backup folder", "buInc": "Malformed or corrupt backup file", - "buInfo": "Generates a ZIP file containing all your data that can be imported back", + "buInfo": "Generates a ZIP file containing your data that can be imported back", "buMod": "The backup file was modified elsewhere", "cat": "Category", "cBtn": "CANCEL", @@ -51,7 +51,7 @@ "Dark": "Dark", "db": "Database", "dBtn": "DELETE", - "delRecInfo": "You are about to permanently delete the recipe %s", + "delRecInfo": "You are about to permanently delete the recipe \"%s\"", "delRecsInfo": "You are about to permanently delete %s", "Desserts": "Desserts", "detailed": "Detailed", @@ -68,7 +68,7 @@ "Egyptian": "Egyptian", "English": "English", "EnRecipes": "EnRecipes", - "expBu": "Export full backup", + "expBu": "Export backup", "expip": "Export in progress", "expSuc": "Export success", "favourites": "Favourites", @@ -93,7 +93,7 @@ "hr": "hr", "impBu": "Import data", "impFail": "Import failed", - "impInfo": "Supports full backups exported by this app", + "impInfo": "Supports backups exported by this app", "impip": "Import in progress", "impSuc": "Import success", "in": "in", @@ -198,14 +198,14 @@ "restUL": "Reset unit list", "restYUL": "Reset yield unit list", "Rice": "Rice", - "rmCatInfo": "You are about to remove %s from the category list", + "rmCatInfo": "You are about to remove \"%s\" from the category list", "rmCmb": "Combination removed", - "rmCuiInfo": "You are about to remove %s from the cuisine list", + "rmCuiInfo": "You are about to remove \"%s\" from the cuisine list", "rmIng": "Ingredient removed", "rmIns": "Instruction removed", "rmN": "Note removed", - "rmUInfo": "You are about to remove %s from the unit list", - "rmYUInfo": "You are about to remove %s from the yield unit list", + "rmUInfo": "You are about to remove \"%s\" from the unit list", + "rmYUInfo": "You are about to remove \"%s\" from the yield unit list", "Roll": "Roll", "rp": "Remove photo", "rst": "RESTART", @@ -280,7 +280,7 @@ "tmr": "Timer %s", "prstBtn": "PRESETS", "prsts": "Presets", - "delPrst": "You are about to delete %s from the presets", + "delPrst": "You are about to delete \"%s\" from the presets", "fwr": "for which recipe?", "aTPrst": "Added to presets", "tmrSnd": "Timer sound", @@ -330,5 +330,11 @@ "sectRm": "Section removed", "mSystem": "Measurement system", "mtrc": "Metric", - "imprl": "Imperial" + "imprl": "Imperial", + "expt": "EXPORT", + "impt": "IMPORT", + "pcrcs": "Recipes (%s)", + "pcmps": "Meal plans (%s)", + "pctps": "Timer presets (%s)", + "pclis": "Lists (cuisines, categories, yield units and units)" } \ No newline at end of file diff --git a/translations/store-listing/en-GB/changelogs/2.txt b/translations/store-listing/en-GB/changelogs/2.txt index 4230b13f..0dfc734b 100644 --- a/translations/store-listing/en-GB/changelogs/2.txt +++ b/translations/store-listing/en-GB/changelogs/2.txt @@ -2,5 +2,6 @@ - Adding or removing items in the recipe editor is even more easier - Ingredient quantities are now shown in fractions - Ingredient units are automatically converted during scaling -- Switch measuring system under interface setting +- Switch measurement system under interface setting +- Extended import and export - Bug fixes and improvements \ No newline at end of file