Skip to content

Commit f5ef6cd

Browse files
authored
Merge pull request #585 from itk-dev/feature/translations-v2
Updated translations
2 parents c640eff + 15c2da3 commit f5ef6cd

13 files changed

Lines changed: 412 additions & 686 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1010
Updates translations and added translations handling to deployment
1111
* [PR-584](https://github.com/itk-dev/deltag.aarhus.dk/pull/584)
1212
Removed field_deskpro_department_id from public_meeting content type
13+
* [PR-585](https://github.com/itk-dev/deltag.aarhus.dk/pull/585)
14+
Added translations to multiple modules
1315

1416
## [4.14.2] - 2025-12-17
1517

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/modules/custom/hoeringsportal_anonymous_edit/src/Form/SettingsForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function buildForm(array $form, FormStateInterface $form_state): array {
5858

5959
$form['comment'] = [
6060
'#type' => 'fieldset',
61-
'#title' => $this->t('Comment'),
61+
'#title' => $this->t('Comment', [], ['context' => 'anonymous_edit_config_form']),
6262
'#tree' => TRUE,
6363

6464
'allow_update' => [
Lines changed: 37 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Danish translation of
1+
# Danish translation of
22
#
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: PROJECT VERSION\n"
6-
"POT-Creation-Date: 2025-12-18 09:43+0100\n"
7-
"PO-Revision-Date: 2025-12-18 09:43+0100\n"
6+
"POT-Creation-Date: 2026-01-05 13:40+0100\n"
7+
"PO-Revision-Date: 2026-01-05 13:40+0100\n"
88
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
99
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
1010
"MIME-Version: 1.0\n"
@@ -13,43 +13,32 @@ msgstr ""
1313
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1414
"Language: da\n"
1515

16-
#, fuzzy
1716
msgid "Allow cancel"
18-
msgstr ""
17+
msgstr "Tillad annullering"
1918

20-
#, fuzzy
2119
msgid "Allow delete"
22-
msgstr ""
20+
msgstr "Tillad sletning"
2321

24-
#, fuzzy
2522
msgid "Allow update"
26-
msgstr ""
23+
msgstr "Tillad opdatering"
2724

28-
#, fuzzy
2925
msgid "Cancel comment"
30-
msgstr ""
26+
msgstr "Annullér kommentar"
3127

32-
#, fuzzy
3328
msgid "Cancel comment?"
34-
msgstr ""
29+
msgstr "Annullér kommentar?"
3530

36-
#, fuzzy
3731
msgid "Cancel texts"
38-
msgstr ""
39-
40-
#, fuzzy
41-
msgid "Comment"
42-
msgstr ""
32+
msgstr "Annullértekster"
4333

4434
msgid "Comment #@comment on %title"
4535
msgstr "Kommentar #@comment på %title"
4636

47-
#, fuzzy
4837
msgid "Comment cancelled"
49-
msgstr ""
38+
msgstr "Kommentar annulleret"
5039

5140
msgid "Confirm your email address"
52-
msgstr "Bekræft din email adresse\""
41+
msgstr "Bekræft din e-mailadresse"
5342

5443
msgid "Edit"
5544
msgstr "Redigér"
@@ -72,45 +61,43 @@ msgstr "Find indhold"
7261
msgid "Find my content"
7362
msgstr "Find mit indhold"
7463

75-
#, fuzzy
7664
msgid "General"
77-
msgstr ""
65+
msgstr "Generelt"
7866

79-
#, fuzzy
8067
msgid ""
8168
"If you cancel the comment its content will be deleted, but any "
8269
"sub-comments will remain. This action cannot be undone."
8370
msgstr ""
71+
"Hvis du annullerer kommentaren, vil indholdet blive slettet, men alle "
72+
"underkommentarer vil forblive. Denne handling kan ikke fortrydes."
8473

85-
#, fuzzy
8674
msgid "Invalid cancel texts: @message"
87-
msgstr ""
75+
msgstr "Ugyldige annulleringstekster: @message"
8876

8977
msgid "Invalid email address"
9078
msgstr "Ugyldig email adresse"
9179

92-
#, fuzzy
9380
msgid "Keep comment"
94-
msgstr ""
81+
msgstr "Behold kommentar"
9582

96-
#, fuzzy
9783
msgid "Log level"
98-
msgstr ""
84+
msgstr "Logniveau"
9985

100-
#, fuzzy
10186
msgid "Node"
102-
msgstr ""
87+
msgstr "Indhold"
10388

104-
#, fuzzy
10589
msgid "Owner name format"
106-
msgstr ""
90+
msgstr "Ejernavneformat"
10791

108-
#, fuzzy
10992
msgid ""
11093
"Text to set when cancelling a comment. Must be a YAML map from comment "
11194
"fields to texts, e.g. <code><pre>field_comment: Denne kommentar er "
11295
"blevet slettet af forfatteren.</pre></code>"
11396
msgstr ""
97+
"Tekst der skal indsættes ved annullering af en kommentar. Skal være "
98+
"en YAML-afbildning fra kommentarfelter til tekster, f.eks. "
99+
"<code><pre>field_comment: Denne kommentar er blevet slettet af "
100+
"forfatteren.</pre></code>"
114101

115102
msgid "You don't have any content."
116103
msgstr "Du har ikke noget indhold."
@@ -119,50 +106,45 @@ msgid "Your edit token has been recovered"
119106
msgstr "Din redigeringstoken er blevet genoprettet"
120107

121108
msgid "Your email address"
122-
msgstr "Din email adresse"
109+
msgstr "Din e-mailadresse"
110+
111+
msgctxt "anonymous_edit_config_form"
112+
msgid "Comment"
113+
msgstr "Kommentar"
123114

124-
#, fuzzy
125115
msgctxt "hoeringsportal_anonymous_edit"
126116
msgid "Confirm your email address"
127-
msgstr ""
117+
msgstr "Bekræft din e-mailadresse"
128118

129-
#, fuzzy
130119
msgctxt "hoeringsportal_anonymous_edit"
131120
msgid "Edit"
132-
msgstr ""
121+
msgstr "Redigér"
133122

134-
#, fuzzy
135123
msgctxt "hoeringsportal_anonymous_edit"
136124
msgid "Error recovering your edit token"
137-
msgstr ""
125+
msgstr "Fejl ved genoprettelse af din redigeringstoken"
138126

139-
#, fuzzy
140127
msgctxt "hoeringsportal_anonymous_edit"
141128
msgid "Find content"
142-
msgstr ""
129+
msgstr "Find indhold"
143130

144-
#, fuzzy
145131
msgctxt "hoeringsportal_anonymous_edit"
146132
msgid "Find my content"
147-
msgstr ""
133+
msgstr "Find mit indhold"
148134

149-
#, fuzzy
150135
msgctxt "hoeringsportal_anonymous_edit"
151136
msgid "Invalid email address"
152-
msgstr ""
137+
msgstr "Ugyldig e-mailadresse"
153138

154-
#, fuzzy
155139
msgctxt "hoeringsportal_anonymous_edit"
156140
msgid "You don't have any content."
157-
msgstr ""
141+
msgstr "Du har ikke noget indhold."
158142

159-
#, fuzzy
160143
msgctxt "hoeringsportal_anonymous_edit"
161144
msgid "Your edit token has been recovered"
162-
msgstr ""
145+
msgstr "Din redigeringstoken er blevet genoprettet"
163146

164-
#, fuzzy
165147
msgctxt "hoeringsportal_anonymous_edit"
166148
msgid "Your email address"
167-
msgstr ""
149+
msgstr "Din e-mailadresse"
168150

0 commit comments

Comments
 (0)