@atlaskit/status 0.12.0 → 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 (132) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/dist/cjs/components/Status.js +2 -2
  3. package/dist/cjs/components/StatusPicker.js +18 -13
  4. package/dist/cjs/components/analytics.js +2 -2
  5. package/dist/cjs/components/i18n.js +7 -2
  6. package/dist/cjs/components/internal/color-palette.js +58 -8
  7. package/dist/cjs/components/internal/color.js +9 -6
  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/index.js +36 -36
  18. package/dist/cjs/i18n/it.js +4 -3
  19. package/dist/cjs/i18n/ja.js +4 -3
  20. package/dist/cjs/i18n/ko.js +4 -3
  21. package/dist/cjs/i18n/nb.js +4 -3
  22. package/dist/cjs/i18n/nl.js +4 -3
  23. package/dist/cjs/i18n/pl.js +4 -3
  24. package/dist/cjs/i18n/pt_BR.js +4 -3
  25. package/dist/cjs/i18n/pt_PT.js +2 -2
  26. package/dist/cjs/i18n/ru.js +4 -3
  27. package/dist/cjs/i18n/sk.js +2 -2
  28. package/dist/cjs/i18n/sv.js +4 -3
  29. package/dist/cjs/i18n/th.js +4 -3
  30. package/dist/cjs/i18n/tr.js +4 -3
  31. package/dist/cjs/i18n/uk.js +4 -3
  32. package/dist/cjs/i18n/vi.js +4 -3
  33. package/dist/cjs/i18n/zh.js +4 -3
  34. package/dist/cjs/i18n/zh_TW.js +4 -3
  35. package/dist/cjs/version.json +1 -1
  36. package/dist/es2019/components/Status.js +2 -2
  37. package/dist/es2019/components/StatusPicker.js +11 -6
  38. package/dist/es2019/components/i18n.js +6 -1
  39. package/dist/es2019/components/internal/color-palette.js +62 -15
  40. package/dist/es2019/components/internal/color.js +9 -6
  41. package/dist/es2019/i18n/cs.js +4 -3
  42. package/dist/es2019/i18n/da.js +4 -3
  43. package/dist/es2019/i18n/de.js +4 -3
  44. package/dist/es2019/i18n/en_ZZ.js +16 -0
  45. package/dist/es2019/i18n/es.js +4 -3
  46. package/dist/es2019/i18n/et.js +2 -2
  47. package/dist/es2019/i18n/fi.js +4 -3
  48. package/dist/es2019/i18n/fr.js +4 -3
  49. package/dist/es2019/i18n/hu.js +4 -3
  50. package/dist/es2019/i18n/it.js +4 -3
  51. package/dist/es2019/i18n/ja.js +4 -3
  52. package/dist/es2019/i18n/ko.js +4 -3
  53. package/dist/es2019/i18n/nb.js +4 -3
  54. package/dist/es2019/i18n/nl.js +4 -3
  55. package/dist/es2019/i18n/pl.js +4 -3
  56. package/dist/es2019/i18n/pt_BR.js +4 -3
  57. package/dist/es2019/i18n/pt_PT.js +2 -2
  58. package/dist/es2019/i18n/ru.js +4 -3
  59. package/dist/es2019/i18n/sk.js +2 -2
  60. package/dist/es2019/i18n/sv.js +4 -3
  61. package/dist/es2019/i18n/th.js +4 -3
  62. package/dist/es2019/i18n/tr.js +4 -3
  63. package/dist/es2019/i18n/uk.js +4 -3
  64. package/dist/es2019/i18n/vi.js +4 -3
  65. package/dist/es2019/i18n/zh.js +4 -3
  66. package/dist/es2019/i18n/zh_TW.js +4 -3
  67. package/dist/es2019/version.json +1 -1
  68. package/dist/esm/components/Status.js +2 -2
  69. package/dist/esm/components/StatusPicker.js +17 -12
  70. package/dist/esm/components/analytics.js +2 -2
  71. package/dist/esm/components/i18n.js +6 -1
  72. package/dist/esm/components/internal/color-palette.js +58 -8
  73. package/dist/esm/components/internal/color.js +9 -6
  74. package/dist/esm/i18n/cs.js +4 -3
  75. package/dist/esm/i18n/da.js +4 -3
  76. package/dist/esm/i18n/de.js +4 -3
  77. package/dist/esm/i18n/en_ZZ.js +16 -0
  78. package/dist/esm/i18n/es.js +4 -3
  79. package/dist/esm/i18n/et.js +2 -2
  80. package/dist/esm/i18n/fi.js +4 -3
  81. package/dist/esm/i18n/fr.js +4 -3
  82. package/dist/esm/i18n/hu.js +4 -3
  83. package/dist/esm/i18n/it.js +4 -3
  84. package/dist/esm/i18n/ja.js +4 -3
  85. package/dist/esm/i18n/ko.js +4 -3
  86. package/dist/esm/i18n/nb.js +4 -3
  87. package/dist/esm/i18n/nl.js +4 -3
  88. package/dist/esm/i18n/pl.js +4 -3
  89. package/dist/esm/i18n/pt_BR.js +4 -3
  90. package/dist/esm/i18n/pt_PT.js +2 -2
  91. package/dist/esm/i18n/ru.js +4 -3
  92. package/dist/esm/i18n/sk.js +2 -2
  93. package/dist/esm/i18n/sv.js +4 -3
  94. package/dist/esm/i18n/th.js +4 -3
  95. package/dist/esm/i18n/tr.js +4 -3
  96. package/dist/esm/i18n/uk.js +4 -3
  97. package/dist/esm/i18n/vi.js +4 -3
  98. package/dist/esm/i18n/zh.js +4 -3
  99. package/dist/esm/i18n/zh_TW.js +4 -3
  100. package/dist/esm/version.json +1 -1
  101. package/dist/types/components/Status.d.ts +2 -1
  102. package/dist/types/components/StatusPicker.d.ts +5 -13
  103. package/dist/types/components/i18n.d.ts +37 -2
  104. package/dist/types/components/internal/color-palette.d.ts +1 -0
  105. package/dist/types/components/internal/color.d.ts +1 -0
  106. package/dist/types/i18n/cs.d.ts +2 -1
  107. package/dist/types/i18n/da.d.ts +2 -1
  108. package/dist/types/i18n/de.d.ts +2 -1
  109. package/dist/types/i18n/en_ZZ.d.ts +16 -0
  110. package/dist/types/i18n/es.d.ts +2 -1
  111. package/dist/types/i18n/et.d.ts +1 -1
  112. package/dist/types/i18n/fi.d.ts +2 -1
  113. package/dist/types/i18n/fr.d.ts +2 -1
  114. package/dist/types/i18n/hu.d.ts +2 -1
  115. package/dist/types/i18n/it.d.ts +2 -1
  116. package/dist/types/i18n/ja.d.ts +2 -1
  117. package/dist/types/i18n/ko.d.ts +2 -1
  118. package/dist/types/i18n/nb.d.ts +2 -1
  119. package/dist/types/i18n/nl.d.ts +2 -1
  120. package/dist/types/i18n/pl.d.ts +2 -1
  121. package/dist/types/i18n/pt_BR.d.ts +2 -1
  122. package/dist/types/i18n/pt_PT.d.ts +1 -1
  123. package/dist/types/i18n/ru.d.ts +2 -1
  124. package/dist/types/i18n/sk.d.ts +1 -1
  125. package/dist/types/i18n/sv.d.ts +2 -1
  126. package/dist/types/i18n/th.d.ts +2 -1
  127. package/dist/types/i18n/tr.d.ts +2 -1
  128. package/dist/types/i18n/uk.d.ts +2 -1
  129. package/dist/types/i18n/vi.d.ts +2 -1
  130. package/dist/types/i18n/zh.d.ts +2 -1
  131. package/dist/types/i18n/zh_TW.d.ts +2 -1
  132. package/package.json +6 -6
@@ -1,6 +1,6 @@
1
1
  import { gridSize } from '@atlaskit/theme/constants';
2
2
  import * as colors from '@atlaskit/theme/colors';
3
- import React from 'react';
3
+ import React, { useEffect, useRef, useCallback } from 'react';
4
4
  import styled from 'styled-components';
5
5
  import Color from './color'; // color value, label, background, borderColor
6
6
 
@@ -11,23 +11,70 @@ const ColorPaletteWrapper = styled.div`
11
11
  display: flex;
12
12
  flex-wrap: wrap;
13
13
  `;
14
+ const VK_LEFT = 37; //ArrowLeft
15
+
16
+ const VK_RIGHT = 39; //ArrowRight
17
+
18
+ const VK_UP = 38; //ArrowUp
19
+
20
+ const VK_DOWN = 40; //ArrowDown
21
+
14
22
  export default (({
15
23
  cols = 7,
16
24
  onClick,
17
25
  selectedColor,
18
26
  className,
19
27
  onHover
20
- }) => /*#__PURE__*/React.createElement(ColorPaletteWrapper, {
21
- className: className,
22
- style: {
23
- maxWidth: cols * 32
24
- }
25
- }, palette.map(([colorValue, backgroundColor, borderColor]) => /*#__PURE__*/React.createElement(Color, {
26
- key: colorValue,
27
- value: colorValue,
28
- backgroundColor: backgroundColor,
29
- borderColor: borderColor,
30
- onClick: onClick,
31
- onHover: onHover,
32
- isSelected: colorValue === selectedColor
33
- }))));
28
+ }) => {
29
+ const colorRefs = useRef([]);
30
+ useEffect(() => {
31
+ colorRefs.current = colorRefs.current.slice(0, palette.length);
32
+ }, []);
33
+ const memoizedHandleKeyDown = useCallback(e => {
34
+ const colorIndex = palette.findIndex(([colorValue]) => colorValue === selectedColor);
35
+ let newColorIndex = null;
36
+
37
+ switch (e.keyCode) {
38
+ case VK_RIGHT:
39
+ case VK_DOWN:
40
+ e.preventDefault();
41
+ newColorIndex = colorIndex + 1 > palette.length - 1 ? 0 : colorIndex + 1;
42
+ break;
43
+
44
+ case VK_LEFT:
45
+ case VK_UP:
46
+ e.preventDefault();
47
+ newColorIndex = colorIndex - 1 < 0 ? palette.length - 1 : colorIndex - 1;
48
+ break;
49
+ }
50
+
51
+ if (newColorIndex === null) {
52
+ return;
53
+ }
54
+
55
+ const newColorValue = palette[newColorIndex][0];
56
+ const newRef = colorRefs.current[newColorIndex];
57
+ newRef === null || newRef === void 0 ? void 0 : newRef.focus();
58
+ onClick(newColorValue);
59
+ }, [selectedColor, onClick, colorRefs]);
60
+ return /*#__PURE__*/React.createElement(ColorPaletteWrapper, {
61
+ className: className,
62
+ role: "radiogroup",
63
+ style: {
64
+ maxWidth: cols * 32
65
+ },
66
+ onKeyDown: memoizedHandleKeyDown
67
+ }, palette.map(([colorValue, backgroundColor, borderColor], i) => {
68
+ return /*#__PURE__*/React.createElement(Color, {
69
+ key: colorValue,
70
+ value: colorValue,
71
+ backgroundColor: backgroundColor,
72
+ borderColor: borderColor,
73
+ onClick: onClick,
74
+ onHover: onHover,
75
+ isSelected: colorValue === selectedColor,
76
+ tabIndex: colorValue === selectedColor ? 0 : -1,
77
+ setRef: el => colorRefs.current[i] = el
78
+ });
79
+ }));
80
+ });
@@ -3,7 +3,7 @@ import EditorDoneIcon from '@atlaskit/icon/glyph/editor/done';
3
3
  import { N900, N0, N50 } from '@atlaskit/theme/colors';
4
4
  import React from 'react';
5
5
  import { PureComponent } from 'react';
6
- import { FormattedMessage } from 'react-intl';
6
+ import { FormattedMessage } from 'react-intl-next';
7
7
  import styled from 'styled-components';
8
8
  import { ANALYTICS_HOVER_DELAY } from '../constants';
9
9
  import { messages } from '../i18n';
@@ -74,24 +74,27 @@ export default class Color extends PureComponent {
74
74
  backgroundColor,
75
75
  isSelected,
76
76
  borderColor,
77
- value
77
+ value,
78
+ setRef
78
79
  } = this.props;
79
80
  const borderStyle = `1px solid ${borderColor}`;
80
- return /*#__PURE__*/React.createElement(ButtonWrapper, null, /*#__PURE__*/React.createElement(FormattedMessage, messages[`${value}Color`], label => /*#__PURE__*/React.createElement(Button, {
81
+ return /*#__PURE__*/React.createElement(ButtonWrapper, null, /*#__PURE__*/React.createElement(FormattedMessage, messages[`${value}Color`], labels => /*#__PURE__*/React.createElement(Button, {
81
82
  onClick: this.onClick,
82
83
  onMouseEnter: this.onMouseEnter,
83
84
  onMouseLeave: this.onMouseLeave,
84
85
  onMouseDown: this.onMouseDown,
85
86
  tabIndex: tabIndex,
86
87
  className: `${isSelected ? 'selected' : ''}`,
87
- title: label,
88
+ title: labels[0],
89
+ "aria-checked": isSelected,
88
90
  style: {
89
91
  backgroundColor: backgroundColor || 'transparent',
90
92
  border: borderStyle
91
- }
93
+ },
94
+ innerRef: setRef
92
95
  }, isSelected && /*#__PURE__*/React.createElement(EditorDoneIcon, {
93
96
  primaryColor: borderColor,
94
- label: label
97
+ label: labels[0]
95
98
  }))));
96
99
  }
97
100
 
@@ -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
  };
@@ -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
  };