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

eu.js « l10n « weather_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cffdb9d1a5e265d5c072577f3525d278dec88f91 (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
OC.L10N.register(
    "weather_status",
    {
    "Unknown address" : "Helbide ezezaguna",
    "No result." : "Emaitzarik ez.",
    "Malformed JSON data." : "Gaizki eratutako JSON datuak.",
    "Error" : "Errorea",
    "Weather status" : "Eguraldiaren egoera",
    "Weather status in your dashboard" : "Eguraldiaren egoera zure panelean",
    "Weather status integrated in the Dashboard app.\n    User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n    This status can also be integrated in other places like the Calendar app." : "Eguraldiaren egoera panelaren aplikazioan integratuta.\n    Erabiltzailearen kokapena automatikoki zehaztu edo eskuz definitu daiteke. 6 orduko iragarpena bistaratzen da.\n    Egoera hau Egutegia aplikazioa bezalako beste leku batzuetan ere txertatu daiteke.",
    "Detect location" : "Detektatu kokalekua",
    "Set custom address" : "Konfiguratu helbide pertsonalizatua",
    "Favorites" : "Gogokoak",
    "{temperature} {unit} clear sky later today" : "{temperature} {unit} oskarbi egongo da geroago",
    "{temperature} {unit} clear sky" : "{temperature} {unit} oskarbi",
    "{temperature} {unit} cloudy later today" : "{temperature} {unit} hodeitsu egongo da geroago",
    "{temperature} {unit} cloudy" : "{temperature} {unit} hodeitsu",
    "{temperature} {unit} fair weather later today" : "{temperature} {unit} eguraldia hobetuko da geroago",
    "{temperature} {unit} fair weather" : "{temperature} {unit} eguraldi ona",
    "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} hodei-tarteak izango dira geroago",
    "{temperature} {unit} partly cloudy" : "{temperature} {unit} hodei-tarteak",
    "{temperature} {unit} foggy later today" : "{temperature} {unit} lainotu egingo da geroago",
    "{temperature} {unit} foggy" : "{temperature} {unit} lainotsu",
    "More weather for {adr}" : "Eguraldi gehiago {adr}-(e)rako",
    "Loading weather" : "Eguraldia kargatzen",
    "Remove from favorites" : "Kendu gogokoetatik",
    "Add as favorite" : "Gehitu gogoko gisa",
    "You are not logged in." : "Ez duzu saioa hasi.",
    "There was an error getting the weather status information." : "Errore bat gertatu da eguraldiaren egoeraren informazioa eskuratzean.",
    "No weather information found" : "Ez da eguraldiaren informaziorik aurkitu",
    "Location not found" : "Ez da kokalekua aurkitu",
    "There was an error setting the location address." : "Errore bat gertatu da kokalekuaren helbidea ezartzean.",
    "There was an error setting the location." : "Errore bat gertatu da kokalekua ezartzean.",
    "There was an error saving the mode." : "Errore bat gertatu da modua gordetzean.",
    "There was an error using personal address." : "Errore bat gertatu da helbide pertsonala erabiltzean.",
    "Set location for weather" : "Ezarri kokalekua eguraldiarentzako",
    "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Zeru oskarbia {time} -(e)tan",
    "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} hodeitsu {time} -(e)tan",
    "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Hala-holako eguna {time} -(e)tan",
    "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Hala-holako gaua {time} -(e)tan",
    "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Hodei-tarteak {time} -(e)tan",
    "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Lainotsua {time} -(e)tan",
    "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Zirimiria {time} -(e)tan",
    "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Euria {time} -(e)tan",
    "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Erauntsia {time} -(e)tan",
    "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Euri zaparradak {time} -(e)tan",
    "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Euri zaparrada arinak {time} -(e)tan",
    "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Euri zaparrada gogorrak {time} -(e)tan"
},
"nplurals=2; plural=(n != 1);");