Add deprecation and removal strings

This commit is contained in:
7cc5c4f330d47060 2024-10-26 22:20:41 -04:00
parent 7e14f4d241
commit 51e3973f8f
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

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