@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components 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 +41 -0
  3. package/dist/cjs/i18n/da.js +41 -0
  4. package/dist/cjs/i18n/de.js +41 -0
  5. package/dist/cjs/i18n/en.js +41 -0
  6. package/dist/cjs/i18n/en_GB.js +41 -0
  7. package/dist/cjs/i18n/en_ZZ.js +41 -0
  8. package/dist/cjs/i18n/es.js +41 -0
  9. package/dist/cjs/i18n/fi.js +41 -0
  10. package/dist/cjs/i18n/fr.js +41 -0
  11. package/dist/cjs/i18n/hr.js +13 -0
  12. package/dist/cjs/i18n/hu.js +41 -0
  13. package/dist/cjs/i18n/index.js +63 -0
  14. package/dist/cjs/i18n/it.js +41 -0
  15. package/dist/cjs/i18n/ja.js +41 -0
  16. package/dist/cjs/i18n/ko.js +41 -0
  17. package/dist/cjs/i18n/nb.js +41 -0
  18. package/dist/cjs/i18n/nl.js +41 -0
  19. package/dist/cjs/i18n/pl.js +41 -0
  20. package/dist/cjs/i18n/pt_BR.js +41 -0
  21. package/dist/cjs/i18n/ru.js +41 -0
  22. package/dist/cjs/i18n/sl.js +13 -0
  23. package/dist/cjs/i18n/sr_RS.js +13 -0
  24. package/dist/cjs/i18n/sr_YR.js +13 -0
  25. package/dist/cjs/i18n/sv.js +41 -0
  26. package/dist/cjs/i18n/th.js +41 -0
  27. package/dist/cjs/i18n/tr.js +41 -0
  28. package/dist/cjs/i18n/uk.js +41 -0
  29. package/dist/cjs/i18n/vi.js +41 -0
  30. package/dist/cjs/i18n/zh.js +41 -0
  31. package/dist/cjs/i18n/zh_TW.js +41 -0
  32. package/dist/cjs/index.js +18 -0
  33. package/dist/esm/i18n/cs.d.ts +38 -0
  34. package/dist/esm/i18n/cs.js +39 -0
  35. package/dist/esm/i18n/da.d.ts +38 -0
  36. package/dist/esm/i18n/da.js +39 -0
  37. package/dist/esm/i18n/de.d.ts +38 -0
  38. package/dist/esm/i18n/de.js +39 -0
  39. package/dist/esm/i18n/en.d.ts +38 -0
  40. package/dist/esm/i18n/en.js +39 -0
  41. package/dist/esm/i18n/en_GB.d.ts +38 -0
  42. package/dist/esm/i18n/en_GB.js +39 -0
  43. package/dist/esm/i18n/en_ZZ.d.ts +38 -0
  44. package/dist/esm/i18n/en_ZZ.js +39 -0
  45. package/dist/esm/i18n/es.d.ts +38 -0
  46. package/dist/esm/i18n/es.js +39 -0
  47. package/dist/esm/i18n/fi.d.ts +38 -0
  48. package/dist/esm/i18n/fi.js +39 -0
  49. package/dist/esm/i18n/fr.d.ts +38 -0
  50. package/dist/esm/i18n/fr.js +39 -0
  51. package/dist/esm/i18n/hr.d.ts +10 -0
  52. package/dist/esm/i18n/hr.js +11 -0
  53. package/dist/esm/i18n/hu.d.ts +38 -0
  54. package/dist/esm/i18n/hu.js +39 -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 +38 -0
  58. package/dist/esm/i18n/it.js +39 -0
  59. package/dist/esm/i18n/ja.d.ts +38 -0
  60. package/dist/esm/i18n/ja.js +39 -0
  61. package/dist/esm/i18n/ko.d.ts +38 -0
  62. package/dist/esm/i18n/ko.js +39 -0
  63. package/dist/esm/i18n/nb.d.ts +38 -0
  64. package/dist/esm/i18n/nb.js +39 -0
  65. package/dist/esm/i18n/nl.d.ts +38 -0
  66. package/dist/esm/i18n/nl.js +39 -0
  67. package/dist/esm/i18n/pl.d.ts +38 -0
  68. package/dist/esm/i18n/pl.js +39 -0
  69. package/dist/esm/i18n/pt_BR.d.ts +38 -0
  70. package/dist/esm/i18n/pt_BR.js +39 -0
  71. package/dist/esm/i18n/ru.d.ts +38 -0
  72. package/dist/esm/i18n/ru.js +39 -0
  73. package/dist/esm/i18n/sl.d.ts +10 -0
  74. package/dist/esm/i18n/sl.js +11 -0
  75. package/dist/esm/i18n/sr_RS.d.ts +10 -0
  76. package/dist/esm/i18n/sr_RS.js +11 -0
  77. package/dist/esm/i18n/sr_YR.d.ts +10 -0
  78. package/dist/esm/i18n/sr_YR.js +11 -0
  79. package/dist/esm/i18n/sv.d.ts +38 -0
  80. package/dist/esm/i18n/sv.js +39 -0
  81. package/dist/esm/i18n/th.d.ts +38 -0
  82. package/dist/esm/i18n/th.js +39 -0
  83. package/dist/esm/i18n/tr.d.ts +38 -0
  84. package/dist/esm/i18n/tr.js +39 -0
  85. package/dist/esm/i18n/uk.d.ts +38 -0
  86. package/dist/esm/i18n/uk.js +39 -0
  87. package/dist/esm/i18n/vi.d.ts +38 -0
  88. package/dist/esm/i18n/vi.js +39 -0
  89. package/dist/esm/i18n/zh.d.ts +38 -0
  90. package/dist/esm/i18n/zh.js +39 -0
  91. package/dist/esm/i18n/zh_TW.d.ts +38 -0
  92. package/dist/esm/i18n/zh_TW.js +39 -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 +38 -0
  96. package/dist/types/i18n/da.d.ts +38 -0
  97. package/dist/types/i18n/de.d.ts +38 -0
  98. package/dist/types/i18n/en.d.ts +38 -0
  99. package/dist/types/i18n/en_GB.d.ts +38 -0
  100. package/dist/types/i18n/en_ZZ.d.ts +38 -0
  101. package/dist/types/i18n/es.d.ts +38 -0
  102. package/dist/types/i18n/fi.d.ts +38 -0
  103. package/dist/types/i18n/fr.d.ts +38 -0
  104. package/dist/types/i18n/hr.d.ts +10 -0
  105. package/dist/types/i18n/hu.d.ts +38 -0
  106. package/dist/types/i18n/index.d.ts +29 -0
  107. package/dist/types/i18n/it.d.ts +38 -0
  108. package/dist/types/i18n/ja.d.ts +38 -0
  109. package/dist/types/i18n/ko.d.ts +38 -0
  110. package/dist/types/i18n/nb.d.ts +38 -0
  111. package/dist/types/i18n/nl.d.ts +38 -0
  112. package/dist/types/i18n/pl.d.ts +38 -0
  113. package/dist/types/i18n/pt_BR.d.ts +38 -0
  114. package/dist/types/i18n/ru.d.ts +38 -0
  115. package/dist/types/i18n/sl.d.ts +10 -0
  116. package/dist/types/i18n/sr_RS.d.ts +10 -0
  117. package/dist/types/i18n/sr_YR.d.ts +10 -0
  118. package/dist/types/i18n/sv.d.ts +38 -0
  119. package/dist/types/i18n/th.d.ts +38 -0
  120. package/dist/types/i18n/tr.d.ts +38 -0
  121. package/dist/types/i18n/uk.d.ts +38 -0
  122. package/dist/types/i18n/vi.d.ts +38 -0
  123. package/dist/types/i18n/zh.d.ts +38 -0
  124. package/dist/types/i18n/zh_TW.d.ts +38 -0
  125. package/dist/types/index.d.ts +1 -0
  126. package/i18n/cs.ts +40 -0
  127. package/i18n/da.ts +40 -0
  128. package/i18n/de.ts +40 -0
  129. package/i18n/en.ts +39 -0
  130. package/i18n/en_GB.ts +39 -0
  131. package/i18n/en_ZZ.ts +40 -0
  132. package/i18n/es.ts +40 -0
  133. package/i18n/fi.ts +40 -0
  134. package/i18n/fr.ts +41 -0
  135. package/i18n/hr.ts +11 -0
  136. package/i18n/hu.ts +40 -0
  137. package/i18n/index.ts +30 -0
  138. package/i18n/it.ts +40 -0
  139. package/i18n/ja.ts +39 -0
  140. package/i18n/ko.ts +39 -0
  141. package/i18n/nb.ts +40 -0
  142. package/i18n/nl.ts +40 -0
  143. package/i18n/pl.ts +40 -0
  144. package/i18n/pt_BR.ts +40 -0
  145. package/i18n/ru.ts +40 -0
  146. package/i18n/sl.ts +11 -0
  147. package/i18n/sr_RS.ts +11 -0
  148. package/i18n/sr_YR.ts +11 -0
  149. package/i18n/sv.ts +40 -0
  150. package/i18n/th.ts +39 -0
  151. package/i18n/tr.ts +41 -0
  152. package/i18n/uk.ts +40 -0
  153. package/i18n/vi.ts +39 -0
  154. package/i18n/zh.ts +39 -0
  155. package/i18n/zh_TW.ts +39 -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,41 @@
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
+ 'ai-mate.agent-avatar-label': 'Avatar agenta',
13
+ 'ai-mate.agent-profile-info.created-by': 'Agent Rovo od {creatorNameWithLink}',
14
+ 'ai-mate.agent-profile-info.creator': 'Autor',
15
+ 'ai-mate.agent-profile-info.deactivated': '(deaktivováno)',
16
+ 'ai-mate.agent-profile-info.hidden-icon': 'Skryté',
17
+ 'ai-mate.agent-profile-info.hidden-tooltip': 'Agent se nezobrazí ve výsledcích vyhledávání.',
18
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Přidat agenta do oblíbených',
19
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {1 uživatel} few {{starCount} uživatelé} many {{starCount} uživatele} other {{starCount} uživatelů}}',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Povězte mi o sobě',
21
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'S čím mi můžete pomoci?',
22
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Shrnout, na co se dívám',
23
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Jsou některé z mých ticketů po termínu?',
24
+ 'ai-mate.chat-history.empty-state.suggestion2': 'Na čem mám pracovat dále?',
25
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Napsat aktualizaci o mém týdnu',
26
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Procházet agenty',
27
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Není v oblíbených, kliknutím přidáte.',
28
+ 'rovo-chat.browse-agents.copy-agent-label': 'Kopírovat odkaz na agenta',
29
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Odebrat z oblíbených',
30
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Chatovat s agentem',
31
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Kopírovat odkaz',
32
+ 'rovo-chat.view-agent.delete-agent': 'Odstranit agenta',
33
+ 'rovo-chat.view-agent.duplicate-agent': 'Duplikovat agenta',
34
+ 'rovo-chat.view-agent.edit-agent': 'Upravit agenta',
35
+ 'rovo-chat.view-agent.link-copied-to-profile': 'Zkopírovaná adresa URL',
36
+ 'rovo-chat.view-agent.more-actions-for-label': 'Další akce položky {agentName}',
37
+ 'rovo-chat.view-agent.more-actions-label': 'Další akce',
38
+ 'rovo-chat.view-agents.use-template-button': 'Použít šablonu',
39
+ 'rovo-chat.view-agents.view-agent': 'Zobrazit agenta',
40
+ 'rovo-chat.view-agents.view-agent-full-profile': 'Zobrazit úplný profil',
41
+ };
@@ -0,0 +1,41 @@
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
+ 'ai-mate.agent-avatar-label': 'Agentavatar',
13
+ 'ai-mate.agent-profile-info.created-by': 'Rovo-medarbejder af {creatorNameWithLink}',
14
+ 'ai-mate.agent-profile-info.creator': 'Skaber',
15
+ 'ai-mate.agent-profile-info.deactivated': '(deaktiveret)',
16
+ 'ai-mate.agent-profile-info.hidden-icon': 'Skjult',
17
+ 'ai-mate.agent-profile-info.hidden-tooltip': 'Agenten vises ikke i søgeresultaterne',
18
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Stjernemarkér agent',
19
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} bruger} other {{starCount} brugere}}',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Fortæl mig lidt om dig selv',
21
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'Hvad kan du hjælpe mig med?',
22
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Sammenfat, hvad jeg ser på',
23
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Er nogen af mine supportanmodninger overskredet?',
24
+ 'ai-mate.chat-history.empty-state.suggestion2': 'Hvad skal jeg arbejde på som det næste?',
25
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Skriv en opdatering om min uge',
26
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Gennemse agenter',
27
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Ikke favorit, klik for at gøre til favorit',
28
+ 'rovo-chat.browse-agents.copy-agent-label': 'Kopiér link til agent',
29
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Fjern fra favoritter',
30
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Chat med agent',
31
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Kopiér link',
32
+ 'rovo-chat.view-agent.delete-agent': 'Slet agent',
33
+ 'rovo-chat.view-agent.duplicate-agent': 'Kopiér agent',
34
+ 'rovo-chat.view-agent.edit-agent': 'Rediger agent',
35
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL blev kopieret',
36
+ 'rovo-chat.view-agent.more-actions-for-label': 'Flere handlinger for {agentName}',
37
+ 'rovo-chat.view-agent.more-actions-label': 'Flere handlinger',
38
+ 'rovo-chat.view-agents.use-template-button': 'Anvend skabelon',
39
+ 'rovo-chat.view-agents.view-agent': 'Vis agent',
40
+ 'rovo-chat.view-agents.view-agent-full-profile': 'Vis hele profilen',
41
+ };
@@ -0,0 +1,41 @@
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
+ 'ai-mate.agent-avatar-label': 'Profilbild des Agenten',
13
+ 'ai-mate.agent-profile-info.created-by': 'Rovo-Agent von {creatorNameWithLink}',
14
+ 'ai-mate.agent-profile-info.creator': 'Ersteller',
15
+ 'ai-mate.agent-profile-info.deactivated': '(deaktiviert)',
16
+ 'ai-mate.agent-profile-info.hidden-icon': 'Ausgeblendet',
17
+ 'ai-mate.agent-profile-info.hidden-tooltip': 'Agent wird nicht in den Suchergebnissen angezeigt',
18
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Agent mit Stern markieren',
19
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} Benutzer} other {{starCount} Benutzer}}',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Erzählen Sie mir etwas über sich.',
21
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'Wobei können Sie mir helfen?',
22
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Fassen Sie zusammen, was ich mir gerade ansehe.',
23
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Habe ich überfällige Tickets?',
24
+ 'ai-mate.chat-history.empty-state.suggestion2': 'Woran soll ich als Nächstes arbeiten?',
25
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Schreibe ein Update über meine Woche',
26
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Agenten durchsuchen',
27
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Nicht favorisiert, zum Favorisieren klicken',
28
+ 'rovo-chat.browse-agents.copy-agent-label': 'Link in Agent kopieren',
29
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Aus Favoriten entfernen',
30
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Mit Agent chatten',
31
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Link kopieren',
32
+ 'rovo-chat.view-agent.delete-agent': 'Agent löschen',
33
+ 'rovo-chat.view-agent.duplicate-agent': 'Agent duplizieren',
34
+ 'rovo-chat.view-agent.edit-agent': 'Agent bearbeiten',
35
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL kopiert',
36
+ 'rovo-chat.view-agent.more-actions-for-label': 'Weitere Aktionen für {agentName}',
37
+ 'rovo-chat.view-agent.more-actions-label': 'Weitere Aktionen',
38
+ 'rovo-chat.view-agents.use-template-button': 'Vorlage verwenden',
39
+ 'rovo-chat.view-agents.view-agent': 'Agent anzeigen',
40
+ 'rovo-chat.view-agents.view-agent-full-profile': 'Vollständiges Profil anzeigen',
41
+ };
@@ -0,0 +1,41 @@
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
+ 'ai-mate.agent-avatar-label': 'Agent avatar',
13
+ 'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
14
+ 'ai-mate.agent-profile-info.creator': 'Creator',
15
+ 'ai-mate.agent-profile-info.deactivated': '(deactivated)',
16
+ 'ai-mate.agent-profile-info.hidden-icon': 'Hidden',
17
+ 'ai-mate.agent-profile-info.hidden-tooltip': "Agent won't show in search results",
18
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Star Agent',
19
+ 'ai-mate.agent-profile-info.starred-count': '{starCount} {starCount, plural, one {user} other {users}}',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Tell me about yourself',
21
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'What can you help me with?',
22
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': "Summarize what I'm looking at",
23
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Are any of my tickets overdue?',
24
+ 'ai-mate.chat-history.empty-state.suggestion2': 'What should I work on next?',
25
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Write an update about my week',
26
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Browse Agents',
27
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Not favorited, click to favorite',
28
+ 'rovo-chat.browse-agents.copy-agent-label': 'Copy link to agent',
29
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Remove from favorites',
30
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Chat to Agent',
31
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Copy link',
32
+ 'rovo-chat.view-agent.delete-agent': 'Delete Agent',
33
+ 'rovo-chat.view-agent.duplicate-agent': 'Duplicate Agent',
34
+ 'rovo-chat.view-agent.edit-agent': 'Edit Agent',
35
+ 'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
36
+ 'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
37
+ 'rovo-chat.view-agent.more-actions-label': 'More actions',
38
+ 'rovo-chat.view-agents.use-template-button': 'Use template',
39
+ 'rovo-chat.view-agents.view-agent': 'View Agent',
40
+ 'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
41
+ };
@@ -0,0 +1,41 @@
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
+ 'ai-mate.agent-avatar-label': 'Agent avatar',
13
+ 'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
14
+ 'ai-mate.agent-profile-info.creator': 'Creator',
15
+ 'ai-mate.agent-profile-info.deactivated': '(deactivated)',
16
+ 'ai-mate.agent-profile-info.hidden-icon': 'Hidden',
17
+ 'ai-mate.agent-profile-info.hidden-tooltip': "Agent won't show in search results",
18
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Star Agent',
19
+ 'ai-mate.agent-profile-info.starred-count': '{starCount} {starCount, plural, one {user} other {users}}',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Tell me about yourself',
21
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'What can you help me with?',
22
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': "Summarise what I'm looking at",
23
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Are any of my tickets overdue?',
24
+ 'ai-mate.chat-history.empty-state.suggestion2': 'What should I work on next?',
25
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Write an update about my week',
26
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Browse Agents',
27
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Not favourited, click to favourite',
28
+ 'rovo-chat.browse-agents.copy-agent-label': 'Copy link to agent',
29
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Remove from favourites',
30
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Chat to Agent',
31
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Copy link',
32
+ 'rovo-chat.view-agent.delete-agent': 'Delete Agent',
33
+ 'rovo-chat.view-agent.duplicate-agent': 'Duplicate Agent',
34
+ 'rovo-chat.view-agent.edit-agent': 'Edit Agent',
35
+ 'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
36
+ 'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
37
+ 'rovo-chat.view-agent.more-actions-label': 'More actions',
38
+ 'rovo-chat.view-agents.use-template-button': 'Use template',
39
+ 'rovo-chat.view-agents.view-agent': 'View Agent',
40
+ 'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
41
+ };
@@ -0,0 +1,41 @@
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
+ 'ai-mate.agent-avatar-label': '⁣⁢Agent avatar‌⁡⁡‌‍‌⁠⁡‍⁣⁤',
13
+ 'ai-mate.agent-profile-info.created-by': '⁣⁢Rovo Agent by {creatorNameWithLink}‍⁠‌؜⁠‍⁣⁤',
14
+ 'ai-mate.agent-profile-info.creator': '⁣⁢Creator‍⁠؜‌⁠‌‌⁠؜⁣⁤',
15
+ 'ai-mate.agent-profile-info.deactivated': '⁣⁢(deactivated)⁠⁡‍‌⁡⁡‍⁡‌⁡⁡⁣⁤',
16
+ 'ai-mate.agent-profile-info.hidden-icon': '⁣⁢Hidden‌⁠‍⁠؜⁠‍‍‌⁠⁡؜‌⁣⁤',
17
+ 'ai-mate.agent-profile-info.hidden-tooltip': "⁣⁢Agent won't show in search results؜‍؜⁡‍؜⁠؜⁠؜⁣⁤",
18
+ 'ai-mate.agent-profile-info.star-agent-tooltip': '⁣⁢Star Agent‍‍⁠⁡‌⁠⁠؜⁠‌؜‌⁣⁤',
19
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {⁣⁢{starCount} user⁡⁠؜؜⁠⁣⁤} other {⁣⁢{starCount} users⁡⁠؜؜⁠⁣⁤}}',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': '⁣⁢Tell me about yourself؜⁠⁠؜؜؜⁡؜؜⁣⁤',
21
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': '⁣⁢What can you help me with?⁡⁡‌؜؜‌⁠⁡‌⁠؜⁠⁣⁤',
22
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': "⁣⁢Summarize what I'm looking at‌‍‌‍‍⁡‌؜‍⁠⁠‌⁠‌‌⁣⁤",
23
+ 'ai-mate.chat-history.empty-state.suggestion1': '⁣⁢Are any of my tickets overdue?‍؜⁡⁠⁡⁡؜⁡‌⁠؜⁣⁤',
24
+ 'ai-mate.chat-history.empty-state.suggestion2': '⁣⁢What should I work on next?⁠‌؜؜؜‌⁡‍‍⁡⁡⁠‍⁣⁤',
25
+ 'ai-mate.chat-history.empty-state.suggestion3': '⁣⁢Write an update about my week‌⁡‌‌⁠⁡؜‌؜⁠⁠⁣⁤',
26
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': '⁣⁢Browse Agents⁡‌⁠؜‍⁣⁤',
27
+ 'rovo-chat.browse-agents.click-to-favourite-label': '⁣⁢Not favourited, click to favourite‍‍⁠‍⁡⁡‌؜‍⁡‍‌؜⁡⁠⁣⁤',
28
+ 'rovo-chat.browse-agents.copy-agent-label': '⁣⁢Copy link to agent؜⁠⁠‍⁡؜⁠‌‌⁣⁤',
29
+ 'rovo-chat.browse-agents.remove-from-favourites-label': '⁣⁢Remove from favourites؜‍‍⁡؜‍؜؜‌‍⁡⁣⁤',
30
+ 'rovo-chat.view-agent.chat-to-agent-button': '⁣⁢Chat to Agent⁡‌؜؜‌⁠⁠⁡⁣⁤',
31
+ 'rovo-chat.view-agent.copy-link-to-profile': '⁣⁢Copy link؜⁡‍‍‌⁡‍⁣⁤',
32
+ 'rovo-chat.view-agent.delete-agent': '⁣⁢Delete Agent؜‍‍⁡‍‌⁡؜⁡⁡؜⁡⁡⁠⁣⁤',
33
+ 'rovo-chat.view-agent.duplicate-agent': '⁣⁢Duplicate Agent⁡؜؜؜⁣⁤',
34
+ 'rovo-chat.view-agent.edit-agent': '⁣⁢Edit Agent⁡‌‍؜‌؜⁡⁣⁤',
35
+ 'rovo-chat.view-agent.link-copied-to-profile': '⁣⁢Copied URL؜‍‍⁠؜‌‌‍‌⁡⁣⁤',
36
+ 'rovo-chat.view-agent.more-actions-for-label': '⁣⁢More actions for {agentName}‌‍⁡‌⁡‍‍⁡⁠‍⁠⁠⁣⁤',
37
+ 'rovo-chat.view-agent.more-actions-label': '⁣⁢More actions؜⁠‍⁠‌‍⁠⁡⁡؜⁣⁤',
38
+ 'rovo-chat.view-agents.use-template-button': '⁣⁢Use template⁠⁡⁡⁠⁠‍‍‌‍‌؜⁠⁠⁣⁤',
39
+ 'rovo-chat.view-agents.view-agent': '⁣⁢View Agent؜⁠⁡‌‍‍‍⁠؜⁡؜⁡⁣⁤',
40
+ 'rovo-chat.view-agents.view-agent-full-profile': '⁣⁢View full profile‍‍‍‌⁡⁠⁡‌⁡‌⁣⁤',
41
+ };
@@ -0,0 +1,41 @@
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
+ 'ai-mate.agent-avatar-label': 'Avatar de agente',
13
+ 'ai-mate.agent-profile-info.created-by': 'Agente Rovo de {creatorNameWithLink}',
14
+ 'ai-mate.agent-profile-info.creator': 'Autor',
15
+ 'ai-mate.agent-profile-info.deactivated': '(desactivado)',
16
+ 'ai-mate.agent-profile-info.hidden-icon': 'Oculto',
17
+ 'ai-mate.agent-profile-info.hidden-tooltip': 'El agente no se mostrará en los resultados de búsqueda',
18
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Se marcará al agente como favorito',
19
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} usuario} other {{starCount} usuarios}}',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Háblame un poco de ti',
21
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': '¿Con qué me puedes ayudar?',
22
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Resumir lo que estoy viendo',
23
+ 'ai-mate.chat-history.empty-state.suggestion1': '¿Alguno de mis tickets ha vencido?',
24
+ 'ai-mate.chat-history.empty-state.suggestion2': '¿En qué debo trabajar a continuación?',
25
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Escribir una actualización de mi semana',
26
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Buscar agentes',
27
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'No está en favoritos, haz clic para añadirlo',
28
+ 'rovo-chat.browse-agents.copy-agent-label': 'Copiar enlace al agente',
29
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Eliminar de tu lista de favoritos',
30
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Hablar con el agente',
31
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Copiar enlace',
32
+ 'rovo-chat.view-agent.delete-agent': 'Eliminar agente',
33
+ 'rovo-chat.view-agent.duplicate-agent': 'Duplicar agente',
34
+ 'rovo-chat.view-agent.edit-agent': 'Editar agente',
35
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL copiada',
36
+ 'rovo-chat.view-agent.more-actions-for-label': 'Más acciones para {agentName}',
37
+ 'rovo-chat.view-agent.more-actions-label': 'Más acciones',
38
+ 'rovo-chat.view-agents.use-template-button': 'Usar plantilla',
39
+ 'rovo-chat.view-agents.view-agent': 'Ver agente',
40
+ 'rovo-chat.view-agents.view-agent-full-profile': 'Ver perfil completo',
41
+ };
@@ -0,0 +1,41 @@
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
+ 'ai-mate.agent-avatar-label': 'Asiakaspalvelijan profiilikuva',
13
+ 'ai-mate.agent-profile-info.created-by': 'Rovo-agentin tekijä: {creatorNameWithLink}',
14
+ 'ai-mate.agent-profile-info.creator': 'Tekijä',
15
+ 'ai-mate.agent-profile-info.deactivated': '(poistettu käytöstä)',
16
+ 'ai-mate.agent-profile-info.hidden-icon': 'Piilotettu',
17
+ 'ai-mate.agent-profile-info.hidden-tooltip': 'Asiakaspalvelija ei näy hakutuloksissa',
18
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Merkitse asiakaspalvelija tärkeäksi',
19
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} käyttäjä} other {{starCount} käyttäjää}}',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Kerro itsestäsi',
21
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'Miten voit auttaa minua?',
22
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Tee yhteenveto siitä, mitä näen',
23
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Onko jokin tukipyynnöistäni myöhässä?',
24
+ 'ai-mate.chat-history.empty-state.suggestion2': 'Mitä minun tulee työstää seuraavaksi?',
25
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Kirjoita päivitys viikostani',
26
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Selaa asiakaspalvelijoita',
27
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Ei suosikki, merkitse suosikiksi napsauttamalla',
28
+ 'rovo-chat.browse-agents.copy-agent-label': 'Kopioi asiakaspalvelijan linkki',
29
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Poista suosikeista',
30
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Keskustele asiakaspalvelijan kanssa',
31
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Kopioi linkki',
32
+ 'rovo-chat.view-agent.delete-agent': 'Poista asiakaspalvelija',
33
+ 'rovo-chat.view-agent.duplicate-agent': 'Kopioi asiakaspalvelija',
34
+ 'rovo-chat.view-agent.edit-agent': 'Muokkaa asiakaspalvelijaa',
35
+ 'rovo-chat.view-agent.link-copied-to-profile': 'Kopioitu URL-osoite',
36
+ 'rovo-chat.view-agent.more-actions-for-label': 'Lisää toimintoja asiakaspalvelijalle {agentName}',
37
+ 'rovo-chat.view-agent.more-actions-label': 'Lisää toimintoja',
38
+ 'rovo-chat.view-agents.use-template-button': 'Käytä sivupohjaa',
39
+ 'rovo-chat.view-agents.view-agent': 'Näytä asiakaspalvelija',
40
+ 'rovo-chat.view-agents.view-agent-full-profile': 'Näytä koko profiili',
41
+ };
@@ -0,0 +1,41 @@
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
+ 'ai-mate.agent-avatar-label': "Avatar de l'agent",
13
+ 'ai-mate.agent-profile-info.created-by': 'Agent Rovo par {creatorNameWithLink}',
14
+ 'ai-mate.agent-profile-info.creator': 'Créateur',
15
+ 'ai-mate.agent-profile-info.deactivated': '(désactivé)',
16
+ 'ai-mate.agent-profile-info.hidden-icon': 'Masqué',
17
+ 'ai-mate.agent-profile-info.hidden-tooltip': "L'agent n'apparaîtra pas dans les résultats de la recherche",
18
+ 'ai-mate.agent-profile-info.star-agent-tooltip': "Ajouter l'agent aux favoris",
19
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} utilisateur} other {{starCount} utilisateurs}}',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Parlez-moi de vous',
21
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': "Avec quoi pouvez-vous m'aider ?",
22
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Pouvez-vous résumer ce que je vois',
23
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Certains de mes tickets sont-ils en retard ?',
24
+ 'ai-mate.chat-history.empty-state.suggestion2': 'Sur quoi devrais-je travailler ensuite ?',
25
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Rédiger une mise à jour sur ma semaine',
26
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Parcourir les agents',
27
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Pas dans les favoris, cliquez pour ajouter cet agent aux favoris',
28
+ 'rovo-chat.browse-agents.copy-agent-label': "Copier le lien vers l'agent",
29
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Supprimer des favoris',
30
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Discuter avec un agent',
31
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Copier le lien',
32
+ 'rovo-chat.view-agent.delete-agent': "Supprimer l'agent",
33
+ 'rovo-chat.view-agent.duplicate-agent': "Dupliquer l'agent",
34
+ 'rovo-chat.view-agent.edit-agent': "Modifier l'agent",
35
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL copiée',
36
+ 'rovo-chat.view-agent.more-actions-for-label': "Plus d'actions pour {agentName}",
37
+ 'rovo-chat.view-agent.more-actions-label': "Plus d'actions",
38
+ 'rovo-chat.view-agents.use-template-button': 'Utiliser le modèle',
39
+ 'rovo-chat.view-agents.view-agent': "Voir l'agent",
40
+ 'rovo-chat.view-agents.view-agent-full-profile': 'Afficher le profil complet',
41
+ };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* prettier-ignore */
4
+ /**
5
+ * NOTE:
6
+ *
7
+ * This file is automatically generated by Traduki 2.0.
8
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
9
+ */
10
+ //Croatian (Croatia) [hr-HR]
11
+ exports.default = {
12
+ 'rovo-chat.view-agent.more-actions-for-label': 'Još radnji za agenta {agentName}',
13
+ };
@@ -0,0 +1,41 @@
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
+ 'ai-mate.agent-avatar-label': 'Ügynök profilképe',
13
+ 'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} Rovo-ügynöke',
14
+ 'ai-mate.agent-profile-info.creator': 'Létrehozó',
15
+ 'ai-mate.agent-profile-info.deactivated': '(inaktiválva)',
16
+ 'ai-mate.agent-profile-info.hidden-icon': 'Rejtett',
17
+ 'ai-mate.agent-profile-info.hidden-tooltip': 'Az ügynök nem fog megjelenni a keresési találatokban',
18
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Ügynök csillagozása',
19
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} felhasználó} other {{starCount} felhasználó}}',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Mondj néhány szót magadról',
21
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'Miben tudsz segíteni?',
22
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Foglald össze, amit látok',
23
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Késedelmes valamelyik jegyem?',
24
+ 'ai-mate.chat-history.empty-state.suggestion2': 'Min dolgozzak legközelebb?',
25
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Írj egy frissítést a hetemről',
26
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Ügynökök böngészése',
27
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Nem kedvenc, kattintással felveheted a kedvencek közé',
28
+ 'rovo-chat.browse-agents.copy-agent-label': 'Ügynökre mutató link másolása',
29
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Eltávolítás a kedvencekből',
30
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Csevegés ügynökkel',
31
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Link másolása',
32
+ 'rovo-chat.view-agent.delete-agent': 'Ügynök törlése',
33
+ 'rovo-chat.view-agent.duplicate-agent': 'Ügynök duplikálása',
34
+ 'rovo-chat.view-agent.edit-agent': 'Ügynök szerkesztése',
35
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL másolva',
36
+ 'rovo-chat.view-agent.more-actions-for-label': 'További műveletek a következőhöz: {agentName}',
37
+ 'rovo-chat.view-agent.more-actions-label': 'További műveletek',
38
+ 'rovo-chat.view-agents.use-template-button': 'Sablon használata',
39
+ 'rovo-chat.view-agents.view-agent': 'Ügynök megtekintése',
40
+ 'rovo-chat.view-agents.view-agent-full-profile': 'A teljes profil megtekintése',
41
+ };
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ // CommonJS exports for i18n modules
3
+ const cs = require('./cs').default;
4
+ const da = require('./da').default;
5
+ const de = require('./de').default;
6
+ const en = require('./en').default;
7
+ const en_GB = require('./en_GB').default;
8
+ const en_ZZ = require('./en_ZZ').default;
9
+ const es = require('./es').default;
10
+ const fi = require('./fi').default;
11
+ const fr = require('./fr').default;
12
+ const hr = require('./hr').default;
13
+ const hu = require('./hu').default;
14
+ const it = require('./it').default;
15
+ const ja = require('./ja').default;
16
+ const ko = require('./ko').default;
17
+ const nb = require('./nb').default;
18
+ const nl = require('./nl').default;
19
+ const pl = require('./pl').default;
20
+ const pt_BR = require('./pt_BR').default;
21
+ const ru = require('./ru').default;
22
+ const sl = require('./sl').default;
23
+ const sr_RS = require('./sr_RS').default;
24
+ const sr_YR = require('./sr_YR').default;
25
+ const sv = require('./sv').default;
26
+ const th = require('./th').default;
27
+ const tr = require('./tr').default;
28
+ const uk = require('./uk').default;
29
+ const vi = require('./vi').default;
30
+ const zh = require('./zh').default;
31
+ const zh_TW = require('./zh_TW').default;
32
+
33
+ module.exports = {
34
+ cs,
35
+ da,
36
+ de,
37
+ en,
38
+ en_GB,
39
+ en_ZZ,
40
+ es,
41
+ fi,
42
+ fr,
43
+ hr,
44
+ hu,
45
+ it,
46
+ ja,
47
+ ko,
48
+ nb,
49
+ nl,
50
+ pl,
51
+ pt_BR,
52
+ ru,
53
+ sl,
54
+ sr_RS,
55
+ sr_YR,
56
+ sv,
57
+ th,
58
+ tr,
59
+ uk,
60
+ vi,
61
+ zh,
62
+ zh_TW
63
+ };