lang: Added run command localization
This commit is contained in:
parent
d3a227d0bc
commit
4ea6f61c52
@ -297,8 +297,10 @@ 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"},
|
||||
{ "hex.builtin.command.web.result", "'{0}' nachschlagen" },
|
||||
|
||||
{ "hex.builtin.inspector.binary", "Binär (8 bit)" },
|
||||
{ "hex.builtin.inspector.u8", "uint8_t" },
|
||||
|
@ -297,8 +297,10 @@ 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}'"},
|
||||
{ "hex.builtin.command.web.result", "Navigate to '{0}'" },
|
||||
|
||||
{ "hex.builtin.inspector.binary", "Binary (8 bit)" },
|
||||
{ "hex.builtin.inspector.u8", "uint8_t" },
|
||||
|
@ -296,8 +296,10 @@ 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}'"},
|
||||
{ "hex.builtin.command.web.result", "Naviga a '{0}'" },
|
||||
|
||||
{ "hex.builtin.inspector.binary", "Binary (8 bit)" },
|
||||
{ "hex.builtin.inspector.u8", "uint8_t" },
|
||||
|
Loading…
Reference in New Issue
Block a user