We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ad2909 + 536279e commit ea94a63Copy full SHA for ea94a63
messages/da/kvdrp.php
@@ -17,16 +17,16 @@
17
* NOTE: this file must be saved in UTF-8 encoding.
18
*/
19
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' => '',
+ 'Apply' => 'Anvend',
+ 'Cancel' => 'Annuller',
+ 'Custom Range' => 'Brugerdefineret interval',
+ 'From' => 'Fra',
+ 'Last Month' => 'Sidste måned',
+ 'Last {n} Days' => 'Sidste {n} dage',
+ 'Select Date Range' => 'Vælg interval',
+ 'This Month' => 'Denne måned',
+ 'To' => 'Til',
+ 'Today' => 'I dag',
30
'W' => '',
31
- 'Yesterday' => '',
+ 'Yesterday' => 'I går',
32
];
0 commit comments