@atlaskit/status 1.0.0 → 1.1.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.
Files changed (131) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cjs/components/Status.js +5 -2
  3. package/dist/cjs/components/StatusPicker.js +24 -18
  4. package/dist/cjs/components/analytics.js +2 -2
  5. package/dist/cjs/components/i18n.js +5 -0
  6. package/dist/cjs/components/internal/color-palette.js +84 -24
  7. package/dist/cjs/components/internal/color.js +21 -10
  8. package/dist/cjs/i18n/cs.js +4 -3
  9. package/dist/cjs/i18n/da.js +4 -3
  10. package/dist/cjs/i18n/de.js +4 -3
  11. package/dist/cjs/i18n/en_ZZ.js +24 -0
  12. package/dist/cjs/i18n/es.js +4 -3
  13. package/dist/cjs/i18n/et.js +2 -2
  14. package/dist/cjs/i18n/fi.js +4 -3
  15. package/dist/cjs/i18n/fr.js +4 -3
  16. package/dist/cjs/i18n/hu.js +4 -3
  17. package/dist/cjs/i18n/it.js +4 -3
  18. package/dist/cjs/i18n/ja.js +4 -3
  19. package/dist/cjs/i18n/ko.js +4 -3
  20. package/dist/cjs/i18n/nb.js +4 -3
  21. package/dist/cjs/i18n/nl.js +4 -3
  22. package/dist/cjs/i18n/pl.js +4 -3
  23. package/dist/cjs/i18n/pt_BR.js +4 -3
  24. package/dist/cjs/i18n/pt_PT.js +2 -2
  25. package/dist/cjs/i18n/ru.js +4 -3
  26. package/dist/cjs/i18n/sk.js +2 -2
  27. package/dist/cjs/i18n/sv.js +4 -3
  28. package/dist/cjs/i18n/th.js +4 -3
  29. package/dist/cjs/i18n/tr.js +4 -3
  30. package/dist/cjs/i18n/uk.js +4 -3
  31. package/dist/cjs/i18n/vi.js +4 -3
  32. package/dist/cjs/i18n/zh.js +4 -3
  33. package/dist/cjs/i18n/zh_TW.js +4 -3
  34. package/dist/cjs/version.json +1 -1
  35. package/dist/es2019/components/Status.js +6 -2
  36. package/dist/es2019/components/StatusPicker.js +20 -13
  37. package/dist/es2019/components/i18n.js +5 -0
  38. package/dist/es2019/components/internal/color-palette.js +77 -18
  39. package/dist/es2019/components/internal/color.js +25 -13
  40. package/dist/es2019/i18n/cs.js +4 -3
  41. package/dist/es2019/i18n/da.js +4 -3
  42. package/dist/es2019/i18n/de.js +4 -3
  43. package/dist/es2019/i18n/en_ZZ.js +16 -0
  44. package/dist/es2019/i18n/es.js +4 -3
  45. package/dist/es2019/i18n/et.js +2 -2
  46. package/dist/es2019/i18n/fi.js +4 -3
  47. package/dist/es2019/i18n/fr.js +4 -3
  48. package/dist/es2019/i18n/hu.js +4 -3
  49. package/dist/es2019/i18n/it.js +4 -3
  50. package/dist/es2019/i18n/ja.js +4 -3
  51. package/dist/es2019/i18n/ko.js +4 -3
  52. package/dist/es2019/i18n/nb.js +4 -3
  53. package/dist/es2019/i18n/nl.js +4 -3
  54. package/dist/es2019/i18n/pl.js +4 -3
  55. package/dist/es2019/i18n/pt_BR.js +4 -3
  56. package/dist/es2019/i18n/pt_PT.js +2 -2
  57. package/dist/es2019/i18n/ru.js +4 -3
  58. package/dist/es2019/i18n/sk.js +2 -2
  59. package/dist/es2019/i18n/sv.js +4 -3
  60. package/dist/es2019/i18n/th.js +4 -3
  61. package/dist/es2019/i18n/tr.js +4 -3
  62. package/dist/es2019/i18n/uk.js +4 -3
  63. package/dist/es2019/i18n/vi.js +4 -3
  64. package/dist/es2019/i18n/zh.js +4 -3
  65. package/dist/es2019/i18n/zh_TW.js +4 -3
  66. package/dist/es2019/version.json +1 -1
  67. package/dist/esm/components/Status.js +6 -2
  68. package/dist/esm/components/StatusPicker.js +25 -19
  69. package/dist/esm/components/analytics.js +2 -2
  70. package/dist/esm/components/i18n.js +5 -0
  71. package/dist/esm/components/internal/color-palette.js +86 -24
  72. package/dist/esm/components/internal/color.js +22 -11
  73. package/dist/esm/i18n/cs.js +4 -3
  74. package/dist/esm/i18n/da.js +4 -3
  75. package/dist/esm/i18n/de.js +4 -3
  76. package/dist/esm/i18n/en_ZZ.js +16 -0
  77. package/dist/esm/i18n/es.js +4 -3
  78. package/dist/esm/i18n/et.js +2 -2
  79. package/dist/esm/i18n/fi.js +4 -3
  80. package/dist/esm/i18n/fr.js +4 -3
  81. package/dist/esm/i18n/hu.js +4 -3
  82. package/dist/esm/i18n/it.js +4 -3
  83. package/dist/esm/i18n/ja.js +4 -3
  84. package/dist/esm/i18n/ko.js +4 -3
  85. package/dist/esm/i18n/nb.js +4 -3
  86. package/dist/esm/i18n/nl.js +4 -3
  87. package/dist/esm/i18n/pl.js +4 -3
  88. package/dist/esm/i18n/pt_BR.js +4 -3
  89. package/dist/esm/i18n/pt_PT.js +2 -2
  90. package/dist/esm/i18n/ru.js +4 -3
  91. package/dist/esm/i18n/sk.js +2 -2
  92. package/dist/esm/i18n/sv.js +4 -3
  93. package/dist/esm/i18n/th.js +4 -3
  94. package/dist/esm/i18n/tr.js +4 -3
  95. package/dist/esm/i18n/uk.js +4 -3
  96. package/dist/esm/i18n/vi.js +4 -3
  97. package/dist/esm/i18n/zh.js +4 -3
  98. package/dist/esm/i18n/zh_TW.js +4 -3
  99. package/dist/esm/version.json +1 -1
  100. package/dist/types/components/Status.d.ts +2 -1
  101. package/dist/types/components/StatusPicker.d.ts +5 -13
  102. package/dist/types/components/i18n.d.ts +5 -0
  103. package/dist/types/components/internal/color-palette.d.ts +2 -2
  104. package/dist/types/components/internal/color.d.ts +4 -3
  105. package/dist/types/i18n/cs.d.ts +2 -1
  106. package/dist/types/i18n/da.d.ts +2 -1
  107. package/dist/types/i18n/de.d.ts +2 -1
  108. package/dist/types/i18n/en_ZZ.d.ts +16 -0
  109. package/dist/types/i18n/es.d.ts +2 -1
  110. package/dist/types/i18n/et.d.ts +1 -1
  111. package/dist/types/i18n/fi.d.ts +2 -1
  112. package/dist/types/i18n/fr.d.ts +2 -1
  113. package/dist/types/i18n/hu.d.ts +2 -1
  114. package/dist/types/i18n/it.d.ts +2 -1
  115. package/dist/types/i18n/ja.d.ts +2 -1
  116. package/dist/types/i18n/ko.d.ts +2 -1
  117. package/dist/types/i18n/nb.d.ts +2 -1
  118. package/dist/types/i18n/nl.d.ts +2 -1
  119. package/dist/types/i18n/pl.d.ts +2 -1
  120. package/dist/types/i18n/pt_BR.d.ts +2 -1
  121. package/dist/types/i18n/pt_PT.d.ts +1 -1
  122. package/dist/types/i18n/ru.d.ts +2 -1
  123. package/dist/types/i18n/sk.d.ts +1 -1
  124. package/dist/types/i18n/sv.d.ts +2 -1
  125. package/dist/types/i18n/th.d.ts +2 -1
  126. package/dist/types/i18n/tr.d.ts +2 -1
  127. package/dist/types/i18n/uk.d.ts +2 -1
  128. package/dist/types/i18n/vi.d.ts +2 -1
  129. package/dist/types/i18n/zh.d.ts +2 -1
  130. package/dist/types/i18n/zh_TW.d.ts +2 -1
  131. package/package.json +14 -7
@@ -3,14 +3,24 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
3
3
 
4
4
  var _templateObject;
5
5
 
6
+ /** @jsx jsx */
6
7
  import { gridSize } from '@atlaskit/theme/constants';
7
8
  import * as colors from '@atlaskit/theme/colors';
8
- import React from 'react';
9
- import styled from 'styled-components';
9
+ import { token } from '@atlaskit/tokens';
10
+ import React, { useEffect, useRef, useCallback } from 'react';
11
+ import { css, jsx } from '@emotion/react';
10
12
  import Color from './color'; // color value, label, background, borderColor
11
13
 
12
- var palette = [['neutral', colors.N40, colors.N400], ['purple', colors.P50, colors.P400], ['blue', colors.B50, colors.B400], ['red', colors.R50, colors.R400], ['yellow', colors.Y75, colors.Y400], ['green', colors.G50, colors.G400]];
13
- var ColorPaletteWrapper = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin: ", "px ", "px 0 ", "px;\n /* Firefox bug fix: https://product-fabric.atlassian.net/browse/ED-1789 */\n display: flex;\n flex-wrap: wrap;\n"])), gridSize(), gridSize(), gridSize());
14
+ var palette = [['neutral', token('color.background.neutral', colors.N40), token('color.text', colors.N400)], ['purple', token('color.background.discovery', colors.P50), token('color.text.discovery', colors.P400)], ['blue', token('color.background.information', colors.B50), token('color.text.information', colors.B400)], ['red', token('color.background.danger', colors.R50), token('color.text.danger', colors.R400)], ['yellow', token('color.background.warning', colors.Y75), token('color.text.warning', colors.Y400)], ['green', token('color.background.success', colors.G50), token('color.text.success', colors.G400)]];
15
+ var colorPaletteWrapperStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin: ", "px ", "px 0 ", "px;\n /* Firefox bug fix: https://product-fabric.atlassian.net/browse/ED-1789 */\n display: flex;\n flex-wrap: wrap;\n"])), gridSize(), gridSize(), gridSize());
16
+ var VK_LEFT = 37; //ArrowLeft
17
+
18
+ var VK_RIGHT = 39; //ArrowRight
19
+
20
+ var VK_UP = 38; //ArrowUp
21
+
22
+ var VK_DOWN = 40; //ArrowDown
23
+
14
24
  export default (function (_ref) {
15
25
  var _ref$cols = _ref.cols,
16
26
  cols = _ref$cols === void 0 ? 7 : _ref$cols,
@@ -18,25 +28,77 @@ export default (function (_ref) {
18
28
  selectedColor = _ref.selectedColor,
19
29
  className = _ref.className,
20
30
  onHover = _ref.onHover;
21
- return /*#__PURE__*/React.createElement(ColorPaletteWrapper, {
22
- className: className,
23
- style: {
24
- maxWidth: cols * 32
25
- }
26
- }, palette.map(function (_ref2) {
27
- var _ref3 = _slicedToArray(_ref2, 3),
28
- colorValue = _ref3[0],
29
- backgroundColor = _ref3[1],
30
- borderColor = _ref3[2];
31
-
32
- return /*#__PURE__*/React.createElement(Color, {
33
- key: colorValue,
34
- value: colorValue,
35
- backgroundColor: backgroundColor,
36
- borderColor: borderColor,
37
- onClick: onClick,
38
- onHover: onHover,
39
- isSelected: colorValue === selectedColor
31
+ var colorRefs = useRef([]);
32
+ useEffect(function () {
33
+ colorRefs.current = colorRefs.current.slice(0, palette.length);
34
+ }, []);
35
+ var memoizedHandleKeyDown = useCallback(function (e) {
36
+ var colorIndex = palette.findIndex(function (_ref2) {
37
+ var _ref3 = _slicedToArray(_ref2, 1),
38
+ colorValue = _ref3[0];
39
+
40
+ return colorValue === selectedColor;
40
41
  });
41
- }));
42
+ var newColorIndex = null;
43
+
44
+ switch (e.keyCode) {
45
+ case VK_RIGHT:
46
+ case VK_DOWN:
47
+ e.preventDefault();
48
+ newColorIndex = colorIndex + 1 > palette.length - 1 ? 0 : colorIndex + 1;
49
+ break;
50
+
51
+ case VK_LEFT:
52
+ case VK_UP:
53
+ e.preventDefault();
54
+ newColorIndex = colorIndex - 1 < 0 ? palette.length - 1 : colorIndex - 1;
55
+ break;
56
+ }
57
+
58
+ if (newColorIndex === null) {
59
+ return;
60
+ }
61
+
62
+ var newColorValue = palette[newColorIndex][0];
63
+ var newRef = colorRefs.current[newColorIndex];
64
+ newRef === null || newRef === void 0 ? void 0 : newRef.focus();
65
+ onClick(newColorValue);
66
+ }, [selectedColor, onClick, colorRefs]);
67
+ return (
68
+ /**
69
+ We need to disable below eslint rule becuase of role "radiogroup". This role was added
70
+ in https://a11y-internal.atlassian.net/browse/AK-832 to fix accessibility issue.
71
+ When we migrated to emotion from styled component, we started getting this error.
72
+ Task added in https://product-fabric.atlassian.net/wiki/spaces/E/pages/3182068181/Potential+improvements#Moderate-changes.
73
+ */
74
+ // eslint-disable-next-line jsx-a11y/interactive-supports-focus
75
+ jsx("div", {
76
+ css: colorPaletteWrapperStyles,
77
+ className: className,
78
+ role: "radiogroup",
79
+ style: {
80
+ maxWidth: cols * 32
81
+ },
82
+ onKeyDown: memoizedHandleKeyDown
83
+ }, palette.map(function (_ref4, i) {
84
+ var _ref5 = _slicedToArray(_ref4, 3),
85
+ colorValue = _ref5[0],
86
+ backgroundColor = _ref5[1],
87
+ borderColor = _ref5[2];
88
+
89
+ return jsx(Color, {
90
+ key: colorValue,
91
+ value: colorValue,
92
+ backgroundColor: backgroundColor,
93
+ borderColor: borderColor,
94
+ onClick: onClick,
95
+ onHover: onHover,
96
+ isSelected: colorValue === selectedColor,
97
+ tabIndex: colorValue === selectedColor ? 0 : -1,
98
+ setRef: function setRef(el) {
99
+ return colorRefs.current[i] = el;
100
+ }
101
+ });
102
+ }))
103
+ );
42
104
  });
@@ -13,16 +13,17 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
13
13
 
14
14
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
15
15
 
16
+ /** @jsx jsx */
16
17
  import EditorDoneIcon from '@atlaskit/icon/glyph/editor/done';
17
18
  import { N900, N0, N50 } from '@atlaskit/theme/colors';
18
- import React from 'react';
19
- import { PureComponent } from 'react';
19
+ import { token } from '@atlaskit/tokens';
20
+ import React, { PureComponent } from 'react';
20
21
  import { FormattedMessage } from 'react-intl-next';
21
- import styled from 'styled-components';
22
+ import { css, jsx } from '@emotion/react';
22
23
  import { ANALYTICS_HOVER_DELAY } from '../constants';
23
24
  import { messages } from '../i18n';
24
- var Button = styled.button(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n height: 24px;\n width: 24px;\n background: ", ";\n padding: 0;\n border-radius: 4px;\n border: 1px solid ", ";\n cursor: pointer;\n display: block;\n box-sizing: border-box;\n overflow: hidden;\n"])), N900, N0);
25
- var ButtonWrapper = styled.span(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n border: 1px solid transparent;\n margin: 0 2px;\n font-size: 0;\n display: flex;\n align-items: center;\n padding: 1px;\n border-radius: 6px;\n &:hover {\n border: 1px solid ", ";\n }\n"])), N50);
25
+ var buttonStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n height: 24px;\n width: 24px;\n background: ", ";\n padding: 0;\n border-radius: 4px;\n border: 1px solid ", ";\n cursor: pointer;\n display: block;\n box-sizing: border-box;\n overflow: hidden;\n"])), token('color.background.neutral', N900), token('color.border', N0));
26
+ var buttonWrapperStyles = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n border: 1px solid transparent;\n margin: 0 2px;\n font-size: 0;\n display: flex;\n align-items: center;\n padding: 1px;\n border-radius: 6px;\n &:hover {\n border: 1px solid ", ";\n }\n"])), token('color.border', N50));
26
27
 
27
28
  var Color = /*#__PURE__*/function (_PureComponent) {
28
29
  _inherits(Color, _PureComponent);
@@ -83,22 +84,32 @@ var Color = /*#__PURE__*/function (_PureComponent) {
83
84
  backgroundColor = _this$props2.backgroundColor,
84
85
  isSelected = _this$props2.isSelected,
85
86
  borderColor = _this$props2.borderColor,
86
- value = _this$props2.value;
87
+ value = _this$props2.value,
88
+ setRef = _this$props2.setRef;
87
89
  var borderStyle = "1px solid ".concat(borderColor);
88
- return /*#__PURE__*/React.createElement(ButtonWrapper, null, /*#__PURE__*/React.createElement(FormattedMessage, messages["".concat(value, "Color")], function (labels) {
89
- return /*#__PURE__*/React.createElement(Button, {
90
+ return jsx("span", {
91
+ css: buttonWrapperStyles
92
+ }, jsx(FormattedMessage, messages["".concat(value, "Color")], function (labels) {
93
+ return jsx("button", {
94
+ css: buttonStyles,
90
95
  onClick: _this2.onClick,
91
96
  onMouseEnter: _this2.onMouseEnter,
92
97
  onMouseLeave: _this2.onMouseLeave,
93
98
  onMouseDown: _this2.onMouseDown,
94
99
  tabIndex: tabIndex,
95
100
  className: "".concat(isSelected ? 'selected' : ''),
96
- title: labels[0],
101
+ title: labels[0] // button element does not support aria-selected.
102
+ // For button selected (to be precise pressed) or not
103
+ // use aria-pressed as per
104
+ // https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role#associated_aria_roles_states_and_properties
105
+ ,
106
+ "aria-pressed": isSelected,
97
107
  style: {
98
108
  backgroundColor: backgroundColor || 'transparent',
99
109
  border: borderStyle
100
- }
101
- }, isSelected && /*#__PURE__*/React.createElement(EditorDoneIcon, {
110
+ },
111
+ ref: setRef
112
+ }, isSelected && jsx(EditorDoneIcon, {
102
113
  primaryColor: borderColor,
103
114
  label: labels[0]
104
115
  }));
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Czech
7
+ //Czech
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Modrá',
10
10
  'fabric.status.color.green': 'Zelená',
11
11
  'fabric.status.color.grey': 'Šedá',
12
12
  'fabric.status.color.purple': 'Fialová',
13
13
  'fabric.status.color.red': 'Červená',
14
- 'fabric.status.color.yellow': 'Žlutá'
14
+ 'fabric.status.color.yellow': 'Žlutá',
15
+ 'fabric.status.input.label': 'Nastavit stav'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Danish
7
+ //Danish (Denmark)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Blå',
10
10
  'fabric.status.color.green': 'Grøn',
11
11
  'fabric.status.color.grey': 'Grå',
12
12
  'fabric.status.color.purple': 'Lilla',
13
13
  'fabric.status.color.red': 'Rød',
14
- 'fabric.status.color.yellow': 'Gul'
14
+ 'fabric.status.color.yellow': 'Gul',
15
+ 'fabric.status.input.label': 'Angiv en status'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // German
7
+ //German (Germany)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Blau',
10
10
  'fabric.status.color.green': 'Grün',
11
11
  'fabric.status.color.grey': 'Grau',
12
12
  'fabric.status.color.purple': 'Violett',
13
13
  'fabric.status.color.red': 'Rot',
14
- 'fabric.status.color.yellow': 'Gelb'
14
+ 'fabric.status.color.yellow': 'Gelb',
15
+ 'fabric.status.input.label': 'Status festlegen'
15
16
  };
@@ -0,0 +1,16 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ //
8
+ export default {
9
+ 'fabric.status.color.blue': '⁣⁢Blue‍⁠‌‌⁠‍⁠؜‍⁠؜؜⁣⁤',
10
+ 'fabric.status.color.green': '⁣⁢Green⁡⁡⁡⁠‌‌⁡‌‌⁣⁤',
11
+ 'fabric.status.color.grey': '⁣⁢Grey⁠‌؜؜⁠‍⁡⁡⁡⁠‌؜⁡⁡⁣⁤',
12
+ 'fabric.status.color.purple': '⁣⁢Purple⁡؜‍⁡⁠؜؜؜⁡⁣⁤',
13
+ 'fabric.status.color.red': '⁣⁢Red⁡‌‌‌‌⁠‍‌؜؜⁡‍⁣⁤',
14
+ 'fabric.status.color.yellow': '⁣⁢Yellow‍⁡‍⁣⁤',
15
+ 'fabric.status.input.label': '⁣⁢Set a status‍‌؜‌⁡‍‍؜‍؜‍⁠⁣⁤'
16
+ };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Spanish
7
+ //Spanish (International)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Azul',
10
10
  'fabric.status.color.green': 'Verde',
11
11
  'fabric.status.color.grey': 'Gris',
12
12
  'fabric.status.color.purple': 'Morado',
13
13
  'fabric.status.color.red': 'Rojo',
14
- 'fabric.status.color.yellow': 'Amarillo'
14
+ 'fabric.status.color.yellow': 'Amarillo',
15
+ 'fabric.status.input.label': 'Establecer un estado'
15
16
  };
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Estonian
7
+ //Estonian
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Sinine',
10
10
  'fabric.status.color.green': 'Roheline',
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Finnish
7
+ //Finnish
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Sininen',
10
10
  'fabric.status.color.green': 'Vihreä',
11
11
  'fabric.status.color.grey': 'Harmaa',
12
12
  'fabric.status.color.purple': 'Violetti',
13
13
  'fabric.status.color.red': 'Punainen',
14
- 'fabric.status.color.yellow': 'Keltainen'
14
+ 'fabric.status.color.yellow': 'Keltainen',
15
+ 'fabric.status.input.label': 'Aseta tila'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // French
7
+ //French (France)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Bleu',
10
10
  'fabric.status.color.green': 'Vert',
11
11
  'fabric.status.color.grey': 'Gris',
12
12
  'fabric.status.color.purple': 'Violet',
13
13
  'fabric.status.color.red': 'Rouge',
14
- 'fabric.status.color.yellow': 'Jaune'
14
+ 'fabric.status.color.yellow': 'Jaune',
15
+ 'fabric.status.input.label': 'Définir un état'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Hungarian
7
+ //Hungarian
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Kék',
10
10
  'fabric.status.color.green': 'Zöld',
11
11
  'fabric.status.color.grey': 'Szürke',
12
12
  'fabric.status.color.purple': 'Lila',
13
13
  'fabric.status.color.red': 'Piros',
14
- 'fabric.status.color.yellow': 'Sárga'
14
+ 'fabric.status.color.yellow': 'Sárga',
15
+ 'fabric.status.input.label': 'Állapot beállítása'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Italian
7
+ //Italian (Italy)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Blu',
10
10
  'fabric.status.color.green': 'Verde',
11
11
  'fabric.status.color.grey': 'Grigio',
12
12
  'fabric.status.color.purple': 'Viola',
13
13
  'fabric.status.color.red': 'Rosso',
14
- 'fabric.status.color.yellow': 'Giallo'
14
+ 'fabric.status.color.yellow': 'Giallo',
15
+ 'fabric.status.input.label': 'Imposta uno stato'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Japanese
7
+ //Japanese
8
8
  export default {
9
9
  'fabric.status.color.blue': '青',
10
10
  'fabric.status.color.green': '緑',
11
11
  'fabric.status.color.grey': '灰色',
12
12
  'fabric.status.color.purple': '紫',
13
13
  'fabric.status.color.red': '赤',
14
- 'fabric.status.color.yellow': '黄'
14
+ 'fabric.status.color.yellow': '黄',
15
+ 'fabric.status.input.label': 'ステータスを設定'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Korean
7
+ //Korean
8
8
  export default {
9
9
  'fabric.status.color.blue': '파란색',
10
10
  'fabric.status.color.green': '녹색',
11
11
  'fabric.status.color.grey': '회색',
12
12
  'fabric.status.color.purple': '보라색',
13
13
  'fabric.status.color.red': '빨강색',
14
- 'fabric.status.color.yellow': '노란색'
14
+ 'fabric.status.color.yellow': '노란색',
15
+ 'fabric.status.input.label': '상태 설정'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Norwegian Bokmål
7
+ //Norwegian (Bokmål)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Blå',
10
10
  'fabric.status.color.green': 'Grønn',
11
11
  'fabric.status.color.grey': 'Grå',
12
12
  'fabric.status.color.purple': 'Lilla',
13
13
  'fabric.status.color.red': 'Rød',
14
- 'fabric.status.color.yellow': 'Gul'
14
+ 'fabric.status.color.yellow': 'Gul',
15
+ 'fabric.status.input.label': 'Angi en status'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Dutch
7
+ //Dutch (Netherlands)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Blauw',
10
10
  'fabric.status.color.green': 'Groen',
11
11
  'fabric.status.color.grey': 'Grijs',
12
12
  'fabric.status.color.purple': 'Paars',
13
13
  'fabric.status.color.red': 'Rood',
14
- 'fabric.status.color.yellow': 'Geel'
14
+ 'fabric.status.color.yellow': 'Geel',
15
+ 'fabric.status.input.label': 'Status instellen'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Polish
7
+ //Polish (Poland)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Niebieski',
10
10
  'fabric.status.color.green': 'Zielony',
11
11
  'fabric.status.color.grey': 'Szary',
12
12
  'fabric.status.color.purple': 'Fioletowy',
13
13
  'fabric.status.color.red': 'Czerwony',
14
- 'fabric.status.color.yellow': 'Żółty'
14
+ 'fabric.status.color.yellow': 'Żółty',
15
+ 'fabric.status.input.label': 'Ustaw status'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Portuguese (Brazil)
7
+ //Portuguese (Brazil)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Azul',
10
10
  'fabric.status.color.green': 'Verde',
11
11
  'fabric.status.color.grey': 'Cinza',
12
12
  'fabric.status.color.purple': 'Roxo',
13
13
  'fabric.status.color.red': 'Vermelho',
14
- 'fabric.status.color.yellow': 'Amarelo'
14
+ 'fabric.status.color.yellow': 'Amarelo',
15
+ 'fabric.status.input.label': 'Definir status'
15
16
  };
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Portuguese (Portugal)
7
+ //Portuguese (Portugal)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Azul',
10
10
  'fabric.status.color.green': 'Verde',
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Russian
7
+ //Russian
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Синий',
10
10
  'fabric.status.color.green': 'Зеленый',
11
11
  'fabric.status.color.grey': 'Серый',
12
12
  'fabric.status.color.purple': 'Фиолетовый',
13
13
  'fabric.status.color.red': 'Красный',
14
- 'fabric.status.color.yellow': 'Желтый'
14
+ 'fabric.status.color.yellow': 'Желтый',
15
+ 'fabric.status.input.label': 'Задать статус'
15
16
  };
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Slovak
7
+ //Slovak
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Modrá',
10
10
  'fabric.status.color.green': 'Zelená',
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Swedish
7
+ //Swedish
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Blå',
10
10
  'fabric.status.color.green': 'Grön',
11
11
  'fabric.status.color.grey': 'Grå',
12
12
  'fabric.status.color.purple': 'Lila',
13
13
  'fabric.status.color.red': 'Röd',
14
- 'fabric.status.color.yellow': 'Gul'
14
+ 'fabric.status.color.yellow': 'Gul',
15
+ 'fabric.status.input.label': 'Ange status'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Thai
7
+ //Thai (Thailand)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'น้ำเงิน',
10
10
  'fabric.status.color.green': 'เขียว',
11
11
  'fabric.status.color.grey': 'เทา',
12
12
  'fabric.status.color.purple': 'ม่วง',
13
13
  'fabric.status.color.red': 'แดง',
14
- 'fabric.status.color.yellow': 'เหลือง'
14
+ 'fabric.status.color.yellow': 'เหลือง',
15
+ 'fabric.status.input.label': 'ตั้งค่าสถานะ'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Turkish
7
+ //Turkish (Turkey)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Mavi',
10
10
  'fabric.status.color.green': 'Yeşil',
11
11
  'fabric.status.color.grey': 'Gri',
12
12
  'fabric.status.color.purple': 'Mor',
13
13
  'fabric.status.color.red': 'Kırmızı',
14
- 'fabric.status.color.yellow': 'Sarı'
14
+ 'fabric.status.color.yellow': 'Sarı',
15
+ 'fabric.status.input.label': 'Durum ayarlayın'
15
16
  };
@@ -1,15 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Ukrainian
7
+ //Ukrainian (Ukraine)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Синій',
10
10
  'fabric.status.color.green': 'Зелений',
11
11
  'fabric.status.color.grey': 'Сірий',
12
12
  'fabric.status.color.purple': 'Фіолетовий',
13
13
  'fabric.status.color.red': 'Червоний',
14
- 'fabric.status.color.yellow': 'Жовтий'
14
+ 'fabric.status.color.yellow': 'Жовтий',
15
+ 'fabric.status.input.label': 'Додати статус'
15
16
  };