1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

Merge pull request #27 from Natizyskunk/master

Update locale.js
This commit is contained in:
Marc Robledo 2021-04-23 12:43:22 +02:00 committed by GitHub
commit c7890d29a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,5 +187,32 @@ const LOCALIZATION={
'error_unzipping': 'パッチの解凍エラー',
'error_invalid_patch': '無効なパッチエラー',
'warning_too_big': '大きなファイルの使いはおすすめしない。'
},
'fr':{
'creator_mode': 'Mode créateur',
'apply_patch': 'Appliquer le patch',
'rom_file': 'Fichier ROM:',
'patch_file': 'fichier patch:',
'remove_header': 'supprimer l\'en-tête',
'add_header': 'Ajouter une en-tête temporaire',
'compatible_formats': 'Formats compatibles:',
'applying_patch': 'Application du patch...',
'downloading': 'Téléchargement...',
'unzipping': 'Décompresser...',
'create_patch': 'Créer le patch',
'original_rom': 'ROM originale:',
'modified_rom': 'ROM modifiée:',
'patch_type': 'Type de patch:',
'creating_patch': 'Création du patch...',
'error_crc_input': 'Non-concordance de la somme de contrôle de la ROM source',
'error_crc_output': 'Non-concordance de la somme de contrôle de la ROM cible',
'error_crc_patch': 'Non-concordance de la somme de contrôle du patch',
'error_downloading': 'Erreur lors du téléchargement du patch',
'error_unzipping': 'Erreur lors de la décompression du fichier',
'error_invalid_patch': 'Fichier patch invalide',
'warning_too_big': 'L\'utilisation de gros fichiers n\'est pas recommandée.'
}
};