lang: Added run command localization
This commit is contained in:
parent
d3a227d0bc
commit
4ea6f61c52
@ -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" },
|
||||
|
||||
|
@ -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}'" },
|
||||
|
||||
|
@ -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}'" },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user