@atlaskit/afm-i18n-platform-linking-platform-link-create 2.2.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/build.js +131 -0
- package/dist/cjs/i18n/cs.js +26 -0
- package/dist/cjs/i18n/da.js +26 -0
- package/dist/cjs/i18n/de.js +26 -0
- package/dist/cjs/i18n/en.js +26 -0
- package/dist/cjs/i18n/en_GB.js +26 -0
- package/dist/cjs/i18n/en_ZZ.js +26 -0
- package/dist/cjs/i18n/es.js +26 -0
- package/dist/cjs/i18n/fi.js +26 -0
- package/dist/cjs/i18n/fr.js +26 -0
- package/dist/cjs/i18n/hr.js +26 -0
- package/dist/cjs/i18n/hu.js +26 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +26 -0
- package/dist/cjs/i18n/ja.js +26 -0
- package/dist/cjs/i18n/ko.js +26 -0
- package/dist/cjs/i18n/nb.js +26 -0
- package/dist/cjs/i18n/nl.js +26 -0
- package/dist/cjs/i18n/pl.js +26 -0
- package/dist/cjs/i18n/pt_BR.js +26 -0
- package/dist/cjs/i18n/ru.js +26 -0
- package/dist/cjs/i18n/sl.js +26 -0
- package/dist/cjs/i18n/sr_RS.js +26 -0
- package/dist/cjs/i18n/sr_YR.js +26 -0
- package/dist/cjs/i18n/sv.js +26 -0
- package/dist/cjs/i18n/th.js +26 -0
- package/dist/cjs/i18n/tr.js +26 -0
- package/dist/cjs/i18n/uk.js +26 -0
- package/dist/cjs/i18n/vi.js +26 -0
- package/dist/cjs/i18n/zh.js +26 -0
- package/dist/cjs/i18n/zh_TW.js +26 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +23 -0
- package/dist/esm/i18n/cs.js +24 -0
- package/dist/esm/i18n/da.d.ts +23 -0
- package/dist/esm/i18n/da.js +24 -0
- package/dist/esm/i18n/de.d.ts +23 -0
- package/dist/esm/i18n/de.js +24 -0
- package/dist/esm/i18n/en.d.ts +23 -0
- package/dist/esm/i18n/en.js +24 -0
- package/dist/esm/i18n/en_GB.d.ts +23 -0
- package/dist/esm/i18n/en_GB.js +24 -0
- package/dist/esm/i18n/en_ZZ.d.ts +23 -0
- package/dist/esm/i18n/en_ZZ.js +24 -0
- package/dist/esm/i18n/es.d.ts +23 -0
- package/dist/esm/i18n/es.js +24 -0
- package/dist/esm/i18n/fi.d.ts +23 -0
- package/dist/esm/i18n/fi.js +24 -0
- package/dist/esm/i18n/fr.d.ts +23 -0
- package/dist/esm/i18n/fr.js +24 -0
- package/dist/esm/i18n/hr.d.ts +23 -0
- package/dist/esm/i18n/hr.js +24 -0
- package/dist/esm/i18n/hu.d.ts +23 -0
- package/dist/esm/i18n/hu.js +24 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +23 -0
- package/dist/esm/i18n/it.js +24 -0
- package/dist/esm/i18n/ja.d.ts +23 -0
- package/dist/esm/i18n/ja.js +24 -0
- package/dist/esm/i18n/ko.d.ts +23 -0
- package/dist/esm/i18n/ko.js +24 -0
- package/dist/esm/i18n/nb.d.ts +23 -0
- package/dist/esm/i18n/nb.js +24 -0
- package/dist/esm/i18n/nl.d.ts +23 -0
- package/dist/esm/i18n/nl.js +24 -0
- package/dist/esm/i18n/pl.d.ts +23 -0
- package/dist/esm/i18n/pl.js +24 -0
- package/dist/esm/i18n/pt_BR.d.ts +23 -0
- package/dist/esm/i18n/pt_BR.js +24 -0
- package/dist/esm/i18n/ru.d.ts +23 -0
- package/dist/esm/i18n/ru.js +24 -0
- package/dist/esm/i18n/sl.d.ts +23 -0
- package/dist/esm/i18n/sl.js +24 -0
- package/dist/esm/i18n/sr_RS.d.ts +23 -0
- package/dist/esm/i18n/sr_RS.js +24 -0
- package/dist/esm/i18n/sr_YR.d.ts +23 -0
- package/dist/esm/i18n/sr_YR.js +24 -0
- package/dist/esm/i18n/sv.d.ts +23 -0
- package/dist/esm/i18n/sv.js +24 -0
- package/dist/esm/i18n/th.d.ts +23 -0
- package/dist/esm/i18n/th.js +24 -0
- package/dist/esm/i18n/tr.d.ts +23 -0
- package/dist/esm/i18n/tr.js +24 -0
- package/dist/esm/i18n/uk.d.ts +23 -0
- package/dist/esm/i18n/uk.js +24 -0
- package/dist/esm/i18n/vi.d.ts +23 -0
- package/dist/esm/i18n/vi.js +24 -0
- package/dist/esm/i18n/zh.d.ts +23 -0
- package/dist/esm/i18n/zh.js +24 -0
- package/dist/esm/i18n/zh_TW.d.ts +23 -0
- package/dist/esm/i18n/zh_TW.js +24 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +23 -0
- package/dist/types/i18n/da.d.ts +23 -0
- package/dist/types/i18n/de.d.ts +23 -0
- package/dist/types/i18n/en.d.ts +23 -0
- package/dist/types/i18n/en_GB.d.ts +23 -0
- package/dist/types/i18n/en_ZZ.d.ts +23 -0
- package/dist/types/i18n/es.d.ts +23 -0
- package/dist/types/i18n/fi.d.ts +23 -0
- package/dist/types/i18n/fr.d.ts +23 -0
- package/dist/types/i18n/hr.d.ts +23 -0
- package/dist/types/i18n/hu.d.ts +23 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +23 -0
- package/dist/types/i18n/ja.d.ts +23 -0
- package/dist/types/i18n/ko.d.ts +23 -0
- package/dist/types/i18n/nb.d.ts +23 -0
- package/dist/types/i18n/nl.d.ts +23 -0
- package/dist/types/i18n/pl.d.ts +23 -0
- package/dist/types/i18n/pt_BR.d.ts +23 -0
- package/dist/types/i18n/ru.d.ts +23 -0
- package/dist/types/i18n/sl.d.ts +23 -0
- package/dist/types/i18n/sr_RS.d.ts +23 -0
- package/dist/types/i18n/sr_YR.d.ts +23 -0
- package/dist/types/i18n/sv.d.ts +23 -0
- package/dist/types/i18n/th.d.ts +23 -0
- package/dist/types/i18n/tr.d.ts +23 -0
- package/dist/types/i18n/uk.d.ts +23 -0
- package/dist/types/i18n/vi.d.ts +23 -0
- package/dist/types/i18n/zh.d.ts +23 -0
- package/dist/types/i18n/zh_TW.d.ts +23 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +26 -0
- package/i18n/da.ts +25 -0
- package/i18n/de.ts +26 -0
- package/i18n/en.ts +26 -0
- package/i18n/en_GB.ts +26 -0
- package/i18n/en_ZZ.ts +26 -0
- package/i18n/es.ts +25 -0
- package/i18n/fi.ts +25 -0
- package/i18n/fr.ts +26 -0
- package/i18n/hr.ts +26 -0
- package/i18n/hu.ts +25 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +26 -0
- package/i18n/ja.ts +25 -0
- package/i18n/ko.ts +25 -0
- package/i18n/nb.ts +26 -0
- package/i18n/nl.ts +26 -0
- package/i18n/pl.ts +26 -0
- package/i18n/pt_BR.ts +26 -0
- package/i18n/ru.ts +26 -0
- package/i18n/sl.ts +25 -0
- package/i18n/sr_RS.ts +26 -0
- package/i18n/sr_YR.ts +26 -0
- package/i18n/sv.ts +26 -0
- package/i18n/th.ts +26 -0
- package/i18n/tr.ts +25 -0
- package/i18n/uk.ts +26 -0
- package/i18n/vi.ts +26 -0
- package/i18n/zh.ts +24 -0
- package/i18n/zh_TW.ts +24 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
package/build.js
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
const { execSync } = require('child_process');
|
|
4
|
+
const fs = require('fs');
|
|
5
|
+
const path = require('path');
|
|
6
|
+
|
|
7
|
+
console.log('🚀 Starting build process...');
|
|
8
|
+
|
|
9
|
+
// Clean dist directory
|
|
10
|
+
console.log('🧹 Cleaning dist directory...');
|
|
11
|
+
if (fs.existsSync('./dist')) {
|
|
12
|
+
fs.rmSync('./dist', { recursive: true, force: true });
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
// Create dist directories
|
|
16
|
+
console.log('📁 Creating dist directories...');
|
|
17
|
+
fs.mkdirSync('./dist/esm', { recursive: true });
|
|
18
|
+
fs.mkdirSync('./dist/cjs', { recursive: true });
|
|
19
|
+
fs.mkdirSync('./dist/types', { recursive: true });
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
// Generate i18n/index.ts file dynamically
|
|
23
|
+
console.log('📝 Generating i18n/index.ts...');
|
|
24
|
+
const i18nIndexPath = './i18n/index.ts';
|
|
25
|
+
if (fs.existsSync('./i18n')) {
|
|
26
|
+
const files = fs.readdirSync('./i18n');
|
|
27
|
+
const languages = [];
|
|
28
|
+
|
|
29
|
+
files.forEach(file => {
|
|
30
|
+
// Only include .ts files, exclude index.ts and README.md
|
|
31
|
+
if (file.endsWith('.ts') && file !== 'index.ts') {
|
|
32
|
+
const language = file.replace('.ts', '');
|
|
33
|
+
languages.push(language);
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
// Sort languages alphabetically for consistent output
|
|
38
|
+
languages.sort();
|
|
39
|
+
|
|
40
|
+
if (languages.length > 0) {
|
|
41
|
+
const exportStatements = languages.map(lang => `export * from './${lang}';`).join('\n');
|
|
42
|
+
const i18nIndexContent = `// Export all i18n modules
|
|
43
|
+
${exportStatements}
|
|
44
|
+
`;
|
|
45
|
+
|
|
46
|
+
fs.writeFileSync(i18nIndexPath, i18nIndexContent);
|
|
47
|
+
console.log(`✅ i18n/index.ts generated successfully with ${languages.length} languages`);
|
|
48
|
+
} else {
|
|
49
|
+
console.log('⚠️ No language files found for i18n/index.ts generation');
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// Generate root index.ts file
|
|
54
|
+
console.log('📝 Generating root index.ts...');
|
|
55
|
+
const rootIndexPath = './index.ts';
|
|
56
|
+
const rootIndexContent = `// Re-export all i18n modules
|
|
57
|
+
export * from './i18n';
|
|
58
|
+
`;
|
|
59
|
+
fs.writeFileSync(rootIndexPath, rootIndexContent);
|
|
60
|
+
console.log('✅ Root index.ts generated successfully');
|
|
61
|
+
|
|
62
|
+
// Build ES modules (after index files are generated)
|
|
63
|
+
console.log('📦 Building ES modules...');
|
|
64
|
+
try {
|
|
65
|
+
execSync('npx tsc --project tsconfig.json', { stdio: 'inherit' });
|
|
66
|
+
console.log('✅ ES modules built successfully');
|
|
67
|
+
} catch (error) {
|
|
68
|
+
console.error('❌ Failed to build ES modules:', error.message);
|
|
69
|
+
process.exit(1);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// Build CommonJS modules (after index files are generated)
|
|
73
|
+
console.log('📦 Building CommonJS modules...');
|
|
74
|
+
try {
|
|
75
|
+
execSync('npx tsc --project tsconfig.cjs.json', { stdio: 'inherit' });
|
|
76
|
+
console.log('✅ CommonJS modules built successfully');
|
|
77
|
+
} catch (error) {
|
|
78
|
+
console.error('❌ Failed to build CommonJS modules:', error.message);
|
|
79
|
+
process.exit(1);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// Transform CommonJS i18n index file to use individual const declarations
|
|
83
|
+
console.log('🔄 Transforming CommonJS i18n index...');
|
|
84
|
+
const cjsIndexPath = './dist/cjs/i18n/index.js';
|
|
85
|
+
if (fs.existsSync(cjsIndexPath)) {
|
|
86
|
+
// Dynamically read language files from i18n folder
|
|
87
|
+
const i18nDir = './i18n';
|
|
88
|
+
const languages = [];
|
|
89
|
+
|
|
90
|
+
if (fs.existsSync(i18nDir)) {
|
|
91
|
+
const files = fs.readdirSync(i18nDir);
|
|
92
|
+
files.forEach(file => {
|
|
93
|
+
// Only include .ts files, exclude index.ts and README.md
|
|
94
|
+
if (file.endsWith('.ts') && file !== 'index.ts') {
|
|
95
|
+
const language = file.replace('.ts', '');
|
|
96
|
+
languages.push(language);
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
// Sort languages alphabetically for consistent output
|
|
101
|
+
languages.sort();
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
if (languages.length > 0) {
|
|
105
|
+
const constDeclarations = languages.map(lang => `const ${lang} = require('./${lang}').default;`).join('\n');
|
|
106
|
+
const exportsObject = `module.exports = {\n ${languages.join(',\n ')}\n};`;
|
|
107
|
+
|
|
108
|
+
const newContent = `"use strict";
|
|
109
|
+
// CommonJS exports for i18n modules
|
|
110
|
+
${constDeclarations}
|
|
111
|
+
|
|
112
|
+
${exportsObject}
|
|
113
|
+
`;
|
|
114
|
+
|
|
115
|
+
fs.writeFileSync(cjsIndexPath, newContent);
|
|
116
|
+
console.log(`✅ CommonJS i18n index transformed successfully with ${languages.length} languages`);
|
|
117
|
+
} else {
|
|
118
|
+
console.log('⚠️ No language files found in i18n directory');
|
|
119
|
+
}
|
|
120
|
+
} else {
|
|
121
|
+
console.log('⚠️ CommonJS index file not found for transformation');
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// Note: TypeScript compilation completed using dynamically generated index files
|
|
125
|
+
console.log('📋 TypeScript compilation completed - using dynamically generated index files');
|
|
126
|
+
|
|
127
|
+
console.log('🎉 Build completed successfully!');
|
|
128
|
+
console.log('📁 Output directories:');
|
|
129
|
+
console.log(' - ES modules: ./dist/esm/');
|
|
130
|
+
console.log(' - CommonJS: ./dist/cjs/');
|
|
131
|
+
console.log(' - Type definitions: ./dist/types/');
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Czech
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Živý dokument',
|
|
13
|
+
'link-create.page-icon-label': 'Stránka',
|
|
14
|
+
'link-create.unknown-error.description': 'Obnovte stránku nebo, pokud problém přetrvává, kontaktujte <a>podporu Atlassian</a>.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Něco se pokazilo.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Web',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Přejít zpět',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Zahodit',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Pokud z této stránky odejdete, nebudeme moci uložit vaše informace.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vaše změny se neuloží',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Zavřít',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Vytvořit',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Vytvořit + Otevřít',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Povinná pole jsou označena hvězdičkou.',
|
|
25
|
+
'linkCreate.modal.heading': 'Vytvořit novou položku',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Danish (Denmark)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Live doc',
|
|
13
|
+
'link-create.page-icon-label': 'Side',
|
|
14
|
+
'link-create.unknown-error.description': 'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Noget gik galt.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Website',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Gå tilbage',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Kassér',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Vi kan ikke gemme dine oplysninger, hvis du forlader siden.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Dine ændringer gemmes ikke',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Luk',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Opret',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Opret + Åbn',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Påkrævede felter er markeret med en stjerne',
|
|
25
|
+
'linkCreate.modal.heading': 'Opret ny',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//German (Germany)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Live-Dokument',
|
|
13
|
+
'link-create.page-icon-label': 'Seite',
|
|
14
|
+
'link-create.unknown-error.description': 'Laden Sie die Seite erneut oder wenden Sie sich an den <a>Atlassian Support</a>, falls das Problem weiterhin besteht.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Irgendetwas ist schiefgelaufen.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Zurück',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Verwerfen',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Ihre Informationen können nicht gespeichert werden, wenn Sie diese Seite verlassen.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Ihre Änderungen werden nicht gespeichert',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Schließen',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Erstellen',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Erstellen + Öffnen',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Pflichtfelder sind mit einem Sternchen markiert.',
|
|
25
|
+
'linkCreate.modal.heading': 'Neu erstellen',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Live Doc',
|
|
13
|
+
'link-create.page-icon-label': 'Page',
|
|
14
|
+
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'We won’t be able to save your information if you move away from this page.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Close',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Create',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
25
|
+
'linkCreate.modal.heading': 'Create new',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//English (United Kingdom)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Live Doc',
|
|
13
|
+
'link-create.page-icon-label': 'Page',
|
|
14
|
+
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'We won’t be able to save your information if you move away from this page.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Close',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Create',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
25
|
+
'linkCreate.modal.heading': 'Create new',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Live Doc',
|
|
13
|
+
'link-create.page-icon-label': 'Page',
|
|
14
|
+
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'We won’t be able to save your information if you move away from this page.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Close',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Create',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
25
|
+
'linkCreate.modal.heading': 'Create new',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Spanish (International)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Doc en vivo',
|
|
13
|
+
'link-create.page-icon-label': 'Página',
|
|
14
|
+
'link-create.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Algo ha ido mal.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Sitio',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Volver',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Descartar',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'No podremos guardar tu información si sales de esta página.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Tus cambios no se guardarán',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Cerrar',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Crear',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Crear + Abrir',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Los campos obligatorios están marcados con un asterisco',
|
|
25
|
+
'linkCreate.modal.heading': 'Crear nuevo',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Finnish
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Reaaliaikainen asiakirja',
|
|
13
|
+
'link-create.page-icon-label': 'Sivu',
|
|
14
|
+
'link-create.unknown-error.description': 'Päivitä sivu tai ota yhteyttä <a>Atlassian-tukeen</a>, jos ongelmat jatkuvat.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Jotain meni pieleen.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Sivusto',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Siirry takaisin',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Hylkää',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Emme voi tallentaa tietojasi, jos poistut tältä sivulta.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Muutoksiasi ei tallenneta',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Sulje',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Luo',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Luo ja avaa',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Pakolliset kentät on merkitty tähdellä',
|
|
25
|
+
'linkCreate.modal.heading': 'Luo uusi',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//French (France)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Document live',
|
|
13
|
+
'link-create.page-icon-label': 'Page',
|
|
14
|
+
'link-create.unknown-error.description': 'Actualisez la page ou contactez le <a>support Atlassian</a> si le problème se reproduit.',
|
|
15
|
+
'link-create.unknown-error.heading': "Une erreur s'est produite.",
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Retour',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Ignorer',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Nous ne pourrons pas enregistrer vos informations si vous quittez cette page.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vos changements ne seront pas enregistrés',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Fermer',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Créer',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Créer + Ouvrir',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': "Les champs obligatoires sont marqués d'un astérisque",
|
|
25
|
+
'linkCreate.modal.heading': 'Créer',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Croatian (Croatia) [hr-HR]
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Live Doc',
|
|
13
|
+
'link-create.page-icon-label': 'Stranica',
|
|
14
|
+
'link-create.unknown-error.description': 'Osvježi stranicu ili kontaktiraj <a>Atlassian podršku</a> ako se to nastavi događati.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Nešto nije u redu.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Web-mjesto',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Idi natrag',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Odbaci',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Nećemo moći spremiti tvoje podatke ako napustiš ovu stranicu.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Tvoje promjene neće biti spremljene',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Zatvori',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Izradi',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Izradi + Otvori',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Obavezna polja označena su zvjezdicom',
|
|
25
|
+
'linkCreate.modal.heading': 'Izradi novi',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Hungarian
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Élő dokumentum',
|
|
13
|
+
'link-create.page-icon-label': 'Oldal',
|
|
14
|
+
'link-create.unknown-error.description': 'Frissítsd az oldalt, vagy vedd fel a kapcsolatot az <a>Atlassian Támogatással</a>, ha ez a későbbiekben is megtörténik.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Hiba történt.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Webhely',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Vissza',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Elvetés',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Ha elhagyod az oldalt, nem tudjuk menteni az információkat.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'A módosításaidat nem mentjük',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Bezárás',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Létrehozás',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Létrehozás és megnyitás',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'A kötelező mezők csillaggal vannak megjelölve',
|
|
25
|
+
'linkCreate.modal.heading': 'Új létrehozása',
|
|
26
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// CommonJS exports for i18n modules
|
|
3
|
+
const cs = require('./cs').default;
|
|
4
|
+
const da = require('./da').default;
|
|
5
|
+
const de = require('./de').default;
|
|
6
|
+
const en = require('./en').default;
|
|
7
|
+
const en_GB = require('./en_GB').default;
|
|
8
|
+
const en_ZZ = require('./en_ZZ').default;
|
|
9
|
+
const es = require('./es').default;
|
|
10
|
+
const fi = require('./fi').default;
|
|
11
|
+
const fr = require('./fr').default;
|
|
12
|
+
const hr = require('./hr').default;
|
|
13
|
+
const hu = require('./hu').default;
|
|
14
|
+
const it = require('./it').default;
|
|
15
|
+
const ja = require('./ja').default;
|
|
16
|
+
const ko = require('./ko').default;
|
|
17
|
+
const nb = require('./nb').default;
|
|
18
|
+
const nl = require('./nl').default;
|
|
19
|
+
const pl = require('./pl').default;
|
|
20
|
+
const pt_BR = require('./pt_BR').default;
|
|
21
|
+
const ru = require('./ru').default;
|
|
22
|
+
const sl = require('./sl').default;
|
|
23
|
+
const sr_RS = require('./sr_RS').default;
|
|
24
|
+
const sr_YR = require('./sr_YR').default;
|
|
25
|
+
const sv = require('./sv').default;
|
|
26
|
+
const th = require('./th').default;
|
|
27
|
+
const tr = require('./tr').default;
|
|
28
|
+
const uk = require('./uk').default;
|
|
29
|
+
const vi = require('./vi').default;
|
|
30
|
+
const zh = require('./zh').default;
|
|
31
|
+
const zh_TW = require('./zh_TW').default;
|
|
32
|
+
|
|
33
|
+
module.exports = {
|
|
34
|
+
cs,
|
|
35
|
+
da,
|
|
36
|
+
de,
|
|
37
|
+
en,
|
|
38
|
+
en_GB,
|
|
39
|
+
en_ZZ,
|
|
40
|
+
es,
|
|
41
|
+
fi,
|
|
42
|
+
fr,
|
|
43
|
+
hr,
|
|
44
|
+
hu,
|
|
45
|
+
it,
|
|
46
|
+
ja,
|
|
47
|
+
ko,
|
|
48
|
+
nb,
|
|
49
|
+
nl,
|
|
50
|
+
pl,
|
|
51
|
+
pt_BR,
|
|
52
|
+
ru,
|
|
53
|
+
sl,
|
|
54
|
+
sr_RS,
|
|
55
|
+
sr_YR,
|
|
56
|
+
sv,
|
|
57
|
+
th,
|
|
58
|
+
tr,
|
|
59
|
+
uk,
|
|
60
|
+
vi,
|
|
61
|
+
zh,
|
|
62
|
+
zh_TW
|
|
63
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Italian (Italy)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Documento dinamico',
|
|
13
|
+
'link-create.page-icon-label': 'Pagina',
|
|
14
|
+
'link-create.unknown-error.description': "Aggiorna la pagina o, se il problema persiste, contatta l'<a>Assistenza Atlassian</a>.",
|
|
15
|
+
'link-create.unknown-error.heading': 'Si è verificato un errore.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Sito',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Torna indietro',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Ignora',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Non potremo salvare le tue informazioni se esci da questa pagina.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Le modifiche non saranno salvate',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Chiudi',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Crea',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Crea e apri',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'I campi obbligatori sono contrassegnati da un asterisco',
|
|
25
|
+
'linkCreate.modal.heading': 'Crea nuovo',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Japanese
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'リアルタイム文書',
|
|
13
|
+
'link-create.page-icon-label': 'ページ',
|
|
14
|
+
'link-create.unknown-error.description': 'ページを更新してください。問題が解決しない場合は、<a>アトラシアン サポート</a>にお問い合わせください。',
|
|
15
|
+
'link-create.unknown-error.heading': '問題が発生しました。',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'サイト',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': '戻る',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': '破棄',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'このページから離れると、情報を保存できません。',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': '変更は保存されません',
|
|
21
|
+
'linkCreate.createForm.button.close': '閉じる',
|
|
22
|
+
'linkCreate.createForm.button.create': '作成',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': '作成して開く',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': '必須フィールドにはアスタリスクが付いています',
|
|
25
|
+
'linkCreate.modal.heading': '新規作成',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Korean
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': '라이브 문서',
|
|
13
|
+
'link-create.page-icon-label': '페이지',
|
|
14
|
+
'link-create.unknown-error.description': '페이지를 새로 고치거나 문제가 계속 발생하는 경우 <a>Atlassian 고객 지원 팀</a>에 문의하세요.',
|
|
15
|
+
'link-create.unknown-error.heading': '문제가 발생했습니다.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': '사이트',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': '뒤로 가기',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': '버리기',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': '이 페이지에서 벗어나면 정보를 저장할 수 없습니다.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': '변경 사항이 저장되지 않습니다',
|
|
21
|
+
'linkCreate.createForm.button.close': '닫기',
|
|
22
|
+
'linkCreate.createForm.button.create': '만들기',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': '만들기 + 열기',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': '필수 필드는 별표로 표시되어 있습니다',
|
|
25
|
+
'linkCreate.modal.heading': '새로 만들기',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Norwegian (Bokmål)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Sanntidsdokument',
|
|
13
|
+
'link-create.page-icon-label': 'Side',
|
|
14
|
+
'link-create.unknown-error.description': 'Oppdater siden, eller kontakt <a>Atlassian-støtte</a> hvis problemet vedvarer.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Det oppstod en feil.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Nettsted',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Gå tilbake',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Forkast',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'Vi vil ikke kunne lagre informasjonen din hvis du forlater denne siden.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Endringene dine blir ikke lagret',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Lukk',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Opprett',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Opprett + åpne',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Obligatoriske felt er merket med stjerne',
|
|
25
|
+
'linkCreate.modal.heading': 'Opprett ny',
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Dutch (Netherlands)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'link-create.live-doc-icon-label': 'Live doc',
|
|
13
|
+
'link-create.page-icon-label': 'Pagina',
|
|
14
|
+
'link-create.unknown-error.description': 'Vernieuw de pagina of neem contact op met <a>Atlassian-support</a> als dit blijft gebeuren.',
|
|
15
|
+
'link-create.unknown-error.heading': 'Er is iets misgegaan.',
|
|
16
|
+
'linkCreate.CreateConfluencePage.form.site.label': 'Website',
|
|
17
|
+
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Teruggaan',
|
|
18
|
+
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Wissen',
|
|
19
|
+
'linkCreate.confirm-dismiss-dialog.modal.description': 'We kunnen je gegevens niet opslaan als je deze pagina verlaat.',
|
|
20
|
+
'linkCreate.confirm-dismiss-dialog.modal.title': 'Je wijzigingen worden niet opgeslagen',
|
|
21
|
+
'linkCreate.createForm.button.close': 'Sluiten',
|
|
22
|
+
'linkCreate.createForm.button.create': 'Aanmaken',
|
|
23
|
+
'linkCreate.createForm.button.createAndOpen': 'Aanmaken en openen',
|
|
24
|
+
'linkCreate.form.requiredField.instruction': 'Verplichte velden zijn aangeduid met een asterisk',
|
|
25
|
+
'linkCreate.modal.heading': 'Nieuwe aanmaken',
|
|
26
|
+
};
|