@atlaskit/give-kudos 2.1.0 → 2.1.2
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 +14 -0
- package/dist/cjs/common/utils/fetch-messages-for-locale.js +75 -0
- package/dist/cjs/i18n/cs.js +29 -0
- package/dist/cjs/i18n/da.js +29 -0
- package/dist/cjs/i18n/de.js +29 -0
- package/dist/cjs/i18n/en.js +29 -0
- package/dist/cjs/i18n/en_GB.js +29 -0
- package/dist/cjs/i18n/en_ZZ.js +29 -0
- package/dist/cjs/i18n/es.js +29 -0
- package/dist/cjs/i18n/fi.js +29 -0
- package/dist/cjs/i18n/fr.js +29 -0
- package/dist/cjs/i18n/hu.js +29 -0
- package/dist/cjs/i18n/it.js +29 -0
- package/dist/cjs/i18n/ja.js +29 -0
- package/dist/cjs/i18n/ko.js +29 -0
- package/dist/cjs/i18n/nb.js +29 -0
- package/dist/cjs/i18n/nl.js +29 -0
- package/dist/cjs/i18n/pl.js +29 -0
- package/dist/cjs/i18n/pt_BR.js +29 -0
- package/dist/cjs/i18n/ru.js +29 -0
- package/dist/cjs/i18n/sv.js +29 -0
- package/dist/cjs/i18n/th.js +29 -0
- package/dist/cjs/i18n/tr.js +29 -0
- package/dist/cjs/i18n/uk.js +29 -0
- package/dist/cjs/i18n/vi.js +29 -0
- package/dist/cjs/i18n/zh.js +29 -0
- package/dist/cjs/i18n/zh_TW.js +29 -0
- package/dist/cjs/ui/GiveKudosLauncher/main.js +10 -1
- package/dist/es2019/common/utils/fetch-messages-for-locale.js +31 -0
- package/dist/es2019/i18n/cs.js +23 -0
- package/dist/es2019/i18n/da.js +23 -0
- package/dist/es2019/i18n/de.js +23 -0
- package/dist/es2019/i18n/en.js +23 -0
- package/dist/es2019/i18n/en_GB.js +23 -0
- package/dist/es2019/i18n/en_ZZ.js +23 -0
- package/dist/es2019/i18n/es.js +23 -0
- package/dist/es2019/i18n/fi.js +23 -0
- package/dist/es2019/i18n/fr.js +23 -0
- package/dist/es2019/i18n/hu.js +23 -0
- package/dist/es2019/i18n/it.js +23 -0
- package/dist/es2019/i18n/ja.js +23 -0
- package/dist/es2019/i18n/ko.js +23 -0
- package/dist/es2019/i18n/nb.js +23 -0
- package/dist/es2019/i18n/nl.js +23 -0
- package/dist/es2019/i18n/pl.js +23 -0
- package/dist/es2019/i18n/pt_BR.js +23 -0
- package/dist/es2019/i18n/ru.js +23 -0
- package/dist/es2019/i18n/sv.js +23 -0
- package/dist/es2019/i18n/th.js +23 -0
- package/dist/es2019/i18n/tr.js +23 -0
- package/dist/es2019/i18n/uk.js +23 -0
- package/dist/es2019/i18n/vi.js +23 -0
- package/dist/es2019/i18n/zh.js +23 -0
- package/dist/es2019/i18n/zh_TW.js +23 -0
- package/dist/es2019/ui/GiveKudosLauncher/main.js +10 -1
- package/dist/esm/common/utils/fetch-messages-for-locale.js +53 -0
- package/dist/esm/i18n/cs.js +23 -0
- package/dist/esm/i18n/da.js +23 -0
- package/dist/esm/i18n/de.js +23 -0
- package/dist/esm/i18n/en.js +23 -0
- package/dist/esm/i18n/en_GB.js +23 -0
- package/dist/esm/i18n/en_ZZ.js +23 -0
- package/dist/esm/i18n/es.js +23 -0
- package/dist/esm/i18n/fi.js +23 -0
- package/dist/esm/i18n/fr.js +23 -0
- package/dist/esm/i18n/hu.js +23 -0
- package/dist/esm/i18n/it.js +23 -0
- package/dist/esm/i18n/ja.js +23 -0
- package/dist/esm/i18n/ko.js +23 -0
- package/dist/esm/i18n/nb.js +23 -0
- package/dist/esm/i18n/nl.js +23 -0
- package/dist/esm/i18n/pl.js +23 -0
- package/dist/esm/i18n/pt_BR.js +23 -0
- package/dist/esm/i18n/ru.js +23 -0
- package/dist/esm/i18n/sv.js +23 -0
- package/dist/esm/i18n/th.js +23 -0
- package/dist/esm/i18n/tr.js +23 -0
- package/dist/esm/i18n/uk.js +23 -0
- package/dist/esm/i18n/vi.js +23 -0
- package/dist/esm/i18n/zh.js +23 -0
- package/dist/esm/i18n/zh_TW.js +23 -0
- package/dist/esm/ui/GiveKudosLauncher/main.js +10 -1
- package/dist/types/common/utils/fetch-messages-for-locale.d.ts +2 -0
- package/dist/types/i18n/cs.d.ts +22 -0
- package/dist/types/i18n/da.d.ts +22 -0
- package/dist/types/i18n/de.d.ts +22 -0
- package/dist/types/i18n/en.d.ts +22 -0
- package/dist/types/i18n/en_GB.d.ts +22 -0
- package/dist/types/i18n/en_ZZ.d.ts +22 -0
- package/dist/types/i18n/es.d.ts +22 -0
- package/dist/types/i18n/fi.d.ts +22 -0
- package/dist/types/i18n/fr.d.ts +22 -0
- package/dist/types/i18n/hu.d.ts +22 -0
- package/dist/types/i18n/it.d.ts +22 -0
- package/dist/types/i18n/ja.d.ts +22 -0
- package/dist/types/i18n/ko.d.ts +22 -0
- package/dist/types/i18n/nb.d.ts +22 -0
- package/dist/types/i18n/nl.d.ts +22 -0
- package/dist/types/i18n/pl.d.ts +22 -0
- package/dist/types/i18n/pt_BR.d.ts +22 -0
- package/dist/types/i18n/ru.d.ts +22 -0
- package/dist/types/i18n/sv.d.ts +22 -0
- package/dist/types/i18n/th.d.ts +22 -0
- package/dist/types/i18n/tr.d.ts +22 -0
- package/dist/types/i18n/uk.d.ts +22 -0
- package/dist/types/i18n/vi.d.ts +22 -0
- package/dist/types/i18n/zh.d.ts +22 -0
- package/dist/types/i18n/zh_TW.d.ts +22 -0
- package/dist/types/ui/GiveKudosLauncher/main.d.ts +2 -2
- package/dist/types-ts4.5/common/utils/fetch-messages-for-locale.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +22 -0
- package/dist/types-ts4.5/i18n/da.d.ts +22 -0
- package/dist/types-ts4.5/i18n/de.d.ts +22 -0
- package/dist/types-ts4.5/i18n/en.d.ts +22 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +22 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +22 -0
- package/dist/types-ts4.5/i18n/es.d.ts +22 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +22 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +22 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +22 -0
- package/dist/types-ts4.5/i18n/it.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +22 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +22 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +22 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +22 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +22 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +22 -0
- package/dist/types-ts4.5/i18n/th.d.ts +22 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +22 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +22 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +22 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +22 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +22 -0
- package/dist/types-ts4.5/ui/GiveKudosLauncher/main.d.ts +2 -2
- package/package.json +12 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlassian/give-kudos
|
|
2
2
|
|
|
3
|
+
## 2.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#78714](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78714) [`454e72b7bf53`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/454e72b7bf53) - [ux] using the intl wrap correctly
|
|
8
|
+
|
|
9
|
+
This changeset exists because a PR touches these packages in a way that doesn't require a release
|
|
10
|
+
|
|
11
|
+
## 2.1.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#75997](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75997) [`6d14ed2a344b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6d14ed2a344b) - [ux] adding intl wrap
|
|
16
|
+
|
|
3
17
|
## 2.1.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.fetchMessagesForLocale = void 0;
|
|
9
|
+
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
|
|
10
|
+
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
11
|
+
var _en = _interopRequireDefault(require("../../i18n/en"));
|
|
12
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
14
|
+
var localeMap = {
|
|
15
|
+
pt: 'pt-BR',
|
|
16
|
+
'pt-PT': 'pt-BR',
|
|
17
|
+
'en-AU': 'en-GB'
|
|
18
|
+
};
|
|
19
|
+
var fetchMessagesForLocale = exports.fetchMessagesForLocale = /*#__PURE__*/function () {
|
|
20
|
+
var _ref = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(locale) {
|
|
21
|
+
var _ref2, _localeMap$locale, targetLocale, _messages, parentLocale, _messages2;
|
|
22
|
+
return _regenerator.default.wrap(function _callee$(_context) {
|
|
23
|
+
while (1) switch (_context.prev = _context.next) {
|
|
24
|
+
case 0:
|
|
25
|
+
_context.prev = 0;
|
|
26
|
+
targetLocale = ((_ref2 = (_localeMap$locale = localeMap[locale]) !== null && _localeMap$locale !== void 0 ? _localeMap$locale : locale) !== null && _ref2 !== void 0 ? _ref2 : '').replace('-', '_');
|
|
27
|
+
if (targetLocale) {
|
|
28
|
+
_context.next = 4;
|
|
29
|
+
break;
|
|
30
|
+
}
|
|
31
|
+
throw new Error('No mapped locale');
|
|
32
|
+
case 4:
|
|
33
|
+
_context.next = 6;
|
|
34
|
+
return function (specifier) {
|
|
35
|
+
return new Promise(function (r) {
|
|
36
|
+
return r(specifier);
|
|
37
|
+
}).then(function (s) {
|
|
38
|
+
return _interopRequireWildcard(require(s));
|
|
39
|
+
});
|
|
40
|
+
}( /* webpackChunkName: "@atlaskit-internal_@atlassian/team-central-i18n-[request]" */"../../i18n/".concat(targetLocale));
|
|
41
|
+
case 6:
|
|
42
|
+
_messages = _context.sent;
|
|
43
|
+
return _context.abrupt("return", _messages.default);
|
|
44
|
+
case 10:
|
|
45
|
+
_context.prev = 10;
|
|
46
|
+
_context.t0 = _context["catch"](0);
|
|
47
|
+
case 12:
|
|
48
|
+
_context.prev = 12;
|
|
49
|
+
parentLocale = locale.split(/[-_]/)[0];
|
|
50
|
+
_context.next = 16;
|
|
51
|
+
return function (specifier) {
|
|
52
|
+
return new Promise(function (r) {
|
|
53
|
+
return r(specifier);
|
|
54
|
+
}).then(function (s) {
|
|
55
|
+
return _interopRequireWildcard(require(s));
|
|
56
|
+
});
|
|
57
|
+
}( /* webpackChunkName: "@atlaskit-internal_@atlassian/team-central-i18n-[request]" */"../../i18n/".concat(parentLocale));
|
|
58
|
+
case 16:
|
|
59
|
+
_messages2 = _context.sent;
|
|
60
|
+
return _context.abrupt("return", _messages2.default);
|
|
61
|
+
case 20:
|
|
62
|
+
_context.prev = 20;
|
|
63
|
+
_context.t1 = _context["catch"](12);
|
|
64
|
+
case 22:
|
|
65
|
+
return _context.abrupt("return", _en.default);
|
|
66
|
+
case 23:
|
|
67
|
+
case "end":
|
|
68
|
+
return _context.stop();
|
|
69
|
+
}
|
|
70
|
+
}, _callee, null, [[0, 10], [12, 20]]);
|
|
71
|
+
}));
|
|
72
|
+
return function fetchMessagesForLocale(_x) {
|
|
73
|
+
return _ref.apply(this, arguments);
|
|
74
|
+
};
|
|
75
|
+
}();
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Czech
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Náš tým pro prostředí na pracovišti nyní začne kouzlit a zpracuje vaši žádost o obdarování. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Gratulace byla vytvořena',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Odeslali jsme gratulaci, ale dárek se kvůli chybě odeslat nepodařilo. Zadejte samostatný ticket na stránce <a>go/kudos</a>.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Odeslání dárku se nezdařilo',
|
|
20
|
+
'team-central.give-kudos.button': 'Pogratulovat',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Zavřít panel',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Potvrdit zavření',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Vaše gratulace byla odeslána. <a>Zobrazit gratulaci</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Gratulace byla vytvořena',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Úspěch',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Změny, které jste provedli, se neuloží.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Zrušit',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Zavřít'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Danish (Denmark)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Vores Workplace Experience-team vil nu behandle din gaveanmodning. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Ros blev oprettet',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Vi sendte rosen, men vi kunne ikke sende gaven på grund af en fejl. Opret en separat supportanmodning på <a>go/kudos</a>.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Vi kunne ikke sende gaven',
|
|
20
|
+
'team-central.give-kudos.button': 'Giv ros',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Luk skuffe',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Bekræft Luk',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Din ros blev sendt. <a>Se ros</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Ros blev oprettet',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Succes',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Ændringer, du har foretaget, gemmes ikke.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Annuller',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Luk'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//German (Germany)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Unser Workplace Experience-Team wird sich nun um die Geschenkeanfrage kümmern. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Lob erstellt',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Das Lob wurde gesendet. Das Geschenk konnte jedoch aufgrund eines Fehler nicht übermittelt werden. Bitte reichen Sie unter <a>go/kudos</a> ein separates Ticket ein.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Das Geschenk konnte nicht übermittelt werden',
|
|
20
|
+
'team-central.give-kudos.button': 'Loben',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Drawer schließen',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Schließen bestätigen',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Ihr Lob wurde gesendet. <a>Lob anzeigen</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Lob erstellt',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Erfolgreich',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Von Ihnen vorgenommene Änderungen werden nicht gespeichert.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Abbrechen',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Schließen'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Our Workplace Experience team will now work their magic for the gift request. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kudos created',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': "We sent the kudos but we couldn't send the gift due to an error. Please raise a separate ticket at <a>go/kudos</a>.",
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': "We couldn't send the gift",
|
|
20
|
+
'team-central.give-kudos.button': 'Give kudos',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Close drawer',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Confirm Close',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Your kudos has been sent. <a>View kudos</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Kudos created',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Success',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Changes that you made will not be saved.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Cancel',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Close'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Our Workplace Experience team will now work their magic for the gift request. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kudos created',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': "We sent the kudos but we couldn't send the gift due to an error. Please raise a separate ticket at <a>go/kudos</a>.",
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': "We couldn't send the gift",
|
|
20
|
+
'team-central.give-kudos.button': 'Give kudos',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Close drawer',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Confirm Close',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Your kudos has been sent. <a>View kudos</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Kudos created',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Success',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Changes that you made will not be saved.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Cancel',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Close'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Our Workplace Experience team will now work their magic for the gift request. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kudos created',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': "We sent the kudos but we couldn't send the gift due to an error. Please raise a separate ticket at <a>go/kudos</a>.",
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': "We couldn't send the gift",
|
|
20
|
+
'team-central.give-kudos.button': 'Give kudos',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Close drawer',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Confirm Close',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Your kudos has been sent. <a>View kudos</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Kudos created',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Success',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Changes that you made will not be saved.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Cancel',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Close'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Spanish (International)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Nuestro equipo de experiencia del espacio de trabajo procesará ahora la solicitud de regalo. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Felicitación creada',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Hemos enviado la felicitación, pero un error nos ha impedido enviar el regalo. Genera un ticket independiente en <a>go/kudos</a>.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'No hemos podido enviar el regalo',
|
|
20
|
+
'team-central.give-kudos.button': 'Felicitar',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Cerrar cajón',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Confirmar cerrar',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Se ha enviado tu felicitación. <a>Ver felicitación</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Felicitación creada',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Listo',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Tus cambios no se guardarán.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Cancelar',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Cerrar'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Finnish
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Workplace Experience ‑tiimimme huolehtii nyt lahjapyynnöstä. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kehut luotu',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Lähetimme kehut, mutta emme voineet lähettää lahjaa virheen vuoksi. Tee erillinen tukipyyntö osoitteessa <a>go/kudos</a>.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Lahjaa ei voitu lähettää',
|
|
20
|
+
'team-central.give-kudos.button': 'Anna kehuja',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Sulje laatikko',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Vahvista sulkeminen',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Kehut on lähetetty. <a>Näytä kehut</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Kehut luotu',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Onnistui',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Tekemiäsi muutoksia ei tallenneta.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Peruuta',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Sulje'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//French (France)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Notre équipe Workplace Experience va maintenant faire tout son possible pour répondre à la demande de cadeau. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Félicitations créées',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': "Nous avons envoyé les félicitations, mais nous n'avons pas pu envoyer le cadeau en raison d'une erreur. Veuillez créer un ticket distinct sur <a>go/kudos</a>.",
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': "Impossible d'envoyer le cadeau",
|
|
20
|
+
'team-central.give-kudos.button': 'Féliciter',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Fermer le tiroir',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Confirmer la fermeture',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Vos félicitations ont été envoyées. <a>Voir les félicitations</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Félicitations créées',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Opération réussie',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Les changements effectués ne seront pas enregistrés.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Annuler',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Fermer'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Hungarian
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'A munkahelyi környezettel foglalkozó csapatunk most fel fogja dolgozni az ajándékkérelmet. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Dicséret létrehozva',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'A dicséretet elküldtük, de az ajándékot egy hiba miatt nem tudtuk elküldeni. Indíts egy külön jegyet a <a>go/kudos</a> oldalon.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Nem sikerült elküldeni az ajándékot',
|
|
20
|
+
'team-central.give-kudos.button': 'Dicséret',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Fiók bezárása',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Bezárás megerősítése',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Dicséret elküldve. <a>Dicséret megtekintése</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Dicséret létrehozva',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Sikerült',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'A módosításaidat nem mentjük.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Mégse',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Bezárás'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Italian (Italy)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Il nostro team Workplace Experience ora compirà la sua magia per la richiesta di un regalo. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Apprezzamenti creati',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Abbiamo inviato gli apprezzamenti, ma non abbiamo potuto inviare il regalo a causa di un errore. Invia un ticket separato a <a>go/kudos</a>.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Impossibile inviare il regalo',
|
|
20
|
+
'team-central.give-kudos.button': 'Complimentati',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Chiudi il cassetto',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Conferma la chiusura',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'I tuoi apprezzamenti sono stati inviati. <a>Visualizza gli apprezzamenti</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Apprezzamenti creati',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Operazione riuscita',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Le modifiche apportate non saranno salvate.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Annulla',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Chiudi'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Japanese
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': '今後は Workplace Experience チームがギフト リクエストを適切に処理します。✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': '賞賛が作成されました',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': '賞賛を送りましたが、エラーのためギフトを送ることができませんでした。<a>go/kudos</a> で別のチケットを登録してください。',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'ギフトを送ることができませんでした',
|
|
20
|
+
'team-central.give-kudos.button': '賞賛を送る',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'ドロワーを閉じる',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': '確認して閉じる',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': '賞賛を送りました。作成した<a>賞賛の一覧をご覧ください</a>。',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': '賞賛が作成されました',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': '成功',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'あなたが行った変更は保存されません。',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'キャンセル',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': '閉じる'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Korean
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Workplace Experience 팀이 이제 선물 요청을 처리할 것입니다. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': '칭찬을 만듦',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': '칭찬을 보냈지만 오류로 인해 선물을 보낼 수 없습니다. <a>go/kudos</a>에서 별도의 티켓을 제기하세요.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': '선물을 보낼 수 없음',
|
|
20
|
+
'team-central.give-kudos.button': '칭찬하기',
|
|
21
|
+
'team-central.give-kudos.close-button.label': '서랍 닫기',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': '닫기 확인',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': '칭찬을 보냈습니다. <a>칭찬 보기</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': '칭찬을 만듦',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': '성공',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': '변경 사항이 저장되지 않습니다.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': '취소',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': '닫기'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Norwegian (Bokmål)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Workplace Experience-teamet vårt vil nå behandle gaveforespørselen. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kudos er opprettet',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Vi sendte kudos, men vi kan ikke sende gaven på grunn av en feil. Opprett en egen støtteforespørsel på <a>go/kudos</a>.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Vi kan ikke sende gaven',
|
|
20
|
+
'team-central.give-kudos.button': 'Gi kudos',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Lukk skuff',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Bekreft at du vil lukke',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Kudos er sendt. <a>Vis kudos</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Kudos er opprettet',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Vellykket',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Endringene dine lagres ikke.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Avbryt',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Lukk'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Dutch (Netherlands)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Ons Workplace Experience-team zal nu aan de slag gaan met de aanvraag van het cadeau. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kudos aangemaakt',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'We hebben de kudos verstuurd, maar vanwege een fout kon het cadeau niet worden verstuurd. Maak een apart ticket aan via <a>go/kudos</a>.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'We konden het cadeau niet versturen',
|
|
20
|
+
'team-central.give-kudos.button': 'Geef kudos',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Scherm sluiten',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Sluiten bevestigen',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Je kudos is verstuurd. <a>Kudos weergeven</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Kudos aangemaakt',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Gelukt',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Aangebrachte veranderingen worden niet opgeslagen.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Annuleren',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Sluiten'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Polish (Poland)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'Nasz zespół Workplace Experience zajmie się teraz realizacją wniosku o prezent. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Przekazano wyrazy uznania',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Wysłaliśmy wyrazy uznania, ale nie można wysłać prezentu z powodu błędu. Prześlij osobne zgłoszenie na stronie <a>go/kudos</a>.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Nie można wysłać prezentu',
|
|
20
|
+
'team-central.give-kudos.button': 'Przekaż wyrazy uznania',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Zamknij zasobnik',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Potwierdź zamknięcie',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'Twoje wyrazy uznania zostały wysłane. <a>Wyświetl wyrazy uznania</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Przekazano wyrazy uznania',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Sukces',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Wprowadzone zmiany nie zostaną zapisane.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Anuluj',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Zamknij'
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
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
|
+
//Portuguese (Brazil)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'team-central.give-jira-kudos.created.description.flag': 'A equipe de Experiência no local de trabalho vai atender à solicitação de presente. ✨',
|
|
17
|
+
'team-central.give-jira-kudos.created.title.flag': 'Elogio criado',
|
|
18
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'A gente enviou o elogio, mas não foi possível enviar o presente devido a um erro. Crie um ticket separado em <a>go/kudos</a>.',
|
|
19
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Não foi possível enviar o presente',
|
|
20
|
+
'team-central.give-kudos.button': 'Envie elogios',
|
|
21
|
+
'team-central.give-kudos.close-button.label': 'Fechar gaveta',
|
|
22
|
+
'team-central.give-kudos.confirm-close.title': 'Confirmar Fechar',
|
|
23
|
+
'team-central.give-kudos.created.description.flag': 'O elogio foi enviado. <a>Ver elogios</a>',
|
|
24
|
+
'team-central.give-kudos.created.title.flag': 'Elogio criado',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Sucesso',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'As alterações que você fez não vão ser salvas.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Cancelar',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Fechar'
|
|
29
|
+
};
|