Add strings for server configuration
This commit is contained in:
parent
6275437d8b
commit
157cfa20ff
|
@ -13,12 +13,15 @@
|
||||||
"unknown_setting": "Unknown setting \"{{setting}}\"",
|
"unknown_setting": "Unknown setting \"{{setting}}\"",
|
||||||
"setting_info": {
|
"setting_info": {
|
||||||
"title": "Setting: {{setting}}",
|
"title": "Setting: {{setting}}",
|
||||||
|
"type": "Type: {{type}}",
|
||||||
"current": "Current value: {{value}}",
|
"current": "Current value: {{value}}",
|
||||||
"options": "Available options: {{options}}"
|
"options": "Available options: {{options}}"
|
||||||
},
|
},
|
||||||
"invalid_value": "The value you provided is not applicable to this option.\nAllowed values are: {{values}}",
|
"invalid_value": "The value you provided is not applicable to this option.\nAllowed values are: {{values}}",
|
||||||
"setting_updated": "Setting {{setting}} has been changed from {{old}} to {{value}}.",
|
"setting_updated": "Setting {{setting}} has been changed from {{old}} to {{value}}.",
|
||||||
"setting_unchanged": "Setting {{setting}} is already set to {{value}}."
|
"setting_unchanged": "Setting {{setting}} is already set to {{value}}.",
|
||||||
|
"needs_server": "This setting can only be changed in a server.",
|
||||||
|
"no_permission": "You don't have permission to change this server's configuration."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"command_failed": {
|
"command_failed": {
|
||||||
|
|
Loading…
Reference in a new issue