aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/l10n/bg.js
blob: e2eb9905ed09c6a2ddb6cb85a81a8c3b248fb21a (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
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "Табло",
    "Dashboard app" : "Приложение за Табло",
    "\"{title} icon\"" : "„икона {title}“",
    "Customize" : "Персонизиране",
    "Edit widgets" : "Редактиране на изпълнимите модули",
    "Get more widgets from the App Store" : "Вземете повече приспособления от  App Store",
    "Weather service" : "Метеорологична услуга",
    "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "За вашата поверителност данните за времето се изискват от Nextcloud  сървъра ви от ваше име, така че метеорологичната служба не получава лична информация.",
    "Weather data from Met.no" : "Данни за времето от Met.no",
    "geocoding with Nominatim" : "геокодиране с Nominatim",
    "elevation data from OpenTopoData" : " кота данни от OpenTopoData",
    "Weather" : "Време",
    "Status" : "Състояние",
    "Good morning" : "Добро утро",
    "Good morning, {name}" : "Добро утро, {name}",
    "Good afternoon" : "Добър ден",
    "Good afternoon, {name}" : "Добър ден, {name}",
    "Good evening" : "Добър вечер",
    "Good evening, {name}" : "Добър вечер, {name}",
    "Hello" : "Здравейте",
    "Hello, {name}" : "Здравейте, {name}"
},
"nplurals=2; plural=(n != 1);");