Add deprecation and removal strings
This commit is contained in:
parent
7e14f4d241
commit
51e3973f8f
1 changed files with 9 additions and 0 deletions
|
@ -124,5 +124,14 @@
|
|||
"command.disabled.local": "This command has been disabled on this server.",
|
||||
"command.disabled.console": "This command cannot be run from the console.",
|
||||
"command.disabled.nonConsole": "This command must be run from the console.",
|
||||
"feature.deprecated": "%s will be removed in the future.",
|
||||
"feature.deprecated.replace": "%s will be replaced with %s in the future.",
|
||||
"feature.deprecated.merge": "%s will be merged with %s in the future.",
|
||||
"feature.removed": "%s has been removed.",
|
||||
"feature.removed.replace": "%s has been replaced with %s.",
|
||||
"feature.removed.merge": "%s has been merged with %s.",
|
||||
"feature.removed.plural": "%s have been removed.",
|
||||
"feature.removed.replace.plural": "%s have been replaced with %s.",
|
||||
"feature.removed.merge.plural": "%s have been merged with %s.",
|
||||
"copyText": "Click to copy this item to your clipboard"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue