0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/dashboard/l10n/es_EC.js
Nextcloud bot 4d61fd2e5a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:39:30 +00:00

26 lines
1.3 KiB
JavaScript

OC.L10N.register(
"dashboard",
{
"Dashboard" : "Tablero de control",
"Dashboard app" : "App Dashboard",
"\"{title} icon\"" : "\"icono {title}\"",
"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 meteoroló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 noches",
"Good evening, {name}" : "Buenas noches, {name}",
"Hello" : "Hola",
"Hello, {name}" : "Hola, {name}"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");