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() {
|
||||
this.$showModal(ActionDialog, {
|
||||
props: {
|
||||
title: "List view mode",
|
||||
title: "listVM",
|
||||
list: ["detailed", "grid", "photogrid", "simple", "minimal"],
|
||||
},
|
||||
}).then((action) => {
|
||||
|
|
|
@ -236,10 +236,10 @@
|
|||
"tsInfo": "separate with spaces",
|
||||
"impSuc": "Import success",
|
||||
"expSuc": "Export success",
|
||||
"recF": "%s recipes found",
|
||||
"recI": "%s recipes imported",
|
||||
"recE": "%s recipes already exists",
|
||||
"recU": "%s recipes updated",
|
||||
"recF": "recipes found",
|
||||
"recI": "recipes imported",
|
||||
"recE": "recipes already exists",
|
||||
"recU": "recipes updated",
|
||||
"OK": "OK",
|
||||
"Filtered recipes": "Filtered recipes",
|
||||
"Created": "Created",
|
||||
|
@ -291,5 +291,6 @@
|
|||
"srpu": "Share recipe photo using...",
|
||||
"sru": "Share recipe using...",
|
||||
"aap": "Attach a photo",
|
||||
"rp": "Remove photo"
|
||||
"rp": "Remove photo",
|
||||
"buFol": "Backup folder"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue