updated placeholder strings

This commit is contained in:
vishnuraghavb 2021-04-16 00:17:06 +05:30
parent 06ba5f49ef
commit cf6b95231d
2 changed files with 7 additions and 6 deletions

View file

@ -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) => {

View file

@ -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"
}