@atlaskit/status 1.0.1 → 1.0.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.
Files changed (116) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/components/internal/color-palette.js +58 -8
  3. package/dist/cjs/components/internal/color.js +5 -2
  4. package/dist/cjs/i18n/cs.js +4 -3
  5. package/dist/cjs/i18n/da.js +4 -3
  6. package/dist/cjs/i18n/de.js +4 -3
  7. package/dist/cjs/i18n/en_ZZ.js +24 -0
  8. package/dist/cjs/i18n/es.js +4 -3
  9. package/dist/cjs/i18n/et.js +2 -2
  10. package/dist/cjs/i18n/fi.js +4 -3
  11. package/dist/cjs/i18n/fr.js +4 -3
  12. package/dist/cjs/i18n/hu.js +4 -3
  13. package/dist/cjs/i18n/it.js +4 -3
  14. package/dist/cjs/i18n/ja.js +4 -3
  15. package/dist/cjs/i18n/ko.js +4 -3
  16. package/dist/cjs/i18n/nb.js +4 -3
  17. package/dist/cjs/i18n/nl.js +4 -3
  18. package/dist/cjs/i18n/pl.js +4 -3
  19. package/dist/cjs/i18n/pt_BR.js +4 -3
  20. package/dist/cjs/i18n/pt_PT.js +2 -2
  21. package/dist/cjs/i18n/ru.js +4 -3
  22. package/dist/cjs/i18n/sk.js +2 -2
  23. package/dist/cjs/i18n/sv.js +4 -3
  24. package/dist/cjs/i18n/th.js +4 -3
  25. package/dist/cjs/i18n/tr.js +4 -3
  26. package/dist/cjs/i18n/uk.js +4 -3
  27. package/dist/cjs/i18n/vi.js +4 -3
  28. package/dist/cjs/i18n/zh.js +4 -3
  29. package/dist/cjs/i18n/zh_TW.js +4 -3
  30. package/dist/cjs/version.json +1 -1
  31. package/dist/es2019/components/internal/color-palette.js +62 -15
  32. package/dist/es2019/components/internal/color.js +5 -2
  33. package/dist/es2019/i18n/cs.js +4 -3
  34. package/dist/es2019/i18n/da.js +4 -3
  35. package/dist/es2019/i18n/de.js +4 -3
  36. package/dist/es2019/i18n/en_ZZ.js +16 -0
  37. package/dist/es2019/i18n/es.js +4 -3
  38. package/dist/es2019/i18n/et.js +2 -2
  39. package/dist/es2019/i18n/fi.js +4 -3
  40. package/dist/es2019/i18n/fr.js +4 -3
  41. package/dist/es2019/i18n/hu.js +4 -3
  42. package/dist/es2019/i18n/it.js +4 -3
  43. package/dist/es2019/i18n/ja.js +4 -3
  44. package/dist/es2019/i18n/ko.js +4 -3
  45. package/dist/es2019/i18n/nb.js +4 -3
  46. package/dist/es2019/i18n/nl.js +4 -3
  47. package/dist/es2019/i18n/pl.js +4 -3
  48. package/dist/es2019/i18n/pt_BR.js +4 -3
  49. package/dist/es2019/i18n/pt_PT.js +2 -2
  50. package/dist/es2019/i18n/ru.js +4 -3
  51. package/dist/es2019/i18n/sk.js +2 -2
  52. package/dist/es2019/i18n/sv.js +4 -3
  53. package/dist/es2019/i18n/th.js +4 -3
  54. package/dist/es2019/i18n/tr.js +4 -3
  55. package/dist/es2019/i18n/uk.js +4 -3
  56. package/dist/es2019/i18n/vi.js +4 -3
  57. package/dist/es2019/i18n/zh.js +4 -3
  58. package/dist/es2019/i18n/zh_TW.js +4 -3
  59. package/dist/es2019/version.json +1 -1
  60. package/dist/esm/components/internal/color-palette.js +58 -8
  61. package/dist/esm/components/internal/color.js +5 -2
  62. package/dist/esm/i18n/cs.js +4 -3
  63. package/dist/esm/i18n/da.js +4 -3
  64. package/dist/esm/i18n/de.js +4 -3
  65. package/dist/esm/i18n/en_ZZ.js +16 -0
  66. package/dist/esm/i18n/es.js +4 -3
  67. package/dist/esm/i18n/et.js +2 -2
  68. package/dist/esm/i18n/fi.js +4 -3
  69. package/dist/esm/i18n/fr.js +4 -3
  70. package/dist/esm/i18n/hu.js +4 -3
  71. package/dist/esm/i18n/it.js +4 -3
  72. package/dist/esm/i18n/ja.js +4 -3
  73. package/dist/esm/i18n/ko.js +4 -3
  74. package/dist/esm/i18n/nb.js +4 -3
  75. package/dist/esm/i18n/nl.js +4 -3
  76. package/dist/esm/i18n/pl.js +4 -3
  77. package/dist/esm/i18n/pt_BR.js +4 -3
  78. package/dist/esm/i18n/pt_PT.js +2 -2
  79. package/dist/esm/i18n/ru.js +4 -3
  80. package/dist/esm/i18n/sk.js +2 -2
  81. package/dist/esm/i18n/sv.js +4 -3
  82. package/dist/esm/i18n/th.js +4 -3
  83. package/dist/esm/i18n/tr.js +4 -3
  84. package/dist/esm/i18n/uk.js +4 -3
  85. package/dist/esm/i18n/vi.js +4 -3
  86. package/dist/esm/i18n/zh.js +4 -3
  87. package/dist/esm/i18n/zh_TW.js +4 -3
  88. package/dist/esm/version.json +1 -1
  89. package/dist/types/components/internal/color.d.ts +1 -0
  90. package/dist/types/i18n/cs.d.ts +2 -1
  91. package/dist/types/i18n/da.d.ts +2 -1
  92. package/dist/types/i18n/de.d.ts +2 -1
  93. package/dist/types/i18n/en_ZZ.d.ts +16 -0
  94. package/dist/types/i18n/es.d.ts +2 -1
  95. package/dist/types/i18n/et.d.ts +1 -1
  96. package/dist/types/i18n/fi.d.ts +2 -1
  97. package/dist/types/i18n/fr.d.ts +2 -1
  98. package/dist/types/i18n/hu.d.ts +2 -1
  99. package/dist/types/i18n/it.d.ts +2 -1
  100. package/dist/types/i18n/ja.d.ts +2 -1
  101. package/dist/types/i18n/ko.d.ts +2 -1
  102. package/dist/types/i18n/nb.d.ts +2 -1
  103. package/dist/types/i18n/nl.d.ts +2 -1
  104. package/dist/types/i18n/pl.d.ts +2 -1
  105. package/dist/types/i18n/pt_BR.d.ts +2 -1
  106. package/dist/types/i18n/pt_PT.d.ts +1 -1
  107. package/dist/types/i18n/ru.d.ts +2 -1
  108. package/dist/types/i18n/sk.d.ts +1 -1
  109. package/dist/types/i18n/sv.d.ts +2 -1
  110. package/dist/types/i18n/th.d.ts +2 -1
  111. package/dist/types/i18n/tr.d.ts +2 -1
  112. package/dist/types/i18n/uk.d.ts +2 -1
  113. package/dist/types/i18n/vi.d.ts +2 -1
  114. package/dist/types/i18n/zh.d.ts +2 -1
  115. package/dist/types/i18n/zh_TW.d.ts +2 -1
  116. package/package.json +1 -1
@@ -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
- // Chinese
7
+ //Chinese (Simplified)
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
- // undefined
7
+ //Chinese (Traditional)
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,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/status",
3
- "version": "1.0.1"
3
+ "version": "1.0.2"
4
4
  }
@@ -5,12 +5,20 @@ var _templateObject;
5
5
 
6
6
  import { gridSize } from '@atlaskit/theme/constants';
7
7
  import * as colors from '@atlaskit/theme/colors';
8
- import React from 'react';
8
+ import React, { useEffect, useRef, useCallback } from 'react';
9
9
  import styled from 'styled-components';
10
10
  import Color from './color'; // color value, label, background, borderColor
11
11
 
12
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
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 VK_LEFT = 37; //ArrowLeft
15
+
16
+ var VK_RIGHT = 39; //ArrowRight
17
+
18
+ var VK_UP = 38; //ArrowUp
19
+
20
+ var VK_DOWN = 40; //ArrowDown
21
+
14
22
  export default (function (_ref) {
15
23
  var _ref$cols = _ref.cols,
16
24
  cols = _ref$cols === void 0 ? 7 : _ref$cols,
@@ -18,16 +26,54 @@ export default (function (_ref) {
18
26
  selectedColor = _ref.selectedColor,
19
27
  className = _ref.className,
20
28
  onHover = _ref.onHover;
29
+ var colorRefs = useRef([]);
30
+ useEffect(function () {
31
+ colorRefs.current = colorRefs.current.slice(0, palette.length);
32
+ }, []);
33
+ var memoizedHandleKeyDown = useCallback(function (e) {
34
+ var colorIndex = palette.findIndex(function (_ref2) {
35
+ var _ref3 = _slicedToArray(_ref2, 1),
36
+ colorValue = _ref3[0];
37
+
38
+ return colorValue === selectedColor;
39
+ });
40
+ var newColorIndex = null;
41
+
42
+ switch (e.keyCode) {
43
+ case VK_RIGHT:
44
+ case VK_DOWN:
45
+ e.preventDefault();
46
+ newColorIndex = colorIndex + 1 > palette.length - 1 ? 0 : colorIndex + 1;
47
+ break;
48
+
49
+ case VK_LEFT:
50
+ case VK_UP:
51
+ e.preventDefault();
52
+ newColorIndex = colorIndex - 1 < 0 ? palette.length - 1 : colorIndex - 1;
53
+ break;
54
+ }
55
+
56
+ if (newColorIndex === null) {
57
+ return;
58
+ }
59
+
60
+ var newColorValue = palette[newColorIndex][0];
61
+ var newRef = colorRefs.current[newColorIndex];
62
+ newRef === null || newRef === void 0 ? void 0 : newRef.focus();
63
+ onClick(newColorValue);
64
+ }, [selectedColor, onClick, colorRefs]);
21
65
  return /*#__PURE__*/React.createElement(ColorPaletteWrapper, {
22
66
  className: className,
67
+ role: "radiogroup",
23
68
  style: {
24
69
  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];
70
+ },
71
+ onKeyDown: memoizedHandleKeyDown
72
+ }, palette.map(function (_ref4, i) {
73
+ var _ref5 = _slicedToArray(_ref4, 3),
74
+ colorValue = _ref5[0],
75
+ backgroundColor = _ref5[1],
76
+ borderColor = _ref5[2];
31
77
 
32
78
  return /*#__PURE__*/React.createElement(Color, {
33
79
  key: colorValue,
@@ -36,7 +82,11 @@ export default (function (_ref) {
36
82
  borderColor: borderColor,
37
83
  onClick: onClick,
38
84
  onHover: onHover,
39
- isSelected: colorValue === selectedColor
85
+ isSelected: colorValue === selectedColor,
86
+ tabIndex: colorValue === selectedColor ? 0 : -1,
87
+ setRef: function setRef(el) {
88
+ return colorRefs.current[i] = el;
89
+ }
40
90
  });
41
91
  }));
42
92
  });
@@ -83,7 +83,8 @@ var Color = /*#__PURE__*/function (_PureComponent) {
83
83
  backgroundColor = _this$props2.backgroundColor,
84
84
  isSelected = _this$props2.isSelected,
85
85
  borderColor = _this$props2.borderColor,
86
- value = _this$props2.value;
86
+ value = _this$props2.value,
87
+ setRef = _this$props2.setRef;
87
88
  var borderStyle = "1px solid ".concat(borderColor);
88
89
  return /*#__PURE__*/React.createElement(ButtonWrapper, null, /*#__PURE__*/React.createElement(FormattedMessage, messages["".concat(value, "Color")], function (labels) {
89
90
  return /*#__PURE__*/React.createElement(Button, {
@@ -94,10 +95,12 @@ var Color = /*#__PURE__*/function (_PureComponent) {
94
95
  tabIndex: tabIndex,
95
96
  className: "".concat(isSelected ? 'selected' : ''),
96
97
  title: labels[0],
98
+ "aria-checked": isSelected,
97
99
  style: {
98
100
  backgroundColor: backgroundColor || 'transparent',
99
101
  border: borderStyle
100
- }
102
+ },
103
+ innerRef: setRef
101
104
  }, isSelected && /*#__PURE__*/React.createElement(EditorDoneIcon, {
102
105
  primaryColor: borderColor,
103
106
  label: labels[0]
@@ -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
  };
@@ -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
- // Vietnamese
7
+ //Vietnamese (Vietnam)
8
8
  export default {
9
9
  'fabric.status.color.blue': 'Xanh lam',
10
10
  'fabric.status.color.green': 'Xanh lục',
11
11
  'fabric.status.color.grey': 'Xám',
12
12
  'fabric.status.color.purple': 'Tím',
13
13
  'fabric.status.color.red': 'Đỏ',
14
- 'fabric.status.color.yellow': 'Vàng'
14
+ 'fabric.status.color.yellow': 'Vàng',
15
+ 'fabric.status.input.label': 'Đặt trạng thái'
15
16
  };