@atlaskit/afm-i18n-platform-elements-reactions 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 +30 -0
  3. package/dist/cjs/i18n/da.js +30 -0
  4. package/dist/cjs/i18n/de.js +29 -0
  5. package/dist/cjs/i18n/en.js +30 -0
  6. package/dist/cjs/i18n/en_GB.js +30 -0
  7. package/dist/cjs/i18n/en_ZZ.js +30 -0
  8. package/dist/cjs/i18n/es.js +30 -0
  9. package/dist/cjs/i18n/fi.js +29 -0
  10. package/dist/cjs/i18n/fr.js +30 -0
  11. package/dist/cjs/i18n/hu.js +30 -0
  12. package/dist/cjs/i18n/index.js +55 -0
  13. package/dist/cjs/i18n/it.js +30 -0
  14. package/dist/cjs/i18n/ja.js +30 -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 +30 -0
  18. package/dist/cjs/i18n/pl.js +30 -0
  19. package/dist/cjs/i18n/pt_BR.js +30 -0
  20. package/dist/cjs/i18n/ru.js +29 -0
  21. package/dist/cjs/i18n/sv.js +30 -0
  22. package/dist/cjs/i18n/th.js +30 -0
  23. package/dist/cjs/i18n/tr.js +30 -0
  24. package/dist/cjs/i18n/uk.js +30 -0
  25. package/dist/cjs/i18n/vi.js +30 -0
  26. package/dist/cjs/i18n/zh.js +30 -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 +27 -0
  30. package/dist/esm/i18n/cs.js +28 -0
  31. package/dist/esm/i18n/da.d.ts +27 -0
  32. package/dist/esm/i18n/da.js +28 -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 +27 -0
  36. package/dist/esm/i18n/en.js +28 -0
  37. package/dist/esm/i18n/en_GB.d.ts +27 -0
  38. package/dist/esm/i18n/en_GB.js +28 -0
  39. package/dist/esm/i18n/en_ZZ.d.ts +27 -0
  40. package/dist/esm/i18n/en_ZZ.js +28 -0
  41. package/dist/esm/i18n/es.d.ts +27 -0
  42. package/dist/esm/i18n/es.js +28 -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 +27 -0
  46. package/dist/esm/i18n/fr.js +28 -0
  47. package/dist/esm/i18n/hu.d.ts +27 -0
  48. package/dist/esm/i18n/hu.js +28 -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 +27 -0
  52. package/dist/esm/i18n/it.js +28 -0
  53. package/dist/esm/i18n/ja.d.ts +27 -0
  54. package/dist/esm/i18n/ja.js +28 -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 +27 -0
  60. package/dist/esm/i18n/nl.js +28 -0
  61. package/dist/esm/i18n/pl.d.ts +27 -0
  62. package/dist/esm/i18n/pl.js +28 -0
  63. package/dist/esm/i18n/pt_BR.d.ts +27 -0
  64. package/dist/esm/i18n/pt_BR.js +28 -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 +27 -0
  68. package/dist/esm/i18n/sv.js +28 -0
  69. package/dist/esm/i18n/th.d.ts +27 -0
  70. package/dist/esm/i18n/th.js +28 -0
  71. package/dist/esm/i18n/tr.d.ts +27 -0
  72. package/dist/esm/i18n/tr.js +28 -0
  73. package/dist/esm/i18n/uk.d.ts +27 -0
  74. package/dist/esm/i18n/uk.js +28 -0
  75. package/dist/esm/i18n/vi.d.ts +27 -0
  76. package/dist/esm/i18n/vi.js +28 -0
  77. package/dist/esm/i18n/zh.d.ts +27 -0
  78. package/dist/esm/i18n/zh.js +28 -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 +27 -0
  84. package/dist/types/i18n/da.d.ts +27 -0
  85. package/dist/types/i18n/de.d.ts +26 -0
  86. package/dist/types/i18n/en.d.ts +27 -0
  87. package/dist/types/i18n/en_GB.d.ts +27 -0
  88. package/dist/types/i18n/en_ZZ.d.ts +27 -0
  89. package/dist/types/i18n/es.d.ts +27 -0
  90. package/dist/types/i18n/fi.d.ts +26 -0
  91. package/dist/types/i18n/fr.d.ts +27 -0
  92. package/dist/types/i18n/hu.d.ts +27 -0
  93. package/dist/types/i18n/index.d.ts +25 -0
  94. package/dist/types/i18n/it.d.ts +27 -0
  95. package/dist/types/i18n/ja.d.ts +27 -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 +27 -0
  99. package/dist/types/i18n/pl.d.ts +27 -0
  100. package/dist/types/i18n/pt_BR.d.ts +27 -0
  101. package/dist/types/i18n/ru.d.ts +26 -0
  102. package/dist/types/i18n/sv.d.ts +27 -0
  103. package/dist/types/i18n/th.d.ts +27 -0
  104. package/dist/types/i18n/tr.d.ts +27 -0
  105. package/dist/types/i18n/uk.d.ts +27 -0
  106. package/dist/types/i18n/vi.d.ts +27 -0
  107. package/dist/types/i18n/zh.d.ts +27 -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 +31 -0
  111. package/i18n/da.ts +30 -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 +31 -0
  116. package/i18n/es.ts +30 -0
  117. package/i18n/fi.ts +29 -0
  118. package/i18n/fr.ts +30 -0
  119. package/i18n/hu.ts +30 -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 +28 -0
  124. package/i18n/nb.ts +29 -0
  125. package/i18n/nl.ts +30 -0
  126. package/i18n/pl.ts +31 -0
  127. package/i18n/pt_BR.ts +30 -0
  128. package/i18n/ru.ts +30 -0
  129. package/i18n/sv.ts +30 -0
  130. package/i18n/th.ts +29 -0
  131. package/i18n/tr.ts +30 -0
  132. package/i18n/uk.ts +31 -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,30 @@
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.reactions.add': 'Přidat reakci',
13
+ 'fabric.reactions.add.new': 'Přidat novou',
14
+ 'fabric.reactions.error.unexpected': 'Reakce jsou dočasně nedostupné.',
15
+ 'fabric.reactions.loading': 'Načítání...',
16
+ 'fabric.reactions.more.emojis': 'Více smajlíků',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {a jeden další} few {a {count} další} many {a {count} dalšího} other {a {count} dalších}}',
18
+ 'fabric.reactions.reactwithemoji': 'Reagovat pomocí smajlíku {emoji}',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji} smajlík. Reagovat pomocí smajlíku {emoji}} few {{count,number} {emoji} smajlíky. Reagovat pomocí smajlíku {emoji}} many {{count,number} {emoji} smajlíku. Reagovat pomocí smajlíku {emoji}} other {{count,number} {emoji} smajlíků. Reagovat pomocí smajlíku {emoji}}}',
20
+ 'fabric.reactions.summary': 'Zobrazit všechny reakce uživatelů',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Přidat reakci',
22
+ 'reactions-reaction.picker-label': 'Přidat reakce',
23
+ 'reactions.dialog.close': 'Zavřít',
24
+ 'reactions.dialog.emoji.name': '{emojiName}',
25
+ 'reactions.dialog.left.navigate': 'Navigace doleva',
26
+ 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reakce celkem} few {{count,number} reakce celkem} many {{count,number} reakce celkem} other {{count,number} reakcí celkem}}',
27
+ 'reactions.dialog.right.navigate': 'Navigace doprava',
28
+ 'reactions.dialog.viewall': 'Zobrazit vše',
29
+ 'reactions.dialog.viewall.tooltip': 'Zobrazit všechny reakce uživatelů',
30
+ };
@@ -0,0 +1,30 @@
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.reactions.add': 'Tilføj reaktion',
13
+ 'fabric.reactions.add.new': 'Tilføj ny',
14
+ 'fabric.reactions.error.unexpected': 'Reaktioner er midlertidigt utilgængelige',
15
+ 'fabric.reactions.loading': 'Indlæser ...',
16
+ 'fabric.reactions.more.emojis': 'Flere emojis',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {og én anden} other {og {count} andre}}',
18
+ 'fabric.reactions.reactwithemoji': 'Reager med emojien {emoji}',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji}-emoji. Reager med emojien {emoji}} other {{count,number} {emoji}-emojier. Reager med emojien {emoji}}}',
20
+ 'fabric.reactions.summary': 'Se alle brugerreaktioner',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Tilføj en reaktion',
22
+ 'reactions-reaction.picker-label': 'Tilføj reaktioner',
23
+ 'reactions.dialog.close': 'Luk',
24
+ 'reactions.dialog.emoji.name': '{emojiName}',
25
+ 'reactions.dialog.left.navigate': 'Navigation til venstre',
26
+ 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaktion i alt} other {{count,number} reaktioner i alt}}',
27
+ 'reactions.dialog.right.navigate': 'Navigation til højre',
28
+ 'reactions.dialog.viewall': 'Vis alle',
29
+ 'reactions.dialog.viewall.tooltip': 'Se alle brugerreaktioner',
30
+ };
@@ -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
+ 'fabric.reactions.add': 'Reaktion hinzufügen',
13
+ 'fabric.reactions.add.new': 'Neu hinzufügen',
14
+ 'fabric.reactions.error.unexpected': 'Reaktionen sind vorübergehend nicht verfügbar.',
15
+ 'fabric.reactions.loading': 'Wird geladen...',
16
+ 'fabric.reactions.more.emojis': 'Mehr Emojis',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {und ein weiterer} other {und {count} weitere}}',
18
+ 'fabric.reactions.reactwithemoji': 'Mit {emoji}-Emoji reagieren',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji}-Emoji. Mit {emoji}-Emoji reagieren} other {{count,number} {emoji}-Emojis. Mit {emoji}-Emoji reagieren}}',
20
+ 'fabric.reactions.summary': 'Alle Benutzerreaktionen anzeigen',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Eine Reaktion hinzufügen',
22
+ 'reactions-reaction.picker-label': 'Reaktionen hinzufügen',
23
+ 'reactions.dialog.close': 'Schließen',
24
+ 'reactions.dialog.left.navigate': 'Nach links navigieren',
25
+ 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} Reaktion insgesamt} other {{count,number} Reaktionen insgesamt}}',
26
+ 'reactions.dialog.right.navigate': 'Nach rechts navigieren',
27
+ 'reactions.dialog.viewall': 'Alle anzeigen',
28
+ 'reactions.dialog.viewall.tooltip': 'Alle Benutzerreaktionen anzeigen',
29
+ };
@@ -0,0 +1,30 @@
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.reactions.add': 'Add reaction',
13
+ 'fabric.reactions.add.new': 'Add new',
14
+ 'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
15
+ 'fabric.reactions.loading': 'Loading...',
16
+ 'fabric.reactions.more.emojis': 'More emojis',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
18
+ 'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {# {emoji} emoji} other {# {emoji} emojis}}. React with {emoji} emoji',
20
+ 'fabric.reactions.summary': 'View all user reactions',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Add a reaction',
22
+ 'reactions-reaction.picker-label': 'Add reactions',
23
+ 'reactions.dialog.close': 'Close',
24
+ 'reactions.dialog.emoji.name': '{emojiName}',
25
+ 'reactions.dialog.left.navigate': 'Left Navigate',
26
+ 'reactions.dialog.reactions.count': '{count, plural, one {# total reaction} other {# total reactions} }',
27
+ 'reactions.dialog.right.navigate': 'Right Navigate',
28
+ 'reactions.dialog.viewall': 'View all',
29
+ 'reactions.dialog.viewall.tooltip': 'View all user reactions',
30
+ };
@@ -0,0 +1,30 @@
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.reactions.add': 'Add reaction',
13
+ 'fabric.reactions.add.new': 'Add new',
14
+ 'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
15
+ 'fabric.reactions.loading': 'Loading...',
16
+ 'fabric.reactions.more.emojis': 'More emojis',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
18
+ 'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {# {emoji} emoji} other {# {emoji} emojis}}. React with {emoji} emoji',
20
+ 'fabric.reactions.summary': 'View all user reactions',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Add a reaction',
22
+ 'reactions-reaction.picker-label': 'Add reactions',
23
+ 'reactions.dialog.close': 'Close',
24
+ 'reactions.dialog.emoji.name': '{emojiName}',
25
+ 'reactions.dialog.left.navigate': 'Left Navigate',
26
+ 'reactions.dialog.reactions.count': '{count, plural, one {# total reaction} other {# total reactions} }',
27
+ 'reactions.dialog.right.navigate': 'Right Navigate',
28
+ 'reactions.dialog.viewall': 'View all',
29
+ 'reactions.dialog.viewall.tooltip': 'View all user reactions',
30
+ };
@@ -0,0 +1,30 @@
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.reactions.add': '⁣⁢Add reaction⁡‌؜؜⁡‍⁠⁡⁠⁣⁤',
13
+ 'fabric.reactions.add.new': '⁣⁢Add new‍⁠‌⁠⁠‍⁠؜⁠⁠‌؜⁣⁤',
14
+ 'fabric.reactions.error.unexpected': '⁣⁢Reactions are temporarily unavailable⁡‍‍؜‍⁡‌؜؜؜؜‍⁠‍⁣⁤',
15
+ 'fabric.reactions.loading': '⁣⁢Loading...⁡؜؜؜‌⁣⁤',
16
+ 'fabric.reactions.more.emojis': '⁣⁢More emojis‌‍⁠⁠‍؜‍⁡⁠⁡؜‌⁠⁣⁤',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {⁣⁢and one other‍⁠؜⁠⁡‌⁠⁠⁠⁣⁤} other {⁣⁢and {count} others‍⁠؜⁠⁡‌⁠⁠⁠⁣⁤}}',
18
+ 'fabric.reactions.reactwithemoji': '⁣⁢React with {emoji} emoji‌‍؜‍⁡⁠⁡⁣⁤',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {⁣⁢{count,number} {emoji} emoji. React with {emoji} emoji‍‍⁠⁡⁡⁠⁠‍⁠⁣⁤} other {⁣⁢{count,number} {emoji} emojis. React with {emoji} emoji‍‍⁠⁡⁡⁠⁠‍⁠⁣⁤}}',
20
+ 'fabric.reactions.summary': '⁣⁢View all user reactions‌⁡‍⁡‌‌⁡‌⁠‍⁡⁠⁣⁤',
21
+ 'reaction-picker-trigger.add.reaction.message': '⁣⁢Add a reaction‌⁡‍؜؜⁠؜؜⁠⁠⁣⁤',
22
+ 'reactions-reaction.picker-label': '⁣⁢Add reactions‌‍⁠؜‍؜⁡‍⁣⁤',
23
+ 'reactions.dialog.close': '⁣⁢Close‍⁡‌؜‍⁡‌‌⁣⁤',
24
+ 'reactions.dialog.emoji.name': '⁣⁢{emojiName}⁡‌‌‍؜⁠⁡‍⁡؜⁠‌‌‍‍⁡⁣⁤',
25
+ 'reactions.dialog.left.navigate': '⁣⁢Left Navigate؜‍‌؜⁠؜⁡‍⁠⁠⁡⁣⁤',
26
+ 'reactions.dialog.reactions.count': '{count, plural, one {⁣⁢{count,number} total reaction؜‍⁡‌⁠⁠‌‌‌؜⁣⁤} other {⁣⁢{count,number} total reactions؜‍⁡‌⁠⁠‌‌‌؜⁣⁤}}',
27
+ 'reactions.dialog.right.navigate': '⁣⁢Right Navigate⁠؜؜⁠‌‌⁡‍‍⁠⁠⁣⁤',
28
+ 'reactions.dialog.viewall': '⁣⁢View all‌‌⁡⁠⁡‌؜⁣⁤',
29
+ 'reactions.dialog.viewall.tooltip': '⁣⁢View all user reactions⁡‌؜؜⁡⁡‌‍؜؜⁣⁤',
30
+ };
@@ -0,0 +1,30 @@
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.reactions.add': 'Añadir reacción',
13
+ 'fabric.reactions.add.new': 'Añadir una nueva',
14
+ 'fabric.reactions.error.unexpected': 'Las reacciones no están disponibles temporalmente',
15
+ 'fabric.reactions.loading': 'Cargando...',
16
+ 'fabric.reactions.more.emojis': 'Más emojis',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {y 1 más} other {y {count} más}}',
18
+ 'fabric.reactions.reactwithemoji': 'Reaccionar con el emoticono {emoji}',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} emoji {emoji}. Reacciona con el emoji {emoji}} other {{count,number} emojis {emoji}. Reacciona con el emoji {emoji}}}',
20
+ 'fabric.reactions.summary': 'Ver todas las reacciones de los usuarios',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Añade una reacción',
22
+ 'reactions-reaction.picker-label': 'Añadir reacciones',
23
+ 'reactions.dialog.close': 'Cerrar',
24
+ 'reactions.dialog.emoji.name': '{emojiName}',
25
+ 'reactions.dialog.left.navigate': 'Desplazarse hacia la izquierda',
26
+ 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reacción total} other {{count,number} reacciones totales}}',
27
+ 'reactions.dialog.right.navigate': 'Desplazarse hacia la derecha',
28
+ 'reactions.dialog.viewall': 'Ver todo',
29
+ 'reactions.dialog.viewall.tooltip': 'Ver todas las reacciones de los usuarios',
30
+ };
@@ -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
+ 'fabric.reactions.add': 'Lisää reaktio',
13
+ 'fabric.reactions.add.new': 'Lisää uusi',
14
+ 'fabric.reactions.error.unexpected': 'Reaktiot ovat väliaikaisesti poissa käytöstä',
15
+ 'fabric.reactions.loading': 'Ladataan...',
16
+ 'fabric.reactions.more.emojis': 'Lisää emojeita',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {ja yksi muu} other {ja {count} muuta}}',
18
+ 'fabric.reactions.reactwithemoji': 'Reagoi emojilla {emoji}',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji}-emoji. Reagoi {emoji}-emojilla.} other {{count,number} {emoji}-emojia. Reagoi {emoji}-emojilla.}}',
20
+ 'fabric.reactions.summary': 'Näytä kaikki käyttäjäreaktiot',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Lisää reaktio',
22
+ 'reactions-reaction.picker-label': 'Lisää reaktioita',
23
+ 'reactions.dialog.close': 'Sulje',
24
+ 'reactions.dialog.left.navigate': 'Navigointi vasemmalle',
25
+ 'reactions.dialog.reactions.count': '{count, plural, one {Yhteensä {count,number} reaktio} other {Yhteensä {count,number} reaktiota}}',
26
+ 'reactions.dialog.right.navigate': 'Navigointi oikealle',
27
+ 'reactions.dialog.viewall': 'Näytä kaikki',
28
+ 'reactions.dialog.viewall.tooltip': 'Näytä kaikki käyttäjäreaktiot',
29
+ };
@@ -0,0 +1,30 @@
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.reactions.add': 'Ajouter une réaction',
13
+ 'fabric.reactions.add.new': 'Ajouter une nouvelle réaction',
14
+ 'fabric.reactions.error.unexpected': 'Les réactions sont temporairement indisponibles',
15
+ 'fabric.reactions.loading': 'Chargement…',
16
+ 'fabric.reactions.more.emojis': "Plus d'émoticônes",
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {et 1 autre} other {et {count} autres}}',
18
+ 'fabric.reactions.reactwithemoji': "Réagir avec l'émoticône {emoji}",
19
+ 'fabric.reactions.reactwithemojiandcount': "{count, plural, one {{count,number} émoticône {emoji}. Réagissez avec l'émoticône {emoji}} other {{count,number} émoticônes {emoji}. Réagissez avec les émoticônes {emoji}}}",
20
+ 'fabric.reactions.summary': 'Afficher toutes les réactions des utilisateurs',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Ajoutez une réaction',
22
+ 'reactions-reaction.picker-label': 'Ajouter des réactions',
23
+ 'reactions.dialog.close': 'Fermer',
24
+ 'reactions.dialog.emoji.name': '{emojiName}',
25
+ 'reactions.dialog.left.navigate': 'Naviguer vers la gauche',
26
+ 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} réaction au total} other {{count,number} réactions au total}}',
27
+ 'reactions.dialog.right.navigate': 'Naviguer vers la droite',
28
+ 'reactions.dialog.viewall': 'Afficher tout',
29
+ 'reactions.dialog.viewall.tooltip': 'Afficher toutes les réactions des utilisateurs',
30
+ };
@@ -0,0 +1,30 @@
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.reactions.add': 'Reakció hozzáadása',
13
+ 'fabric.reactions.add.new': 'Új hozzáadása',
14
+ 'fabric.reactions.error.unexpected': 'A reakciók átmenetileg nem érhetők el.',
15
+ 'fabric.reactions.loading': 'Betöltés...',
16
+ 'fabric.reactions.more.emojis': 'Még több emoji',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {és egy másik} other {és {count} másik}}',
18
+ 'fabric.reactions.reactwithemoji': 'Reagálás {emoji} emojival',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji} emoji. Reagálj {emoji} emojival!} other {{count,number} {emoji} emoji. Reagálj {emoji} emojival!}}',
20
+ 'fabric.reactions.summary': 'Minden felhasználói reakció megtekintése',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Reakció hozzáadása',
22
+ 'reactions-reaction.picker-label': 'Reakciók hozzáadása',
23
+ 'reactions.dialog.close': 'Bezárás',
24
+ 'reactions.dialog.emoji.name': '{emojiName}',
25
+ 'reactions.dialog.left.navigate': 'Balra navigálás',
26
+ 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reakció összesen} other {{count,number} reakció összesen}}',
27
+ 'reactions.dialog.right.navigate': 'Jobbra navigálás',
28
+ 'reactions.dialog.viewall': 'Összes megtekintése',
29
+ 'reactions.dialog.viewall.tooltip': 'Minden felhasználói reakció megtekintése',
30
+ };
@@ -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,30 @@
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.reactions.add': 'Aggiungi una reazione',
13
+ 'fabric.reactions.add.new': 'Aggiungi nuovo',
14
+ 'fabric.reactions.error.unexpected': 'Le reazioni non sono temporaneamente disponibili',
15
+ 'fabric.reactions.loading': 'Caricamento in corso...',
16
+ 'fabric.reactions.more.emojis': 'Altre emoji',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {e un altro} other {e altri {count}}}',
18
+ 'fabric.reactions.reactwithemoji': "Reagisci con l'emoji {emoji}",
19
+ 'fabric.reactions.reactwithemojiandcount': "{count, plural, one {{count,number} emoji {emoji}. Reagisci con l'emoji {emoji}} other {{count,number} emoji {emoji}. Reagisci con l'emoji {emoji}}}",
20
+ 'fabric.reactions.summary': 'Visualizza tutte le reazioni degli utenti',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Aggiungi una reazione',
22
+ 'reactions-reaction.picker-label': 'Aggiungi reazioni',
23
+ 'reactions.dialog.close': 'Chiudi',
24
+ 'reactions.dialog.emoji.name': '{emojiName}',
25
+ 'reactions.dialog.left.navigate': 'Navigazione a sinistra',
26
+ 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reazione in totale} other {{count,number} reazioni in totale}}',
27
+ 'reactions.dialog.right.navigate': 'Navigazione a destra',
28
+ 'reactions.dialog.viewall': 'Visualizza tutto',
29
+ 'reactions.dialog.viewall.tooltip': 'Visualizza tutte le reazioni degli utenti',
30
+ };
@@ -0,0 +1,30 @@
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.reactions.add': 'リアクションを追加',
13
+ 'fabric.reactions.add.new': '新規追加',
14
+ 'fabric.reactions.error.unexpected': 'リアクションは一時的に利用できません。',
15
+ 'fabric.reactions.loading': '読み込んでいます...',
16
+ 'fabric.reactions.more.emojis': 'その他の絵文字',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, other {、他 {count} 人}}',
18
+ 'fabric.reactions.reactwithemoji': '絵文字 {emoji} でリアクション',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, other {{count,number} 個の {emoji} 絵文字。{emoji} 絵文字でリアクション}}',
20
+ 'fabric.reactions.summary': 'ユーザーによるすべてのリアクションを表示',
21
+ 'reaction-picker-trigger.add.reaction.message': 'リアクションを追加',
22
+ 'reactions-reaction.picker-label': 'リアクションを追加',
23
+ 'reactions.dialog.close': '閉じる',
24
+ 'reactions.dialog.emoji.name': '{emojiName}',
25
+ 'reactions.dialog.left.navigate': '左に移動',
26
+ 'reactions.dialog.reactions.count': '{count, plural, other {合計 {count,number} 件のリアクション}}',
27
+ 'reactions.dialog.right.navigate': '右に移動',
28
+ 'reactions.dialog.viewall': 'すべて表示',
29
+ 'reactions.dialog.viewall.tooltip': 'ユーザーによるすべてのリアクションを表示',
30
+ };
@@ -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
+ 'fabric.reactions.add': '반응 추가',
13
+ 'fabric.reactions.add.new': '새로 추가',
14
+ 'fabric.reactions.error.unexpected': '반응을 일시적으로 사용할 수 없습니다',
15
+ 'fabric.reactions.loading': '로드 중…',
16
+ 'fabric.reactions.more.emojis': '이모지 더 보기',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, other {및 그 외 {count}명}}',
18
+ 'fabric.reactions.reactwithemoji': '{emoji} 이모지로 반응',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, other {{count,number}개의 {emoji} 이모지입니다. {emoji} 이모지로 반응하세요}}',
20
+ 'fabric.reactions.summary': '사용자 반응 모두 보기',
21
+ 'reaction-picker-trigger.add.reaction.message': '반응 추가',
22
+ 'reactions-reaction.picker-label': '반응 추가',
23
+ 'reactions.dialog.close': '닫기',
24
+ 'reactions.dialog.left.navigate': '왼쪽 탐색',
25
+ 'reactions.dialog.reactions.count': '{count, plural, other {총 {count,number}개 반응}}',
26
+ 'reactions.dialog.right.navigate': '오른쪽 탐색',
27
+ 'reactions.dialog.viewall': '모두 보기',
28
+ 'reactions.dialog.viewall.tooltip': '사용자 반응 모두 보기',
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
+ 'fabric.reactions.add': 'Legg til reaksjon',
13
+ 'fabric.reactions.add.new': 'Legg til ny',
14
+ 'fabric.reactions.error.unexpected': 'Reaksjoner er midlertidig utilgjengelige',
15
+ 'fabric.reactions.loading': 'Laster inn …',
16
+ 'fabric.reactions.more.emojis': 'Flere emojier',
17
+ 'fabric.reactions.other.reacted.users': '{count, plural, one {og én annen} other {og {count} andre}}',
18
+ 'fabric.reactions.reactwithemoji': 'Reager med emojien {emoji}',
19
+ 'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji}-emoji. Reager med emojien {emoji}} other {{count,number} {emoji}-emojier. Reager med emojien {emoji}}}',
20
+ 'fabric.reactions.summary': 'Se alle brukerreaksjoner',
21
+ 'reaction-picker-trigger.add.reaction.message': 'Legg til en reaksjon',
22
+ 'reactions-reaction.picker-label': 'Legg til reaksjoner',
23
+ 'reactions.dialog.close': 'Lukk',
24
+ 'reactions.dialog.left.navigate': 'Naviger til venstre',
25
+ 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaksjon totalt} other {{count,number} reaksjoner totalt}}',
26
+ 'reactions.dialog.right.navigate': 'Naviger til høyre',
27
+ 'reactions.dialog.viewall': 'Vis alle',
28
+ 'reactions.dialog.viewall.tooltip': 'Se alle brukerreaksjoner',
29
+ };