@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.
- package/build.js +131 -0
- package/dist/cjs/i18n/cs.js +58 -0
- package/dist/cjs/i18n/da.js +58 -0
- package/dist/cjs/i18n/de.js +58 -0
- package/dist/cjs/i18n/en.js +58 -0
- package/dist/cjs/i18n/en_GB.js +58 -0
- package/dist/cjs/i18n/en_ZZ.js +58 -0
- package/dist/cjs/i18n/es.js +58 -0
- package/dist/cjs/i18n/fi.js +58 -0
- package/dist/cjs/i18n/fr.js +58 -0
- package/dist/cjs/i18n/hr.js +57 -0
- package/dist/cjs/i18n/hu.js +58 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +58 -0
- package/dist/cjs/i18n/ja.js +58 -0
- package/dist/cjs/i18n/ko.js +58 -0
- package/dist/cjs/i18n/nb.js +58 -0
- package/dist/cjs/i18n/nl.js +58 -0
- package/dist/cjs/i18n/pl.js +58 -0
- package/dist/cjs/i18n/pt_BR.js +58 -0
- package/dist/cjs/i18n/ru.js +58 -0
- package/dist/cjs/i18n/sl.js +57 -0
- package/dist/cjs/i18n/sr_RS.js +57 -0
- package/dist/cjs/i18n/sr_YR.js +57 -0
- package/dist/cjs/i18n/sv.js +58 -0
- package/dist/cjs/i18n/th.js +58 -0
- package/dist/cjs/i18n/tr.js +58 -0
- package/dist/cjs/i18n/uk.js +58 -0
- package/dist/cjs/i18n/vi.js +58 -0
- package/dist/cjs/i18n/zh.js +58 -0
- package/dist/cjs/i18n/zh_TW.js +58 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +55 -0
- package/dist/esm/i18n/cs.js +56 -0
- package/dist/esm/i18n/da.d.ts +55 -0
- package/dist/esm/i18n/da.js +56 -0
- package/dist/esm/i18n/de.d.ts +55 -0
- package/dist/esm/i18n/de.js +56 -0
- package/dist/esm/i18n/en.d.ts +55 -0
- package/dist/esm/i18n/en.js +56 -0
- package/dist/esm/i18n/en_GB.d.ts +55 -0
- package/dist/esm/i18n/en_GB.js +56 -0
- package/dist/esm/i18n/en_ZZ.d.ts +55 -0
- package/dist/esm/i18n/en_ZZ.js +56 -0
- package/dist/esm/i18n/es.d.ts +55 -0
- package/dist/esm/i18n/es.js +56 -0
- package/dist/esm/i18n/fi.d.ts +55 -0
- package/dist/esm/i18n/fi.js +56 -0
- package/dist/esm/i18n/fr.d.ts +55 -0
- package/dist/esm/i18n/fr.js +56 -0
- package/dist/esm/i18n/hr.d.ts +54 -0
- package/dist/esm/i18n/hr.js +55 -0
- package/dist/esm/i18n/hu.d.ts +55 -0
- package/dist/esm/i18n/hu.js +56 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +55 -0
- package/dist/esm/i18n/it.js +56 -0
- package/dist/esm/i18n/ja.d.ts +55 -0
- package/dist/esm/i18n/ja.js +56 -0
- package/dist/esm/i18n/ko.d.ts +55 -0
- package/dist/esm/i18n/ko.js +56 -0
- package/dist/esm/i18n/nb.d.ts +55 -0
- package/dist/esm/i18n/nb.js +56 -0
- package/dist/esm/i18n/nl.d.ts +55 -0
- package/dist/esm/i18n/nl.js +56 -0
- package/dist/esm/i18n/pl.d.ts +55 -0
- package/dist/esm/i18n/pl.js +56 -0
- package/dist/esm/i18n/pt_BR.d.ts +55 -0
- package/dist/esm/i18n/pt_BR.js +56 -0
- package/dist/esm/i18n/ru.d.ts +55 -0
- package/dist/esm/i18n/ru.js +56 -0
- package/dist/esm/i18n/sl.d.ts +54 -0
- package/dist/esm/i18n/sl.js +55 -0
- package/dist/esm/i18n/sr_RS.d.ts +54 -0
- package/dist/esm/i18n/sr_RS.js +55 -0
- package/dist/esm/i18n/sr_YR.d.ts +54 -0
- package/dist/esm/i18n/sr_YR.js +55 -0
- package/dist/esm/i18n/sv.d.ts +55 -0
- package/dist/esm/i18n/sv.js +56 -0
- package/dist/esm/i18n/th.d.ts +55 -0
- package/dist/esm/i18n/th.js +56 -0
- package/dist/esm/i18n/tr.d.ts +55 -0
- package/dist/esm/i18n/tr.js +56 -0
- package/dist/esm/i18n/uk.d.ts +55 -0
- package/dist/esm/i18n/uk.js +56 -0
- package/dist/esm/i18n/vi.d.ts +55 -0
- package/dist/esm/i18n/vi.js +56 -0
- package/dist/esm/i18n/zh.d.ts +55 -0
- package/dist/esm/i18n/zh.js +56 -0
- package/dist/esm/i18n/zh_TW.d.ts +55 -0
- package/dist/esm/i18n/zh_TW.js +56 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +55 -0
- package/dist/types/i18n/da.d.ts +55 -0
- package/dist/types/i18n/de.d.ts +55 -0
- package/dist/types/i18n/en.d.ts +55 -0
- package/dist/types/i18n/en_GB.d.ts +55 -0
- package/dist/types/i18n/en_ZZ.d.ts +55 -0
- package/dist/types/i18n/es.d.ts +55 -0
- package/dist/types/i18n/fi.d.ts +55 -0
- package/dist/types/i18n/fr.d.ts +55 -0
- package/dist/types/i18n/hr.d.ts +54 -0
- package/dist/types/i18n/hu.d.ts +55 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +55 -0
- package/dist/types/i18n/ja.d.ts +55 -0
- package/dist/types/i18n/ko.d.ts +55 -0
- package/dist/types/i18n/nb.d.ts +55 -0
- package/dist/types/i18n/nl.d.ts +55 -0
- package/dist/types/i18n/pl.d.ts +55 -0
- package/dist/types/i18n/pt_BR.d.ts +55 -0
- package/dist/types/i18n/ru.d.ts +55 -0
- package/dist/types/i18n/sl.d.ts +54 -0
- package/dist/types/i18n/sr_RS.d.ts +54 -0
- package/dist/types/i18n/sr_YR.d.ts +54 -0
- package/dist/types/i18n/sv.d.ts +55 -0
- package/dist/types/i18n/th.d.ts +55 -0
- package/dist/types/i18n/tr.d.ts +55 -0
- package/dist/types/i18n/uk.d.ts +55 -0
- package/dist/types/i18n/vi.d.ts +55 -0
- package/dist/types/i18n/zh.d.ts +55 -0
- package/dist/types/i18n/zh_TW.d.ts +55 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +57 -0
- package/i18n/da.ts +57 -0
- package/i18n/de.ts +58 -0
- package/i18n/en.ts +56 -0
- package/i18n/en_GB.ts +56 -0
- package/i18n/en_ZZ.ts +59 -0
- package/i18n/es.ts +58 -0
- package/i18n/fi.ts +58 -0
- package/i18n/fr.ts +59 -0
- package/i18n/hr.ts +56 -0
- package/i18n/hu.ts +58 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +57 -0
- package/i18n/ja.ts +57 -0
- package/i18n/ko.ts +57 -0
- package/i18n/nb.ts +58 -0
- package/i18n/nl.ts +57 -0
- package/i18n/pl.ts +57 -0
- package/i18n/pt_BR.ts +58 -0
- package/i18n/ru.ts +58 -0
- package/i18n/sl.ts +56 -0
- package/i18n/sr_RS.ts +56 -0
- package/i18n/sr_YR.ts +56 -0
- package/i18n/sv.ts +57 -0
- package/i18n/th.ts +56 -0
- package/i18n/tr.ts +57 -0
- package/i18n/uk.ts +57 -0
- package/i18n/vi.ts +58 -0
- package/i18n/zh.ts +56 -0
- package/i18n/zh_TW.ts +56 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -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
|
+
//Chinese (Simplified)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'fabric.emoji.add.custom.emoji.label': '添加您自己的表情符号',
|
|
13
|
+
'fabric.emoji.add.label': '添加表情符号',
|
|
14
|
+
'fabric.emoji.cancel.label': '取消',
|
|
15
|
+
'fabric.emoji.categories.label': '选择表情类别',
|
|
16
|
+
'fabric.emoji.categories.search.results': '搜索结果',
|
|
17
|
+
'fabric.emoji.category.activity': '活动',
|
|
18
|
+
'fabric.emoji.category.all.uploads': '所有上传',
|
|
19
|
+
'fabric.emoji.category.flags': '标记',
|
|
20
|
+
'fabric.emoji.category.foods': '食物和饮品',
|
|
21
|
+
'fabric.emoji.category.frequent': '频率',
|
|
22
|
+
'fabric.emoji.category.nature': '性质',
|
|
23
|
+
'fabric.emoji.category.objects': '对象',
|
|
24
|
+
'fabric.emoji.category.people': '人员',
|
|
25
|
+
'fabric.emoji.category.places': '旅行和地点',
|
|
26
|
+
'fabric.emoji.category.productivity': 'Atlassian 与生产力',
|
|
27
|
+
'fabric.emoji.category.symbols': '符号',
|
|
28
|
+
'fabric.emoji.category.user.uploads': '您的上传',
|
|
29
|
+
'fabric.emoji.choose.file.screenReaderDescription': '为表情选择一个文件。JPG、PNG 或 GIF。文件大小不得超过 1 MB',
|
|
30
|
+
'fabric.emoji.choose.file.title': '选择文件',
|
|
31
|
+
'fabric.emoji.delete.description': '此表情符号的所有现有实例将替换为{emojiShortName}',
|
|
32
|
+
'fabric.emoji.delete.label': '删除',
|
|
33
|
+
'fabric.emoji.delete.screenreader.tooltip': '要删除 {shortName} 表情,请按 Backspace 键',
|
|
34
|
+
'fabric.emoji.delete.title': '删除表情符号',
|
|
35
|
+
'fabric.emoji.delete.tooltip': '删除',
|
|
36
|
+
'fabric.emoji.emojipicker.emoi.roledescription': '表情按钮',
|
|
37
|
+
'fabric.emoji.emojipicker.error': '错误!',
|
|
38
|
+
'fabric.emoji.error.delete.failed': '删除失败',
|
|
39
|
+
'fabric.emoji.error.image.too.big': '选择的图像超过 1 MB',
|
|
40
|
+
'fabric.emoji.error.invalid.image': '选择的图像无效',
|
|
41
|
+
'fabric.emoji.error.upload.failed': '上传失败',
|
|
42
|
+
'fabric.emoji.error.upload.timeout': '上传已超时',
|
|
43
|
+
'fabric.emoji.image.requirements': 'JPG、PNG 或 GIF 最大为 1 MB。',
|
|
44
|
+
'fabric.emoji.name.ariaLabel': '为新表情符号输入名称',
|
|
45
|
+
'fabric.emoji.picker': '表情选择器',
|
|
46
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {搜索结果} other {表情}}',
|
|
47
|
+
'fabric.emoji.pickerlist.tabpanel': '表情操作和列表面板',
|
|
48
|
+
'fabric.emoji.placeholder': '例如,您好',
|
|
49
|
+
'fabric.emoji.preview': '您的新表情符号{emoji}看起来很棒',
|
|
50
|
+
'fabric.emoji.preview.title': '预览',
|
|
51
|
+
'fabric.emoji.retry.label': '重试',
|
|
52
|
+
'fabric.emoji.search.label': '表情名称',
|
|
53
|
+
'fabric.emoji.search.placeholder': '搜索',
|
|
54
|
+
'fabric.emoji.search.status': '查看所有表情',
|
|
55
|
+
'fabric.emoji.search.status.count': '已找到 {count} 个表情',
|
|
56
|
+
'fabric.emoji.select.skin.list.ariaLabel': '肤色选择器',
|
|
57
|
+
'fabric.emoji.select.skin.tone.ariaLabel': '选择您的肤色,已选:{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
|
+
//Chinese (Traditional)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'fabric.emoji.add.custom.emoji.label': '新增專屬的表情符號',
|
|
13
|
+
'fabric.emoji.add.label': '新增表情符號',
|
|
14
|
+
'fabric.emoji.cancel.label': '取消',
|
|
15
|
+
'fabric.emoji.categories.label': '選擇表情符號類別',
|
|
16
|
+
'fabric.emoji.categories.search.results': '搜尋結果',
|
|
17
|
+
'fabric.emoji.category.activity': '活動',
|
|
18
|
+
'fabric.emoji.category.all.uploads': '所有上傳項目',
|
|
19
|
+
'fabric.emoji.category.flags': '旗標',
|
|
20
|
+
'fabric.emoji.category.foods': '食物和飲料',
|
|
21
|
+
'fabric.emoji.category.frequent': '常用項目',
|
|
22
|
+
'fabric.emoji.category.nature': '自然',
|
|
23
|
+
'fabric.emoji.category.objects': '物體',
|
|
24
|
+
'fabric.emoji.category.people': '人員',
|
|
25
|
+
'fabric.emoji.category.places': '旅遊和地點',
|
|
26
|
+
'fabric.emoji.category.productivity': 'Atlassian 與生產力',
|
|
27
|
+
'fabric.emoji.category.symbols': '符號',
|
|
28
|
+
'fabric.emoji.category.user.uploads': '您的上傳項目',
|
|
29
|
+
'fabric.emoji.choose.file.screenReaderDescription': '選擇表情符號的檔案。JPG、PNG 或 GIF。大小上限為 1 MB',
|
|
30
|
+
'fabric.emoji.choose.file.title': '選擇檔案',
|
|
31
|
+
'fabric.emoji.delete.description': '此表情符號的所有現有執行個體都將取代為 {emojiShortName}',
|
|
32
|
+
'fabric.emoji.delete.label': '移除',
|
|
33
|
+
'fabric.emoji.delete.screenreader.tooltip': '若要刪除 {shortName} 表情符號,請按退格鍵',
|
|
34
|
+
'fabric.emoji.delete.title': '移除表情符號',
|
|
35
|
+
'fabric.emoji.delete.tooltip': '刪除',
|
|
36
|
+
'fabric.emoji.emojipicker.emoi.roledescription': '表情符號按鈕',
|
|
37
|
+
'fabric.emoji.emojipicker.error': '錯誤!',
|
|
38
|
+
'fabric.emoji.error.delete.failed': '移除失敗',
|
|
39
|
+
'fabric.emoji.error.image.too.big': '所選的影像超過 1 MB',
|
|
40
|
+
'fabric.emoji.error.invalid.image': '所選的影像無效',
|
|
41
|
+
'fabric.emoji.error.upload.failed': '上傳失敗',
|
|
42
|
+
'fabric.emoji.error.upload.timeout': '上傳逾時',
|
|
43
|
+
'fabric.emoji.image.requirements': 'JPG、PNG 或 GIF。大小上限為 1 MB。',
|
|
44
|
+
'fabric.emoji.name.ariaLabel': '請輸入新表情符號的名稱',
|
|
45
|
+
'fabric.emoji.picker': '表情符號選取器',
|
|
46
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {搜尋結果} other {表情符號}}',
|
|
47
|
+
'fabric.emoji.pickerlist.tabpanel': '表情符號動作和列表面板',
|
|
48
|
+
'fabric.emoji.placeholder': '例如您好',
|
|
49
|
+
'fabric.emoji.preview': '新的表情符號 {emoji} 看起來很棒',
|
|
50
|
+
'fabric.emoji.preview.title': '預覽',
|
|
51
|
+
'fabric.emoji.retry.label': '重試',
|
|
52
|
+
'fabric.emoji.search.label': '表情符號名稱',
|
|
53
|
+
'fabric.emoji.search.placeholder': '搜尋',
|
|
54
|
+
'fabric.emoji.search.status': '查看所有表情符號',
|
|
55
|
+
'fabric.emoji.search.status.count': '已找到 {count} 個表情符號',
|
|
56
|
+
'fabric.emoji.select.skin.list.ariaLabel': '膚色選取器',
|
|
57
|
+
'fabric.emoji.select.skin.tone.ariaLabel': '選取膚色,已選取 {selectedTone}',
|
|
58
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
// Re-export all i18n modules
|
|
18
|
+
__exportStar(require("./i18n"), exports);
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.error.upload.timeout': string;
|
|
39
|
+
'fabric.emoji.image.requirements': string;
|
|
40
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
41
|
+
'fabric.emoji.picker': string;
|
|
42
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
43
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
44
|
+
'fabric.emoji.placeholder': string;
|
|
45
|
+
'fabric.emoji.preview': string;
|
|
46
|
+
'fabric.emoji.preview.title': string;
|
|
47
|
+
'fabric.emoji.retry.label': string;
|
|
48
|
+
'fabric.emoji.search.label': string;
|
|
49
|
+
'fabric.emoji.search.placeholder': string;
|
|
50
|
+
'fabric.emoji.search.status': string;
|
|
51
|
+
'fabric.emoji.search.status.count': string;
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Přidat své vlastní emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Přidat emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Zrušit',
|
|
13
|
+
'fabric.emoji.categories.label': 'Vyberte kategorii smajlíků.',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Výsledky vyhledávání',
|
|
15
|
+
'fabric.emoji.category.activity': 'Činnosti',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Všechny nahrané položky',
|
|
17
|
+
'fabric.emoji.category.flags': 'Vlajky',
|
|
18
|
+
'fabric.emoji.category.foods': 'Jídlo a pití',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Časté',
|
|
20
|
+
'fabric.emoji.category.nature': 'Příroda',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objekty',
|
|
22
|
+
'fabric.emoji.category.people': 'Lidé',
|
|
23
|
+
'fabric.emoji.category.places': 'Cestování a místa',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian a produktivita',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symboly',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Vaše nahrané položky',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Vyberte soubor smajlíku. JPG, PNG nebo GIF. Maximální velikost je 1 MB.',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Vybrat soubor',
|
|
29
|
+
'fabric.emoji.delete.description': 'Veškeré existující výskyty tohoto emoji budou nahrazeny {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Odstranit',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Chcete-li odstranit smajlík {shortName}, stiskněte klávesu Backspace.',
|
|
32
|
+
'fabric.emoji.delete.title': 'Odstranit emoji',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Odstranit',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'tlačítko smajlíku',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Chyba',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Odstranění se nezdařilo.',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Vybraný obrázek je větší než 1 MB.',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Vybraný obrázek je neplatný.',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Nahrávání se nezdařilo',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Vypršel časový limit nahrávání',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG nebo GIF. Max. velikost je 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Zadejte název nového emotikonu',
|
|
43
|
+
'fabric.emoji.picker': 'Výběr smajlíků',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Výsledky vyhledávání} other {Smajlíky}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Panel seznamu a akcí smajlíků',
|
|
46
|
+
'fabric.emoji.placeholder': 'např. ahoj',
|
|
47
|
+
'fabric.emoji.preview': 'Vaše nové emoji {emoji} vypadá skvěle!',
|
|
48
|
+
'fabric.emoji.preview.title': 'Náhled',
|
|
49
|
+
'fabric.emoji.retry.label': 'Zkusit znovu',
|
|
50
|
+
'fabric.emoji.search.label': 'Název smajlíku',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Vyhledat',
|
|
52
|
+
'fabric.emoji.search.status': 'Zobrazují se všechny smajlíky.',
|
|
53
|
+
'fabric.emoji.search.status.count': 'Nalezené smajlíky: {count}',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Výběr odstínu pleti',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Vyberte odstín pleti, vybráno: {selectedTone}',
|
|
56
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.error.upload.timeout': string;
|
|
39
|
+
'fabric.emoji.image.requirements': string;
|
|
40
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
41
|
+
'fabric.emoji.picker': string;
|
|
42
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
43
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
44
|
+
'fabric.emoji.placeholder': string;
|
|
45
|
+
'fabric.emoji.preview': string;
|
|
46
|
+
'fabric.emoji.preview.title': string;
|
|
47
|
+
'fabric.emoji.retry.label': string;
|
|
48
|
+
'fabric.emoji.search.label': string;
|
|
49
|
+
'fabric.emoji.search.placeholder': string;
|
|
50
|
+
'fabric.emoji.search.status': string;
|
|
51
|
+
'fabric.emoji.search.status.count': string;
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Danish (Denmark)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Tilføj din egen emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Tilføj emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Annullér',
|
|
13
|
+
'fabric.emoji.categories.label': 'Vælg en emoji-kategori',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Søgeresultater',
|
|
15
|
+
'fabric.emoji.category.activity': 'Aktivitet',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Alle uploads',
|
|
17
|
+
'fabric.emoji.category.flags': 'Flag',
|
|
18
|
+
'fabric.emoji.category.foods': 'Mad og drikke',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Ofte benyttede',
|
|
20
|
+
'fabric.emoji.category.nature': 'Natur',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objekter',
|
|
22
|
+
'fabric.emoji.category.people': 'Personer',
|
|
23
|
+
'fabric.emoji.category.places': 'Rejser og steder',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian og produktivitet',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symboler',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Dine uploads',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Vælg en fil til emojien. JPG, PNG eller GIF. Maks. størrelse: 1 MB',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Vælg fil',
|
|
29
|
+
'fabric.emoji.delete.description': 'Alle eksisterende forekomster af denne emoji erstattes med {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Fjern',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': "Tryk på Tilbage for at slette {shortName}-emoji'en",
|
|
32
|
+
'fabric.emoji.delete.title': 'Fjern emoji',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Slet',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emojiknap',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Fejl!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Fjern mislykkede',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Det valgte billede er større end 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Det valgte billede er ugyldigt',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Upload mislykkedes',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Upload fik timeout',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG eller GIF. Maks. størrelse 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Angiv et navn til den nye emoji',
|
|
43
|
+
'fabric.emoji.picker': 'Emojivælger',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Søgeresultater} other {Emojis}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emoji-handlinger og listepanel',
|
|
46
|
+
'fabric.emoji.placeholder': 'fx hej',
|
|
47
|
+
'fabric.emoji.preview': 'Din nye emoji {emoji} ser flot ud',
|
|
48
|
+
'fabric.emoji.preview.title': 'Vis',
|
|
49
|
+
'fabric.emoji.retry.label': 'Prøv igen',
|
|
50
|
+
'fabric.emoji.search.label': 'Emojinavn',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Søg',
|
|
52
|
+
'fabric.emoji.search.status': 'Viser alle emojis',
|
|
53
|
+
'fabric.emoji.search.status.count': 'Fandt {count} emojis',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Hudfarvevælger',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Vælg din hudfarve, {selectedTone} valgt',
|
|
56
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.error.upload.timeout': string;
|
|
39
|
+
'fabric.emoji.image.requirements': string;
|
|
40
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
41
|
+
'fabric.emoji.picker': string;
|
|
42
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
43
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
44
|
+
'fabric.emoji.placeholder': string;
|
|
45
|
+
'fabric.emoji.preview': string;
|
|
46
|
+
'fabric.emoji.preview.title': string;
|
|
47
|
+
'fabric.emoji.retry.label': string;
|
|
48
|
+
'fabric.emoji.search.label': string;
|
|
49
|
+
'fabric.emoji.search.placeholder': string;
|
|
50
|
+
'fabric.emoji.search.status': string;
|
|
51
|
+
'fabric.emoji.search.status.count': string;
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//German (Germany)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Fügen Sie Ihr eigenes Emoji hinzu',
|
|
11
|
+
'fabric.emoji.add.label': 'Emoji hinzufügen',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Abbrechen',
|
|
13
|
+
'fabric.emoji.categories.label': 'Emoji-Kategorie auswählen',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Suchergebnisse',
|
|
15
|
+
'fabric.emoji.category.activity': 'Aktivität',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Alle Uploads',
|
|
17
|
+
'fabric.emoji.category.flags': 'Flaggen',
|
|
18
|
+
'fabric.emoji.category.foods': 'Essen und Trinken',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Häufig',
|
|
20
|
+
'fabric.emoji.category.nature': 'Natur',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objekte',
|
|
22
|
+
'fabric.emoji.category.people': 'Personen',
|
|
23
|
+
'fabric.emoji.category.places': 'Reisen und Orte',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian und Produktivität',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symbole',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Ihre Uploads',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Wählen Sie eine Datei für das Emoji. JPG, PNG oder GIF. Max. Größe: 1 MB.',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Datei auswählen',
|
|
29
|
+
'fabric.emoji.delete.description': 'Alle existierenden Instanzen dieses Emojis werden durch {emojiShortName} ersetzt',
|
|
30
|
+
'fabric.emoji.delete.label': 'Entfernen',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Wenn Sie das {shortName}-Emoji löschen möchten, drücken Sie die Rücktaste.',
|
|
32
|
+
'fabric.emoji.delete.title': 'Emoji entfernen',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Löschen',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'Emoji-Schaltfläche',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Fehler',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Entfernen fehlgeschlagen',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Das ausgewählte Bild hat mehr als 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Das ausgewählte Bild ist ungültig.',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Upload fehlgeschlagen',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Zeitlimit bei Upload überschritten',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG oder GIF. Max. Größe 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Geben Sie einen Namen für das neue Emoji ein.',
|
|
43
|
+
'fabric.emoji.picker': 'Emoji-Auswahl',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Suchergebnisse} other {Emojis}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Panel mit Emojis, Aktionen und Liste',
|
|
46
|
+
'fabric.emoji.placeholder': 'z. B. Guten Tag',
|
|
47
|
+
'fabric.emoji.preview': 'Ihr neues Emoji {emoji} sieht toll aus',
|
|
48
|
+
'fabric.emoji.preview.title': 'Vorschau',
|
|
49
|
+
'fabric.emoji.retry.label': 'Wiederholen',
|
|
50
|
+
'fabric.emoji.search.label': 'Name des Emojis',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Suchen',
|
|
52
|
+
'fabric.emoji.search.status': 'Alle Emojis werden angezeigt',
|
|
53
|
+
'fabric.emoji.search.status.count': '{count} Emojis gefunden',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Auswahl der Hautfarbe',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Wählen Sie eine Hautfarbe aus – {selectedTone} ausgewählt',
|
|
56
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.error.upload.timeout': string;
|
|
39
|
+
'fabric.emoji.image.requirements': string;
|
|
40
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
41
|
+
'fabric.emoji.picker': string;
|
|
42
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
43
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
44
|
+
'fabric.emoji.placeholder': string;
|
|
45
|
+
'fabric.emoji.preview': string;
|
|
46
|
+
'fabric.emoji.preview.title': string;
|
|
47
|
+
'fabric.emoji.retry.label': string;
|
|
48
|
+
'fabric.emoji.search.label': string;
|
|
49
|
+
'fabric.emoji.search.placeholder': string;
|
|
50
|
+
'fabric.emoji.search.status': string;
|
|
51
|
+
'fabric.emoji.search.status.count': string;
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Add your own emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Add emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Cancel',
|
|
13
|
+
'fabric.emoji.categories.label': 'Choose an emoji category',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Search results',
|
|
15
|
+
'fabric.emoji.category.activity': 'Activity',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'All uploads',
|
|
17
|
+
'fabric.emoji.category.flags': 'Flags',
|
|
18
|
+
'fabric.emoji.category.foods': 'Food & Drink',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Frequent',
|
|
20
|
+
'fabric.emoji.category.nature': 'Nature',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objects',
|
|
22
|
+
'fabric.emoji.category.people': 'People',
|
|
23
|
+
'fabric.emoji.category.places': 'Travel & Places',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian & productivity',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symbols',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Your uploads',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Choose a file for the emoji. JPG, PNG or GIF. Max size 1 MB',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Choose file',
|
|
29
|
+
'fabric.emoji.delete.description': 'All existing instances of this emoji will be replaced with {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Remove',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'To delete {shortName} emoji, press Backspace',
|
|
32
|
+
'fabric.emoji.delete.title': 'Remove emoji',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Delete',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emoji button',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Error!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Remove failed',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Selected image is more than 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Selected image is invalid',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Upload failed',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Upload timed out',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG or GIF. Max size 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Enter a name for the new emoji',
|
|
43
|
+
'fabric.emoji.picker': 'Emoji picker',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true{Search results} other{Emojis}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emojis actions and list panel',
|
|
46
|
+
'fabric.emoji.placeholder': 'e.g. hello',
|
|
47
|
+
'fabric.emoji.preview': 'Your new emoji {emoji} looks great',
|
|
48
|
+
'fabric.emoji.preview.title': 'Preview',
|
|
49
|
+
'fabric.emoji.retry.label': 'Retry',
|
|
50
|
+
'fabric.emoji.search.label': 'Emoji name',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Search',
|
|
52
|
+
'fabric.emoji.search.status': 'Seeing all emojis',
|
|
53
|
+
'fabric.emoji.search.status.count': 'Found {count} emojis',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Skin tone selector',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Choose your skin tone, {selectedTone} selected',
|
|
56
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.error.upload.timeout': string;
|
|
39
|
+
'fabric.emoji.image.requirements': string;
|
|
40
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
41
|
+
'fabric.emoji.picker': string;
|
|
42
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
43
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
44
|
+
'fabric.emoji.placeholder': string;
|
|
45
|
+
'fabric.emoji.preview': string;
|
|
46
|
+
'fabric.emoji.preview.title': string;
|
|
47
|
+
'fabric.emoji.retry.label': string;
|
|
48
|
+
'fabric.emoji.search.label': string;
|
|
49
|
+
'fabric.emoji.search.placeholder': string;
|
|
50
|
+
'fabric.emoji.search.status': string;
|
|
51
|
+
'fabric.emoji.search.status.count': string;
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|