@atlaskit/afm-i18n-platform-elements-mention 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.
Files changed (159) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +24 -0
  3. package/dist/cjs/i18n/da.js +24 -0
  4. package/dist/cjs/i18n/de.js +24 -0
  5. package/dist/cjs/i18n/en.js +24 -0
  6. package/dist/cjs/i18n/en_GB.js +24 -0
  7. package/dist/cjs/i18n/en_ZZ.js +24 -0
  8. package/dist/cjs/i18n/es.js +24 -0
  9. package/dist/cjs/i18n/fi.js +24 -0
  10. package/dist/cjs/i18n/fr.js +24 -0
  11. package/dist/cjs/i18n/hr.js +24 -0
  12. package/dist/cjs/i18n/hu.js +24 -0
  13. package/dist/cjs/i18n/index.js +63 -0
  14. package/dist/cjs/i18n/it.js +24 -0
  15. package/dist/cjs/i18n/ja.js +24 -0
  16. package/dist/cjs/i18n/ko.js +24 -0
  17. package/dist/cjs/i18n/nb.js +24 -0
  18. package/dist/cjs/i18n/nl.js +24 -0
  19. package/dist/cjs/i18n/pl.js +24 -0
  20. package/dist/cjs/i18n/pt_BR.js +24 -0
  21. package/dist/cjs/i18n/ru.js +24 -0
  22. package/dist/cjs/i18n/sl.js +24 -0
  23. package/dist/cjs/i18n/sr_RS.js +24 -0
  24. package/dist/cjs/i18n/sr_YR.js +24 -0
  25. package/dist/cjs/i18n/sv.js +24 -0
  26. package/dist/cjs/i18n/th.js +24 -0
  27. package/dist/cjs/i18n/tr.js +24 -0
  28. package/dist/cjs/i18n/uk.js +24 -0
  29. package/dist/cjs/i18n/vi.js +24 -0
  30. package/dist/cjs/i18n/zh.js +24 -0
  31. package/dist/cjs/i18n/zh_TW.js +24 -0
  32. package/dist/cjs/index.js +18 -0
  33. package/dist/esm/i18n/cs.d.ts +21 -0
  34. package/dist/esm/i18n/cs.js +22 -0
  35. package/dist/esm/i18n/da.d.ts +21 -0
  36. package/dist/esm/i18n/da.js +22 -0
  37. package/dist/esm/i18n/de.d.ts +21 -0
  38. package/dist/esm/i18n/de.js +22 -0
  39. package/dist/esm/i18n/en.d.ts +21 -0
  40. package/dist/esm/i18n/en.js +22 -0
  41. package/dist/esm/i18n/en_GB.d.ts +21 -0
  42. package/dist/esm/i18n/en_GB.js +22 -0
  43. package/dist/esm/i18n/en_ZZ.d.ts +21 -0
  44. package/dist/esm/i18n/en_ZZ.js +22 -0
  45. package/dist/esm/i18n/es.d.ts +21 -0
  46. package/dist/esm/i18n/es.js +22 -0
  47. package/dist/esm/i18n/fi.d.ts +21 -0
  48. package/dist/esm/i18n/fi.js +22 -0
  49. package/dist/esm/i18n/fr.d.ts +21 -0
  50. package/dist/esm/i18n/fr.js +22 -0
  51. package/dist/esm/i18n/hr.d.ts +21 -0
  52. package/dist/esm/i18n/hr.js +22 -0
  53. package/dist/esm/i18n/hu.d.ts +21 -0
  54. package/dist/esm/i18n/hu.js +22 -0
  55. package/dist/esm/i18n/index.d.ts +29 -0
  56. package/dist/esm/i18n/index.js +30 -0
  57. package/dist/esm/i18n/it.d.ts +21 -0
  58. package/dist/esm/i18n/it.js +22 -0
  59. package/dist/esm/i18n/ja.d.ts +21 -0
  60. package/dist/esm/i18n/ja.js +22 -0
  61. package/dist/esm/i18n/ko.d.ts +21 -0
  62. package/dist/esm/i18n/ko.js +22 -0
  63. package/dist/esm/i18n/nb.d.ts +21 -0
  64. package/dist/esm/i18n/nb.js +22 -0
  65. package/dist/esm/i18n/nl.d.ts +21 -0
  66. package/dist/esm/i18n/nl.js +22 -0
  67. package/dist/esm/i18n/pl.d.ts +21 -0
  68. package/dist/esm/i18n/pl.js +22 -0
  69. package/dist/esm/i18n/pt_BR.d.ts +21 -0
  70. package/dist/esm/i18n/pt_BR.js +22 -0
  71. package/dist/esm/i18n/ru.d.ts +21 -0
  72. package/dist/esm/i18n/ru.js +22 -0
  73. package/dist/esm/i18n/sl.d.ts +21 -0
  74. package/dist/esm/i18n/sl.js +22 -0
  75. package/dist/esm/i18n/sr_RS.d.ts +21 -0
  76. package/dist/esm/i18n/sr_RS.js +22 -0
  77. package/dist/esm/i18n/sr_YR.d.ts +21 -0
  78. package/dist/esm/i18n/sr_YR.js +22 -0
  79. package/dist/esm/i18n/sv.d.ts +21 -0
  80. package/dist/esm/i18n/sv.js +22 -0
  81. package/dist/esm/i18n/th.d.ts +21 -0
  82. package/dist/esm/i18n/th.js +22 -0
  83. package/dist/esm/i18n/tr.d.ts +21 -0
  84. package/dist/esm/i18n/tr.js +22 -0
  85. package/dist/esm/i18n/uk.d.ts +21 -0
  86. package/dist/esm/i18n/uk.js +22 -0
  87. package/dist/esm/i18n/vi.d.ts +21 -0
  88. package/dist/esm/i18n/vi.js +22 -0
  89. package/dist/esm/i18n/zh.d.ts +21 -0
  90. package/dist/esm/i18n/zh.js +22 -0
  91. package/dist/esm/i18n/zh_TW.d.ts +21 -0
  92. package/dist/esm/i18n/zh_TW.js +22 -0
  93. package/dist/esm/index.d.ts +1 -0
  94. package/dist/esm/index.js +2 -0
  95. package/dist/types/i18n/cs.d.ts +21 -0
  96. package/dist/types/i18n/da.d.ts +21 -0
  97. package/dist/types/i18n/de.d.ts +21 -0
  98. package/dist/types/i18n/en.d.ts +21 -0
  99. package/dist/types/i18n/en_GB.d.ts +21 -0
  100. package/dist/types/i18n/en_ZZ.d.ts +21 -0
  101. package/dist/types/i18n/es.d.ts +21 -0
  102. package/dist/types/i18n/fi.d.ts +21 -0
  103. package/dist/types/i18n/fr.d.ts +21 -0
  104. package/dist/types/i18n/hr.d.ts +21 -0
  105. package/dist/types/i18n/hu.d.ts +21 -0
  106. package/dist/types/i18n/index.d.ts +29 -0
  107. package/dist/types/i18n/it.d.ts +21 -0
  108. package/dist/types/i18n/ja.d.ts +21 -0
  109. package/dist/types/i18n/ko.d.ts +21 -0
  110. package/dist/types/i18n/nb.d.ts +21 -0
  111. package/dist/types/i18n/nl.d.ts +21 -0
  112. package/dist/types/i18n/pl.d.ts +21 -0
  113. package/dist/types/i18n/pt_BR.d.ts +21 -0
  114. package/dist/types/i18n/ru.d.ts +21 -0
  115. package/dist/types/i18n/sl.d.ts +21 -0
  116. package/dist/types/i18n/sr_RS.d.ts +21 -0
  117. package/dist/types/i18n/sr_YR.d.ts +21 -0
  118. package/dist/types/i18n/sv.d.ts +21 -0
  119. package/dist/types/i18n/th.d.ts +21 -0
  120. package/dist/types/i18n/tr.d.ts +21 -0
  121. package/dist/types/i18n/uk.d.ts +21 -0
  122. package/dist/types/i18n/vi.d.ts +21 -0
  123. package/dist/types/i18n/zh.d.ts +21 -0
  124. package/dist/types/i18n/zh_TW.d.ts +21 -0
  125. package/dist/types/index.d.ts +1 -0
  126. package/i18n/cs.ts +24 -0
  127. package/i18n/da.ts +23 -0
  128. package/i18n/de.ts +23 -0
  129. package/i18n/en.ts +23 -0
  130. package/i18n/en_GB.ts +23 -0
  131. package/i18n/en_ZZ.ts +25 -0
  132. package/i18n/es.ts +23 -0
  133. package/i18n/fi.ts +23 -0
  134. package/i18n/fr.ts +23 -0
  135. package/i18n/hr.ts +24 -0
  136. package/i18n/hu.ts +23 -0
  137. package/i18n/index.ts +30 -0
  138. package/i18n/it.ts +23 -0
  139. package/i18n/ja.ts +23 -0
  140. package/i18n/ko.ts +22 -0
  141. package/i18n/nb.ts +23 -0
  142. package/i18n/nl.ts +23 -0
  143. package/i18n/pl.ts +24 -0
  144. package/i18n/pt_BR.ts +23 -0
  145. package/i18n/ru.ts +24 -0
  146. package/i18n/sl.ts +24 -0
  147. package/i18n/sr_RS.ts +24 -0
  148. package/i18n/sr_YR.ts +23 -0
  149. package/i18n/sv.ts +23 -0
  150. package/i18n/th.ts +22 -0
  151. package/i18n/tr.ts +23 -0
  152. package/i18n/uk.ts +24 -0
  153. package/i18n/vi.ts +23 -0
  154. package/i18n/zh.ts +22 -0
  155. package/i18n/zh_TW.ts +22 -0
  156. package/index.ts +2 -0
  157. package/package.json +38 -0
  158. package/tsconfig.cjs.json +8 -0
  159. 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,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Tým • 50 a více členů',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Tým • 50 a více členů včetně vás',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Tým • 1 člen} few {Tým • {0} členové} many {Tým • {0} člena} other {Tým • {0} členů}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Tým • 1 člen včetně vás} few {Tým • {0} členové včetně vás} many {Tým • {0} člena včetně vás} other {Tým • {0} členů včetně vás}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Potřebuje přístup ke Confluence.',
17
+ 'fabric.mention.error.defaultAction': 'Zkuste to znovu za pár sekund',
18
+ 'fabric.mention.error.defaultHeadline': 'Něco se pokazilo',
19
+ 'fabric.mention.error.differentText': 'Zkuste zadat jiný text',
20
+ 'fabric.mention.error.loginAgain': 'Zkuste se odhlásit a znovu přihlásit',
21
+ 'fabric.mention.noAccess.label': 'Žádný přístup',
22
+ 'fabric.mention.noAccess.warning': 'Uživatel {name} nebude informován, protože nemá přístup',
23
+ 'fabric.mention.unknow.user.error': 'Neznámý uživatel {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Team • Over 50 medlemmer',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Team • Over 50 medlemmer, inklusive dig',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 medlem} other {Team • {0} medlemmer}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 medlem, inklusive dig} other {Team • {0} medlemmer, inklusive dig}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Har brug for adgang til Confluence',
17
+ 'fabric.mention.error.defaultAction': 'Prøv igen om nogle sekunder',
18
+ 'fabric.mention.error.defaultHeadline': 'Noget gik galt',
19
+ 'fabric.mention.error.differentText': 'Prøv at indtaste en anden tekst',
20
+ 'fabric.mention.error.loginAgain': 'Prøv at logge ud og derefter ind igen',
21
+ 'fabric.mention.noAccess.label': 'Ingen adgang',
22
+ 'fabric.mention.noAccess.warning': '{name} får ikke besked, da personen ikke har adgang',
23
+ 'fabric.mention.unknow.user.error': 'Ukendt bruger {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Team • über 50 Mitglieder',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Team • über 50 Mitglieder, einschließlich Ihnen',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 Mitglied} other {Team • {0} Mitglieder}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 Mitglied, einschließlich Ihnen} other {Team • {0} Mitglieder, einschließlich Ihnen}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Benötigt Zugriff auf Confluence',
17
+ 'fabric.mention.error.defaultAction': 'Versuchen Sie es in ein paar Sekunden erneut.',
18
+ 'fabric.mention.error.defaultHeadline': 'Irgendetwas ist schiefgelaufen',
19
+ 'fabric.mention.error.differentText': 'Versuchen Sie, einen anderen Text einzugeben.',
20
+ 'fabric.mention.error.loginAgain': 'Loggen Sie sich aus und wieder ein.',
21
+ 'fabric.mention.noAccess.label': 'Kein Zugriff',
22
+ 'fabric.mention.noAccess.warning': '{name} wird nicht benachrichtigt, da diese Person keinen Zugriff besitzt.',
23
+ 'fabric.mention.unknow.user.error': 'Unbekannter Benutzer {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
14
+ 'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Needs access to Confluence',
17
+ 'fabric.mention.error.defaultAction': 'Try again in a few seconds',
18
+ 'fabric.mention.error.defaultHeadline': 'Something went wrong',
19
+ 'fabric.mention.error.differentText': 'Try entering different text',
20
+ 'fabric.mention.error.loginAgain': 'Try logging out then in again',
21
+ 'fabric.mention.noAccess.label': 'No access',
22
+ 'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
23
+ 'fabric.mention.unknow.user.error': 'Unknown user {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
14
+ 'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Needs access to Confluence',
17
+ 'fabric.mention.error.defaultAction': 'Try again in a few seconds',
18
+ 'fabric.mention.error.defaultHeadline': 'Something went wrong',
19
+ 'fabric.mention.error.differentText': 'Try entering different text',
20
+ 'fabric.mention.error.loginAgain': 'Try logging out then in again',
21
+ 'fabric.mention.noAccess.label': 'No access',
22
+ 'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
23
+ 'fabric.mention.unknow.user.error': 'Unknown user {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': '⁣⁢Team • 50+ members⁡‍؜‌‍‌؜؜⁣⁤',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': '⁣⁢Team • 50+ members, including you⁡⁠⁡‍؜⁠⁡‍‍⁠⁠⁣⁤',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {⁣⁢Team • 1 member‌⁠‌⁡⁠‍‌؜⁠؜⁡⁠‌⁠⁠؜؜⁣⁤} other {⁣⁢Team • {0} members‌⁠‌⁡⁠‍‌؜⁠؜⁡⁠‌⁠⁠؜؜⁣⁤}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {⁣⁢Team • 1 member, including you⁡‌؜⁠‍‌‌‌⁣⁤} other {⁣⁢Team • {0} members, including you⁡‌؜⁠‍‌‌‌⁣⁤}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': '⁣⁢Needs access to Confluence⁠‍؜⁡⁠⁡⁠⁡؜‍⁠‌⁠‍⁣⁤',
17
+ 'fabric.mention.error.defaultAction': '⁣⁢Try again in a few seconds⁠‍⁡⁠⁡⁡⁡؜⁡⁣⁤',
18
+ 'fabric.mention.error.defaultHeadline': '⁣⁢Something went wrong‍‍‍‌‍‍‍⁡‍⁡‍‌⁣⁤',
19
+ 'fabric.mention.error.differentText': '⁣⁢Try entering different text⁡⁡‌‍⁡؜⁣⁤',
20
+ 'fabric.mention.error.loginAgain': '⁣⁢Try logging out then in again؜⁠‌‌⁡⁡⁣⁤',
21
+ 'fabric.mention.noAccess.label': '⁣⁢No access⁡‌‍‌‌‍⁡؜‍⁣⁤',
22
+ 'fabric.mention.noAccess.warning': "⁣⁢{name} won't be notified as they have no access؜؜‍⁡⁡‍؜⁠⁠‌⁡⁠‌⁠⁣⁤",
23
+ 'fabric.mention.unknow.user.error': '⁣⁢Unknown user {userId}⁡⁡⁡‌؜‌‍؜‌‍⁡⁣⁤',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Equipo • Más de 50 miembros',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Equipo • Más de 50 miembros, incluyéndote a ti',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Equipo • 1 miembro} other {Equipo • {0} miembros}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Equipo • 1 miembro, incluyéndote a ti} other {Equipo • {0} miembros, incluyéndote a ti}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Necesita acceso a Confluence',
17
+ 'fabric.mention.error.defaultAction': 'Vuelve a intentarlo en unos segundos',
18
+ 'fabric.mention.error.defaultHeadline': 'Algo ha ido mal',
19
+ 'fabric.mention.error.differentText': 'Prueba a escribir otro texto',
20
+ 'fabric.mention.error.loginAgain': 'Prueba a cerrar y abrir sesión de nuevo',
21
+ 'fabric.mention.noAccess.label': 'Sin acceso',
22
+ 'fabric.mention.noAccess.warning': '{name} no recibirá una notificación porque no tiene acceso',
23
+ 'fabric.mention.unknow.user.error': 'Usuario desconocido {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Tiimi • 50+ jäsentä',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Tiimi • 50+ jäsentä sinä mukaan lukien',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Tiimi • 1 jäsen} other {Tiimi • {0} jäsentä}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Tiimi • 1 jäsen sinä mukaan lukien} other {Tiimi • {0} jäsentä sinä mukaan lukien}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Tarvitsee Confluence-käyttöoikeuden',
17
+ 'fabric.mention.error.defaultAction': 'Yritä uudelleen hetken kuluttua',
18
+ 'fabric.mention.error.defaultHeadline': 'Jotain meni pieleen',
19
+ 'fabric.mention.error.differentText': 'Kirjoita eri teksti',
20
+ 'fabric.mention.error.loginAgain': 'Kirjaudu ulos ja sitten uudelleen sisään',
21
+ 'fabric.mention.noAccess.label': 'Ei pääsyä',
22
+ 'fabric.mention.noAccess.warning': '{name} ei saa ilmoitusta, koska hänellä ei ole pääsyä',
23
+ 'fabric.mention.unknow.user.error': 'Tuntematon käyttäjä {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Équipe • Plus de 50 membres',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Équipe • Plus de 50 membres, dont vous',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Équipe • 1 membre} other {Équipe • {0} membres}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Équipe • 1 membre, dont vous} other {Équipe • {0} membres, dont vous}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': "A besoin d'un accès à Confluence",
17
+ 'fabric.mention.error.defaultAction': 'Réessayez dans quelques secondes',
18
+ 'fabric.mention.error.defaultHeadline': "Une erreur s'est produite",
19
+ 'fabric.mention.error.differentText': 'Essayer de modifier le texte',
20
+ 'fabric.mention.error.loginAgain': 'Essayez de vous déconnecter et de vous reconnecter',
21
+ 'fabric.mention.noAccess.label': 'Aucun accès',
22
+ 'fabric.mention.noAccess.warning': "{name} ne sera pas prévenu, car cet utilisateur n'a pas d'accès",
23
+ 'fabric.mention.unknow.user.error': 'Utilisateur inconnu {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Tim • 50+ članova',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Tim • 50+ članova, uključujući tebe',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Tim • 1 član} few {Tim • {0} člana} many {Tim • {0} članova} other {Tim • {0} članova}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Tim • 1 član, uključujući tebe} few {Tim • {0} člana, uključujući tebe} many {Tim • {0} članova, uključujući tebe} other {Tim • {0} članova, uključujući tebe}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Potreban je pristup Confluenceu',
17
+ 'fabric.mention.error.defaultAction': 'Pokušaj ponovno za nekoliko sekundi',
18
+ 'fabric.mention.error.defaultHeadline': 'Nešto nije u redu',
19
+ 'fabric.mention.error.differentText': 'Pokušaj unijeti drugi tekst',
20
+ 'fabric.mention.error.loginAgain': 'Pokušaj se odjaviti, a zatim se ponovno prijaviti',
21
+ 'fabric.mention.noAccess.label': 'Nema pristupa',
22
+ 'fabric.mention.noAccess.warning': '{name} neće biti obaviješten jer nema pristup',
23
+ 'fabric.mention.unknow.user.error': 'Nepoznati korisnik {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Csapat • 50+ tag',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Csapat • 50+ tag veled együtt',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Csapat • 1 tag} other {Csapat • {0} tag}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Csapat • 1 tag veled együtt} other {Csapat • {0} tag veled együtt}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Hozzáférésre van szüksége a Confluence-hez',
17
+ 'fabric.mention.error.defaultAction': 'Néhány másodperc múlva próbálja meg újból.',
18
+ 'fabric.mention.error.defaultHeadline': 'Hiba történt.',
19
+ 'fabric.mention.error.differentText': 'Próbáljon meg más szöveget beírni.',
20
+ 'fabric.mention.error.loginAgain': 'Próbáljon meg kijelentkezni, majd újból bejelentkezni.',
21
+ 'fabric.mention.noAccess.label': 'Nincs hozzáférés',
22
+ 'fabric.mention.noAccess.warning': '{name} nem kap értesítést, mert nincs hozzáférése.',
23
+ 'fabric.mention.unknow.user.error': 'Ismeretlen felhasználó: {userId}',
24
+ };
@@ -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,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Team • 50+ membri',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ membri, te compreso',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 membro} other {Team • {0} membri}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 membro, te compreso} other {Team • {0} membri, te compreso}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': "Necessita dell'accesso a Confluence",
17
+ 'fabric.mention.error.defaultAction': 'Riprova tra qualche secondo',
18
+ 'fabric.mention.error.defaultHeadline': 'Si è verificato un errore',
19
+ 'fabric.mention.error.differentText': 'Prova a inserire un testo diverso',
20
+ 'fabric.mention.error.loginAgain': 'Prova a uscire e ad accedere di nuovo',
21
+ 'fabric.mention.noAccess.label': 'Nessun accesso',
22
+ 'fabric.mention.noAccess.warning': 'A {name} non verrà inviata una notifica poiché non ha accesso',
23
+ 'fabric.mention.unknow.user.error': 'Utente {userId} sconosciuto',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'チーム • 50 人以上のメンバー',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'チーム • あなたを含む 50 人以上のメンバー',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, other {チーム • {0} 人のメンバー}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, other {チーム • あなたを含む {0} 人のメンバー}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Confluence へのアクセス権を必要としています',
17
+ 'fabric.mention.error.defaultAction': '数秒後にもう一度お試しください',
18
+ 'fabric.mention.error.defaultHeadline': '問題が発生しました',
19
+ 'fabric.mention.error.differentText': '別のテキストを入力してください',
20
+ 'fabric.mention.error.loginAgain': '一度ログアウトしてからもう一度ログインしてみてください',
21
+ 'fabric.mention.noAccess.label': 'アクセス権限がありません',
22
+ 'fabric.mention.noAccess.warning': '{name} さんはアクセス権限がないため、通知されません',
23
+ 'fabric.mention.unknow.user.error': '不明なユーザー: {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': '팀 • 구성원 50명 이상',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': '팀 • 자신을 포함하여 구성원 50명 이상',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, other {팀 • 구성원 {0}명}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, other {팀 • 자신을 포함하여 구성원 {0}명}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Confluence에 대한 액세스 권한 필요',
17
+ 'fabric.mention.error.defaultAction': '몇 초 후에 다시 시도하십시오',
18
+ 'fabric.mention.error.defaultHeadline': '문제가 발생했습니다',
19
+ 'fabric.mention.error.differentText': '다른 텍스트를 입력해 보십시오',
20
+ 'fabric.mention.error.loginAgain': '로그아웃한 다음 다시 로그인해 보십시오',
21
+ 'fabric.mention.noAccess.label': '액세스 권한 없음',
22
+ 'fabric.mention.noAccess.warning': '{name}은(는) 액세스 권한이 없어 알림을 받지 못합니다',
23
+ 'fabric.mention.unknow.user.error': '알 수 없는 사용자 {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Team • flere enn 50 medlemmer',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Team • flere enn 50 medlemmer, inkludert deg',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 medlem} other {Team • {0} medlemmer}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 medlem, inkludert deg} other {Team • {0} medlemmer, inkludert deg}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Trenger tilgang til Confluence',
17
+ 'fabric.mention.error.defaultAction': 'Prøv igjen om noen øyeblikk',
18
+ 'fabric.mention.error.defaultHeadline': 'Det oppsto en feil',
19
+ 'fabric.mention.error.differentText': 'Prøv med å skrive inn annen tekst',
20
+ 'fabric.mention.error.loginAgain': 'Prøv å logge av og deretter på igjen',
21
+ 'fabric.mention.noAccess.label': 'Ingen tilgang',
22
+ 'fabric.mention.noAccess.warning': '{name} blir ikke varslet, da de ikke har tilgang',
23
+ 'fabric.mention.unknow.user.error': 'Ukjent bruker {userId}',
24
+ };
@@ -0,0 +1,24 @@
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
+ 'fabric.elements.mentions.team.member.50plus': 'Team • 50+ leden',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ leden, inclusief jezelf.',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • {0} lid} other {Team • {0} leden.}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • {0} lid, inclusief jezelf} other {Team •{0} leden, inclusief jezelf}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Heeft toegang nodig tot Confluence',
17
+ 'fabric.mention.error.defaultAction': 'Probeer het over een paar seconden opnieuw',
18
+ 'fabric.mention.error.defaultHeadline': 'Er is iets misgegaan',
19
+ 'fabric.mention.error.differentText': 'Probeer het opnieuw met een andere tekst',
20
+ 'fabric.mention.error.loginAgain': 'Log uit en probeer dan opnieuw in te loggen',
21
+ 'fabric.mention.noAccess.label': 'Geen toegang',
22
+ 'fabric.mention.noAccess.warning': '{name} ontvangt geen melding omdat hij/zij geen toegang heeft',
23
+ 'fabric.mention.unknow.user.error': 'Onbekende gebruiker ({userId})',
24
+ };
@@ -0,0 +1,24 @@
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
+ //Polish (Poland)
11
+ exports.default = {
12
+ 'fabric.elements.mentions.team.member.50plus': 'Zespół z ponad 50 członkami',
13
+ 'fabric.elements.mentions.team.member.50plus.including.you': 'Zespół z ponad 50 członkami, łącznie z Tobą',
14
+ 'fabric.elements.mentions.team.member.count': '{0, plural, one {Zespół z 1 członkiem} few {Zespół z {0} członkami} many {Zespół z {0} członkami} other {Zespół z {0} członka}}',
15
+ 'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Zespół z 1 członkiem, łącznie z Tobą} few {Zespół z {0} członkami, łącznie z Tobą} many {Zespół z {0} członkami, łącznie z Tobą} other {Zespół z {0} członka, łącznie z Tobą}}',
16
+ 'fabric.elements.mentions.xproduct.mention.description': 'Potrzebuje dostępu do Confluence',
17
+ 'fabric.mention.error.defaultAction': 'Spróbuj ponownie za chwilę',
18
+ 'fabric.mention.error.defaultHeadline': 'Coś poszło nie tak',
19
+ 'fabric.mention.error.differentText': 'Spróbuj wpisać inny tekst',
20
+ 'fabric.mention.error.loginAgain': 'Spróbuj się wylogować i zalogować ponownie',
21
+ 'fabric.mention.noAccess.label': 'Brak dostępu',
22
+ 'fabric.mention.noAccess.warning': 'Użytkownik {name} nie zostanie powiadomiony, ponieważ nie ma dostępu',
23
+ 'fabric.mention.unknow.user.error': 'Nieznany użytkownik {userId}',
24
+ };