lang: Added diffing view localization

This commit is contained in:
WerWolv 2021-09-21 22:06:30 +02:00
parent 15a60930d2
commit 7df1ff07a7
4 changed files with 16 additions and 14 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -316,7 +316,7 @@ namespace hex::plugin::builtin {
{ "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 */

View File

@ -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 */