mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
store: Added encoding files to store, fixed crash when folder doesn't exist
This commit is contained in:
@@ -348,8 +348,11 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.view.store.tab.libraries", "Libraries" },
|
||||
{ "hex.builtin.view.store.tab.magics", "Magic Files" },
|
||||
{ "hex.builtin.view.store.tab.constants", "Konstanten" },
|
||||
{ "hex.builtin.view.store.tab.encodings", "Encodings" },
|
||||
{ "hex.builtin.view.store.tab.yara", "Yara Rules" },
|
||||
{ "hex.builtin.view.store.loading", "Store inhalt wird geladen..." },
|
||||
{ "hex.builtin.view.store.download_error", "Datei konnte nicht heruntergeladen werden! Zielordner konnte nicht gefunden werden." },
|
||||
|
||||
{ "hex.builtin.view.diff.name", "Diffing" },
|
||||
|
||||
{ "hex.builtin.view.provider_settings.name", "Provider Einstellungen" },
|
||||
|
||||
@@ -352,7 +352,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.view.store.tab.magics", "Magic Files" },
|
||||
{ "hex.builtin.view.store.tab.constants", "Constants" },
|
||||
{ "hex.builtin.view.store.tab.yara", "Yara Rules" },
|
||||
{ "hex.builtin.view.store.tab.encodings", "Encodings" },
|
||||
{ "hex.builtin.view.store.loading", "Loading store content..." },
|
||||
{ "hex.builtin.view.store.download_error", "Failed to download file! Destination folder does not exist." },
|
||||
|
||||
{ "hex.builtin.view.diff.name", "Diffing" },
|
||||
|
||||
{ "hex.builtin.view.provider_settings.name", "Provider Settings" },
|
||||
|
||||
@@ -345,8 +345,11 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.view.store.tab.libraries", "Librerie" },
|
||||
{ "hex.builtin.view.store.tab.magics", "File Magici" },
|
||||
{ "hex.builtin.view.store.tab.constants", "Costanti" },
|
||||
//{ "hex.builtin.view.store.tab.encodings", "Encodings" },
|
||||
{ "hex.builtin.view.store.tab.yara", "Regole di Yara" },
|
||||
{ "hex.builtin.view.store.loading", "Caricamento del content store..." },
|
||||
//{ "hex.builtin.view.store.download_error", "Failed to download file! Destination folder does not exist." },
|
||||
|
||||
//{ "hex.builtin.view.diff.name", "Diffing" },
|
||||
|
||||
//{ "hex.builtin.view.provider_settings.name", "Provider Settings" },
|
||||
|
||||
@@ -346,7 +346,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.view.store.tab.magics", "魔术数据库" },
|
||||
{ "hex.builtin.view.store.tab.constants", "常量" },
|
||||
{ "hex.builtin.view.store.tab.yara", "Yara规则" },
|
||||
{ "hex.builtin.view.store.loading", "正在加载仓库内容..." },
|
||||
//{ "hex.builtin.view.store.tab.encodings", "Encodings" },
|
||||
{ "hex.builtin.view.store.loading", "正在加载仓库内容..." },
|
||||
//{ "hex.builtin.view.store.download_error", "Failed to download file! Destination folder does not exist." },
|
||||
|
||||
{ "hex.builtin.view.diff.name", "差异" },
|
||||
|
||||
//{ "hex.builtin.view.provider_settings.name", "Provider Settings" },
|
||||
|
||||
Reference in New Issue
Block a user