@atlaskit/status 3.0.24 → 3.0.26

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 (168) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/afm-cc/tsconfig.json +2 -4
  3. package/afm-jira/tsconfig.json +3 -5
  4. package/afm-products/tsconfig.json +2 -4
  5. package/dist/cjs/components/StatusPicker.compiled.css +1 -1
  6. package/dist/cjs/components/StatusPicker.js +1 -1
  7. package/dist/cjs/components/analytics.js +1 -1
  8. package/dist/cjs/components/internal/color-palette.js +2 -2
  9. package/dist/cjs/components/internal/color.compiled.css +3 -3
  10. package/dist/cjs/components/internal/color.js +4 -4
  11. package/dist/cjs/i18n/cs.js +10 -3
  12. package/dist/cjs/i18n/da.js +10 -3
  13. package/dist/cjs/i18n/de.js +10 -3
  14. package/dist/cjs/i18n/en.js +10 -3
  15. package/dist/cjs/i18n/en_GB.js +10 -3
  16. package/dist/cjs/i18n/en_ZZ.js +10 -3
  17. package/dist/cjs/i18n/es.js +10 -3
  18. package/dist/cjs/i18n/fi.js +10 -3
  19. package/dist/cjs/i18n/fr.js +10 -3
  20. package/dist/cjs/i18n/hr.js +10 -3
  21. package/dist/cjs/i18n/hu.js +10 -3
  22. package/dist/cjs/i18n/it.js +10 -3
  23. package/dist/cjs/i18n/ja.js +10 -3
  24. package/dist/cjs/i18n/ko.js +10 -3
  25. package/dist/cjs/i18n/nb.js +10 -3
  26. package/dist/cjs/i18n/nl.js +10 -3
  27. package/dist/cjs/i18n/pl.js +10 -3
  28. package/dist/cjs/i18n/pt_BR.js +10 -3
  29. package/dist/cjs/i18n/ru.js +10 -3
  30. package/dist/cjs/i18n/sl.js +10 -3
  31. package/dist/cjs/i18n/sr_RS.js +10 -3
  32. package/dist/cjs/i18n/sr_YR.js +10 -3
  33. package/dist/cjs/i18n/sv.js +10 -3
  34. package/dist/cjs/i18n/th.js +10 -3
  35. package/dist/cjs/i18n/tr.js +10 -3
  36. package/dist/cjs/i18n/uk.js +10 -3
  37. package/dist/cjs/i18n/vi.js +10 -3
  38. package/dist/cjs/i18n/zh.js +10 -3
  39. package/dist/cjs/i18n/zh_TW.js +10 -3
  40. package/dist/es2019/components/StatusPicker.compiled.css +1 -1
  41. package/dist/es2019/components/StatusPicker.js +1 -1
  42. package/dist/es2019/components/analytics.js +1 -1
  43. package/dist/es2019/components/internal/color-palette.js +2 -2
  44. package/dist/es2019/components/internal/color.compiled.css +3 -3
  45. package/dist/es2019/components/internal/color.js +3 -3
  46. package/dist/es2019/i18n/cs.js +10 -3
  47. package/dist/es2019/i18n/da.js +10 -3
  48. package/dist/es2019/i18n/de.js +10 -3
  49. package/dist/es2019/i18n/en.js +10 -3
  50. package/dist/es2019/i18n/en_GB.js +10 -3
  51. package/dist/es2019/i18n/en_ZZ.js +10 -3
  52. package/dist/es2019/i18n/es.js +10 -3
  53. package/dist/es2019/i18n/fi.js +10 -3
  54. package/dist/es2019/i18n/fr.js +10 -3
  55. package/dist/es2019/i18n/hr.js +10 -3
  56. package/dist/es2019/i18n/hu.js +10 -3
  57. package/dist/es2019/i18n/it.js +10 -3
  58. package/dist/es2019/i18n/ja.js +10 -3
  59. package/dist/es2019/i18n/ko.js +10 -3
  60. package/dist/es2019/i18n/nb.js +10 -3
  61. package/dist/es2019/i18n/nl.js +10 -3
  62. package/dist/es2019/i18n/pl.js +10 -3
  63. package/dist/es2019/i18n/pt_BR.js +10 -3
  64. package/dist/es2019/i18n/ru.js +10 -3
  65. package/dist/es2019/i18n/sl.js +10 -3
  66. package/dist/es2019/i18n/sr_RS.js +10 -3
  67. package/dist/es2019/i18n/sr_YR.js +10 -3
  68. package/dist/es2019/i18n/sv.js +10 -3
  69. package/dist/es2019/i18n/th.js +10 -3
  70. package/dist/es2019/i18n/tr.js +10 -3
  71. package/dist/es2019/i18n/uk.js +10 -3
  72. package/dist/es2019/i18n/vi.js +10 -3
  73. package/dist/es2019/i18n/zh.js +10 -3
  74. package/dist/es2019/i18n/zh_TW.js +10 -3
  75. package/dist/esm/components/StatusPicker.compiled.css +1 -1
  76. package/dist/esm/components/StatusPicker.js +1 -1
  77. package/dist/esm/components/analytics.js +1 -1
  78. package/dist/esm/components/internal/color-palette.js +2 -2
  79. package/dist/esm/components/internal/color.compiled.css +3 -3
  80. package/dist/esm/components/internal/color.js +3 -3
  81. package/dist/esm/i18n/cs.js +10 -3
  82. package/dist/esm/i18n/da.js +10 -3
  83. package/dist/esm/i18n/de.js +10 -3
  84. package/dist/esm/i18n/en.js +10 -3
  85. package/dist/esm/i18n/en_GB.js +10 -3
  86. package/dist/esm/i18n/en_ZZ.js +10 -3
  87. package/dist/esm/i18n/es.js +10 -3
  88. package/dist/esm/i18n/fi.js +10 -3
  89. package/dist/esm/i18n/fr.js +10 -3
  90. package/dist/esm/i18n/hr.js +10 -3
  91. package/dist/esm/i18n/hu.js +10 -3
  92. package/dist/esm/i18n/it.js +10 -3
  93. package/dist/esm/i18n/ja.js +10 -3
  94. package/dist/esm/i18n/ko.js +10 -3
  95. package/dist/esm/i18n/nb.js +10 -3
  96. package/dist/esm/i18n/nl.js +10 -3
  97. package/dist/esm/i18n/pl.js +10 -3
  98. package/dist/esm/i18n/pt_BR.js +10 -3
  99. package/dist/esm/i18n/ru.js +10 -3
  100. package/dist/esm/i18n/sl.js +10 -3
  101. package/dist/esm/i18n/sr_RS.js +10 -3
  102. package/dist/esm/i18n/sr_YR.js +10 -3
  103. package/dist/esm/i18n/sv.js +10 -3
  104. package/dist/esm/i18n/th.js +10 -3
  105. package/dist/esm/i18n/tr.js +10 -3
  106. package/dist/esm/i18n/uk.js +10 -3
  107. package/dist/esm/i18n/vi.js +10 -3
  108. package/dist/esm/i18n/zh.js +10 -3
  109. package/dist/esm/i18n/zh_TW.js +10 -3
  110. package/dist/types/i18n/cs.d.ts +10 -2
  111. package/dist/types/i18n/da.d.ts +10 -2
  112. package/dist/types/i18n/de.d.ts +10 -2
  113. package/dist/types/i18n/en.d.ts +10 -2
  114. package/dist/types/i18n/en_GB.d.ts +10 -2
  115. package/dist/types/i18n/en_ZZ.d.ts +10 -2
  116. package/dist/types/i18n/es.d.ts +10 -2
  117. package/dist/types/i18n/fi.d.ts +10 -2
  118. package/dist/types/i18n/fr.d.ts +10 -2
  119. package/dist/types/i18n/hr.d.ts +10 -2
  120. package/dist/types/i18n/hu.d.ts +10 -2
  121. package/dist/types/i18n/it.d.ts +10 -2
  122. package/dist/types/i18n/ja.d.ts +10 -2
  123. package/dist/types/i18n/ko.d.ts +10 -2
  124. package/dist/types/i18n/nb.d.ts +10 -2
  125. package/dist/types/i18n/nl.d.ts +10 -2
  126. package/dist/types/i18n/pl.d.ts +10 -2
  127. package/dist/types/i18n/pt_BR.d.ts +10 -2
  128. package/dist/types/i18n/ru.d.ts +10 -2
  129. package/dist/types/i18n/sl.d.ts +10 -2
  130. package/dist/types/i18n/sr_RS.d.ts +10 -2
  131. package/dist/types/i18n/sr_YR.d.ts +10 -2
  132. package/dist/types/i18n/sv.d.ts +10 -2
  133. package/dist/types/i18n/th.d.ts +10 -2
  134. package/dist/types/i18n/tr.d.ts +10 -2
  135. package/dist/types/i18n/uk.d.ts +10 -2
  136. package/dist/types/i18n/vi.d.ts +10 -2
  137. package/dist/types/i18n/zh.d.ts +10 -2
  138. package/dist/types/i18n/zh_TW.d.ts +10 -2
  139. package/dist/types-ts4.5/i18n/cs.d.ts +10 -2
  140. package/dist/types-ts4.5/i18n/da.d.ts +10 -2
  141. package/dist/types-ts4.5/i18n/de.d.ts +10 -2
  142. package/dist/types-ts4.5/i18n/en.d.ts +10 -2
  143. package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -2
  144. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -2
  145. package/dist/types-ts4.5/i18n/es.d.ts +10 -2
  146. package/dist/types-ts4.5/i18n/fi.d.ts +10 -2
  147. package/dist/types-ts4.5/i18n/fr.d.ts +10 -2
  148. package/dist/types-ts4.5/i18n/hr.d.ts +10 -2
  149. package/dist/types-ts4.5/i18n/hu.d.ts +10 -2
  150. package/dist/types-ts4.5/i18n/it.d.ts +10 -2
  151. package/dist/types-ts4.5/i18n/ja.d.ts +10 -2
  152. package/dist/types-ts4.5/i18n/ko.d.ts +10 -2
  153. package/dist/types-ts4.5/i18n/nb.d.ts +10 -2
  154. package/dist/types-ts4.5/i18n/nl.d.ts +10 -2
  155. package/dist/types-ts4.5/i18n/pl.d.ts +10 -2
  156. package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -2
  157. package/dist/types-ts4.5/i18n/ru.d.ts +10 -2
  158. package/dist/types-ts4.5/i18n/sl.d.ts +10 -2
  159. package/dist/types-ts4.5/i18n/sr_RS.d.ts +10 -2
  160. package/dist/types-ts4.5/i18n/sr_YR.d.ts +10 -2
  161. package/dist/types-ts4.5/i18n/sv.d.ts +10 -2
  162. package/dist/types-ts4.5/i18n/th.d.ts +10 -2
  163. package/dist/types-ts4.5/i18n/tr.d.ts +10 -2
  164. package/dist/types-ts4.5/i18n/uk.d.ts +10 -2
  165. package/dist/types-ts4.5/i18n/vi.d.ts +10 -2
  166. package/dist/types-ts4.5/i18n/zh.d.ts +10 -2
  167. package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -2
  168. package/package.json +6 -7
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/hu';
10
- export default translations;
8
+ //Hungarian
9
+ export default {
10
+ 'fabric.status.color.blue': 'Kék',
11
+ 'fabric.status.color.green': 'Zöld',
12
+ 'fabric.status.color.grey': 'Szürke',
13
+ 'fabric.status.color.purple': 'Lila',
14
+ 'fabric.status.color.red': 'Piros',
15
+ 'fabric.status.color.yellow': 'Sárga',
16
+ 'fabric.status.input.label': 'Állapot beállítása'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/it';
10
- export default translations;
8
+ //Italian (Italy)
9
+ export default {
10
+ 'fabric.status.color.blue': 'Blu',
11
+ 'fabric.status.color.green': 'Verde',
12
+ 'fabric.status.color.grey': 'Grigio',
13
+ 'fabric.status.color.purple': 'Viola',
14
+ 'fabric.status.color.red': 'Rosso',
15
+ 'fabric.status.color.yellow': 'Giallo',
16
+ 'fabric.status.input.label': 'Imposta uno stato'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/ja';
10
- export default translations;
8
+ //Japanese
9
+ export default {
10
+ 'fabric.status.color.blue': '青',
11
+ 'fabric.status.color.green': '緑',
12
+ 'fabric.status.color.grey': '灰色',
13
+ 'fabric.status.color.purple': '紫',
14
+ 'fabric.status.color.red': '赤',
15
+ 'fabric.status.color.yellow': '黄',
16
+ 'fabric.status.input.label': 'ステータスを設定'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/ko';
10
- export default translations;
8
+ //Korean
9
+ export default {
10
+ 'fabric.status.color.blue': '파란색',
11
+ 'fabric.status.color.green': '녹색',
12
+ 'fabric.status.color.grey': '회색',
13
+ 'fabric.status.color.purple': '보라색',
14
+ 'fabric.status.color.red': '빨강색',
15
+ 'fabric.status.color.yellow': '노란색',
16
+ 'fabric.status.input.label': '상태 설정'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/nb';
10
- export default translations;
8
+ //Norwegian (Bokmål)
9
+ export default {
10
+ 'fabric.status.color.blue': 'Blå',
11
+ 'fabric.status.color.green': 'Grønn',
12
+ 'fabric.status.color.grey': 'Grå',
13
+ 'fabric.status.color.purple': 'Lilla',
14
+ 'fabric.status.color.red': 'Rød',
15
+ 'fabric.status.color.yellow': 'Gul',
16
+ 'fabric.status.input.label': 'Angi en status'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/nl';
10
- export default translations;
8
+ //Dutch (Netherlands)
9
+ export default {
10
+ 'fabric.status.color.blue': 'Blauw',
11
+ 'fabric.status.color.green': 'Groen',
12
+ 'fabric.status.color.grey': 'Grijs',
13
+ 'fabric.status.color.purple': 'Paars',
14
+ 'fabric.status.color.red': 'Rood',
15
+ 'fabric.status.color.yellow': 'Geel',
16
+ 'fabric.status.input.label': 'Status instellen'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/pl';
10
- export default translations;
8
+ //Polish (Poland)
9
+ export default {
10
+ 'fabric.status.color.blue': 'Niebieski',
11
+ 'fabric.status.color.green': 'Zielony',
12
+ 'fabric.status.color.grey': 'Szary',
13
+ 'fabric.status.color.purple': 'Fioletowy',
14
+ 'fabric.status.color.red': 'Czerwony',
15
+ 'fabric.status.color.yellow': 'Żółty',
16
+ 'fabric.status.input.label': 'Ustaw status'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/pt_BR';
10
- export default translations;
8
+ //Portuguese (Brazil)
9
+ export default {
10
+ 'fabric.status.color.blue': 'Azul',
11
+ 'fabric.status.color.green': 'Verde',
12
+ 'fabric.status.color.grey': 'Cinza',
13
+ 'fabric.status.color.purple': 'Roxo',
14
+ 'fabric.status.color.red': 'Vermelho',
15
+ 'fabric.status.color.yellow': 'Amarelo',
16
+ 'fabric.status.input.label': 'Definir status'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/ru';
10
- export default translations;
8
+ //Russian
9
+ export default {
10
+ 'fabric.status.color.blue': 'Синий',
11
+ 'fabric.status.color.green': 'Зеленый',
12
+ 'fabric.status.color.grey': 'Серый',
13
+ 'fabric.status.color.purple': 'Фиолетовый',
14
+ 'fabric.status.color.red': 'Красный',
15
+ 'fabric.status.color.yellow': 'Желтый',
16
+ 'fabric.status.input.label': 'Задать статус'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/sl';
10
- export default translations;
8
+ //Slovenian (Slovenia) [sl-SI]
9
+ export default {
10
+ 'fabric.status.color.blue': 'Modra',
11
+ 'fabric.status.color.green': 'Zelena',
12
+ 'fabric.status.color.grey': 'Siva',
13
+ 'fabric.status.color.purple': 'Vijolična',
14
+ 'fabric.status.color.red': 'Rdeča',
15
+ 'fabric.status.color.yellow': 'Rumena',
16
+ 'fabric.status.input.label': 'Nastavite status'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/sr_RS';
10
- export default translations;
8
+ //Serbian (Serbia) [sr-RS]
9
+ export default {
10
+ 'fabric.status.color.blue': 'Plava',
11
+ 'fabric.status.color.green': 'Zelena',
12
+ 'fabric.status.color.grey': 'Siva',
13
+ 'fabric.status.color.purple': 'Ljubičasta',
14
+ 'fabric.status.color.red': 'Crvena',
15
+ 'fabric.status.color.yellow': 'Žuta',
16
+ 'fabric.status.input.label': 'Podesite status'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/sr_YR';
10
- export default translations;
8
+ //Serbian (Cyrillic) [sr-YR]
9
+ export default {
10
+ 'fabric.status.color.blue': 'Плава',
11
+ 'fabric.status.color.green': 'Зелена',
12
+ 'fabric.status.color.grey': 'Сива',
13
+ 'fabric.status.color.purple': 'Љубичаста',
14
+ 'fabric.status.color.red': 'Црвена',
15
+ 'fabric.status.color.yellow': 'Жута',
16
+ 'fabric.status.input.label': 'Подесите статус'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/sv';
10
- export default translations;
8
+ //Swedish
9
+ export default {
10
+ 'fabric.status.color.blue': 'Blå',
11
+ 'fabric.status.color.green': 'Grön',
12
+ 'fabric.status.color.grey': 'Grå',
13
+ 'fabric.status.color.purple': 'Lila',
14
+ 'fabric.status.color.red': 'Röd',
15
+ 'fabric.status.color.yellow': 'Gul',
16
+ 'fabric.status.input.label': 'Ange status'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/th';
10
- export default translations;
8
+ //Thai (Thailand)
9
+ export default {
10
+ 'fabric.status.color.blue': 'น้ำเงิน',
11
+ 'fabric.status.color.green': 'เขียว',
12
+ 'fabric.status.color.grey': 'เทา',
13
+ 'fabric.status.color.purple': 'ม่วง',
14
+ 'fabric.status.color.red': 'แดง',
15
+ 'fabric.status.color.yellow': 'เหลือง',
16
+ 'fabric.status.input.label': 'ตั้งค่าสถานะ'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/tr';
10
- export default translations;
8
+ //Turkish (Turkey)
9
+ export default {
10
+ 'fabric.status.color.blue': 'Mavi',
11
+ 'fabric.status.color.green': 'Yeşil',
12
+ 'fabric.status.color.grey': 'Gri',
13
+ 'fabric.status.color.purple': 'Mor',
14
+ 'fabric.status.color.red': 'Kırmızı',
15
+ 'fabric.status.color.yellow': 'Sarı',
16
+ 'fabric.status.input.label': 'Durum ayarlayın'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/uk';
10
- export default translations;
8
+ //Ukrainian (Ukraine)
9
+ export default {
10
+ 'fabric.status.color.blue': 'Синій',
11
+ 'fabric.status.color.green': 'Зелений',
12
+ 'fabric.status.color.grey': 'Сірий',
13
+ 'fabric.status.color.purple': 'Фіолетовий',
14
+ 'fabric.status.color.red': 'Червоний',
15
+ 'fabric.status.color.yellow': 'Жовтий',
16
+ 'fabric.status.input.label': 'Додати статус'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/vi';
10
- export default translations;
8
+ //Vietnamese (Vietnam)
9
+ export default {
10
+ 'fabric.status.color.blue': 'Xanh lam',
11
+ 'fabric.status.color.green': 'Xanh lục',
12
+ 'fabric.status.color.grey': 'Xám',
13
+ 'fabric.status.color.purple': 'Tím',
14
+ 'fabric.status.color.red': 'Đỏ',
15
+ 'fabric.status.color.yellow': 'Vàng',
16
+ 'fabric.status.input.label': 'Đặt trạng thái'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/zh';
10
- export default translations;
8
+ //Chinese (Simplified)
9
+ export default {
10
+ 'fabric.status.color.blue': '蓝色',
11
+ 'fabric.status.color.green': '绿色',
12
+ 'fabric.status.color.grey': '灰色',
13
+ 'fabric.status.color.purple': '紫色',
14
+ 'fabric.status.color.red': '红色',
15
+ 'fabric.status.color.yellow': '黄色',
16
+ 'fabric.status.input.label': '设置状态'
17
+ };
@@ -5,6 +5,13 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/zh_TW';
10
- export default translations;
8
+ //Chinese (Traditional)
9
+ export default {
10
+ 'fabric.status.color.blue': '藍色',
11
+ 'fabric.status.color.green': '綠色',
12
+ 'fabric.status.color.grey': '灰色',
13
+ 'fabric.status.color.purple': '紫色',
14
+ 'fabric.status.color.red': '紅色',
15
+ 'fabric.status.color.yellow': '黃色',
16
+ 'fabric.status.input.label': '設定狀態'
17
+ };
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/cs';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/da';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/de';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/en';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/en_GB';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/en_ZZ';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/es';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/fi';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/fr';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/hr';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/hu';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/it';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/ja';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/ko';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/nb';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/nl';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;
@@ -4,5 +4,13 @@
4
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
- import translations from '@atlaskit/afm-i18n-platform-elements-status/i18n/pl';
8
- export default translations;
7
+ declare const _default: {
8
+ 'fabric.status.color.blue': string;
9
+ 'fabric.status.color.green': string;
10
+ 'fabric.status.color.grey': string;
11
+ 'fabric.status.color.purple': string;
12
+ 'fabric.status.color.red': string;
13
+ 'fabric.status.color.yellow': string;
14
+ 'fabric.status.input.label': string;
15
+ };
16
+ export default _default;