Skip to content

Commit 1938c26

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 16c92e1 commit 1938c26

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

l10n/da.js

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
OC.L10N.register(
22
"integration_documenso",
33
{
4+
"Documenso" : "Dokumenter",
45
"No documents" : "Ingen dokumenter",
6+
"Documenso is not connected" : "Documenso er ikke forbundet",
7+
"Documenso service not available" : "Documenso service ikke tilgængelig",
58
"Completed" : "Gennemført",
69
"Draft" : "Kladde",
10+
"Waiting for signatures" : "Venter på underskrifter",
11+
"More documents" : "Flere dokumenter",
712
"Bad credentials" : "Forkerte legitimationsoplysninger",
813
"Bad HTTP method" : "Dårlig HTTP metode",
914
"Connected accounts" : "Forbundne konti",
1015
"Integration Documenso" : "Integration Documenso",
1116
"Sign files via Documenso Service." : "Signer filer via Documenso service.",
17+
"Failed to request signature with Documenso" : "Kunne ikke anmode om underskrift med Documenso",
18+
"Please allow pop-up windows." : "Vær venlig at tillade popup vinduer.",
1219
"Request a signature via Documenso" : "Anmod om en underskrift via Documenso",
1320
"Users or email addresses" : "Brugere eller e-mailadresser",
1421
"Nextcloud users or email addresses" : "Nextcloud brugere eller e-mailadresser",
@@ -22,7 +29,15 @@ OC.L10N.register(
2229
"Users or groups" : "Brugere af grupper",
2330
"Impossible to get user/group/circle list" : "Umuligt at hente bruger/gruppe/cirkel liste",
2431
"No recommendations. Start typing." : "Ingen anbefalinger. Begynd at skrive.",
32+
"Documenso options saved" : "Indstillinger for Documenso gemt",
33+
"Failed to save Documenso options" : "Kunne ikke gemme Documenso indstillinger",
34+
"Documenso integration" : "Documensointegration",
35+
"To create an access token, go to the \"API Token\" section of your Documenso User settings." : "For at oprette en adgang token, gå til \"API Token\" afsnit af din Documenso Brugerindstillinger.",
36+
"Documenso instance address" : "Documenso instance address",
2537
"Access token" : "Adgangstoken",
26-
"Connected as {user}" : "Forbundet som {user}"
38+
"Documenso access token" : "Documenso access token",
39+
"Connected as {user}" : "Forbundet som {user}",
40+
"Disconnect from Documenso" : "Afbryd forbindelsen fra Documenso",
41+
"Request signature with Documenso" : "Anmoder om underskrift med Documenso"
2742
},
2843
"nplurals=2; plural=(n != 1);");

l10n/da.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{ "translations": {
2+
"Documenso" : "Dokumenter",
23
"No documents" : "Ingen dokumenter",
4+
"Documenso is not connected" : "Documenso er ikke forbundet",
5+
"Documenso service not available" : "Documenso service ikke tilgængelig",
36
"Completed" : "Gennemført",
47
"Draft" : "Kladde",
8+
"Waiting for signatures" : "Venter på underskrifter",
9+
"More documents" : "Flere dokumenter",
510
"Bad credentials" : "Forkerte legitimationsoplysninger",
611
"Bad HTTP method" : "Dårlig HTTP metode",
712
"Connected accounts" : "Forbundne konti",
813
"Integration Documenso" : "Integration Documenso",
914
"Sign files via Documenso Service." : "Signer filer via Documenso service.",
15+
"Failed to request signature with Documenso" : "Kunne ikke anmode om underskrift med Documenso",
16+
"Please allow pop-up windows." : "Vær venlig at tillade popup vinduer.",
1017
"Request a signature via Documenso" : "Anmod om en underskrift via Documenso",
1118
"Users or email addresses" : "Brugere eller e-mailadresser",
1219
"Nextcloud users or email addresses" : "Nextcloud brugere eller e-mailadresser",
@@ -20,7 +27,15 @@
2027
"Users or groups" : "Brugere af grupper",
2128
"Impossible to get user/group/circle list" : "Umuligt at hente bruger/gruppe/cirkel liste",
2229
"No recommendations. Start typing." : "Ingen anbefalinger. Begynd at skrive.",
30+
"Documenso options saved" : "Indstillinger for Documenso gemt",
31+
"Failed to save Documenso options" : "Kunne ikke gemme Documenso indstillinger",
32+
"Documenso integration" : "Documensointegration",
33+
"To create an access token, go to the \"API Token\" section of your Documenso User settings." : "For at oprette en adgang token, gå til \"API Token\" afsnit af din Documenso Brugerindstillinger.",
34+
"Documenso instance address" : "Documenso instance address",
2335
"Access token" : "Adgangstoken",
24-
"Connected as {user}" : "Forbundet som {user}"
36+
"Documenso access token" : "Documenso access token",
37+
"Connected as {user}" : "Forbundet som {user}",
38+
"Disconnect from Documenso" : "Afbryd forbindelsen fra Documenso",
39+
"Request signature with Documenso" : "Anmoder om underskrift med Documenso"
2540
},"pluralForm" :"nplurals=2; plural=(n != 1);"
2641
}

0 commit comments

Comments
 (0)