@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components 2.7.0 → 2.9.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.
- package/dist/cjs/i18n/vi.js +1 -1
- package/dist/esm/i18n/vi.js +1 -1
- package/i18n/vi.ts +1 -1
- package/package.json +2 -2
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -33,7 +33,7 @@ exports.default = {
|
|
|
33
33
|
'rovo-chat.view-agent.duplicate-agent': 'Sao chép Nhân viên',
|
|
34
34
|
'rovo-chat.view-agent.edit-agent': 'Sửa nhân viên',
|
|
35
35
|
'rovo-chat.view-agent.link-copied-to-profile': 'Đã sao chép URL',
|
|
36
|
-
'rovo-chat.view-agent.more-actions-for-label': '
|
|
36
|
+
'rovo-chat.view-agent.more-actions-for-label': 'Thao tác khác đối với {agentName}',
|
|
37
37
|
'rovo-chat.view-agent.more-actions-label': 'Hành động khác',
|
|
38
38
|
'rovo-chat.view-agents.use-template-button': 'Sử dụng mẫu',
|
|
39
39
|
'rovo-chat.view-agents.view-agent': 'Xem Nhân viên',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -31,7 +31,7 @@ export default {
|
|
|
31
31
|
'rovo-chat.view-agent.duplicate-agent': 'Sao chép Nhân viên',
|
|
32
32
|
'rovo-chat.view-agent.edit-agent': 'Sửa nhân viên',
|
|
33
33
|
'rovo-chat.view-agent.link-copied-to-profile': 'Đã sao chép URL',
|
|
34
|
-
'rovo-chat.view-agent.more-actions-for-label': '
|
|
34
|
+
'rovo-chat.view-agent.more-actions-for-label': 'Thao tác khác đối với {agentName}',
|
|
35
35
|
'rovo-chat.view-agent.more-actions-label': 'Hành động khác',
|
|
36
36
|
'rovo-chat.view-agents.use-template-button': 'Sử dụng mẫu',
|
|
37
37
|
'rovo-chat.view-agents.view-agent': 'Xem Nhân viên',
|
package/i18n/vi.ts
CHANGED
|
@@ -31,7 +31,7 @@ export default {
|
|
|
31
31
|
'rovo-chat.view-agent.duplicate-agent': 'Sao chép Nhân viên',
|
|
32
32
|
'rovo-chat.view-agent.edit-agent': 'Sửa nhân viên',
|
|
33
33
|
'rovo-chat.view-agent.link-copied-to-profile': 'Đã sao chép URL',
|
|
34
|
-
'rovo-chat.view-agent.more-actions-for-label': '
|
|
34
|
+
'rovo-chat.view-agent.more-actions-for-label': 'Thao tác khác đối với {agentName}',
|
|
35
35
|
'rovo-chat.view-agent.more-actions-label': 'Hành động khác',
|
|
36
36
|
'rovo-chat.view-agents.use-template-button': 'Sử dụng mẫu',
|
|
37
37
|
'rovo-chat.view-agents.view-agent': 'Xem Nhân viên',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-ai-mate-rovo-agent-components published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"build:cjs": "tsc --project tsconfig.cjs.json",
|
|
17
17
|
"prepublishOnly": "yarn build"
|
|
18
18
|
},
|
|
19
|
-
"license": "
|
|
19
|
+
"license": "Apache-2.0",
|
|
20
20
|
"exports": {
|
|
21
21
|
"./i18n/*": {
|
|
22
22
|
"import": "./i18n/*.ts",
|