Skip to content

Commit ea94a63

Browse files
authored
Merge pull request #98 from iflux1990/patch-1
Add Danish Translations
2 parents 0ad2909 + 536279e commit ea94a63

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

messages/da/kvdrp.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
* NOTE: this file must be saved in UTF-8 encoding.
1818
*/
1919
return [
20-
'Apply' => '',
21-
'Cancel' => '',
22-
'Custom Range' => '',
23-
'From' => '',
24-
'Last Month' => '',
25-
'Last {n} Days' => '',
26-
'Select Date Range' => '',
27-
'This Month' => '',
28-
'To' => '',
29-
'Today' => '',
20+
'Apply' => 'Anvend',
21+
'Cancel' => 'Annuller',
22+
'Custom Range' => 'Brugerdefineret interval',
23+
'From' => 'Fra',
24+
'Last Month' => 'Sidste måned',
25+
'Last {n} Days' => 'Sidste {n} dage',
26+
'Select Date Range' => 'Vælg interval',
27+
'This Month' => 'Denne måned',
28+
'To' => 'Til',
29+
'Today' => 'I dag',
3030
'W' => '',
31-
'Yesterday' => '',
31+
'Yesterday' => 'I går',
3232
];

0 commit comments

Comments
 (0)