@atlaskit/afm-i18n-platform-bitbucket-panel 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 (139) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +14 -0
  3. package/dist/cjs/i18n/da.js +14 -0
  4. package/dist/cjs/i18n/de.js +14 -0
  5. package/dist/cjs/i18n/en.js +14 -0
  6. package/dist/cjs/i18n/en_GB.js +14 -0
  7. package/dist/cjs/i18n/en_ZZ.js +14 -0
  8. package/dist/cjs/i18n/es.js +14 -0
  9. package/dist/cjs/i18n/fi.js +14 -0
  10. package/dist/cjs/i18n/fr.js +14 -0
  11. package/dist/cjs/i18n/hu.js +14 -0
  12. package/dist/cjs/i18n/index.js +55 -0
  13. package/dist/cjs/i18n/it.js +14 -0
  14. package/dist/cjs/i18n/ja.js +14 -0
  15. package/dist/cjs/i18n/ko.js +14 -0
  16. package/dist/cjs/i18n/nb.js +14 -0
  17. package/dist/cjs/i18n/nl.js +14 -0
  18. package/dist/cjs/i18n/pl.js +14 -0
  19. package/dist/cjs/i18n/pt_BR.js +14 -0
  20. package/dist/cjs/i18n/ru.js +14 -0
  21. package/dist/cjs/i18n/sv.js +14 -0
  22. package/dist/cjs/i18n/th.js +14 -0
  23. package/dist/cjs/i18n/tr.js +14 -0
  24. package/dist/cjs/i18n/uk.js +14 -0
  25. package/dist/cjs/i18n/vi.js +14 -0
  26. package/dist/cjs/i18n/zh.js +14 -0
  27. package/dist/cjs/i18n/zh_TW.js +14 -0
  28. package/dist/cjs/index.js +18 -0
  29. package/dist/esm/i18n/cs.d.ts +11 -0
  30. package/dist/esm/i18n/cs.js +12 -0
  31. package/dist/esm/i18n/da.d.ts +11 -0
  32. package/dist/esm/i18n/da.js +12 -0
  33. package/dist/esm/i18n/de.d.ts +11 -0
  34. package/dist/esm/i18n/de.js +12 -0
  35. package/dist/esm/i18n/en.d.ts +11 -0
  36. package/dist/esm/i18n/en.js +12 -0
  37. package/dist/esm/i18n/en_GB.d.ts +11 -0
  38. package/dist/esm/i18n/en_GB.js +12 -0
  39. package/dist/esm/i18n/en_ZZ.d.ts +11 -0
  40. package/dist/esm/i18n/en_ZZ.js +12 -0
  41. package/dist/esm/i18n/es.d.ts +11 -0
  42. package/dist/esm/i18n/es.js +12 -0
  43. package/dist/esm/i18n/fi.d.ts +11 -0
  44. package/dist/esm/i18n/fi.js +12 -0
  45. package/dist/esm/i18n/fr.d.ts +11 -0
  46. package/dist/esm/i18n/fr.js +12 -0
  47. package/dist/esm/i18n/hu.d.ts +11 -0
  48. package/dist/esm/i18n/hu.js +12 -0
  49. package/dist/esm/i18n/index.d.ts +25 -0
  50. package/dist/esm/i18n/index.js +26 -0
  51. package/dist/esm/i18n/it.d.ts +11 -0
  52. package/dist/esm/i18n/it.js +12 -0
  53. package/dist/esm/i18n/ja.d.ts +11 -0
  54. package/dist/esm/i18n/ja.js +12 -0
  55. package/dist/esm/i18n/ko.d.ts +11 -0
  56. package/dist/esm/i18n/ko.js +12 -0
  57. package/dist/esm/i18n/nb.d.ts +11 -0
  58. package/dist/esm/i18n/nb.js +12 -0
  59. package/dist/esm/i18n/nl.d.ts +11 -0
  60. package/dist/esm/i18n/nl.js +12 -0
  61. package/dist/esm/i18n/pl.d.ts +11 -0
  62. package/dist/esm/i18n/pl.js +12 -0
  63. package/dist/esm/i18n/pt_BR.d.ts +11 -0
  64. package/dist/esm/i18n/pt_BR.js +12 -0
  65. package/dist/esm/i18n/ru.d.ts +11 -0
  66. package/dist/esm/i18n/ru.js +12 -0
  67. package/dist/esm/i18n/sv.d.ts +11 -0
  68. package/dist/esm/i18n/sv.js +12 -0
  69. package/dist/esm/i18n/th.d.ts +11 -0
  70. package/dist/esm/i18n/th.js +12 -0
  71. package/dist/esm/i18n/tr.d.ts +11 -0
  72. package/dist/esm/i18n/tr.js +12 -0
  73. package/dist/esm/i18n/uk.d.ts +11 -0
  74. package/dist/esm/i18n/uk.js +12 -0
  75. package/dist/esm/i18n/vi.d.ts +11 -0
  76. package/dist/esm/i18n/vi.js +12 -0
  77. package/dist/esm/i18n/zh.d.ts +11 -0
  78. package/dist/esm/i18n/zh.js +12 -0
  79. package/dist/esm/i18n/zh_TW.d.ts +11 -0
  80. package/dist/esm/i18n/zh_TW.js +12 -0
  81. package/dist/esm/index.d.ts +1 -0
  82. package/dist/esm/index.js +2 -0
  83. package/dist/types/i18n/cs.d.ts +11 -0
  84. package/dist/types/i18n/da.d.ts +11 -0
  85. package/dist/types/i18n/de.d.ts +11 -0
  86. package/dist/types/i18n/en.d.ts +11 -0
  87. package/dist/types/i18n/en_GB.d.ts +11 -0
  88. package/dist/types/i18n/en_ZZ.d.ts +11 -0
  89. package/dist/types/i18n/es.d.ts +11 -0
  90. package/dist/types/i18n/fi.d.ts +11 -0
  91. package/dist/types/i18n/fr.d.ts +11 -0
  92. package/dist/types/i18n/hu.d.ts +11 -0
  93. package/dist/types/i18n/index.d.ts +25 -0
  94. package/dist/types/i18n/it.d.ts +11 -0
  95. package/dist/types/i18n/ja.d.ts +11 -0
  96. package/dist/types/i18n/ko.d.ts +11 -0
  97. package/dist/types/i18n/nb.d.ts +11 -0
  98. package/dist/types/i18n/nl.d.ts +11 -0
  99. package/dist/types/i18n/pl.d.ts +11 -0
  100. package/dist/types/i18n/pt_BR.d.ts +11 -0
  101. package/dist/types/i18n/ru.d.ts +11 -0
  102. package/dist/types/i18n/sv.d.ts +11 -0
  103. package/dist/types/i18n/th.d.ts +11 -0
  104. package/dist/types/i18n/tr.d.ts +11 -0
  105. package/dist/types/i18n/uk.d.ts +11 -0
  106. package/dist/types/i18n/vi.d.ts +11 -0
  107. package/dist/types/i18n/zh.d.ts +11 -0
  108. package/dist/types/i18n/zh_TW.d.ts +11 -0
  109. package/dist/types/index.d.ts +1 -0
  110. package/i18n/cs.ts +12 -0
  111. package/i18n/da.ts +12 -0
  112. package/i18n/de.ts +12 -0
  113. package/i18n/en.ts +12 -0
  114. package/i18n/en_GB.ts +12 -0
  115. package/i18n/en_ZZ.ts +12 -0
  116. package/i18n/es.ts +12 -0
  117. package/i18n/fi.ts +12 -0
  118. package/i18n/fr.ts +12 -0
  119. package/i18n/hu.ts +12 -0
  120. package/i18n/index.ts +26 -0
  121. package/i18n/it.ts +12 -0
  122. package/i18n/ja.ts +12 -0
  123. package/i18n/ko.ts +12 -0
  124. package/i18n/nb.ts +12 -0
  125. package/i18n/nl.ts +12 -0
  126. package/i18n/pl.ts +12 -0
  127. package/i18n/pt_BR.ts +12 -0
  128. package/i18n/ru.ts +12 -0
  129. package/i18n/sv.ts +12 -0
  130. package/i18n/th.ts +12 -0
  131. package/i18n/tr.ts +12 -0
  132. package/i18n/uk.ts +12 -0
  133. package/i18n/vi.ts +12 -0
  134. package/i18n/zh.ts +12 -0
  135. package/i18n/zh_TW.ts +12 -0
  136. package/index.ts +2 -0
  137. package/package.json +38 -0
  138. package/tsconfig.cjs.json +8 -0
  139. 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,14 @@
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
+ 'bitbucket.panel-collapse.message': 'sbalit',
13
+ 'bitbucket.panel-expand.message': 'rozbalit',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'skjul',
13
+ 'bitbucket.panel-expand.message': 'udvid',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'reduzieren',
13
+ 'bitbucket.panel-expand.message': 'erweitern',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'collapse',
13
+ 'bitbucket.panel-expand.message': 'expand',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'collapse',
13
+ 'bitbucket.panel-expand.message': 'expand',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': '⁣⁢collapse‍⁡‌‌⁠‌⁡؜‍⁡⁡⁠⁠⁣⁤',
13
+ 'bitbucket.panel-expand.message': '⁣⁢expand‍؜⁡‍؜؜‍؜‌‍⁣⁤',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'contraer',
13
+ 'bitbucket.panel-expand.message': 'expandir',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'pienennä',
13
+ 'bitbucket.panel-expand.message': 'laajenna',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'réduire',
13
+ 'bitbucket.panel-expand.message': 'développer',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'összecsukás',
13
+ 'bitbucket.panel-expand.message': 'kibontás',
14
+ };
@@ -0,0 +1,55 @@
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 hu = require('./hu').default;
13
+ const it = require('./it').default;
14
+ const ja = require('./ja').default;
15
+ const ko = require('./ko').default;
16
+ const nb = require('./nb').default;
17
+ const nl = require('./nl').default;
18
+ const pl = require('./pl').default;
19
+ const pt_BR = require('./pt_BR').default;
20
+ const ru = require('./ru').default;
21
+ const sv = require('./sv').default;
22
+ const th = require('./th').default;
23
+ const tr = require('./tr').default;
24
+ const uk = require('./uk').default;
25
+ const vi = require('./vi').default;
26
+ const zh = require('./zh').default;
27
+ const zh_TW = require('./zh_TW').default;
28
+
29
+ module.exports = {
30
+ cs,
31
+ da,
32
+ de,
33
+ en,
34
+ en_GB,
35
+ en_ZZ,
36
+ es,
37
+ fi,
38
+ fr,
39
+ hu,
40
+ it,
41
+ ja,
42
+ ko,
43
+ nb,
44
+ nl,
45
+ pl,
46
+ pt_BR,
47
+ ru,
48
+ sv,
49
+ th,
50
+ tr,
51
+ uk,
52
+ vi,
53
+ zh,
54
+ zh_TW
55
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'comprimi',
13
+ 'bitbucket.panel-expand.message': 'espandi',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': '折りたたむ',
13
+ 'bitbucket.panel-expand.message': '展開',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': '축소',
13
+ 'bitbucket.panel-expand.message': '확장',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'skjul',
13
+ 'bitbucket.panel-expand.message': 'utvid',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'inklappen',
13
+ 'bitbucket.panel-expand.message': 'Uitvouwen',
14
+ };
@@ -0,0 +1,14 @@
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
+ 'bitbucket.panel-collapse.message': 'zwiń',
13
+ 'bitbucket.panel-expand.message': 'rozwiń',
14
+ };
@@ -0,0 +1,14 @@
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
+ //Portuguese (Brazil)
11
+ exports.default = {
12
+ 'bitbucket.panel-collapse.message': 'recolher',
13
+ 'bitbucket.panel-expand.message': 'expandir',
14
+ };
@@ -0,0 +1,14 @@
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
+ //Russian
11
+ exports.default = {
12
+ 'bitbucket.panel-collapse.message': 'свернуть',
13
+ 'bitbucket.panel-expand.message': 'развернуть',
14
+ };
@@ -0,0 +1,14 @@
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
+ //Swedish
11
+ exports.default = {
12
+ 'bitbucket.panel-collapse.message': 'komprimera',
13
+ 'bitbucket.panel-expand.message': 'expandera',
14
+ };
@@ -0,0 +1,14 @@
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
+ //Thai (Thailand)
11
+ exports.default = {
12
+ 'bitbucket.panel-collapse.message': 'ยุบรวม',
13
+ 'bitbucket.panel-expand.message': 'ขยาย',
14
+ };
@@ -0,0 +1,14 @@
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
+ //Turkish (Turkey)
11
+ exports.default = {
12
+ 'bitbucket.panel-collapse.message': 'daralt',
13
+ 'bitbucket.panel-expand.message': 'genişlet',
14
+ };
@@ -0,0 +1,14 @@
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
+ //Ukrainian (Ukraine)
11
+ exports.default = {
12
+ 'bitbucket.panel-collapse.message': 'згорнути',
13
+ 'bitbucket.panel-expand.message': 'розгорнути',
14
+ };
@@ -0,0 +1,14 @@
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
+ //Vietnamese (Vietnam)
11
+ exports.default = {
12
+ 'bitbucket.panel-collapse.message': 'thu gọn',
13
+ 'bitbucket.panel-expand.message': 'mở rộng',
14
+ };
@@ -0,0 +1,14 @@
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
+ //Chinese (Simplified)
11
+ exports.default = {
12
+ 'bitbucket.panel-collapse.message': '收起',
13
+ 'bitbucket.panel-expand.message': '展开',
14
+ };
@@ -0,0 +1,14 @@
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
+ //Chinese (Traditional)
11
+ exports.default = {
12
+ 'bitbucket.panel-collapse.message': '摺疊',
13
+ 'bitbucket.panel-expand.message': '展開',
14
+ };
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ // Re-export all i18n modules
18
+ __exportStar(require("./i18n"), exports);
@@ -0,0 +1,11 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'bitbucket.panel-collapse.message': string;
9
+ 'bitbucket.panel-expand.message': string;
10
+ };
11
+ export default _default;
@@ -0,0 +1,12 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Czech
9
+ export default {
10
+ 'bitbucket.panel-collapse.message': 'sbalit',
11
+ 'bitbucket.panel-expand.message': 'rozbalit',
12
+ };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'bitbucket.panel-collapse.message': string;
9
+ 'bitbucket.panel-expand.message': string;
10
+ };
11
+ export default _default;
@@ -0,0 +1,12 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Danish (Denmark)
9
+ export default {
10
+ 'bitbucket.panel-collapse.message': 'skjul',
11
+ 'bitbucket.panel-expand.message': 'udvid',
12
+ };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'bitbucket.panel-collapse.message': string;
9
+ 'bitbucket.panel-expand.message': string;
10
+ };
11
+ export default _default;