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

bg.js « l10n « weather_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4de864b0fb301b8fbcb8e0982b176c51c0d400ea (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
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." : "Метеорологичното състояние, интегрирано в приложението Dashboard.\n    Позицията на потребителя може да се определя автоматично или ръчно. След което се показва прогноза за 6 часа.\n    Това състояние може да бъде интегрирано и на други места като приложението Календар.",
    "Detect location" : "Откриване на местоположение",
    "Set custom address" : "Задаване на персонализиран адрес",
    "Favorites" : "Любими",
    "{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}",
    "More weather for {adr}" : "Още за времето за {adr}",
    "Loading weather" : "Зареждане на времето",
    "Set location for 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." : "Възникна грешка при използването на личния адрес.",
    "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." : "Метеорологичното състояние, интегрирано в приложението Dashboard.\n    Позицията на потребителя може да се определя автоматично или ръчно. След което се показва прогноза за 6 часа.\n    Това състояние може да бъде интегрирано и на други места като приложението Календар."
},
"nplurals=2; plural=(n != 1);");