updated placeholder strings
This commit is contained in:
parent
06ba5f49ef
commit
cf6b95231d
2 changed files with 7 additions and 6 deletions
|
@ -137,7 +137,7 @@ export default {
|
||||||
setLayoutMode() {
|
setLayoutMode() {
|
||||||
this.$showModal(ActionDialog, {
|
this.$showModal(ActionDialog, {
|
||||||
props: {
|
props: {
|
||||||
title: "List view mode",
|
title: "listVM",
|
||||||
list: ["detailed", "grid", "photogrid", "simple", "minimal"],
|
list: ["detailed", "grid", "photogrid", "simple", "minimal"],
|
||||||
},
|
},
|
||||||
}).then((action) => {
|
}).then((action) => {
|
||||||
|
|
|
@ -236,10 +236,10 @@
|
||||||
"tsInfo": "separate with spaces",
|
"tsInfo": "separate with spaces",
|
||||||
"impSuc": "Import success",
|
"impSuc": "Import success",
|
||||||
"expSuc": "Export success",
|
"expSuc": "Export success",
|
||||||
"recF": "%s recipes found",
|
"recF": "recipes found",
|
||||||
"recI": "%s recipes imported",
|
"recI": "recipes imported",
|
||||||
"recE": "%s recipes already exists",
|
"recE": "recipes already exists",
|
||||||
"recU": "%s recipes updated",
|
"recU": "recipes updated",
|
||||||
"OK": "OK",
|
"OK": "OK",
|
||||||
"Filtered recipes": "Filtered recipes",
|
"Filtered recipes": "Filtered recipes",
|
||||||
"Created": "Created",
|
"Created": "Created",
|
||||||
|
@ -291,5 +291,6 @@
|
||||||
"srpu": "Share recipe photo using...",
|
"srpu": "Share recipe photo using...",
|
||||||
"sru": "Share recipe using...",
|
"sru": "Share recipe using...",
|
||||||
"aap": "Attach a photo",
|
"aap": "Attach a photo",
|
||||||
"rp": "Remove photo"
|
"rp": "Remove photo",
|
||||||
|
"buFol": "Backup folder"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue