diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-24 16:22:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 16:22:21 -0400 |
commit | 22171d1807a5b6eb5a7f0837bbc67f1b495c76dc (patch) | |
tree | e1c09a211cb98c6aa88ec132c0cabf60ddcdff9a | |
parent | 87c8c5394638b50e561a9ffd7165f40ef29d2302 (diff) | |
download | kau-22171d1807a5b6eb5a7f0837bbc67f1b495c76dc.tar.gz kau-22171d1807a5b6eb5a7f0837bbc67f1b495c76dc.tar.bz2 kau-22171d1807a5b6eb5a7f0837bbc67f1b495c76dc.zip |
Add spanish translations (#95)
* Add spanish translations
* Update README.md
* Update readme
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | about/src/main/res/values-es/strings_about.xml | 6 | ||||
-rw-r--r-- | colorpicker/src/main/res/values-es/strings_colorpicker.xml | 6 | ||||
-rw-r--r-- | core/src/main/res-public/values-es/strings_commons.xml | 71 | ||||
-rw-r--r-- | files/translation_migration.sh | 4 | ||||
-rw-r--r-- | mediapicker/src/main/res/values-es/strings_mediapicker.xml | 11 |
6 files changed, 101 insertions, 3 deletions
@@ -151,6 +151,10 @@ Some may have extra requirements for certain features, which will be detailed in KAU depends on translations crowdsourced by the general public. If you would like to contribute, please visit [here](https://crwd.in/kotlin-android-utils) -Special thanks to the following awesome people for translating! +Special thanks to the following awesome people for translating significant portions of KAU! * [Vincent Kulak](https://github.com/VonOx) [FR] +* [Jahir Fiquitiva](https://jahirfiquitiva.me/) [ES] +* [Nefi Salazar](https://plus.google.com/u/0/105547968033551087431) [ES] + +The full activity stream for the translations can be found [here](https://crowdin.com/project/kotlin-android-utils/activity_stream) diff --git a/about/src/main/res/values-es/strings_about.xml b/about/src/main/res/values-es/strings_about.xml new file mode 100644 index 0000000..4a171e0 --- /dev/null +++ b/about/src/main/res/values-es/strings_about.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="kau_about_libraries_intro">Esta aplicación no sería posible sin las siguientes geniales librerías.</string> + <string name="kau_about_faq_intro">Preguntas Frecuentes</string> +</resources> diff --git a/colorpicker/src/main/res/values-es/strings_colorpicker.xml b/colorpicker/src/main/res/values-es/strings_colorpicker.xml new file mode 100644 index 0000000..a0d03a5 --- /dev/null +++ b/colorpicker/src/main/res/values-es/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">Paleta de colores</string> + <string name="kau_md_presets">Ajustes preestablecidos</string> +</resources> diff --git a/core/src/main/res-public/values-es/strings_commons.xml b/core/src/main/res-public/values-es/strings_commons.xml new file mode 100644 index 0000000..823fd03 --- /dev/null +++ b/core/src/main/res-public/values-es/strings_commons.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<!-- +A collection of common string values +Most resources are verbatim and x represents a formatted item +--> +<resources> + <string name="kau_about_app">Acerca de la aplicación</string> + <string name="kau_about_x">Acerca de %s</string> + <string name="kau_add_account">Agregar cuenta</string> + <string name="kau_back">Atrás</string> + <string name="kau_cancel">Cancelar</string> + <string name="kau_changelog">Registro de cambios</string> + <string name="kau_close">Cerrar</string> + <string name="kau_contact_us">Contáctanos</string> + <string name="kau_copy">Copiar</string> + <string name="kau_custom">Personalizado</string> + <string name="kau_dark">Oscuro</string> + <string name="kau_default">Predeterminado</string> + <string name="kau_do_not_show_again">No mostrar de nuevo</string> + <string name="kau_done">Listo</string> + <string name="kau_error">Error</string> + <string name="kau_exit">Salir</string> + <string name="kau_exit_confirmation">¿Estás seguro de querer salir?</string> + <string name="kau_exit_confirmation_x">¿Estás seguro de querer salir de %s?</string> + <string name="kau_glass">Cristal</string> + <string name="kau_got_it">Entendido</string> + <string name="kau_great">Genial</string> + <string name="kau_hide">Ocultar</string> + <string name="kau_light">Claro</string> + <string name="kau_login">Iniciar sesión</string> + <string name="kau_logout">Cerrar sesión</string> + <string name="kau_logout_confirm_as_x">¿Estás seguro de que quieres cerrar sesión %s?</string> + <string name="kau_manage_account">Administrar cuenta</string> + <string name="kau_maybe">Quizás</string> + <string name="kau_menu">Menú</string> + <string name="kau_no">No</string> + <string name="kau_no_results_found">No se encontraron resultados</string> + <string name="kau_none">Ninguno</string> + <string name="kau_ok">OK</string> + <string name="kau_play_store">Play Store</string> + <string name="kau_rate">Calificar</string> + <string name="kau_report_bug">Informar de un error</string> + <string name="kau_search">Buscar</string> + <string name="kau_send_feedback">Enviar comentarios</string> + <string name="kau_send_via">Enviar vía</string> + <string name="kau_settings">Configuración</string> + <string name="kau_share">Compartir</string> + <string name="kau_text_copied">Texto copiado al portapapeles.</string> + <string name="kau_thank_you">Gracias</string> + <string name="kau_uh_oh">Oh, oh</string> + <string name="kau_warning">Advertencia</string> + <plurals name="kau_x_days"> + <item quantity="one">%d día</item> + <item quantity="other">%d días</item> + </plurals> + <plurals name="kau_x_hours"> + <item quantity="one">%d hora</item> + <item quantity="other">%d horas</item> + </plurals> + <plurals name="kau_x_minutes"> + <item quantity="one">%d minuto</item> + <item quantity="other">%d minutos</item> + </plurals> + <plurals name="kau_x_seconds"> + <item quantity="one">%d segundo</item> + <item quantity="other">%d segundos</item> + </plurals> + <string name="kau_yes">Sí</string> + <string name="kau_permission_denied">Permiso denegado</string> +</resources> diff --git a/files/translation_migration.sh b/files/translation_migration.sh index 04f24c3..d1790e0 100644 --- a/files/translation_migration.sh +++ b/files/translation_migration.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash BASE_MODULE=kpref-activity -FOLDER=values-fr-rFR -OUTPUT=values-fr +FOLDER=values-es-rES +OUTPUT=values-es cd .. diff --git a/mediapicker/src/main/res/values-es/strings_mediapicker.xml b/mediapicker/src/main/res/values-es/strings_mediapicker.xml new file mode 100644 index 0000000..b7e164b --- /dev/null +++ b/mediapicker/src/main/res/values-es/strings_mediapicker.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="kau_no_items_found">No se encontraron elementos</string> + <string name="kau_no_items_selected">No se han seleccionado elementos</string> + <string name="kau_no_items_loaded">No hay elementos cargados</string> + <string name="kau_no_camera_found">No se ha encontrado ninguna cámara</string> + <string name="kau_no_camera_found_content">Por favor, instala una app de la cámara y vuelve a intentarlo.</string> + <string name="kau_temp_file_creation_failed">Error al crear archivo temporal.</string> + <string name="kau_select_media">Seleccionar medios</string> +</resources> |