mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
show expected ROM source if patch can validate source, for issue #69
This commit is contained in:
parent
0992132c57
commit
c1293bb3ed
8 changed files with 91 additions and 9 deletions
14
js/locale.js
14
js/locale.js
|
@ -9,6 +9,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Apply patch',
|
||||
'rom_file': 'ROM file:',
|
||||
'patch_file': 'Patch file:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': 'Remove header',
|
||||
'add_header': 'Add temporary header',
|
||||
'compatible_formats': 'Compatible formats:',
|
||||
|
@ -41,6 +42,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Aplicar parche',
|
||||
'rom_file': 'Archivo ROM:',
|
||||
'patch_file': 'Archivo parche:',
|
||||
'expected_source': '%s esperado de ROM:',
|
||||
'remove_header': 'Quitar cabecera',
|
||||
'add_header': 'Añadir cabecera temporal',
|
||||
'compatible_formats': 'Formatos compatibles:',
|
||||
|
@ -72,6 +74,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Pas patch toe',
|
||||
'rom_file': 'ROM bestand:',
|
||||
'patch_file': 'Patch bestand:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': 'Verwijder rubriek',
|
||||
'add_header': 'Voeg tijdelijk rubriek toe',
|
||||
'compatible_formats': 'Compatibele formaten:',
|
||||
|
@ -102,6 +105,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Tillämpa korrigeringsfil',
|
||||
'rom_file': 'ROM-fil:',
|
||||
'patch_file': 'Korrigeringsfil:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': 'Ta bort rubrik',
|
||||
'add_header': 'Lägg till tillfällig rubrik',
|
||||
'compatible_formats': 'Kompatibla format:',
|
||||
|
@ -132,6 +136,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Aplicar pedaç',
|
||||
'rom_file': 'Arxiu ROM:',
|
||||
'patch_file': 'Arxiu pedaç:',
|
||||
'expected_source': '%s esperat de ROM:',
|
||||
'remove_header': 'Treure capçalera',
|
||||
'add_header': 'Afegir capçalera temporal',
|
||||
'compatible_formats': 'Formats compatibles:',
|
||||
|
@ -162,6 +167,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Aplicar pedaç',
|
||||
'rom_file': 'Arxiu ROM:',
|
||||
'patch_file': 'Arxiu pedaç:',
|
||||
'expected_source': '%s esperat de ROM:',
|
||||
'remove_header': 'Llevar capçalera',
|
||||
'add_header': 'Afegir capçalera temporal',
|
||||
'compatible_formats': 'Formats compatibles:',
|
||||
|
@ -192,6 +198,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Применить патч',
|
||||
'rom_file': 'Файл ROM:',
|
||||
'patch_file': 'Файл патча:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': 'Удалить заголовок перед применением',
|
||||
'add_header': 'Добавить временный заголовок',
|
||||
'compatible_formats': 'Совместимые форматы:',
|
||||
|
@ -223,6 +230,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Patch anwenden',
|
||||
'rom_file': 'ROM-Datei:',
|
||||
'patch_file': 'Patch-Datei:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': 'Header entfernen',
|
||||
'add_header': 'Header temporär hinzufügen',
|
||||
'compatible_formats': 'Unterstützte Formate:',
|
||||
|
@ -255,6 +263,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Aplicar patch',
|
||||
'rom_file': 'Arquivo da ROM:',
|
||||
'patch_file': 'Arquivo do patch:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': 'Remover cabeçalho',
|
||||
'add_header': 'Adicionar cabeçalho temporário',
|
||||
'compatible_formats': 'Formatos compatíveis:',
|
||||
|
@ -286,6 +295,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'パッチを当て',
|
||||
'rom_file': 'ROMファィル:',
|
||||
'patch_file': 'パッチファイル:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': 'ヘッダーを削除',
|
||||
'add_header': '一時的なヘッダーを追加',
|
||||
'compatible_formats': '互換性のあるフォーマット:',
|
||||
|
@ -316,6 +326,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Appliquer le patch',
|
||||
'rom_file': 'Fichier ROM:',
|
||||
'patch_file': 'Fichier patch:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': 'Supprimer l\'en-tête',
|
||||
'add_header': 'Ajouter une en-tête temporaire',
|
||||
'compatible_formats': 'Formats compatibles:',
|
||||
|
@ -346,6 +357,7 @@ const LOCALIZATION={
|
|||
'apply_patch': '打补丁',
|
||||
'rom_file': 'ROM文件:',
|
||||
'patch_file': '补丁文件:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': '删除文件头',
|
||||
'add_header': '增加临时文件头',
|
||||
'compatible_formats': '兼容补丁格式:',
|
||||
|
@ -377,6 +389,7 @@ const LOCALIZATION={
|
|||
'apply_patch': '套用patch',
|
||||
'rom_file': 'ROM檔:',
|
||||
'patch_file': 'patch檔:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': '刪除檔頭',
|
||||
'add_header': '增加臨時檔頭',
|
||||
'compatible_formats': '相容格式:',
|
||||
|
@ -407,6 +420,7 @@ const LOCALIZATION={
|
|||
'apply_patch': 'Applica patch',
|
||||
'rom_file': 'File ROM:',
|
||||
'patch_file': 'File patch:',
|
||||
'expected_source': 'Expected ROM %s:',
|
||||
'remove_header': 'Rimuovi header',
|
||||
'add_header': 'Aggiungi header temporaneo',
|
||||
'compatible_formats': 'Formati:',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue