@atlaskit/afm-i18n-platform-elements-task-decision 2.51.0 → 2.53.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/dist/cjs/i18n/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/esm/i18n/en.d.ts +2 -0
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.d.ts +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.d.ts +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/i18n/en.ts +2 -0
- package/i18n/en_GB.ts +2 -0
- package/i18n/en_ZZ.ts +2 -0
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -10,6 +10,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
//
|
|
11
11
|
exports.default = {
|
|
12
12
|
'fabric.editor.fieldsetLabel': 'Action Item List',
|
|
13
|
+
'platform.taskDecision.decisionAriaLabel': 'Decision',
|
|
13
14
|
'platform.taskDecision.markTaskAsCompleted': 'Mark task as completed',
|
|
14
15
|
'platform.taskDecision.markTaskAsNotCompleted': 'Mark task as not completed',
|
|
16
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': 'Undefined decision',
|
|
15
17
|
};
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -10,6 +10,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
//English (United Kingdom)
|
|
11
11
|
exports.default = {
|
|
12
12
|
'fabric.editor.fieldsetLabel': 'Action Item List',
|
|
13
|
+
'platform.taskDecision.decisionAriaLabel': 'Decision',
|
|
13
14
|
'platform.taskDecision.markTaskAsCompleted': 'Mark task as completed',
|
|
14
15
|
'platform.taskDecision.markTaskAsNotCompleted': 'Mark task as not completed',
|
|
16
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': 'Undefined decision',
|
|
15
17
|
};
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -10,6 +10,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
//
|
|
11
11
|
exports.default = {
|
|
12
12
|
'fabric.editor.fieldsetLabel': 'Action Item List',
|
|
13
|
+
'platform.taskDecision.decisionAriaLabel': 'Decision',
|
|
13
14
|
'platform.taskDecision.markTaskAsCompleted': 'Mark task as completed',
|
|
14
15
|
'platform.taskDecision.markTaskAsNotCompleted': 'Mark task as not completed',
|
|
16
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': 'Undefined decision',
|
|
15
17
|
};
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.fieldsetLabel': string;
|
|
9
|
+
'platform.taskDecision.decisionAriaLabel': string;
|
|
9
10
|
'platform.taskDecision.markTaskAsCompleted': string;
|
|
10
11
|
'platform.taskDecision.markTaskAsNotCompleted': string;
|
|
12
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': string;
|
|
11
13
|
};
|
|
12
14
|
export default _default;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.fieldsetLabel': 'Action Item List',
|
|
11
|
+
'platform.taskDecision.decisionAriaLabel': 'Decision',
|
|
11
12
|
'platform.taskDecision.markTaskAsCompleted': 'Mark task as completed',
|
|
12
13
|
'platform.taskDecision.markTaskAsNotCompleted': 'Mark task as not completed',
|
|
14
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': 'Undefined decision',
|
|
13
15
|
};
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.fieldsetLabel': string;
|
|
9
|
+
'platform.taskDecision.decisionAriaLabel': string;
|
|
9
10
|
'platform.taskDecision.markTaskAsCompleted': string;
|
|
10
11
|
'platform.taskDecision.markTaskAsNotCompleted': string;
|
|
12
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': string;
|
|
11
13
|
};
|
|
12
14
|
export default _default;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.fieldsetLabel': 'Action Item List',
|
|
11
|
+
'platform.taskDecision.decisionAriaLabel': 'Decision',
|
|
11
12
|
'platform.taskDecision.markTaskAsCompleted': 'Mark task as completed',
|
|
12
13
|
'platform.taskDecision.markTaskAsNotCompleted': 'Mark task as not completed',
|
|
14
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': 'Undefined decision',
|
|
13
15
|
};
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.fieldsetLabel': string;
|
|
9
|
+
'platform.taskDecision.decisionAriaLabel': string;
|
|
9
10
|
'platform.taskDecision.markTaskAsCompleted': string;
|
|
10
11
|
'platform.taskDecision.markTaskAsNotCompleted': string;
|
|
12
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': string;
|
|
11
13
|
};
|
|
12
14
|
export default _default;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.fieldsetLabel': 'Action Item List',
|
|
11
|
+
'platform.taskDecision.decisionAriaLabel': 'Decision',
|
|
11
12
|
'platform.taskDecision.markTaskAsCompleted': 'Mark task as completed',
|
|
12
13
|
'platform.taskDecision.markTaskAsNotCompleted': 'Mark task as not completed',
|
|
14
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': 'Undefined decision',
|
|
13
15
|
};
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.fieldsetLabel': string;
|
|
9
|
+
'platform.taskDecision.decisionAriaLabel': string;
|
|
9
10
|
'platform.taskDecision.markTaskAsCompleted': string;
|
|
10
11
|
'platform.taskDecision.markTaskAsNotCompleted': string;
|
|
12
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': string;
|
|
11
13
|
};
|
|
12
14
|
export default _default;
|
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.fieldsetLabel': string;
|
|
9
|
+
'platform.taskDecision.decisionAriaLabel': string;
|
|
9
10
|
'platform.taskDecision.markTaskAsCompleted': string;
|
|
10
11
|
'platform.taskDecision.markTaskAsNotCompleted': string;
|
|
12
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': string;
|
|
11
13
|
};
|
|
12
14
|
export default _default;
|
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.fieldsetLabel': string;
|
|
9
|
+
'platform.taskDecision.decisionAriaLabel': string;
|
|
9
10
|
'platform.taskDecision.markTaskAsCompleted': string;
|
|
10
11
|
'platform.taskDecision.markTaskAsNotCompleted': string;
|
|
12
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': string;
|
|
11
13
|
};
|
|
12
14
|
export default _default;
|
package/i18n/en.ts
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.fieldsetLabel': 'Action Item List',
|
|
11
|
+
'platform.taskDecision.decisionAriaLabel': 'Decision',
|
|
11
12
|
'platform.taskDecision.markTaskAsCompleted': 'Mark task as completed',
|
|
12
13
|
'platform.taskDecision.markTaskAsNotCompleted': 'Mark task as not completed',
|
|
14
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': 'Undefined decision',
|
|
13
15
|
};
|
package/i18n/en_GB.ts
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.fieldsetLabel': 'Action Item List',
|
|
11
|
+
'platform.taskDecision.decisionAriaLabel': 'Decision',
|
|
11
12
|
'platform.taskDecision.markTaskAsCompleted': 'Mark task as completed',
|
|
12
13
|
'platform.taskDecision.markTaskAsNotCompleted': 'Mark task as not completed',
|
|
14
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': 'Undefined decision',
|
|
13
15
|
};
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.fieldsetLabel': 'Action Item List',
|
|
11
|
+
'platform.taskDecision.decisionAriaLabel': 'Decision',
|
|
11
12
|
'platform.taskDecision.markTaskAsCompleted': 'Mark task as completed',
|
|
12
13
|
'platform.taskDecision.markTaskAsNotCompleted': 'Mark task as not completed',
|
|
14
|
+
'platform.taskDecision.undefinedDecisionAriaLabel': 'Undefined decision',
|
|
13
15
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/afm-i18n-platform-elements-task-decision",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.53.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-elements-task-decision published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|