Created
June 24, 2018 23:38
-
-
Save DmACKGL/08d2416d86ec70f753e108d7e6fba919 to your computer and use it in GitHub Desktop.
Spanish Locale Salien-Bot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"LOCALE_CODE": "es-CL", | |
"LOCALE_NAME": "Español - Chile", | |
"DIFFICULTIES": { | |
"UNKNOWN": "Desconocido", | |
"EASY": "Facil", | |
"MEDIUM": "Intermedio", | |
"HARD": "Dificil", | |
"BOSS": "Jefe" | |
}, | |
"ERR_NO_DIFFICULTY": "Sin dificultad?!", | |
"RUNNING_FOR_TITLE": "Corriendo hace", | |
"TIMER_COUNTDOWN": "{days, plural, =0{} one{# day } other{# dias }}{hours, plural, =0{} one{# hora } other{# horas }}{minutes, plural, =0{} one{# minuto } other{# minutos }}{seconds, plural, =0{} one{# segundo} other{# segundos}}", | |
"CURRENT_LEVEL_TITLE": "Nivel Actual", | |
"CURRENT_LEVEL_DESC": "{level} ({score} / {next_level_score})", | |
"EXP_SINCE_START_TITLE": "EXP detectada al iniciar", | |
"EXP_SINCE_START_DESC": "{exp, number} EXP", | |
"ESTIMATED_EXP_PER_HOUR_TITLE": "EXP estimada por hora", | |
"ESTIMATED_EXP_PER_HOUR_DESC": "{exp, number} EXP", | |
"CURRENT_PLANET_TITLE": "Planeta actual", | |
"CURRENT_PLANET_DESC": "{planet_name} [{capture_progress, number, percent}] (ID: {id})", | |
"CURRENT_ZONE_TITLE": "Zona actual", | |
"CURRENT_ZONE_DESC": "({zoneX}, {zoneY}) (ID: {zoneIdx}) | Dificultad: {difficulty_name}", | |
"ROUND_TIME_LEFT_TITLE": "Tiempo restante (Ronda)", | |
"NEXT_LEVEL_UP_TITLE": "Siguiente subida de nivel", | |
"NEXT_LEVEL_UP_DESC": "{timestamp, date, long} a las {timestamp, time, medium}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment