mirror of https://github.com/WerWolv/ImHex.git
lang: Added diffing view localization
This commit is contained in:
parent
15a60930d2
commit
7df1ff07a7
|
@ -317,6 +317,7 @@ namespace hex::plugin::builtin {
|
||||||
{ "hex.view.store.tab.magics", "Magic Files" },
|
{ "hex.view.store.tab.magics", "Magic Files" },
|
||||||
{ "hex.view.store.tab.constants", "Konstanten" },
|
{ "hex.view.store.tab.constants", "Konstanten" },
|
||||||
{ "hex.view.store.loading", "Store inhalt wird geladen..." },
|
{ "hex.view.store.loading", "Store inhalt wird geladen..." },
|
||||||
|
{ "hex.view.diff.name", "Diffing" },
|
||||||
|
|
||||||
/* Builtin plugin features */
|
/* Builtin plugin features */
|
||||||
|
|
||||||
|
|
|
@ -317,6 +317,7 @@ namespace hex::plugin::builtin {
|
||||||
{ "hex.view.store.tab.magics", "Magic Files" },
|
{ "hex.view.store.tab.magics", "Magic Files" },
|
||||||
{ "hex.view.store.tab.constants", "Constants" },
|
{ "hex.view.store.tab.constants", "Constants" },
|
||||||
{ "hex.view.store.loading", "Loading store content..." },
|
{ "hex.view.store.loading", "Loading store content..." },
|
||||||
|
{ "hex.view.diff.name", "Diffing" },
|
||||||
|
|
||||||
|
|
||||||
/* Builtin plugin features */
|
/* Builtin plugin features */
|
||||||
|
|
|
@ -316,7 +316,7 @@ namespace hex::plugin::builtin {
|
||||||
{ "hex.view.store.tab.magics", "File Magici" },
|
{ "hex.view.store.tab.magics", "File Magici" },
|
||||||
{ "hex.view.store.tab.constants", "Costanti" },
|
{ "hex.view.store.tab.constants", "Costanti" },
|
||||||
{ "hex.view.store.loading", "Caricamento del content store..." },
|
{ "hex.view.store.loading", "Caricamento del content store..." },
|
||||||
|
//{ "hex.view.diff.name", "Diffing" },
|
||||||
|
|
||||||
/* Builtin plugin features */
|
/* Builtin plugin features */
|
||||||
|
|
||||||
|
|
|
@ -317,7 +317,7 @@ namespace hex::plugin::builtin {
|
||||||
{ "hex.view.store.tab.magics", "魔术数据库" },
|
{ "hex.view.store.tab.magics", "魔术数据库" },
|
||||||
{ "hex.view.store.tab.constants", "常量" },
|
{ "hex.view.store.tab.constants", "常量" },
|
||||||
{ "hex.view.store.loading", "正在加载仓库内容..." },
|
{ "hex.view.store.loading", "正在加载仓库内容..." },
|
||||||
|
//{ "hex.view.diff.name", "Diffing" },
|
||||||
|
|
||||||
/* Builtin plugin features */
|
/* Builtin plugin features */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue