diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-01 02:25:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-01 02:25:23 +0000 |
commit | 03a6d1a985bf01cb6fb4366c84748ed21bdd4324 (patch) | |
tree | feeea6293d3aba54c396fecb8e3a376cd2d39ebe /apps/dashboard | |
parent | d2df81a9695901837dcfa0776180a51d680ba39e (diff) | |
download | nextcloud-server-03a6d1a985bf01cb6fb4366c84748ed21bdd4324.tar.gz nextcloud-server-03a6d1a985bf01cb6fb4366c84748ed21bdd4324.zip |
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dashboard')
-rw-r--r-- | apps/dashboard/l10n/es_MX.js | 31 | ||||
-rw-r--r-- | apps/dashboard/l10n/es_MX.json | 29 |
2 files changed, 60 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/es_MX.js b/apps/dashboard/l10n/es_MX.js new file mode 100644 index 00000000000..6de3906f0df --- /dev/null +++ b/apps/dashboard/l10n/es_MX.js @@ -0,0 +1,31 @@ +OC.L10N.register( + "dashboard", + { + "Dashboard" : "Tablero de control", + "Dashboard app" : "Tablero de control", + "Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Comienza tu d铆a informado\n\nEl Dashboard de Nextcloud es tu punto de partida del d铆a, d谩ndote un\nresumen de tus pr贸ximas citas, emails urgentes, mensajes de chat,\npr贸ximos tickets, 煤ltimos tweets y mucho m谩s! Los usuarios pueden agregr widgets\nque le gusten y cambiar el fondo a su gusto.", + "Customize" : "Personalizar", + "Edit widgets" : "Editar widgets", + "Get more widgets from the App Store" : "Conseguir m谩s widgets desde la tienda de Apps", + "Weather service" : "Servicio metereol贸gico", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Por privacidad, los datos meteorol贸gicos son solicitados por tu servidor Nextcloud en tu nombre de tal forma que el servicio no recibe informaci贸n personal.", + "Weather data from Met.no" : "Datos meteorol贸gicos de Met.no", + "geocoding with Nominatim" : "geocoding con Nominatim", + "elevation data from OpenTopoData" : "datos de elevaci贸n de OpenTopoData", + "Weather" : "Clima", + "Status" : "Estatus", + "Good morning" : "Buenos d铆as", + "Good morning, {name}" : "Buenos d铆as, {name}", + "Good afternoon" : "Buenas tardes", + "Good afternoon, {name}" : "Buenas tardes, {name}", + "Good evening" : "Buenas tardes", + "Good evening, {name}" : "Buenas tardes, {name}", + "Hello" : "Hola", + "Hello, {name}" : "Hola, {name}", + "Change background image" : "Cambiar imagen de fondo", + "Pick from Files" : "Elegir de Archivos", + "Default images" : "Im谩genes predeterminadas", + "Plain background" : "Fondo liso", + "Insert from {productName}" : "Insertar desde {productName}" +}, +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dashboard/l10n/es_MX.json b/apps/dashboard/l10n/es_MX.json new file mode 100644 index 00000000000..43f0d39a820 --- /dev/null +++ b/apps/dashboard/l10n/es_MX.json @@ -0,0 +1,29 @@ +{ "translations": { + "Dashboard" : "Tablero de control", + "Dashboard app" : "Tablero de control", + "Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Comienza tu d铆a informado\n\nEl Dashboard de Nextcloud es tu punto de partida del d铆a, d谩ndote un\nresumen de tus pr贸ximas citas, emails urgentes, mensajes de chat,\npr贸ximos tickets, 煤ltimos tweets y mucho m谩s! Los usuarios pueden agregr widgets\nque le gusten y cambiar el fondo a su gusto.", + "Customize" : "Personalizar", + "Edit widgets" : "Editar widgets", + "Get more widgets from the App Store" : "Conseguir m谩s widgets desde la tienda de Apps", + "Weather service" : "Servicio metereol贸gico", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Por privacidad, los datos meteorol贸gicos son solicitados por tu servidor Nextcloud en tu nombre de tal forma que el servicio no recibe informaci贸n personal.", + "Weather data from Met.no" : "Datos meteorol贸gicos de Met.no", + "geocoding with Nominatim" : "geocoding con Nominatim", + "elevation data from OpenTopoData" : "datos de elevaci贸n de OpenTopoData", + "Weather" : "Clima", + "Status" : "Estatus", + "Good morning" : "Buenos d铆as", + "Good morning, {name}" : "Buenos d铆as, {name}", + "Good afternoon" : "Buenas tardes", + "Good afternoon, {name}" : "Buenas tardes, {name}", + "Good evening" : "Buenas tardes", + "Good evening, {name}" : "Buenas tardes, {name}", + "Hello" : "Hola", + "Hello, {name}" : "Hola, {name}", + "Change background image" : "Cambiar imagen de fondo", + "Pick from Files" : "Elegir de Archivos", + "Default images" : "Im谩genes predeterminadas", + "Plain background" : "Fondo liso", + "Insert from {productName}" : "Insertar desde {productName}" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +}
\ No newline at end of file |