Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es.js « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a356a9b64955061237efcd2bb07ef61b2d56ef2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "Dashboard",
    "Dashboard app" : "App Dashboard",
    "Show something" : "Mostrar algo",
    "Customize" : "Personalizar",
    "Edit widgets" : "Editar widgets",
    "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",
    "Weather" : "El tiempo",
    "Status" : "Estado",
    "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}",
    "Pick from Files" : "Elegir de Archivos",
    "Default images" : "Imágenes predeterminadas",
    "Plain background" : "Fondo liso",
    "Insert from {productName}" : "Insertar desde {productName}",
    "Get more widgets from the app store" : "Conseguir más widgets desde la app store",
    "Good night, {name}" : "Buenas noches, {name}",
    "Good night" : "Buenas noches",
    "Pick from files" : "Escoger desde los archivos"
},
"nplurals=2; plural=(n != 1);");