@atlaskit/afm-i18n-platform-linking-platform-link-create 2.205.0 → 2.207.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/cjs/i18n/da.js +1 -1
- package/dist/esm/i18n/da.js +1 -1
- package/i18n/da.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -9,7 +9,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
*/
|
|
10
10
|
//Danish (Denmark)
|
|
11
11
|
exports.default = {
|
|
12
|
-
'link-create.live-doc-icon-label': '
|
|
12
|
+
'link-create.live-doc-icon-label': 'Livedokument',
|
|
13
13
|
'link-create.page-icon-label': 'Side',
|
|
14
14
|
'link-create.unknown-error.description': 'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
|
|
15
15
|
'link-create.unknown-error.heading': 'Noget gik galt.',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Danish (Denmark)
|
|
9
9
|
export default {
|
|
10
|
-
'link-create.live-doc-icon-label': '
|
|
10
|
+
'link-create.live-doc-icon-label': 'Livedokument',
|
|
11
11
|
'link-create.page-icon-label': 'Side',
|
|
12
12
|
'link-create.unknown-error.description': 'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
|
|
13
13
|
'link-create.unknown-error.heading': 'Noget gik galt.',
|
package/i18n/da.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Danish (Denmark)
|
|
9
9
|
export default {
|
|
10
|
-
'link-create.live-doc-icon-label': '
|
|
10
|
+
'link-create.live-doc-icon-label': 'Livedokument',
|
|
11
11
|
'link-create.page-icon-label': 'Side',
|
|
12
12
|
'link-create.unknown-error.description':
|
|
13
13
|
'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/afm-i18n-platform-linking-platform-link-create",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.207.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-linking-platform-link-create published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
|