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.constants", "Konstanten" },
|
||||
{ "hex.view.store.loading", "Store inhalt wird geladen..." },
|
||||
{ "hex.view.diff.name", "Diffing" },
|
||||
|
||||
/* Builtin plugin features */
|
||||
|
||||
|
|
|
@ -317,6 +317,7 @@ namespace hex::plugin::builtin {
|
|||
{ "hex.view.store.tab.magics", "Magic Files" },
|
||||
{ "hex.view.store.tab.constants", "Constants" },
|
||||
{ "hex.view.store.loading", "Loading store content..." },
|
||||
{ "hex.view.diff.name", "Diffing" },
|
||||
|
||||
|
||||
/* Builtin plugin features */
|
||||
|
|
|
@ -304,19 +304,19 @@ namespace hex::plugin::builtin {
|
|||
{ "hex.view.constants.row.desc", "Descrizione" },
|
||||
{ "hex.view.constants.row.value", "Valore" },
|
||||
{ "hex.view.store.name", "Content Store" },
|
||||
{ "hex.view.store.desc", "Scarica nuovi contenuti dal database online di ImHex" },
|
||||
{ "hex.view.store.reload", "Ricarica" },
|
||||
{ "hex.view.store.row.name", "Nome" },
|
||||
{ "hex.view.store.row.description", "Descrizione" },
|
||||
{ "hex.view.store.download", "Download" },
|
||||
{ "hex.view.store.update", "Aggiorna" },
|
||||
{ "hex.view.store.remove", "Rimuovi" },
|
||||
{ "hex.view.store.tab.patterns", "Modelli" },
|
||||
{ "hex.view.store.tab.libraries", "Librerie" },
|
||||
{ "hex.view.store.tab.magics", "File Magici" },
|
||||
{ "hex.view.store.tab.constants", "Costanti" },
|
||||
{ "hex.view.store.loading", "Caricamento del content store..." },
|
||||
|
||||
{ "hex.view.store.desc", "Scarica nuovi contenuti dal database online di ImHex" },
|
||||
{ "hex.view.store.reload", "Ricarica" },
|
||||
{ "hex.view.store.row.name", "Nome" },
|
||||
{ "hex.view.store.row.description", "Descrizione" },
|
||||
{ "hex.view.store.download", "Download" },
|
||||
{ "hex.view.store.update", "Aggiorna" },
|
||||
{ "hex.view.store.remove", "Rimuovi" },
|
||||
{ "hex.view.store.tab.patterns", "Modelli" },
|
||||
{ "hex.view.store.tab.libraries", "Librerie" },
|
||||
{ "hex.view.store.tab.magics", "File Magici" },
|
||||
{ "hex.view.store.tab.constants", "Costanti" },
|
||||
{ "hex.view.store.loading", "Caricamento del content store..." },
|
||||
//{ "hex.view.diff.name", "Diffing" },
|
||||
|
||||
/* Builtin plugin features */
|
||||
|
||||
|
|
|
@ -317,7 +317,7 @@ namespace hex::plugin::builtin {
|
|||
{ "hex.view.store.tab.magics", "魔术数据库" },
|
||||
{ "hex.view.store.tab.constants", "常量" },
|
||||
{ "hex.view.store.loading", "正在加载仓库内容..." },
|
||||
|
||||
//{ "hex.view.diff.name", "Diffing" },
|
||||
|
||||
/* Builtin plugin features */
|
||||
|
||||
|
|
Loading…
Reference in New Issue