@atlaskit/afm-i18n-platform-team-central-give-kudos 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 +29 -0
  3. package/dist/cjs/i18n/da.js +29 -0
  4. package/dist/cjs/i18n/de.js +29 -0
  5. package/dist/cjs/i18n/en.js +29 -0
  6. package/dist/cjs/i18n/en_GB.js +29 -0
  7. package/dist/cjs/i18n/en_ZZ.js +29 -0
  8. package/dist/cjs/i18n/es.js +29 -0
  9. package/dist/cjs/i18n/fi.js +29 -0
  10. package/dist/cjs/i18n/fr.js +29 -0
  11. package/dist/cjs/i18n/hu.js +29 -0
  12. package/dist/cjs/i18n/index.js +55 -0
  13. package/dist/cjs/i18n/it.js +29 -0
  14. package/dist/cjs/i18n/ja.js +29 -0
  15. package/dist/cjs/i18n/ko.js +29 -0
  16. package/dist/cjs/i18n/nb.js +29 -0
  17. package/dist/cjs/i18n/nl.js +29 -0
  18. package/dist/cjs/i18n/pl.js +29 -0
  19. package/dist/cjs/i18n/pt_BR.js +29 -0
  20. package/dist/cjs/i18n/ru.js +29 -0
  21. package/dist/cjs/i18n/sv.js +29 -0
  22. package/dist/cjs/i18n/th.js +29 -0
  23. package/dist/cjs/i18n/tr.js +29 -0
  24. package/dist/cjs/i18n/uk.js +29 -0
  25. package/dist/cjs/i18n/vi.js +29 -0
  26. package/dist/cjs/i18n/zh.js +29 -0
  27. package/dist/cjs/i18n/zh_TW.js +29 -0
  28. package/dist/cjs/index.js +18 -0
  29. package/dist/esm/i18n/cs.d.ts +26 -0
  30. package/dist/esm/i18n/cs.js +27 -0
  31. package/dist/esm/i18n/da.d.ts +26 -0
  32. package/dist/esm/i18n/da.js +27 -0
  33. package/dist/esm/i18n/de.d.ts +26 -0
  34. package/dist/esm/i18n/de.js +27 -0
  35. package/dist/esm/i18n/en.d.ts +26 -0
  36. package/dist/esm/i18n/en.js +27 -0
  37. package/dist/esm/i18n/en_GB.d.ts +26 -0
  38. package/dist/esm/i18n/en_GB.js +27 -0
  39. package/dist/esm/i18n/en_ZZ.d.ts +26 -0
  40. package/dist/esm/i18n/en_ZZ.js +27 -0
  41. package/dist/esm/i18n/es.d.ts +26 -0
  42. package/dist/esm/i18n/es.js +27 -0
  43. package/dist/esm/i18n/fi.d.ts +26 -0
  44. package/dist/esm/i18n/fi.js +27 -0
  45. package/dist/esm/i18n/fr.d.ts +26 -0
  46. package/dist/esm/i18n/fr.js +27 -0
  47. package/dist/esm/i18n/hu.d.ts +26 -0
  48. package/dist/esm/i18n/hu.js +27 -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 +26 -0
  52. package/dist/esm/i18n/it.js +27 -0
  53. package/dist/esm/i18n/ja.d.ts +26 -0
  54. package/dist/esm/i18n/ja.js +27 -0
  55. package/dist/esm/i18n/ko.d.ts +26 -0
  56. package/dist/esm/i18n/ko.js +27 -0
  57. package/dist/esm/i18n/nb.d.ts +26 -0
  58. package/dist/esm/i18n/nb.js +27 -0
  59. package/dist/esm/i18n/nl.d.ts +26 -0
  60. package/dist/esm/i18n/nl.js +27 -0
  61. package/dist/esm/i18n/pl.d.ts +26 -0
  62. package/dist/esm/i18n/pl.js +27 -0
  63. package/dist/esm/i18n/pt_BR.d.ts +26 -0
  64. package/dist/esm/i18n/pt_BR.js +27 -0
  65. package/dist/esm/i18n/ru.d.ts +26 -0
  66. package/dist/esm/i18n/ru.js +27 -0
  67. package/dist/esm/i18n/sv.d.ts +26 -0
  68. package/dist/esm/i18n/sv.js +27 -0
  69. package/dist/esm/i18n/th.d.ts +26 -0
  70. package/dist/esm/i18n/th.js +27 -0
  71. package/dist/esm/i18n/tr.d.ts +26 -0
  72. package/dist/esm/i18n/tr.js +27 -0
  73. package/dist/esm/i18n/uk.d.ts +26 -0
  74. package/dist/esm/i18n/uk.js +27 -0
  75. package/dist/esm/i18n/vi.d.ts +26 -0
  76. package/dist/esm/i18n/vi.js +27 -0
  77. package/dist/esm/i18n/zh.d.ts +26 -0
  78. package/dist/esm/i18n/zh.js +27 -0
  79. package/dist/esm/i18n/zh_TW.d.ts +26 -0
  80. package/dist/esm/i18n/zh_TW.js +27 -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 +26 -0
  84. package/dist/types/i18n/da.d.ts +26 -0
  85. package/dist/types/i18n/de.d.ts +26 -0
  86. package/dist/types/i18n/en.d.ts +26 -0
  87. package/dist/types/i18n/en_GB.d.ts +26 -0
  88. package/dist/types/i18n/en_ZZ.d.ts +26 -0
  89. package/dist/types/i18n/es.d.ts +26 -0
  90. package/dist/types/i18n/fi.d.ts +26 -0
  91. package/dist/types/i18n/fr.d.ts +26 -0
  92. package/dist/types/i18n/hu.d.ts +26 -0
  93. package/dist/types/i18n/index.d.ts +25 -0
  94. package/dist/types/i18n/it.d.ts +26 -0
  95. package/dist/types/i18n/ja.d.ts +26 -0
  96. package/dist/types/i18n/ko.d.ts +26 -0
  97. package/dist/types/i18n/nb.d.ts +26 -0
  98. package/dist/types/i18n/nl.d.ts +26 -0
  99. package/dist/types/i18n/pl.d.ts +26 -0
  100. package/dist/types/i18n/pt_BR.d.ts +26 -0
  101. package/dist/types/i18n/ru.d.ts +26 -0
  102. package/dist/types/i18n/sv.d.ts +26 -0
  103. package/dist/types/i18n/th.d.ts +26 -0
  104. package/dist/types/i18n/tr.d.ts +26 -0
  105. package/dist/types/i18n/uk.d.ts +26 -0
  106. package/dist/types/i18n/vi.d.ts +26 -0
  107. package/dist/types/i18n/zh.d.ts +26 -0
  108. package/dist/types/i18n/zh_TW.d.ts +26 -0
  109. package/dist/types/index.d.ts +1 -0
  110. package/i18n/cs.ts +29 -0
  111. package/i18n/da.ts +29 -0
  112. package/i18n/de.ts +29 -0
  113. package/i18n/en.ts +29 -0
  114. package/i18n/en_GB.ts +29 -0
  115. package/i18n/en_ZZ.ts +30 -0
  116. package/i18n/es.ts +29 -0
  117. package/i18n/fi.ts +29 -0
  118. package/i18n/fr.ts +30 -0
  119. package/i18n/hu.ts +29 -0
  120. package/i18n/index.ts +26 -0
  121. package/i18n/it.ts +30 -0
  122. package/i18n/ja.ts +29 -0
  123. package/i18n/ko.ts +29 -0
  124. package/i18n/nb.ts +29 -0
  125. package/i18n/nl.ts +29 -0
  126. package/i18n/pl.ts +30 -0
  127. package/i18n/pt_BR.ts +29 -0
  128. package/i18n/ru.ts +29 -0
  129. package/i18n/sv.ts +29 -0
  130. package/i18n/th.ts +29 -0
  131. package/i18n/tr.ts +29 -0
  132. package/i18n/uk.ts +29 -0
  133. package/i18n/vi.ts +29 -0
  134. package/i18n/zh.ts +29 -0
  135. package/i18n/zh_TW.ts +28 -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,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Náš tým pro prostředí na pracovišti nyní začne kouzlit a zpracuje vaši žádost o obdarování. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Gratulace byla vytvořena',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': 'Vytvoření gratulace nebo odeslání dárku se nezdařilo. Zkuste zadat samostatný ticket na stránce <a>go/kudos</a>.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Něco se pokazilo',
16
+ 'team-central.give-kudos.button': 'Pogratulovat',
17
+ 'team-central.give-kudos.close-button.label': 'Zavřít panel',
18
+ 'team-central.give-kudos.confirm-close.title': 'Potvrdit zavření',
19
+ 'team-central.give-kudos.created.action.flag': 'Zobrazit gratulaci',
20
+ 'team-central.give-kudos.created.description.flag': 'Vaše gratulace byla odeslána. <a>Zobrazit gratulaci</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Gratulace byla vytvořena',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Vytvoření gratulace se nezdařilo.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Něco se pokazilo',
24
+ 'team-central.give-kudos.error-icon.label': 'Chyba',
25
+ 'team-central.give-kudos.success-icon.label': 'Úspěch',
26
+ 'team-central.give-kudos.unsaved.warning': 'Změny, které jste provedli, se neuloží.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Zrušit',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Zavřít',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Vores Workplace Experience-team vil nu behandle din gaveanmodning. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Ros blev oprettet',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': 'Vi kunne ikke oprette din ros eller sende gaven. Prøv at oprette en separat supportanmodning på <a>go/kudos</a>.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Noget gik galt',
16
+ 'team-central.give-kudos.button': 'Giv ros',
17
+ 'team-central.give-kudos.close-button.label': 'Luk skuffe',
18
+ 'team-central.give-kudos.confirm-close.title': 'Bekræft Luk',
19
+ 'team-central.give-kudos.created.action.flag': 'Se ros',
20
+ 'team-central.give-kudos.created.description.flag': 'Din ros blev sendt. <a>Se ros</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Ros blev oprettet',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Vi kunne ikke oprette din ros.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Noget gik galt',
24
+ 'team-central.give-kudos.error-icon.label': 'Fejl',
25
+ 'team-central.give-kudos.success-icon.label': 'Succes',
26
+ 'team-central.give-kudos.unsaved.warning': 'Ændringer, du har foretaget, gemmes ikke.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Annuller',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Luk',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Unser Workplace Experience-Team wird sich nun um die Geschenkeanfrage kümmern. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Lob erstellt',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': 'Ihr Lob konnte nicht erstellt und das Geschenk nicht gesendet werden. Versuchen Sie, ein separates Ticket bei <a>go/kudos</a> zu kaufen.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Etwas ist schiefgelaufen',
16
+ 'team-central.give-kudos.button': 'Loben',
17
+ 'team-central.give-kudos.close-button.label': 'Drawer schließen',
18
+ 'team-central.give-kudos.confirm-close.title': 'Schließen bestätigen',
19
+ 'team-central.give-kudos.created.action.flag': 'Lob anzeigen',
20
+ 'team-central.give-kudos.created.description.flag': 'Ihr Lob wurde gesendet. <a>Lob anzeigen</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Lob wurde erstellt',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Ihr Lob konnte nicht erstellt werden.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Etwas ist schiefgelaufen',
24
+ 'team-central.give-kudos.error-icon.label': 'Fehler',
25
+ 'team-central.give-kudos.success-icon.label': 'Erfolgreich',
26
+ 'team-central.give-kudos.unsaved.warning': 'Von Ihnen vorgenommene Änderungen werden nicht gespeichert.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Abbrechen',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Schließen',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Our Workplace Experience team will now work their magic for the gift request. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Kudos created',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': "We couldn't create your kudos or send the gift. Try raising a separate ticket at <a>go/kudos</a>..",
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Something went wrong',
16
+ 'team-central.give-kudos.button': 'Give kudos',
17
+ 'team-central.give-kudos.close-button.label': 'Close drawer',
18
+ 'team-central.give-kudos.confirm-close.title': 'Confirm Close',
19
+ 'team-central.give-kudos.created.action.flag': 'View kudos',
20
+ 'team-central.give-kudos.created.description.flag': 'Your kudos has been sent. <a>View kudos</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Kudos has been created',
22
+ 'team-central.give-kudos.creation.failed.description.flag': "We couldn't create your kudos.",
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Something went wrong',
24
+ 'team-central.give-kudos.error-icon.label': 'Error',
25
+ 'team-central.give-kudos.success-icon.label': 'Success',
26
+ 'team-central.give-kudos.unsaved.warning': 'Changes that you made will not be saved.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Cancel',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Close',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Our Workplace Experience team will now work their magic for the gift request. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Kudos created',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': "We couldn't create your kudos or send the gift. Try raising a separate ticket at <a>go/kudos</a>..",
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Something went wrong',
16
+ 'team-central.give-kudos.button': 'Give kudos',
17
+ 'team-central.give-kudos.close-button.label': 'Close drawer',
18
+ 'team-central.give-kudos.confirm-close.title': 'Confirm Close',
19
+ 'team-central.give-kudos.created.action.flag': 'View kudos',
20
+ 'team-central.give-kudos.created.description.flag': 'Your kudos has been sent. <a>View kudos</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Kudos has been created',
22
+ 'team-central.give-kudos.creation.failed.description.flag': "We couldn't create your kudos.",
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Something went wrong',
24
+ 'team-central.give-kudos.error-icon.label': 'Error',
25
+ 'team-central.give-kudos.success-icon.label': 'Success',
26
+ 'team-central.give-kudos.unsaved.warning': 'Changes that you made will not be saved.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Cancel',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Close',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': '⁣⁢Our Workplace Experience team will now work their magic for the gift request. ✨‍‍‌‌‍⁡⁠⁣⁤',
13
+ 'team-central.give-jira-kudos.created.title.flag': '⁣⁢Kudos created‌؜⁠‍⁠‌⁡⁡⁡⁣⁤',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': "⁣⁢We couldn't create your kudos or send the gift. Try raising a separate ticket at <a>go/kudos</a>..⁠⁡‌‍⁠⁠⁡⁡⁠؜‌؜؜‍⁣⁤",
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': '⁣⁢Something went wrong⁡؜‌‍‌‌‍⁣⁤',
16
+ 'team-central.give-kudos.button': '⁣⁢Give kudos‍‌⁠؜‍‍⁡؜‍‌؜⁠⁡⁠‍⁣⁤',
17
+ 'team-central.give-kudos.close-button.label': '⁣⁢Close drawer‌⁠⁡‍؜‍⁡⁣⁤',
18
+ 'team-central.give-kudos.confirm-close.title': '⁣⁢Confirm Close‍⁠؜⁠‌‌؜‌‍⁣⁤',
19
+ 'team-central.give-kudos.created.action.flag': '⁣⁢View kudos‍⁠؜؜⁡‌؜⁡⁠⁡‍⁡‌⁡⁣⁤',
20
+ 'team-central.give-kudos.created.description.flag': '⁣⁢Your kudos has been sent. <a>View kudos</a>‌؜⁡‌‌⁠؜‌‍⁣⁤',
21
+ 'team-central.give-kudos.created.title.flag': '⁣⁢Kudos has been created⁠‌‌‍⁠؜⁠؜⁡⁣⁤',
22
+ 'team-central.give-kudos.creation.failed.description.flag': "⁣⁢We couldn't create your kudos.‌‍‍‌‌⁣⁤",
23
+ 'team-central.give-kudos.creation.failed.title.flag': '⁣⁢Something went wrong؜‌؜؜‍⁡؜‍‌؜⁣⁤',
24
+ 'team-central.give-kudos.error-icon.label': '⁣⁢Error‌‌‌⁠⁠؜⁠‍⁠⁣⁤',
25
+ 'team-central.give-kudos.success-icon.label': '⁣⁢Success‌؜⁠‌‍⁡⁡⁡⁡‍‍⁡؜⁣⁤',
26
+ 'team-central.give-kudos.unsaved.warning': '⁣⁢Changes that you made will not be saved.‍⁠؜⁡‍؜؜‌⁡⁡⁣⁤',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': '⁣⁢Cancel‌⁠؜‍‌‍⁠؜‌⁠؜‌‍‌؜⁠⁡‍⁠⁣⁤',
28
+ 'team-central.give-kudos.unsaved.warning.close': '⁣⁢Close⁠؜⁠⁠⁡⁡⁡‌⁡⁠⁠‍⁣⁤',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Nuestro equipo de experiencia del espacio de trabajo procesará ahora la solicitud de regalo. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Felicitación creada',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': 'No se han podido crear tus felicitaciones ni enviar el regalo. Intenta generar un ticket independiente en <a>go/kudos</a>.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Se ha producido un error',
16
+ 'team-central.give-kudos.button': 'Felicitar',
17
+ 'team-central.give-kudos.close-button.label': 'Cerrar cajón',
18
+ 'team-central.give-kudos.confirm-close.title': 'Confirmar cerrar',
19
+ 'team-central.give-kudos.created.action.flag': 'Ver felicitación',
20
+ 'team-central.give-kudos.created.description.flag': 'Se ha enviado tu felicitación. <a>Ver felicitación</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Se ha creado la felicitación',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'No se ha podido crear tu felicitación.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Se ha producido un error',
24
+ 'team-central.give-kudos.error-icon.label': 'Error',
25
+ 'team-central.give-kudos.success-icon.label': 'Listo',
26
+ 'team-central.give-kudos.unsaved.warning': 'Tus cambios no se guardarán.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Cancelar',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Cerrar',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Workplace Experience ‑tiimimme huolehtii nyt lahjapyynnöstä. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Kehut luotu',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': 'Kehujesi luonti tai lahjan lähetys epäonnistui. Yritä tehdä erillinen tukipyyntö osoitteessa <a>go/kudos</a>.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Jokin meni vikaan',
16
+ 'team-central.give-kudos.button': 'Anna kehuja',
17
+ 'team-central.give-kudos.close-button.label': 'Sulje laatikko',
18
+ 'team-central.give-kudos.confirm-close.title': 'Vahvista sulkeminen',
19
+ 'team-central.give-kudos.created.action.flag': 'Näytä kehut',
20
+ 'team-central.give-kudos.created.description.flag': 'Kehut on lähetetty. <a>Näytä kehut</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Kehut on luotu',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Kehujasi ei voitu luoda.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Jokin meni vikaan',
24
+ 'team-central.give-kudos.error-icon.label': 'Virhe',
25
+ 'team-central.give-kudos.success-icon.label': 'Onnistui',
26
+ 'team-central.give-kudos.unsaved.warning': 'Tekemiäsi muutoksia ei tallenneta.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Peruuta',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Sulje',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Notre équipe Workplace Experience va maintenant faire tout son possible pour répondre à la demande de cadeau. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Félicitations créées',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': "Impossible de créer vos félicitations ou d'envoyer le cadeau. Essayez de créer un ticket séparé sur <a>go/kudos</a>.",
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Une erreur est survenue',
16
+ 'team-central.give-kudos.button': 'Féliciter',
17
+ 'team-central.give-kudos.close-button.label': 'Fermer le tiroir',
18
+ 'team-central.give-kudos.confirm-close.title': 'Confirmer la fermeture',
19
+ 'team-central.give-kudos.created.action.flag': 'Voir les félicitations',
20
+ 'team-central.give-kudos.created.description.flag': 'Vos félicitations ont été envoyées. <a>Voir les félicitations</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Les félicitations ont été créées',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Impossible de créer vos félicitations.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Une erreur est survenue',
24
+ 'team-central.give-kudos.error-icon.label': 'Erreur',
25
+ 'team-central.give-kudos.success-icon.label': 'Opération réussie',
26
+ 'team-central.give-kudos.unsaved.warning': 'Les changements effectués ne seront pas enregistrés.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Annuler',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Fermer',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'A munkahelyi környezettel foglalkozó csapatunk most fel fogja dolgozni az ajándékkérelmet. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Dicséret létrehozva',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': 'Nem sikerült létrehozni a dicséretedet és elküldeni az ajándékot. Próbálj meg egy külön jegyet indítani a <a>go/kudos</a> oldalon.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Hiba történt',
16
+ 'team-central.give-kudos.button': 'Dicséret',
17
+ 'team-central.give-kudos.close-button.label': 'Fiók bezárása',
18
+ 'team-central.give-kudos.confirm-close.title': 'Bezárás megerősítése',
19
+ 'team-central.give-kudos.created.action.flag': 'Dicséret megtekintése',
20
+ 'team-central.give-kudos.created.description.flag': 'Dicséret elküldve. <a>Dicséret megtekintése</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Dicséret létrehozva',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Nem sikerült létrehozni a dicséretedet.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Hiba történt',
24
+ 'team-central.give-kudos.error-icon.label': 'Hiba',
25
+ 'team-central.give-kudos.success-icon.label': 'Sikerült',
26
+ 'team-central.give-kudos.unsaved.warning': 'A módosításaidat nem mentjük.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Mégse',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Bezárás',
29
+ };
@@ -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,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Il nostro team Workplace Experience ora compirà la sua magia per la richiesta di un regalo. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Apprezzamenti creati',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': 'Non è stato possibile creare i tuoi apprezzamenti o inviare il regalo. Prova a generare un ticket separato da <a>go/kudos</a>.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Si è verificato un problema',
16
+ 'team-central.give-kudos.button': 'Complimentati',
17
+ 'team-central.give-kudos.close-button.label': 'Chiudi il cassetto',
18
+ 'team-central.give-kudos.confirm-close.title': 'Conferma la chiusura',
19
+ 'team-central.give-kudos.created.action.flag': 'Visualizza gli apprezzamenti',
20
+ 'team-central.give-kudos.created.description.flag': 'I tuoi apprezzamenti sono stati inviati. <a>Visualizza gli apprezzamenti</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Gli apprezzamenti sono stati creati',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Non è stato possibile creare i tuoi apprezzamenti.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Si è verificato un problema',
24
+ 'team-central.give-kudos.error-icon.label': 'Errore',
25
+ 'team-central.give-kudos.success-icon.label': 'Operazione riuscita',
26
+ 'team-central.give-kudos.unsaved.warning': 'Le modifiche apportate non saranno salvate.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Annulla',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Chiudi',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': '今後は Workplace Experience チームがギフト リクエストを適切に処理します。✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': '賞賛が作成されました',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': '賞賛の作成とギフトの送付ができませんでした。<a>go/kudos</a> で別のチケットを登録してください。',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': '問題が発生しました',
16
+ 'team-central.give-kudos.button': '賞賛を送る',
17
+ 'team-central.give-kudos.close-button.label': 'ドロワーを閉じる',
18
+ 'team-central.give-kudos.confirm-close.title': '確認して閉じる',
19
+ 'team-central.give-kudos.created.action.flag': '賞賛を表示',
20
+ 'team-central.give-kudos.created.description.flag': '賞賛を送りました。作成した<a>賞賛の一覧をご覧ください</a>。',
21
+ 'team-central.give-kudos.created.title.flag': '称賛が作成されました',
22
+ 'team-central.give-kudos.creation.failed.description.flag': '賞賛を作成できませんでした。',
23
+ 'team-central.give-kudos.creation.failed.title.flag': '問題が発生しました',
24
+ 'team-central.give-kudos.error-icon.label': 'エラー',
25
+ 'team-central.give-kudos.success-icon.label': '成功',
26
+ 'team-central.give-kudos.unsaved.warning': 'あなたが行った変更は保存されません。',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'キャンセル',
28
+ 'team-central.give-kudos.unsaved.warning.close': '閉じる',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Workplace Experience 팀이 이제 선물 요청을 처리할 것입니다. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': '칭찬을 만듦',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': '칭찬을 만들거나 선물을 보낼 수 없습니다. <a>go/kudos</a>에서 별도의 티켓을 제기해 보세요.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': '문제가 발생했습니다',
16
+ 'team-central.give-kudos.button': '칭찬하기',
17
+ 'team-central.give-kudos.close-button.label': '서랍 닫기',
18
+ 'team-central.give-kudos.confirm-close.title': '닫기 확인',
19
+ 'team-central.give-kudos.created.action.flag': '칭찬 보기',
20
+ 'team-central.give-kudos.created.description.flag': '칭찬을 보냈습니다. <a>칭찬 보기</a>',
21
+ 'team-central.give-kudos.created.title.flag': '칭찬을 만듦',
22
+ 'team-central.give-kudos.creation.failed.description.flag': '칭찬을 만들 수 없습니다.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': '문제가 발생했습니다',
24
+ 'team-central.give-kudos.error-icon.label': '오류',
25
+ 'team-central.give-kudos.success-icon.label': '성공',
26
+ 'team-central.give-kudos.unsaved.warning': '변경 사항이 저장되지 않습니다.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': '취소',
28
+ 'team-central.give-kudos.unsaved.warning.close': '닫기',
29
+ };
@@ -0,0 +1,29 @@
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
+ 'team-central.give-jira-kudos.created.description.flag': 'Workplace Experience-teamet vårt vil nå behandle gaveforespørselen. ✨',
13
+ 'team-central.give-jira-kudos.created.title.flag': 'Kudos er opprettet',
14
+ 'team-central.give-jira-kudos.creation.failed.description.flag': 'Vi kan ikke opprette kudos eller sende gaven. Prøv å opprette en separat støtteforespørsel på <a>go/kudos</a>.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Det oppstod en feil',
16
+ 'team-central.give-kudos.button': 'Gi kudos',
17
+ 'team-central.give-kudos.close-button.label': 'Lukk skuff',
18
+ 'team-central.give-kudos.confirm-close.title': 'Bekreft at du vil lukke',
19
+ 'team-central.give-kudos.created.action.flag': 'Vis kudos',
20
+ 'team-central.give-kudos.created.description.flag': 'Kudos er sendt. <a>Vis kudos</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Kudos er opprettet',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Vi kan ikke opprette kudos.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Det oppstod en feil',
24
+ 'team-central.give-kudos.error-icon.label': 'Feil',
25
+ 'team-central.give-kudos.success-icon.label': 'Vellykket',
26
+ 'team-central.give-kudos.unsaved.warning': 'Endringene dine lagres ikke.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Avbryt',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Lukk',
29
+ };