Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #223

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open
12 changes: 6 additions & 6 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
-->
<resources>
<string name="action_restart">Reinicio</string>
<string name="action_yes">Aceptar</string>
<string name="action_no">Rechazar</string>
<string name="dialog_title_exit">Salir</string>
<string name="dialog_message_exit">¿Seguro que quieres salir? Se guardarán todos los cambios en la caché</string>
<string name="message_in_app_update_ready">La app tiene una actualización disponible</string>
<string name="message_in_app_update_failed">No se pudo instalar la actualización</string>
<string name="action_yes">Si</string>
<string name="action_no">No</string>
<string name="dialog_title_exit">Salida</string>
<string name="dialog_message_exit">¿Está seguro de que desea salir? Todos los cambios se guardarán en la caché</string>
<string name="message_in_app_update_ready">App está lista para actualizar</string>
<string name="message_in_app_update_failed">Error al actualizar la instalación</string>
</resources>
23 changes: 23 additions & 0 deletions common-ui/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="common_error_occurred">Se ha producido un error</string>
<string name="common_no_result">Sin resultados</string>
<string name="common_save">Guardado</string>
<string name="common_delete">Suprimir</string>
<string name="common_continue">Seguir</string>
</resources>
20 changes: 20 additions & 0 deletions feature-changelog/impl/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="label_changelog">Historial de cambios</string>
<string name="label_latest_release">Última versión</string>
</resources>
55 changes: 55 additions & 0 deletions feature-editor/impl/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="hint_line">Linea:</string>
<string name="action_close">Cerrar</string>
<string name="action_close_others">Cerrar otros</string>
<string name="action_close_all">Cerrar todas</string>
<string name="action_insert">Insertar</string>
<string name="action_new">Nuevo</string>
<string name="action_open">Abrir</string>
<string name="action_save_as">Guardar como</string>
<string name="action_select_line">Seleccionar Linea</string>
<string name="action_delete_line">Eliminar línea</string>
<string name="action_duplicate_line">Duplicar línea</string>
<string name="action_regex">Expresión regular</string>
<string name="action_match_case">Coincidir mayúsculas y minúsculas</string>
<string name="action_words_only">Sólo palabras</string>
<string name="action_find">Encontrar</string>
<string name="action_close_find">Cerrar la búsqueda</string>
<string name="action_replace">Reemplazar</string>
<string name="action_close_replace">Cerrar reemplazo</string>
<string name="action_goto_line">Ir a línea</string>
<string name="action_go_to">Ir a</string>
<string name="action_force_syntax">Forzar sintaxis</string>
<string name="action_insert_color">Insertar color</string>
<string name="action_settings">Configuración</string>
<string name="action_tools">Herramientas</string>
<string name="dialog_title_goto_line">Ir a línea…</string>
<string name="dialog_title_color_picker">Selector de Color</string>
<string name="dialog_title_force_syntax">Resaltador de sintaxis</string>
<string name="dialog_message_close_tab">¿Está seguro de que desea cerrar este archivo? Todos los cambios no guardados serán descartados</string>
<string name="message_no_open_files">Ningún archivo abierto</string>
<string name="message_file_not_found">Archivo no encontrado</string>
<string name="message_out_of_memory">Sin memoria</string>
<string name="message_saved">Guardado</string>
<string name="message_nothing_to_cut">Nada que cortar</string>
<string name="message_nothing_to_copy">No hay nada para copiar</string>
<string name="message_nothing_to_paste">Nada que pegar</string>
<string name="message_line_not_exists">La línea no existe</string>
<string name="message_no_errors_detected">Ningún error de sintaxis detectado</string>
</resources>
89 changes: 89 additions & 0 deletions feature-explorer/impl/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="hint_enter_file_name">Introduzca el nombre del archivo</string>
<string name="hint_enter_archive_name">Introduzca el nombre del archivo</string>
<string name="hint_enter_password">Introduzca la contraseña</string>
<string name="hint_enter_passphrase">Introduzca palabra clave</string>
<string name="action_grant_access">Otorgar acceso</string>
<string name="action_authenticate">Autenticar</string>
<string name="action_create">Crear</string>
<string name="action_copy_path">Copiar Ruta</string>
<string name="action_folder">Carpeta</string>
<string name="action_rename">Renombrar</string>
<string name="action_run_in_background">Ejecutar en segundo plano</string>
<string name="action_show_hidden_files">Mostrar archivos ocultos</string>
<string name="action_compress">Comprimir</string>
<string name="action_open_with">Abrir con</string>
<string name="action_properties">Propiedades</string>
<string name="dialog_title_authentication">Autenticación</string>
<string name="dialog_title_create">Crear…</string>
<string name="dialog_title_rename">Renombrar…</string>
<string name="dialog_title_multi_delete">Borrado múltiple</string>
<string name="dialog_title_properties">Propiedades</string>
<string name="dialog_title_creating">Creando…</string>
<string name="dialog_title_renaming">Renombrando…</string>
<string name="dialog_title_deleting">Borrando…</string>
<string name="dialog_title_copying">Copiando…</string>
<string name="dialog_title_compressing">Comprimiendo…</string>
<string name="dialog_title_extracting">Extrayendo…</string>
<string name="dialog_title_archive_name">Nombre archivo</string>
<string name="dialog_title_storage_permission">Acceso almacenamiento</string>
<string name="dialog_title_notification_permission">Notificaciones</string>
<string name="dialog_message_delete">Está seguro que desea borrar este fichero?</string>
<string name="dialog_message_multi_delete">¿Está seguro de que desea eliminar los archivos seleccionados?</string>
<string name="dialog_message_storage_permission">Squircle CE necesita acceso para gestionar todos los archivos para funcionar correctamente\n\nPor favor, permita el acceso en la próxima configuración del sistema</string>
<string name="dialog_message_notification_permission">Squircle CE necesita acceso para gestionar todos los archivos para funcionar correctamente\n\nPor favor, permita el acceso en la próxima configuración del sistema</string>
<string name="properties_name">Nombre de fichero:</string>
<string name="properties_path">Ruta del archivo:</string>
<string name="properties_modified">Última Modificación:</string>
<string name="properties_size">Tamaño de Archivo:</string>
<string name="properties_date_format">dd/MM/aaaa EEE HH:mm</string>
<string name="explorer_date_format">dd MMM yy E HH:mm:ss</string>
<string name="progress_time_format">mm:ss</string>
<string name="sort_by_name">Ordenar por nombre</string>
<string name="sort_by_size">Ordenar por tamaño</string>
<string name="sort_by_date">Ordenar por fecha</string>
<string name="message_auth_required">Requiere autorización</string>
<string name="message_enter_password">Introduzca la contraseña para conectarse al servidor remoto</string>
<string name="message_enter_passphrase">Introduzca la contraseña para conectarse al servidor remoto</string>
<string name="message_access_denied">Acceso denegado</string>
<string name="message_access_required">La aplicación requiere acceso de almacenamiento para trabajar con archivos</string>
<string name="message_cannot_be_opened">No se puede abrir el archivo</string>
<string name="message_invalid_file_name">Nombre de archivo inválido</string>
<string name="message_file_already_exists">Ya existe un archivo</string>
<string name="message_unsupported_archive">Archivo no soportado</string>
<string name="message_invalid_archive">Archivo inválido</string>
<string name="message_split_archive">Archivo dividido</string>
<string name="message_encrypted_archive">El archivo está cifrado</string>
<string name="message_operation_cancelled">Operación cancelada</string>
<string name="message_operation_not_supported">Operación no soportada</string>
<string name="message_done">Hecho</string>
<string name="message_file_not_found">Archivo no encontrado</string>
<string name="message_elapsed_time">Tiempo transcurrido: %1$s</string>
<string name="message_creating">Creando…%1$s</string>
<string name="message_renaming">Renombrando…%1$s</string>
<string name="message_deleting">Eliminando…%1$s</string>
<string name="message_copying">Copiando…%1$s</string>
<string name="message_compressing">Comprimiendo…%1$s</string>
<string name="message_extracting">Extrayendo…%1$s</string>
<string name="explorer_channel_name">Gestor de Archivos</string>
<string name="explorer_channel_description">Muestra y controla las operaciones de archivos</string>
<string name="storage_local">Almacenamiento local</string>
<string name="storage_root">Directorio raíz</string>
<string name="storage_add">Añadir servidor</string>
</resources>
23 changes: 23 additions & 0 deletions feature-fonts/impl/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="label_fonts">Tipos de letra</string>
<string name="action_select">Seleccionar</string>
<string name="message_selected">Seleccionado «%1$s»</string>
<string name="message_new_font_available">Ninguna fuente disponible</string>
<string name="message_font_removed">Fuente «%1$s» eliminada</string>
</resources>
41 changes: 41 additions & 0 deletions feature-servers/impl/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="hint_server_name">Nombre de servidor</string>
<string name="hint_server_address">Dirección del servidor</string>
<string name="hint_initial_dir">Carpeta Inicial</string>
<string name="hint_port">Puerto</string>
<string name="hint_username">Nombre de Usuario</string>
<string name="hint_password">Contraseña</string>
<string name="hint_passphrase">Frase de Seguridad</string>
<string name="hint_key_file">Archivo-Llave</string>
<string name="hint_required">Requerido</string>
<string name="server_ftp">FTP</string>
<string name="server_ftps">FTPS (FTP sobre TLS/SSL)</string>
<string name="server_ftpes">FTPES (FTPS explícito)</string>
<string name="server_sftp">SFTP</string>
<string name="auth_method_password">Autentificación de Contraseña</string>
<string name="auth_method_key">Autenticación de clave privada</string>
<string name="ask_for_password">Solicitar Contraseña</string>
<string name="save_password">Guardar contraseña</string>
<string name="ask_for_passphrase">Solicitar Contraseña</string>
<string name="save_passphrase">Guardar contraseña</string>
<string name="pref_header_cloud_title">Nube &amp; Servidores</string>
<string name="pref_category_servers">Servidores FTP(S)</string>
<string name="pref_add_server_title">Añadir servidor</string>
<string name="pref_edit_server_title">Editar servidor</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<string name="hint_server_name">伺服器名稱</string>
<string name="hint_server_address">伺服器地址</string>
<string name="hint_initial_dir">初始資料夾</string>
<string name="hint_port">連接埠</string>
<string name="hint_port">通訊埠</string>
<string name="hint_username">使用者名稱</string>
<string name="hint_password">密碼</string>
<string name="hint_passphrase">複雜密碼</string>
Expand Down
8 changes: 4 additions & 4 deletions feature-settings/impl/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<string name="view_mode_compact_list">Compact List</string>
<string name="view_mode_detailed_list">Detailed List</string>
<string name="linebreak_lf">Unix and macOS (\\n)</string>
<string name="linebreak_crlf">Windows (\\r\\n)</string>
<string name="linebreak_cr">Classic Mac OS (\\r)</string>
<string name="linebreak_crlf"></string>
<string name="linebreak_cr"></string>
<string name="pref_header_application_title">Application</string>
<string name="pref_header_application_summary">Configure global application settings.</string>
<string name="pref_header_editor_title">Editor</string>
Expand Down Expand Up @@ -84,8 +84,8 @@
<string name="pref_highlight_line_summary">Highlight the line where the caret currently resides.</string>
<string name="pref_highlight_delimiters_title">Highlight Matching Delimiters</string>
<string name="pref_highlight_delimiters_summary">Highlight the opening or closing delimiter when you set the caret at its pair.</string>
<string name="pref_read_only_title">Read Only</string>
<string name="pref_read_only_summary">Restrict editing and modification of the files.</string>
<string name="pref_read_only_title"></string>
<string name="pref_read_only_summary">.</string>
<string name="pref_auto_save_files_title">Auto-save Files</string>
<string name="pref_auto_save_files_summary">Automatically save file on switching tab or closing the app.</string>
<string name="pref_extended_keyboard_title">Extended Keyboard</string>
Expand Down
12 changes: 6 additions & 6 deletions feature-settings/impl/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<string name="sort_by_date">按日期排序</string>
<string name="view_mode_compact_list">紧凑列表</string>
<string name="view_mode_detailed_list">详细列表</string>
<string name="linebreak_lf">Unix and macOS (\\n)</string>
<string name="linebreak_lf">Unix macOS (\\n)</string>
<string name="linebreak_crlf">Windows (\\r\\n)</string>
<string name="linebreak_cr">Classic Mac OS (\\r)</string>
<string name="linebreak_cr">经典 Mac OS (\\r)</string>
<string name="pref_header_application_title">应用</string>
<string name="pref_header_application_summary">配置应用全局性的设置。</string>
<string name="pref_header_editor_title">编辑器</string>
Expand Down Expand Up @@ -84,8 +84,8 @@
<string name="pref_highlight_line_summary">高亮显示光标当前所在的行。</string>
<string name="pref_highlight_delimiters_title">高亮成对符</string>
<string name="pref_highlight_delimiters_summary">在光标处插入符号时,高亮显示成对的符号,如括号、引号。</string>
<string name="pref_read_only_title">Read Only</string>
<string name="pref_read_only_summary">Restrict editing and modification of the files.</string>
<string name="pref_read_only_title">只读</string>
<string name="pref_read_only_summary">限制文件的编辑和修改。</string>
<string name="pref_auto_save_files_title">自动保存</string>
<string name="pref_auto_save_files_summary">切换选项卡或关闭应用时将会自动保存文件。</string>
<string name="pref_extended_keyboard_title">快捷符号栏</string>
Expand Down Expand Up @@ -120,8 +120,8 @@
<string name="pref_sort_mode_title">排序方式</string>
<string name="pref_about_summary">Squircle CE 是依据 Apache 2.0 许可协议发布的开源项目\n\n当前版本: %1$s (%2$d)</string>
<string name="pref_privacy_policy_title">查看“隐私政策”</string>
<string name="pref_translation_title">Translation Platform</string>
<string name="pref_translation_summary">Translate this app to your language</string>
<string name="pref_translation_title">翻译平台</string>
<string name="pref_translation_summary">将此应用翻译成您的语言</string>
<string name="pref_contribute_title">参与贡献,促进发展</string>
<string name="pref_contribute_summary">您可以点击此处到 GitHub 上提 Issue ,或将本应用翻译为本土语言。\n\n感谢您的信任和支持!</string>
</resources>