|
24 | 24 | <!-- MCLauncherActivity: Tabs --> |
25 | 25 | <!-- MCLauncherActivity: Account status --> |
26 | 26 | <!-- MCLauncherActivity: Strings --> |
27 | | - <string name="mcl_launch_cleancache">Cleaning cache files</string> |
28 | | - <string name="mcl_launch_downloading">Downloading %s</string> |
29 | 27 | <string name="mcl_launch_downloading_progress">"Descarregant %s (%.2f MB / %.2f MB)"</string> |
30 | | - <string name="mcl_launch_download_assets">Preparing to download resources</string> |
31 | | - <string name="mcl_options">Options</string> |
32 | | - <string name="mcl_option_customcontrol">Custom controls</string> |
33 | 28 | <string name="mcl_setting_title_use_surface_view">Utilitza la renderització de superfície alternativa</string> |
34 | 29 | <string name="mcl_setting_subtitle_use_surface_view">Pot millorar el rendiment a escenaris lligats al GPU.</string> |
35 | 30 | <string name="mcl_setting_title_ignore_notch">Ignorar notch</string> |
|
41 | 36 | <string name="mcl_setting_subtitle_buttonscale">Escalar els botons si són molt menuts.</string> |
42 | 37 | <string name="mcl_setting_title_mousescale">Escalat del cursor</string> |
43 | 38 | <string name="mcl_setting_subtitle_mousescale">Canvia la mida del cursor virtual.</string> |
44 | | - <string name="mcl_setting_title_javaargs">Arguments de llançament del JVM</string> |
45 | 39 | <string name="mcl_setting_subtitle_javaargs">Vés amb compte, això podria provocar un bloqueig del joc si es modifica sense coneixement.</string> |
46 | 40 | <string name="mcl_setting_category_renderer">Renderitzador</string> |
47 | | - <string name="mcl_setting_veroption_release">Release</string> |
48 | | - <string name="mcl_setting_veroption_snapshot">Snapshot</string> |
49 | | - <string name="mcl_setting_veroption_oldalpha">Old-alpha</string> |
50 | | - <string name="mcl_setting_veroption_oldbeta">Old-beta</string> |
51 | | - <string name="mcl_version_clone">Clone</string> |
52 | 41 | <!-- Global strings --> |
53 | | - <string name="global_edit">Edit</string> |
54 | | - <string name="global_error">Error</string> |
55 | | - <string name="global_load">Load</string> |
56 | | - <string name="global_name">Name</string> |
57 | | - <string name="global_remove">Remove</string> |
58 | | - <string name="global_clone">Clone</string> |
59 | | - <string name="global_restart">Restart</string> |
60 | | - <string name="global_save">Save</string> |
61 | 42 | <string name="global_unpacking">S\'està desempaquetant %s</string> |
62 | | - <string name="global_error_field_empty">This field can\'t be empty</string> |
63 | 43 | <string name="global_waiting">Espera</string> |
64 | | - <string name="global_select">Selecciona</string> |
65 | 44 | <string name="global_retry">Torna a provar</string> |
66 | 45 | <!-- MainActivity: strings --> |
67 | 46 | <string name="mcn_exit_title">Aplicació/Joc ha eixit amb codi %d, consulta el latestlog.txt per més detalls.</string> |
68 | | - <string name="mcn_exit_confirm">Are you sure want to force close?</string> |
69 | 47 | <string name="mcn_check_fail_vulkan_support">El renderitzador Zink (Vulkan) no està suportat a aquest dispositiu!</string> |
70 | 48 | <!-- MainActivity: Control buttons --> |
71 | | - <string name="control_chat">Chat</string> |
72 | | - <string name="control_debug">Debug</string> |
73 | | - <string name="control_primary">Pri</string> |
74 | | - <string name="control_secondary">Sec</string> |
75 | | - <string name="control_shift">◇</string> |
76 | | - <string name="control_inventory">Inv</string> |
77 | | - <string name="control_up">▲</string> |
78 | | - <string name="control_left">◀</string> |
79 | | - <string name="control_right">▶</string> |
80 | | - <string name="control_down">▼</string> |
81 | | - <string name="control_jump">⬛</string> |
82 | | - <string name="control_thirdperson">3rd</string> |
83 | | - <string name="control_listplayers">Tab</string> |
84 | | - <string name="control_mouse">Mouse</string> |
85 | | - <string name="control_mouseoff">Mouse: off</string> |
86 | | - <string name="control_mouseon">Mouse: on </string> |
87 | 49 | <!-- MainActivity: Menu advanced controls --> |
88 | | - <string name="control_forceclose">Force close</string> |
89 | 50 | <string name="control_viewout">Registra la sortida</string> |
90 | 51 | <string name="control_adebug">PointerCapture Debug</string> |
91 | | - <string name="control_customkey">Send custom keycode</string> |
92 | 52 | <!-- ImportControlActivity Strings --> |
93 | 53 | <string name="import_control_label">Importar controls</string> |
94 | 54 | <string name="import_control_invalid_file">Fitxer corrupte o invàlid</string> |
|
100 | 60 | <string name="control_more3"></string> |
101 | 61 | <string name="control_more4"></string> |
102 | 62 | --> |
103 | | - <string name="customctrl_toggle">Commutable</string> |
104 | 63 | <string name="customctrl_size">Mida</string> |
105 | | - <string name="customctrl_mapping">Mapeigat</string> |
106 | | - <string name="customctrl_orientation">Orientació</string> |
107 | | - <string name="customctrl_background_color">Color de fons</string> |
108 | 64 | <string name="customctrl_corner_radius">Radi de cantó</string> |
109 | 65 | <string name="customctrl_stroke_width">Ample de traç</string> |
110 | | - <string name="customctrl_stroke_color">Color de traç</string> |
111 | 66 | <string name="customctrl_button_opacity">Opacitat de botó</string> |
112 | | - <string name="customctrl_addbutton">Add button</string> |
113 | | - <string name="customctrl_addbutton_joystick">Afegeix joystick</string> |
114 | | - <string name="customctrl_addsubbutton">Afegeix subbotó</string> |
115 | 67 | <string name="customctrl_selectdefault">Selecciona mapa de control per defecte</string> |
116 | 68 | <string name="customctrl_export">Exportar mapa de control</string> |
117 | 69 | <string name="main_share_logs">Comparteix fitxer de registre</string> |
118 | 70 | <string name="main_install_jar_file">Executa un .jar</string> |
119 | | - <string name="main_play">Play</string> |
120 | 71 | <string name="autoram_info_msg">Memòria fixada a %d MB</string> |
121 | 72 | <string name="mcl_setting_check_libraries">Comprova les llibreríes després de descarregar-les</string> |
122 | 73 | <string name="mcl_setting_check_libraries_subtitle">Aquesta opció força al llançador comprovar el hash de la llibreria si està disponible. Prevé baixades trencades.</string> |
|
139 | 90 | <string name="unnamed">Sense nom</string> |
140 | 91 | <string name="profiles_latest_snapshot">Última snapshot</string> |
141 | 92 | <string name="profiles_latest_release">Últim llançament</string> |
142 | | - <string name="profiles_profile_name">Name</string> |
143 | | - <string name="profiles_profile_version">Versió</string> |
144 | 93 | <string name="global_delete">Borrar</string> |
145 | 94 | <string name="pedit_java_runtime">Runtime de Java</string> |
146 | 95 | <string name="pedit_renderer">Renderitzador</string> |
147 | | - <string name="arc_capes_title">Capes de Cosmetica</string> |
148 | 96 | <string name="arc_capes_desc">Activa les capes de Cosmetica (anteriorment Arc). Per a més informació visiteu https://cosmetica.cc. Requereix l\'OptiFine.</string> |
149 | | - <string name="notif_channel_name">General</string> |
150 | 97 | <string name="lazy_service_default_title">Servei de primer plà del Amethyst</string> |
151 | 98 | <string name="use_global_default">(Usa el valor global per defecte)</string> |
152 | 99 | <string name="default_control">Mapa de control per defecte</string> |
|
158 | 105 | <string name="folder_fragment_create">Crea una carpeta</string> |
159 | 106 | <string name="folder_fragment_select">Tria una carpeta</string> |
160 | 107 | <string name="main_login_done">Inici de sessió completat</string> |
161 | | - <string name="main_add_account">Afegeix compte</string> |
162 | 108 | <string name="tasks_ongoing">Les tasques estan en progrés, espereu si us plau</string> |
163 | 109 | <string name="no_saved_accounts">No h han comptes guardats</string> |
164 | 110 | <string name="mc_download_failed">No s\'ha pogut descarregar el Minecraft! Açò pot ser a causa d\'una mala connexió a internet, arxius col·locats incorrectament, etc..</string> |
|
168 | 114 | <string name="xerr_child">El teu compte és un compte d\'infants, i s\'ha d\'afegir a una Família per poder iniciar la sessió.</string> |
169 | 115 | <string name="minecraft_not_owned">Pareix que aquest compte no té cap perfil del Minecraft. Si tens el Xbox Game Pass, si us plau, inicieu sessió a https://minecraft.net/ i torneu a provar.</string> |
170 | 116 | <string name="xerr_not_available">El Xbox Live no està disponible al seu país</string> |
171 | | - <string name="preference_enable_gyro_title">Activa els controls del giroscopi</string> |
172 | 117 | <string name="preference_enable_gyro_description">Activar açò permetrà girar-se en el joc girant el telèfon.</string> |
173 | | - <string name="preference_gyro_sensitivity_title">Sensibilitat de controls del giroscopi</string> |
174 | 118 | <string name="preference_gyro_sensitivity_description">Ajusta la sensibilitat dels controls del giroscopi.</string> |
175 | 119 | <string name="toast_turn_on_gyro">Primer has d\'activar els controls del giroscopi!</string> |
176 | 120 | <string name="preference_gyro_sample_rate_title">Tassa d\'actualització del giroscopi</string> |
177 | 121 | <string name="preference_gyro_sample_rate_description">Si tens problemes de rendiment amb el giroscopi, puja aquest valor.</string> |
178 | 122 | <string name="microsoft_login_retry_later">Massa peticions, si us plau, torneu-ho a intentar més tard.</string> |
179 | 123 | <string name="storage_required">El PojavLauncher requereix que hi hagi emmagatzemament extern connectat. Si us plau, reconnecteu-ho i reinicieu l\'app.</string> |
180 | | - <string name="of_dl_progress">Downloading %s</string> |
181 | | - <string name="generic_debug">Debug</string> |
182 | 124 | <string name="modpack_download_downloading_mods_fc">Baixant mods (Fitxer %d de %d)</string> |
183 | 125 | <string name="modpack_download_applying_overrides">Aplicant anul·lacions (%d/%d)</string> |
184 | 126 | <string name="modpack_install_notification_title">Instal·lador de Modpacks del Pojav</string> |
|
195 | 137 | <b>Açó no és segur. La teva informació personal podria estar en risc si es continua.</b><br/> |
196 | 138 | Si encara vols utilitzar aquest servidor, prem \"Desactiva les comprovacions de servidor\" i torna a començar la baixada.<br/> |
197 | 139 | Si vols utilitzar la font oficial de baixades, prem \"Canviar al servidor oficial\" i torna a començar la baixada de nou.<br/>]]></string> |
198 | | - <string name="controller_button_select">Selecciona</string> |
199 | 140 | </resources> |
0 commit comments