mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
Update locale.js
Añadido idioma valenciano
This commit is contained in:
parent
c7e42504fd
commit
c1ef0aa26f
1 changed files with 27 additions and 0 deletions
27
js/locale.js
27
js/locale.js
|
@ -150,6 +150,33 @@ const LOCALIZATION={
|
|||
'error_invalid_patch': 'Arxiu de pedaç no vàlid',
|
||||
'warning_too_big': 'No es recomana usar arxius molt grans.'
|
||||
},
|
||||
'val':{
|
||||
'creator_mode': 'Mode creador',
|
||||
|
||||
'apply_patch': 'Aplicar pedaç',
|
||||
'rom_file': 'Arxiu ROM:',
|
||||
'patch_file': 'Arxiu pedaç:',
|
||||
'remove_header': 'Traure capçalera',
|
||||
'add_header': 'Afegir capçalera temporal',
|
||||
'compatible_formats': 'Formats compatibles:',
|
||||
'applying_patch': 'Aplicant pedaç...',
|
||||
'downloading': 'Descarregant...',
|
||||
'unzipping': 'Descomprimint...',
|
||||
|
||||
'create_patch': 'Crear pedaç',
|
||||
'original_rom': 'ROM original:',
|
||||
'modified_rom': 'ROM modificada:',
|
||||
'patch_type': 'Tipus de pedaç:',
|
||||
'creating_patch': 'Creant pedaç...',
|
||||
|
||||
'error_crc_input': 'Checksum de ROM original incorrecta',
|
||||
'error_crc_output': 'Checksum de ROM creada incorrecta',
|
||||
'error_crc_patch': 'Checksum de pedaç incorrecta',
|
||||
'error_downloading': 'Error descarregant pedaç',
|
||||
'error_unzipping': 'Error descomprimint arxiu',
|
||||
'error_invalid_patch': 'Arxiu de pedaç no vàlid',
|
||||
'warning_too_big': 'No és recomanable usar arxius molt grans.'
|
||||
},
|
||||
'ru':{
|
||||
'creator_mode': 'Режим создания',
|
||||
'settings': 'Settings',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue