diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-03-27 02:24:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-03-27 02:24:25 +0000 |
commit | aec9c8437a3de5d69451ae303ac5334b412f76d8 (patch) | |
tree | 34cb8e41f5cd7c984a38736e686e1b4a7835ff12 /apps/dashboard | |
parent | a75f0e62fa0b9e140ba0dd8ffb2e928a5d3007dd (diff) | |
download | nextcloud-server-aec9c8437a3de5d69451ae303ac5334b412f76d8.tar.gz nextcloud-server-aec9c8437a3de5d69451ae303ac5334b412f76d8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard')
-rw-r--r-- | apps/dashboard/l10n/da.js | 34 | ||||
-rw-r--r-- | apps/dashboard/l10n/da.json | 32 |
2 files changed, 66 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/da.js b/apps/dashboard/l10n/da.js new file mode 100644 index 00000000000..0c5cc013be1 --- /dev/null +++ b/apps/dashboard/l10n/da.js @@ -0,0 +1,34 @@ +OC.L10N.register( + "dashboard", + { + "Dashboard" : "Dashboard", + "Dashboard app" : "Dashboard app", + "Show something" : "Vis noget", + "Customize" : "Tilpas", + "Edit widgets" : "Redigér widgets", + "Get more widgets from the app store" : "Hent flere widgets fra app store", + "Change background image" : "Ændre baggrund", + "Weather service" : "Vejret", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Af hensyn til dit privatliv, er det din Nextcloud-server der henter vejr-data og udbyderen modtager således ingen oplysninger om dig.", + "Weather data from Met.no" : "Vejr-data leveres af Met.no", + "geocoding with Nominatim" : "Geocoding med Nominatim", + "elevation data from OpenTopoData" : "Højde-data fra OpenTopoData", + "Weather" : "Vejr", + "Status" : "Status", + "Good morning" : "God morgen", + "Good morning, {name}" : "God morgen {name}", + "Good afternoon" : "God eftermiddag", + "Good afternoon, {name}" : "God eftermiddag {name}", + "Good evening" : "God aften", + "Good evening, {name}" : "God aften {name}", + "Hello" : "Hej", + "Hello, {name}" : "Hej {name}", + "Pick from Files" : "Vælg fra Filer", + "Default images" : "Standardbilleder", + "Plain background" : "Standard baggrund", + "Insert from {productName}" : "Indsæt fra {productName}", + "Good night, {name}" : "Godnat {name}", + "Good night" : "Godnat", + "Pick from files" : "Vælg fra Filer" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/da.json b/apps/dashboard/l10n/da.json new file mode 100644 index 00000000000..622ad2929d2 --- /dev/null +++ b/apps/dashboard/l10n/da.json @@ -0,0 +1,32 @@ +{ "translations": { + "Dashboard" : "Dashboard", + "Dashboard app" : "Dashboard app", + "Show something" : "Vis noget", + "Customize" : "Tilpas", + "Edit widgets" : "Redigér widgets", + "Get more widgets from the app store" : "Hent flere widgets fra app store", + "Change background image" : "Ændre baggrund", + "Weather service" : "Vejret", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Af hensyn til dit privatliv, er det din Nextcloud-server der henter vejr-data og udbyderen modtager således ingen oplysninger om dig.", + "Weather data from Met.no" : "Vejr-data leveres af Met.no", + "geocoding with Nominatim" : "Geocoding med Nominatim", + "elevation data from OpenTopoData" : "Højde-data fra OpenTopoData", + "Weather" : "Vejr", + "Status" : "Status", + "Good morning" : "God morgen", + "Good morning, {name}" : "God morgen {name}", + "Good afternoon" : "God eftermiddag", + "Good afternoon, {name}" : "God eftermiddag {name}", + "Good evening" : "God aften", + "Good evening, {name}" : "God aften {name}", + "Hello" : "Hej", + "Hello, {name}" : "Hej {name}", + "Pick from Files" : "Vælg fra Filer", + "Default images" : "Standardbilleder", + "Plain background" : "Standard baggrund", + "Insert from {productName}" : "Indsæt fra {productName}", + "Good night, {name}" : "Godnat {name}", + "Good night" : "Godnat", + "Pick from files" : "Vælg fra Filer" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |