@atlaskit/mention 22.0.1 → 22.1.1
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 +16 -0
- package/_constants/package.json +2 -2
- package/dist/cjs/api/MentionNameResolver.js +0 -2
- package/dist/cjs/api/MentionResource.js +113 -122
- package/dist/cjs/api/PresenceResource.js +1 -1
- package/dist/cjs/api/TeamMentionResource.js +102 -109
- package/dist/cjs/api/analytics.js +4 -4
- package/dist/cjs/components/LockCircleIcon/index.js +1 -1
- package/dist/cjs/components/MentionItem/index.js +2 -1
- package/dist/cjs/components/MentionList/index.js +1 -2
- package/dist/cjs/components/MentionPicker/index.js +8 -10
- package/dist/cjs/components/NoAccessTooltip/index.js +1 -1
- package/dist/cjs/components/ResourcedMentionList/index.js +2 -4
- package/dist/cjs/components/Scrollable/index.js +2 -1
- package/dist/cjs/i18n/cs.js +11 -15
- package/dist/cjs/i18n/da.js +11 -15
- package/dist/cjs/i18n/de.js +11 -15
- package/dist/cjs/i18n/en.js +11 -15
- package/dist/cjs/i18n/en_GB.js +11 -15
- package/dist/cjs/i18n/es.js +11 -15
- package/dist/cjs/i18n/fi.js +11 -15
- package/dist/cjs/i18n/fr.js +11 -15
- package/dist/cjs/i18n/hu.js +11 -15
- package/dist/cjs/i18n/it.js +11 -15
- package/dist/cjs/i18n/ja.js +11 -15
- package/dist/cjs/i18n/ko.js +11 -15
- package/dist/cjs/i18n/nb.js +11 -15
- package/dist/cjs/i18n/nl.js +11 -15
- package/dist/cjs/i18n/pl.js +11 -15
- package/dist/cjs/i18n/pt_BR.js +11 -15
- package/dist/cjs/i18n/ru.js +11 -15
- package/dist/cjs/i18n/sv.js +11 -15
- package/dist/cjs/i18n/th.js +11 -15
- package/dist/cjs/i18n/tr.js +11 -15
- package/dist/cjs/i18n/uk.js +11 -15
- package/dist/cjs/i18n/vi.js +11 -15
- package/dist/cjs/i18n/zh.js +11 -15
- package/dist/cjs/i18n/zh_TW.js +11 -15
- package/dist/cjs/types.js +16 -16
- package/dist/cjs/util/analytics.js +12 -12
- package/dist/cjs/util/i18n.js +197 -199
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/api/MentionNameResolver.js +0 -2
- package/dist/es2019/api/analytics.js +3 -3
- package/dist/es2019/components/MentionItem/index.js +2 -1
- package/dist/es2019/components/MentionList/index.js +1 -2
- package/dist/es2019/components/MentionPicker/index.js +8 -11
- package/dist/es2019/components/ResourcedMentionList/index.js +2 -6
- package/dist/es2019/components/Scrollable/index.js +2 -1
- package/dist/es2019/i18n/cs.js +11 -15
- package/dist/es2019/i18n/da.js +11 -15
- package/dist/es2019/i18n/de.js +11 -15
- package/dist/es2019/i18n/en.js +11 -15
- package/dist/es2019/i18n/en_GB.js +11 -15
- package/dist/es2019/i18n/es.js +11 -15
- package/dist/es2019/i18n/fi.js +11 -15
- package/dist/es2019/i18n/fr.js +11 -15
- package/dist/es2019/i18n/hu.js +11 -15
- package/dist/es2019/i18n/it.js +11 -15
- package/dist/es2019/i18n/ja.js +11 -15
- package/dist/es2019/i18n/ko.js +11 -15
- package/dist/es2019/i18n/nb.js +11 -15
- package/dist/es2019/i18n/nl.js +11 -15
- package/dist/es2019/i18n/pl.js +11 -15
- package/dist/es2019/i18n/pt_BR.js +11 -15
- package/dist/es2019/i18n/ru.js +11 -15
- package/dist/es2019/i18n/sv.js +11 -15
- package/dist/es2019/i18n/th.js +11 -15
- package/dist/es2019/i18n/tr.js +11 -15
- package/dist/es2019/i18n/uk.js +11 -15
- package/dist/es2019/i18n/vi.js +11 -15
- package/dist/es2019/i18n/zh.js +11 -15
- package/dist/es2019/i18n/zh_TW.js +11 -15
- package/dist/es2019/types.js +12 -12
- package/dist/es2019/util/analytics.js +9 -9
- package/dist/es2019/version.json +1 -1
- package/dist/esm/api/MentionNameResolver.js +0 -2
- package/dist/esm/api/MentionResource.js +113 -122
- package/dist/esm/api/PresenceResource.js +1 -1
- package/dist/esm/api/TeamMentionResource.js +102 -109
- package/dist/esm/api/analytics.js +3 -3
- package/dist/esm/components/MentionItem/index.js +2 -1
- package/dist/esm/components/MentionList/index.js +1 -2
- package/dist/esm/components/MentionPicker/index.js +8 -10
- package/dist/esm/components/ResourcedMentionList/index.js +2 -4
- package/dist/esm/components/Scrollable/index.js +2 -1
- package/dist/esm/i18n/cs.js +11 -15
- package/dist/esm/i18n/da.js +11 -15
- package/dist/esm/i18n/de.js +11 -15
- package/dist/esm/i18n/en.js +11 -15
- package/dist/esm/i18n/en_GB.js +11 -15
- package/dist/esm/i18n/es.js +11 -15
- package/dist/esm/i18n/fi.js +11 -15
- package/dist/esm/i18n/fr.js +11 -15
- package/dist/esm/i18n/hu.js +11 -15
- package/dist/esm/i18n/it.js +11 -15
- package/dist/esm/i18n/ja.js +11 -15
- package/dist/esm/i18n/ko.js +11 -15
- package/dist/esm/i18n/nb.js +11 -15
- package/dist/esm/i18n/nl.js +11 -15
- package/dist/esm/i18n/pl.js +11 -15
- package/dist/esm/i18n/pt_BR.js +11 -15
- package/dist/esm/i18n/ru.js +11 -15
- package/dist/esm/i18n/sv.js +11 -15
- package/dist/esm/i18n/th.js +11 -15
- package/dist/esm/i18n/tr.js +11 -15
- package/dist/esm/i18n/uk.js +11 -15
- package/dist/esm/i18n/vi.js +11 -15
- package/dist/esm/i18n/zh.js +11 -15
- package/dist/esm/i18n/zh_TW.js +11 -15
- package/dist/esm/types.js +12 -12
- package/dist/esm/util/analytics.js +9 -9
- package/dist/esm/util/i18n.js +137 -140
- package/dist/esm/version.json +1 -1
- package/dist/types/api/ContextMentionResource.d.ts +1 -1
- package/dist/types/api/analytics.d.ts +2 -2
- package/dist/types/components/Mention/index.d.ts +3 -3
- package/dist/types/components/MentionList/index.d.ts +2 -2
- package/dist/types/components/MentionPicker/index.d.ts +4 -4
- package/dist/types/components/NoAccessTooltip/main.d.ts +1 -1
- package/dist/types/components/ResourcedMentionList/index.d.ts +3 -3
- package/dist/types/config/index.d.ts +2 -2
- package/dist/types/i18n/cs.d.ts +13 -17
- package/dist/types/i18n/da.d.ts +13 -17
- package/dist/types/i18n/de.d.ts +13 -17
- package/dist/types/i18n/en.d.ts +13 -17
- package/dist/types/i18n/en_GB.d.ts +13 -17
- package/dist/types/i18n/en_ZZ.d.ts +6 -6
- package/dist/types/i18n/es.d.ts +13 -17
- package/dist/types/i18n/et.d.ts +6 -6
- package/dist/types/i18n/fi.d.ts +13 -17
- package/dist/types/i18n/fr.d.ts +13 -17
- package/dist/types/i18n/hu.d.ts +13 -17
- package/dist/types/i18n/is.d.ts +6 -6
- package/dist/types/i18n/it.d.ts +13 -17
- package/dist/types/i18n/ja.d.ts +13 -17
- package/dist/types/i18n/ko.d.ts +13 -17
- package/dist/types/i18n/languages.d.ts +6 -6
- package/dist/types/i18n/nb.d.ts +13 -17
- package/dist/types/i18n/nl.d.ts +13 -17
- package/dist/types/i18n/pl.d.ts +13 -17
- package/dist/types/i18n/pt_BR.d.ts +13 -17
- package/dist/types/i18n/pt_PT.d.ts +6 -6
- package/dist/types/i18n/ro.d.ts +6 -6
- package/dist/types/i18n/ru.d.ts +13 -17
- package/dist/types/i18n/sk.d.ts +6 -6
- package/dist/types/i18n/sv.d.ts +13 -17
- package/dist/types/i18n/th.d.ts +13 -17
- package/dist/types/i18n/tr.d.ts +13 -17
- package/dist/types/i18n/uk.d.ts +13 -17
- package/dist/types/i18n/vi.d.ts +13 -17
- package/dist/types/i18n/zh.d.ts +13 -17
- package/dist/types/i18n/zh_TW.d.ts +13 -17
- package/dist/types/types.d.ts +7 -7
- package/dist/types/util/analytics.d.ts +3 -3
- package/dist/types/util/i18n.d.ts +2 -2
- package/element/package.json +2 -2
- package/i18n/package.json +2 -2
- package/item/package.json +2 -2
- package/package.json +28 -20
- package/resource/package.json +2 -2
- package/shared-styles/package.json +2 -2
- package/team-resource/package.json +2 -2
- package/typeahead/package.json +2 -2
- package/types/package.json +2 -2
|
@@ -51,6 +51,7 @@ var MentionItem = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
51
51
|
args[_key] = arguments[_key];
|
|
52
52
|
}
|
|
53
53
|
_this = _super.call.apply(_super, [this].concat(args));
|
|
54
|
+
// internal, used for callbacks
|
|
54
55
|
_defineProperty(_assertThisInitialized(_this), "onMentionSelected", function (event) {
|
|
55
56
|
if (leftClick(event) && _this.props.onSelection) {
|
|
56
57
|
event.preventDefault();
|
|
@@ -68,7 +69,7 @@ var MentionItem = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
68
69
|
}
|
|
69
70
|
});
|
|
70
71
|
return _this;
|
|
71
|
-
}
|
|
72
|
+
}
|
|
72
73
|
_createClass(MentionItem, [{
|
|
73
74
|
key: "render",
|
|
74
75
|
value: function render() {
|
|
@@ -46,6 +46,7 @@ var MentionList = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
46
46
|
var _this;
|
|
47
47
|
_classCallCheck(this, MentionList);
|
|
48
48
|
_this = _super.call(this, props);
|
|
49
|
+
// API
|
|
49
50
|
_defineProperty(_assertThisInitialized(_this), "selectNext", function () {
|
|
50
51
|
var newIndex = wrapIndex(_this.props.mentions, _this.state.selectedIndex + 1);
|
|
51
52
|
_this.selectIndex(newIndex);
|
|
@@ -143,8 +144,6 @@ var MentionList = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
143
144
|
// integration tests. Will remove / fix once known
|
|
144
145
|
// emit(elem, mentionListRenderedEvent);
|
|
145
146
|
}
|
|
146
|
-
|
|
147
|
-
// API
|
|
148
147
|
}, {
|
|
149
148
|
key: "revealItem",
|
|
150
149
|
value:
|
|
@@ -57,6 +57,13 @@ export var MentionPicker = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
57
57
|
}
|
|
58
58
|
return 0;
|
|
59
59
|
});
|
|
60
|
+
/**
|
|
61
|
+
* Called after the 'visible' state is changed to decide whether the onOpen or onClose
|
|
62
|
+
* handlers should be called.
|
|
63
|
+
*
|
|
64
|
+
* It should be noted that the visible state of the component is not considered in
|
|
65
|
+
* this function. Instead the old state and new state should be passed as parameters.
|
|
66
|
+
*/
|
|
60
67
|
_defineProperty(_assertThisInitialized(_this), "onFilterVisibilityChange", function (oldVisibility, newVisibility) {
|
|
61
68
|
if (oldVisibility !== newVisibility) {
|
|
62
69
|
if (newVisibility) {
|
|
@@ -70,6 +77,7 @@ export var MentionPicker = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
70
77
|
}
|
|
71
78
|
}
|
|
72
79
|
});
|
|
80
|
+
// internal, used for callbacks
|
|
73
81
|
_defineProperty(_assertThisInitialized(_this), "filterChange", function (mentions, query, stats) {
|
|
74
82
|
debug('ak-mention-picker.filterChange', mentions.length);
|
|
75
83
|
var wasVisible = _this.state.visible;
|
|
@@ -151,16 +159,6 @@ export var MentionPicker = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
151
159
|
resourceProvider.unsubscribe(this.subscriberKey);
|
|
152
160
|
}
|
|
153
161
|
}
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* Called after the 'visible' state is changed to decide whether the onOpen or onClose
|
|
157
|
-
* handlers should be called.
|
|
158
|
-
*
|
|
159
|
-
* It should be noted that the visible state of the component is not considered in
|
|
160
|
-
* this function. Instead the old state and new state should be passed as parameters.
|
|
161
|
-
*/
|
|
162
|
-
|
|
163
|
-
// internal, used for callbacks
|
|
164
162
|
}, {
|
|
165
163
|
key: "render",
|
|
166
164
|
value: function render() {
|
|
@@ -45,6 +45,7 @@ export var ResourcedMentionListWithoutAnalytics = /*#__PURE__*/function (_React$
|
|
|
45
45
|
var _this;
|
|
46
46
|
_classCallCheck(this, ResourcedMentionListWithoutAnalytics);
|
|
47
47
|
_this = _super.call(this, props);
|
|
48
|
+
// API
|
|
48
49
|
_defineProperty(_assertThisInitialized(_this), "selectNext", function () {
|
|
49
50
|
if (_this.mentionListRef) {
|
|
50
51
|
_this.mentionListRef.selectNext();
|
|
@@ -76,6 +77,7 @@ export var ResourcedMentionListWithoutAnalytics = /*#__PURE__*/function (_React$
|
|
|
76
77
|
}
|
|
77
78
|
return 0;
|
|
78
79
|
});
|
|
80
|
+
// internal, used for callbacks
|
|
79
81
|
_defineProperty(_assertThisInitialized(_this), "filterChange", function (mentions) {
|
|
80
82
|
// Retain known presence
|
|
81
83
|
var currentPresences = extractPresences(_this.state.mentions);
|
|
@@ -135,8 +137,6 @@ export var ResourcedMentionListWithoutAnalytics = /*#__PURE__*/function (_React$
|
|
|
135
137
|
this.unsubscribeMentionProvider(this.props.resourceProvider);
|
|
136
138
|
this.unsubscribePresenceProvider(this.props.presenceProvider);
|
|
137
139
|
}
|
|
138
|
-
|
|
139
|
-
// API
|
|
140
140
|
}, {
|
|
141
141
|
key: "subscribeMentionProvider",
|
|
142
142
|
value:
|
|
@@ -206,8 +206,6 @@ export var ResourcedMentionListWithoutAnalytics = /*#__PURE__*/function (_React$
|
|
|
206
206
|
this.props.presenceProvider.refreshPresence(ids);
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
|
|
210
|
-
// internal, used for callbacks
|
|
211
209
|
}, {
|
|
212
210
|
key: "render",
|
|
213
211
|
value: function render() {
|
|
@@ -20,6 +20,7 @@ var Scrollable = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
20
20
|
args[_key] = arguments[_key];
|
|
21
21
|
}
|
|
22
22
|
_this = _super.call.apply(_super, [this].concat(args));
|
|
23
|
+
// API
|
|
23
24
|
_defineProperty(_assertThisInitialized(_this), "reveal", function (child) {
|
|
24
25
|
if (child && _this.scrollableDiv) {
|
|
25
26
|
var childNode = findDOMNode(child);
|
|
@@ -38,7 +39,7 @@ var Scrollable = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
38
39
|
_this.scrollableDiv = ref;
|
|
39
40
|
});
|
|
40
41
|
return _this;
|
|
41
|
-
}
|
|
42
|
+
}
|
|
42
43
|
_createClass(Scrollable, [{
|
|
43
44
|
key: "render",
|
|
44
45
|
value: function render() {
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Czech
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Zkuste se odhlásit a znovu přihlásit",
|
|
22
|
-
"fabric.mention.noAccess.label": "Žádný přístup",
|
|
23
|
-
"fabric.mention.noAccess.warning": "Uživatel {name} nebude informován, protože nemá přístup",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Neznámý uživatel {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Tým • 50 a více členů',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Tým • 50 a více členů včetně vás',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Tým • 1 člen} few {Tým • {0} členové} many {Tým • {0} člena} other {Tým • {0} členů}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Tým • 1 člen včetně vás} few {Tým • {0} členové včetně vás} many {Tým • {0} člena včetně vás} other {Tým • {0} členů včetně vás}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Zkuste to znovu za pár sekund',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': 'Něco se pokazilo',
|
|
16
|
+
'fabric.mention.error.differentText': 'Zkuste zadat jiný text',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Zkuste se odhlásit a znovu přihlásit',
|
|
18
|
+
'fabric.mention.noAccess.label': 'Žádný přístup',
|
|
19
|
+
'fabric.mention.noAccess.warning': 'Uživatel {name} nebude informován, protože nemá přístup',
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Neznámý uživatel {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Danish (Denmark)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Prøv at logge ud og derefter ind igen",
|
|
22
|
-
"fabric.mention.noAccess.label": "Ingen adgang",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name} får ikke besked, da personen ikke har adgang",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Ukendt bruger {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • Over 50 medlemmer',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • Over 50 medlemmer, inklusive dig',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 medlem} other {Team • {0} medlemmer}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 medlem, inklusive dig} other {Team • {0} medlemmer, inklusive dig}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Prøv igen om nogle sekunder',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': 'Noget gik galt',
|
|
16
|
+
'fabric.mention.error.differentText': 'Prøv at indtaste en anden tekst',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Prøv at logge ud og derefter ind igen',
|
|
18
|
+
'fabric.mention.noAccess.label': 'Ingen adgang',
|
|
19
|
+
'fabric.mention.noAccess.warning': '{name} får ikke besked, da personen ikke har adgang',
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Ukendt bruger {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//German (Germany)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Loggen Sie sich aus und wieder ein.",
|
|
22
|
-
"fabric.mention.noAccess.label": "Kein Zugriff",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name} wird nicht benachrichtigt, da diese Person keinen Zugriff besitzt.",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Unbekannter Benutzer {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • über 50 Mitglieder',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • über 50 Mitglieder, einschließlich Ihnen',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 Mitglied} other {Team • {0} Mitglieder}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 Mitglied, einschließlich Ihnen} other {Team • {0} Mitglieder, einschließlich Ihnen}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Versuchen Sie es in ein paar Sekunden erneut.',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': 'Irgendetwas ist schiefgelaufen',
|
|
16
|
+
'fabric.mention.error.differentText': 'Versuchen Sie, einen anderen Text einzugeben.',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Loggen Sie sich aus und wieder ein.',
|
|
18
|
+
'fabric.mention.noAccess.label': 'Kein Zugriff',
|
|
19
|
+
'fabric.mention.noAccess.warning': '{name} wird nicht benachrichtigt, da diese Person keinen Zugriff besitzt.',
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Unbekannter Benutzer {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Try logging out then in again",
|
|
22
|
-
"fabric.mention.noAccess.label": "No access",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name} won't be notified as they have no access",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Unknown user {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
16
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
18
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
19
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Try logging out then in again",
|
|
22
|
-
"fabric.mention.noAccess.label": "No access",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name} won't be notified as they have no access",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Unknown user {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
16
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
18
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
19
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Spanish (International)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Prueba a cerrar y abrir sesión de nuevo",
|
|
22
|
-
"fabric.mention.noAccess.label": "Sin acceso",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name} no recibirá una notificación porque no tiene acceso",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Usuario desconocido {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Equipo • Más de 50 miembros',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Equipo • Más de 50 miembros, incluyéndote a ti',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Equipo • 1 miembro} other {Equipo • {0} miembros}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Equipo • 1 miembro, incluyéndote a ti} other {Equipo • {0} miembros, incluyéndote a ti}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Vuelve a intentarlo en unos segundos',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': 'Algo ha ido mal',
|
|
16
|
+
'fabric.mention.error.differentText': 'Prueba a escribir otro texto',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Prueba a cerrar y abrir sesión de nuevo',
|
|
18
|
+
'fabric.mention.noAccess.label': 'Sin acceso',
|
|
19
|
+
'fabric.mention.noAccess.warning': '{name} no recibirá una notificación porque no tiene acceso',
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Usuario desconocido {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Finnish
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Kirjaudu ulos ja sitten uudelleen sisään",
|
|
22
|
-
"fabric.mention.noAccess.label": "Ei pääsyä",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name} ei saa ilmoitusta, koska hänellä ei ole pääsyä",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Tuntematon käyttäjä {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Tiimi • 50+ jäsentä',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Tiimi • 50+ jäsentä sinä mukaan lukien',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Tiimi • 1 jäsen} other {Tiimi • {0} jäsentä}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Tiimi • 1 jäsen sinä mukaan lukien} other {Tiimi • {0} jäsentä sinä mukaan lukien}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Yritä uudelleen hetken kuluttua',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': 'Jotain meni pieleen',
|
|
16
|
+
'fabric.mention.error.differentText': 'Kirjoita eri teksti',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Kirjaudu ulos ja sitten uudelleen sisään',
|
|
18
|
+
'fabric.mention.noAccess.label': 'Ei pääsyä',
|
|
19
|
+
'fabric.mention.noAccess.warning': '{name} ei saa ilmoitusta, koska hänellä ei ole pääsyä',
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Tuntematon käyttäjä {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//French (France)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Essayez de vous déconnecter et de vous reconnecter",
|
|
22
|
-
"fabric.mention.noAccess.label": "Aucun accès",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name} ne sera pas prévenu, car cet utilisateur n'a pas d'accès",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Utilisateur inconnu {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Équipe • Plus de 50 membres',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Équipe • Plus de 50 membres, dont vous',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Équipe • 1 membre} other {Équipe • {0} membres}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Équipe • 1 membre, dont vous} other {Équipe • {0} membres, dont vous}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Réessayez dans quelques secondes',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': "Une erreur s'est produite",
|
|
16
|
+
'fabric.mention.error.differentText': 'Essayer de modifier le texte',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Essayez de vous déconnecter et de vous reconnecter',
|
|
18
|
+
'fabric.mention.noAccess.label': 'Aucun accès',
|
|
19
|
+
'fabric.mention.noAccess.warning': "{name} ne sera pas prévenu, car cet utilisateur n'a pas d'accès",
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Utilisateur inconnu {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Hungarian
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Próbáljon meg kijelentkezni, majd újból bejelentkezni.",
|
|
22
|
-
"fabric.mention.noAccess.label": "Nincs hozzáférés",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name} nem kap értesítést, mert nincs hozzáférése.",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Ismeretlen felhasználó: {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Csapat • 50+ tag',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Csapat • 50+ tag veled együtt',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Csapat • 1 tag} other {Csapat • {0} tag}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Csapat • 1 tag veled együtt} other {Csapat • {0} tag veled együtt}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Néhány másodperc múlva próbálja meg újból.',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': 'Hiba történt.',
|
|
16
|
+
'fabric.mention.error.differentText': 'Próbáljon meg más szöveget beírni.',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Próbáljon meg kijelentkezni, majd újból bejelentkezni.',
|
|
18
|
+
'fabric.mention.noAccess.label': 'Nincs hozzáférés',
|
|
19
|
+
'fabric.mention.noAccess.warning': '{name} nem kap értesítést, mert nincs hozzáférése.',
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Ismeretlen felhasználó: {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Italian (Italy)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Prova a uscire e ad accedere di nuovo",
|
|
22
|
-
"fabric.mention.noAccess.label": "Nessun accesso",
|
|
23
|
-
"fabric.mention.noAccess.warning": "A {name} non verrà inviata una notifica poiché non ha accesso",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Utente {userId} sconosciuto"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ membri',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ membri, te compreso',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 membro} other {Team • {0} membri}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 membro, te compreso} other {Team • {0} membri, te compreso}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Riprova tra qualche secondo',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': 'Si è verificato un errore',
|
|
16
|
+
'fabric.mention.error.differentText': 'Prova a inserire un testo diverso',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Prova a uscire e ad accedere di nuovo',
|
|
18
|
+
'fabric.mention.noAccess.label': 'Nessun accesso',
|
|
19
|
+
'fabric.mention.noAccess.warning': 'A {name} non verrà inviata una notifica poiché non ha accesso',
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Utente {userId} sconosciuto'
|
|
25
21
|
};
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Japanese
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "一度ログアウトしてからもう一度ログインしてみてください",
|
|
22
|
-
"fabric.mention.noAccess.label": "アクセス権限がありません",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name} さんはアクセス権限がないため、通知されません",
|
|
24
|
-
"fabric.mention.unknow.user.error": "不明なユーザー: {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'チーム • 50 人以上のメンバー',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'チーム • あなたを含む 50 人以上のメンバー',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, other {チーム • {0} 人のメンバー}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, other {チーム • あなたを含む {0} 人のメンバー}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': '数秒後にもう一度お試しください',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': '問題が発生しました',
|
|
16
|
+
'fabric.mention.error.differentText': '別のテキストを入力してください',
|
|
17
|
+
'fabric.mention.error.loginAgain': '一度ログアウトしてからもう一度ログインしてみてください',
|
|
18
|
+
'fabric.mention.noAccess.label': 'アクセス権限がありません',
|
|
19
|
+
'fabric.mention.noAccess.warning': '{name} さんはアクセス権限がないため、通知されません',
|
|
20
|
+
'fabric.mention.unknow.user.error': '不明なユーザー: {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Korean
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "로그아웃한 다음 다시 로그인해 보십시오",
|
|
22
|
-
"fabric.mention.noAccess.label": "액세스 권한 없음",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name}은(는) 액세스 권한이 없어 알림을 받지 못합니다",
|
|
24
|
-
"fabric.mention.unknow.user.error": "알 수 없는 사용자 {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': '팀 • 구성원 50명 이상',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': '팀 • 자신을 포함하여 구성원 50명 이상',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, other {팀 • 구성원 {0}명}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, other {팀 • 자신을 포함하여 구성원 {0}명}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': '몇 초 후에 다시 시도하십시오',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': '문제가 발생했습니다',
|
|
16
|
+
'fabric.mention.error.differentText': '다른 텍스트를 입력해 보십시오',
|
|
17
|
+
'fabric.mention.error.loginAgain': '로그아웃한 다음 다시 로그인해 보십시오',
|
|
18
|
+
'fabric.mention.noAccess.label': '액세스 권한 없음',
|
|
19
|
+
'fabric.mention.noAccess.warning': '{name}은(는) 액세스 권한이 없어 알림을 받지 못합니다',
|
|
20
|
+
'fabric.mention.unknow.user.error': '알 수 없는 사용자 {userId}'
|
|
25
21
|
};
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -7,19 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Norwegian (Bokmål)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"fabric.mention.error.loginAgain": "Prøv å logge av og deretter på igjen",
|
|
22
|
-
"fabric.mention.noAccess.label": "Ingen tilgang",
|
|
23
|
-
"fabric.mention.noAccess.warning": "{name} blir ikke varslet, da de ikke har tilgang",
|
|
24
|
-
"fabric.mention.unknow.user.error": "Ukjent bruker {userId}"
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • flere enn 50 medlemmer',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • flere enn 50 medlemmer, inkludert deg',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 medlem} other {Team • {0} medlemmer}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 medlem, inkludert deg} other {Team • {0} medlemmer, inkludert deg}}',
|
|
14
|
+
'fabric.mention.error.defaultAction': 'Prøv igjen om noen øyeblikk',
|
|
15
|
+
'fabric.mention.error.defaultHeadline': 'Det oppsto en feil',
|
|
16
|
+
'fabric.mention.error.differentText': 'Prøv med å skrive inn annen tekst',
|
|
17
|
+
'fabric.mention.error.loginAgain': 'Prøv å logge av og deretter på igjen',
|
|
18
|
+
'fabric.mention.noAccess.label': 'Ingen tilgang',
|
|
19
|
+
'fabric.mention.noAccess.warning': '{name} blir ikke varslet, da de ikke har tilgang',
|
|
20
|
+
'fabric.mention.unknow.user.error': 'Ukjent bruker {userId}'
|
|
25
21
|
};
|