mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Compare commits
3 commits
72c35cb2f3
...
31e3426ad1
Author | SHA1 | Date | |
---|---|---|---|
|
31e3426ad1 | ||
|
715afdd79d | ||
|
e7c6b2101d |
2 changed files with 57 additions and 27 deletions
|
@ -1,30 +1,30 @@
|
|||
{
|
||||
"loading_screen_start": "Starting ArmCord…",
|
||||
"loading_screen_offline": "You appear to be offline. Please connect to the Internet and try again.",
|
||||
"loading_screen_update": "A new version of ArmCord is available. Please update to the latest version.",
|
||||
"setup_question1": "Select what kind of setup you want to perform:",
|
||||
"yes": "Yes",
|
||||
"setup_question2": "Choose your Discord channel/instance:",
|
||||
"setup_question3": "Should ArmCord handle client mods installation?",
|
||||
"setup_question1_answer1": "Express setup",
|
||||
"setup_question1_answer2": "Full setup",
|
||||
"setup_offline": "You appear to be offline. Please connect to the Internet and restart the ArmCord setup.",
|
||||
"loading_screen_start": "Cargando ArmCord…",
|
||||
"loading_screen_offline": "Parece que no estás conectado a la Internet. Por favor conectate e intentalo de nuevo.",
|
||||
"loading_screen_update": "Una nueva version de ArmCord está disponible. Por favor actualiza a la última version.",
|
||||
"setup_question1": "Escoge que tipo de instalación quieres hacer:",
|
||||
"yes": "Sí",
|
||||
"setup_question2": "Escoge tu version de Discord:",
|
||||
"setup_question3": "Dejar que ArmCord se encargue de la instalacion de modificaciones?",
|
||||
"setup_question1_answer1": "Instalación rápida",
|
||||
"setup_question1_answer2": "Instalación completa",
|
||||
"setup_offline": "Parece que no estás conectado a la Internet. Por favor conectate a la Internet e reinicia el instalador de ArmCord.",
|
||||
"no": "No",
|
||||
"next": "Next",
|
||||
"setup_question4": "Select a client mod you want to install:",
|
||||
"setup_question4_clientmodnotice": "Why not all of them? Having many client mods at the same time can cause issues. If you really want to do it though, check our Discord.",
|
||||
"settings-theme": "ArmCord theme:",
|
||||
"settings-theme-default": "Default",
|
||||
"settings-theme-native": "Native",
|
||||
"settings-tray": "Minimize to tray",
|
||||
"settings-patches": "Automatic Patches",
|
||||
"settings-channel": "Discord channel:",
|
||||
"settings-invitewebsocket": "Invite Websocket",
|
||||
"settings-mod": "Client mod:",
|
||||
"settings-prfmMode": "Performance mode:",
|
||||
"settings-prfmMode-performance": "Performance",
|
||||
"settings-prfmMode-battery": "Battery",
|
||||
"settings-none": "None",
|
||||
"settings-save": "Save settings",
|
||||
"settings-updater": "Check for updates"
|
||||
"next": "Siguiente",
|
||||
"setup_question4": "Selecciona una modificación que te gustaría instalar:",
|
||||
"setup_question4_clientmodnotice": "Por qué no instalar todas las modificaciones? Tener varias modificaciones a la vez puede causar problemas. Si realmente quieres hacerlo, puedes unirte a nuestro Discord.",
|
||||
"settings-theme": "Tema de ArmCord:",
|
||||
"settings-theme-default": "Por Defecto",
|
||||
"settings-theme-native": "Nativa",
|
||||
"settings-tray": "Minimizar a la barra de tareas",
|
||||
"settings-patches": "Automatizar Parches",
|
||||
"settings-channel": "Version de Discord:",
|
||||
"settings-invitewebsocket": "Websocket de Invitación",
|
||||
"settings-mod": "Modificación:",
|
||||
"settings-prfmMode": "Modo de Rendimiento:",
|
||||
"settings-prfmMode-performance": "Rendimiento",
|
||||
"settings-prfmMode-battery": "Batería",
|
||||
"settings-none": "Ninguna",
|
||||
"settings-save": "Guardar ajustes",
|
||||
"settings-updater": "Buscar una actualización"
|
||||
}
|
||||
|
|
30
assets/lang/th-TH.json
Normal file
30
assets/lang/th-TH.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"loading_screen_start": "Starting ArmCord…",
|
||||
"loading_screen_offline": "You appear to be offline. Please connect to the Internet and try again.",
|
||||
"loading_screen_update": "A new version of ArmCord is available. Please update to the latest version.",
|
||||
"setup_question1": "Select what kind of setup you want to perform:",
|
||||
"setup_question1_answer1": "Express setup",
|
||||
"setup_question1_answer2": "Full setup",
|
||||
"setup_offline": "You appear to be offline. Please connect to the Internet and restart the ArmCord setup.",
|
||||
"setup_question2": "Choose your Discord channel/instance:",
|
||||
"setup_question3": "Should ArmCord handle client mods installation?",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"next": "Next",
|
||||
"setup_question4": "Select a client mod you want to install:",
|
||||
"settings-prfmMode-battery": "Battery",
|
||||
"setup_question4_clientmodnotice": "Why not all of them? Having many client mods at the same time can cause issues. If you really want to do it though, check our Discord.",
|
||||
"settings-theme": "ArmCord theme:",
|
||||
"settings-theme-default": "Default",
|
||||
"settings-theme-native": "Native",
|
||||
"settings-tray": "Minimize to tray",
|
||||
"settings-patches": "Automatic Patches",
|
||||
"settings-channel": "Discord channel:",
|
||||
"settings-invitewebsocket": "Invite Websocket",
|
||||
"settings-prfmMode": "Performance mode:",
|
||||
"settings-prfmMode-performance": "Performance",
|
||||
"settings-mod": "Client mod:",
|
||||
"settings-none": "None",
|
||||
"settings-save": "Save settings",
|
||||
"settings-updater": "Check for updates"
|
||||
}
|
Loading…
Reference in a new issue