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

eu.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33519ae7be85d63dde144d506f3ee06d33c39547 (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
OC.L10N.register(
    "weather",
    {
    "Weather" : "Eguraldia",
    "North" : "Iparra",
    "North-East" : "Ipar-ekialdea",
    "East" : "Ekialdea",
    "South-East" : "Hego-ekialdea",
    "South" : "Hegoa",
    "South-West" : "Hego-mendebaldea",
    "West" : "Mendebaldea",
    "North-West" : "Ipar-mendebaldea",
    "Watch the weather directly on your Nextcloud." : "Ikusi eguraldia zuzenean zure Nextcloudetik.",
    "OpenWeatherMap API Key" : "OpenWeatherMap aplikazioaren gakoa",
    "Save" : "Gorde",
    "Add a city" : "Gehitu herri bat",
    "Add city" : "Gehitu herria",
    "City name" : "Herriaren izena",
    "Add" : "Gehitu",
    "Cancel" : "Utzi",
    "Settings" : "Ezarpenak",
    "Metric" : "Metrika",
    "Click here to get an API key" : "Egin klik hemen lortzeko aplikazioaren gakoa",
    "Pressure" : "Presioa",
    "Humidity" : "Ezetasuna",
    "Cloudiness" : "Hodeitza",
    "Wind" : "Haizea",
    "Sunrise" : "Egunsentia",
    "Sunset" : "Ilunabarra",
    "Temperature" : "Tenperatura"
},
"nplurals=2; plural=(n != 1);");