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.
1 parent 23ec068 commit fe5e7b9Copy full SHA for fe5e7b9
src/locale/lang/nb-NO.js
@@ -0,0 +1,37 @@
1
+export default {
2
+ uiv: {
3
+ datePicker: {
4
+ clear: 'Nullstill',
5
+ today: 'I dag',
6
+ month: 'Måned',
7
+ month1: 'januar',
8
+ month2: 'februar',
9
+ month3: 'mars',
10
+ month4: 'april',
11
+ month5: 'mai',
12
+ month6: 'juni',
13
+ month7: 'juli',
14
+ month8: 'august',
15
+ month9: 'september',
16
+ month10: 'oktober',
17
+ month11: 'november',
18
+ month12: 'desember',
19
+ year: 'År',
20
+ week1: 'man',
21
+ week2: 'tir',
22
+ week3: 'ons',
23
+ week4: 'tor',
24
+ week5: 'fre',
25
+ week6: 'lør',
26
+ week7: 'søn'
27
+ },
28
+ timePicker: {
29
+ am: 'AM',
30
+ pm: 'PM'
31
32
+ modal: {
33
+ cancel: 'Avbryt',
34
+ ok: 'OK'
35
+ }
36
37
+}
0 commit comments