mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
Add files via upload
This commit is contained in:
parent
c1ef0aa26f
commit
ae93c0e88e
1 changed files with 10 additions and 7 deletions
13
js/locale.js
13
js/locale.js
|
@ -152,11 +152,14 @@ const LOCALIZATION={
|
|||
},
|
||||
'val':{
|
||||
'creator_mode': 'Mode creador',
|
||||
'settings': 'Configuració',
|
||||
'alternate_output_name': 'Guardar amb nom del pedaç',
|
||||
'light_theme': 'Tema clar',
|
||||
|
||||
'apply_patch': 'Aplicar pedaç',
|
||||
'rom_file': 'Arxiu ROM:',
|
||||
'patch_file': 'Arxiu pedaç:',
|
||||
'remove_header': 'Traure capçalera',
|
||||
'remove_header': 'Llevar capçalera',
|
||||
'add_header': 'Afegir capçalera temporal',
|
||||
'compatible_formats': 'Formats compatibles:',
|
||||
'applying_patch': 'Aplicant pedaç...',
|
||||
|
@ -171,11 +174,11 @@ const LOCALIZATION={
|
|||
|
||||
'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_crc_patch': 'Checksum de pedaç incorrecte',
|
||||
'error_downloading': 'Error descarregant %s',
|
||||
'error_unzipping': 'Error descomprimint arxiu',
|
||||
'error_invalid_patch': 'Arxiu de pedaç no vàlid',
|
||||
'warning_too_big': 'No és recomanable usar arxius molt grans.'
|
||||
'error_invalid_patch': 'Arxiu de pedaç incorrecte',
|
||||
'warning_too_big': 'No és recomanable utilitzar arxius molt grans.'
|
||||
},
|
||||
'ru':{
|
||||
'creator_mode': 'Режим создания',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue