mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-11 13:45:48 -04:00
New translations strings.xml (Catalan)
This commit is contained in:
parent
4bf1b670b3
commit
b45223c08d
180
app/src/main/res/values-ca/strings.xml
Normal file
180
app/src/main/res/values-ca/strings.xml
Normal file
@ -0,0 +1,180 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- App name part -->
|
||||
<string name="app_name">PojavLauncher (Minecraft: Java Edition per Android)</string>
|
||||
<string name="app_short_name">PojavLauncher</string>
|
||||
<string name="app_motd">Juga a Minecraft: edició de Java al teu dispositiu!</string>
|
||||
<!-- Action bar part -->
|
||||
<string name="actionbar_help">AJUDA</string>
|
||||
<!-- Languages list part -->
|
||||
<string name="language_name">ANGLES - US</string>
|
||||
<!-- Logging output -->
|
||||
<string name="log_title">Registra la sortida</string>
|
||||
<!-- Login strings -->
|
||||
<string name="login_online_username_hint">Email o usuari</string>
|
||||
<string name="login_online_username_question">(Quin faig servir?)</string>
|
||||
<string name="login_online_password_hint">Contrasenya</string>
|
||||
<string name="login_online_password_question">Olbidat la contrasenya?</string>
|
||||
<string name="login_online_remember">Recorda\'m?</string>
|
||||
<string name="login_online_check_keeplogin">Mantenir-me connectat</string>
|
||||
<string name="login_online_login_label">Iniciar sessió</string>
|
||||
<string name="login_online_create_account">(Crear una conta nova?)</string>
|
||||
<string name="login_offline_switch">Conta offline?</string>
|
||||
<string name="login_offline_label">Enta amb una conta offline</string>
|
||||
<string name="login_offline_alert_skip">Omet</string>
|
||||
<string name="login_error_short_username">Nom d’usuari ha de ser com a minim 3 caracters o mes</string>
|
||||
<string name="login_error_exist_username">Aquet nom d’usuari ja existeix</string>
|
||||
<string name="login_select_account">Seleccioneu un compte</string>
|
||||
<!-- Hint -->
|
||||
<string name="hint_select_account">Per selecionar, clica. Per esorrar una conta, manten presionant.</string>
|
||||
<string name="hint_control_mapping">"Aquesta funció encara no esta acavada, no pots costumitzar els controls en aquest moment!\nLlisca desde l’esquerra a la dreta per obrir el menu ◀️\nAguanta un buto per costumitsarl’ho: editar, canviar el tamany o esborrar."</string>
|
||||
<!-- Warning -->
|
||||
<string name="warning_title">Perill</string>
|
||||
<string name="warning_msg">Aquesta app pot no ser compatible amb la teva versio d’Android (mes gran o igual que Android 7.0). Pots fe servir VMOS i despres instalar aquesta app alternativament a VMOS. Pero VMOS ja no esta al Play Store, l’hauras d’instalar manual ment.</string>
|
||||
<string name="warning_noshowagain">No tornar a mostrar</string>
|
||||
<string name="warning_action_install">Instalar VMOS</string>
|
||||
<string name="warning_action_tryanyway">Probar igualment</string>
|
||||
<string name="warning_action_exit">Exit</string>
|
||||
<string name="warning_remove_account">Aquesta conta sera eliminada!</string>
|
||||
<!-- AlertDialog title -->
|
||||
<string name="alerttitle_selectkeymap">Selecciona una mapa de tecla json</string>
|
||||
<string name="alerttitle_installmod">Selecciona un mod per affegir</string>
|
||||
<string name="alerttitle_installoptifine">Selecciona el fitxer jar OptiFine</string>
|
||||
<!-- Error messages -->
|
||||
<string name="error_fatal">PojavLauncher s’ha parat inesperadament</string>
|
||||
<string name="error_checklog">Error! Siusplau mireu’vos el registre: %s</string>
|
||||
<string name="error_no_version">Cap versio!</string>
|
||||
<string name="error_load_version">Error al carregar la versio %s</string>
|
||||
<string name="error_convert_lib">Error al convertir la llibraria %s</string>
|
||||
<string name="error_convert_client">Error al convertir Minecraft %s</string>
|
||||
<string name="error_show_more">Mostra més</string>
|
||||
<string name="error_show_less">Mostrar menys</string>
|
||||
<!-- Toast messages -->
|
||||
<string name="toast_permission_denied">Es requireix el permis de llegir/escriure!</string>
|
||||
<string name="toast_login_error">Error al entrar al teu conte. Siusplau envian’s el text seguent.\nError: %s</string>
|
||||
<string name="toast_optifine_success">Instalació completada</string>
|
||||
<string name="toast_shiftmode">La tecla Shift (sneak) s’ha canviat al mode %s</string>
|
||||
<string name="toast_shiftmode_hold">Mode de espera</string>
|
||||
<string name="toast_shiftmode_toggle">Mode de click toggle</string>
|
||||
<!--
|
||||
<string name="toast_3">Exit</string>
|
||||
-->
|
||||
<!-- MCLauncherActivity: Tabs -->
|
||||
<string name="mcl_tab_news">Noticies del launcher</string>
|
||||
<string name="mcl_tab_console">Consola de desenvolupador</string>
|
||||
<string name="mcl_tab_crash">Registre de crashes</string>
|
||||
<!-- MCLauncherActivity: Strings -->
|
||||
<string name="mcl_version_msg">Apunt de jugar Minecraft %s</string>
|
||||
<string name="mcl_launch_cleancache">Cleaning cache files</string>
|
||||
<string name="mcl_launch_downloading">Downloading %s</string>
|
||||
<string name="mcl_launch_download_lib">Downloading library %s</string>
|
||||
<string name="mcl_launch_download_client">Downloading Minecraft %s</string>
|
||||
<string name="mcl_launch_convert_lib">Converting library %s</string>
|
||||
<string name="mcl_launch_convert_client">Converting Minecraft %s</string>
|
||||
<string name="mcl_launch_patch_client">Patching Minecraft %s</string>
|
||||
<string name="mcl_launch_download_assets">Preparing to download resources</string>
|
||||
<string name="mcl_options">Options</string>
|
||||
<string name="mcl_option_modmgr">Mod manager (no function)</string>
|
||||
<string name="mcl_option_optifineinstall">Install OptiFine</string>
|
||||
<string name="mcl_option_checkupdate">Check for update</string>
|
||||
<string name="mcl_option_customcontrol">Custom controls</string>
|
||||
<string name="mcl_option_settings">Settings</string>
|
||||
<string name="mcl_option_about">About</string>
|
||||
<string name="mcl_setting_title_setmaxdxref">Set max DX references</string>
|
||||
<string name="mcl_setting_subtitle_setmaxdxref">Increase If an error happend while converting: Too many ... references. You may try multi-dex option. Recommended: 4096 or 8192.</string>
|
||||
<string name="mcl_setting_title_freeform">Launch Minecraft in Freeform mode</string>
|
||||
<string name="mcl_setting_subtitle_freeform">Launch Minecraft in floating window. Requires Android 7.0+</string>
|
||||
<string name="mcl_setting_title_longpresstrigger">How long will trigger after long press</string>
|
||||
<string name="mcl_setting_subtitle_longpresstrigger">Change trigger time for long press in destroy block and drop item.</string>
|
||||
<string name="mcl_setting_title_controlsize">Set control buttons size</string>
|
||||
<string name="mcl_setting_title_forgetoptifpath">Make OptiFine unable to locate itself</string>
|
||||
<string name="mcl_setting_subtitle_forgetoptifpath">Useful for making OptiFine launchable on some devices.</string>
|
||||
<string name="mcl_setting_category_general">General settings</string>
|
||||
<string name="mcl_setting_category_veroption">Version type will be in version list</string>
|
||||
<string name="mcl_setting_veroption_release">Release</string>
|
||||
<string name="mcl_setting_veroption_snapshot">Snapshot</string>
|
||||
<string name="mcl_setting_veroption_oldalpha">Old-alpha</string>
|
||||
<string name="mcl_setting_veroption_oldbeta">Old-beta</string>
|
||||
<string name="mcl_version_clone">Clone</string>
|
||||
<!-- Global strings -->
|
||||
<string name="global_add">Add</string>
|
||||
<string name="global_edit">Edit</string>
|
||||
<string name="global_error">Error</string>
|
||||
<string name="global_load">Load</string>
|
||||
<string name="global_name">Name</string>
|
||||
<string name="global_remove">Remove</string>
|
||||
<string name="global_restart">Restart</string>
|
||||
<string name="global_save">Save</string>
|
||||
<string name="global_error_field_empty">This field can\'t be empty</string>
|
||||
<!--
|
||||
<string name="mcl_about">
|
||||
%1$s BETA (Minecraft Java launcher for Android), version " + PathTools.usingVerName + "\n" +
|
||||
" - by Khanh Duy Tran (based from \"Boardwalk\" app)\n" +
|
||||
"Using libraries:\n" +
|
||||
" • LWJGL " + org.lwjgl.Sys.getVersion() + "\n" +
|
||||
//" • Boardwalk memory manager (not used now).\n" +
|
||||
" • gl4es: OpenGL for OpenGL ES devices by lunixbochs and ptitSeb.\n" +
|
||||
" • dx: tool to convert.\n" +
|
||||
" • Java AWT Implementation includes:\n" +
|
||||
" - Boardwalk's makeshift.\n" +
|
||||
" - Apache Harmony AWT Framework.\n" +
|
||||
" - OpenJDK 7 codes implementation.\n" +
|
||||
" - Developer code implement (copy text, open browser,...)\n" +
|
||||
"\n" +
|
||||
"* Notes:\n" +
|
||||
" - This app is currently BETA, it will not be stable.\n" +
|
||||
//"* This app will unstable on Android 7.0 or higher devices.\n" +
|
||||
" - This app only use LWJGL2 and don't have a JRE8 desugar, so doesn't support 1.13 or higher versions.\n" +
|
||||
" - This app is not affiliated with Minecraft, Mojang or Microsoft.\n")
|
||||
</string>
|
||||
-->
|
||||
<!-- MainActivity: strings -->
|
||||
<string name="mcn_exit_title">Game exited</string>
|
||||
<string name="mcn_exit_call">Exit</string>
|
||||
<string name="mcn_exit_crash">Game Crash detected! Click OK to exit.</string>
|
||||
<string name="mcn_exit_errcrash">Unable to locate crash! You may ignore this.</string>
|
||||
<string name="mcn_exit_confirm">Are you sure want to force close?</string>
|
||||
<!-- MainActivity: Control buttons -->
|
||||
<string name="controls">Controls</string>
|
||||
<string name="control_toggle">GUI</string>
|
||||
<string name="control_keyboard">Keyboard</string>
|
||||
<string name="control_chat">Chat</string>
|
||||
<string name="control_debug">Debug</string>
|
||||
<string name="control_zoom">Zoom (C)</string>
|
||||
<string name="control_primary">Pri</string>
|
||||
<string name="control_secondary">Sec</string>
|
||||
<string name="control_shift">◇</string>
|
||||
<string name="control_inventory">Inv</string>
|
||||
<string name="control_up">▲</string>
|
||||
<string name="control_left">◀</string>
|
||||
<string name="control_right">▶</string>
|
||||
<string name="control_down">▼</string>
|
||||
<string name="control_jump">⬛</string>
|
||||
<string name="control_thirdperson">3rd</string>
|
||||
<string name="control_listplayers">Tab</string>
|
||||
<string name="control_mouse">Mouse</string>
|
||||
<string name="control_mouseoff">Mouse: off</string>
|
||||
<string name="control_mouseon">Mouse: on </string>
|
||||
<!-- MainActivity: Menu advanced controls -->
|
||||
<string name="control_forceclose">Force close</string>
|
||||
<string name="control_viewout">Log output</string>
|
||||
<string name="control_adebug">PointerCapture Debug</string>
|
||||
<string name="control_customkey">Send custom keycode</string>
|
||||
<string name="control_shiftmodechg">Change Shift (Sneak) mode</string>
|
||||
<string name="customctrl_keyname">Keycode</string>
|
||||
<string name="customctrl_specialkey">Special Key</string>
|
||||
<string name="customctrl_hidden">Hidden</string>
|
||||
<string name="customctrl_addbutton">Add button</string>
|
||||
<string name="customctrl_title_selectctrl">Select default Control json</string>
|
||||
<string name="customctrl_selectdefault">Select default Control json</string>
|
||||
<!-- Update part (unused now) -->
|
||||
<string name="update_console">Update console</string>
|
||||
<string name="main_options">Options</string>
|
||||
<string name="main_play">Play</string>
|
||||
<string name="main_welcome">Welcome,</string>
|
||||
<string name="main_infodev">Info (DEV)</string>
|
||||
<string name="main_switchuser">Switch user</string>
|
||||
<string name="main_version_">Version:</string>
|
||||
<string name="main_nocrash">No crash detected</string>
|
||||
<string name="main_nolog">No log.</string>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user