Fix translations for label and category (#20209)
* Fix translations for label and category * Update en.json --------- Co-authored-by: Bram Kragten <mail@bramkragten.nl>pull/20210/head
parent
e42ddb8f0f
commit
c25e23ccd6
|
@ -575,6 +575,7 @@
|
||||||
"label-picker": {
|
"label-picker": {
|
||||||
"clear": "Clear",
|
"clear": "Clear",
|
||||||
"show_labels": "Show labels",
|
"show_labels": "Show labels",
|
||||||
|
"label": "Label",
|
||||||
"labels": "Labels",
|
"labels": "Labels",
|
||||||
"add_label": "Add label",
|
"add_label": "Add label",
|
||||||
"add_new_sugestion": "Add new label ''{name}''",
|
"add_new_sugestion": "Add new label ''{name}''",
|
||||||
|
@ -623,16 +624,6 @@
|
||||||
"show": "Show {area}",
|
"show": "Show {area}",
|
||||||
"hide": "Hide {area}"
|
"hide": "Hide {area}"
|
||||||
},
|
},
|
||||||
"label-picker": {
|
|
||||||
"clear": "Clear",
|
|
||||||
"show_labels": "Show labels",
|
|
||||||
"label": "Label",
|
|
||||||
"add_new_sugestion": "Add new label ''{name}''",
|
|
||||||
"add_new": "Add new label…",
|
|
||||||
"add_label": "Add label",
|
|
||||||
"no_labels": "You don't have any labels",
|
|
||||||
"no_match": "No matching labels found"
|
|
||||||
},
|
|
||||||
"statistic-picker": {
|
"statistic-picker": {
|
||||||
"statistic": "Statistic",
|
"statistic": "Statistic",
|
||||||
"no_statistics": "You don't have any statistics",
|
"no_statistics": "You don't have any statistics",
|
||||||
|
@ -1958,7 +1949,7 @@
|
||||||
"icon": "Icon",
|
"icon": "Icon",
|
||||||
"required_error_msg": "[%key:ui::panel::config::zone::detail::required_error_msg%]",
|
"required_error_msg": "[%key:ui::panel::config::zone::detail::required_error_msg%]",
|
||||||
"unknown_error": "An unknown error happened when saving the category",
|
"unknown_error": "An unknown error happened when saving the category",
|
||||||
"confirm_delete": "Are you sure you want to delete this category?",
|
"confirm_delete": "Delete category?",
|
||||||
"confirm_delete_text": "This will delete the category and unassign everything that is currently assigned to it."
|
"confirm_delete_text": "This will delete the category and unassign everything that is currently assigned to it."
|
||||||
},
|
},
|
||||||
"filter": {
|
"filter": {
|
||||||
|
|
Loading…
Reference in New Issue