Skip to content

Commit

Permalink
New translations strings.xml (Spanish)
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Nov 27, 2023
1 parent 87462ad commit c7f9c9e
Showing 1 changed file with 89 additions and 0 deletions.
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>

0 comments on commit c7f9c9e

Please sign in to comment.