@atlaskit/afm-i18n-platform-team-central-give-kudos 2.2.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 (139) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +29 -0
  3. package/dist/cjs/i18n/da.js +29 -0
  4. package/dist/cjs/i18n/de.js +29 -0
  5. package/dist/cjs/i18n/en.js +29 -0
  6. package/dist/cjs/i18n/en_GB.js +29 -0
  7. package/dist/cjs/i18n/en_ZZ.js +29 -0
  8. package/dist/cjs/i18n/es.js +29 -0
  9. package/dist/cjs/i18n/fi.js +29 -0
  10. package/dist/cjs/i18n/fr.js +29 -0
  11. package/dist/cjs/i18n/hu.js +29 -0
  12. package/dist/cjs/i18n/index.js +55 -0
  13. package/dist/cjs/i18n/it.js +29 -0
  14. package/dist/cjs/i18n/ja.js +29 -0
  15. package/dist/cjs/i18n/ko.js +29 -0
  16. package/dist/cjs/i18n/nb.js +29 -0
  17. package/dist/cjs/i18n/nl.js +29 -0
  18. package/dist/cjs/i18n/pl.js +29 -0
  19. package/dist/cjs/i18n/pt_BR.js +29 -0
  20. package/dist/cjs/i18n/ru.js +29 -0
  21. package/dist/cjs/i18n/sv.js +29 -0
  22. package/dist/cjs/i18n/th.js +29 -0
  23. package/dist/cjs/i18n/tr.js +29 -0
  24. package/dist/cjs/i18n/uk.js +29 -0
  25. package/dist/cjs/i18n/vi.js +29 -0
  26. package/dist/cjs/i18n/zh.js +29 -0
  27. package/dist/cjs/i18n/zh_TW.js +29 -0
  28. package/dist/cjs/index.js +18 -0
  29. package/dist/esm/i18n/cs.d.ts +26 -0
  30. package/dist/esm/i18n/cs.js +27 -0
  31. package/dist/esm/i18n/da.d.ts +26 -0
  32. package/dist/esm/i18n/da.js +27 -0
  33. package/dist/esm/i18n/de.d.ts +26 -0
  34. package/dist/esm/i18n/de.js +27 -0
  35. package/dist/esm/i18n/en.d.ts +26 -0
  36. package/dist/esm/i18n/en.js +27 -0
  37. package/dist/esm/i18n/en_GB.d.ts +26 -0
  38. package/dist/esm/i18n/en_GB.js +27 -0
  39. package/dist/esm/i18n/en_ZZ.d.ts +26 -0
  40. package/dist/esm/i18n/en_ZZ.js +27 -0
  41. package/dist/esm/i18n/es.d.ts +26 -0
  42. package/dist/esm/i18n/es.js +27 -0
  43. package/dist/esm/i18n/fi.d.ts +26 -0
  44. package/dist/esm/i18n/fi.js +27 -0
  45. package/dist/esm/i18n/fr.d.ts +26 -0
  46. package/dist/esm/i18n/fr.js +27 -0
  47. package/dist/esm/i18n/hu.d.ts +26 -0
  48. package/dist/esm/i18n/hu.js +27 -0
  49. package/dist/esm/i18n/index.d.ts +25 -0
  50. package/dist/esm/i18n/index.js +26 -0
  51. package/dist/esm/i18n/it.d.ts +26 -0
  52. package/dist/esm/i18n/it.js +27 -0
  53. package/dist/esm/i18n/ja.d.ts +26 -0
  54. package/dist/esm/i18n/ja.js +27 -0
  55. package/dist/esm/i18n/ko.d.ts +26 -0
  56. package/dist/esm/i18n/ko.js +27 -0
  57. package/dist/esm/i18n/nb.d.ts +26 -0
  58. package/dist/esm/i18n/nb.js +27 -0
  59. package/dist/esm/i18n/nl.d.ts +26 -0
  60. package/dist/esm/i18n/nl.js +27 -0
  61. package/dist/esm/i18n/pl.d.ts +26 -0
  62. package/dist/esm/i18n/pl.js +27 -0
  63. package/dist/esm/i18n/pt_BR.d.ts +26 -0
  64. package/dist/esm/i18n/pt_BR.js +27 -0
  65. package/dist/esm/i18n/ru.d.ts +26 -0
  66. package/dist/esm/i18n/ru.js +27 -0
  67. package/dist/esm/i18n/sv.d.ts +26 -0
  68. package/dist/esm/i18n/sv.js +27 -0
  69. package/dist/esm/i18n/th.d.ts +26 -0
  70. package/dist/esm/i18n/th.js +27 -0
  71. package/dist/esm/i18n/tr.d.ts +26 -0
  72. package/dist/esm/i18n/tr.js +27 -0
  73. package/dist/esm/i18n/uk.d.ts +26 -0
  74. package/dist/esm/i18n/uk.js +27 -0
  75. package/dist/esm/i18n/vi.d.ts +26 -0
  76. package/dist/esm/i18n/vi.js +27 -0
  77. package/dist/esm/i18n/zh.d.ts +26 -0
  78. package/dist/esm/i18n/zh.js +27 -0
  79. package/dist/esm/i18n/zh_TW.d.ts +26 -0
  80. package/dist/esm/i18n/zh_TW.js +27 -0
  81. package/dist/esm/index.d.ts +1 -0
  82. package/dist/esm/index.js +2 -0
  83. package/dist/types/i18n/cs.d.ts +26 -0
  84. package/dist/types/i18n/da.d.ts +26 -0
  85. package/dist/types/i18n/de.d.ts +26 -0
  86. package/dist/types/i18n/en.d.ts +26 -0
  87. package/dist/types/i18n/en_GB.d.ts +26 -0
  88. package/dist/types/i18n/en_ZZ.d.ts +26 -0
  89. package/dist/types/i18n/es.d.ts +26 -0
  90. package/dist/types/i18n/fi.d.ts +26 -0
  91. package/dist/types/i18n/fr.d.ts +26 -0
  92. package/dist/types/i18n/hu.d.ts +26 -0
  93. package/dist/types/i18n/index.d.ts +25 -0
  94. package/dist/types/i18n/it.d.ts +26 -0
  95. package/dist/types/i18n/ja.d.ts +26 -0
  96. package/dist/types/i18n/ko.d.ts +26 -0
  97. package/dist/types/i18n/nb.d.ts +26 -0
  98. package/dist/types/i18n/nl.d.ts +26 -0
  99. package/dist/types/i18n/pl.d.ts +26 -0
  100. package/dist/types/i18n/pt_BR.d.ts +26 -0
  101. package/dist/types/i18n/ru.d.ts +26 -0
  102. package/dist/types/i18n/sv.d.ts +26 -0
  103. package/dist/types/i18n/th.d.ts +26 -0
  104. package/dist/types/i18n/tr.d.ts +26 -0
  105. package/dist/types/i18n/uk.d.ts +26 -0
  106. package/dist/types/i18n/vi.d.ts +26 -0
  107. package/dist/types/i18n/zh.d.ts +26 -0
  108. package/dist/types/i18n/zh_TW.d.ts +26 -0
  109. package/dist/types/index.d.ts +1 -0
  110. package/i18n/cs.ts +29 -0
  111. package/i18n/da.ts +29 -0
  112. package/i18n/de.ts +29 -0
  113. package/i18n/en.ts +29 -0
  114. package/i18n/en_GB.ts +29 -0
  115. package/i18n/en_ZZ.ts +30 -0
  116. package/i18n/es.ts +29 -0
  117. package/i18n/fi.ts +29 -0
  118. package/i18n/fr.ts +30 -0
  119. package/i18n/hu.ts +29 -0
  120. package/i18n/index.ts +26 -0
  121. package/i18n/it.ts +30 -0
  122. package/i18n/ja.ts +29 -0
  123. package/i18n/ko.ts +29 -0
  124. package/i18n/nb.ts +29 -0
  125. package/i18n/nl.ts +29 -0
  126. package/i18n/pl.ts +30 -0
  127. package/i18n/pt_BR.ts +29 -0
  128. package/i18n/ru.ts +29 -0
  129. package/i18n/sv.ts +29 -0
  130. package/i18n/th.ts +29 -0
  131. package/i18n/tr.ts +29 -0
  132. package/i18n/uk.ts +29 -0
  133. package/i18n/vi.ts +29 -0
  134. package/i18n/zh.ts +29 -0
  135. package/i18n/zh_TW.ts +28 -0
  136. package/index.ts +2 -0
  137. package/package.json +38 -0
  138. package/tsconfig.cjs.json +8 -0
  139. package/tsconfig.json +25 -0
package/i18n/ru.ts ADDED
@@ -0,0 +1,29 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Russian
9
+ export default {
10
+ 'team-central.give-jira-kudos.created.description.flag':
11
+ 'Теперь наша команда Workplace Experience обработает запрос на подарок. ✨',
12
+ 'team-central.give-jira-kudos.created.title.flag': 'Похвала создана',
13
+ 'team-central.give-jira-kudos.creation.failed.description.flag':
14
+ 'Не удалось создать похвалу или отправить подарок. Попробуйте создать отдельную заявку по ссылке <a>go/kudos</a>.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Произошла ошибка',
16
+ 'team-central.give-kudos.button': 'Похвалить',
17
+ 'team-central.give-kudos.close-button.label': 'Закрыть панель',
18
+ 'team-central.give-kudos.confirm-close.title': 'Действительно закрыть?',
19
+ 'team-central.give-kudos.created.action.flag': 'Просмотреть похвалу',
20
+ 'team-central.give-kudos.created.description.flag': 'Похвала отправлена. <a>Просмотреть похвалу</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Похвала создана',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Не удалось создать похвалу.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Произошла ошибка',
24
+ 'team-central.give-kudos.error-icon.label': 'Ошибка',
25
+ 'team-central.give-kudos.success-icon.label': 'Готово',
26
+ 'team-central.give-kudos.unsaved.warning': 'Внесенные изменения не будут сохранены.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Отмена',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Закрыть',
29
+ };
package/i18n/sv.ts ADDED
@@ -0,0 +1,29 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Swedish
9
+ export default {
10
+ 'team-central.give-jira-kudos.created.description.flag':
11
+ 'Vårt team för arbetsplatserfarenhet fixar din gåvoförfrågan. ✨',
12
+ 'team-central.give-jira-kudos.created.title.flag': 'Beröm skapat',
13
+ 'team-central.give-jira-kudos.creation.failed.description.flag':
14
+ 'Vi kunde inte skapa dina beröm eller skicka gåvan. Försök att skapa ett separat ärende på <a>go/kudos</a>.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Något gick fel',
16
+ 'team-central.give-kudos.button': 'Ge beröm',
17
+ 'team-central.give-kudos.close-button.label': 'Stäng låda',
18
+ 'team-central.give-kudos.confirm-close.title': 'Bekräfta att du vill avsluta',
19
+ 'team-central.give-kudos.created.action.flag': 'Visa beröm',
20
+ 'team-central.give-kudos.created.description.flag': 'Ditt beröm har skickats. <a>Visa beröm</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Beröm har skapats',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Vi kunde inte skapa dina beröm.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Något gick fel',
24
+ 'team-central.give-kudos.error-icon.label': 'Fel',
25
+ 'team-central.give-kudos.success-icon.label': 'Klart!',
26
+ 'team-central.give-kudos.unsaved.warning': 'Dina ändringar sparas inte.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Avbryt',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Stäng',
29
+ };
package/i18n/th.ts ADDED
@@ -0,0 +1,29 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Thai (Thailand)
9
+ export default {
10
+ 'team-central.give-jira-kudos.created.description.flag':
11
+ 'ทีม Workplace Experience ของเราจะดำเนินการตามคำขอของขวัญ ✨',
12
+ 'team-central.give-jira-kudos.created.title.flag': 'สร้างคำชื่นชมแล้ว',
13
+ 'team-central.give-jira-kudos.creation.failed.description.flag':
14
+ 'เราไม่สามารถสร้างคำชื่นชมหรือส่งของขวัญของคุณได้ ลองสร้างคำสั่งแยกต่างหากที่ <a>go/kudos</a>',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'เกิดข้อผิดพลาดบางอย่าง',
16
+ 'team-central.give-kudos.button': 'แสดงความชื่นชม',
17
+ 'team-central.give-kudos.close-button.label': 'ปิดหน้าจอ',
18
+ 'team-central.give-kudos.confirm-close.title': 'ยืนยันการปิด',
19
+ 'team-central.give-kudos.created.action.flag': 'ดูคำชื่นชม',
20
+ 'team-central.give-kudos.created.description.flag': 'ส่งคำชื่นชมของคุณแล้ว <a>ดูคำชื่นชม</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'สร้างคำชื่นชมแล้ว',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'เราไม่สามารถสร้างคำชื่นชมของคุณได้',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'เกิดข้อผิดพลาดบางอย่าง',
24
+ 'team-central.give-kudos.error-icon.label': 'ข้อผิดพลาด',
25
+ 'team-central.give-kudos.success-icon.label': 'สำเร็จ',
26
+ 'team-central.give-kudos.unsaved.warning': 'การเปลี่ยนแปลงที่คุณทำไว้จะไม่ได้รับการบันทึก',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'ยกเลิก',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'ปิด',
29
+ };
package/i18n/tr.ts ADDED
@@ -0,0 +1,29 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Turkish (Turkey)
9
+ export default {
10
+ 'team-central.give-jira-kudos.created.description.flag':
11
+ 'İş Yeri Deneyimi takımımız şimdi hediye talebini işleme alacak. ✨',
12
+ 'team-central.give-jira-kudos.created.title.flag': 'Tebrik oluşturuldu',
13
+ 'team-central.give-jira-kudos.creation.failed.description.flag':
14
+ 'Tebrik mesajınız oluşturulamadı veya hediyeniz gönderilemedi. <a>go/kudos</a> bölümünden ayrı bir bilet oluşturmayı deneyin.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Bir hata oluştu',
16
+ 'team-central.give-kudos.button': 'Tebrik et',
17
+ 'team-central.give-kudos.close-button.label': 'Çekmeceyi kapat',
18
+ 'team-central.give-kudos.confirm-close.title': 'Kapatmayı Onaylayın',
19
+ 'team-central.give-kudos.created.action.flag': 'Tebriği görüntüleyin',
20
+ 'team-central.give-kudos.created.description.flag': 'Tebriğiniz gönderildi. <a>Tebriği görüntüleyin</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Tebrik mesajı oluşturuldu',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Tebrik mesajınız oluşturulamadı.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Bir hata oluştu',
24
+ 'team-central.give-kudos.error-icon.label': 'Hata',
25
+ 'team-central.give-kudos.success-icon.label': 'Başarılı',
26
+ 'team-central.give-kudos.unsaved.warning': 'Yaptığınız değişiklikler kaydedilmez.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'İptal',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Kapat',
29
+ };
package/i18n/uk.ts ADDED
@@ -0,0 +1,29 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Ukrainian (Ukraine)
9
+ export default {
10
+ 'team-central.give-jira-kudos.created.description.flag':
11
+ 'Наша команда з організації робочого середовища опрацює запит на подарунок. ✨',
12
+ 'team-central.give-jira-kudos.created.title.flag': 'Похвалу створено',
13
+ 'team-central.give-jira-kudos.creation.failed.description.flag':
14
+ 'Не вдалося створити похвалу або надіслати подарунок. Спробуйте створити окрему заявку: <a>go/kudos</a>.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Щось пішло не так',
16
+ 'team-central.give-kudos.button': 'Похвалити',
17
+ 'team-central.give-kudos.close-button.label': 'Закрити вікно',
18
+ 'team-central.give-kudos.confirm-close.title': 'Підтвердження закриття',
19
+ 'team-central.give-kudos.created.action.flag': 'Переглянути похвалу',
20
+ 'team-central.give-kudos.created.description.flag': 'Вашу похвалу надіслано. <a>Переглянути похвалу</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Похвалу створено',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Не вдалося створити похвалу.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Щось пішло не так',
24
+ 'team-central.give-kudos.error-icon.label': 'Помилка',
25
+ 'team-central.give-kudos.success-icon.label': 'Готово',
26
+ 'team-central.give-kudos.unsaved.warning': 'Внесені зміни не збережуться.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Скасувати',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Закрити',
29
+ };
package/i18n/vi.ts ADDED
@@ -0,0 +1,29 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Vietnamese (Vietnam)
9
+ export default {
10
+ 'team-central.give-jira-kudos.created.description.flag':
11
+ 'Bây giờ, nhóm Workplace Experience sẽ bắt tay vào thực hiện yêu cầu tặng quà này. ✨',
12
+ 'team-central.give-jira-kudos.created.title.flag': 'Đã tạo lời khen ngợi',
13
+ 'team-central.give-jira-kudos.creation.failed.description.flag':
14
+ 'Chúng tôi không thể gửi quà tặng hoặc tạo lời khen ngợi của bạn. Hãy thử lập một phiếu yêu cầu riêng tại <a>go/kudos</a>.',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': 'Đã xảy ra lỗi',
16
+ 'team-central.give-kudos.button': 'Khen ngợi',
17
+ 'team-central.give-kudos.close-button.label': 'Đóng ngăn',
18
+ 'team-central.give-kudos.confirm-close.title': 'Xác nhận đóng',
19
+ 'team-central.give-kudos.created.action.flag': 'Xem lời khen ngợi',
20
+ 'team-central.give-kudos.created.description.flag': 'Lời khen ngợi của bạn đã được gửi đi. <a>Xem lời khen ngợi</a>',
21
+ 'team-central.give-kudos.created.title.flag': 'Đã tạo lời khen ngợi',
22
+ 'team-central.give-kudos.creation.failed.description.flag': 'Chúng tôi không tạo được lời khen ngợi của bạn.',
23
+ 'team-central.give-kudos.creation.failed.title.flag': 'Đã xảy ra lỗi',
24
+ 'team-central.give-kudos.error-icon.label': 'Lỗi',
25
+ 'team-central.give-kudos.success-icon.label': 'Thành công',
26
+ 'team-central.give-kudos.unsaved.warning': 'Những thay đổi mà bạn đã thực hiện sẽ không được lưu.',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': 'Hủy',
28
+ 'team-central.give-kudos.unsaved.warning.close': 'Đóng',
29
+ };
package/i18n/zh.ts ADDED
@@ -0,0 +1,29 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Chinese (Simplified)
9
+ export default {
10
+ 'team-central.give-jira-kudos.created.description.flag':
11
+ '现在,我们的 Workplace Experience 团队将“施展魔法”来处理礼品请求。✨',
12
+ 'team-central.give-jira-kudos.created.title.flag': '已创建称赞',
13
+ 'team-central.give-jira-kudos.creation.failed.description.flag':
14
+ '无法创建您的称赞或发送礼品。请尝试在 <a>go/kudos</a> 上单独提交一个工作单。',
15
+ 'team-central.give-jira-kudos.creation.failed.title.flag': '出错了',
16
+ 'team-central.give-kudos.button': '给予称赞',
17
+ 'team-central.give-kudos.close-button.label': '关闭抽屉菜单',
18
+ 'team-central.give-kudos.confirm-close.title': '确认关闭',
19
+ 'team-central.give-kudos.created.action.flag': '查看称赞',
20
+ 'team-central.give-kudos.created.description.flag': '您的称赞已发送。<a>查看称赞</a>',
21
+ 'team-central.give-kudos.created.title.flag': '已创建称赞',
22
+ 'team-central.give-kudos.creation.failed.description.flag': '无法创建您的称赞。',
23
+ 'team-central.give-kudos.creation.failed.title.flag': '出错了',
24
+ 'team-central.give-kudos.error-icon.label': '错误',
25
+ 'team-central.give-kudos.success-icon.label': '成功',
26
+ 'team-central.give-kudos.unsaved.warning': '您所做的更改将不会保存。',
27
+ 'team-central.give-kudos.unsaved.warning.cancel': '取消',
28
+ 'team-central.give-kudos.unsaved.warning.close': '关闭',
29
+ };
package/i18n/zh_TW.ts ADDED
@@ -0,0 +1,28 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Chinese (Traditional)
9
+ export default {
10
+ 'team-central.give-jira-kudos.created.description.flag': '我們的 Workplace Experience 團隊現在將努力處理禮物要求。✨',
11
+ 'team-central.give-jira-kudos.created.title.flag': '已建立讚美',
12
+ 'team-central.give-jira-kudos.creation.failed.description.flag':
13
+ '我們無法建立您的讚美或傳送禮物。請嘗試在 <a>go/kudos</a> 中提出個別的工單。',
14
+ 'team-central.give-jira-kudos.creation.failed.title.flag': '發生錯誤',
15
+ 'team-central.give-kudos.button': '給予讚美',
16
+ 'team-central.give-kudos.close-button.label': '關閉抽屜',
17
+ 'team-central.give-kudos.confirm-close.title': '確認關閉',
18
+ 'team-central.give-kudos.created.action.flag': '檢視讚美',
19
+ 'team-central.give-kudos.created.description.flag': '您的讚美已傳送。<a>檢視讚美</a>',
20
+ 'team-central.give-kudos.created.title.flag': '已建立讚美',
21
+ 'team-central.give-kudos.creation.failed.description.flag': '我們無法建立您的讚美。',
22
+ 'team-central.give-kudos.creation.failed.title.flag': '發生錯誤',
23
+ 'team-central.give-kudos.error-icon.label': '錯誤',
24
+ 'team-central.give-kudos.success-icon.label': '成功',
25
+ 'team-central.give-kudos.unsaved.warning': '您所做的變更將不會儲存。',
26
+ 'team-central.give-kudos.unsaved.warning.cancel': '取消',
27
+ 'team-central.give-kudos.unsaved.warning.close': '關閉',
28
+ };
package/index.ts ADDED
@@ -0,0 +1,2 @@
1
+ // Re-export all i18n modules
2
+ export * from './i18n';
package/package.json ADDED
@@ -0,0 +1,38 @@
1
+ {
2
+ "name": "@atlaskit/afm-i18n-platform-team-central-give-kudos",
3
+ "version": "2.2.0",
4
+ "description": "NPM i18n package for AFM platform-team-central-give-kudos published by Traduki",
5
+ "publishConfig": {
6
+ "registry": "https://registry.npmjs.org/"
7
+ },
8
+ "author": "Atlassian Pty Ltd",
9
+ "atlassian": {
10
+ "team": "Traduki"
11
+ },
12
+ "scripts": {
13
+ "build": "node build.js",
14
+ "build:clean": "rm -rf dist",
15
+ "build:esm": "tsc --project tsconfig.json",
16
+ "build:cjs": "tsc --project tsconfig.cjs.json",
17
+ "prepublishOnly": "yarn build"
18
+ },
19
+ "license": "Atlassian Pty Ltd",
20
+ "exports": {
21
+ "./i18n/*": {
22
+ "import": "./i18n/*.ts",
23
+ "require": "./dist/cjs/i18n/*.js",
24
+ "types": "./dist/types/i18n/*.d.ts"
25
+ },
26
+ ".": {
27
+ "import": "./dist/esm/index.js",
28
+ "require": "./dist/cjs/index.js",
29
+ "types": "./dist/types/index.d.ts"
30
+ }
31
+ },
32
+ "dependencies": {},
33
+ "devDependencies": {
34
+ "typescript": "^5.0.0"
35
+ },
36
+ "module": "./dist/esm/index.js",
37
+ "types": "./dist/types/index.d.ts"
38
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "module": "CommonJS",
5
+ "outDir": "./dist/cjs",
6
+ "declarationDir": "./dist/types"
7
+ }
8
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ES2020",
4
+ "module": "ESNext",
5
+ "moduleResolution": "node",
6
+ "declaration": true,
7
+ "outDir": "./dist/esm",
8
+ "rootDir": "./",
9
+ "strict": true,
10
+ "esModuleInterop": true,
11
+ "skipLibCheck": true,
12
+ "forceConsistentCasingInFileNames": true,
13
+ "resolveJsonModule": true,
14
+ "allowSyntheticDefaultImports": true,
15
+ "isolatedModules": true
16
+ },
17
+ "include": [
18
+ "i18n/**/*",
19
+ "index.ts"
20
+ ],
21
+ "exclude": [
22
+ "node_modules",
23
+ "dist"
24
+ ]
25
+ }