@atlaskit/link-create 5.2.0 → 5.3.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 +17 -0
- package/dist/cjs/common/constants.js +1 -1
- package/dist/cjs/common/utils/locale/fetch-messages-for-locale.js +16 -17
- package/dist/cjs/controllers/callback-context/main.js +6 -6
- package/dist/cjs/i18n/cs.js +3 -17
- package/dist/cjs/i18n/da.js +3 -17
- package/dist/cjs/i18n/de.js +3 -17
- package/dist/cjs/i18n/en.js +3 -17
- package/dist/cjs/i18n/en_GB.js +3 -17
- package/dist/cjs/i18n/en_ZZ.js +3 -17
- package/dist/cjs/i18n/es.js +3 -17
- package/dist/cjs/i18n/fi.js +3 -17
- package/dist/cjs/i18n/fr.js +3 -17
- package/dist/cjs/i18n/hr.js +3 -17
- package/dist/cjs/i18n/hu.js +3 -17
- package/dist/cjs/i18n/it.js +3 -17
- package/dist/cjs/i18n/ja.js +3 -17
- package/dist/cjs/i18n/ko.js +3 -17
- package/dist/cjs/i18n/nb.js +3 -17
- package/dist/cjs/i18n/nl.js +3 -17
- package/dist/cjs/i18n/pl.js +3 -17
- package/dist/cjs/i18n/pt_BR.js +3 -17
- package/dist/cjs/i18n/ru.js +3 -17
- package/dist/cjs/i18n/sl.js +3 -17
- package/dist/cjs/i18n/sr_RS.js +3 -17
- package/dist/cjs/i18n/sr_YR.js +3 -17
- package/dist/cjs/i18n/sv.js +3 -17
- package/dist/cjs/i18n/th.js +3 -17
- package/dist/cjs/i18n/tr.js +3 -17
- package/dist/cjs/i18n/uk.js +3 -17
- package/dist/cjs/i18n/vi.js +3 -17
- package/dist/cjs/i18n/zh.js +3 -17
- package/dist/cjs/i18n/zh_TW.js +3 -17
- package/dist/cjs/ui/create-form/async-select/main.js +26 -24
- package/dist/cjs/ui/create-form/main.js +14 -13
- package/dist/cjs/ui/inline-create/main.js +4 -4
- package/dist/cjs/ui/modal-create/main.js +4 -4
- package/dist/es2019/common/constants.js +1 -1
- package/dist/es2019/i18n/cs.js +3 -17
- package/dist/es2019/i18n/da.js +3 -17
- package/dist/es2019/i18n/de.js +3 -17
- package/dist/es2019/i18n/en.js +3 -17
- package/dist/es2019/i18n/en_GB.js +3 -17
- package/dist/es2019/i18n/en_ZZ.js +3 -17
- package/dist/es2019/i18n/es.js +3 -17
- package/dist/es2019/i18n/fi.js +3 -17
- package/dist/es2019/i18n/fr.js +3 -17
- package/dist/es2019/i18n/hr.js +3 -17
- package/dist/es2019/i18n/hu.js +3 -17
- package/dist/es2019/i18n/it.js +3 -17
- package/dist/es2019/i18n/ja.js +3 -17
- package/dist/es2019/i18n/ko.js +3 -17
- package/dist/es2019/i18n/nb.js +3 -17
- package/dist/es2019/i18n/nl.js +3 -17
- package/dist/es2019/i18n/pl.js +3 -17
- package/dist/es2019/i18n/pt_BR.js +3 -17
- package/dist/es2019/i18n/ru.js +3 -17
- package/dist/es2019/i18n/sl.js +3 -17
- package/dist/es2019/i18n/sr_RS.js +3 -17
- package/dist/es2019/i18n/sr_YR.js +3 -17
- package/dist/es2019/i18n/sv.js +3 -17
- package/dist/es2019/i18n/th.js +3 -17
- package/dist/es2019/i18n/tr.js +3 -17
- package/dist/es2019/i18n/uk.js +3 -17
- package/dist/es2019/i18n/vi.js +3 -17
- package/dist/es2019/i18n/zh.js +3 -17
- package/dist/es2019/i18n/zh_TW.js +3 -17
- package/dist/esm/common/constants.js +1 -1
- package/dist/esm/common/utils/locale/fetch-messages-for-locale.js +15 -16
- package/dist/esm/controllers/callback-context/main.js +6 -6
- package/dist/esm/i18n/cs.js +3 -17
- package/dist/esm/i18n/da.js +3 -17
- package/dist/esm/i18n/de.js +3 -17
- package/dist/esm/i18n/en.js +3 -17
- package/dist/esm/i18n/en_GB.js +3 -17
- package/dist/esm/i18n/en_ZZ.js +3 -17
- package/dist/esm/i18n/es.js +3 -17
- package/dist/esm/i18n/fi.js +3 -17
- package/dist/esm/i18n/fr.js +3 -17
- package/dist/esm/i18n/hr.js +3 -17
- package/dist/esm/i18n/hu.js +3 -17
- package/dist/esm/i18n/it.js +3 -17
- package/dist/esm/i18n/ja.js +3 -17
- package/dist/esm/i18n/ko.js +3 -17
- package/dist/esm/i18n/nb.js +3 -17
- package/dist/esm/i18n/nl.js +3 -17
- package/dist/esm/i18n/pl.js +3 -17
- package/dist/esm/i18n/pt_BR.js +3 -17
- package/dist/esm/i18n/ru.js +3 -17
- package/dist/esm/i18n/sl.js +3 -17
- package/dist/esm/i18n/sr_RS.js +3 -17
- package/dist/esm/i18n/sr_YR.js +3 -17
- package/dist/esm/i18n/sv.js +3 -17
- package/dist/esm/i18n/th.js +3 -17
- package/dist/esm/i18n/tr.js +3 -17
- package/dist/esm/i18n/uk.js +3 -17
- package/dist/esm/i18n/vi.js +3 -17
- package/dist/esm/i18n/zh.js +3 -17
- package/dist/esm/i18n/zh_TW.js +3 -17
- package/dist/esm/ui/create-form/async-select/main.js +25 -23
- package/dist/esm/ui/create-form/main.js +13 -12
- package/dist/esm/ui/inline-create/main.js +4 -4
- package/dist/esm/ui/modal-create/main.js +4 -4
- package/dist/types/entry-points/types.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +2 -17
- package/dist/types/i18n/da.d.ts +2 -17
- package/dist/types/i18n/de.d.ts +2 -17
- package/dist/types/i18n/en.d.ts +2 -17
- package/dist/types/i18n/en_GB.d.ts +2 -17
- package/dist/types/i18n/en_ZZ.d.ts +2 -17
- package/dist/types/i18n/es.d.ts +2 -17
- package/dist/types/i18n/fi.d.ts +2 -17
- package/dist/types/i18n/fr.d.ts +2 -17
- package/dist/types/i18n/hr.d.ts +2 -17
- package/dist/types/i18n/hu.d.ts +2 -17
- package/dist/types/i18n/it.d.ts +2 -17
- package/dist/types/i18n/ja.d.ts +2 -17
- package/dist/types/i18n/ko.d.ts +2 -17
- package/dist/types/i18n/nb.d.ts +2 -17
- package/dist/types/i18n/nl.d.ts +2 -17
- package/dist/types/i18n/pl.d.ts +2 -17
- package/dist/types/i18n/pt_BR.d.ts +2 -17
- package/dist/types/i18n/ru.d.ts +2 -17
- package/dist/types/i18n/sl.d.ts +2 -17
- package/dist/types/i18n/sr_RS.d.ts +2 -17
- package/dist/types/i18n/sr_YR.d.ts +2 -17
- package/dist/types/i18n/sv.d.ts +2 -17
- package/dist/types/i18n/th.d.ts +2 -17
- package/dist/types/i18n/tr.d.ts +2 -17
- package/dist/types/i18n/uk.d.ts +2 -17
- package/dist/types/i18n/vi.d.ts +2 -17
- package/dist/types/i18n/zh.d.ts +2 -17
- package/dist/types/i18n/zh_TW.d.ts +2 -17
- package/dist/types-ts4.5/entry-points/types.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -17
- package/dist/types-ts4.5/i18n/da.d.ts +2 -17
- package/dist/types-ts4.5/i18n/de.d.ts +2 -17
- package/dist/types-ts4.5/i18n/en.d.ts +2 -17
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -17
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -17
- package/dist/types-ts4.5/i18n/es.d.ts +2 -17
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -17
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -17
- package/dist/types-ts4.5/i18n/hr.d.ts +2 -17
- package/dist/types-ts4.5/i18n/hu.d.ts +2 -17
- package/dist/types-ts4.5/i18n/it.d.ts +2 -17
- package/dist/types-ts4.5/i18n/ja.d.ts +2 -17
- package/dist/types-ts4.5/i18n/ko.d.ts +2 -17
- package/dist/types-ts4.5/i18n/nb.d.ts +2 -17
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -17
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -17
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -17
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -17
- package/dist/types-ts4.5/i18n/sl.d.ts +2 -17
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +2 -17
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +2 -17
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -17
- package/dist/types-ts4.5/i18n/th.d.ts +2 -17
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -17
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -17
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -17
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -17
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -17
- package/link-create.docs.tsx +307 -302
- package/package.json +9 -9
|
@@ -28,7 +28,7 @@ var _formContext = require("../../controllers/form-context");
|
|
|
28
28
|
var _formFooter = require("./form-footer");
|
|
29
29
|
var _formLoader = require("./form-loader");
|
|
30
30
|
var _excluded = ["submitError"];
|
|
31
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var
|
|
31
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t2 in e) "default" !== _t2 && {}.hasOwnProperty.call(e, _t2) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t2)) && (i.get || i.set) ? o(f, _t2, i) : f[_t2] = e[_t2]); return f; })(e, t); }
|
|
32
32
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
33
33
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
34
34
|
var formStyles = null;
|
|
@@ -56,7 +56,7 @@ var CreateForm = exports.CreateForm = function CreateForm(_ref) {
|
|
|
56
56
|
var handleSubmit = (0, _react.useCallback)( /*#__PURE__*/function () {
|
|
57
57
|
var _ref2 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(data) {
|
|
58
58
|
var shouldEnableEditView, formData;
|
|
59
|
-
return _regenerator.default.wrap(function
|
|
59
|
+
return _regenerator.default.wrap(function (_context) {
|
|
60
60
|
while (1) switch (_context.prev = _context.next) {
|
|
61
61
|
case 0:
|
|
62
62
|
shouldEnableEditView = data[_constants.LINK_CREATE_FORM_POST_CREATE_FIELD], formData = (0, _objectWithoutProperties2.default)(data, [_constants.LINK_CREATE_FORM_POST_CREATE_FIELD].map(_toPropertyKey));
|
|
@@ -72,7 +72,7 @@ var CreateForm = exports.CreateForm = function CreateForm(_ref) {
|
|
|
72
72
|
* It will be async, and it will likely involve awaiting `onCreate` (the adopters handler)
|
|
73
73
|
*/
|
|
74
74
|
return _context.abrupt("return", onSubmit(formData));
|
|
75
|
-
case
|
|
75
|
+
case 1:
|
|
76
76
|
case "end":
|
|
77
77
|
return _context.stop();
|
|
78
78
|
}
|
|
@@ -83,8 +83,9 @@ var CreateForm = exports.CreateForm = function CreateForm(_ref) {
|
|
|
83
83
|
};
|
|
84
84
|
}(), [onSubmit, enableEditView]);
|
|
85
85
|
var handleSubmitWithErrorHandling = (0, _react.useCallback)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {
|
|
86
|
-
var _args2 = arguments
|
|
87
|
-
|
|
86
|
+
var _args2 = arguments,
|
|
87
|
+
_t;
|
|
88
|
+
return _regenerator.default.wrap(function (_context2) {
|
|
88
89
|
while (1) switch (_context2.prev = _context2.next) {
|
|
89
90
|
case 0:
|
|
90
91
|
_context2.prev = 0;
|
|
@@ -94,27 +95,27 @@ var CreateForm = exports.CreateForm = function CreateForm(_ref) {
|
|
|
94
95
|
* it will be likely a 400 because the user probably could not set all fields anyway
|
|
95
96
|
*/
|
|
96
97
|
setFormErrorMessage();
|
|
97
|
-
_context2.next =
|
|
98
|
+
_context2.next = 1;
|
|
98
99
|
return handleSubmit.apply(void 0, _args2);
|
|
99
|
-
case
|
|
100
|
+
case 1:
|
|
100
101
|
return _context2.abrupt("return", _context2.sent);
|
|
101
|
-
case
|
|
102
|
-
_context2.prev =
|
|
103
|
-
|
|
102
|
+
case 2:
|
|
103
|
+
_context2.prev = 2;
|
|
104
|
+
_t = _context2["catch"](0);
|
|
104
105
|
/**
|
|
105
106
|
* Notify link create of failed experience
|
|
106
107
|
*/
|
|
107
|
-
onFailure === null || onFailure === void 0 || onFailure(
|
|
108
|
+
onFailure === null || onFailure === void 0 || onFailure(_t);
|
|
108
109
|
|
|
109
110
|
/**
|
|
110
111
|
* Return a generic message for react final form to render
|
|
111
112
|
*/
|
|
112
113
|
return _context2.abrupt("return", (0, _defineProperty2.default)({}, _finalForm.FORM_ERROR, intl.formatMessage(_messages.default.genericErrorMessage)));
|
|
113
|
-
case
|
|
114
|
+
case 3:
|
|
114
115
|
case "end":
|
|
115
116
|
return _context2.stop();
|
|
116
117
|
}
|
|
117
|
-
}, _callee2, null, [[0,
|
|
118
|
+
}, _callee2, null, [[0, 2]]);
|
|
118
119
|
})), [handleSubmit, setFormErrorMessage, intl, onFailure]);
|
|
119
120
|
var handleCancel = (0, _react.useCallback)(function () {
|
|
120
121
|
onCancel && onCancel();
|
|
@@ -80,12 +80,12 @@ var InlineCreate = function InlineCreate(props) {
|
|
|
80
80
|
onCreate: ( /*#__PURE__*/function () {
|
|
81
81
|
var _ref3 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(payload) {
|
|
82
82
|
var _props$onCreate;
|
|
83
|
-
return _regenerator.default.wrap(function
|
|
83
|
+
return _regenerator.default.wrap(function (_context) {
|
|
84
84
|
while (1) switch (_context.prev = _context.next) {
|
|
85
85
|
case 0:
|
|
86
|
-
_context.next =
|
|
86
|
+
_context.next = 1;
|
|
87
87
|
return (_props$onCreate = props.onCreate) === null || _props$onCreate === void 0 ? void 0 : _props$onCreate.call(props, payload);
|
|
88
|
-
case
|
|
88
|
+
case 1:
|
|
89
89
|
// if onComplete exists then there is an edit flow
|
|
90
90
|
if (props.onComplete) {
|
|
91
91
|
if (shouldActivateEditView()) {
|
|
@@ -96,7 +96,7 @@ var InlineCreate = function InlineCreate(props) {
|
|
|
96
96
|
props.onComplete();
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
case
|
|
99
|
+
case 2:
|
|
100
100
|
case "end":
|
|
101
101
|
return _context.stop();
|
|
102
102
|
}
|
|
@@ -114,12 +114,12 @@ var LinkCreateModal = function LinkCreateModal(props) {
|
|
|
114
114
|
onCreate: ( /*#__PURE__*/function () {
|
|
115
115
|
var _ref3 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(payload) {
|
|
116
116
|
var _props$onCreate;
|
|
117
|
-
return _regenerator.default.wrap(function
|
|
117
|
+
return _regenerator.default.wrap(function (_context) {
|
|
118
118
|
while (1) switch (_context.prev = _context.next) {
|
|
119
119
|
case 0:
|
|
120
|
-
_context.next =
|
|
120
|
+
_context.next = 1;
|
|
121
121
|
return (_props$onCreate = props.onCreate) === null || _props$onCreate === void 0 ? void 0 : _props$onCreate.call(props, payload);
|
|
122
|
-
case
|
|
122
|
+
case 1:
|
|
123
123
|
// if onComplete exists then there is an edit flow
|
|
124
124
|
if (props.onComplete) {
|
|
125
125
|
if (shouldActivateEditView()) {
|
|
@@ -130,7 +130,7 @@ var LinkCreateModal = function LinkCreateModal(props) {
|
|
|
130
130
|
props.onComplete();
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
case
|
|
133
|
+
case 2:
|
|
134
134
|
case "end":
|
|
135
135
|
return _context.stop();
|
|
136
136
|
}
|
|
@@ -10,7 +10,7 @@ export const CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
10
10
|
export const LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
11
11
|
export const PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/link-create" || '',
|
|
13
|
-
packageVersion: "5.1
|
|
13
|
+
packageVersion: "5.2.1" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Stránka',
|
|
12
|
-
'link-create.unknown-error.description': 'Obnovte stránku nebo, pokud problém přetrvává, kontaktujte <a>podporu Atlassian</a>.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Něco se pokazilo.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Web',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Přejít zpět',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Zahodit',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Pokud z této stránky odejdete, nebudeme moci uložit vaše informace.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vaše změny se neuloží',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Zavřít',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Vytvořit',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Vytvořit + Otevřít',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Povinná pole jsou označena hvězdičkou.',
|
|
23
|
-
'linkCreate.modal.heading': 'Vytvořit novou položku'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/cs';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Side',
|
|
12
|
-
'link-create.unknown-error.description': 'Opdater siden, eller kontakt <a>Atlassian-support</a>, hvis det bliver ved med at ske.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Noget gik galt.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Website',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Gå tilbage',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Kassér',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Vi kan ikke gemme dine oplysninger, hvis du forlader siden.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Dine ændringer gemmes ikke',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Luk',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Opret',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Opret + Åbn',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Påkrævede felter er markeret med en stjerne',
|
|
23
|
-
'linkCreate.modal.heading': 'Opret ny'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/da';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Seite',
|
|
12
|
-
'link-create.unknown-error.description': 'Laden Sie die Seite erneut oder wenden Sie sich an den <a>Atlassian Support</a>, falls das Problem weiterhin besteht.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Irgendetwas ist schiefgelaufen.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Zurück',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Verwerfen',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Ihre Informationen können nicht gespeichert werden, wenn Sie diese Seite verlassen.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Ihre Änderungen werden nicht gespeichert',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Schließen',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Erstellen',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Erstellen + Öffnen',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Pflichtfelder sind mit einem Sternchen markiert.',
|
|
23
|
-
'linkCreate.modal.heading': 'Neu erstellen'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/de';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Page',
|
|
12
|
-
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'We won’t be able to save your information if you move away from this page.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Close',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Create',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
23
|
-
'linkCreate.modal.heading': 'Create new'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/en';
|
|
10
|
+
export default translations;
|
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Page',
|
|
12
|
-
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'We won’t be able to save your information if you move away from this page.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Close',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Create',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
23
|
-
'linkCreate.modal.heading': 'Create new'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/en_GB';
|
|
10
|
+
export default translations;
|
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Page',
|
|
12
|
-
'link-create.unknown-error.description': 'Refresh the page, or contact <a>Atlassian Support</a> if this keeps happening.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Something went wrong.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Go back',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Discard',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'We won’t be able to save your information if you move away from this page.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Your changes won’t be saved',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Close',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Create',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Create + Open',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Required fields are marked with an asterisk',
|
|
23
|
-
'linkCreate.modal.heading': 'Create new'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/en_ZZ';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Página',
|
|
12
|
-
'link-create.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Algo ha ido mal.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Sitio',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Volver',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Descartar',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'No podremos guardar tu información si sales de esta página.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Tus cambios no se guardarán',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Cerrar',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Crear',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Crear + Abrir',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Los campos obligatorios están marcados con un asterisco',
|
|
23
|
-
'linkCreate.modal.heading': 'Crear nuevo'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/es';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Sivu',
|
|
12
|
-
'link-create.unknown-error.description': 'Päivitä sivu tai ota yhteyttä <a>Atlassian-tukeen</a>, jos ongelmat jatkuvat.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Jotain meni pieleen.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Sivusto',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Siirry takaisin',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Hylkää',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Emme voi tallentaa tietojasi, jos poistut tältä sivulta.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Muutoksiasi ei tallenneta',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Sulje',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Luo',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Luo ja avaa',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Pakolliset kentät on merkitty tähdellä',
|
|
23
|
-
'linkCreate.modal.heading': 'Luo uusi'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/fi';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Page',
|
|
12
|
-
'link-create.unknown-error.description': 'Actualisez la page ou contactez le <a>support Atlassian</a> si le problème se reproduit.',
|
|
13
|
-
'link-create.unknown-error.heading': "Une erreur s'est produite.",
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Retour',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Ignorer',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Nous ne pourrons pas enregistrer vos informations si vous quittez cette page.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Vos changements ne seront pas enregistrés',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Fermer',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Créer',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Créer + Ouvrir',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': "Les champs obligatoires sont marqués d'un astérisque",
|
|
23
|
-
'linkCreate.modal.heading': 'Créer'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/fr';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/hr.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Stranica',
|
|
12
|
-
'link-create.unknown-error.description': 'Osvježi stranicu ili kontaktiraj <a>Atlassian podršku</a> ako se to nastavi događati.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Nešto nije u redu.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Web-mjesto',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Idi natrag',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Odbaci',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Nećemo moći spremiti tvoje podatke ako napustiš ovu stranicu.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Tvoje promjene neće biti spremljene',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Zatvori',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Izradi',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Izradi + Otvori',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Obavezna polja označena su zvjezdicom',
|
|
23
|
-
'linkCreate.modal.heading': 'Izradi novi'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/hr';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Oldal',
|
|
12
|
-
'link-create.unknown-error.description': 'Frissítsd az oldalt, vagy vedd fel a kapcsolatot az <a>Atlassian Támogatással</a>, ha ez a későbbiekben is megtörténik.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Hiba történt.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Webhely',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Vissza',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Elvetés',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Ha elhagyod az oldalt, nem tudjuk menteni az információkat.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'A módosításaidat nem mentjük',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Bezárás',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Létrehozás',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Létrehozás és megnyitás',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'A kötelező mezők csillaggal vannak megjelölve',
|
|
23
|
-
'linkCreate.modal.heading': 'Új létrehozása'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/hu';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Pagina',
|
|
12
|
-
'link-create.unknown-error.description': "Aggiorna la pagina o, se il problema persiste, contatta l'<a>Assistenza Atlassian</a>.",
|
|
13
|
-
'link-create.unknown-error.heading': 'Si è verificato un errore.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Sito',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Torna indietro',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Ignora',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Non potremo salvare le tue informazioni se esci da questa pagina.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Le modifiche non saranno salvate',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Chiudi',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Crea',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Crea e apri',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'I campi obbligatori sono contrassegnati da un asterisco',
|
|
23
|
-
'linkCreate.modal.heading': 'Crea nuovo'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/it';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'ページ',
|
|
12
|
-
'link-create.unknown-error.description': 'ページを更新してください。問題が解決しない場合は、<a>アトラシアン サポート</a>にお問い合わせください。',
|
|
13
|
-
'link-create.unknown-error.heading': '問題が発生しました。',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'サイト',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': '戻る',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': '破棄',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'このページから離れると、情報を保存できません。',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': '変更は保存されません',
|
|
19
|
-
'linkCreate.createForm.button.close': '閉じる',
|
|
20
|
-
'linkCreate.createForm.button.create': '作成',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': '作成して開く',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': '必須フィールドにはアスタリスクが付いています',
|
|
23
|
-
'linkCreate.modal.heading': '新規作成'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/ja';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': '페이지',
|
|
12
|
-
'link-create.unknown-error.description': '페이지를 새로 고치거나 문제가 계속 발생하는 경우 <a>Atlassian 고객 지원 팀</a>에 문의하세요.',
|
|
13
|
-
'link-create.unknown-error.heading': '문제가 발생했습니다.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': '사이트',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': '뒤로 가기',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': '버리기',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': '이 페이지에서 벗어나면 정보를 저장할 수 없습니다.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': '변경 사항이 저장되지 않습니다',
|
|
19
|
-
'linkCreate.createForm.button.close': '닫기',
|
|
20
|
-
'linkCreate.createForm.button.create': '만들기',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': '만들기 + 열기',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': '필수 필드는 별표로 표시되어 있습니다',
|
|
23
|
-
'linkCreate.modal.heading': '새로 만들기'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/ko';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Side',
|
|
12
|
-
'link-create.unknown-error.description': 'Oppdater siden, eller kontakt <a>Atlassian-støtte</a> hvis problemet vedvarer.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Det oppstod en feil.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Nettsted',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Gå tilbake',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Forkast',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Vi vil ikke kunne lagre informasjonen din hvis du forlater denne siden.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Endringene dine blir ikke lagret',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Lukk',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Opprett',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Opprett + åpne',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Obligatoriske felt er merket med stjerne',
|
|
23
|
-
'linkCreate.modal.heading': 'Opprett ny'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/nb';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Pagina',
|
|
12
|
-
'link-create.unknown-error.description': 'Vernieuw de pagina of neem contact op met <a>Atlassian-support</a> als dit blijft gebeuren.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Er is iets misgegaan.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Website',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Teruggaan',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Wissen',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'We kunnen je gegevens niet opslaan als je deze pagina verlaat.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Je wijzigingen worden niet opgeslagen',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Sluiten',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Aanmaken',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Aanmaken en openen',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Verplichte velden zijn aangeduid met een asterisk',
|
|
23
|
-
'linkCreate.modal.heading': 'Nieuwe aanmaken'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/nl';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Strona',
|
|
12
|
-
'link-create.unknown-error.description': 'Odśwież stronę lub skontaktuj się z <a>działem wsparcia Atlassian</a>, jeśli sytuacja będzie się powtarzać.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Coś poszło nie tak.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Witryna',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Wstecz',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Odrzuć',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Jeśli opuścisz tę stronę, nie będziemy mogli zapisać Twoich informacji.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Twoje zmiany nie zostaną zapisane',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Zamknij',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Utwórz',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Utwórz + Otwórz',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Pola wymagane są oznaczone gwiazdką',
|
|
23
|
-
'linkCreate.modal.heading': 'Utwórz nową'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/pl';
|
|
10
|
+
export default translations;
|
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Página',
|
|
12
|
-
'link-create.unknown-error.description': 'Atualize a página ou fale com o <a>Suporte da Atlassian</a> se o erro persistir.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Algo deu errado.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Site',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Voltar',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Descartar',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Não vai ser possível salvar as informações se você sair desta página.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'As alterações não vão ser salvas',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Fechar',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Criar',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Criar + Abrir',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Os campos obrigatórios estão marcados com um asterisco',
|
|
23
|
-
'linkCreate.modal.heading': 'Criar novo'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/pt_BR';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -5,20 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'link-create.page-icon-label': 'Страница',
|
|
12
|
-
'link-create.unknown-error.description': 'Обновите страницу и, если проблема возникнет снова, обратитесь в <a>поддержку Atlassian</a>.',
|
|
13
|
-
'link-create.unknown-error.heading': 'Произошла ошибка.',
|
|
14
|
-
'linkCreate.CreateConfluencePage.form.site.label': 'Сайт',
|
|
15
|
-
'linkCreate.confirm-dismiss-dialog.modal.cancel-button-label': 'Назад',
|
|
16
|
-
'linkCreate.confirm-dismiss-dialog.modal.confirm-button-label': 'Забыть изменения',
|
|
17
|
-
'linkCreate.confirm-dismiss-dialog.modal.description': 'Если вы покинете эту страницу, ваша информация будет утеряна.',
|
|
18
|
-
'linkCreate.confirm-dismiss-dialog.modal.title': 'Изменения не будут сохранены',
|
|
19
|
-
'linkCreate.createForm.button.close': 'Закрыть',
|
|
20
|
-
'linkCreate.createForm.button.create': 'Создать',
|
|
21
|
-
'linkCreate.createForm.button.createAndOpen': 'Создать и открыть',
|
|
22
|
-
'linkCreate.form.requiredField.instruction': 'Обязательные поля отмечены звездочкой',
|
|
23
|
-
'linkCreate.modal.heading': 'Создание'
|
|
24
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-create/i18n/ru';
|
|
10
|
+
export default translations;
|