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

gl.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f857ca23c062699d2357dac7b270f3c1660bfa99 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
OC.L10N.register(
    "weather",
    {
    "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Produciuse un error fatal: revise o ficheiro nextcloud.log e envíe un informe de fallos a: https://github.com/nextcloud/weather/issues",
    "Failed to set metric. Please contact your administrator" : "Produciuse un fallo ao estabelecer a métrica. Contacte co seu administrador",
    "This metric is not known." : "Esta métrica non é coñecida.",
    "North" : "Norte",
    "North-East" : "Nordés",
    "East" : "Leste",
    "South-East" : "Surleste",
    "South" : "Sur",
    "South-West" : "Suroeste",
    "West" : "Oeste",
    "North-West" : "Noroeste",
    "Failed to get city weather informations. Please contact your administrator" : "Produciuse un fallo ao obter información meteorolóxica da cidade. Contacte co seu administrador",
    "No city with this name found." : "Non se atopa unha cidade con este nome.",
    "Empty city name!" : "Nome da cidade baleiro!",
    "Failed to add city. Please contact your administrator" : "Produciuse un fallo ao engadir a cidade. Contacte co seu administrador",
    "This city is already registered for your account." : "Esta cidade xa está rexistrada para a súa conta.",
    "Failed to remove city. Please contact your administrator" : "Produciuse un fallo ao retirar a cidade. Contacte co seu administrador",
    "Failed to set home. Please contact your administrator" : "Produciuse un fallo ao estabelecer o seu domicilio. Contacte co seu administrador",
    "Monday" : "luns",
    "Tuesday" : "martes",
    "Wednesday" : "mércores",
    "Thursday" : "xoves",
    "Friday" : "venres",
    "Saturday" : "sábado",
    "Sunday" : "domingo",
    "Weather" : "Clima",
    "Watch the weather directly on your Nextcloud." : "Vexa o clima directamente no seu Nextcloud.",
    "OpenWeatherMap API Key" : "Clave para a API de OpenWeatherMap",
    "Save" : "Gardar",
    "Add a city" : "Engadir unha cidade",
    "Add city" : "Engadir cidade",
    "City name" : "Nome da cidade",
    "Add" : "Engadir",
    "Cancel" : "Cancelar",
    "Settings" : "Axustes",
    "Metric" : "Métrica",
    "Click here to get an API key" : "Prema aquí para obter una clave para a API",
    "Current Temperature" : "Temperatura actual",
    "Feelslike Temperature" : "Sensación térmica",
    "Minimum Temperature" : "Temperatura mínima",
    "Maximum Temperature" : "Temperatura máxima",
    "Pressure" : "Presión",
    "Humidity" : "Humidade",
    "Cloudiness" : "Nebulosidade",
    "Wind" : "Vento",
    "Sunrise" : "Abrente",
    "Sunset" : "Solpor",
    "Date" : "Data",
    "Perceptible Temperature" : "Temperatura percibida"
},
"nplurals=2; plural=(n != 1);");