summaryrefslogtreecommitdiffstats
path: root/apps/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dashboard')
-rw-r--r--apps/dashboard/l10n/hu.js10
-rw-r--r--apps/dashboard/l10n/hu.json10
-rw-r--r--apps/dashboard/l10n/ru.js31
-rw-r--r--apps/dashboard/l10n/ru.json29
-rw-r--r--apps/dashboard/l10n/sv.js31
-rw-r--r--apps/dashboard/l10n/sv.json29
6 files changed, 130 insertions, 10 deletions
diff --git a/apps/dashboard/l10n/hu.js b/apps/dashboard/l10n/hu.js
index ffb8e6317a1..5a9722f6d24 100644
--- a/apps/dashboard/l10n/hu.js
+++ b/apps/dashboard/l10n/hu.js
@@ -15,17 +15,17 @@ OC.L10N.register(
"elevation data from OpenTopoData" : "magassági adatok az OpenTopoData-tól",
"Weather" : "Időjárás",
"Status" : "Állapot",
- "Good evening, {name}" : "Jó estét, (name)",
+ "Good evening, {name}" : "Jó estét, {name}",
"Good evening" : "Jó estét",
- "Good afternoon, {name}" : "Jó napot, (name)",
+ "Good afternoon, {name}" : "Jó napot, {name}",
"Good afternoon" : "Jó napot",
- "Good morning, {name}" : "Jó reggelt, (name)",
+ "Good morning, {name}" : "Jó reggelt, {name}",
"Good morning" : "Jó reggelt",
- "Good night, {name}" : "Jó éjszakát, (name)",
+ "Good night, {name}" : "Jó éjszakát, {name}",
"Good night" : "Jó éjszakát",
"Pick from files" : "Választás a fájlok közül",
"Default images" : "Alapértelmezett képek",
"Plain background" : "Egyszerű háttér",
- "Insert from {productName}" : "Beillesztés (productName)-ból"
+ "Insert from {productName}" : "Beillesztés {productName}-ból"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/dashboard/l10n/hu.json b/apps/dashboard/l10n/hu.json
index 2842a56ebd3..744ded93def 100644
--- a/apps/dashboard/l10n/hu.json
+++ b/apps/dashboard/l10n/hu.json
@@ -13,17 +13,17 @@
"elevation data from OpenTopoData" : "magassági adatok az OpenTopoData-tól",
"Weather" : "Időjárás",
"Status" : "Állapot",
- "Good evening, {name}" : "Jó estét, (name)",
+ "Good evening, {name}" : "Jó estét, {name}",
"Good evening" : "Jó estét",
- "Good afternoon, {name}" : "Jó napot, (name)",
+ "Good afternoon, {name}" : "Jó napot, {name}",
"Good afternoon" : "Jó napot",
- "Good morning, {name}" : "Jó reggelt, (name)",
+ "Good morning, {name}" : "Jó reggelt, {name}",
"Good morning" : "Jó reggelt",
- "Good night, {name}" : "Jó éjszakát, (name)",
+ "Good night, {name}" : "Jó éjszakát, {name}",
"Good night" : "Jó éjszakát",
"Pick from files" : "Választás a fájlok közül",
"Default images" : "Alapértelmezett képek",
"Plain background" : "Egyszerű háttér",
- "Insert from {productName}" : "Beillesztés (productName)-ból"
+ "Insert from {productName}" : "Beillesztés {productName}-ból"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/dashboard/l10n/ru.js b/apps/dashboard/l10n/ru.js
new file mode 100644
index 00000000000..64f3e08454c
--- /dev/null
+++ b/apps/dashboard/l10n/ru.js
@@ -0,0 +1,31 @@
+OC.L10N.register(
+ "dashboard",
+ {
+ "Dashboard" : "Панель управления",
+ "Dashboard app" : "Приложения Панели управления",
+ "Show something" : "Показать",
+ "Customize" : "Настроить",
+ "Edit widgets" : "Редактировать виджеты",
+ "Get more widgets from the 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 evening, {name}" : "Добрый вечер, {name}",
+ "Good evening" : "Добрый вечер",
+ "Good afternoon, {name}" : "Добрый день, {name}",
+ "Good afternoon" : "Добрый день",
+ "Good morning, {name}" : "Доброе утро, {name}",
+ "Good morning" : "Доброе утро",
+ "Good night, {name}" : "Доброй ночи, {name}",
+ "Good night" : "Доброй ночи",
+ "Pick from files" : "Выбрать из файлов",
+ "Default images" : "Изображения по умолчанию",
+ "Plain background" : "Обычный фон",
+ "Insert from {productName}" : "Вставить из {productName}"
+},
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/apps/dashboard/l10n/ru.json b/apps/dashboard/l10n/ru.json
new file mode 100644
index 00000000000..7d3344df369
--- /dev/null
+++ b/apps/dashboard/l10n/ru.json
@@ -0,0 +1,29 @@
+{ "translations": {
+ "Dashboard" : "Панель управления",
+ "Dashboard app" : "Приложения Панели управления",
+ "Show something" : "Показать",
+ "Customize" : "Настроить",
+ "Edit widgets" : "Редактировать виджеты",
+ "Get more widgets from the 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 evening, {name}" : "Добрый вечер, {name}",
+ "Good evening" : "Добрый вечер",
+ "Good afternoon, {name}" : "Добрый день, {name}",
+ "Good afternoon" : "Добрый день",
+ "Good morning, {name}" : "Доброе утро, {name}",
+ "Good morning" : "Доброе утро",
+ "Good night, {name}" : "Доброй ночи, {name}",
+ "Good night" : "Доброй ночи",
+ "Pick from files" : "Выбрать из файлов",
+ "Default images" : "Изображения по умолчанию",
+ "Plain background" : "Обычный фон",
+ "Insert from {productName}" : "Вставить из {productName}"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
+} \ No newline at end of file
diff --git a/apps/dashboard/l10n/sv.js b/apps/dashboard/l10n/sv.js
new file mode 100644
index 00000000000..11bb551d3b6
--- /dev/null
+++ b/apps/dashboard/l10n/sv.js
@@ -0,0 +1,31 @@
+OC.L10N.register(
+ "dashboard",
+ {
+ "Dashboard" : "Dashboard",
+ "Dashboard app" : "Dashboard app",
+ "Show something" : "Visa någonting",
+ "Customize" : "Anpassa",
+ "Edit widgets" : "Redigera widgets",
+ "Get more widgets from the app store" : "Hämta fler widgets från app store",
+ "Change background image" : "Byt bakgrundsbild",
+ "Weather service" : "Vädertjänst",
+ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "För din integritet skull hämtas väderdata av din Nextcloud-server på dina vägnar så att vädertjänsten inte får någon personlig information.",
+ "Weather data from Met.no" : "Väderdata från Met.no",
+ "geocoding with Nominatim" : "geokodning med Nominatim",
+ "elevation data from OpenTopoData" : "höjddata från OpenTopoData",
+ "Weather" : "Väder",
+ "Status" : "Status",
+ "Good evening, {name}" : "God kväll, {name}",
+ "Good evening" : "God kväll",
+ "Good afternoon, {name}" : "God eftermiddag, {name}",
+ "Good afternoon" : "God eftermiddag",
+ "Good morning, {name}" : "God morgon, {name}",
+ "Good morning" : "God morgon",
+ "Good night, {name}" : "Godnatt, {name}",
+ "Good night" : "Godnatt",
+ "Pick from files" : "Välj från filer",
+ "Default images" : "Standardbilder",
+ "Plain background" : "Enkel bakgrund",
+ "Insert from {productName}" : "Infoga från {productName}"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dashboard/l10n/sv.json b/apps/dashboard/l10n/sv.json
new file mode 100644
index 00000000000..de8df7c66e6
--- /dev/null
+++ b/apps/dashboard/l10n/sv.json
@@ -0,0 +1,29 @@
+{ "translations": {
+ "Dashboard" : "Dashboard",
+ "Dashboard app" : "Dashboard app",
+ "Show something" : "Visa någonting",
+ "Customize" : "Anpassa",
+ "Edit widgets" : "Redigera widgets",
+ "Get more widgets from the app store" : "Hämta fler widgets från app store",
+ "Change background image" : "Byt bakgrundsbild",
+ "Weather service" : "Vädertjänst",
+ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "För din integritet skull hämtas väderdata av din Nextcloud-server på dina vägnar så att vädertjänsten inte får någon personlig information.",
+ "Weather data from Met.no" : "Väderdata från Met.no",
+ "geocoding with Nominatim" : "geokodning med Nominatim",
+ "elevation data from OpenTopoData" : "höjddata från OpenTopoData",
+ "Weather" : "Väder",
+ "Status" : "Status",
+ "Good evening, {name}" : "God kväll, {name}",
+ "Good evening" : "God kväll",
+ "Good afternoon, {name}" : "God eftermiddag, {name}",
+ "Good afternoon" : "God eftermiddag",
+ "Good morning, {name}" : "God morgon, {name}",
+ "Good morning" : "God morgon",
+ "Good night, {name}" : "Godnatt, {name}",
+ "Good night" : "Godnatt",
+ "Pick from files" : "Välj från filer",
+ "Default images" : "Standardbilder",
+ "Plain background" : "Enkel bakgrund",
+ "Insert from {productName}" : "Infoga från {productName}"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file