aboutsummaryrefslogtreecommitdiffstats
path: root/apps/weather_status/l10n/et_EE.js
blob: 5d81c84808f589b00319242be2f4e72dedd5f751 (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
OC.L10N.register(
    "weather_status",
    {
    "Unknown address" : "Tundmatu aadress",
    "No result." : "Vasteid ei leitud.",
    "Malformed JSON data." : "Vigased JSON-andmed.",
    "Error" : "Viga",
    "Detect location" : "Tuvasta asukoht",
    "Favorites" : "Lemmikud",
    "{temperature} {unit} clear sky later today" : "{temperature} {unit} hiljem taevas selge",
    "{temperature} {unit} clear sky" : "{temperature} {unit} taevas selge",
    "{temperature} {unit} cloudy later today" : "{temperature} {unit} hiljem taevas pilvine",
    "{temperature} {unit} cloudy" : "{temperature} {unit} pilvine",
    "{temperature} {unit} fair weather later today" : "{temperature} {unit} hiljem ilus ilm",
    "{temperature} {unit} fair weather" : "{temperature} {unit} ilus ilm",
    "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} hiljem vahelduv pilvisus",
    "{temperature} {unit} partly cloudy" : "{temperature} {unit} vahelduv pilvisus",
    "{temperature} {unit} foggy later today" : "{temperature} {unit} hiljem udune",
    "{temperature} {unit} foggy" : "{temperature} {unit} udune",
    "{temperature} {unit} light rainfall later today" : "{temperature} {unit} hiljem kerge vihm",
    "{temperature} {unit} light rainfall" : "{temperature} {unit} kerge vihm",
    "{temperature} {unit} rainfall later today" : "{temperature} {unit} hiljem vihm",
    "{temperature} {unit} rainfall" : "{temperature} {unit} vihm",
    "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} hiljem tihe vihm",
    "{temperature} {unit} heavy rainfall" : "{temperature} {unit} tihe vihm",
    "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} hiljem hoovihm",
    "{temperature} {unit} rainfall showers" : "{temperature} {unit} hoovihm",
    "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} hiljem kerge hoovihm",
    "{temperature} {unit} light rainfall showers" : "{temperature} {unit} kerge hoovihm",
    "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} hiljem tihe hoovihm",
    "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} tihe hoovihm",
    "Loading weather" : "Ilmaennustuse laadimine",
    "Remove from favorites" : "Eemalda lemmikutest",
    "Add as favorite" : "Lisa lemmikuks",
    "You are not logged in." : "Sa pole sisse logitud.",
    "Location not found" : "Asukohta ei leitud"
},
"nplurals=2; plural=(n != 1);");