You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es_EC.js 1.9KB

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Tablero de control",
  5. "Dashboard app" : "App Dashboard",
  6. "\"{title} icon\"" : "\"icono {title}\"",
  7. "Customize" : "Personalizar",
  8. "Edit widgets" : "Editar widgets",
  9. "Get more widgets from the App Store" : "Conseguir más widgets desde la tienda de Apps",
  10. "Weather service" : "Servicio meteorológico",
  11. "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.",
  12. "Weather data from Met.no" : "Datos meteorológicos de Met.no",
  13. "geocoding with Nominatim" : "geocoding con Nominatim",
  14. "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData",
  15. "Weather" : "Clima",
  16. "Status" : "Estatus",
  17. "Good morning" : "Buenos días",
  18. "Good morning, {name}" : "Buenos días, {name}",
  19. "Good afternoon" : "Buenas tardes",
  20. "Good afternoon, {name}" : "Buenas tardes, {name}",
  21. "Good evening" : "Buenas noches",
  22. "Good evening, {name}" : "Buenas noches, {name}",
  23. "Hello" : "Hola",
  24. "Hello, {name}" : "Hola, {name}",
  25. "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! Users can add the widgets they 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."
  26. },
  27. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");