@ndla/ui 56.0.95-alpha.0 → 56.0.97-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/panda.buildinfo.json +1 -1
- package/es/locale/messages-en.js +17 -0
- package/es/locale/messages-nb.js +17 -0
- package/es/locale/messages-nn.js +17 -0
- package/es/locale/messages-se.js +17 -0
- package/es/locale/messages-sma.js +17 -0
- package/lib/locale/messages-en.d.ts +17 -0
- package/lib/locale/messages-en.js +17 -0
- package/lib/locale/messages-nb.d.ts +17 -0
- package/lib/locale/messages-nb.js +17 -0
- package/lib/locale/messages-nn.d.ts +17 -0
- package/lib/locale/messages-nn.js +17 -0
- package/lib/locale/messages-se.d.ts +17 -0
- package/lib/locale/messages-se.js +17 -0
- package/lib/locale/messages-sma.d.ts +17 -0
- package/lib/locale/messages-sma.js +17 -0
- package/package.json +8 -8
- package/src/locale/messages-en.ts +17 -0
- package/src/locale/messages-nb.ts +17 -0
- package/src/locale/messages-nn.ts +17 -0
- package/src/locale/messages-se.ts +17 -0
- package/src/locale/messages-sma.ts +17 -0
package/es/locale/messages-en.js
CHANGED
|
@@ -1508,6 +1508,23 @@ const messages = {
|
|
|
1508
1508
|
is360Video: "VR video",
|
|
1509
1509
|
close: "Lukk"
|
|
1510
1510
|
}
|
|
1511
|
+
},
|
|
1512
|
+
richTextEditor: {
|
|
1513
|
+
tooltip: {
|
|
1514
|
+
bold: "Bold ({{shortcut}})",
|
|
1515
|
+
code: "Code ({{shortcut}})",
|
|
1516
|
+
sub: "Subscript ({{shortcut}})",
|
|
1517
|
+
sup: "Superscript ({{shortcut}})",
|
|
1518
|
+
underlined: "Underlined ({{shortcut}})",
|
|
1519
|
+
italic: "Italic ({{shortcut}})",
|
|
1520
|
+
"numbered-list": "Numbered list ({{shortcut}})",
|
|
1521
|
+
"letter-list": "Alphabetical list ({{shortcut}})",
|
|
1522
|
+
"bulleted-list": "Bulleted list ({{shortcut}})",
|
|
1523
|
+
heading: "Heading {{level}} ({{shortcut}})",
|
|
1524
|
+
paragraph: "Paragraph ({{shortcut}})",
|
|
1525
|
+
section: "Section ({{shortcut}})",
|
|
1526
|
+
link: "Link ({{shortcut}})"
|
|
1527
|
+
}
|
|
1511
1528
|
}
|
|
1512
1529
|
};
|
|
1513
1530
|
export default messages;
|
package/es/locale/messages-nb.js
CHANGED
|
@@ -1508,6 +1508,23 @@ const messages = {
|
|
|
1508
1508
|
is360Video: "VR-video",
|
|
1509
1509
|
close: "Lukk"
|
|
1510
1510
|
}
|
|
1511
|
+
},
|
|
1512
|
+
richTextEditor: {
|
|
1513
|
+
tooltip: {
|
|
1514
|
+
bold: "Fet ({{shortcut}})",
|
|
1515
|
+
code: "Kode ({{shortcut}})",
|
|
1516
|
+
sub: "Senket skrift ({{shortcut}})",
|
|
1517
|
+
sup: "Hevet skrift ({{shortcut}})",
|
|
1518
|
+
underlined: "Understreket ({{shortcut}})",
|
|
1519
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1520
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1521
|
+
"letter-list": "Bokstavliste ({{shortcut}})",
|
|
1522
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1523
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1524
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1525
|
+
section: "Seksjon ({{shortcut}})",
|
|
1526
|
+
link: "Lenke ({{shortcut}})"
|
|
1527
|
+
}
|
|
1511
1528
|
}
|
|
1512
1529
|
};
|
|
1513
1530
|
export default messages;
|
package/es/locale/messages-nn.js
CHANGED
|
@@ -1508,6 +1508,23 @@ const messages = {
|
|
|
1508
1508
|
is360Video: "VR-video",
|
|
1509
1509
|
close: "Lukk"
|
|
1510
1510
|
}
|
|
1511
|
+
},
|
|
1512
|
+
richTextEditor: {
|
|
1513
|
+
tooltip: {
|
|
1514
|
+
bold: "Fet ({{shortcut}})",
|
|
1515
|
+
code: "Kode ({{shortcut}})",
|
|
1516
|
+
sub: "Senka skrift ({{shortcut}})",
|
|
1517
|
+
sup: "Heva skrift ({{shortcut}})",
|
|
1518
|
+
underlined: "Understreka ({{shortcut}})",
|
|
1519
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1520
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1521
|
+
"letter-list": "Alfabetisk liste ({{shortcut}})",
|
|
1522
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1523
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1524
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1525
|
+
section: "Seksjon ({{shortcut}})",
|
|
1526
|
+
link: "Lenke ({{shortcut}})"
|
|
1527
|
+
}
|
|
1511
1528
|
}
|
|
1512
1529
|
};
|
|
1513
1530
|
export default messages;
|
package/es/locale/messages-se.js
CHANGED
|
@@ -1508,6 +1508,23 @@ const messages = {
|
|
|
1508
1508
|
is360Video: "VR-video",
|
|
1509
1509
|
close: "Lukk"
|
|
1510
1510
|
}
|
|
1511
|
+
},
|
|
1512
|
+
richTextEditor: {
|
|
1513
|
+
tooltip: {
|
|
1514
|
+
bold: "Fet ({{shortcut}})",
|
|
1515
|
+
code: "Kode ({{shortcut}})",
|
|
1516
|
+
sub: "Senket skrift ({{shortcut}})",
|
|
1517
|
+
sup: "Hevet skrift ({{shortcut}})",
|
|
1518
|
+
underlined: "Understreket ({{shortcut}})",
|
|
1519
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1520
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1521
|
+
"letter-list": "Bokstavliste ({{shortcut}})",
|
|
1522
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1523
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1524
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1525
|
+
section: "Seksjon ({{shortcut}})",
|
|
1526
|
+
link: "Lenke ({{shortcut}})"
|
|
1527
|
+
}
|
|
1511
1528
|
}
|
|
1512
1529
|
};
|
|
1513
1530
|
export default messages;
|
|
@@ -1508,6 +1508,23 @@ const messages = {
|
|
|
1508
1508
|
is360Video: "VR-video",
|
|
1509
1509
|
close: "Lukk"
|
|
1510
1510
|
}
|
|
1511
|
+
},
|
|
1512
|
+
richTextEditor: {
|
|
1513
|
+
tooltip: {
|
|
1514
|
+
bold: "Fet ({{shortcut}})",
|
|
1515
|
+
code: "Kode ({{shortcut}})",
|
|
1516
|
+
sub: "Senket skrift ({{shortcut}})",
|
|
1517
|
+
sup: "Hevet skrift ({{shortcut}})",
|
|
1518
|
+
underlined: "Understreket ({{shortcut}})",
|
|
1519
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1520
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1521
|
+
"letter-list": "Bokstavliste ({{shortcut}})",
|
|
1522
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1523
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1524
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1525
|
+
section: "Seksjon ({{shortcut}})",
|
|
1526
|
+
link: "Lenke ({{shortcut}})"
|
|
1527
|
+
}
|
|
1511
1528
|
}
|
|
1512
1529
|
};
|
|
1513
1530
|
export default messages;
|
|
@@ -1465,5 +1465,22 @@ declare const messages: {
|
|
|
1465
1465
|
close: string;
|
|
1466
1466
|
};
|
|
1467
1467
|
};
|
|
1468
|
+
richTextEditor: {
|
|
1469
|
+
tooltip: {
|
|
1470
|
+
bold: string;
|
|
1471
|
+
code: string;
|
|
1472
|
+
sub: string;
|
|
1473
|
+
sup: string;
|
|
1474
|
+
underlined: string;
|
|
1475
|
+
italic: string;
|
|
1476
|
+
"numbered-list": string;
|
|
1477
|
+
"letter-list": string;
|
|
1478
|
+
"bulleted-list": string;
|
|
1479
|
+
heading: string;
|
|
1480
|
+
paragraph: string;
|
|
1481
|
+
section: string;
|
|
1482
|
+
link: string;
|
|
1483
|
+
};
|
|
1484
|
+
};
|
|
1468
1485
|
};
|
|
1469
1486
|
export default messages;
|
|
@@ -1515,6 +1515,23 @@ const messages = {
|
|
|
1515
1515
|
is360Video: "VR video",
|
|
1516
1516
|
close: "Lukk"
|
|
1517
1517
|
}
|
|
1518
|
+
},
|
|
1519
|
+
richTextEditor: {
|
|
1520
|
+
tooltip: {
|
|
1521
|
+
bold: "Bold ({{shortcut}})",
|
|
1522
|
+
code: "Code ({{shortcut}})",
|
|
1523
|
+
sub: "Subscript ({{shortcut}})",
|
|
1524
|
+
sup: "Superscript ({{shortcut}})",
|
|
1525
|
+
underlined: "Underlined ({{shortcut}})",
|
|
1526
|
+
italic: "Italic ({{shortcut}})",
|
|
1527
|
+
"numbered-list": "Numbered list ({{shortcut}})",
|
|
1528
|
+
"letter-list": "Alphabetical list ({{shortcut}})",
|
|
1529
|
+
"bulleted-list": "Bulleted list ({{shortcut}})",
|
|
1530
|
+
heading: "Heading {{level}} ({{shortcut}})",
|
|
1531
|
+
paragraph: "Paragraph ({{shortcut}})",
|
|
1532
|
+
section: "Section ({{shortcut}})",
|
|
1533
|
+
link: "Link ({{shortcut}})"
|
|
1534
|
+
}
|
|
1518
1535
|
}
|
|
1519
1536
|
};
|
|
1520
1537
|
var _default = exports.default = messages;
|
|
@@ -1465,5 +1465,22 @@ declare const messages: {
|
|
|
1465
1465
|
close: string;
|
|
1466
1466
|
};
|
|
1467
1467
|
};
|
|
1468
|
+
richTextEditor: {
|
|
1469
|
+
tooltip: {
|
|
1470
|
+
bold: string;
|
|
1471
|
+
code: string;
|
|
1472
|
+
sub: string;
|
|
1473
|
+
sup: string;
|
|
1474
|
+
underlined: string;
|
|
1475
|
+
italic: string;
|
|
1476
|
+
"numbered-list": string;
|
|
1477
|
+
"letter-list": string;
|
|
1478
|
+
"bulleted-list": string;
|
|
1479
|
+
heading: string;
|
|
1480
|
+
paragraph: string;
|
|
1481
|
+
section: string;
|
|
1482
|
+
link: string;
|
|
1483
|
+
};
|
|
1484
|
+
};
|
|
1468
1485
|
};
|
|
1469
1486
|
export default messages;
|
|
@@ -1515,6 +1515,23 @@ const messages = {
|
|
|
1515
1515
|
is360Video: "VR-video",
|
|
1516
1516
|
close: "Lukk"
|
|
1517
1517
|
}
|
|
1518
|
+
},
|
|
1519
|
+
richTextEditor: {
|
|
1520
|
+
tooltip: {
|
|
1521
|
+
bold: "Fet ({{shortcut}})",
|
|
1522
|
+
code: "Kode ({{shortcut}})",
|
|
1523
|
+
sub: "Senket skrift ({{shortcut}})",
|
|
1524
|
+
sup: "Hevet skrift ({{shortcut}})",
|
|
1525
|
+
underlined: "Understreket ({{shortcut}})",
|
|
1526
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1527
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1528
|
+
"letter-list": "Bokstavliste ({{shortcut}})",
|
|
1529
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1530
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1531
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1532
|
+
section: "Seksjon ({{shortcut}})",
|
|
1533
|
+
link: "Lenke ({{shortcut}})"
|
|
1534
|
+
}
|
|
1518
1535
|
}
|
|
1519
1536
|
};
|
|
1520
1537
|
var _default = exports.default = messages;
|
|
@@ -1465,5 +1465,22 @@ declare const messages: {
|
|
|
1465
1465
|
close: string;
|
|
1466
1466
|
};
|
|
1467
1467
|
};
|
|
1468
|
+
richTextEditor: {
|
|
1469
|
+
tooltip: {
|
|
1470
|
+
bold: string;
|
|
1471
|
+
code: string;
|
|
1472
|
+
sub: string;
|
|
1473
|
+
sup: string;
|
|
1474
|
+
underlined: string;
|
|
1475
|
+
italic: string;
|
|
1476
|
+
"numbered-list": string;
|
|
1477
|
+
"letter-list": string;
|
|
1478
|
+
"bulleted-list": string;
|
|
1479
|
+
heading: string;
|
|
1480
|
+
paragraph: string;
|
|
1481
|
+
section: string;
|
|
1482
|
+
link: string;
|
|
1483
|
+
};
|
|
1484
|
+
};
|
|
1468
1485
|
};
|
|
1469
1486
|
export default messages;
|
|
@@ -1515,6 +1515,23 @@ const messages = {
|
|
|
1515
1515
|
is360Video: "VR-video",
|
|
1516
1516
|
close: "Lukk"
|
|
1517
1517
|
}
|
|
1518
|
+
},
|
|
1519
|
+
richTextEditor: {
|
|
1520
|
+
tooltip: {
|
|
1521
|
+
bold: "Fet ({{shortcut}})",
|
|
1522
|
+
code: "Kode ({{shortcut}})",
|
|
1523
|
+
sub: "Senka skrift ({{shortcut}})",
|
|
1524
|
+
sup: "Heva skrift ({{shortcut}})",
|
|
1525
|
+
underlined: "Understreka ({{shortcut}})",
|
|
1526
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1527
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1528
|
+
"letter-list": "Alfabetisk liste ({{shortcut}})",
|
|
1529
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1530
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1531
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1532
|
+
section: "Seksjon ({{shortcut}})",
|
|
1533
|
+
link: "Lenke ({{shortcut}})"
|
|
1534
|
+
}
|
|
1518
1535
|
}
|
|
1519
1536
|
};
|
|
1520
1537
|
var _default = exports.default = messages;
|
|
@@ -1465,5 +1465,22 @@ declare const messages: {
|
|
|
1465
1465
|
close: string;
|
|
1466
1466
|
};
|
|
1467
1467
|
};
|
|
1468
|
+
richTextEditor: {
|
|
1469
|
+
tooltip: {
|
|
1470
|
+
bold: string;
|
|
1471
|
+
code: string;
|
|
1472
|
+
sub: string;
|
|
1473
|
+
sup: string;
|
|
1474
|
+
underlined: string;
|
|
1475
|
+
italic: string;
|
|
1476
|
+
"numbered-list": string;
|
|
1477
|
+
"letter-list": string;
|
|
1478
|
+
"bulleted-list": string;
|
|
1479
|
+
heading: string;
|
|
1480
|
+
paragraph: string;
|
|
1481
|
+
section: string;
|
|
1482
|
+
link: string;
|
|
1483
|
+
};
|
|
1484
|
+
};
|
|
1468
1485
|
};
|
|
1469
1486
|
export default messages;
|
|
@@ -1515,6 +1515,23 @@ const messages = {
|
|
|
1515
1515
|
is360Video: "VR-video",
|
|
1516
1516
|
close: "Lukk"
|
|
1517
1517
|
}
|
|
1518
|
+
},
|
|
1519
|
+
richTextEditor: {
|
|
1520
|
+
tooltip: {
|
|
1521
|
+
bold: "Fet ({{shortcut}})",
|
|
1522
|
+
code: "Kode ({{shortcut}})",
|
|
1523
|
+
sub: "Senket skrift ({{shortcut}})",
|
|
1524
|
+
sup: "Hevet skrift ({{shortcut}})",
|
|
1525
|
+
underlined: "Understreket ({{shortcut}})",
|
|
1526
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1527
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1528
|
+
"letter-list": "Bokstavliste ({{shortcut}})",
|
|
1529
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1530
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1531
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1532
|
+
section: "Seksjon ({{shortcut}})",
|
|
1533
|
+
link: "Lenke ({{shortcut}})"
|
|
1534
|
+
}
|
|
1518
1535
|
}
|
|
1519
1536
|
};
|
|
1520
1537
|
var _default = exports.default = messages;
|
|
@@ -1465,5 +1465,22 @@ declare const messages: {
|
|
|
1465
1465
|
close: string;
|
|
1466
1466
|
};
|
|
1467
1467
|
};
|
|
1468
|
+
richTextEditor: {
|
|
1469
|
+
tooltip: {
|
|
1470
|
+
bold: string;
|
|
1471
|
+
code: string;
|
|
1472
|
+
sub: string;
|
|
1473
|
+
sup: string;
|
|
1474
|
+
underlined: string;
|
|
1475
|
+
italic: string;
|
|
1476
|
+
"numbered-list": string;
|
|
1477
|
+
"letter-list": string;
|
|
1478
|
+
"bulleted-list": string;
|
|
1479
|
+
heading: string;
|
|
1480
|
+
paragraph: string;
|
|
1481
|
+
section: string;
|
|
1482
|
+
link: string;
|
|
1483
|
+
};
|
|
1484
|
+
};
|
|
1468
1485
|
};
|
|
1469
1486
|
export default messages;
|
|
@@ -1515,6 +1515,23 @@ const messages = {
|
|
|
1515
1515
|
is360Video: "VR-video",
|
|
1516
1516
|
close: "Lukk"
|
|
1517
1517
|
}
|
|
1518
|
+
},
|
|
1519
|
+
richTextEditor: {
|
|
1520
|
+
tooltip: {
|
|
1521
|
+
bold: "Fet ({{shortcut}})",
|
|
1522
|
+
code: "Kode ({{shortcut}})",
|
|
1523
|
+
sub: "Senket skrift ({{shortcut}})",
|
|
1524
|
+
sup: "Hevet skrift ({{shortcut}})",
|
|
1525
|
+
underlined: "Understreket ({{shortcut}})",
|
|
1526
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1527
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1528
|
+
"letter-list": "Bokstavliste ({{shortcut}})",
|
|
1529
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1530
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1531
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1532
|
+
section: "Seksjon ({{shortcut}})",
|
|
1533
|
+
link: "Lenke ({{shortcut}})"
|
|
1534
|
+
}
|
|
1518
1535
|
}
|
|
1519
1536
|
};
|
|
1520
1537
|
var _default = exports.default = messages;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndla/ui",
|
|
3
|
-
"version": "56.0.
|
|
3
|
+
"version": "56.0.97-alpha.0",
|
|
4
4
|
"description": "UI component library for NDLA",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@ndla/core": "^5.0.3",
|
|
36
|
-
"@ndla/icons": "^8.0.
|
|
36
|
+
"@ndla/icons": "^8.0.51-alpha.0",
|
|
37
37
|
"@ndla/licenses": "^8.0.6-alpha.0",
|
|
38
|
-
"@ndla/primitives": "^1.0.
|
|
39
|
-
"@ndla/safelink": "^7.0.
|
|
40
|
-
"@ndla/styled-system": "^0.0.
|
|
38
|
+
"@ndla/primitives": "^1.0.73-alpha.0",
|
|
39
|
+
"@ndla/safelink": "^7.0.74-alpha.0",
|
|
40
|
+
"@ndla/styled-system": "^0.0.31",
|
|
41
41
|
"@ndla/util": "^5.0.5-alpha.0",
|
|
42
42
|
"html-react-parser": "^5.1.19",
|
|
43
43
|
"i18next-browser-languagedetector": "^7.1.0"
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"react-router-dom": "> 6.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@ndla/preset-panda": "^0.0.
|
|
53
|
+
"@ndla/preset-panda": "^0.0.50",
|
|
54
54
|
"@ndla/types-backend": "^1.0.1",
|
|
55
55
|
"@ndla/types-embed": "^5.0.10-alpha.0",
|
|
56
|
-
"@pandacss/dev": "^0.
|
|
56
|
+
"@pandacss/dev": "^0.52.0"
|
|
57
57
|
},
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "308739198902185ecd934c03ba51c43bb527500e"
|
|
62
62
|
}
|
|
@@ -1539,6 +1539,23 @@ const messages = {
|
|
|
1539
1539
|
close: "Lukk",
|
|
1540
1540
|
},
|
|
1541
1541
|
},
|
|
1542
|
+
richTextEditor: {
|
|
1543
|
+
tooltip: {
|
|
1544
|
+
bold: "Bold ({{shortcut}})",
|
|
1545
|
+
code: "Code ({{shortcut}})",
|
|
1546
|
+
sub: "Subscript ({{shortcut}})",
|
|
1547
|
+
sup: "Superscript ({{shortcut}})",
|
|
1548
|
+
underlined: "Underlined ({{shortcut}})",
|
|
1549
|
+
italic: "Italic ({{shortcut}})",
|
|
1550
|
+
"numbered-list": "Numbered list ({{shortcut}})",
|
|
1551
|
+
"letter-list": "Alphabetical list ({{shortcut}})",
|
|
1552
|
+
"bulleted-list": "Bulleted list ({{shortcut}})",
|
|
1553
|
+
heading: "Heading {{level}} ({{shortcut}})",
|
|
1554
|
+
paragraph: "Paragraph ({{shortcut}})",
|
|
1555
|
+
section: "Section ({{shortcut}})",
|
|
1556
|
+
link: "Link ({{shortcut}})",
|
|
1557
|
+
},
|
|
1558
|
+
},
|
|
1542
1559
|
};
|
|
1543
1560
|
|
|
1544
1561
|
export default messages;
|
|
@@ -1540,6 +1540,23 @@ const messages = {
|
|
|
1540
1540
|
close: "Lukk",
|
|
1541
1541
|
},
|
|
1542
1542
|
},
|
|
1543
|
+
richTextEditor: {
|
|
1544
|
+
tooltip: {
|
|
1545
|
+
bold: "Fet ({{shortcut}})",
|
|
1546
|
+
code: "Kode ({{shortcut}})",
|
|
1547
|
+
sub: "Senket skrift ({{shortcut}})",
|
|
1548
|
+
sup: "Hevet skrift ({{shortcut}})",
|
|
1549
|
+
underlined: "Understreket ({{shortcut}})",
|
|
1550
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1551
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1552
|
+
"letter-list": "Bokstavliste ({{shortcut}})",
|
|
1553
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1554
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1555
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1556
|
+
section: "Seksjon ({{shortcut}})",
|
|
1557
|
+
link: "Lenke ({{shortcut}})",
|
|
1558
|
+
},
|
|
1559
|
+
},
|
|
1543
1560
|
};
|
|
1544
1561
|
|
|
1545
1562
|
export default messages;
|
|
@@ -1539,6 +1539,23 @@ const messages = {
|
|
|
1539
1539
|
close: "Lukk",
|
|
1540
1540
|
},
|
|
1541
1541
|
},
|
|
1542
|
+
richTextEditor: {
|
|
1543
|
+
tooltip: {
|
|
1544
|
+
bold: "Fet ({{shortcut}})",
|
|
1545
|
+
code: "Kode ({{shortcut}})",
|
|
1546
|
+
sub: "Senka skrift ({{shortcut}})",
|
|
1547
|
+
sup: "Heva skrift ({{shortcut}})",
|
|
1548
|
+
underlined: "Understreka ({{shortcut}})",
|
|
1549
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1550
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1551
|
+
"letter-list": "Alfabetisk liste ({{shortcut}})",
|
|
1552
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1553
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1554
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1555
|
+
section: "Seksjon ({{shortcut}})",
|
|
1556
|
+
link: "Lenke ({{shortcut}})",
|
|
1557
|
+
},
|
|
1558
|
+
},
|
|
1542
1559
|
};
|
|
1543
1560
|
|
|
1544
1561
|
export default messages;
|
|
@@ -1541,6 +1541,23 @@ const messages = {
|
|
|
1541
1541
|
close: "Lukk",
|
|
1542
1542
|
},
|
|
1543
1543
|
},
|
|
1544
|
+
richTextEditor: {
|
|
1545
|
+
tooltip: {
|
|
1546
|
+
bold: "Fet ({{shortcut}})",
|
|
1547
|
+
code: "Kode ({{shortcut}})",
|
|
1548
|
+
sub: "Senket skrift ({{shortcut}})",
|
|
1549
|
+
sup: "Hevet skrift ({{shortcut}})",
|
|
1550
|
+
underlined: "Understreket ({{shortcut}})",
|
|
1551
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1552
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1553
|
+
"letter-list": "Bokstavliste ({{shortcut}})",
|
|
1554
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1555
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1556
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1557
|
+
section: "Seksjon ({{shortcut}})",
|
|
1558
|
+
link: "Lenke ({{shortcut}})",
|
|
1559
|
+
},
|
|
1560
|
+
},
|
|
1544
1561
|
};
|
|
1545
1562
|
|
|
1546
1563
|
export default messages;
|
|
@@ -1543,6 +1543,23 @@ const messages = {
|
|
|
1543
1543
|
close: "Lukk",
|
|
1544
1544
|
},
|
|
1545
1545
|
},
|
|
1546
|
+
richTextEditor: {
|
|
1547
|
+
tooltip: {
|
|
1548
|
+
bold: "Fet ({{shortcut}})",
|
|
1549
|
+
code: "Kode ({{shortcut}})",
|
|
1550
|
+
sub: "Senket skrift ({{shortcut}})",
|
|
1551
|
+
sup: "Hevet skrift ({{shortcut}})",
|
|
1552
|
+
underlined: "Understreket ({{shortcut}})",
|
|
1553
|
+
italic: "Kursiv ({{shortcut}})",
|
|
1554
|
+
"numbered-list": "Nummerert liste ({{shortcut}})",
|
|
1555
|
+
"letter-list": "Bokstavliste ({{shortcut}})",
|
|
1556
|
+
"bulleted-list": "Punktliste ({{shortcut}})",
|
|
1557
|
+
heading: "Overskrift {{level}} ({{shortcut}})",
|
|
1558
|
+
paragraph: "Paragraf ({{shortcut}})",
|
|
1559
|
+
section: "Seksjon ({{shortcut}})",
|
|
1560
|
+
link: "Lenke ({{shortcut}})",
|
|
1561
|
+
},
|
|
1562
|
+
},
|
|
1546
1563
|
};
|
|
1547
1564
|
|
|
1548
1565
|
export default messages;
|