@atlaskit/afm-i18n-platform-elements-emoji 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +58 -0
  3. package/dist/cjs/i18n/da.js +58 -0
  4. package/dist/cjs/i18n/de.js +58 -0
  5. package/dist/cjs/i18n/en.js +58 -0
  6. package/dist/cjs/i18n/en_GB.js +58 -0
  7. package/dist/cjs/i18n/en_ZZ.js +58 -0
  8. package/dist/cjs/i18n/es.js +58 -0
  9. package/dist/cjs/i18n/fi.js +58 -0
  10. package/dist/cjs/i18n/fr.js +58 -0
  11. package/dist/cjs/i18n/hr.js +57 -0
  12. package/dist/cjs/i18n/hu.js +58 -0
  13. package/dist/cjs/i18n/index.js +63 -0
  14. package/dist/cjs/i18n/it.js +58 -0
  15. package/dist/cjs/i18n/ja.js +58 -0
  16. package/dist/cjs/i18n/ko.js +58 -0
  17. package/dist/cjs/i18n/nb.js +58 -0
  18. package/dist/cjs/i18n/nl.js +58 -0
  19. package/dist/cjs/i18n/pl.js +58 -0
  20. package/dist/cjs/i18n/pt_BR.js +58 -0
  21. package/dist/cjs/i18n/ru.js +58 -0
  22. package/dist/cjs/i18n/sl.js +57 -0
  23. package/dist/cjs/i18n/sr_RS.js +57 -0
  24. package/dist/cjs/i18n/sr_YR.js +57 -0
  25. package/dist/cjs/i18n/sv.js +58 -0
  26. package/dist/cjs/i18n/th.js +58 -0
  27. package/dist/cjs/i18n/tr.js +58 -0
  28. package/dist/cjs/i18n/uk.js +58 -0
  29. package/dist/cjs/i18n/vi.js +58 -0
  30. package/dist/cjs/i18n/zh.js +58 -0
  31. package/dist/cjs/i18n/zh_TW.js +58 -0
  32. package/dist/cjs/index.js +18 -0
  33. package/dist/esm/i18n/cs.d.ts +55 -0
  34. package/dist/esm/i18n/cs.js +56 -0
  35. package/dist/esm/i18n/da.d.ts +55 -0
  36. package/dist/esm/i18n/da.js +56 -0
  37. package/dist/esm/i18n/de.d.ts +55 -0
  38. package/dist/esm/i18n/de.js +56 -0
  39. package/dist/esm/i18n/en.d.ts +55 -0
  40. package/dist/esm/i18n/en.js +56 -0
  41. package/dist/esm/i18n/en_GB.d.ts +55 -0
  42. package/dist/esm/i18n/en_GB.js +56 -0
  43. package/dist/esm/i18n/en_ZZ.d.ts +55 -0
  44. package/dist/esm/i18n/en_ZZ.js +56 -0
  45. package/dist/esm/i18n/es.d.ts +55 -0
  46. package/dist/esm/i18n/es.js +56 -0
  47. package/dist/esm/i18n/fi.d.ts +55 -0
  48. package/dist/esm/i18n/fi.js +56 -0
  49. package/dist/esm/i18n/fr.d.ts +55 -0
  50. package/dist/esm/i18n/fr.js +56 -0
  51. package/dist/esm/i18n/hr.d.ts +54 -0
  52. package/dist/esm/i18n/hr.js +55 -0
  53. package/dist/esm/i18n/hu.d.ts +55 -0
  54. package/dist/esm/i18n/hu.js +56 -0
  55. package/dist/esm/i18n/index.d.ts +29 -0
  56. package/dist/esm/i18n/index.js +30 -0
  57. package/dist/esm/i18n/it.d.ts +55 -0
  58. package/dist/esm/i18n/it.js +56 -0
  59. package/dist/esm/i18n/ja.d.ts +55 -0
  60. package/dist/esm/i18n/ja.js +56 -0
  61. package/dist/esm/i18n/ko.d.ts +55 -0
  62. package/dist/esm/i18n/ko.js +56 -0
  63. package/dist/esm/i18n/nb.d.ts +55 -0
  64. package/dist/esm/i18n/nb.js +56 -0
  65. package/dist/esm/i18n/nl.d.ts +55 -0
  66. package/dist/esm/i18n/nl.js +56 -0
  67. package/dist/esm/i18n/pl.d.ts +55 -0
  68. package/dist/esm/i18n/pl.js +56 -0
  69. package/dist/esm/i18n/pt_BR.d.ts +55 -0
  70. package/dist/esm/i18n/pt_BR.js +56 -0
  71. package/dist/esm/i18n/ru.d.ts +55 -0
  72. package/dist/esm/i18n/ru.js +56 -0
  73. package/dist/esm/i18n/sl.d.ts +54 -0
  74. package/dist/esm/i18n/sl.js +55 -0
  75. package/dist/esm/i18n/sr_RS.d.ts +54 -0
  76. package/dist/esm/i18n/sr_RS.js +55 -0
  77. package/dist/esm/i18n/sr_YR.d.ts +54 -0
  78. package/dist/esm/i18n/sr_YR.js +55 -0
  79. package/dist/esm/i18n/sv.d.ts +55 -0
  80. package/dist/esm/i18n/sv.js +56 -0
  81. package/dist/esm/i18n/th.d.ts +55 -0
  82. package/dist/esm/i18n/th.js +56 -0
  83. package/dist/esm/i18n/tr.d.ts +55 -0
  84. package/dist/esm/i18n/tr.js +56 -0
  85. package/dist/esm/i18n/uk.d.ts +55 -0
  86. package/dist/esm/i18n/uk.js +56 -0
  87. package/dist/esm/i18n/vi.d.ts +55 -0
  88. package/dist/esm/i18n/vi.js +56 -0
  89. package/dist/esm/i18n/zh.d.ts +55 -0
  90. package/dist/esm/i18n/zh.js +56 -0
  91. package/dist/esm/i18n/zh_TW.d.ts +55 -0
  92. package/dist/esm/i18n/zh_TW.js +56 -0
  93. package/dist/esm/index.d.ts +1 -0
  94. package/dist/esm/index.js +2 -0
  95. package/dist/types/i18n/cs.d.ts +55 -0
  96. package/dist/types/i18n/da.d.ts +55 -0
  97. package/dist/types/i18n/de.d.ts +55 -0
  98. package/dist/types/i18n/en.d.ts +55 -0
  99. package/dist/types/i18n/en_GB.d.ts +55 -0
  100. package/dist/types/i18n/en_ZZ.d.ts +55 -0
  101. package/dist/types/i18n/es.d.ts +55 -0
  102. package/dist/types/i18n/fi.d.ts +55 -0
  103. package/dist/types/i18n/fr.d.ts +55 -0
  104. package/dist/types/i18n/hr.d.ts +54 -0
  105. package/dist/types/i18n/hu.d.ts +55 -0
  106. package/dist/types/i18n/index.d.ts +29 -0
  107. package/dist/types/i18n/it.d.ts +55 -0
  108. package/dist/types/i18n/ja.d.ts +55 -0
  109. package/dist/types/i18n/ko.d.ts +55 -0
  110. package/dist/types/i18n/nb.d.ts +55 -0
  111. package/dist/types/i18n/nl.d.ts +55 -0
  112. package/dist/types/i18n/pl.d.ts +55 -0
  113. package/dist/types/i18n/pt_BR.d.ts +55 -0
  114. package/dist/types/i18n/ru.d.ts +55 -0
  115. package/dist/types/i18n/sl.d.ts +54 -0
  116. package/dist/types/i18n/sr_RS.d.ts +54 -0
  117. package/dist/types/i18n/sr_YR.d.ts +54 -0
  118. package/dist/types/i18n/sv.d.ts +55 -0
  119. package/dist/types/i18n/th.d.ts +55 -0
  120. package/dist/types/i18n/tr.d.ts +55 -0
  121. package/dist/types/i18n/uk.d.ts +55 -0
  122. package/dist/types/i18n/vi.d.ts +55 -0
  123. package/dist/types/i18n/zh.d.ts +55 -0
  124. package/dist/types/i18n/zh_TW.d.ts +55 -0
  125. package/dist/types/index.d.ts +1 -0
  126. package/i18n/cs.ts +57 -0
  127. package/i18n/da.ts +57 -0
  128. package/i18n/de.ts +58 -0
  129. package/i18n/en.ts +56 -0
  130. package/i18n/en_GB.ts +56 -0
  131. package/i18n/en_ZZ.ts +59 -0
  132. package/i18n/es.ts +58 -0
  133. package/i18n/fi.ts +58 -0
  134. package/i18n/fr.ts +59 -0
  135. package/i18n/hr.ts +56 -0
  136. package/i18n/hu.ts +58 -0
  137. package/i18n/index.ts +30 -0
  138. package/i18n/it.ts +57 -0
  139. package/i18n/ja.ts +57 -0
  140. package/i18n/ko.ts +57 -0
  141. package/i18n/nb.ts +58 -0
  142. package/i18n/nl.ts +57 -0
  143. package/i18n/pl.ts +57 -0
  144. package/i18n/pt_BR.ts +58 -0
  145. package/i18n/ru.ts +58 -0
  146. package/i18n/sl.ts +56 -0
  147. package/i18n/sr_RS.ts +56 -0
  148. package/i18n/sr_YR.ts +56 -0
  149. package/i18n/sv.ts +57 -0
  150. package/i18n/th.ts +56 -0
  151. package/i18n/tr.ts +57 -0
  152. package/i18n/uk.ts +57 -0
  153. package/i18n/vi.ts +58 -0
  154. package/i18n/zh.ts +56 -0
  155. package/i18n/zh_TW.ts +56 -0
  156. package/index.ts +2 -0
  157. package/package.json +38 -0
  158. package/tsconfig.cjs.json +8 -0
  159. package/tsconfig.json +25 -0
package/build.js ADDED
@@ -0,0 +1,131 @@
1
+ #!/usr/bin/env node
2
+
3
+ const { execSync } = require('child_process');
4
+ const fs = require('fs');
5
+ const path = require('path');
6
+
7
+ console.log('🚀 Starting build process...');
8
+
9
+ // Clean dist directory
10
+ console.log('🧹 Cleaning dist directory...');
11
+ if (fs.existsSync('./dist')) {
12
+ fs.rmSync('./dist', { recursive: true, force: true });
13
+ }
14
+
15
+ // Create dist directories
16
+ console.log('📁 Creating dist directories...');
17
+ fs.mkdirSync('./dist/esm', { recursive: true });
18
+ fs.mkdirSync('./dist/cjs', { recursive: true });
19
+ fs.mkdirSync('./dist/types', { recursive: true });
20
+
21
+
22
+ // Generate i18n/index.ts file dynamically
23
+ console.log('📝 Generating i18n/index.ts...');
24
+ const i18nIndexPath = './i18n/index.ts';
25
+ if (fs.existsSync('./i18n')) {
26
+ const files = fs.readdirSync('./i18n');
27
+ const languages = [];
28
+
29
+ files.forEach(file => {
30
+ // Only include .ts files, exclude index.ts and README.md
31
+ if (file.endsWith('.ts') && file !== 'index.ts') {
32
+ const language = file.replace('.ts', '');
33
+ languages.push(language);
34
+ }
35
+ });
36
+
37
+ // Sort languages alphabetically for consistent output
38
+ languages.sort();
39
+
40
+ if (languages.length > 0) {
41
+ const exportStatements = languages.map(lang => `export * from './${lang}';`).join('\n');
42
+ const i18nIndexContent = `// Export all i18n modules
43
+ ${exportStatements}
44
+ `;
45
+
46
+ fs.writeFileSync(i18nIndexPath, i18nIndexContent);
47
+ console.log(`✅ i18n/index.ts generated successfully with ${languages.length} languages`);
48
+ } else {
49
+ console.log('⚠️ No language files found for i18n/index.ts generation');
50
+ }
51
+ }
52
+
53
+ // Generate root index.ts file
54
+ console.log('📝 Generating root index.ts...');
55
+ const rootIndexPath = './index.ts';
56
+ const rootIndexContent = `// Re-export all i18n modules
57
+ export * from './i18n';
58
+ `;
59
+ fs.writeFileSync(rootIndexPath, rootIndexContent);
60
+ console.log('✅ Root index.ts generated successfully');
61
+
62
+ // Build ES modules (after index files are generated)
63
+ console.log('📦 Building ES modules...');
64
+ try {
65
+ execSync('npx tsc --project tsconfig.json', { stdio: 'inherit' });
66
+ console.log('✅ ES modules built successfully');
67
+ } catch (error) {
68
+ console.error('❌ Failed to build ES modules:', error.message);
69
+ process.exit(1);
70
+ }
71
+
72
+ // Build CommonJS modules (after index files are generated)
73
+ console.log('📦 Building CommonJS modules...');
74
+ try {
75
+ execSync('npx tsc --project tsconfig.cjs.json', { stdio: 'inherit' });
76
+ console.log('✅ CommonJS modules built successfully');
77
+ } catch (error) {
78
+ console.error('❌ Failed to build CommonJS modules:', error.message);
79
+ process.exit(1);
80
+ }
81
+
82
+ // Transform CommonJS i18n index file to use individual const declarations
83
+ console.log('🔄 Transforming CommonJS i18n index...');
84
+ const cjsIndexPath = './dist/cjs/i18n/index.js';
85
+ if (fs.existsSync(cjsIndexPath)) {
86
+ // Dynamically read language files from i18n folder
87
+ const i18nDir = './i18n';
88
+ const languages = [];
89
+
90
+ if (fs.existsSync(i18nDir)) {
91
+ const files = fs.readdirSync(i18nDir);
92
+ files.forEach(file => {
93
+ // Only include .ts files, exclude index.ts and README.md
94
+ if (file.endsWith('.ts') && file !== 'index.ts') {
95
+ const language = file.replace('.ts', '');
96
+ languages.push(language);
97
+ }
98
+ });
99
+
100
+ // Sort languages alphabetically for consistent output
101
+ languages.sort();
102
+ }
103
+
104
+ if (languages.length > 0) {
105
+ const constDeclarations = languages.map(lang => `const ${lang} = require('./${lang}').default;`).join('\n');
106
+ const exportsObject = `module.exports = {\n ${languages.join(',\n ')}\n};`;
107
+
108
+ const newContent = `"use strict";
109
+ // CommonJS exports for i18n modules
110
+ ${constDeclarations}
111
+
112
+ ${exportsObject}
113
+ `;
114
+
115
+ fs.writeFileSync(cjsIndexPath, newContent);
116
+ console.log(`✅ CommonJS i18n index transformed successfully with ${languages.length} languages`);
117
+ } else {
118
+ console.log('⚠️ No language files found in i18n directory');
119
+ }
120
+ } else {
121
+ console.log('⚠️ CommonJS index file not found for transformation');
122
+ }
123
+
124
+ // Note: TypeScript compilation completed using dynamically generated index files
125
+ console.log('📋 TypeScript compilation completed - using dynamically generated index files');
126
+
127
+ console.log('🎉 Build completed successfully!');
128
+ console.log('📁 Output directories:');
129
+ console.log(' - ES modules: ./dist/esm/');
130
+ console.log(' - CommonJS: ./dist/cjs/');
131
+ console.log(' - Type definitions: ./dist/types/');
@@ -0,0 +1,58 @@
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.emoji.add.custom.emoji.label': 'Přidat své vlastní emoji',
13
+ 'fabric.emoji.add.label': 'Přidat emoji',
14
+ 'fabric.emoji.cancel.label': 'Zrušit',
15
+ 'fabric.emoji.categories.label': 'Vyberte kategorii smajlíků.',
16
+ 'fabric.emoji.categories.search.results': 'Výsledky vyhledávání',
17
+ 'fabric.emoji.category.activity': 'Činnosti',
18
+ 'fabric.emoji.category.all.uploads': 'Všechny nahrané položky',
19
+ 'fabric.emoji.category.flags': 'Vlajky',
20
+ 'fabric.emoji.category.foods': 'Jídlo a pití',
21
+ 'fabric.emoji.category.frequent': 'Časté',
22
+ 'fabric.emoji.category.nature': 'Příroda',
23
+ 'fabric.emoji.category.objects': 'Objekty',
24
+ 'fabric.emoji.category.people': 'Lidé',
25
+ 'fabric.emoji.category.places': 'Cestování a místa',
26
+ 'fabric.emoji.category.productivity': 'Atlassian a produktivita',
27
+ 'fabric.emoji.category.symbols': 'Symboly',
28
+ 'fabric.emoji.category.user.uploads': 'Vaše nahrané položky',
29
+ 'fabric.emoji.choose.file.screenReaderDescription': 'Vyberte soubor smajlíku. JPG, PNG nebo GIF. Maximální velikost je 1 MB.',
30
+ 'fabric.emoji.choose.file.title': 'Vybrat soubor',
31
+ 'fabric.emoji.delete.description': 'Veškeré existující výskyty tohoto emoji budou nahrazeny {emojiShortName}',
32
+ 'fabric.emoji.delete.label': 'Odstranit',
33
+ 'fabric.emoji.delete.screenreader.tooltip': 'Chcete-li odstranit smajlík {shortName}, stiskněte klávesu Backspace.',
34
+ 'fabric.emoji.delete.title': 'Odstranit emoji',
35
+ 'fabric.emoji.delete.tooltip': 'Odstranit',
36
+ 'fabric.emoji.emojipicker.emoi.roledescription': 'tlačítko smajlíku',
37
+ 'fabric.emoji.emojipicker.error': 'Chyba',
38
+ 'fabric.emoji.error.delete.failed': 'Odstranění se nezdařilo.',
39
+ 'fabric.emoji.error.image.too.big': 'Vybraný obrázek je větší než 1 MB.',
40
+ 'fabric.emoji.error.invalid.image': 'Vybraný obrázek je neplatný.',
41
+ 'fabric.emoji.error.upload.failed': 'Nahrávání se nezdařilo',
42
+ 'fabric.emoji.error.upload.timeout': 'Vypršel časový limit nahrávání',
43
+ 'fabric.emoji.image.requirements': 'JPG, PNG nebo GIF. Max. velikost je 1 MB.',
44
+ 'fabric.emoji.name.ariaLabel': 'Zadejte název nového emotikonu',
45
+ 'fabric.emoji.picker': 'Výběr smajlíků',
46
+ 'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Výsledky vyhledávání} other {Smajlíky}}',
47
+ 'fabric.emoji.pickerlist.tabpanel': 'Panel seznamu a akcí smajlíků',
48
+ 'fabric.emoji.placeholder': 'např. ahoj',
49
+ 'fabric.emoji.preview': 'Vaše nové emoji {emoji} vypadá skvěle!',
50
+ 'fabric.emoji.preview.title': 'Náhled',
51
+ 'fabric.emoji.retry.label': 'Zkusit znovu',
52
+ 'fabric.emoji.search.label': 'Název smajlíku',
53
+ 'fabric.emoji.search.placeholder': 'Vyhledat',
54
+ 'fabric.emoji.search.status': 'Zobrazují se všechny smajlíky.',
55
+ 'fabric.emoji.search.status.count': 'Nalezené smajlíky: {count}',
56
+ 'fabric.emoji.select.skin.list.ariaLabel': 'Výběr odstínu pleti',
57
+ 'fabric.emoji.select.skin.tone.ariaLabel': 'Vyberte odstín pleti, vybráno: {selectedTone}',
58
+ };
@@ -0,0 +1,58 @@
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.emoji.add.custom.emoji.label': 'Tilføj din egen emoji',
13
+ 'fabric.emoji.add.label': 'Tilføj emoji',
14
+ 'fabric.emoji.cancel.label': 'Annullér',
15
+ 'fabric.emoji.categories.label': 'Vælg en emoji-kategori',
16
+ 'fabric.emoji.categories.search.results': 'Søgeresultater',
17
+ 'fabric.emoji.category.activity': 'Aktivitet',
18
+ 'fabric.emoji.category.all.uploads': 'Alle uploads',
19
+ 'fabric.emoji.category.flags': 'Flag',
20
+ 'fabric.emoji.category.foods': 'Mad og drikke',
21
+ 'fabric.emoji.category.frequent': 'Ofte benyttede',
22
+ 'fabric.emoji.category.nature': 'Natur',
23
+ 'fabric.emoji.category.objects': 'Objekter',
24
+ 'fabric.emoji.category.people': 'Personer',
25
+ 'fabric.emoji.category.places': 'Rejser og steder',
26
+ 'fabric.emoji.category.productivity': 'Atlassian og produktivitet',
27
+ 'fabric.emoji.category.symbols': 'Symboler',
28
+ 'fabric.emoji.category.user.uploads': 'Dine uploads',
29
+ 'fabric.emoji.choose.file.screenReaderDescription': 'Vælg en fil til emojien. JPG, PNG eller GIF. Maks. størrelse: 1 MB',
30
+ 'fabric.emoji.choose.file.title': 'Vælg fil',
31
+ 'fabric.emoji.delete.description': 'Alle eksisterende forekomster af denne emoji erstattes med {emojiShortName}',
32
+ 'fabric.emoji.delete.label': 'Fjern',
33
+ 'fabric.emoji.delete.screenreader.tooltip': "Tryk på Tilbage for at slette {shortName}-emoji'en",
34
+ 'fabric.emoji.delete.title': 'Fjern emoji',
35
+ 'fabric.emoji.delete.tooltip': 'Slet',
36
+ 'fabric.emoji.emojipicker.emoi.roledescription': 'emojiknap',
37
+ 'fabric.emoji.emojipicker.error': 'Fejl!',
38
+ 'fabric.emoji.error.delete.failed': 'Fjern mislykkede',
39
+ 'fabric.emoji.error.image.too.big': 'Det valgte billede er større end 1 MB',
40
+ 'fabric.emoji.error.invalid.image': 'Det valgte billede er ugyldigt',
41
+ 'fabric.emoji.error.upload.failed': 'Upload mislykkedes',
42
+ 'fabric.emoji.error.upload.timeout': 'Upload fik timeout',
43
+ 'fabric.emoji.image.requirements': 'JPG, PNG eller GIF. Maks. størrelse 1 MB.',
44
+ 'fabric.emoji.name.ariaLabel': 'Angiv et navn til den nye emoji',
45
+ 'fabric.emoji.picker': 'Emojivælger',
46
+ 'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Søgeresultater} other {Emojis}}',
47
+ 'fabric.emoji.pickerlist.tabpanel': 'Emoji-handlinger og listepanel',
48
+ 'fabric.emoji.placeholder': 'fx hej',
49
+ 'fabric.emoji.preview': 'Din nye emoji {emoji} ser flot ud',
50
+ 'fabric.emoji.preview.title': 'Vis',
51
+ 'fabric.emoji.retry.label': 'Prøv igen',
52
+ 'fabric.emoji.search.label': 'Emojinavn',
53
+ 'fabric.emoji.search.placeholder': 'Søg',
54
+ 'fabric.emoji.search.status': 'Viser alle emojis',
55
+ 'fabric.emoji.search.status.count': 'Fandt {count} emojis',
56
+ 'fabric.emoji.select.skin.list.ariaLabel': 'Hudfarvevælger',
57
+ 'fabric.emoji.select.skin.tone.ariaLabel': 'Vælg din hudfarve, {selectedTone} valgt',
58
+ };
@@ -0,0 +1,58 @@
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.emoji.add.custom.emoji.label': 'Fügen Sie Ihr eigenes Emoji hinzu',
13
+ 'fabric.emoji.add.label': 'Emoji hinzufügen',
14
+ 'fabric.emoji.cancel.label': 'Abbrechen',
15
+ 'fabric.emoji.categories.label': 'Emoji-Kategorie auswählen',
16
+ 'fabric.emoji.categories.search.results': 'Suchergebnisse',
17
+ 'fabric.emoji.category.activity': 'Aktivität',
18
+ 'fabric.emoji.category.all.uploads': 'Alle Uploads',
19
+ 'fabric.emoji.category.flags': 'Flaggen',
20
+ 'fabric.emoji.category.foods': 'Essen und Trinken',
21
+ 'fabric.emoji.category.frequent': 'Häufig',
22
+ 'fabric.emoji.category.nature': 'Natur',
23
+ 'fabric.emoji.category.objects': 'Objekte',
24
+ 'fabric.emoji.category.people': 'Personen',
25
+ 'fabric.emoji.category.places': 'Reisen und Orte',
26
+ 'fabric.emoji.category.productivity': 'Atlassian und Produktivität',
27
+ 'fabric.emoji.category.symbols': 'Symbole',
28
+ 'fabric.emoji.category.user.uploads': 'Ihre Uploads',
29
+ 'fabric.emoji.choose.file.screenReaderDescription': 'Wählen Sie eine Datei für das Emoji. JPG, PNG oder GIF. Max. Größe: 1 MB.',
30
+ 'fabric.emoji.choose.file.title': 'Datei auswählen',
31
+ 'fabric.emoji.delete.description': 'Alle existierenden Instanzen dieses Emojis werden durch {emojiShortName} ersetzt',
32
+ 'fabric.emoji.delete.label': 'Entfernen',
33
+ 'fabric.emoji.delete.screenreader.tooltip': 'Wenn Sie das {shortName}-Emoji löschen möchten, drücken Sie die Rücktaste.',
34
+ 'fabric.emoji.delete.title': 'Emoji entfernen',
35
+ 'fabric.emoji.delete.tooltip': 'Löschen',
36
+ 'fabric.emoji.emojipicker.emoi.roledescription': 'Emoji-Schaltfläche',
37
+ 'fabric.emoji.emojipicker.error': 'Fehler',
38
+ 'fabric.emoji.error.delete.failed': 'Entfernen fehlgeschlagen',
39
+ 'fabric.emoji.error.image.too.big': 'Das ausgewählte Bild hat mehr als 1 MB',
40
+ 'fabric.emoji.error.invalid.image': 'Das ausgewählte Bild ist ungültig.',
41
+ 'fabric.emoji.error.upload.failed': 'Upload fehlgeschlagen',
42
+ 'fabric.emoji.error.upload.timeout': 'Zeitlimit bei Upload überschritten',
43
+ 'fabric.emoji.image.requirements': 'JPG, PNG oder GIF. Max. Größe 1 MB.',
44
+ 'fabric.emoji.name.ariaLabel': 'Geben Sie einen Namen für das neue Emoji ein.',
45
+ 'fabric.emoji.picker': 'Emoji-Auswahl',
46
+ 'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Suchergebnisse} other {Emojis}}',
47
+ 'fabric.emoji.pickerlist.tabpanel': 'Panel mit Emojis, Aktionen und Liste',
48
+ 'fabric.emoji.placeholder': 'z. B. Guten Tag',
49
+ 'fabric.emoji.preview': 'Ihr neues Emoji {emoji} sieht toll aus',
50
+ 'fabric.emoji.preview.title': 'Vorschau',
51
+ 'fabric.emoji.retry.label': 'Wiederholen',
52
+ 'fabric.emoji.search.label': 'Name des Emojis',
53
+ 'fabric.emoji.search.placeholder': 'Suchen',
54
+ 'fabric.emoji.search.status': 'Alle Emojis werden angezeigt',
55
+ 'fabric.emoji.search.status.count': '{count} Emojis gefunden',
56
+ 'fabric.emoji.select.skin.list.ariaLabel': 'Auswahl der Hautfarbe',
57
+ 'fabric.emoji.select.skin.tone.ariaLabel': 'Wählen Sie eine Hautfarbe aus – {selectedTone} ausgewählt',
58
+ };
@@ -0,0 +1,58 @@
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.emoji.add.custom.emoji.label': 'Add your own emoji',
13
+ 'fabric.emoji.add.label': 'Add emoji',
14
+ 'fabric.emoji.cancel.label': 'Cancel',
15
+ 'fabric.emoji.categories.label': 'Choose an emoji category',
16
+ 'fabric.emoji.categories.search.results': 'Search results',
17
+ 'fabric.emoji.category.activity': 'Activity',
18
+ 'fabric.emoji.category.all.uploads': 'All uploads',
19
+ 'fabric.emoji.category.flags': 'Flags',
20
+ 'fabric.emoji.category.foods': 'Food & Drink',
21
+ 'fabric.emoji.category.frequent': 'Frequent',
22
+ 'fabric.emoji.category.nature': 'Nature',
23
+ 'fabric.emoji.category.objects': 'Objects',
24
+ 'fabric.emoji.category.people': 'People',
25
+ 'fabric.emoji.category.places': 'Travel & Places',
26
+ 'fabric.emoji.category.productivity': 'Atlassian & productivity',
27
+ 'fabric.emoji.category.symbols': 'Symbols',
28
+ 'fabric.emoji.category.user.uploads': 'Your uploads',
29
+ 'fabric.emoji.choose.file.screenReaderDescription': 'Choose a file for the emoji. JPG, PNG or GIF. Max size 1 MB',
30
+ 'fabric.emoji.choose.file.title': 'Choose file',
31
+ 'fabric.emoji.delete.description': 'All existing instances of this emoji will be replaced with {emojiShortName}',
32
+ 'fabric.emoji.delete.label': 'Remove',
33
+ 'fabric.emoji.delete.screenreader.tooltip': 'To delete {shortName} emoji, press Backspace',
34
+ 'fabric.emoji.delete.title': 'Remove emoji',
35
+ 'fabric.emoji.delete.tooltip': 'Delete',
36
+ 'fabric.emoji.emojipicker.emoi.roledescription': 'emoji button',
37
+ 'fabric.emoji.emojipicker.error': 'Error!',
38
+ 'fabric.emoji.error.delete.failed': 'Remove failed',
39
+ 'fabric.emoji.error.image.too.big': 'Selected image is more than 1 MB',
40
+ 'fabric.emoji.error.invalid.image': 'Selected image is invalid',
41
+ 'fabric.emoji.error.upload.failed': 'Upload failed',
42
+ 'fabric.emoji.error.upload.timeout': 'Upload timed out',
43
+ 'fabric.emoji.image.requirements': 'JPG, PNG or GIF. Max size 1 MB.',
44
+ 'fabric.emoji.name.ariaLabel': 'Enter a name for the new emoji',
45
+ 'fabric.emoji.picker': 'Emoji picker',
46
+ 'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true{Search results} other{Emojis}}',
47
+ 'fabric.emoji.pickerlist.tabpanel': 'Emojis actions and list panel',
48
+ 'fabric.emoji.placeholder': 'e.g. hello',
49
+ 'fabric.emoji.preview': 'Your new emoji {emoji} looks great',
50
+ 'fabric.emoji.preview.title': 'Preview',
51
+ 'fabric.emoji.retry.label': 'Retry',
52
+ 'fabric.emoji.search.label': 'Emoji name',
53
+ 'fabric.emoji.search.placeholder': 'Search',
54
+ 'fabric.emoji.search.status': 'Seeing all emojis',
55
+ 'fabric.emoji.search.status.count': 'Found {count} emojis',
56
+ 'fabric.emoji.select.skin.list.ariaLabel': 'Skin tone selector',
57
+ 'fabric.emoji.select.skin.tone.ariaLabel': 'Choose your skin tone, {selectedTone} selected',
58
+ };
@@ -0,0 +1,58 @@
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.emoji.add.custom.emoji.label': 'Add your own emoji',
13
+ 'fabric.emoji.add.label': 'Add emoji',
14
+ 'fabric.emoji.cancel.label': 'Cancel',
15
+ 'fabric.emoji.categories.label': 'Choose an emoji category',
16
+ 'fabric.emoji.categories.search.results': 'Search results',
17
+ 'fabric.emoji.category.activity': 'Activity',
18
+ 'fabric.emoji.category.all.uploads': 'All uploads',
19
+ 'fabric.emoji.category.flags': 'Flags',
20
+ 'fabric.emoji.category.foods': 'Food & Drink',
21
+ 'fabric.emoji.category.frequent': 'Frequent',
22
+ 'fabric.emoji.category.nature': 'Nature',
23
+ 'fabric.emoji.category.objects': 'Objects',
24
+ 'fabric.emoji.category.people': 'People',
25
+ 'fabric.emoji.category.places': 'Travel & Places',
26
+ 'fabric.emoji.category.productivity': 'Atlassian & productivity',
27
+ 'fabric.emoji.category.symbols': 'Symbols',
28
+ 'fabric.emoji.category.user.uploads': 'Your uploads',
29
+ 'fabric.emoji.choose.file.screenReaderDescription': 'Choose a file for the emoji. JPG, PNG or GIF. Max size 1 MB',
30
+ 'fabric.emoji.choose.file.title': 'Choose file',
31
+ 'fabric.emoji.delete.description': 'All existing instances of this emoji will be replaced with {emojiShortName}',
32
+ 'fabric.emoji.delete.label': 'Remove',
33
+ 'fabric.emoji.delete.screenreader.tooltip': 'To delete {shortName} emoji, press Backspace',
34
+ 'fabric.emoji.delete.title': 'Remove emoji',
35
+ 'fabric.emoji.delete.tooltip': 'Delete',
36
+ 'fabric.emoji.emojipicker.emoi.roledescription': 'emoji button',
37
+ 'fabric.emoji.emojipicker.error': 'Error!',
38
+ 'fabric.emoji.error.delete.failed': 'Remove failed',
39
+ 'fabric.emoji.error.image.too.big': 'Selected image is more than 1 MB',
40
+ 'fabric.emoji.error.invalid.image': 'Selected image is invalid',
41
+ 'fabric.emoji.error.upload.failed': 'Upload failed',
42
+ 'fabric.emoji.error.upload.timeout': 'Upload timed out',
43
+ 'fabric.emoji.image.requirements': 'JPG, PNG or GIF. Max size 1 MB.',
44
+ 'fabric.emoji.name.ariaLabel': 'Enter a name for the new emoji',
45
+ 'fabric.emoji.picker': 'Emoji picker',
46
+ 'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true{Search results} other{Emojis}}',
47
+ 'fabric.emoji.pickerlist.tabpanel': 'Emojis actions and list panel',
48
+ 'fabric.emoji.placeholder': 'e.g. hello',
49
+ 'fabric.emoji.preview': 'Your new emoji {emoji} looks great',
50
+ 'fabric.emoji.preview.title': 'Preview',
51
+ 'fabric.emoji.retry.label': 'Retry',
52
+ 'fabric.emoji.search.label': 'Emoji name',
53
+ 'fabric.emoji.search.placeholder': 'Search',
54
+ 'fabric.emoji.search.status': 'Seeing all emojis',
55
+ 'fabric.emoji.search.status.count': 'Found {count} emojis',
56
+ 'fabric.emoji.select.skin.list.ariaLabel': 'Skin tone selector',
57
+ 'fabric.emoji.select.skin.tone.ariaLabel': 'Choose your skin tone, {selectedTone} selected',
58
+ };
@@ -0,0 +1,58 @@
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.emoji.add.custom.emoji.label': '⁣⁢Add your own emoji؜؜⁠‌⁡⁡⁣⁤',
13
+ 'fabric.emoji.add.label': '⁣⁢Add emoji⁠⁡⁠⁡⁠⁡‍‌⁣⁤',
14
+ 'fabric.emoji.cancel.label': '⁣⁢Cancel⁡‌‍‍⁠؜‍⁠⁠⁠⁡؜⁣⁤',
15
+ 'fabric.emoji.categories.label': '⁣⁢Choose an emoji category‌‍‌؜‍‌‍⁠⁠‌⁠‌⁠⁣⁤',
16
+ 'fabric.emoji.categories.search.results': '⁣⁢Search results⁡؜⁡‌‌؜‍⁣⁤',
17
+ 'fabric.emoji.category.activity': '⁣⁢Activity⁡⁠⁡‍⁠؜‍⁡‍⁡⁡‌‍⁣⁤',
18
+ 'fabric.emoji.category.all.uploads': '⁣⁢All uploads؜⁠⁠؜‍⁡⁡⁡‍⁣⁤',
19
+ 'fabric.emoji.category.flags': '⁣⁢Flags‍⁡⁡⁡⁠؜⁣⁤',
20
+ 'fabric.emoji.category.foods': '⁣⁢Food & Drink‌‌⁡⁡‌؜‌‌‌⁣⁤',
21
+ 'fabric.emoji.category.frequent': '⁣⁢Frequent⁠‍‌‍؜⁠‌⁠⁡‌⁠⁣⁤',
22
+ 'fabric.emoji.category.nature': '⁣⁢Nature؜‍‌⁠‌‌⁣⁤',
23
+ 'fabric.emoji.category.objects': '⁣⁢Objects⁠‍⁡‌⁠⁠؜⁠‌⁡؜⁣⁤',
24
+ 'fabric.emoji.category.people': '⁣⁢People⁡‍⁠⁠‍⁠⁣⁤',
25
+ 'fabric.emoji.category.places': '⁣⁢Travel & Places⁡؜‌⁠‌⁡‍⁣⁤',
26
+ 'fabric.emoji.category.productivity': '⁣⁢Atlassian & productivity⁡⁡؜؜‌؜‍؜‍؜⁠⁣⁤',
27
+ 'fabric.emoji.category.symbols': '⁣⁢Symbols‍‍⁡‌⁠⁡⁣⁤',
28
+ 'fabric.emoji.category.user.uploads': '⁣⁢Your uploads؜؜‌⁡⁠؜‌⁡⁠⁣⁤',
29
+ 'fabric.emoji.choose.file.screenReaderDescription': '⁣⁢Choose a file for the emoji. JPG, PNG or GIF. Max size 1 MB⁡؜⁡‌⁡⁠⁣⁤',
30
+ 'fabric.emoji.choose.file.title': '⁣⁢Choose file‍⁠؜؜‍⁠‍⁡⁠‍⁣⁤',
31
+ 'fabric.emoji.delete.description': '⁣⁢All existing instances of this emoji will be replaced with {emojiShortName}؜‌⁡⁠؜‌⁡⁠‍‍‌⁡⁠⁣⁤',
32
+ 'fabric.emoji.delete.label': '⁣⁢Remove؜⁠‌⁡⁡؜‌⁠‌‌‍؜⁣⁤',
33
+ 'fabric.emoji.delete.screenreader.tooltip': '⁣⁢To delete {shortName} emoji, press Backspace‍‌⁠⁠⁠⁡⁠⁠‌‌‍‍⁠؜⁡‌⁣⁤',
34
+ 'fabric.emoji.delete.title': '⁣⁢Remove emoji؜؜⁡⁡‍⁣⁤',
35
+ 'fabric.emoji.delete.tooltip': '⁣⁢Delete؜؜⁡؜⁠؜⁠⁠‌⁡⁣⁤',
36
+ 'fabric.emoji.emojipicker.emoi.roledescription': '⁣⁢emoji button‌⁡⁡؜؜‌؜⁣⁤',
37
+ 'fabric.emoji.emojipicker.error': '⁣⁢Error!؜؜‌‍⁡؜⁡‌⁡⁡⁣⁤',
38
+ 'fabric.emoji.error.delete.failed': '⁣⁢Remove failed⁠؜‍؜⁡‌‌‌‍؜⁡⁣⁤',
39
+ 'fabric.emoji.error.image.too.big': '⁣⁢Selected image is more than 1 MB⁠‌‍؜⁡‍⁠⁡‍‌‍‍⁣⁤',
40
+ 'fabric.emoji.error.invalid.image': '⁣⁢Selected image is invalid⁠‍‍؜‌‌‌‌⁡‌؜⁠⁣⁤',
41
+ 'fabric.emoji.error.upload.failed': '⁣⁢Upload failed؜⁡‍؜⁠⁠⁡⁠⁠؜‌⁣⁤',
42
+ 'fabric.emoji.error.upload.timeout': '⁣⁢Upload timed out⁠‍؜⁡⁡‌⁣⁤',
43
+ 'fabric.emoji.image.requirements': '⁣⁢JPG, PNG or GIF. Max size 1 MB.؜؜‌‍‌⁡‍⁡‌⁣⁤',
44
+ 'fabric.emoji.name.ariaLabel': '⁣⁢Enter a name for the new emoji‌؜؜‌⁡⁡⁠⁡‍⁡⁣⁤',
45
+ 'fabric.emoji.picker': '⁣⁢Emoji picker؜‌‍⁡⁠‍‍‌⁡؜⁠؜⁡⁣⁤',
46
+ 'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {⁣⁢Search results⁠‌‌؜⁠⁡⁠⁠‍‍⁣⁤} other {⁣⁢Emojis⁡‌؜؜‍‌؜‌‍‍⁡‌⁣⁤}}',
47
+ 'fabric.emoji.pickerlist.tabpanel': '⁣⁢Emojis actions and list panel؜‍⁡‌؜⁠‍⁡⁠‌‌‌⁣⁤',
48
+ 'fabric.emoji.placeholder': '⁣⁢e.g. hello‌⁡⁡⁡⁠؜‍⁡؜‍⁣⁤',
49
+ 'fabric.emoji.preview': '⁣⁢Your new emoji {emoji} looks great⁠؜‌‌؜‍‌⁡⁡⁠⁠⁣⁤',
50
+ 'fabric.emoji.preview.title': '⁣⁢Preview؜؜⁠⁡‍⁡⁡⁡؜⁣⁤',
51
+ 'fabric.emoji.retry.label': '⁣⁢Retry‌؜⁠⁠‌⁠؜⁠؜‍⁠⁠⁠‍‍⁣⁤',
52
+ 'fabric.emoji.search.label': '⁣⁢Emoji name؜⁡؜‌‍‍؜‍‌⁡⁠⁡‌⁡⁣⁤',
53
+ 'fabric.emoji.search.placeholder': '⁣⁢Search‌‍؜؜؜‌؜⁡‌⁣⁤',
54
+ 'fabric.emoji.search.status': '⁣⁢Seeing all emojis‍⁡⁠؜⁠⁠؜‌‍⁠⁡⁠⁡؜‌⁣⁤',
55
+ 'fabric.emoji.search.status.count': '⁣⁢Found {count} emojis⁡‌؜⁠⁡؜‌⁡⁠⁣⁤',
56
+ 'fabric.emoji.select.skin.list.ariaLabel': '⁣⁢Skin tone selector‌⁡‍؜⁠⁡⁠؜؜⁠⁠‍‍⁡⁠⁣⁤',
57
+ 'fabric.emoji.select.skin.tone.ariaLabel': '⁣⁢Choose your skin tone, {selectedTone} selected‌‌⁡‍‌؜؜‌‌⁠‍؜⁠⁡⁣⁤',
58
+ };
@@ -0,0 +1,58 @@
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.emoji.add.custom.emoji.label': 'Añade tu propio emoji',
13
+ 'fabric.emoji.add.label': 'Añadir emoji',
14
+ 'fabric.emoji.cancel.label': 'Cancelar',
15
+ 'fabric.emoji.categories.label': 'Elige una categoría de emojis',
16
+ 'fabric.emoji.categories.search.results': 'Resultados de búsqueda',
17
+ 'fabric.emoji.category.activity': 'Actividades',
18
+ 'fabric.emoji.category.all.uploads': 'Todos los elementos subidos',
19
+ 'fabric.emoji.category.flags': 'Banderas',
20
+ 'fabric.emoji.category.foods': 'Comida y bebida',
21
+ 'fabric.emoji.category.frequent': 'Frecuentes',
22
+ 'fabric.emoji.category.nature': 'Naturaleza',
23
+ 'fabric.emoji.category.objects': 'Objetos',
24
+ 'fabric.emoji.category.people': 'Personas',
25
+ 'fabric.emoji.category.places': 'Viajes y lugares',
26
+ 'fabric.emoji.category.productivity': 'Atlassian y productividad',
27
+ 'fabric.emoji.category.symbols': 'Símbolos',
28
+ 'fabric.emoji.category.user.uploads': 'Tus elementos subidos',
29
+ 'fabric.emoji.choose.file.screenReaderDescription': 'Elige un archivo para el emoji. JPG, PNG o GIF. Tamaño máximo de 1 MB.',
30
+ 'fabric.emoji.choose.file.title': 'Elegir archivo',
31
+ 'fabric.emoji.delete.description': 'Todos los registros que existan de este emoji se sustituirán por {emojiShortName}',
32
+ 'fabric.emoji.delete.label': 'Eliminar',
33
+ 'fabric.emoji.delete.screenreader.tooltip': 'Para eliminar un emoji de {shortName}, pulsa la tecla de retroceso',
34
+ 'fabric.emoji.delete.title': 'Eliminar emoji',
35
+ 'fabric.emoji.delete.tooltip': 'Eliminar',
36
+ 'fabric.emoji.emojipicker.emoi.roledescription': 'botón de emoji',
37
+ 'fabric.emoji.emojipicker.error': '¡Error!',
38
+ 'fabric.emoji.error.delete.failed': 'Error de eliminación',
39
+ 'fabric.emoji.error.image.too.big': 'La imagen seleccionada ocupa más de 1 MB',
40
+ 'fabric.emoji.error.invalid.image': 'La imagen seleccionada no es válida',
41
+ 'fabric.emoji.error.upload.failed': 'Error de subida',
42
+ 'fabric.emoji.error.upload.timeout': 'Se ha agotado el tiempo de carga',
43
+ 'fabric.emoji.image.requirements': 'JPG, PNG o GIF de 1 MB como máximo.',
44
+ 'fabric.emoji.name.ariaLabel': 'Introducir un nombre para el nuevo emoji',
45
+ 'fabric.emoji.picker': 'Selector de emojis',
46
+ 'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Resultados de búsqueda} other {Emoticonos}}',
47
+ 'fabric.emoji.pickerlist.tabpanel': 'Panel de acciones y listas de emojis',
48
+ 'fabric.emoji.placeholder': 'Por ejemplo: hola',
49
+ 'fabric.emoji.preview': 'El emoji nuevo {emoji} es genial',
50
+ 'fabric.emoji.preview.title': 'Vista previa',
51
+ 'fabric.emoji.retry.label': 'Volver a intentarlo',
52
+ 'fabric.emoji.search.label': 'Nombre del emoji',
53
+ 'fabric.emoji.search.placeholder': 'Buscar',
54
+ 'fabric.emoji.search.status': 'Viendo todos los emojis',
55
+ 'fabric.emoji.search.status.count': '{count} emoticonos encontrados',
56
+ 'fabric.emoji.select.skin.list.ariaLabel': 'Selector de tonos de piel',
57
+ 'fabric.emoji.select.skin.tone.ariaLabel': 'Elige tu tono de piel (tono seleccionado: {selectedTone})',
58
+ };
@@ -0,0 +1,58 @@
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.emoji.add.custom.emoji.label': 'Lisää oma emojisi',
13
+ 'fabric.emoji.add.label': 'Lisää emoji',
14
+ 'fabric.emoji.cancel.label': 'Peruuta',
15
+ 'fabric.emoji.categories.label': 'Valitse emojiluokka',
16
+ 'fabric.emoji.categories.search.results': 'Hakutulokset',
17
+ 'fabric.emoji.category.activity': 'Toiminnot',
18
+ 'fabric.emoji.category.all.uploads': 'Kaikki lataukset',
19
+ 'fabric.emoji.category.flags': 'Liput',
20
+ 'fabric.emoji.category.foods': 'Ruoka & Juoma',
21
+ 'fabric.emoji.category.frequent': 'Usein toistuvat',
22
+ 'fabric.emoji.category.nature': 'Luonto',
23
+ 'fabric.emoji.category.objects': 'Esineet',
24
+ 'fabric.emoji.category.people': 'Henkilöt',
25
+ 'fabric.emoji.category.places': 'Matkustaminen & Paikat',
26
+ 'fabric.emoji.category.productivity': 'Atlassian ja tuottavuus',
27
+ 'fabric.emoji.category.symbols': 'Symbolit',
28
+ 'fabric.emoji.category.user.uploads': 'Latauksesi',
29
+ 'fabric.emoji.choose.file.screenReaderDescription': 'Valitse emojille tiedosto. JPG, PNG tai GIF. Koko enintään 1 Mt.',
30
+ 'fabric.emoji.choose.file.title': 'Valitse tiedosto',
31
+ 'fabric.emoji.delete.description': 'Kaikki tämän emojin olemassa olevat ilmentymät korvataan emojilla {emojiShortName}',
32
+ 'fabric.emoji.delete.label': 'Poista',
33
+ 'fabric.emoji.delete.screenreader.tooltip': 'Poista {shortName}-emoji painamalla askelpalautinta (Backspace)',
34
+ 'fabric.emoji.delete.title': 'Poista emoji',
35
+ 'fabric.emoji.delete.tooltip': 'Poista',
36
+ 'fabric.emoji.emojipicker.emoi.roledescription': 'emoji-painike',
37
+ 'fabric.emoji.emojipicker.error': 'Virhe!',
38
+ 'fabric.emoji.error.delete.failed': 'Poistaminen epäonnistui',
39
+ 'fabric.emoji.error.image.too.big': 'Valittu kuva on suurempi kuin 1 MB',
40
+ 'fabric.emoji.error.invalid.image': 'Valittu kuva on virheellinen',
41
+ 'fabric.emoji.error.upload.failed': 'Lataus epäonnistui',
42
+ 'fabric.emoji.error.upload.timeout': 'Latauksen aikakatkaisu',
43
+ 'fabric.emoji.image.requirements': 'JPG, PNG tai GIF. Maksimikoko 1 MB.',
44
+ 'fabric.emoji.name.ariaLabel': 'Anna uudelle emojille nimi',
45
+ 'fabric.emoji.picker': 'Emoji-valitsin',
46
+ 'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Hakutulokset} other {Emojit}}',
47
+ 'fabric.emoji.pickerlist.tabpanel': 'Emojitoiminnot ja luettelopaneeli',
48
+ 'fabric.emoji.placeholder': 'esim. hei',
49
+ 'fabric.emoji.preview': 'Uusi emojisi {emoji} näyttää hienolta',
50
+ 'fabric.emoji.preview.title': 'Esikatselu',
51
+ 'fabric.emoji.retry.label': 'Yritä uudelleen',
52
+ 'fabric.emoji.search.label': 'Emojin nimi',
53
+ 'fabric.emoji.search.placeholder': 'Hae',
54
+ 'fabric.emoji.search.status': 'Näytetään kaikki emojit',
55
+ 'fabric.emoji.search.status.count': '{count} emojia löytyi',
56
+ 'fabric.emoji.select.skin.list.ariaLabel': 'Ihon sävyn valitsin',
57
+ 'fabric.emoji.select.skin.tone.ariaLabel': 'Valitse ihon sävy, {selectedTone} valittu',
58
+ };