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

mk.js « l10n « weather_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f59fa837c16adc572ecbad27cf1631096394f415 (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
OC.L10N.register(
    "weather_status",
    {
    "Unknown address" : "Немозната адреса",
    "No result." : "Нема резултати.",
    "Malformed JSON data." : "Лошо формирани JSON податоци.",
    "Error" : "Грешка",
    "Weather status" : "Временска прогноза",
    "Weather status in your dashboard" : "Временска прогноза на вашата табла",
    "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." : "Временска прогноза интегрирана во апликацијата Табла.\nПозицијата на корисникот може автоматски да се одреди или рачно да се дефинира. Потоа се прикажува предвидување од 6 часа.\nОвој статус може да се интегрира и на други места, како што е апликацијата „Календар“.",
    "Detect location" : "Детектирај локација",
    "Set custom address" : "Поставете адреса",
    "Favorites" : "Омилени",
    "More weather for {adr}" : "Повеќе информации за временската прогноза за {adr}",
    "Loading weather" : "Вчитување на временска прогноза",
    "Remove from favorites" : "Отстрани од фаворити",
    "Add as favorite" : "Додади во омилени",
    "You are not logged in." : "Не сте најавени",
    "There was an error getting the weather status information." : "Настана грешка при вчитување на инфорнации за временска прогноза.",
    "No weather information found" : "Не се пронајдени информации за временската прогноза",
    "Location not found" : "Локацијата не е пронајдена",
    "There was an error setting the location address." : "Настана грешка при поставување на адреса на локација.",
    "There was an error setting the location." : "Настана грешка при поставување на локација.",
    "There was an error saving the mode." : "Грешка при зачувување.",
    "There was an error using personal address." : "Настана грешка при користење на сопствена адреса.",
    "Set location for weather" : "Поставете локација за временска прогноза",
    "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Ведро небо во {time}",
    "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Облачно во {time}",
    "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Јасен ден во {time}",
    "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Јасна ноќ во {time}",
    "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Променливо облачно во {time}",
    "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Магливо во {time}",
    "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Слаб дожд во {time}",
    "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Дожд во {time}",
    "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Силен дожд во {time}",
    "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Врнежи од дожд во {time}",
    "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Слаби врнежи од дожд во {time}",
    "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Поројни врнежи од дожд во {time}"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");