diff options
Diffstat (limited to 'apps/dashboard/l10n/es.js')
-rw-r--r-- | apps/dashboard/l10n/es.js | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/apps/dashboard/l10n/es.js b/apps/dashboard/l10n/es.js index 07296a9fe0e..06a26af9975 100644 --- a/apps/dashboard/l10n/es.js +++ b/apps/dashboard/l10n/es.js @@ -3,15 +3,7 @@ OC.L10N.register( { "Dashboard" : "Dashboard", "Dashboard app" : "App Dashboard", - "Customize" : "Personalizar", - "Edit widgets" : "Editar widgets", - "Get more widgets from the App Store" : "Conseguir más widgets desde la tienda de Apps", - "Change background image" : "Cambiar imagen de fondo", - "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", + "Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! People can add the widgets they like and change the background to their liking." : "Comience su día informado\n\n¡El tablero de Nextcloud es su punto de partida del día, dándole una vista general de sus próximas citas, correos electrónicos urgentes, mensajes de chat, próximos tickets, últimos tweets y mucho más! Los usuarios podrán agregar los widgets que deseen y cambiar el fondo a gusto.", "Weather" : "El tiempo", "Status" : "Estado", "Good morning" : "Buenos días", @@ -22,11 +14,15 @@ OC.L10N.register( "Good evening, {name}" : "Buenas tardes, {name}", "Hello" : "Hola", "Hello, {name}" : "Hola, {name}", - "Pick from Files" : "Elegir de Archivos", - "Default images" : "Imágenes predeterminadas", - "Plain background" : "Fondo liso", - "Insert from {productName}" : "Insertar desde {productName}", - "Show something" : "Mostrar algo", - "Get more widgets from the app store" : "Conseguir más widgets desde la app store" + "Happy birthday 🥳🤩🎂🎉" : "Feliz cumpleaños 🥳🤩🎂🎉", + "Happy birthday, {name} 🥳🤩🎂🎉" : "Feliz cumpleaños, {name} 🥳🤩🎂🎉", + "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." : "Para su privacidad, los datos meteorológicos son solicitados por su servidor Nextcloud en su nombre, de tal forma que el servicio no reciba 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" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |