1
0
mirror of synced 2024-11-28 17:40:51 +01:00

lang: Added run command localization

This commit is contained in:
WerWolv 2021-08-22 22:11:36 +02:00
parent d3a227d0bc
commit 4ea6f61c52
3 changed files with 9 additions and 3 deletions

View File

@ -297,6 +297,8 @@ namespace hex::plugin::builtin {
/* Builtin plugin features */
{ "hex.builtin.command.calc.desc", "Rechner" },
{ "hex.builtin.command.cmd.desc", "Command" },
{ "hex.builtin.command.cmd.result", "Command '{0}' ausführen" },
{ "hex.builtin.command.web.desc", "Webseite nachschlagen" },
{ "hex.builtin.command.web.result", "'{0}' nachschlagen" },

View File

@ -297,6 +297,8 @@ namespace hex::plugin::builtin {
/* Builtin plugin features */
{ "hex.builtin.command.calc.desc", "Calculator" },
{ "hex.builtin.command.cmd.desc", "Command" },
{ "hex.builtin.command.cmd.result", "Run command '{0}'" },
{ "hex.builtin.command.web.desc", "Website lookup" },
{ "hex.builtin.command.web.result", "Navigate to '{0}'" },

View File

@ -296,6 +296,8 @@ namespace hex::plugin::builtin {
/* Builtin plugin features */
{ "hex.builtin.command.calc.desc", "Calcolatrice" },
//{ "hex.builtin.command.cmd.desc", "Command" },
//{ "hex.builtin.command.cmd.result", "Run command '{0}'" },
{ "hex.builtin.command.web.desc", "Consulta il Web" },
{ "hex.builtin.command.web.result", "Naviga a '{0}'" },