1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-19 13:33:39 +01:00

Fix delete_cheats translation for spanish language. (#235)

This commit is contained in:
xjose93 2023-02-10 18:57:13 +01:00 committed by GitHub
parent c8073812d4
commit 6e61ca97f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@
"cheatfile_label": "Aquí están los trucos listados en el archivo {}", "cheatfile_label": "Aquí están los trucos listados en el archivo {}",
"not_found": "No se pudieron encontrar trucos para este juego.", "not_found": "No se pudieron encontrar trucos para este juego.",
"show_existing": "Mostrar existente", "show_existing": "Mostrar existente",
"delete_cheats": "Borrar trucos para esre juego", "delete_cheats": "Borrar trucos para este juego",
"deletion_error": "No se pudieron borrar los trucos para el juego con ID:\n{}", "deletion_error": "No se pudieron borrar los trucos para el juego con ID:\n{}",
"show_cheat_files": "Mostrar todos los trucos", "show_cheat_files": "Mostrar todos los trucos",
"cheats_not_found": "No se pudieron encontrar trucos que concuerden con esta build ID.", "cheats_not_found": "No se pudieron encontrar trucos que concuerden con esta build ID.",
@ -211,4 +211,4 @@
"zh-Hant": "Traditional Chinese (zh-Hant)", "zh-Hant": "Traditional Chinese (zh-Hant)",
"zh-Hans": "Simplified Chinese (zh-Hans)" "zh-Hans": "Simplified Chinese (zh-Hans)"
} }
} }