@atlaskit/afm-i18n-platform-elements-emoji 2.177.0 → 2.179.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/zh.js +5 -0
- package/dist/esm/i18n/zh.d.ts +5 -0
- package/dist/esm/i18n/zh.js +5 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/i18n/zh.ts +5 -0
- package/package.json +1 -1
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -11,6 +11,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
11
11
|
exports.default = {
|
|
12
12
|
'fabric.emoji.add.custom.emoji.label': '添加您自己的表情符号',
|
|
13
13
|
'fabric.emoji.add.label': '添加表情符号',
|
|
14
|
+
'fabric.emoji.ai.create.title': '使用 Rovo 创建表情',
|
|
15
|
+
'fabric.emoji.ai.error': '出错了。请尝试使用其他描述。',
|
|
16
|
+
'fabric.emoji.ai.generate.label': '生成',
|
|
17
|
+
'fabric.emoji.ai.prompt.ariaLabel': '描述您想生成的表情',
|
|
18
|
+
'fabric.emoji.ai.prompt.placeholder': '描述您的表情...',
|
|
14
19
|
'fabric.emoji.cancel.label': '取消',
|
|
15
20
|
'fabric.emoji.categories.label': '选择表情类别',
|
|
16
21
|
'fabric.emoji.categories.search.results': '搜索结果',
|
package/dist/esm/i18n/zh.d.ts
CHANGED
|
@@ -7,6 +7,11 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
9
|
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.ai.create.title': string;
|
|
11
|
+
'fabric.emoji.ai.error': string;
|
|
12
|
+
'fabric.emoji.ai.generate.label': string;
|
|
13
|
+
'fabric.emoji.ai.prompt.ariaLabel': string;
|
|
14
|
+
'fabric.emoji.ai.prompt.placeholder': string;
|
|
10
15
|
'fabric.emoji.cancel.label': string;
|
|
11
16
|
'fabric.emoji.categories.label': string;
|
|
12
17
|
'fabric.emoji.categories.search.results': string;
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.emoji.add.custom.emoji.label': '添加您自己的表情符号',
|
|
11
11
|
'fabric.emoji.add.label': '添加表情符号',
|
|
12
|
+
'fabric.emoji.ai.create.title': '使用 Rovo 创建表情',
|
|
13
|
+
'fabric.emoji.ai.error': '出错了。请尝试使用其他描述。',
|
|
14
|
+
'fabric.emoji.ai.generate.label': '生成',
|
|
15
|
+
'fabric.emoji.ai.prompt.ariaLabel': '描述您想生成的表情',
|
|
16
|
+
'fabric.emoji.ai.prompt.placeholder': '描述您的表情...',
|
|
12
17
|
'fabric.emoji.cancel.label': '取消',
|
|
13
18
|
'fabric.emoji.categories.label': '选择表情类别',
|
|
14
19
|
'fabric.emoji.categories.search.results': '搜索结果',
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -7,6 +7,11 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
9
|
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.ai.create.title': string;
|
|
11
|
+
'fabric.emoji.ai.error': string;
|
|
12
|
+
'fabric.emoji.ai.generate.label': string;
|
|
13
|
+
'fabric.emoji.ai.prompt.ariaLabel': string;
|
|
14
|
+
'fabric.emoji.ai.prompt.placeholder': string;
|
|
10
15
|
'fabric.emoji.cancel.label': string;
|
|
11
16
|
'fabric.emoji.categories.label': string;
|
|
12
17
|
'fabric.emoji.categories.search.results': string;
|
package/i18n/zh.ts
CHANGED
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.emoji.add.custom.emoji.label': '添加您自己的表情符号',
|
|
11
11
|
'fabric.emoji.add.label': '添加表情符号',
|
|
12
|
+
'fabric.emoji.ai.create.title': '使用 Rovo 创建表情',
|
|
13
|
+
'fabric.emoji.ai.error': '出错了。请尝试使用其他描述。',
|
|
14
|
+
'fabric.emoji.ai.generate.label': '生成',
|
|
15
|
+
'fabric.emoji.ai.prompt.ariaLabel': '描述您想生成的表情',
|
|
16
|
+
'fabric.emoji.ai.prompt.placeholder': '描述您的表情...',
|
|
12
17
|
'fabric.emoji.cancel.label': '取消',
|
|
13
18
|
'fabric.emoji.categories.label': '选择表情类别',
|
|
14
19
|
'fabric.emoji.categories.search.results': '搜索结果',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/afm-i18n-platform-elements-emoji",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.179.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-elements-emoji published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
|