From 9c0aa0a9ef2828d5c810fadb5b4072a69e3bec5c Mon Sep 17 00:00:00 2001 From: dylan Date: Fri, 11 Sep 2020 22:25:28 -0300 Subject: [PATCH 1/4] added model --- ...ter__another_widget__values-es_strings.xml | 211 ++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 app/src/main/res/values-es/master__another_widget__values-es_strings.xml diff --git a/app/src/main/res/values-es/master__another_widget__values-es_strings.xml b/app/src/main/res/values-es/master__another_widget__values-es_strings.xml new file mode 100644 index 0000000..9228c17 --- /dev/null +++ b/app/src/main/res/values-es/master__another_widget__values-es_strings.xml @@ -0,0 +1,211 @@ + + + Another Widget + Add + + + Display + | + Text color + Text color + Background color + Text size + Text size + Text shadow + None + Low + High + Widget font + Device font + Product Sans + Custom date format + Alpha + Transparent + Show text dividers + First row + Second row + Widget + Capitalize the date + Date format + + + Calendar + Show your events + Grant access to your calendar\nto view events in your widget. + Filter events + Change calendar visibility + All day events + Account calendar + Error loading the calendar list + All day event + Events are visible + Events are hidden + 30 minutes later + 1 hour later + 3 hours later + 6 hours later + 12 hours later + 24 hours later + 3 days later + 7 days later + Show events at least + d + Calendar default application + No calendars found. + tomorrow + today + Tap on event opens + Event info + Event address + Event time + Time until the event + Declined events + Event details + Default calendar app + Multiple events switcher + soon + now + Time until event update frequency + High frequency causes more battery consumption + Low + Default + High + Filters + Event detail + + + Weather + Show the weather + Grant access to your location\nto view weather in your widget. + Unit of measure + °F - Fahrenheit + °C - Celsius + Refresh frequency + 30 minutes + 1 hour + 3 hours + 6 hours + 12 hours + 24 hours + Location + Use geolocation + Weather info is visible + Weather info is hidden + Tap on weather opens + Weather API key + The weather provider is configured correctly + The weather provider must be configured + OpenWeather API Key + Google Weather + Google Awareness weather has been deprecated. It\'s now required an OpenWeather API key to show the weather in the widget. + Register for an OpenWeather Account + Register a free account on OpenWeather. It will only take a few minutes. + Copy your API Key + Find the API keys menu from your account settings and copy the default key. + Enter the key to the app + Paste the key into the field above and save it. Once the key is activated the weather will become visible. + Go to OpenWeatherMap.com + It may take up to ten minutes before your API key is activated. The weather will be updated as soon as it is available. + Icon pack + Icon pack %d + + + Clock + Tap on clock opens + Show Clock + Clock is visible + Clock is hidden + Text size + Default clock app + Clock bottom margin + None + Small + Medium + Large + Due to technological limitations, the clock won\'t have the custom font and the text shadows selected in the Display section. + Text color + Show AM/PM Indicator + Clock text style + + + Next clock alarm + The next alarm clock seems to be wrong.\nIt has been set by %s. + Glance + Current playing song + We need the notification access permission to check the current playing song. + We need a few permissions to get your daily steps from Google Fit. + Show at a glance info + Service enabled + Service disabled + Data source priority + Change the data provider importance + Custom notes + Battery + Daily steps + Low battery level + %d steps so far + Charging + Providers + Glance info will show up only when there are no events displayed and only when a few conditions are verified. + + + Share + Rate app + Support me + Feedback + About + Refresh widget + toolbar + Error opening URL: Link copied to clipboard. + Loading Data… + Error opening app. + Default app + Save + Visible + Hidden + Help with translations + Open a pull request on GitHub + Check my other projects + Same developer, many possibilities + Ooops, something went wrong! + Theme + Devs always need a lot of coffee + Light + Dark + Set by Battery Saver + Follow the system theme + Default + Search + App version + Show wallpaper + Force the restart of the widget service + This is an open-source project, feel free to help. + Feedback and feature requests + xiaomi + Xiaomi Devices + Enable the permission to display pop-up windows when running in the background inside the "Other permission" section of the app settings. Otherwise, you will not able to open any applications tapping on the widget. + Ignore + Grant permission + Settings + Style + Actions + Provider + Appearance + Preferences + + + Choose application + Support the developer + Thanks for supporting me! + An italian coffee + Some glazed donuts + An expensive dinner + An english breakfast + A quick lunch + Show widget preview + This is a single developer project,\nso thank you for the support! + Integrations + %d installed integrations + Nothing + Widget background + From 79ad9b250033c65adffda3731900bba8f5533da5 Mon Sep 17 00:00:00 2001 From: dylan Date: Fri, 11 Sep 2020 22:26:25 -0300 Subject: [PATCH 2/4] updated file name lol --- ...{master__another_widget__values-es_strings.xml => strings.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/src/main/res/values-es/{master__another_widget__values-es_strings.xml => strings.xml} (100%) diff --git a/app/src/main/res/values-es/master__another_widget__values-es_strings.xml b/app/src/main/res/values-es/strings.xml similarity index 100% rename from app/src/main/res/values-es/master__another_widget__values-es_strings.xml rename to app/src/main/res/values-es/strings.xml From 63212d13b15ecf14c8da09e8496c0e8a20fba081 Mon Sep 17 00:00:00 2001 From: dylan Date: Sat, 12 Sep 2020 21:19:11 -0300 Subject: [PATCH 3/4] translated a few strings to Spanish (master branch) --- app/src/main/res/values-es/strings.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 9228c17..60d93c5 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,7 +1,7 @@ Another Widget - Add + Añadir Display @@ -194,18 +194,18 @@ Preferences - Choose application - Support the developer - Thanks for supporting me! - An italian coffee - Some glazed donuts - An expensive dinner + Elegir aplicación + Apoya al desarrollador + Gracias por apoyarme! + Un café italiano + Unas donas glaceadas + Una cena cara An english breakfast A quick lunch Show widget preview This is a single developer project,\nso thank you for the support! Integrations %d installed integrations - Nothing - Widget background + Nada + Widget en segundo plano From 25da807bd5c3d85a7d949be887191fada505fd8e Mon Sep 17 00:00:00 2001 From: dylan Date: Sun, 13 Sep 2020 20:14:05 -0300 Subject: [PATCH 4/4] Translated strings to Spanish (master branch) --- app/src/main/res/values-es/strings.xml | 347 +++++++++++++------------ 1 file changed, 174 insertions(+), 173 deletions(-) diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 60d93c5..ddaf36f 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -4,194 +4,195 @@ Añadir - Display + Pantalla | - Text color - Text color - Background color - Text size - Text size - Text shadow - None - Low - High - Widget font - Device font + Color del texto + Color del texto + Color del fondo + Tamaño del texto + Tamaño del texto + Sombra del texto + Ninguna + Poca + Mucha + Fuente del widget + Fuente del dispositivo Product Sans - Custom date format - Alpha - Transparent - Show text dividers - First row - Second row + Formato de fecha personalizado + Alfa + Transparente + Mostrar divisores de texto + Primera fila + Segunda fila Widget - Capitalize the date - Date format + Capitalizar la fecha + Formato de fecha - Calendar - Show your events - Grant access to your calendar\nto view events in your widget. - Filter events - Change calendar visibility - All day events - Account calendar - Error loading the calendar list - All day event - Events are visible - Events are hidden - 30 minutes later - 1 hour later - 3 hours later - 6 hours later - 12 hours later - 24 hours later - 3 days later - 7 days later - Show events at least + Calendario + Mostrar tus eventos + Permite acceso a tu calendario\npara ver los eventos en tu widget. + Filtro de eventos + Cambiar visibilidad del calendario + Eventos de día completo + Cuenta del calendario + Error cargando la lista del calendario + Evento de día completo + Los eventos están visibles + Los eventos están ocultos + 30 minutos después + 1 hora después + 3 horas después + 6 horas después + 12 horas después + 24 horas después + 3 días después + 7 días después + Mostrar eventos al menos d - Calendar default application - No calendars found. - tomorrow - today - Tap on event opens - Event info - Event address - Event time - Time until the event - Declined events + Aplicación predeterminada de calendario + No se encontró ningún calendario. + mañana + hoy + Tocar el evento abre + información del evento + Dirección del evento + Hora del evento + Tiempo previo al evento + Eventos rechazados Event details - Default calendar app - Multiple events switcher - soon - now - Time until event update frequency - High frequency causes more battery consumption - Low - Default - High - Filters - Event detail + Aplicación predeterminada del calendario + Intercambiador de eventos múltiples + pronto + ahora + Frecuencia de refresco del tiempo previo al evento + La frecuencia alta provoca un mayor consumo de batería + Baja + Predeterminada + Alta + Filtros + Detalles del evento - Weather - Show the weather - Grant access to your location\nto view weather in your widget. - Unit of measure + Clima + Mostrar el clima + Permite el acceso a tu ubicación\npara ver el clima en tu widget. + Unidad de medición °F - Fahrenheit °C - Celsius - Refresh frequency - 30 minutes - 1 hour - 3 hours - 6 hours - 12 hours - 24 hours - Location - Use geolocation - Weather info is visible - Weather info is hidden - Tap on weather opens - Weather API key - The weather provider is configured correctly - The weather provider must be configured - OpenWeather API Key - Google Weather - Google Awareness weather has been deprecated. It\'s now required an OpenWeather API key to show the weather in the widget. - Register for an OpenWeather Account - Register a free account on OpenWeather. It will only take a few minutes. - Copy your API Key - Find the API keys menu from your account settings and copy the default key. - Enter the key to the app - Paste the key into the field above and save it. Once the key is activated the weather will become visible. - Go to OpenWeatherMap.com - It may take up to ten minutes before your API key is activated. The weather will be updated as soon as it is available. - Icon pack - Icon pack %d + Frecuencia de refresco + 30 minutos + 1 hora + 3 horas + 6 horas + 12 horas + 24 horas + Ubicación + Usar geolocalización + La información del clima está visible + La información del clima está oculta + Tocar en el clima abre + Clave de API del clima + El proveedor del clima está correctamente configurado + El proveedor del clima debe ser configurado + Clave de API de OpenWeather + Clima de Google + El clima de Google Awareness está obsoleto. ahora se requiere de una clave de API de OpenWeather para mostrar el clima en el widget. + Registrarse para obtener una cuenta de OpenWeather + Registra una cuenta gratis en OpenWeather. Solo tomará unos minutos. + Copia tu clave de API + Encuentra el menu de claves API en los ajustes de tu cuenta y copia la clave predeterminada. + Ingresa la clave a la app + Pega la clave en el campo de debajo y guárdalo. Una vez la clave sea activada el clima será visible. + Ve a OpenWeatherMap.com + La activación de tu clave de API puede llegar a tomar unos diez minutos. El clima se actualizará tan pronto esté disponible. + Paquete de iconos + Paquete de iconos %d - Clock - Tap on clock opens - Show Clock - Clock is visible - Clock is hidden - Text size - Default clock app - Clock bottom margin - None - Small - Medium - Large - Due to technological limitations, the clock won\'t have the custom font and the text shadows selected in the Display section. - Text color - Show AM/PM Indicator - Clock text style + Reloj + Tocar el reloj abre + Mostrar reloj + El reloj está visible + El reloj está oculto + Tamaño del texto + Aplicación de reloj predeterminada + Margen inferior del reloj + Ninguno + Pequeño + Mediano + Grande + Debido a limitaciones tecnológicas, el reloj ya no podrá tener la fuente personalizada y las sombras de texto seleccionadas en la sección Pantalla. + Debido a limitaciones tecnológicas, el reloj ya no podrá tener la fuente personalizada y las sombras de texto seleccionadas en la sección de tipografía. + Color de texto + Mostrar indicador AM/PM + Estilo del texto del reloj - Next clock alarm - The next alarm clock seems to be wrong.\nIt has been set by %s. + Próxima alarma del reloj + La próxima alarma del reloj parece estar mal.\nFue establecoda por %s. Glance - Current playing song - We need the notification access permission to check the current playing song. - We need a few permissions to get your daily steps from Google Fit. - Show at a glance info - Service enabled - Service disabled - Data source priority - Change the data provider importance - Custom notes - Battery - Daily steps - Low battery level - %d steps so far - Charging - Providers - Glance info will show up only when there are no events displayed and only when a few conditions are verified. + Canción en reproducción + Necesitamos el permiso de acceso a las notificaciones para poder ver qué canción está siendo reproducida. + Necesitamos unos permisos para obtener tus pastos diarios de Google Fit. + Mostrar en la información de Glance + Servicio habilitado + Servicio deshabilitado + Prioridad de la fuente de datos + Cambiar la importancia del proveedor de datos + Notas personalizadas + Batería + Pasos diarios + Nivel de batería bajo + %d pasos hechos + Cargando + Proveedores + La información de Glance se mostrará solo cuando no haya ningún evento visible y algunas condiciones verificadas. - Share - Rate app - Support me - Feedback - About - Refresh widget + Compartir + Calificar app + Apóyame + Comentarios + Acerca de + Refrescar widget toolbar - Error opening URL: Link copied to clipboard. - Loading Data… - Error opening app. - Default app - Save + Error abriendo la URL: Link copiado al portapapeles. + Cargando datos… + Error abriendo la app. + Aplicación predeterminada + Guardar Visible - Hidden - Help with translations - Open a pull request on GitHub - Check my other projects - Same developer, many possibilities - Ooops, something went wrong! - Theme - Devs always need a lot of coffee - Light - Dark - Set by Battery Saver - Follow the system theme - Default - Search - App version - Show wallpaper - Force the restart of the widget service - This is an open-source project, feel free to help. - Feedback and feature requests + Oculto + Ayuda con las traducciones + Abre un pull request en GitHub + Revisa mis otros proyectos + Mismo desarrollador, muchas posibilidades + Ups, algo salió mal! + Tema + Los desarrolladorres siempre necesitan mucho café + Claro + Oscuro + Según el Ahorrador de Batería + Seguir el tema del sistema + Por defecto + Buscar + Versión de app + Mostrar fondo de pantalla + Forzar el reinicio del servicio del widget + Este es un proyecto de código abierto, siéntete libre de ayudar. + Comentarios y solicitudes de funciones xiaomi - Xiaomi Devices - Enable the permission to display pop-up windows when running in the background inside the "Other permission" section of the app settings. Otherwise, you will not able to open any applications tapping on the widget. - Ignore - Grant permission - Settings - Style - Actions - Provider - Appearance - Preferences + Dispositivos Xiaomi + Habilita el permiso para mostrar ventanas emergentes mientras está ejecutándose en segundo plano dentro de la sección "Otros permisos" en la app de ajustes. De lo contrario, no podrás abrir ninguna aplicación tocando en el widget. + Ignorar + Conceder permiso + Ajustes + Estilo + Acciones + Proveedor + Apariencia + Preferencias Elegir aplicación @@ -200,12 +201,12 @@ Un café italiano Unas donas glaceadas Una cena cara - An english breakfast - A quick lunch - Show widget preview - This is a single developer project,\nso thank you for the support! - Integrations - %d installed integrations + Un desayuno británico + Un almuerzo rápido + Mostrar vista previa del widget + Este es un proyecto de un único desarrollador,\nasí que gracias por el apoyo! + Integraciones + %d integraciones instaladas Nada Widget en segundo plano