update strings
This commit is contained in:
parent
7c15fdf76c
commit
fc1bf1fbb7
3 changed files with 8 additions and 2 deletions
|
@ -103,7 +103,7 @@
|
||||||
"intf": "Interface",
|
"intf": "Interface",
|
||||||
"invFile": "Invalid file",
|
"invFile": "Invalid file",
|
||||||
"Irish": "Irish",
|
"Irish": "Irish",
|
||||||
"it": "Item",
|
"it": "Item %s",
|
||||||
"Italian": "Italian",
|
"Italian": "Italian",
|
||||||
"Jamaican": "Jamaican",
|
"Jamaican": "Jamaican",
|
||||||
"Japanese": "Japanese",
|
"Japanese": "Japanese",
|
||||||
|
@ -324,5 +324,7 @@
|
||||||
"ksavr": "Keep screen awake while viewing recipe",
|
"ksavr": "Keep screen awake while viewing recipe",
|
||||||
"ksavrInfo": "Prevents the screen from turning off while viewing a recipe",
|
"ksavrInfo": "Prevents the screen from turning off while viewing a recipe",
|
||||||
"esgb": "Edge swipe to go back",
|
"esgb": "Edge swipe to go back",
|
||||||
"esgbInfo": "Disable this option if you have any navigation issues"
|
"esgbInfo": "Disable this option if you have any navigation issues",
|
||||||
|
"sect": "Section %s",
|
||||||
|
"addSectBtn": "ADD SECTION"
|
||||||
}
|
}
|
||||||
|
|
2
translations/store-listing/en-GB/changelogs/2.txt
Normal file
2
translations/store-listing/en-GB/changelogs/2.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
- Add sections to your recipe ingredients and instructions
|
||||||
|
- Adding or removing items in the recipe editor is even more easier
|
2
translations/store-listing/en-US/changelogs/2.txt
Normal file
2
translations/store-listing/en-US/changelogs/2.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
- Add sections to your recipe ingredients and instructions
|
||||||
|
- Adding or removing items in the recipe editor is even more easier
|
Loading…
Reference in a new issue