summaryrefslogtreecommitdiffstats
path: root/apps/dashboard
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-16 02:21:45 +0000
committerNextcloud bot <bot@nextcloud.com>2021-02-16 02:21:45 +0000
commitb4b5d9b811251e91bb05ade5533b66e1c3795061 (patch)
tree7c7f74595090e56b94336b3dc51e3d40ee51acd6 /apps/dashboard
parent4a2f46e1881257e48d756c87f788febd554c5b01 (diff)
downloadnextcloud-server-b4b5d9b811251e91bb05ade5533b66e1c3795061.tar.gz
nextcloud-server-b4b5d9b811251e91bb05ade5533b66e1c3795061.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard')
-rw-r--r--apps/dashboard/l10n/bg.js34
-rw-r--r--apps/dashboard/l10n/bg.json32
2 files changed, 66 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/bg.js b/apps/dashboard/l10n/bg.js
new file mode 100644
index 00000000000..c15718d4ff2
--- /dev/null
+++ b/apps/dashboard/l10n/bg.js
@@ -0,0 +1,34 @@
+OC.L10N.register(
+ "dashboard",
+ {
+ "Dashboard" : "Табло",
+ "Dashboard app" : "Приложение за Табло",
+ "Show something" : "Покажи нещо",
+ "Customize" : "Персонизиране",
+ "Edit widgets" : "Редактиране на изпълнимите модули",
+ "Get more widgets from the app store" : "Вземете повече приспособления от app store",
+ "Change background image" : "Промяна на фоновото изображение",
+ "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}",
+ "Pick from Files" : "Избери от Файловете",
+ "Default images" : "Изображения по подразбиране",
+ "Plain background" : "Обикновен фон",
+ "Insert from {productName}" : "Вмъкване от {productName}",
+ "Good night, {name}" : "Лека нощ, {name}",
+ "Good night" : "Лека нощ",
+ "Pick from files" : "Избери от Файловете"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dashboard/l10n/bg.json b/apps/dashboard/l10n/bg.json
new file mode 100644
index 00000000000..3961010480a
--- /dev/null
+++ b/apps/dashboard/l10n/bg.json
@@ -0,0 +1,32 @@
+{ "translations": {
+ "Dashboard" : "Табло",
+ "Dashboard app" : "Приложение за Табло",
+ "Show something" : "Покажи нещо",
+ "Customize" : "Персонизиране",
+ "Edit widgets" : "Редактиране на изпълнимите модули",
+ "Get more widgets from the app store" : "Вземете повече приспособления от app store",
+ "Change background image" : "Промяна на фоновото изображение",
+ "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}",
+ "Pick from Files" : "Избери от Файловете",
+ "Default images" : "Изображения по подразбиране",
+ "Plain background" : "Обикновен фон",
+ "Insert from {productName}" : "Вмъкване от {productName}",
+ "Good night, {name}" : "Лека нощ, {name}",
+ "Good night" : "Лека нощ",
+ "Pick from files" : "Избери от Файловете"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file