@bigbinary/neeto-team-members-frontend 4.6.6 → 4.6.8

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 (61) hide show
  1. package/app/javascript/src/translations/ar.json +19 -3
  2. package/app/javascript/src/translations/bg.json +19 -3
  3. package/app/javascript/src/translations/ca.json +19 -3
  4. package/app/javascript/src/translations/cs.json +19 -3
  5. package/app/javascript/src/translations/da.json +19 -3
  6. package/app/javascript/src/translations/de.json +19 -3
  7. package/app/javascript/src/translations/en.json +2 -0
  8. package/app/javascript/src/translations/es-MX.json +19 -3
  9. package/app/javascript/src/translations/es.json +19 -3
  10. package/app/javascript/src/translations/et.json +19 -3
  11. package/app/javascript/src/translations/fi.json +19 -3
  12. package/app/javascript/src/translations/fil.json +19 -3
  13. package/app/javascript/src/translations/fr.json +19 -3
  14. package/app/javascript/src/translations/hi.json +19 -3
  15. package/app/javascript/src/translations/hr.json +19 -3
  16. package/app/javascript/src/translations/id.json +19 -3
  17. package/app/javascript/src/translations/it.json +19 -3
  18. package/app/javascript/src/translations/ja.json +19 -3
  19. package/app/javascript/src/translations/ko.json +19 -3
  20. package/app/javascript/src/translations/nl.json +19 -3
  21. package/app/javascript/src/translations/pl.json +19 -3
  22. package/app/javascript/src/translations/pt-BR.json +19 -3
  23. package/app/javascript/src/translations/pt.json +19 -3
  24. package/app/javascript/src/translations/ro.json +19 -3
  25. package/app/javascript/src/translations/ru.json +19 -3
  26. package/app/javascript/src/translations/sk.json +19 -3
  27. package/app/javascript/src/translations/sl.json +19 -3
  28. package/app/javascript/src/translations/sv.json +19 -3
  29. package/app/javascript/src/translations/th.json +19 -3
  30. package/app/javascript/src/translations/tr.json +19 -3
  31. package/app/javascript/src/translations/uk.json +19 -3
  32. package/app/javascript/src/translations/vi.json +19 -3
  33. package/app/javascript/src/translations/zh-CN.json +19 -3
  34. package/app/javascript/src/translations/zh-TW.json +19 -3
  35. package/dist/Groups.js +1 -1
  36. package/dist/ManageMember.js +2 -2
  37. package/dist/Profile.js +38 -9
  38. package/dist/Profile.js.map +1 -1
  39. package/dist/TeamMembers.js +2 -2
  40. package/dist/cjs/Groups.js +1 -1
  41. package/dist/cjs/ManageMember.js +2 -2
  42. package/dist/cjs/Profile.js +37 -8
  43. package/dist/cjs/Profile.js.map +1 -1
  44. package/dist/cjs/TeamMembers.js +2 -2
  45. package/dist/cjs/hooks.js +1 -1
  46. package/dist/cjs/index.js +3 -3
  47. package/dist/cjs/utils.js +1 -1
  48. package/dist/hooks.js +1 -1
  49. package/dist/{index-DCa26hRO.js → index-CkS1UKJX.js} +2 -2
  50. package/dist/{index-DCa26hRO.js.map → index-CkS1UKJX.js.map} +1 -1
  51. package/dist/{index-CsIyDpmI.js → index-n9GcP-2T.js} +2 -2
  52. package/dist/{index-CsIyDpmI.js.map → index-n9GcP-2T.js.map} +1 -1
  53. package/dist/index.js +3 -3
  54. package/dist/{useTeamsApi-C90SlWkS.js → useTeamsApi-BhoJWeju.js} +2 -2
  55. package/dist/useTeamsApi-BhoJWeju.js.map +1 -0
  56. package/dist/{useTeamsApi-B3QBs2O9.js → useTeamsApi-CO_vSIC_.js} +2 -2
  57. package/dist/useTeamsApi-CO_vSIC_.js.map +1 -0
  58. package/dist/utils.js +1 -1
  59. package/package.json +12 -12
  60. package/dist/useTeamsApi-B3QBs2O9.js.map +0 -1
  61. package/dist/useTeamsApi-C90SlWkS.js.map +0 -1
@@ -37,7 +37,8 @@
37
37
  "copyLink": "Kopiraj povezavo",
38
38
  "regenerateLink": "Ponovno ustvari povezavo",
39
39
  "acceptInvitation": "Sprejmi povabilo",
40
- "generateLink": "Ustvari povezavo"
40
+ "generateLink": "Ustvari povezavo",
41
+ "export": "Izvozi"
41
42
  },
42
43
  "columns": {
43
44
  "noColumnsFound": "Ni najdenih stolpcev.",
@@ -139,7 +140,13 @@
139
140
  "roleNotFound_other": "Nobene vloge ni mogoče prikazati.",
140
141
  "timeZone": "Časovni pas",
141
142
  "totalMembers": "Skupno {{taxonomies.member.plural}}",
142
- "upgradeToProPlan": "Nadgradite zgoraj dodane člane na PRO"
143
+ "upgradeToProPlan": "Nadgradite zgoraj dodane člane na PRO",
144
+ "exportAs": "Izvozi kot {{format, anyCase}}",
145
+ "exports": {
146
+ "csv": "CSV",
147
+ "pdf": "PDF",
148
+ "xlsx": "Excel"
149
+ }
143
150
  },
144
151
  "placeholders": {
145
152
  "email": "Prosimo, vnesite e-poštne naslove",
@@ -227,6 +234,14 @@
227
234
  "roleRequired": "Prosimo, izberite vlogo.",
228
235
  "validEmail_one": "Prosimo, poskrbite, da je e-poštni naslov veljaven.",
229
236
  "validEmail_other": "Prosimo, poskrbite, da so vsi e-poštni naslovi veljavni."
237
+ },
238
+ "exportPane": {
239
+ "description": {
240
+ "allMembers": "Izvozi vse {{taxonomies.member.plural}}",
241
+ "selectedMembers_one": "Izvozi izbran {{taxonomies.member.singular}}",
242
+ "selectedMembers_other": "Izvozi {{count}} izbrane {{taxonomies.member.plural}}"
243
+ },
244
+ "title": "Izvozi {{taxonomies.member.plural}}"
230
245
  }
231
246
  },
232
247
  "taxonomyDefaultLabels": {
@@ -245,7 +260,8 @@
245
260
  },
246
261
  "toastr": {
247
262
  "success": {
248
- "downloadMembers": "Vaša datoteka se pripravlja. Kmalu bo poslana na <strong>{{email}}</strong>."
263
+ "downloadMembers": "Vaša datoteka se pripravlja. Kmalu bo poslana na <strong>{{email}}</strong>.",
264
+ "exportMembers": "Vaša datoteka se pripravlja. Kmalu bo poslana na <strong>{{email}}</strong>."
249
265
  }
250
266
  }
251
267
  }
@@ -37,7 +37,8 @@
37
37
  "copyLink": "Kopiera länk",
38
38
  "regenerateLink": "Regenerera länk",
39
39
  "acceptInvitation": "Acceptera inbjudan",
40
- "generateLink": "Generera länk"
40
+ "generateLink": "Generera länk",
41
+ "export": "Exportera"
41
42
  },
42
43
  "columns": {
43
44
  "noColumnsFound": "Inga kolumner funna.",
@@ -139,7 +140,13 @@
139
140
  "roleNotFound_other": "Det finns inga roller att visa.",
140
141
  "timeZone": "Tidszon",
141
142
  "totalMembers": "Totalt {{taxonomies.member.plural}}",
142
- "upgradeToProPlan": "Uppgradera de ovan tillagda medlemmarna till PRO"
143
+ "upgradeToProPlan": "Uppgradera de ovan tillagda medlemmarna till PRO",
144
+ "exportAs": "Exportera som {{format, anyCase}}",
145
+ "exports": {
146
+ "csv": "CSV",
147
+ "pdf": "PDF",
148
+ "xlsx": "Excel"
149
+ }
143
150
  },
144
151
  "placeholders": {
145
152
  "email": "Vänligen ange e-postadresser",
@@ -227,6 +234,14 @@
227
234
  "roleRequired": "Vänligen välj en roll.",
228
235
  "validEmail_one": "Vänligen se till att e-postadressen är giltig.",
229
236
  "validEmail_other": "Vänligen se till att alla e-postadresser är giltiga."
237
+ },
238
+ "exportPane": {
239
+ "description": {
240
+ "allMembers": "Exportera alla {{taxonomies.member.plural}}",
241
+ "selectedMembers_one": "Exportera vald {{taxonomies.member.singular}}",
242
+ "selectedMembers_other": "Exportera {{count}} valda {{taxonomies.member.plural}}"
243
+ },
244
+ "title": "Exportera {{taxonomies.member.plural}}"
230
245
  }
231
246
  },
232
247
  "taxonomyDefaultLabels": {
@@ -245,7 +260,8 @@
245
260
  },
246
261
  "toastr": {
247
262
  "success": {
248
- "downloadMembers": "Din fil förbereds. Den kommer att skickas till <strong>{{email}}</strong> snart."
263
+ "downloadMembers": "Din fil förbereds. Den kommer att skickas till <strong>{{email}}</strong> snart.",
264
+ "exportMembers": "Din fil hålls på förberedelse. Den kommer att skickas till <strong>{{email}}</strong> inom kort."
249
265
  }
250
266
  }
251
267
  }
@@ -37,7 +37,8 @@
37
37
  "copyLink": "คัดลอกลิงก์",
38
38
  "regenerateLink": "สร้างลิงก์ใหม่",
39
39
  "acceptInvitation": "ยอมรับคำเชิญ",
40
- "generateLink": "สร้างลิงก์"
40
+ "generateLink": "สร้างลิงก์",
41
+ "export": "ส่งออก"
41
42
  },
42
43
  "columns": {
43
44
  "noColumnsFound": "ไม่พบคอลัมน์",
@@ -139,7 +140,13 @@
139
140
  "roleNotFound_other": "ไม่มีบทบาทให้แสดง。",
140
141
  "timeZone": "เขตเวลา",
141
142
  "totalMembers": "สมาชิกทั้งหมด {{taxonomies.member.plural}}",
142
- "upgradeToProPlan": "อัปเกรดสมาชิกที่เพิ่มเข้าไปด้านบนเป็น PRO"
143
+ "upgradeToProPlan": "อัปเกรดสมาชิกที่เพิ่มเข้าไปด้านบนเป็น PRO",
144
+ "exportAs": "ส่งออกเป็น {{format, anyCase}}",
145
+ "exports": {
146
+ "csv": "CSV",
147
+ "pdf": "PDF",
148
+ "xlsx": "Excel"
149
+ }
143
150
  },
144
151
  "placeholders": {
145
152
  "email": "กรุณากรอกที่อยู่อีเมล",
@@ -227,6 +234,14 @@
227
234
  "roleRequired": "กรุณาเลือกบทบาท。",
228
235
  "validEmail_one": "กรุณาตรวจสอบว่าอีเมลที่ระบุถูกต้อง。",
229
236
  "validEmail_other": "กรุณาตรวจสอบว่าอีเมลทั้งหมดถูกต้อง。"
237
+ },
238
+ "exportPane": {
239
+ "description": {
240
+ "allMembers": "ส่งออก {{taxonomies.member.plural}} ทั้งหมด",
241
+ "selectedMembers_one": "ส่งออก {{taxonomies.member.singular}} ที่เลือก",
242
+ "selectedMembers_other": "ส่งออก {{count}} {{taxonomies.member.plural}} ที่เลือก"
243
+ },
244
+ "title": "ส่งออก {{taxonomies.member.plural}}"
230
245
  }
231
246
  },
232
247
  "taxonomyDefaultLabels": {
@@ -245,7 +260,8 @@
245
260
  },
246
261
  "toastr": {
247
262
  "success": {
248
- "downloadMembers": "ไฟล์ของคุณกำลังถูกเตรียม จะถูกส่งไปยัง <strong>{{email}}</strong> ในไม่ช้า."
263
+ "downloadMembers": "ไฟล์ของคุณกำลังถูกเตรียม จะถูกส่งไปยัง <strong>{{email}}</strong> ในไม่ช้า.",
264
+ "exportMembers": "กำลังเตรียมไฟล์ของคุณ มันจะถูกส่งไปที่ <strong>{{email}}</strong> โดยเร็ว"
249
265
  }
250
266
  }
251
267
  }
@@ -37,7 +37,8 @@
37
37
  "copyLink": "Bağlantıyı kopyala",
38
38
  "regenerateLink": "Bağlantıyı yeniden oluştur",
39
39
  "acceptInvitation": "Davetiyeyi kabul et",
40
- "generateLink": "Bağlantı oluştur"
40
+ "generateLink": "Bağlantı oluştur",
41
+ "export": "Dışa aktar"
41
42
  },
42
43
  "columns": {
43
44
  "noColumnsFound": "Sütun bulunamadı.",
@@ -139,7 +140,13 @@
139
140
  "roleNotFound_other": "Gösterilecek rol yok.",
140
141
  "timeZone": "Saat dilimi",
141
142
  "totalMembers": "Toplam {{taxonomies.member.plural}}",
142
- "upgradeToProPlan": "Üstteki eklenen üyeleri PRO'ya yükselt"
143
+ "upgradeToProPlan": "Üstteki eklenen üyeleri PRO'ya yükselt",
144
+ "exportAs": "{{format, anyCase}} olarak dışa aktar",
145
+ "exports": {
146
+ "csv": "CSV",
147
+ "pdf": "PDF",
148
+ "xlsx": "Excel"
149
+ }
143
150
  },
144
151
  "placeholders": {
145
152
  "email": "Lütfen e-posta adreslerini girin",
@@ -227,6 +234,14 @@
227
234
  "roleRequired": "Lütfen bir rol seçin.",
228
235
  "validEmail_one": "Lütfen e-posta adresinin geçerli olduğundan emin olun.",
229
236
  "validEmail_other": "Lütfen tüm e-posta adreslerinin geçerli olduğundan emin olun."
237
+ },
238
+ "exportPane": {
239
+ "description": {
240
+ "allMembers": "Tüm {{taxonomies.member.plural}} dışa aktar",
241
+ "selectedMembers_one": "Seçili {{taxonomies.member.singular}} dışa aktar",
242
+ "selectedMembers_other": "{{count}} seçili {{taxonomies.member.plural}} dışa aktar"
243
+ },
244
+ "title": "{{taxonomies.member.plural}} dışa aktar"
230
245
  }
231
246
  },
232
247
  "taxonomyDefaultLabels": {
@@ -245,7 +260,8 @@
245
260
  },
246
261
  "toastr": {
247
262
  "success": {
248
- "downloadMembers": "Dosyanız hazırlanıyor. Yakında <strong>{{email}}</strong>'ye gönderilecektir."
263
+ "downloadMembers": "Dosyanız hazırlanıyor. Yakında <strong>{{email}}</strong>'ye gönderilecektir.",
264
+ "exportMembers": "Dosyanız hazırlanıyor. Kısa süre içinde <strong>{{email}}</strong> gönderilecektir."
249
265
  }
250
266
  }
251
267
  }
@@ -37,7 +37,8 @@
37
37
  "copyLink": "Скопіювати посилання",
38
38
  "regenerateLink": "Сгенерувати посилання заново",
39
39
  "acceptInvitation": "Прийняти запрошення",
40
- "generateLink": "Сгенерувати посилання"
40
+ "generateLink": "Сгенерувати посилання",
41
+ "export": "Експортувати"
41
42
  },
42
43
  "columns": {
43
44
  "noColumnsFound": "Стовпці не знайдено.",
@@ -139,7 +140,13 @@
139
140
  "roleNotFound_other": "Немає ролей для показу.",
140
141
  "timeZone": "Часовий пояс",
141
142
  "totalMembers": "Всього {{taxonomies.member.plural}}",
142
- "upgradeToProPlan": "Оновити вказаних учасників до PRO"
143
+ "upgradeToProPlan": "Оновити вказаних учасників до PRO",
144
+ "exportAs": "Експортувати як {{format, anyCase}}",
145
+ "exports": {
146
+ "csv": "CSV",
147
+ "pdf": "PDF",
148
+ "xlsx": "Excel"
149
+ }
143
150
  },
144
151
  "placeholders": {
145
152
  "email": "Будь ласка, введіть електронні адреси",
@@ -227,6 +234,14 @@
227
234
  "roleRequired": "Будь ласка, виберіть роль.",
228
235
  "validEmail_one": "Будь ласка, переконайтеся, що електронна адреса дійсна.",
229
236
  "validEmail_other": "Будь ласка, переконайтеся, що всі електронні адреси дійсні."
237
+ },
238
+ "exportPane": {
239
+ "description": {
240
+ "allMembers": "Експортувати всіх {{taxonomies.member.plural}}",
241
+ "selectedMembers_one": "Експортувати обраний {{taxonomies.member.singular}}",
242
+ "selectedMembers_other": "Експортувати {{count}} обраних {{taxonomies.member.plural}}"
243
+ },
244
+ "title": "Експорт {{taxonomies.member.plural}}"
230
245
  }
231
246
  },
232
247
  "taxonomyDefaultLabels": {
@@ -245,7 +260,8 @@
245
260
  },
246
261
  "toastr": {
247
262
  "success": {
248
- "downloadMembers": "Ваш файл готується. Він буде надісланий на <strong>{{email}}</strong> незабаром."
263
+ "downloadMembers": "Ваш файл готується. Він буде надісланий на <strong>{{email}}</strong> незабаром.",
264
+ "exportMembers": "Ваш файл готується. Він буде надісланий на <strong>{{email}}</strong> незабаром."
249
265
  }
250
266
  }
251
267
  }
@@ -37,7 +37,8 @@
37
37
  "copyLink": "Sao chép liên kết",
38
38
  "regenerateLink": "Tạo lại liên kết",
39
39
  "acceptInvitation": "Chấp nhận lời mời",
40
- "generateLink": "Tạo liên kết"
40
+ "generateLink": "Tạo liên kết",
41
+ "export": "Xuất"
41
42
  },
42
43
  "columns": {
43
44
  "noColumnsFound": "Không tìm thấy cột nào.",
@@ -139,7 +140,13 @@
139
140
  "roleNotFound_other": "Không có vai trò nào để hiển thị.",
140
141
  "timeZone": "Múi giờ",
141
142
  "totalMembers": "Tổng {{taxonomies.member.plural}}",
142
- "upgradeToProPlan": "Nâng cấp các thành viên vừa thêm lên PRO"
143
+ "upgradeToProPlan": "Nâng cấp các thành viên vừa thêm lên PRO",
144
+ "exportAs": "Xuất dưới dạng {{format, anyCase}}",
145
+ "exports": {
146
+ "csv": "CSV",
147
+ "pdf": "PDF",
148
+ "xlsx": "Excel"
149
+ }
143
150
  },
144
151
  "placeholders": {
145
152
  "email": "Vui lòng nhập các địa chỉ email",
@@ -227,6 +234,14 @@
227
234
  "roleRequired": "Vui lòng chọn một vai trò.",
228
235
  "validEmail_one": "Vui lòng đảm bảo rằng địa chỉ email là hợp lệ.",
229
236
  "validEmail_other": "Vui lòng đảm bảo rằng tất cả các địa chỉ email đều hợp lệ."
237
+ },
238
+ "exportPane": {
239
+ "description": {
240
+ "allMembers": "Xuất tất cả {{taxonomies.member.plural}}",
241
+ "selectedMembers_one": "Xuất {{taxonomies.member.singular}} đã chọn",
242
+ "selectedMembers_other": "Xuất {{count}} {{taxonomies.member.plural}} đã chọn"
243
+ },
244
+ "title": "Xuất {{taxonomies.member.plural}}"
230
245
  }
231
246
  },
232
247
  "taxonomyDefaultLabels": {
@@ -245,7 +260,8 @@
245
260
  },
246
261
  "toastr": {
247
262
  "success": {
248
- "downloadMembers": "Tệp của bạn đang được chuẩn bị. Nó sẽ được gửi đến <strong>{{email}}</strong> trong thời gian sớm nhất."
263
+ "downloadMembers": "Tệp của bạn đang được chuẩn bị. Nó sẽ được gửi đến <strong>{{email}}</strong> trong thời gian sớm nhất.",
264
+ "exportMembers": "Tệp của bạn đang được chuẩn bị. Nó sẽ được gửi đến <strong>{{email}}</strong> ngay lập tức."
249
265
  }
250
266
  }
251
267
  }
@@ -37,7 +37,8 @@
37
37
  "copyLink": "复制链接",
38
38
  "regenerateLink": "重新生成链接",
39
39
  "acceptInvitation": "接受邀请",
40
- "generateLink": "生成链接"
40
+ "generateLink": "生成链接",
41
+ "export": "导出"
41
42
  },
42
43
  "columns": {
43
44
  "noColumnsFound": "未找到列。",
@@ -139,7 +140,13 @@
139
140
  "roleNotFound_other": "没有角色可显示。",
140
141
  "timeZone": "时区",
141
142
  "totalMembers": "总计 {{taxonomies.member.plural}}",
142
- "upgradeToProPlan": "将上述添加的成员升级到专业版"
143
+ "upgradeToProPlan": "将上述添加的成员升级到专业版",
144
+ "exportAs": "导出为 {{format, anyCase}}",
145
+ "exports": {
146
+ "csv": "CSV",
147
+ "pdf": "PDF",
148
+ "xlsx": "Excel"
149
+ }
143
150
  },
144
151
  "placeholders": {
145
152
  "email": "请输入电子邮件地址",
@@ -227,6 +234,14 @@
227
234
  "roleRequired": "请选择一个角色。",
228
235
  "validEmail_one": "请确保电子邮件地址有效。",
229
236
  "validEmail_other": "请确保所有电子邮件地址有效。"
237
+ },
238
+ "exportPane": {
239
+ "description": {
240
+ "allMembers": "导出所有 {{taxonomies.member.plural}}",
241
+ "selectedMembers_one": "导出选定的 {{taxonomies.member.singular}}",
242
+ "selectedMembers_other": "导出 {{count}} 个选定的 {{taxonomies.member.plural}}"
243
+ },
244
+ "title": "导出 {{taxonomies.member.plural}}"
230
245
  }
231
246
  },
232
247
  "taxonomyDefaultLabels": {
@@ -245,7 +260,8 @@
245
260
  },
246
261
  "toastr": {
247
262
  "success": {
248
- "downloadMembers": "您的文件正在准备中。它将很快发送到 <strong>{{email}}</strong>."
263
+ "downloadMembers": "您的文件正在准备中。它将很快发送到 <strong>{{email}}</strong>.",
264
+ "exportMembers": "您的文件正在准备中。它将很快发送到 <strong>{{email}}</strong>。"
249
265
  }
250
266
  }
251
267
  }
@@ -37,7 +37,8 @@
37
37
  "copyLink": "複製鏈接",
38
38
  "regenerateLink": "重新生成鏈接",
39
39
  "acceptInvitation": "接受邀請",
40
- "generateLink": "生成鏈接"
40
+ "generateLink": "生成鏈接",
41
+ "export": "匯出"
41
42
  },
42
43
  "columns": {
43
44
  "noColumnsFound": "未找到列。",
@@ -139,7 +140,13 @@
139
140
  "roleNotFound_other": "沒有角色可以顯示。",
140
141
  "timeZone": "時區",
141
142
  "totalMembers": "總計 {{taxonomies.member.plural}}",
142
- "upgradeToProPlan": "將上述添加的成員升級到PRO"
143
+ "upgradeToProPlan": "將上述添加的成員升級到PRO",
144
+ "exportAs": "匯出為 {{format, anyCase}}",
145
+ "exports": {
146
+ "csv": "CSV",
147
+ "pdf": "PDF",
148
+ "xlsx": "Excel"
149
+ }
143
150
  },
144
151
  "placeholders": {
145
152
  "email": "請輸入電子郵件地址",
@@ -227,6 +234,14 @@
227
234
  "roleRequired": "請選擇一個角色。",
228
235
  "validEmail_one": "請確保電子郵件地址有效。",
229
236
  "validEmail_other": "請確保所有電子郵件地址有效。"
237
+ },
238
+ "exportPane": {
239
+ "description": {
240
+ "allMembers": "匯出所有 {{taxonomies.member.plural}}",
241
+ "selectedMembers_one": "匯出所選 {{taxonomies.member.singular}}",
242
+ "selectedMembers_other": "匯出 {{count}} 個所選 {{taxonomies.member.plural}}"
243
+ },
244
+ "title": "匯出 {{taxonomies.member.plural}}"
230
245
  }
231
246
  },
232
247
  "taxonomyDefaultLabels": {
@@ -245,7 +260,8 @@
245
260
  },
246
261
  "toastr": {
247
262
  "success": {
248
- "downloadMembers": "您的文件正在準備中,將很快發送到 <strong>{{email}}</strong>."
263
+ "downloadMembers": "您的文件正在準備中,將很快發送到 <strong>{{email}}</strong>.",
264
+ "exportMembers": "您的檔案正在準備中。它將很快發送到 <strong>{{email}}</strong>。"
249
265
  }
250
266
  }
251
267
  }
package/dist/Groups.js CHANGED
@@ -37,7 +37,7 @@ import Tooltip from '@bigbinary/neetoui/Tooltip';
37
37
  import { pluralizeLabelUsingTaxonomy } from './utils.js';
38
38
  import '@bigbinary/neeto-commons-frontend/constants';
39
39
  import './_commonjsHelpers-BFTU3MAI.js';
40
- import './useTeamsApi-B3QBs2O9.js';
40
+ import './useTeamsApi-CO_vSIC_.js';
41
41
  import '@babel/runtime/helpers/objectWithoutProperties';
42
42
  import 'qs';
43
43
  import './queryClient-Dsu-gu4Y.js';
@@ -16,8 +16,8 @@ import '@bigbinary/neetoui/formik/Form';
16
16
  import 'ramda';
17
17
  import 'react-i18next';
18
18
  import './index-ChnZuzES.js';
19
- import './useTeamsApi-B3QBs2O9.js';
20
- export { M as default } from './index-CsIyDpmI.js';
19
+ import './useTeamsApi-CO_vSIC_.js';
20
+ export { M as default } from './index-n9GcP-2T.js';
21
21
  import './RolesRadioGroup-BeIoQ3ll.js';
22
22
  import 'react/jsx-runtime';
23
23
  import '@babel/runtime/helpers/objectWithoutProperties';
package/dist/Profile.js CHANGED
@@ -9,9 +9,11 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
9
9
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
10
10
  import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
11
11
  import _regeneratorRuntime from '@babel/runtime/regenerator';
12
- import { useProfileImageUpload } from '@bigbinary/neeto-image-uploader-frontend/hooks';
13
12
  import { NeetoTimezoneSelector, ianaTimezoneToHumanReadable } from '@bigbinary/neeto-time-zones';
14
- import { findById, findBy, noop, isNotEmpty, _findBy } from '@bigbinary/neeto-cist';
13
+ import i18next, { t } from 'i18next';
14
+ import { findById, findBy, noop, _findBy, isNotEmpty } from '@bigbinary/neeto-cist';
15
+ import { DEFAULT_STALE_TIME, LANGUAGE_OPTIONS } from '@bigbinary/neeto-commons-frontend/constants';
16
+ import { useProfileImageUpload } from '@bigbinary/neeto-image-uploader-frontend/hooks';
15
17
  import Label from '@bigbinary/neetoui/Label';
16
18
  import Spinner from '@bigbinary/neetoui/Spinner';
17
19
  import Toastr from '@bigbinary/neetoui/Toastr';
@@ -22,10 +24,8 @@ import ActionBlock from '@bigbinary/neetoui/formik/ActionBlock';
22
24
  import { isNotNil, isNil, is, trim } from 'ramda';
23
25
  import { B as BASE_URL, Q as QUERY_KEYS, T as TIME_FORMAT_OPTIONS, D as DATE_FORMAT_OPTIONS } from './constants-Bv0kiGjC.js';
24
26
  import { useQuery } from '@tanstack/react-query';
25
- import { DEFAULT_STALE_TIME } from '@bigbinary/neeto-commons-frontend/constants';
26
27
  import { useMutationWithInvalidation } from '@bigbinary/neeto-commons-frontend/react-utils';
27
28
  import axios from 'axios';
28
- import { t } from 'i18next';
29
29
  import { globalProps } from '@bigbinary/neeto-commons-frontend/initializers';
30
30
  import * as yup from 'yup';
31
31
  import { useField } from 'formik';
@@ -292,6 +292,7 @@ var ChangeProfile = function ChangeProfile(_ref) {
292
292
  countryId = _user$countryId === void 0 ? "" : _user$countryId,
293
293
  _user$timeFormat = user.timeFormat,
294
294
  timeFormat = _user$timeFormat === void 0 ? TIME_FORMAT_OPTIONS[0].value : _user$timeFormat;
295
+ var language = i18next.resolvedLanguage || "en";
295
296
  var _useCountries = useCountries(),
296
297
  countryDropdownOptions = _useCountries.countryDropdownOptions,
297
298
  selectedCountryOption = _useCountries.selectedCountryOption,
@@ -323,6 +324,7 @@ var ChangeProfile = function ChangeProfile(_ref) {
323
324
  timeZone: timeZone,
324
325
  dateFormat: dateFormat,
325
326
  timeFormat: timeFormat,
327
+ language: language,
326
328
  avatar: {
327
329
  imageUrl: profileImageUrl,
328
330
  file: null
@@ -457,6 +459,18 @@ var ChangeProfile = function ChangeProfile(_ref) {
457
459
  setFieldValue("dateFormat", dependentFields === null || dependentFields === void 0 ? void 0 : dependentFields.dateFormat);
458
460
  setFieldValue("countryId", option === null || option === void 0 ? void 0 : option.value);
459
461
  }
462
+ }), /*#__PURE__*/jsx("div", {
463
+ className: "space-y-2",
464
+ children: /*#__PURE__*/jsx(Select, {
465
+ required: true,
466
+ "data-cy": "ntm-language-select",
467
+ name: "language",
468
+ options: LANGUAGE_OPTIONS,
469
+ label: t("neetoTeamMembers.profile.inputs.label.selectLanguage"),
470
+ onChange: function onChange(option) {
471
+ setFieldValue("language", option.value);
472
+ }
473
+ })
460
474
  }), /*#__PURE__*/jsxs("div", {
461
475
  className: "space-y-2",
462
476
  children: [/*#__PURE__*/jsxs("div", {
@@ -555,7 +569,7 @@ var sanitizeValue = function sanitizeValue(value, defaultValue) {
555
569
  };
556
570
 
557
571
  var Preview = function Preview(_ref) {
558
- var _globalProps$user, _findBy2, _findBy3;
572
+ var _globalProps$user, _findBy2, _findBy3, _findBy4;
559
573
  var _ref$preferredDateFor = _ref.preferredDateFormat,
560
574
  preferredDateFormat = _ref$preferredDateFor === void 0 ? {} : _ref$preferredDateFor,
561
575
  _ref$preferredTimeFor = _ref.preferredTimeFormat,
@@ -570,12 +584,14 @@ var Preview = function Preview(_ref) {
570
584
  _useFetchProfile$data3 = _useFetchProfile$data2.user,
571
585
  user = _useFetchProfile$data3 === void 0 ? {} : _useFetchProfile$data3,
572
586
  isFetchingUserDetails = _useFetchProfile.isFetching;
587
+ var userLanguage = i18next.resolvedLanguage || "en";
573
588
  var sanitizedUser = {
574
589
  countryName: sanitizeValue(user.countryName, "-"),
575
590
  dateFormat: sanitizeValue(user.dateFormat, ""),
576
591
  email: sanitizeValue(user.email, "-"),
577
592
  firstName: sanitizeValue(user.firstName, "-"),
578
593
  lastName: sanitizeValue(user.lastName, "-"),
594
+ language: sanitizeValue(userLanguage, "-"),
579
595
  profileImageUrl: sanitizeValue(user.profileImageUrl, ""),
580
596
  timeFormat: sanitizeValue(user.timeFormat, ""),
581
597
  timeZone: sanitizeValue(user.timeZone, "Etc/UTC")
@@ -585,6 +601,7 @@ var Preview = function Preview(_ref) {
585
601
  email = sanitizedUser.email,
586
602
  firstName = sanitizedUser.firstName,
587
603
  lastName = sanitizedUser.lastName,
604
+ language = sanitizedUser.language,
588
605
  profileImageUrl = sanitizedUser.profileImageUrl,
589
606
  timeFormat = sanitizedUser.timeFormat,
590
607
  timeZone = sanitizedUser.timeZone;
@@ -668,6 +685,18 @@ var Preview = function Preview(_ref) {
668
685
  style: "body2",
669
686
  children: countryName
670
687
  })]
688
+ }), /*#__PURE__*/jsxs("div", {
689
+ className: "flex flex-col gap-1",
690
+ children: [/*#__PURE__*/jsx(Label, {
691
+ children: t("neetoTeamMembers.labels.language")
692
+ }), /*#__PURE__*/jsx(Typography, {
693
+ className: "neeto-ui-text-gray-600",
694
+ "data-cy": "profile-preferred-language-field",
695
+ style: "body2",
696
+ children: ((_findBy2 = _findBy({
697
+ value: language
698
+ }, LANGUAGE_OPTIONS)) === null || _findBy2 === void 0 ? void 0 : _findBy2.label) || "-"
699
+ })]
671
700
  }), /*#__PURE__*/jsxs("div", {
672
701
  className: "flex flex-col gap-1",
673
702
  children: [/*#__PURE__*/jsx(Label, {
@@ -692,9 +721,9 @@ var Preview = function Preview(_ref) {
692
721
  className: "neeto-ui-text-gray-600",
693
722
  "data-cy": "profile-preferred-time-format-field",
694
723
  style: "body2",
695
- children: ((_findBy2 = _findBy({
724
+ children: ((_findBy3 = _findBy({
696
725
  value: timeFormat
697
- }, TIME_FORMAT_OPTIONS)) === null || _findBy2 === void 0 ? void 0 : _findBy2.label) || "-"
726
+ }, TIME_FORMAT_OPTIONS)) === null || _findBy3 === void 0 ? void 0 : _findBy3.label) || "-"
698
727
  })]
699
728
  }), /*#__PURE__*/jsxs("div", {
700
729
  className: "flex flex-col gap-1",
@@ -707,9 +736,9 @@ var Preview = function Preview(_ref) {
707
736
  className: "neeto-ui-text-gray-600",
708
737
  "data-cy": "profile-preferred-date-format-field",
709
738
  style: "body2",
710
- children: ((_findBy3 = _findBy({
739
+ children: ((_findBy4 = _findBy({
711
740
  value: dateFormat
712
- }, DATE_FORMAT_OPTIONS)) === null || _findBy3 === void 0 ? void 0 : _findBy3.label) || "-"
741
+ }, DATE_FORMAT_OPTIONS)) === null || _findBy4 === void 0 ? void 0 : _findBy4.label) || "-"
713
742
  })]
714
743
  })]
715
744
  }), /*#__PURE__*/jsx("div", {