diff --git a/plugins/builtin/romfs/lang/de_DE.json b/plugins/builtin/romfs/lang/de_DE.json index d2eddebd8..9414332e0 100644 --- a/plugins/builtin/romfs/lang/de_DE.json +++ b/plugins/builtin/romfs/lang/de_DE.json @@ -899,9 +899,7 @@ "hex.builtin.view.pattern_editor.replace_hint": "Ersetzen", "hex.builtin.view.pattern_editor.replace_hint_history": " für Historie)", "hex.builtin.view.pattern_editor.settings": "Einstellungen", - "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "Breakpoint hinzufügen", "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "Debugger fortsetzen", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "Pattern ausführen", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "Debugger Schritt", "hex.builtin.view.pattern_editor.virtual_files": "Virtuelle Dateien", "hex.builtin.view.provider_settings.load_error": "Ein Fehler beim Öffnen dieses Providers ist aufgetreten!", diff --git a/plugins/builtin/romfs/lang/es_ES.json b/plugins/builtin/romfs/lang/es_ES.json index dd319f47e..c80836007 100644 --- a/plugins/builtin/romfs/lang/es_ES.json +++ b/plugins/builtin/romfs/lang/es_ES.json @@ -893,9 +893,7 @@ "hex.builtin.view.pattern_editor.replace_hint": "", "hex.builtin.view.pattern_editor.replace_hint_history": "", "hex.builtin.view.pattern_editor.settings": "Ajustes", - "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "", "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "", "hex.builtin.view.pattern_editor.virtual_files": "", "hex.builtin.view.provider_settings.load_error": "¡Ha ocurrido un error al intentar abrir este proveedor!", @@ -1001,4 +999,4 @@ "hex.builtin.welcome.update.desc": "¡ImHex {0} está disponible!", "hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest", "hex.builtin.welcome.update.title": "Nueva actualización disponible!" -} \ No newline at end of file +} diff --git a/plugins/builtin/romfs/lang/fr_FR.json b/plugins/builtin/romfs/lang/fr_FR.json index 31e8a3830..881577db1 100644 --- a/plugins/builtin/romfs/lang/fr_FR.json +++ b/plugins/builtin/romfs/lang/fr_FR.json @@ -528,7 +528,6 @@ "hex.builtin.setting.toolbar.icons": "Icônes de la barre d'outils", "hex.builtin.shortcut.next_provider": "Sélectionner le fournisseur de données suivant", "hex.builtin.shortcut.prev_provider": "Sélectionner le fournisseur de données précédent", - "hex.builtin.task.querying_docs": "Interrogation des docs...", "hex.builtin.task.sending_statistics": "Envoi des statistiques...", "hex.builtin.task.check_updates": "Vérification des mises à jour...", "hex.builtin.task.exporting_data": "Exportation des données...", @@ -979,16 +978,12 @@ "hex.builtin.view.pattern_editor.replace_hint_history": " pour l'historique)", "hex.builtin.view.pattern_editor.settings": "Paramètres", "hex.builtin.view.pattern_editor.shortcut.goto_line": "Aller à la ligne...", - "hex.builtin.view.pattern_editor.shortcut.find": "Rechercher...", "hex.builtin.view.pattern_editor.shortcut.replace": "Remplacer...", - "hex.builtin.view.pattern_editor.shortcut.find_next": "Rechercher suivant", "hex.builtin.view.pattern_editor.shortcut.find_previous": "Rechercher précédent", "hex.builtin.view.pattern_editor.shortcut.match_case_toggle": "Activer/désactiver la recherche sensible à la casse", "hex.builtin.view.pattern_editor.shortcut.regex_toggle": "Activer/désactiver la recherche/remplacement par expression régulière", "hex.builtin.view.pattern_editor.shortcut.whole_word_toggle": "Activer/désactiver la recherche de mot entier", - "hex.builtin.view.pattern_editor.shortcut.save_project": "Sauvegarder le projet", "hex.builtin.view.pattern_editor.shortcut.open_project": "Ouvrir le projet...", - "hex.builtin.view.pattern_editor.shortcut.save_project_as": "Sauvegarder le projet sous...", "hex.builtin.view.pattern_editor.shortcut.copy": "Copier la sélection dans le presse-papiers", "hex.builtin.view.pattern_editor.shortcut.cut": "Copier la sélection dans le presse-papiers et la supprimer", "hex.builtin.view.pattern_editor.shortcut.paste": "Coller le contenu du presse-papiers à la position du curseur", @@ -1026,9 +1021,7 @@ "hex.builtin.view.pattern_editor.shortcut.move_bottom": "Déplacer le curseur à la fin du fichier", "hex.builtin.view.pattern_editor.shortcut.delete_word_left": "Supprimer un mot à gauche du curseur", "hex.builtin.view.pattern_editor.shortcut.delete_word_right": "Supprimer un mot à droite du curseur", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "Exécuter le modèle", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "Passer au débogueur", - "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "Continuer le débogueur", "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "Ajouter un point d'arrêt", "hex.builtin.view.pattern_editor.tooltip.parent_offset": "Décalage parent", "hex.builtin.view.pattern_editor.virtual_files": "Système de fichiers virtuel", @@ -1122,7 +1115,6 @@ "hex.builtin.welcome.help.repo.link": "https://imhex.werwolv.net/git", "hex.builtin.welcome.learn.achievements.title": "Réalisations", "hex.builtin.welcome.learn.achievements.desc": "Apprenez à utiliser ImHex en complétant toutes les réalisations", - "hex.builtin.welcome.learn.interactive_tutorials.title": "Tutoriels interactifs", "hex.builtin.welcome.learn.interactive_tutorials.desc": "Commencez rapidement en jouant les tutoriels", "hex.builtin.welcome.learn.latest.desc": "Lire le journal des modifications actuel d'ImHex", "hex.builtin.welcome.learn.latest.link": "https://github.com/WerWolv/ImHex/releases/latest", @@ -1156,4 +1148,4 @@ "hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest", "hex.builtin.welcome.update.title": "Nouvelle mise à jour disponible !", "hex.builtin.welcome.quick_settings.simplified": "Simplifié" -} \ No newline at end of file +} diff --git a/plugins/builtin/romfs/lang/hu_HU.json b/plugins/builtin/romfs/lang/hu_HU.json index 58f6ed338..6882f8a66 100644 --- a/plugins/builtin/romfs/lang/hu_HU.json +++ b/plugins/builtin/romfs/lang/hu_HU.json @@ -901,9 +901,7 @@ "hex.builtin.view.pattern_editor.replace_hint": "Csere", "hex.builtin.view.pattern_editor.replace_hint_history": " előzményekhez)", "hex.builtin.view.pattern_editor.settings": "Beállítások", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "Sablon futtatása", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "Debugger léptetése", - "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "Debugger folytatása", "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "Új breakpoint", "hex.builtin.view.pattern_editor.virtual_files": "Virtuális fájlrendszer", "hex.builtin.view.provider_settings.load_error": "Egy hiba lépett fel a forrás megnyitása során!", @@ -1028,4 +1026,4 @@ "hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest", "hex.builtin.welcome.update.title": "Elérhető egy új frissítés!", "hex.builtin.welcome.quick_settings.simplified": "Egyszerűsített" -} \ No newline at end of file +} diff --git a/plugins/builtin/romfs/lang/it_IT.json b/plugins/builtin/romfs/lang/it_IT.json index 7be853f4c..67c262179 100644 --- a/plugins/builtin/romfs/lang/it_IT.json +++ b/plugins/builtin/romfs/lang/it_IT.json @@ -842,7 +842,6 @@ "hex.builtin.information_section.info_analysis.plain_text": "", "hex.builtin.information_section.info_analysis.plain_text_percentage": "", "hex.builtin.information_section.provider_information": "", - "hex.builtin.view.information.region": "Regione Analizzata", "hex.builtin.view.logs.component": "", "hex.builtin.view.logs.log_level": "", "hex.builtin.view.logs.message": "", @@ -894,9 +893,7 @@ "hex.builtin.view.pattern_editor.replace_hint": "", "hex.builtin.view.pattern_editor.replace_hint_history": "", "hex.builtin.view.pattern_editor.settings": "Impostazioni", - "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "", "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "", "hex.builtin.view.pattern_editor.virtual_files": "", "hex.builtin.view.provider_settings.load_error": "", @@ -1002,4 +999,4 @@ "hex.builtin.welcome.update.desc": "ImHex {0} è appena stato rilasciato!", "hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest", "hex.builtin.welcome.update.title": "Nuovo aggiornamento disponibile!" -} \ No newline at end of file +} diff --git a/plugins/builtin/romfs/lang/ja_JP.json b/plugins/builtin/romfs/lang/ja_JP.json index 1945491d8..e403e9f2e 100644 --- a/plugins/builtin/romfs/lang/ja_JP.json +++ b/plugins/builtin/romfs/lang/ja_JP.json @@ -842,7 +842,6 @@ "hex.builtin.information_section.info_analysis.plain_text": "", "hex.builtin.information_section.info_analysis.plain_text_percentage": "", "hex.builtin.information_section.provider_information": "", - "hex.builtin.view.information.region": "解析する領域", "hex.builtin.view.logs.component": "", "hex.builtin.view.logs.log_level": "", "hex.builtin.view.logs.message": "", @@ -894,9 +893,7 @@ "hex.builtin.view.pattern_editor.replace_hint": "", "hex.builtin.view.pattern_editor.replace_hint_history": "", "hex.builtin.view.pattern_editor.settings": "設定", - "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "", "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "", "hex.builtin.view.pattern_editor.virtual_files": "", "hex.builtin.view.provider_settings.load_error": "ファイルを開く際にエラーが発生しました。", @@ -1002,4 +999,4 @@ "hex.builtin.welcome.update.desc": "ImHex {0} がリリースされました。", "hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest", "hex.builtin.welcome.update.title": "新しいアップデートが利用可能です。" -} \ No newline at end of file +} diff --git a/plugins/builtin/romfs/lang/ko_KR.json b/plugins/builtin/romfs/lang/ko_KR.json index 40252d22a..d5c9a9992 100644 --- a/plugins/builtin/romfs/lang/ko_KR.json +++ b/plugins/builtin/romfs/lang/ko_KR.json @@ -842,7 +842,6 @@ "hex.builtin.information_section.info_analysis.plain_text": "이 데이터는 일반 텍스트일 가능성이 높습니다.", "hex.builtin.information_section.info_analysis.plain_text_percentage": "일반 텍스트 비율", "hex.builtin.information_section.provider_information": "공급자 정보", - "hex.builtin.view.information.region": "분석한 영역", "hex.builtin.view.logs.component": "컴포넌트", "hex.builtin.view.logs.log_level": "로그 수준", "hex.builtin.view.logs.message": "메시지", @@ -894,9 +893,7 @@ "hex.builtin.view.pattern_editor.replace_hint": "", "hex.builtin.view.pattern_editor.replace_hint_history": "", "hex.builtin.view.pattern_editor.settings": "설정", - "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "중단점 추가", "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "컨티뉴 디버거", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "패턴 실행", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "스텝 디버거", "hex.builtin.view.pattern_editor.virtual_files": "", "hex.builtin.view.provider_settings.load_error": "이 공급자를 여는 동안 오류가 발생했습니다!", @@ -1002,4 +999,4 @@ "hex.builtin.welcome.update.desc": "ImHex {0}이(가) 출시되었습니다!", "hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest", "hex.builtin.welcome.update.title": "새 업데이트를 사용할 수 있습니다!" -} \ No newline at end of file +} diff --git a/plugins/builtin/romfs/lang/pl_PL.json b/plugins/builtin/romfs/lang/pl_PL.json index 9f0d43e91..cab654c82 100644 --- a/plugins/builtin/romfs/lang/pl_PL.json +++ b/plugins/builtin/romfs/lang/pl_PL.json @@ -998,17 +998,13 @@ "hex.builtin.view.pattern_editor.replace_hint": "Zamień", "hex.builtin.view.pattern_editor.replace_hint_history": " dla historii)", "hex.builtin.view.pattern_editor.settings": "Ustawienia", - "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "Dodaj punkt przerwania", "hex.builtin.view.pattern_editor.shortcut.backspace": "Usuń jeden znak na lewo od kursora", - "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "Kontynuuj debugger", "hex.builtin.view.pattern_editor.shortcut.copy": "Kopiuj zaznaczenie do schowka", "hex.builtin.view.pattern_editor.shortcut.cut": "Kopiuj zaznaczenie do schowka i usuń", "hex.builtin.view.pattern_editor.shortcut.delete": "Usuń jeden znak w pozycji kursora", "hex.builtin.view.pattern_editor.shortcut.delete_word_left": "Usuń jedno słowo na lewo od kursora", "hex.builtin.view.pattern_editor.shortcut.delete_word_right": "Usuń jedno słowo na prawo od kursora", - "hex.builtin.view.pattern_editor.shortcut.find": "Szukaj ...", "hex.builtin.view.pattern_editor.shortcut.find_next": "Znajdź następny", - "hex.builtin.view.pattern_editor.shortcut.find_previous": "Znajdź poprzedni", "hex.builtin.view.pattern_editor.shortcut.goto_line": "Idź do linii ...", "hex.builtin.view.pattern_editor.shortcut.match_case_toggle": "Przełącz wyszukiwanie z uwzględnieniem wielkości liter", "hex.builtin.view.pattern_editor.shortcut.move_bottom": "Przesuń kursor do końca pliku", @@ -1025,13 +1021,10 @@ "hex.builtin.view.pattern_editor.shortcut.move_up": "Przesuń kursor o jedną linię w górę", "hex.builtin.view.pattern_editor.shortcut.move_word_left": "Przesuń kursor o jedno słowo na lewo", "hex.builtin.view.pattern_editor.shortcut.move_word_right": "Przesuń kursor o jedno słowo na prawo", - "hex.builtin.view.pattern_editor.shortcut.open_project": "Otwórz projekt ...", "hex.builtin.view.pattern_editor.shortcut.paste": "Wklej zawartość schowka w pozycji kursora", "hex.builtin.view.pattern_editor.menu.edit.redo": "Ponów", "hex.builtin.view.pattern_editor.shortcut.regex_toggle": "Przełącz wyszukiwanie/zamianę wyrażeń regularnych", - "hex.builtin.view.pattern_editor.shortcut.replace": "Zamień ...", "hex.builtin.view.pattern_editor.shortcut.run_pattern": "Uruchom wzorzec", - "hex.builtin.view.pattern_editor.shortcut.save_project": "Zapisz projekt", "hex.builtin.view.pattern_editor.shortcut.save_project_as": "Zapisz projekt jako ...", "hex.builtin.view.pattern_editor.shortcut.select_all": "Zaznacz cały plik", "hex.builtin.view.pattern_editor.shortcut.select_bottom": "Rozszerz zaznaczenie do końca pliku", @@ -1046,7 +1039,6 @@ "hex.builtin.view.pattern_editor.shortcut.select_up": "Rozszerz zaznaczenie o jedną linię w górę od kursora", "hex.builtin.view.pattern_editor.shortcut.select_word_left": "Rozszerz zaznaczenie o jedno słowo na lewo od kursora", "hex.builtin.view.pattern_editor.shortcut.select_word_right": "Rozszerz zaznaczenie o jedno słowo na prawo od kursora", - "hex.builtin.view.pattern_editor.shortcut.step_debugger": "Krok debuggera", "hex.builtin.view.pattern_editor.shortcut.toggle_insert": "Przełącz przepisywanie", "hex.builtin.view.pattern_editor.menu.edit.undo": "Cofnij", "hex.builtin.view.pattern_editor.shortcut.whole_word_toggle": "Przełącz wyszukiwanie całych słów", diff --git a/plugins/builtin/romfs/lang/pt_BR.json b/plugins/builtin/romfs/lang/pt_BR.json index 70acf3ae8..5d63dd9d8 100644 --- a/plugins/builtin/romfs/lang/pt_BR.json +++ b/plugins/builtin/romfs/lang/pt_BR.json @@ -842,7 +842,6 @@ "hex.builtin.information_section.info_analysis.plain_text": "", "hex.builtin.information_section.info_analysis.plain_text_percentage": "", "hex.builtin.information_section.provider_information": "", - "hex.builtin.view.information.region": "Região analizada", "hex.builtin.view.logs.component": "", "hex.builtin.view.logs.log_level": "", "hex.builtin.view.logs.message": "", @@ -894,9 +893,7 @@ "hex.builtin.view.pattern_editor.replace_hint": "", "hex.builtin.view.pattern_editor.replace_hint_history": "", "hex.builtin.view.pattern_editor.settings": "Configurações", - "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "", "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "", "hex.builtin.view.pattern_editor.virtual_files": "", "hex.builtin.view.provider_settings.load_error": "", @@ -1002,4 +999,4 @@ "hex.builtin.welcome.update.desc": "ImHex {0} acabou de lançar!", "hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest", "hex.builtin.welcome.update.title": "Nova atualização disponivel!" -} \ No newline at end of file +} diff --git a/plugins/builtin/romfs/lang/ru_RU.json b/plugins/builtin/romfs/lang/ru_RU.json index d1ee4b5cf..5dda5f31b 100644 --- a/plugins/builtin/romfs/lang/ru_RU.json +++ b/plugins/builtin/romfs/lang/ru_RU.json @@ -450,17 +450,11 @@ "hex.builtin.setting.folders.add_folder": "Добавить папку", "hex.builtin.setting.folders.description": "Укажите дополнительные пути для поиска шаблонов, скриптов, правил Yara и т.д.", "hex.builtin.setting.folders.remove_folder": "Удалить выделенную папку из списка", - "hex.builtin.setting.font": "Шрифт", "hex.builtin.setting.font.glyphs": "Глифы", - "hex.builtin.setting.font.custom_font": "Пользовательский шрифт", "hex.builtin.setting.font.custom_font_enable": "Использовать пользовательский шрифт", - "hex.builtin.setting.font.custom_font_info": "Данные настройки доступны только для пользовательских шрифтов.", "hex.builtin.setting.font.font_bold": "Жирный", - "hex.builtin.setting.font.font_italic": "Курсив", "hex.builtin.setting.font.font_antialias": "Сглаживание", - "hex.builtin.setting.font.font_path": "Шрифт", "hex.builtin.setting.font.pixel_perfect_default_font": "Использовать Pixel-Perfect шрифт по умолчанию.", - "hex.builtin.setting.font.font_size": "Размер шрифта", "hex.builtin.setting.font.font_size.tooltip": "Размер шрифта может быть изменён только когда выбран свой шрифт.\n\nЭто связано с тем, что ImHex использует шрифт с pixel-perfect bitmap по умолчанию. Масштабирование по нецелочисленным значениям делает его более размытым.", "hex.builtin.setting.general": "Основное", "hex.builtin.setting.general.patterns": "Шаблоны", @@ -477,7 +471,6 @@ "hex.builtin.setting.general.show_tips": "Показывать подсказки на загрузочном экране", "hex.builtin.setting.general.sync_pattern_source": "Синхронизировать код шаблона с несколькими источниками", "hex.builtin.setting.general.upload_crash_logs": "Отправлять отчёты об ошибках", - "hex.builtin.setting.font.load_all_unicode_chars": "Загружать все символы unicode", "hex.builtin.setting.hex_editor": "Hex редактор", "hex.builtin.setting.hex_editor.byte_padding": "Доп. смещение ячейки байт", "hex.builtin.setting.hex_editor.bytes_per_row": "Байт в строке", @@ -950,16 +943,12 @@ "hex.builtin.view.pattern_editor.replace_hint": "Заменить", "hex.builtin.view.pattern_editor.replace_hint_history": " для истории)", "hex.builtin.view.pattern_editor.settings": "Настройки", - "hex.builtin.view.pattern_editor.shortcut.find": "Поиск", "hex.builtin.view.pattern_editor.shortcut.replace": "Заменить", - "hex.builtin.view.pattern_editor.shortcut.find_next": "Найти далее", "hex.builtin.view.pattern_editor.shortcut.find_previous": "Найти ранее", "hex.builtin.view.pattern_editor.shortcut.match_case_toggle": "Переключить поиск с учётом регистра", "hex.builtin.view.pattern_editor.shortcut.regex_toggle": "Переключить поиск/замену с Regex", "hex.builtin.view.pattern_editor.shortcut.whole_word_toggle": "Переключить поиск по целому слову", - "hex.builtin.view.pattern_editor.shortcut.save_project": "Сохранить проект", "hex.builtin.view.pattern_editor.shortcut.open_project": "Открыть проект", - "hex.builtin.view.pattern_editor.shortcut.save_project_as": "Сохранить проект как", "hex.builtin.view.pattern_editor.shortcut.copy": "Копировать выделение", "hex.builtin.view.pattern_editor.shortcut.cut": "Вырезать выделение", "hex.builtin.view.pattern_editor.shortcut.paste": "Вставить", @@ -995,9 +984,7 @@ "hex.builtin.view.pattern_editor.shortcut.move_bottom": "Переместить курсор в конец файла", "hex.builtin.view.pattern_editor.shortcut.delete_word_left": "Удалить одно слово слева", "hex.builtin.view.pattern_editor.shortcut.delete_word_right": "Удалить одно слово справа", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "Запустить шаблон", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "Шаг отладчика", - "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "Продолжить выполнение отладчика", "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "Добавить точку останова", "hex.builtin.view.pattern_editor.tooltip.parent_offset": "Смещение родителя", "hex.builtin.view.pattern_editor.virtual_files": "Виртуальная файловая система", diff --git a/plugins/builtin/romfs/lang/zh_CN.json b/plugins/builtin/romfs/lang/zh_CN.json index e0ac4326b..9ae3ae029 100644 --- a/plugins/builtin/romfs/lang/zh_CN.json +++ b/plugins/builtin/romfs/lang/zh_CN.json @@ -982,16 +982,12 @@ "hex.builtin.view.pattern_editor.replace_hint_history": "历史", "hex.builtin.view.pattern_editor.settings": "设置", "hex.builtin.view.pattern_editor.shortcut.goto_line": "跳转到行...", - "hex.builtin.view.pattern_editor.shortcut.find": "查找...", "hex.builtin.view.pattern_editor.shortcut.replace": "替换...", - "hex.builtin.view.pattern_editor.shortcut.find_next": "查找下一个", "hex.builtin.view.pattern_editor.shortcut.find_previous": "查找上一个", "hex.builtin.view.pattern_editor.shortcut.match_case_toggle": "切换区分大小写查找", "hex.builtin.view.pattern_editor.shortcut.regex_toggle": "切换正则表达式查找/替换", "hex.builtin.view.pattern_editor.shortcut.whole_word_toggle": "切换全词匹配查找", - "hex.builtin.view.pattern_editor.shortcut.save_project": "保存项目", "hex.builtin.view.pattern_editor.shortcut.open_project": "打开项目...", - "hex.builtin.view.pattern_editor.shortcut.save_project_as": "另存项目为...", "hex.builtin.view.pattern_editor.shortcut.copy": "复制选区到剪贴板", "hex.builtin.view.pattern_editor.shortcut.cut": "剪切选区到剪贴板", "hex.builtin.view.pattern_editor.shortcut.paste": "在光标处粘贴剪贴板内容", @@ -1029,9 +1025,7 @@ "hex.builtin.view.pattern_editor.shortcut.move_bottom": "移动光标至文件末尾", "hex.builtin.view.pattern_editor.shortcut.delete_word_left": "删除光标左侧的单词", "hex.builtin.view.pattern_editor.shortcut.delete_word_right": "删除光标右侧的单词", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "运行模式", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "单步调试", - "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "继续调试", "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "添加断点", "hex.builtin.view.pattern_editor.tooltip.parent_offset": "父偏移", "hex.builtin.view.pattern_editor.virtual_files": "虚拟文件系统", diff --git a/plugins/builtin/romfs/lang/zh_TW.json b/plugins/builtin/romfs/lang/zh_TW.json index 59078c2f3..876736a1c 100644 --- a/plugins/builtin/romfs/lang/zh_TW.json +++ b/plugins/builtin/romfs/lang/zh_TW.json @@ -842,7 +842,6 @@ "hex.builtin.information_section.info_analysis.plain_text": "此資料很有可能是純文字。", "hex.builtin.information_section.info_analysis.plain_text_percentage": "純文字比例", "hex.builtin.information_section.provider_information": "提供者資訊", - "hex.builtin.view.information.region": "Analyzed region", "hex.builtin.view.logs.component": "Component", "hex.builtin.view.logs.log_level": "記錄等級", "hex.builtin.view.logs.message": "訊息", @@ -894,9 +893,7 @@ "hex.builtin.view.pattern_editor.replace_hint": "", "hex.builtin.view.pattern_editor.replace_hint_history": "", "hex.builtin.view.pattern_editor.settings": "設定", - "hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "", "hex.builtin.view.pattern_editor.shortcut.continue_debugger": "", - "hex.builtin.view.pattern_editor.shortcut.run_pattern": "", "hex.builtin.view.pattern_editor.shortcut.step_debugger": "", "hex.builtin.view.pattern_editor.virtual_files": "", "hex.builtin.view.provider_settings.load_error": "An error occurred while trying to open this provider!", @@ -1002,4 +999,4 @@ "hex.builtin.welcome.update.desc": "ImHex {0} 發布了!", "hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest", "hex.builtin.welcome.update.title": "有可用更新!" -} \ No newline at end of file +} diff --git a/plugins/fonts/romfs/lang/ru.json b/plugins/fonts/romfs/lang/ru.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/fonts/romfs/lang/ru.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/de.json b/plugins/remote/romfs/lang/de.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/de.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/es.json b/plugins/remote/romfs/lang/es.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/es.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/fr.json b/plugins/remote/romfs/lang/fr.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/fr.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/hu.json b/plugins/remote/romfs/lang/hu.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/hu.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/it.json b/plugins/remote/romfs/lang/it.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/it.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/ja.json b/plugins/remote/romfs/lang/ja.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/ja.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/ko.json b/plugins/remote/romfs/lang/ko.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/ko.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/pl.json b/plugins/remote/romfs/lang/pl.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/pl.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/pt_BR.json b/plugins/remote/romfs/lang/pt_BR.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/pt_BR.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/ru.json b/plugins/remote/romfs/lang/ru.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/ru.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/zh_Hans.json b/plugins/remote/romfs/lang/zh_Hans.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/zh_Hans.json @@ -0,0 +1 @@ +{} diff --git a/plugins/remote/romfs/lang/zh_Hant.json b/plugins/remote/romfs/lang/zh_Hant.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/remote/romfs/lang/zh_Hant.json @@ -0,0 +1 @@ +{} diff --git a/plugins/script_loader/romfs/lang/es.json b/plugins/script_loader/romfs/lang/es.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/script_loader/romfs/lang/es.json @@ -0,0 +1 @@ +{} diff --git a/plugins/script_loader/romfs/lang/it.json b/plugins/script_loader/romfs/lang/it.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/script_loader/romfs/lang/it.json @@ -0,0 +1 @@ +{} diff --git a/plugins/script_loader/romfs/lang/ja.json b/plugins/script_loader/romfs/lang/ja.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/script_loader/romfs/lang/ja.json @@ -0,0 +1 @@ +{} diff --git a/plugins/script_loader/romfs/lang/ko.json b/plugins/script_loader/romfs/lang/ko.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/script_loader/romfs/lang/ko.json @@ -0,0 +1 @@ +{} diff --git a/plugins/script_loader/romfs/lang/pt_BR.json b/plugins/script_loader/romfs/lang/pt_BR.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/script_loader/romfs/lang/pt_BR.json @@ -0,0 +1 @@ +{} diff --git a/plugins/windows/romfs/lang/es.json b/plugins/windows/romfs/lang/es.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/windows/romfs/lang/es.json @@ -0,0 +1 @@ +{} diff --git a/plugins/windows/romfs/lang/it.json b/plugins/windows/romfs/lang/it.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/windows/romfs/lang/it.json @@ -0,0 +1 @@ +{} diff --git a/plugins/windows/romfs/lang/ja.json b/plugins/windows/romfs/lang/ja.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/plugins/windows/romfs/lang/ja.json @@ -0,0 +1 @@ +{}