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

View file

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