UNPKG
@postnord/web-components
Version:
beta (7.19.3)
latest (7.25.3)
7.25.3
7.25.2
7.25.1
7.25.0
7.24.1
7.24.0
7.23.2
7.23.1
7.23.0
7.22.0
7.21.3
7.21.2
7.21.1
7.21.0
7.20.1
7.20.0
7.19.4
7.19.3
7.19.2
7.19.1
7.19.0
7.18.3
7.18.2
7.18.1
7.18.0
7.17.0
7.17.0-beta-0.2
7.17.0-beta-0.1
7.16.0
7.15.0
7.14.6
7.14.5
7.14.4
7.14.3
7.14.3-beta-0.1
7.14.2
7.14.1
7.14.1-beta-0.1
7.14.0
7.13.1
7.13.0
7.12.0
7.11.4
7.11.3
7.11.2
7.11.1
7.11.0
7.10.0
7.9.4
7.9.3
7.9.2
7.9.1
7.9.0
7.8.0
7.7.0
7.6.3
7.6.2
7.6.1
7.6.0
7.5.2
7.5.1
7.5.0
7.4.0
7.3.2
7.3.1
7.3.0
7.2.3
7.2.2
7.2.1
7.2.0
7.1.0
7.0.3
7.0.2
7.0.1
7.0.0
6.5.1
6.5.0
6.4.0
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.0
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.5.4
5.5.3
5.5.2
5.5.1
5.5.0
5.4.11
5.4.10
5.4.9
5.4.8
5.4.7
5.4.6
5.4.5
5.4.4
5.4.3
5.4.2
5.4.1
5.4.0
5.3.0
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.39
4.0.38
4.0.37
4.0.35
4.0.33
4.0.32
4.0.31
4.0.30
4.0.29
4.0.28
4.0.27
4.0.26
4.0.25
4.0.24
4.0.23
4.0.22
4.0.21
4.0.20
4.0.19
4.0.18
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.30
1.0.29
1.0.28
1.0.27
1.0.26
1.0.25
1.0.24
1.0.23
1.0.22
1.0.21
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.25
0.0.24
PostNord Web Components
github.com/postnord-group/web-components
postnord-group/web-components
@postnord/web-components
/
collection
/
components
/
feedback
/
pn-modal
/
translation.js
14 lines
(13 loc)
•
265 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*! * Built with Stencil * By PostNord. */
export
const
translations = {
CLOSE_MODAL
: { en:
'Close dialog'
, sv:
'Stäng dialogrutan'
, da:
'Luk dialogboks'
, fi:
'Sulje valintaikkuna'
, no:
'Lukk dialogboksen'
, }, };