@atlaskit/reactions 33.8.1 → 33.8.3
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/CHANGELOG.md +13 -0
- package/afm-cc/tsconfig.json +2 -1
- package/afm-jira/tsconfig.json +2 -1
- package/afm-products/tsconfig.json +2 -1
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/i18n/cs.js +21 -3
- package/dist/cjs/i18n/da.js +21 -3
- package/dist/cjs/i18n/de.js +20 -3
- package/dist/cjs/i18n/en.js +21 -3
- package/dist/cjs/i18n/en_GB.js +21 -3
- package/dist/cjs/i18n/en_ZZ.js +21 -3
- package/dist/cjs/i18n/es.js +21 -3
- package/dist/cjs/i18n/fi.js +20 -3
- package/dist/cjs/i18n/fr.js +21 -3
- package/dist/cjs/i18n/hu.js +21 -3
- package/dist/cjs/i18n/it.js +21 -3
- package/dist/cjs/i18n/ja.js +21 -3
- package/dist/cjs/i18n/ko.js +20 -3
- package/dist/cjs/i18n/nb.js +20 -3
- package/dist/cjs/i18n/nl.js +21 -3
- package/dist/cjs/i18n/pl.js +21 -3
- package/dist/cjs/i18n/pt_BR.js +21 -3
- package/dist/cjs/i18n/ru.js +20 -3
- package/dist/cjs/i18n/sv.js +21 -3
- package/dist/cjs/i18n/th.js +21 -3
- package/dist/cjs/i18n/tr.js +21 -3
- package/dist/cjs/i18n/uk.js +21 -3
- package/dist/cjs/i18n/vi.js +21 -3
- package/dist/cjs/i18n/zh.js +21 -3
- package/dist/cjs/i18n/zh_TW.js +20 -3
- package/dist/cjs/shared/i18n.js +1 -0
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/i18n/cs.js +21 -3
- package/dist/es2019/i18n/da.js +21 -3
- package/dist/es2019/i18n/de.js +20 -3
- package/dist/es2019/i18n/en.js +21 -3
- package/dist/es2019/i18n/en_GB.js +21 -3
- package/dist/es2019/i18n/en_ZZ.js +21 -3
- package/dist/es2019/i18n/es.js +21 -3
- package/dist/es2019/i18n/fi.js +20 -3
- package/dist/es2019/i18n/fr.js +21 -3
- package/dist/es2019/i18n/hu.js +21 -3
- package/dist/es2019/i18n/it.js +21 -3
- package/dist/es2019/i18n/ja.js +21 -3
- package/dist/es2019/i18n/ko.js +20 -3
- package/dist/es2019/i18n/nb.js +20 -3
- package/dist/es2019/i18n/nl.js +21 -3
- package/dist/es2019/i18n/pl.js +21 -3
- package/dist/es2019/i18n/pt_BR.js +21 -3
- package/dist/es2019/i18n/ru.js +20 -3
- package/dist/es2019/i18n/sv.js +21 -3
- package/dist/es2019/i18n/th.js +21 -3
- package/dist/es2019/i18n/tr.js +21 -3
- package/dist/es2019/i18n/uk.js +21 -3
- package/dist/es2019/i18n/vi.js +21 -3
- package/dist/es2019/i18n/zh.js +21 -3
- package/dist/es2019/i18n/zh_TW.js +20 -3
- package/dist/es2019/shared/i18n.js +1 -0
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/i18n/cs.js +21 -3
- package/dist/esm/i18n/da.js +21 -3
- package/dist/esm/i18n/de.js +20 -3
- package/dist/esm/i18n/en.js +21 -3
- package/dist/esm/i18n/en_GB.js +21 -3
- package/dist/esm/i18n/en_ZZ.js +21 -3
- package/dist/esm/i18n/es.js +21 -3
- package/dist/esm/i18n/fi.js +20 -3
- package/dist/esm/i18n/fr.js +21 -3
- package/dist/esm/i18n/hu.js +21 -3
- package/dist/esm/i18n/it.js +21 -3
- package/dist/esm/i18n/ja.js +21 -3
- package/dist/esm/i18n/ko.js +20 -3
- package/dist/esm/i18n/nb.js +20 -3
- package/dist/esm/i18n/nl.js +21 -3
- package/dist/esm/i18n/pl.js +21 -3
- package/dist/esm/i18n/pt_BR.js +21 -3
- package/dist/esm/i18n/ru.js +20 -3
- package/dist/esm/i18n/sv.js +21 -3
- package/dist/esm/i18n/th.js +21 -3
- package/dist/esm/i18n/tr.js +21 -3
- package/dist/esm/i18n/uk.js +21 -3
- package/dist/esm/i18n/vi.js +21 -3
- package/dist/esm/i18n/zh.js +21 -3
- package/dist/esm/i18n/zh_TW.js +20 -3
- package/dist/esm/shared/i18n.js +1 -0
- package/dist/types/i18n/cs.d.ts +21 -2
- package/dist/types/i18n/da.d.ts +21 -2
- package/dist/types/i18n/de.d.ts +20 -2
- package/dist/types/i18n/en.d.ts +21 -2
- package/dist/types/i18n/en_GB.d.ts +21 -2
- package/dist/types/i18n/en_ZZ.d.ts +21 -2
- package/dist/types/i18n/es.d.ts +21 -2
- package/dist/types/i18n/fi.d.ts +20 -2
- package/dist/types/i18n/fr.d.ts +21 -2
- package/dist/types/i18n/hu.d.ts +21 -2
- package/dist/types/i18n/it.d.ts +21 -2
- package/dist/types/i18n/ja.d.ts +21 -2
- package/dist/types/i18n/ko.d.ts +20 -2
- package/dist/types/i18n/nb.d.ts +20 -2
- package/dist/types/i18n/nl.d.ts +21 -2
- package/dist/types/i18n/pl.d.ts +21 -2
- package/dist/types/i18n/pt_BR.d.ts +21 -2
- package/dist/types/i18n/ru.d.ts +20 -2
- package/dist/types/i18n/sv.d.ts +21 -2
- package/dist/types/i18n/th.d.ts +21 -2
- package/dist/types/i18n/tr.d.ts +21 -2
- package/dist/types/i18n/uk.d.ts +21 -2
- package/dist/types/i18n/vi.d.ts +21 -2
- package/dist/types/i18n/zh.d.ts +21 -2
- package/dist/types/i18n/zh_TW.d.ts +20 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +21 -2
- package/dist/types-ts4.5/i18n/da.d.ts +21 -2
- package/dist/types-ts4.5/i18n/de.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en.d.ts +21 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +21 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +21 -2
- package/dist/types-ts4.5/i18n/es.d.ts +21 -2
- package/dist/types-ts4.5/i18n/fi.d.ts +20 -2
- package/dist/types-ts4.5/i18n/fr.d.ts +21 -2
- package/dist/types-ts4.5/i18n/hu.d.ts +21 -2
- package/dist/types-ts4.5/i18n/it.d.ts +21 -2
- package/dist/types-ts4.5/i18n/ja.d.ts +21 -2
- package/dist/types-ts4.5/i18n/ko.d.ts +20 -2
- package/dist/types-ts4.5/i18n/nb.d.ts +20 -2
- package/dist/types-ts4.5/i18n/nl.d.ts +21 -2
- package/dist/types-ts4.5/i18n/pl.d.ts +21 -2
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +21 -2
- package/dist/types-ts4.5/i18n/ru.d.ts +20 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +21 -2
- package/dist/types-ts4.5/i18n/th.d.ts +21 -2
- package/dist/types-ts4.5/i18n/tr.d.ts +21 -2
- package/dist/types-ts4.5/i18n/uk.d.ts +21 -2
- package/dist/types-ts4.5/i18n/vi.d.ts +21 -2
- package/dist/types-ts4.5/i18n/zh.d.ts +21 -2
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +20 -2
- package/package.json +10 -10
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -5,6 +5,24 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
//Chinese (Simplified)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.reactions.add': '添加反应',
|
|
11
|
+
'fabric.reactions.add.new': '新增',
|
|
12
|
+
'fabric.reactions.error.unexpected': '反应暂时不可用',
|
|
13
|
+
'fabric.reactions.loading': '正在加载...',
|
|
14
|
+
'fabric.reactions.more.emojis': '更多表情',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, other {以及其他 {count} 个人}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': '使用 {emoji} 表情回应',
|
|
17
|
+
'fabric.reactions.reactwithemojiandcount': '{count, plural, other {{count,number} 个 {emoji} 表情。使用 {emoji} 表情回应}}',
|
|
18
|
+
'fabric.reactions.summary': '查看所有用户回应',
|
|
19
|
+
'reaction-picker-trigger.add.reaction.message': '添加反应',
|
|
20
|
+
'reactions-reaction.picker-label': '添加回应',
|
|
21
|
+
'reactions.dialog.close': '关闭',
|
|
22
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
23
|
+
'reactions.dialog.left.navigate': '向左导航',
|
|
24
|
+
'reactions.dialog.reactions.count': '{count, plural, other {共 {count,number} 条回应}}',
|
|
25
|
+
'reactions.dialog.right.navigate': '向右导航',
|
|
26
|
+
'reactions.dialog.viewall': '查看全部',
|
|
27
|
+
'reactions.dialog.viewall.tooltip': '查看所有用户反应'
|
|
28
|
+
};
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -5,6 +5,23 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
//Chinese (Traditional)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.reactions.add': '新增反應',
|
|
11
|
+
'fabric.reactions.add.new': '新增',
|
|
12
|
+
'fabric.reactions.error.unexpected': '暫時無法使用回覆功能',
|
|
13
|
+
'fabric.reactions.loading': '正在載入...',
|
|
14
|
+
'fabric.reactions.more.emojis': '更多表情符號',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, other {還有其他 {count} 個}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': '使用 {emoji} 表情符號回應',
|
|
17
|
+
'fabric.reactions.reactwithemojiandcount': '{count, plural, other {{count,number} 個 {emoji} 表情符號。使用 {emoji} 表情符號回應}}',
|
|
18
|
+
'fabric.reactions.summary': '檢視所有使用者的回應',
|
|
19
|
+
'reaction-picker-trigger.add.reaction.message': '新增回應',
|
|
20
|
+
'reactions-reaction.picker-label': '新增回應',
|
|
21
|
+
'reactions.dialog.close': '關閉',
|
|
22
|
+
'reactions.dialog.left.navigate': '左側導覽',
|
|
23
|
+
'reactions.dialog.reactions.count': '{count, plural, other {{count,number} 個回應總計}}',
|
|
24
|
+
'reactions.dialog.right.navigate': '右側導覽',
|
|
25
|
+
'reactions.dialog.viewall': '查看全部',
|
|
26
|
+
'reactions.dialog.viewall.tooltip': '檢視所有使用者的回應'
|
|
27
|
+
};
|
package/dist/esm/shared/i18n.js
CHANGED
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.left.navigate': string;
|
|
21
|
+
'reactions.dialog.reactions.count': string;
|
|
22
|
+
'reactions.dialog.right.navigate': string;
|
|
23
|
+
'reactions.dialog.viewall': string;
|
|
24
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.left.navigate': string;
|
|
21
|
+
'reactions.dialog.reactions.count': string;
|
|
22
|
+
'reactions.dialog.right.navigate': string;
|
|
23
|
+
'reactions.dialog.viewall': string;
|
|
24
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.left.navigate': string;
|
|
21
|
+
'reactions.dialog.reactions.count': string;
|
|
22
|
+
'reactions.dialog.right.navigate': string;
|
|
23
|
+
'reactions.dialog.viewall': string;
|
|
24
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.left.navigate': string;
|
|
21
|
+
'reactions.dialog.reactions.count': string;
|
|
22
|
+
'reactions.dialog.right.navigate': string;
|
|
23
|
+
'reactions.dialog.viewall': string;
|
|
24
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -4,5 +4,23 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.left.navigate': string;
|
|
21
|
+
'reactions.dialog.reactions.count': string;
|
|
22
|
+
'reactions.dialog.right.navigate': string;
|
|
23
|
+
'reactions.dialog.viewall': string;
|
|
24
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -4,5 +4,24 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.add.new': string;
|
|
10
|
+
'fabric.reactions.error.unexpected': string;
|
|
11
|
+
'fabric.reactions.loading': string;
|
|
12
|
+
'fabric.reactions.more.emojis': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
+
'fabric.reactions.summary': string;
|
|
17
|
+
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
+
'reactions-reaction.picker-label': string;
|
|
19
|
+
'reactions.dialog.close': string;
|
|
20
|
+
'reactions.dialog.emoji.name': string;
|
|
21
|
+
'reactions.dialog.left.navigate': string;
|
|
22
|
+
'reactions.dialog.reactions.count': string;
|
|
23
|
+
'reactions.dialog.right.navigate': string;
|
|
24
|
+
'reactions.dialog.viewall': string;
|
|
25
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|