@atlaskit/reactions 22.0.4 → 22.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/CHANGELOG.md +16 -0
- package/dist/cjs/components/Reaction/styles.js +1 -1
- package/dist/cjs/components/ReactionPicker/ReactionPicker.js +4 -4
- package/dist/cjs/components/ReactionPicker/styles.js +1 -2
- package/dist/cjs/components/Reactions/Reactions.js +6 -5
- package/dist/cjs/components/Reactions/styles.js +9 -7
- package/dist/cjs/components/Trigger/styles.js +10 -5
- package/dist/cjs/hooks/useClickAway.js +4 -2
- package/dist/cjs/i18n/cs.js +12 -3
- package/dist/cjs/i18n/da.js +12 -3
- package/dist/cjs/i18n/de.js +12 -3
- package/dist/cjs/i18n/en.js +21 -4
- package/dist/cjs/i18n/en_GB.js +21 -4
- package/dist/cjs/i18n/en_ZZ.js +13 -3
- package/dist/cjs/i18n/es.js +12 -3
- package/dist/cjs/i18n/et.js +1 -2
- package/dist/cjs/i18n/fi.js +12 -3
- package/dist/cjs/i18n/fr.js +12 -3
- package/dist/cjs/i18n/hu.js +12 -3
- package/dist/cjs/i18n/it.js +12 -3
- package/dist/cjs/i18n/ja.js +12 -3
- package/dist/cjs/i18n/ko.js +12 -3
- package/dist/cjs/i18n/nb.js +12 -3
- package/dist/cjs/i18n/nl.js +12 -3
- package/dist/cjs/i18n/pl.js +12 -3
- package/dist/cjs/i18n/pt_BR.js +12 -3
- package/dist/cjs/i18n/pt_PT.js +1 -2
- package/dist/cjs/i18n/ru.js +12 -3
- package/dist/cjs/i18n/sk.js +1 -2
- package/dist/cjs/i18n/sv.js +12 -3
- package/dist/cjs/i18n/th.js +12 -3
- package/dist/cjs/i18n/tr.js +12 -3
- package/dist/cjs/i18n/uk.js +12 -3
- package/dist/cjs/i18n/vi.js +12 -3
- package/dist/cjs/i18n/zh.js +12 -3
- package/dist/cjs/i18n/zh_TW.js +12 -3
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/Reaction/styles.js +1 -1
- package/dist/es2019/components/ReactionPicker/ReactionPicker.js +4 -4
- package/dist/es2019/components/ReactionPicker/styles.js +1 -2
- package/dist/es2019/components/Reactions/Reactions.js +5 -5
- package/dist/es2019/components/Reactions/styles.js +7 -5
- package/dist/es2019/components/Trigger/styles.js +9 -5
- package/dist/es2019/hooks/useClickAway.js +4 -3
- package/dist/es2019/i18n/cs.js +12 -3
- package/dist/es2019/i18n/da.js +12 -3
- package/dist/es2019/i18n/de.js +12 -3
- package/dist/es2019/i18n/en.js +20 -4
- package/dist/es2019/i18n/en_GB.js +20 -4
- package/dist/es2019/i18n/en_ZZ.js +13 -3
- package/dist/es2019/i18n/es.js +12 -3
- package/dist/es2019/i18n/et.js +1 -2
- package/dist/es2019/i18n/fi.js +12 -3
- package/dist/es2019/i18n/fr.js +12 -3
- package/dist/es2019/i18n/hu.js +12 -3
- package/dist/es2019/i18n/it.js +12 -3
- package/dist/es2019/i18n/ja.js +12 -3
- package/dist/es2019/i18n/ko.js +12 -3
- package/dist/es2019/i18n/nb.js +12 -3
- package/dist/es2019/i18n/nl.js +12 -3
- package/dist/es2019/i18n/pl.js +12 -3
- package/dist/es2019/i18n/pt_BR.js +12 -3
- package/dist/es2019/i18n/pt_PT.js +1 -2
- package/dist/es2019/i18n/ru.js +12 -3
- package/dist/es2019/i18n/sk.js +1 -2
- package/dist/es2019/i18n/sv.js +12 -3
- package/dist/es2019/i18n/th.js +12 -3
- package/dist/es2019/i18n/tr.js +12 -3
- package/dist/es2019/i18n/uk.js +12 -3
- package/dist/es2019/i18n/vi.js +12 -3
- package/dist/es2019/i18n/zh.js +12 -3
- package/dist/es2019/i18n/zh_TW.js +12 -3
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/Reaction/styles.js +1 -1
- package/dist/esm/components/ReactionPicker/ReactionPicker.js +4 -4
- package/dist/esm/components/ReactionPicker/styles.js +1 -2
- package/dist/esm/components/Reactions/Reactions.js +6 -5
- package/dist/esm/components/Reactions/styles.js +7 -5
- package/dist/esm/components/Trigger/styles.js +9 -5
- package/dist/esm/hooks/useClickAway.js +4 -2
- package/dist/esm/i18n/cs.js +12 -3
- package/dist/esm/i18n/da.js +12 -3
- package/dist/esm/i18n/de.js +12 -3
- package/dist/esm/i18n/en.js +20 -4
- package/dist/esm/i18n/en_GB.js +20 -4
- package/dist/esm/i18n/en_ZZ.js +13 -3
- package/dist/esm/i18n/es.js +12 -3
- package/dist/esm/i18n/et.js +1 -2
- package/dist/esm/i18n/fi.js +12 -3
- package/dist/esm/i18n/fr.js +12 -3
- package/dist/esm/i18n/hu.js +12 -3
- package/dist/esm/i18n/it.js +12 -3
- package/dist/esm/i18n/ja.js +12 -3
- package/dist/esm/i18n/ko.js +12 -3
- package/dist/esm/i18n/nb.js +12 -3
- package/dist/esm/i18n/nl.js +12 -3
- package/dist/esm/i18n/pl.js +12 -3
- package/dist/esm/i18n/pt_BR.js +12 -3
- package/dist/esm/i18n/pt_PT.js +1 -2
- package/dist/esm/i18n/ru.js +12 -3
- package/dist/esm/i18n/sk.js +1 -2
- package/dist/esm/i18n/sv.js +12 -3
- package/dist/esm/i18n/th.js +12 -3
- package/dist/esm/i18n/tr.js +12 -3
- package/dist/esm/i18n/uk.js +12 -3
- package/dist/esm/i18n/vi.js +12 -3
- package/dist/esm/i18n/zh.js +12 -3
- package/dist/esm/i18n/zh_TW.js +12 -3
- package/dist/esm/version.json +1 -1
- package/dist/types/components/Reactions/Reactions.d.ts +1 -1
- package/dist/types/components/Reactions/styles.d.ts +1 -1
- package/dist/types/containers/ConnectedReactionsView/ConnectedReactionsView.d.ts +1 -1
- package/dist/types/hooks/useClickAway.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +10 -1
- package/dist/types/i18n/da.d.ts +10 -1
- package/dist/types/i18n/de.d.ts +10 -1
- package/dist/types/i18n/en.d.ts +18 -2
- package/dist/types/i18n/en_GB.d.ts +18 -2
- package/dist/types/i18n/en_ZZ.d.ts +11 -1
- package/dist/types/i18n/es.d.ts +10 -1
- package/dist/types/i18n/et.d.ts +0 -1
- package/dist/types/i18n/fi.d.ts +10 -1
- package/dist/types/i18n/fr.d.ts +10 -1
- package/dist/types/i18n/hu.d.ts +10 -1
- package/dist/types/i18n/it.d.ts +10 -1
- package/dist/types/i18n/ja.d.ts +10 -1
- package/dist/types/i18n/ko.d.ts +10 -1
- package/dist/types/i18n/nb.d.ts +10 -1
- package/dist/types/i18n/nl.d.ts +10 -1
- package/dist/types/i18n/pl.d.ts +10 -1
- package/dist/types/i18n/pt_BR.d.ts +10 -1
- package/dist/types/i18n/pt_PT.d.ts +0 -1
- package/dist/types/i18n/ru.d.ts +10 -1
- package/dist/types/i18n/sk.d.ts +0 -1
- package/dist/types/i18n/sv.d.ts +10 -1
- package/dist/types/i18n/th.d.ts +10 -1
- package/dist/types/i18n/tr.d.ts +10 -1
- package/dist/types/i18n/uk.d.ts +10 -1
- package/dist/types/i18n/vi.d.ts +10 -1
- package/dist/types/i18n/zh.d.ts +10 -1
- package/dist/types/i18n/zh_TW.d.ts +10 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/reactions
|
|
2
2
|
|
|
3
|
+
## 22.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c3868fc0d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3868fc0d7a) - [ux] remove extra spacing around reactions
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [`545e6461ac1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/545e6461ac1) - Fixed incorrect trigger click behaviour
|
|
12
|
+
|
|
13
|
+
## 22.1.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- [`14258b03842`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14258b03842) - make reaction buttons more compact, and introduce miniMode for add reaction button
|
|
18
|
+
|
|
3
19
|
## 22.0.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -39,7 +39,7 @@ var reactionStyle = (0, _react.css)({
|
|
|
39
39
|
borderRadius: '20px',
|
|
40
40
|
color: "".concat("var(--ds-text-subtle, ".concat(_colors.N400, ")")),
|
|
41
41
|
cursor: 'pointer',
|
|
42
|
-
margin: 0,
|
|
42
|
+
margin: '4px 4px 0 0',
|
|
43
43
|
padding: 0,
|
|
44
44
|
transition: '200ms ease-in-out',
|
|
45
45
|
'&:hover': {
|
|
@@ -136,7 +136,7 @@ var ReactionPicker = /*#__PURE__*/_react.default.memo(function (props) {
|
|
|
136
136
|
(0, _hooks.useClickAway)(wrapperRef, function () {
|
|
137
137
|
onCancel();
|
|
138
138
|
close();
|
|
139
|
-
}, 'click', true);
|
|
139
|
+
}, 'click', true, settings.isOpen);
|
|
140
140
|
/**
|
|
141
141
|
* Event callback when the picker is closed
|
|
142
142
|
* @param _id Optional id if an emoji button was selected or undefineed if was clicked outside the picker
|
|
@@ -215,7 +215,8 @@ var ReactionPicker = /*#__PURE__*/_react.default.memo(function (props) {
|
|
|
215
215
|
return (0, _react2.jsx)("div", {
|
|
216
216
|
className: wrapperClassName,
|
|
217
217
|
css: styles.pickerStyle,
|
|
218
|
-
"data-testid": RENDER_REACTIONPICKER_TESTID
|
|
218
|
+
"data-testid": RENDER_REACTIONPICKER_TESTID,
|
|
219
|
+
ref: wrapperRef
|
|
219
220
|
}, (0, _react2.jsx)(_popper.Manager, null, (0, _react2.jsx)(_popper.Reference, null, function (_ref) {
|
|
220
221
|
var popperRef = _ref.ref;
|
|
221
222
|
return (// Render a button to open the <Selector /> panel
|
|
@@ -246,8 +247,7 @@ var ReactionPicker = /*#__PURE__*/_react.default.memo(function (props) {
|
|
|
246
247
|
}, style),
|
|
247
248
|
ref: ref
|
|
248
249
|
}, (0, _react2.jsx)("div", {
|
|
249
|
-
css: styles.popupStyle
|
|
250
|
-
ref: wrapperRef
|
|
250
|
+
css: styles.popupStyle
|
|
251
251
|
}, settings.showFullPicker ? (0, _react2.jsx)(_picker.EmojiPicker, {
|
|
252
252
|
emojiProvider: emojiProvider,
|
|
253
253
|
onSelection: onEmojiSelected,
|
|
@@ -15,8 +15,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
15
15
|
var pickerStyle = (0, _react.css)({
|
|
16
16
|
verticalAlign: 'middle',
|
|
17
17
|
'&.miniMode': {
|
|
18
|
-
display: 'inline-block'
|
|
19
|
-
marginRight: '4px'
|
|
18
|
+
display: 'inline-block'
|
|
20
19
|
}
|
|
21
20
|
});
|
|
22
21
|
exports.pickerStyle = pickerStyle;
|
|
@@ -131,7 +131,9 @@ var Reactions = /*#__PURE__*/_react.default.memo(function (_ref) {
|
|
|
131
131
|
_ref$onDialogSelectRe = _ref.onDialogSelectReactionCallback,
|
|
132
132
|
onDialogSelectReactionCallback = _ref$onDialogSelectRe === void 0 ? function () {} : _ref$onDialogSelectRe,
|
|
133
133
|
_ref$emojiPickerSize = _ref.emojiPickerSize,
|
|
134
|
-
emojiPickerSize = _ref$emojiPickerSize === void 0 ? 'medium' : _ref$emojiPickerSize
|
|
134
|
+
emojiPickerSize = _ref$emojiPickerSize === void 0 ? 'medium' : _ref$emojiPickerSize,
|
|
135
|
+
_ref$miniMode = _ref.miniMode,
|
|
136
|
+
miniMode = _ref$miniMode === void 0 ? false : _ref$miniMode;
|
|
135
137
|
|
|
136
138
|
var _useState = (0, _react.useState)(),
|
|
137
139
|
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
@@ -297,7 +299,6 @@ var Reactions = /*#__PURE__*/_react.default.memo(function (_ref) {
|
|
|
297
299
|
}, memorizedReactions.map(function (reaction) {
|
|
298
300
|
return (0, _react2.jsx)(_Reaction.Reaction, {
|
|
299
301
|
key: reaction.emojiId,
|
|
300
|
-
css: styles.reactionStyle,
|
|
301
302
|
reaction: reaction,
|
|
302
303
|
emojiProvider: emojiProvider,
|
|
303
304
|
onClick: onReactionClick,
|
|
@@ -308,9 +309,8 @@ var Reactions = /*#__PURE__*/_react.default.memo(function (_ref) {
|
|
|
308
309
|
allowUserDialog: allowUserDialog
|
|
309
310
|
});
|
|
310
311
|
}), (0, _react2.jsx)(_ReactionPicker.ReactionPicker, {
|
|
311
|
-
css: styles.
|
|
312
|
+
css: styles.reactionPickerStyle,
|
|
312
313
|
emojiProvider: emojiProvider,
|
|
313
|
-
miniMode: true,
|
|
314
314
|
allowAllEmojis: allowAllEmojis,
|
|
315
315
|
pickerQuickReactionEmojiIds: pickerQuickReactionEmojiIds,
|
|
316
316
|
disabled: status !== _types.ReactionStatus.ready,
|
|
@@ -319,7 +319,8 @@ var Reactions = /*#__PURE__*/_react.default.memo(function (_ref) {
|
|
|
319
319
|
onCancel: handleOnCancel,
|
|
320
320
|
onShowMore: handleOnMore,
|
|
321
321
|
tooltipContent: getTooltip(status, errorMessage),
|
|
322
|
-
emojiPickerSize: emojiPickerSize
|
|
322
|
+
emojiPickerSize: emojiPickerSize,
|
|
323
|
+
miniMode: miniMode
|
|
323
324
|
}), allowUserDialog && reactions.length > 0 && (0, _react2.jsx)(_tooltip.default, {
|
|
324
325
|
content: (0, _react2.jsx)(_reactIntlNext.FormattedMessage, _shared.i18n.messages.seeWhoReactedTooltip),
|
|
325
326
|
hideTooltipOnClick: true
|
|
@@ -3,22 +3,23 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.wrapperStyle = exports.seeWhoReacted = exports.
|
|
6
|
+
exports.wrapperStyle = exports.seeWhoReacted = exports.reactionPickerStyle = void 0;
|
|
7
7
|
|
|
8
8
|
var _react = require("@emotion/react");
|
|
9
9
|
|
|
10
10
|
/** @jsx jsx */
|
|
11
|
-
var
|
|
11
|
+
var reactionPickerStyle = (0, _react.css)({
|
|
12
12
|
display: 'inline-block',
|
|
13
|
-
|
|
13
|
+
marginTop: '4px'
|
|
14
14
|
});
|
|
15
|
-
exports.
|
|
15
|
+
exports.reactionPickerStyle = reactionPickerStyle;
|
|
16
16
|
var seeWhoReacted = (0, _react.css)({
|
|
17
17
|
height: '24px',
|
|
18
18
|
lineHeight: '24px',
|
|
19
|
-
paddingLeft:
|
|
20
|
-
paddingRight:
|
|
21
|
-
|
|
19
|
+
paddingLeft: 0,
|
|
20
|
+
paddingRight: 0,
|
|
21
|
+
marginTop: '4px',
|
|
22
|
+
marginLeft: '4px'
|
|
22
23
|
});
|
|
23
24
|
exports.seeWhoReacted = seeWhoReacted;
|
|
24
25
|
var wrapperStyle = (0, _react.css)({
|
|
@@ -27,6 +28,7 @@ var wrapperStyle = (0, _react.css)({
|
|
|
27
28
|
position: 'relative',
|
|
28
29
|
alignItems: 'center',
|
|
29
30
|
borderRadius: '15px',
|
|
31
|
+
marginTop: '-4px',
|
|
30
32
|
'> :first-of-type > :first-of-type': {
|
|
31
33
|
marginLeft: 0
|
|
32
34
|
}
|
|
@@ -13,6 +13,8 @@ var _react = require("@emotion/react");
|
|
|
13
13
|
|
|
14
14
|
var _colors = require("@atlaskit/theme/colors");
|
|
15
15
|
|
|
16
|
+
var _constants = require("@atlaskit/theme/constants");
|
|
17
|
+
|
|
16
18
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
17
19
|
|
|
18
20
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
@@ -27,16 +29,19 @@ var triggerStyle = function triggerStyle(_ref) {
|
|
|
27
29
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled;
|
|
28
30
|
return (0, _react.css)(_objectSpread(_objectSpread(_objectSpread({
|
|
29
31
|
minWidth: '32px',
|
|
30
|
-
height: '
|
|
32
|
+
height: '24px',
|
|
33
|
+
padding: 0,
|
|
34
|
+
border: "1px solid ".concat("var(--ds-border, ".concat(_colors.N40, ")")),
|
|
35
|
+
borderRadius: '20px',
|
|
31
36
|
display: 'flex',
|
|
32
37
|
justifyContent: 'center',
|
|
33
38
|
alignItems: 'center',
|
|
34
39
|
lineHeight: '16px'
|
|
35
40
|
}, miniMode && {
|
|
36
|
-
|
|
37
|
-
padding:
|
|
38
|
-
border:
|
|
39
|
-
borderRadius:
|
|
41
|
+
minWidth: '24px',
|
|
42
|
+
padding: '4px',
|
|
43
|
+
border: 'none',
|
|
44
|
+
borderRadius: "".concat((0, _constants.borderRadius)(), "px")
|
|
40
45
|
}), disabled && {
|
|
41
46
|
color: DISABLED_BUTTON_COLOR,
|
|
42
47
|
cursor: 'not-allowed'
|
|
@@ -13,16 +13,18 @@ var _react = require("react");
|
|
|
13
13
|
* @param callback event callback when detected a click outside the ref object
|
|
14
14
|
* @param type (Optional) type of event to listen to. @default click
|
|
15
15
|
* @param useCapture (Optional) use capture phase of event. @default false
|
|
16
|
+
* @param enabled (Optional) enable/disable the outside click handler. @default true
|
|
16
17
|
*/
|
|
17
18
|
function useClickAway(ref, callback) {
|
|
18
19
|
var type = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'click';
|
|
19
20
|
var useCapture = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
|
|
21
|
+
var enabled = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : true;
|
|
20
22
|
(0, _react.useEffect)(function () {
|
|
21
23
|
/**
|
|
22
24
|
* Alert if clicked on outside of element
|
|
23
25
|
*/
|
|
24
26
|
function handleClickOutside(event) {
|
|
25
|
-
if (ref.current && event.target instanceof Node && !ref.current.contains(event.target)) {
|
|
27
|
+
if (ref.current && event.target instanceof Node && !ref.current.contains(event.target) && enabled) {
|
|
26
28
|
callback();
|
|
27
29
|
}
|
|
28
30
|
} // Bind the event listener
|
|
@@ -33,5 +35,5 @@ function useClickAway(ref, callback) {
|
|
|
33
35
|
// Unbind the event listener on clean up
|
|
34
36
|
document.removeEventListener(type, handleClickOutside, useCapture);
|
|
35
37
|
};
|
|
36
|
-
}, [ref, callback, type, useCapture]);
|
|
38
|
+
}, [ref, callback, type, useCapture, enabled]);
|
|
37
39
|
}
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Czech
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Přidat reakci',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Reakce jsou dočasně nedostupné.',
|
|
17
18
|
'fabric.reactions.loading': 'Načítání...',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'Více smajlíků',
|
|
20
|
+
'fabric.reactions.more.info': 'Další informace',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {a jeden další} few {a {count} další} many {a {count} dalšího} other {a {count} dalších}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'Reagovat pomocí smajlíku {emoji}',
|
|
23
|
+
'reactions.dialog.close': 'Zavřít',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Navigace doleva',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reakce} few {{count,number} reakce} many {{count,number} reakce} other {{count,number} reakcí}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Navigace doprava',
|
|
27
|
+
'reactions.dialog.viewall': 'Podívejte se, kdo reagoval',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Zobrazit všechny reakce uživatelů'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Danish (Denmark)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Tilføj reaktion',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Reaktioner er midlertidigt utilgængelige',
|
|
17
18
|
'fabric.reactions.loading': 'Indlæser ...',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'Flere emojis',
|
|
20
|
+
'fabric.reactions.more.info': 'Flere oplysninger',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {og én anden} other {og {count} andre}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'Reager med emojien {emoji}',
|
|
23
|
+
'reactions.dialog.close': 'Luk',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Navigation til venstre',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaktion} other {{count,number} reaktioner}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Navigation til højre',
|
|
27
|
+
'reactions.dialog.viewall': 'Se, hvem der har reageret',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Se alle brugerreaktioner'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//German (Germany)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Reaktion hinzufügen',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Reaktionen sind vorübergehend nicht verfügbar.',
|
|
17
18
|
'fabric.reactions.loading': 'Wird geladen...',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'Mehr Emojis',
|
|
20
|
+
'fabric.reactions.more.info': 'Weitere Informationen',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {und ein weiterer} other {und {count} weitere}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'Mit {emoji}-Emoji reagieren',
|
|
23
|
+
'reactions.dialog.close': 'Schließen',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Nach links navigieren',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} Reaktion} other {{count,number} Reaktionen}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Nach rechts navigieren',
|
|
27
|
+
'reactions.dialog.viewall': 'Reaktionen ansehen',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Alle Benutzerreaktionen anzeigen'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -4,11 +4,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//
|
|
8
15
|
var _default = {
|
|
16
|
+
'fabric.reactions.add': 'Add reaction',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
|
|
9
18
|
'fabric.reactions.loading': 'Loading...',
|
|
10
|
-
'fabric.reactions.more.
|
|
11
|
-
'fabric.reactions.
|
|
12
|
-
'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and
|
|
19
|
+
'fabric.reactions.more.emojis': 'More emojis',
|
|
20
|
+
'fabric.reactions.more.info': 'More info',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
|
|
23
|
+
'reactions.dialog.close': 'Close',
|
|
24
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
25
|
+
'reactions.dialog.left.navigate': 'Left Navigate',
|
|
26
|
+
'reactions.dialog.reactions.count': '{count, plural, one {# reaction} other {# reactions} }',
|
|
27
|
+
'reactions.dialog.right.navigate': 'Right Navigate',
|
|
28
|
+
'reactions.dialog.viewall': 'See who reacted',
|
|
29
|
+
'reactions.dialog.viewall.tooltip': 'View all user reactions'
|
|
13
30
|
};
|
|
14
31
|
exports.default = _default;
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -4,11 +4,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//English (United Kingdom)
|
|
8
15
|
var _default = {
|
|
16
|
+
'fabric.reactions.add': 'Add reaction',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
|
|
9
18
|
'fabric.reactions.loading': 'Loading...',
|
|
10
|
-
'fabric.reactions.more.
|
|
11
|
-
'fabric.reactions.
|
|
12
|
-
'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and
|
|
19
|
+
'fabric.reactions.more.emojis': 'More emojis',
|
|
20
|
+
'fabric.reactions.more.info': 'More info',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
|
|
23
|
+
'reactions.dialog.close': 'Close',
|
|
24
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
25
|
+
'reactions.dialog.left.navigate': 'Left Navigate',
|
|
26
|
+
'reactions.dialog.reactions.count': '{count, plural, one {# reaction} other {# reactions} }',
|
|
27
|
+
'reactions.dialog.right.navigate': 'Right Navigate',
|
|
28
|
+
'reactions.dialog.viewall': 'See who reacted',
|
|
29
|
+
'reactions.dialog.viewall.tooltip': 'View all user reactions'
|
|
13
30
|
};
|
|
14
31
|
exports.default = _default;
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -13,9 +13,19 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Add reaction',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
|
|
17
18
|
'fabric.reactions.loading': 'Loading...',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'More emojis',
|
|
20
|
+
'fabric.reactions.more.info': 'More info',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
|
|
23
|
+
'reactions.dialog.close': 'Close',
|
|
24
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
25
|
+
'reactions.dialog.left.navigate': 'Left Navigate',
|
|
26
|
+
'reactions.dialog.reactions.count': '{reactionsCountFormatted} reactions',
|
|
27
|
+
'reactions.dialog.right.navigate': 'Right Navigate',
|
|
28
|
+
'reactions.dialog.viewall': 'See who reacted',
|
|
29
|
+
'reactions.dialog.viewall.tooltip': 'View all user reactions'
|
|
20
30
|
};
|
|
21
31
|
exports.default = _default;
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Spanish (International)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Añadir reacción',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Las reacciones no están disponibles temporalmente',
|
|
17
18
|
'fabric.reactions.loading': 'Cargando...',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'Más emojis',
|
|
20
|
+
'fabric.reactions.more.info': 'Más información',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {y 1 más} other {y {count} más}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'Reaccionar con el emoticono {emoji}',
|
|
23
|
+
'reactions.dialog.close': 'Cerrar',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Desplazarse hacia la izquierda',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reacción} other {{count,number} reacciones}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Desplazarse hacia la derecha',
|
|
27
|
+
'reactions.dialog.viewall': 'Ver quién ha reaccionado',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Ver todas las reacciones de los usuarios'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/et.js
CHANGED
|
@@ -14,7 +14,6 @@ exports.default = void 0;
|
|
|
14
14
|
//Estonian
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.reactions.error.unexpected': 'Midagi läks nässu',
|
|
17
|
-
'fabric.reactions.loading': 'Laadimine...'
|
|
18
|
-
'fabric.reactions.more.emoji': 'Veel emojisid'
|
|
17
|
+
'fabric.reactions.loading': 'Laadimine...'
|
|
19
18
|
};
|
|
20
19
|
exports.default = _default;
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Finnish
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Lisää reaktio',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Reaktiot ovat väliaikaisesti poissa käytöstä',
|
|
17
18
|
'fabric.reactions.loading': 'Ladataan...',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'Lisää emojeita',
|
|
20
|
+
'fabric.reactions.more.info': 'Lisätietoja',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {ja yksi muu} other {ja {count} muuta}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'Reagoi emojilla {emoji}',
|
|
23
|
+
'reactions.dialog.close': 'Sulje',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Navigointi vasemmalle',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaktio} other {{count,number} reaktiota}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Navigointi oikealle',
|
|
27
|
+
'reactions.dialog.viewall': 'Katso, kuka on reagoinut',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Näytä kaikki käyttäjäreaktiot'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//French (France)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Ajouter une réaction',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Les réactions sont temporairement indisponibles',
|
|
17
18
|
'fabric.reactions.loading': 'Chargement…',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': "Plus d'émoticônes",
|
|
20
|
+
'fabric.reactions.more.info': "Plus d'infos",
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {et 1 autre} other {et {count} autres}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': "Réagir avec l'émoticône {emoji}",
|
|
23
|
+
'reactions.dialog.close': 'Fermer',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Naviguer vers la gauche',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} réaction} other {{count,number} réactions}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Naviguer vers la droite',
|
|
27
|
+
'reactions.dialog.viewall': 'Voir qui a réagi',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Afficher toutes les réactions des utilisateurs'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Hungarian
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Reakció hozzáadása',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'A reakciók átmenetileg nem érhetők el.',
|
|
17
18
|
'fabric.reactions.loading': 'Betöltés...',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'Még több emoji',
|
|
20
|
+
'fabric.reactions.more.info': 'További információ',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {és egy másik} other {és {count} másik}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'Reagálás {emoji} emojival',
|
|
23
|
+
'reactions.dialog.close': 'Bezárás',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Balra navigálás',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reakció} other {{count,number} reakció}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Jobbra navigálás',
|
|
27
|
+
'reactions.dialog.viewall': 'Reagálók megtekintése',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Minden felhasználói reakció megtekintése'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Italian (Italy)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Aggiungi una reazione',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Le reazioni non sono temporaneamente disponibili',
|
|
17
18
|
'fabric.reactions.loading': 'Caricamento in corso...',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'Altre emoji',
|
|
20
|
+
'fabric.reactions.more.info': 'Altre informazioni',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {e un altro} other {e altri {count}}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': "Reagisci con l'emoji {emoji}",
|
|
23
|
+
'reactions.dialog.close': 'Chiudi',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Navigazione a sinistra',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reazione} other {{count,number} reazioni}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Navigazione a destra',
|
|
27
|
+
'reactions.dialog.viewall': 'Guarda chi ha reagito',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Visualizza tutte le reazioni degli utenti'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Japanese
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'リアクションを追加',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'リアクションは一時的に利用できません。',
|
|
17
18
|
'fabric.reactions.loading': '読み込んでいます...',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'その他の絵文字',
|
|
20
|
+
'fabric.reactions.more.info': '詳細',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, other {、他 {count} 人}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': '絵文字 {emoji} でリアクション',
|
|
23
|
+
'reactions.dialog.close': '閉じる',
|
|
24
|
+
'reactions.dialog.left.navigate': '左に移動',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, other {{count,number} 件のリアクション}}',
|
|
26
|
+
'reactions.dialog.right.navigate': '右に移動',
|
|
27
|
+
'reactions.dialog.viewall': 'リアクションしたユーザーを表示',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'ユーザーによるすべてのリアクションを表示'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Korean
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': '반응 추가',
|
|
17
|
+
'fabric.reactions.error.unexpected': '반응을 일시적으로 사용할 수 없습니다',
|
|
17
18
|
'fabric.reactions.loading': '로드 중…',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': '이모지 더 보기',
|
|
20
|
+
'fabric.reactions.more.info': '자세한 정보',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, other {및 그 외 {count}명}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': '{emoji} 이모지로 반응',
|
|
23
|
+
'reactions.dialog.close': '닫기',
|
|
24
|
+
'reactions.dialog.left.navigate': '왼쪽 탐색',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, other {반응 {count,number}개}}',
|
|
26
|
+
'reactions.dialog.right.navigate': '오른쪽 탐색',
|
|
27
|
+
'reactions.dialog.viewall': '반응한 사용자 보기',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': '사용자 반응 모두 보기'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Norwegian (Bokmål)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Legg til reaksjon',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Reaksjoner er midlertidig utilgjengelige',
|
|
17
18
|
'fabric.reactions.loading': 'Laster inn …',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'Flere emojier',
|
|
20
|
+
'fabric.reactions.more.info': 'Mer informasjon',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {og én annen} other {og {count} andre}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'Reager med emojien {emoji}',
|
|
23
|
+
'reactions.dialog.close': 'Lukk',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Naviger til venstre',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaksjon} other {{count,number} reaksjoner}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Naviger til høyre',
|
|
27
|
+
'reactions.dialog.viewall': 'Se hvem som har reagert',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Se alle brukerreaksjoner'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Dutch (Netherlands)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Reactie toevoegen',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Reacties zijn tijdelijk niet beschikbaar',
|
|
17
18
|
'fabric.reactions.loading': 'Bezig met laden…',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': "Meer emoji's",
|
|
20
|
+
'fabric.reactions.more.info': 'Meer info',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {en één andere} other {en {count} andere}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'Reageren met emoticon {emoji}',
|
|
23
|
+
'reactions.dialog.close': 'Sluiten',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Navigeer naar links',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reactie} other {{count,number} reacties}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Navigeer naar rechts',
|
|
27
|
+
'reactions.dialog.viewall': 'Bekijken wie er heeft gereageerd',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Alle reacties van gebruikers bekijken'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -13,9 +13,18 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Polish (Poland)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.reactions.
|
|
16
|
+
'fabric.reactions.add': 'Dodaj reakcję',
|
|
17
|
+
'fabric.reactions.error.unexpected': 'Reakcje są tymczasowo niedostępne',
|
|
17
18
|
'fabric.reactions.loading': 'Ładowanie...',
|
|
18
|
-
'fabric.reactions.more.
|
|
19
|
-
'fabric.reactions.
|
|
19
|
+
'fabric.reactions.more.emojis': 'Więcej emoji',
|
|
20
|
+
'fabric.reactions.more.info': 'Więcej informacji',
|
|
21
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {i jeszcze 1} few {i jeszcze {count}} many {i jeszcze {count}} other {i jeszcze {count}}}',
|
|
22
|
+
'fabric.reactions.reactwithemoji': 'Zareaguj za pomocą emoji {emoji}',
|
|
23
|
+
'reactions.dialog.close': 'Zamknij',
|
|
24
|
+
'reactions.dialog.left.navigate': 'Przejdź w lewo',
|
|
25
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reakcja} few {{count,number} reakcje} many {{count,number} reakcji} other {{count,number} reakcji}}',
|
|
26
|
+
'reactions.dialog.right.navigate': 'Przejdź w prawo',
|
|
27
|
+
'reactions.dialog.viewall': 'Zobacz, kto zareagował',
|
|
28
|
+
'reactions.dialog.viewall.tooltip': 'Wyświetl wszystkie reakcje użytkowników'
|
|
20
29
|
};
|
|
21
30
|
exports.default = _default;
|