es_MX.js 2.6 KB

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