Skip to content

Commit 84420ab

Browse files
authored
Merge pull request #5556 from cservenka/master
Added danish translations for pagination
2 parents 5e4c1dd + 73dcdd4 commit 84420ab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/js/i18n/da.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@
5555
invalidCsv: 'File was unable to be processed, is it valid CSV?',
5656
invalidJson: 'File was unable to be processed, is it valid Json?',
5757
jsonNotArray: 'Imported json file must contain an array, aborting.'
58+
},
59+
pagination: {
60+
aria: {
61+
pageToFirst: 'Gå til første',
62+
pageBack: 'Gå tilbage',
63+
pageSelected: 'Valgte side',
64+
pageForward: 'Gå frem',
65+
pageToLast: 'Gå til sidste'
66+
},
67+
sizes: 'genstande per side',
68+
totalItems: 'genstande',
69+
through: 'gennem',
70+
of: 'af'
5871
}
5972
});
6073
return $delegate;

0 commit comments

Comments
 (0)