@atlaskit/profilecard 18.2.3 → 18.3.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 (127) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/components/Error/AccessLockSVG.js +84 -0
  3. package/dist/cjs/components/Team/TeamForbiddenErrorState.js +38 -0
  4. package/dist/cjs/components/Team/TeamProfileCard.js +16 -8
  5. package/dist/cjs/i18n/cs.js +31 -30
  6. package/dist/cjs/i18n/da.js +31 -30
  7. package/dist/cjs/i18n/de.js +31 -30
  8. package/dist/cjs/i18n/en.js +31 -30
  9. package/dist/cjs/i18n/en_GB.js +31 -30
  10. package/dist/cjs/i18n/es.js +31 -30
  11. package/dist/cjs/i18n/fi.js +31 -30
  12. package/dist/cjs/i18n/fr.js +31 -30
  13. package/dist/cjs/i18n/hu.js +31 -30
  14. package/dist/cjs/i18n/it.js +31 -30
  15. package/dist/cjs/i18n/ja.js +31 -30
  16. package/dist/cjs/i18n/ko.js +31 -30
  17. package/dist/cjs/i18n/nb.js +31 -30
  18. package/dist/cjs/i18n/nl.js +31 -30
  19. package/dist/cjs/i18n/pl.js +31 -30
  20. package/dist/cjs/i18n/pt_BR.js +31 -30
  21. package/dist/cjs/i18n/ru.js +31 -30
  22. package/dist/cjs/i18n/sv.js +31 -30
  23. package/dist/cjs/i18n/th.js +31 -30
  24. package/dist/cjs/i18n/tr.js +31 -30
  25. package/dist/cjs/i18n/uk.js +31 -30
  26. package/dist/cjs/i18n/vi.js +31 -30
  27. package/dist/cjs/i18n/zh.js +31 -30
  28. package/dist/cjs/i18n/zh_TW.js +31 -30
  29. package/dist/cjs/messages.js +10 -0
  30. package/dist/cjs/styled/TeamCard.js +18 -14
  31. package/dist/cjs/util/analytics.js +1 -1
  32. package/dist/cjs/version.json +1 -1
  33. package/dist/es2019/components/Error/AccessLockSVG.js +75 -0
  34. package/dist/es2019/components/Team/TeamForbiddenErrorState.js +25 -0
  35. package/dist/es2019/components/Team/TeamProfileCard.js +16 -8
  36. package/dist/es2019/i18n/cs.js +31 -30
  37. package/dist/es2019/i18n/da.js +31 -30
  38. package/dist/es2019/i18n/de.js +31 -30
  39. package/dist/es2019/i18n/en.js +31 -30
  40. package/dist/es2019/i18n/en_GB.js +31 -30
  41. package/dist/es2019/i18n/es.js +31 -30
  42. package/dist/es2019/i18n/fi.js +31 -30
  43. package/dist/es2019/i18n/fr.js +31 -30
  44. package/dist/es2019/i18n/hu.js +31 -30
  45. package/dist/es2019/i18n/it.js +31 -30
  46. package/dist/es2019/i18n/ja.js +31 -30
  47. package/dist/es2019/i18n/ko.js +31 -30
  48. package/dist/es2019/i18n/nb.js +31 -30
  49. package/dist/es2019/i18n/nl.js +31 -30
  50. package/dist/es2019/i18n/pl.js +31 -30
  51. package/dist/es2019/i18n/pt_BR.js +31 -30
  52. package/dist/es2019/i18n/ru.js +31 -30
  53. package/dist/es2019/i18n/sv.js +31 -30
  54. package/dist/es2019/i18n/th.js +31 -30
  55. package/dist/es2019/i18n/tr.js +31 -30
  56. package/dist/es2019/i18n/uk.js +31 -30
  57. package/dist/es2019/i18n/vi.js +31 -30
  58. package/dist/es2019/i18n/zh.js +31 -30
  59. package/dist/es2019/i18n/zh_TW.js +31 -30
  60. package/dist/es2019/messages.js +10 -0
  61. package/dist/es2019/styled/TeamCard.js +7 -0
  62. package/dist/es2019/util/analytics.js +1 -1
  63. package/dist/es2019/version.json +1 -1
  64. package/dist/esm/components/Error/AccessLockSVG.js +75 -0
  65. package/dist/esm/components/Team/TeamForbiddenErrorState.js +27 -0
  66. package/dist/esm/components/Team/TeamProfileCard.js +16 -8
  67. package/dist/esm/i18n/cs.js +31 -30
  68. package/dist/esm/i18n/da.js +31 -30
  69. package/dist/esm/i18n/de.js +31 -30
  70. package/dist/esm/i18n/en.js +31 -30
  71. package/dist/esm/i18n/en_GB.js +31 -30
  72. package/dist/esm/i18n/es.js +31 -30
  73. package/dist/esm/i18n/fi.js +31 -30
  74. package/dist/esm/i18n/fr.js +31 -30
  75. package/dist/esm/i18n/hu.js +31 -30
  76. package/dist/esm/i18n/it.js +31 -30
  77. package/dist/esm/i18n/ja.js +31 -30
  78. package/dist/esm/i18n/ko.js +31 -30
  79. package/dist/esm/i18n/nb.js +31 -30
  80. package/dist/esm/i18n/nl.js +31 -30
  81. package/dist/esm/i18n/pl.js +31 -30
  82. package/dist/esm/i18n/pt_BR.js +31 -30
  83. package/dist/esm/i18n/ru.js +31 -30
  84. package/dist/esm/i18n/sv.js +31 -30
  85. package/dist/esm/i18n/th.js +31 -30
  86. package/dist/esm/i18n/tr.js +31 -30
  87. package/dist/esm/i18n/uk.js +31 -30
  88. package/dist/esm/i18n/vi.js +31 -30
  89. package/dist/esm/i18n/zh.js +31 -30
  90. package/dist/esm/i18n/zh_TW.js +31 -30
  91. package/dist/esm/messages.js +10 -0
  92. package/dist/esm/styled/TeamCard.js +14 -12
  93. package/dist/esm/util/analytics.js +1 -1
  94. package/dist/esm/version.json +1 -1
  95. package/dist/types/components/Error/AccessLockSVG.d.ts +3 -0
  96. package/dist/types/components/Team/TeamForbiddenErrorState.d.ts +6 -0
  97. package/dist/types/i18n/cs.d.ts +30 -30
  98. package/dist/types/i18n/da.d.ts +30 -30
  99. package/dist/types/i18n/de.d.ts +30 -30
  100. package/dist/types/i18n/en.d.ts +30 -30
  101. package/dist/types/i18n/en_GB.d.ts +30 -30
  102. package/dist/types/i18n/es.d.ts +30 -30
  103. package/dist/types/i18n/fi.d.ts +30 -30
  104. package/dist/types/i18n/fr.d.ts +30 -30
  105. package/dist/types/i18n/hu.d.ts +30 -30
  106. package/dist/types/i18n/it.d.ts +30 -30
  107. package/dist/types/i18n/ja.d.ts +30 -30
  108. package/dist/types/i18n/ko.d.ts +30 -30
  109. package/dist/types/i18n/nb.d.ts +30 -30
  110. package/dist/types/i18n/nl.d.ts +30 -30
  111. package/dist/types/i18n/pl.d.ts +30 -30
  112. package/dist/types/i18n/pt_BR.d.ts +30 -30
  113. package/dist/types/i18n/ru.d.ts +30 -30
  114. package/dist/types/i18n/sv.d.ts +30 -30
  115. package/dist/types/i18n/th.d.ts +30 -30
  116. package/dist/types/i18n/tr.d.ts +30 -30
  117. package/dist/types/i18n/uk.d.ts +30 -30
  118. package/dist/types/i18n/vi.d.ts +30 -30
  119. package/dist/types/i18n/zh.d.ts +30 -30
  120. package/dist/types/i18n/zh_TW.d.ts +30 -30
  121. package/dist/types/messages.d.ts +10 -0
  122. package/dist/types/styled/TeamCard.d.ts +8 -0
  123. package/dist/types/types.d.ts +6 -3
  124. package/docs/2-team-profilecard.tsx +4 -2
  125. package/package.json +11 -6
  126. package/report.api.md +6 -1
  127. package/tmp/api-report-tmp.d.ts +6 -1
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,35 +13,35 @@ exports.default = void 0;
12
13
  */
13
14
  //Thai (Thailand)
14
15
  var _default = {
15
- 'pt.profile-card.closed.account': 'ลบบัญชีแล้ว',
16
- 'pt.profile-card.closed.account.has.date.a.few.months': 'บัญชีของผู้ใช้ถูกลบไปแล้วไม่กี่เดือน',
17
- 'pt.profile-card.closed.account.has.date.last.month': 'บัญชีของผู้ใช้ถูกลบไปเมื่อเดือนที่แล้ว',
18
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'บัญชีของผู้ใช้ถูกลบไปแล้วมากกว่าหนึ่งปี',
19
- 'pt.profile-card.closed.account.has.date.several.months': 'บัญชีของผู้ใช้ถูกลบไปแล้วหลายเดือน',
20
- 'pt.profile-card.closed.account.has.date.this.month': 'บัญชีของผู้ใช้ถูกลบไปแล้วในเดือนนี้',
21
- 'pt.profile-card.closed.account.has.date.this.week': 'บัญชีของผู้ใช้ถูกลบไปแล้วในสัปดาห์นี้',
22
- 'pt.profile-card.closed.account.no.date': 'บัญชีของผู้ใช้ถูกลบไปแล้ว',
23
- 'pt.profile-card.disabled.account.default.name': 'ผู้ใช้เดิม',
24
- 'pt.profile-card.general.msg.disabled.user': 'คุณไม่สามารถทำงานร่วมกับบุคคลนี้ได้อีก',
25
- 'pt.profile-card.give-kudos': 'แสดงความชื่นชม',
26
- 'pt.profile-card.inactive.account': 'ปิดใช้งานบัญชีแล้ว',
27
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วไม่กี่เดือน',
28
- 'pt.profile-card.inactive.account.has.date.last.month': 'บัญชีของผู้ใช้ถูกปิดใช้งานไปเมื่อเดือนที่แล้ว',
29
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วมากกว่าหนึ่งปี',
30
- 'pt.profile-card.inactive.account.has.date.several.months': 'บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วหลายเดือน',
31
- 'pt.profile-card.inactive.account.has.date.this.month': 'บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วในเดือนนี้',
32
- 'pt.profile-card.inactive.account.has.date.this.week': 'บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วในสัปดาห์นี้',
33
- 'pt.profile-card.inactive.account.no.date': 'บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้ว',
34
- 'pt.profile-card.more-icon-label': 'เพิ่มเติม',
35
- 'pt.team-profile-card.directReports.heading': 'รายงานโดยตรง',
36
- 'pt.team-profile-card.error.refresh-button': 'ลองอีกครั้ง',
37
- 'pt.team-profile-card.error.suggestion': 'โปรดรอสักครู่แล้วลองอีกครั้ง',
38
- 'pt.team-profile-card.error.title': 'เรากำลังมีปัญหาในการเรียกข้อมูลของทีมนี้',
39
- 'pt.team-profile-card.manager.heading': 'ตัวจัดการ',
40
- 'pt.team-profile-card.team.action.view-profile': 'ดูโปรไฟล์',
41
- 'pt.team-profile-card.team.member.count': '{count, plural, other {ทีม • สมาชิก {count} คน}}',
42
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {ทีม • สมาชิก {count} คน รวมคุณด้วย}}',
43
- 'pt.team-profile-card.team.member.many': 'ทีม • สมาชิกมากกว่า 50 คน',
44
- 'pt.team-profile-card.team.member.many-including-you': 'ทีม • สมาชิกมากกว่า 50 คน รวมคุณด้วย'
16
+ "pt.profile-card.closed.account": "ลบบัญชีแล้ว",
17
+ "pt.profile-card.closed.account.has.date.a.few.months": "บัญชีของผู้ใช้ถูกลบไปแล้วไม่กี่เดือน",
18
+ "pt.profile-card.closed.account.has.date.last.month": "บัญชีของผู้ใช้ถูกลบไปเมื่อเดือนที่แล้ว",
19
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "บัญชีของผู้ใช้ถูกลบไปแล้วมากกว่าหนึ่งปี",
20
+ "pt.profile-card.closed.account.has.date.several.months": "บัญชีของผู้ใช้ถูกลบไปแล้วหลายเดือน",
21
+ "pt.profile-card.closed.account.has.date.this.month": "บัญชีของผู้ใช้ถูกลบไปแล้วในเดือนนี้",
22
+ "pt.profile-card.closed.account.has.date.this.week": "บัญชีของผู้ใช้ถูกลบไปแล้วในสัปดาห์นี้",
23
+ "pt.profile-card.closed.account.no.date": "บัญชีของผู้ใช้ถูกลบไปแล้ว",
24
+ "pt.profile-card.disabled.account.default.name": "ผู้ใช้เดิม",
25
+ "pt.profile-card.general.msg.disabled.user": "คุณไม่สามารถทำงานร่วมกับบุคคลนี้ได้อีก",
26
+ "pt.profile-card.give-kudos": "แสดงความชื่นชม",
27
+ "pt.profile-card.inactive.account": "ปิดใช้งานบัญชีแล้ว",
28
+ "pt.profile-card.inactive.account.has.date.a.few.months": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วไม่กี่เดือน",
29
+ "pt.profile-card.inactive.account.has.date.last.month": "บัญชีของผู้ใช้ถูกปิดใช้งานไปเมื่อเดือนที่แล้ว",
30
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วมากกว่าหนึ่งปี",
31
+ "pt.profile-card.inactive.account.has.date.several.months": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วหลายเดือน",
32
+ "pt.profile-card.inactive.account.has.date.this.month": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วในเดือนนี้",
33
+ "pt.profile-card.inactive.account.has.date.this.week": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วในสัปดาห์นี้",
34
+ "pt.profile-card.inactive.account.no.date": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้ว",
35
+ "pt.profile-card.more-icon-label": "เพิ่มเติม",
36
+ "pt.team-profile-card.directReports.heading": "รายงานโดยตรง",
37
+ "pt.team-profile-card.error.refresh-button": "ลองอีกครั้ง",
38
+ "pt.team-profile-card.error.suggestion": "โปรดรอสักครู่แล้วลองอีกครั้ง",
39
+ "pt.team-profile-card.error.title": "เรากำลังมีปัญหาในการเรียกข้อมูลของทีมนี้",
40
+ "pt.team-profile-card.manager.heading": "ตัวจัดการ",
41
+ "pt.team-profile-card.team.action.view-profile": "ดูโปรไฟล์",
42
+ "pt.team-profile-card.team.member.count": "{count, plural, other {ทีม • สมาชิก {count} คน}}",
43
+ "pt.team-profile-card.team.member.count-including-you": "{count, plural, other {ทีม • สมาชิก {count} คน รวมคุณด้วย}}",
44
+ "pt.team-profile-card.team.member.many": "ทีม • สมาชิกมากกว่า 50 คน",
45
+ "pt.team-profile-card.team.member.many-including-you": "ทีม • สมาชิกมากกว่า 50 คน รวมคุณด้วย"
45
46
  };
46
47
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,35 +13,35 @@ exports.default = void 0;
12
13
  */
13
14
  //Turkish (Turkey)
14
15
  var _default = {
15
- 'pt.profile-card.closed.account': 'Hesap silindi',
16
- 'pt.profile-card.closed.account.has.date.a.few.months': 'Bu kullanıcının hesabı birkaç ay önce silindi.',
17
- 'pt.profile-card.closed.account.has.date.last.month': 'Bu kullanıcının hesabı geçen ay silindi.',
18
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Bu kullanıcının hesabı bir yıldan uzun bir süre önce silindi.',
19
- 'pt.profile-card.closed.account.has.date.several.months': 'Bu kullanıcının hesabı birkaç ay önce silindi.',
20
- 'pt.profile-card.closed.account.has.date.this.month': 'Bu kullanıcının hesabı bu ay silindi.',
21
- 'pt.profile-card.closed.account.has.date.this.week': 'Bu kullanıcının hesabı bu hafta silindi.',
22
- 'pt.profile-card.closed.account.no.date': 'Bu kullanıcının hesabı silindi.',
23
- 'pt.profile-card.disabled.account.default.name': 'Eski kullanıcı',
24
- 'pt.profile-card.general.msg.disabled.user': 'Artık bu kişiyle iş birliği yapamazsınız.',
25
- 'pt.profile-card.give-kudos': 'Tebrik edin',
26
- 'pt.profile-card.inactive.account': 'Hesap devre dışı bırakıldı',
27
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.',
28
- 'pt.profile-card.inactive.account.has.date.last.month': 'Bu kullanıcının hesabı geçen ay devre dışı bırakıldı.',
29
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Bu kullanıcının hesabı bir yıldan uzun bir süre önce devre dışı bırakıldı.',
30
- 'pt.profile-card.inactive.account.has.date.several.months': 'Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.',
31
- 'pt.profile-card.inactive.account.has.date.this.month': 'Bu kullanıcının hesabı bu ay devre dışı bırakıldı.',
32
- 'pt.profile-card.inactive.account.has.date.this.week': 'Bu kullanıcının hesabı bu hafta devre dışı bırakıldı.',
33
- 'pt.profile-card.inactive.account.no.date': 'Bu kullanıcının hesabı devre dışı bırakıldı.',
34
- 'pt.profile-card.more-icon-label': 'Daha fazlası',
35
- 'pt.team-profile-card.directReports.heading': 'Astlar',
36
- 'pt.team-profile-card.error.refresh-button': 'Yeniden deneyin',
37
- 'pt.team-profile-card.error.suggestion': 'Lütfen birkaç dakika bekleyip yeniden deneyin.',
38
- 'pt.team-profile-card.error.title': 'Bu takımın bilgileri alınırken bir sorunla karşılaşıldı',
39
- 'pt.team-profile-card.manager.heading': 'Yönetici',
40
- 'pt.team-profile-card.team.action.view-profile': 'Profili görüntüle',
41
- 'pt.team-profile-card.team.member.count': '{count, plural, one {Takım • {count} üye} other {Takım • {count} üye}}',
42
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Takım • Siz de dahil olmak üzere {count} üye} other {Takım • Siz de dahil olmak üzere {count} üye}}',
43
- 'pt.team-profile-card.team.member.many': "Takım • 50'den fazla üye",
44
- 'pt.team-profile-card.team.member.many-including-you': "Takım • Siz de dahil olmak üzere 50'den fazla üye"
16
+ "pt.profile-card.closed.account": "Hesap silindi",
17
+ "pt.profile-card.closed.account.has.date.a.few.months": "Bu kullanıcının hesabı birkaç ay önce silindi.",
18
+ "pt.profile-card.closed.account.has.date.last.month": "Bu kullanıcının hesabı geçen ay silindi.",
19
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "Bu kullanıcının hesabı bir yıldan uzun bir süre önce silindi.",
20
+ "pt.profile-card.closed.account.has.date.several.months": "Bu kullanıcının hesabı birkaç ay önce silindi.",
21
+ "pt.profile-card.closed.account.has.date.this.month": "Bu kullanıcının hesabı bu ay silindi.",
22
+ "pt.profile-card.closed.account.has.date.this.week": "Bu kullanıcının hesabı bu hafta silindi.",
23
+ "pt.profile-card.closed.account.no.date": "Bu kullanıcının hesabı silindi.",
24
+ "pt.profile-card.disabled.account.default.name": "Eski kullanıcı",
25
+ "pt.profile-card.general.msg.disabled.user": "Artık bu kişiyle iş birliği yapamazsınız.",
26
+ "pt.profile-card.give-kudos": "Tebrik edin",
27
+ "pt.profile-card.inactive.account": "Hesap devre dışı bırakıldı",
28
+ "pt.profile-card.inactive.account.has.date.a.few.months": "Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.",
29
+ "pt.profile-card.inactive.account.has.date.last.month": "Bu kullanıcının hesabı geçen ay devre dışı bırakıldı.",
30
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "Bu kullanıcının hesabı bir yıldan uzun bir süre önce devre dışı bırakıldı.",
31
+ "pt.profile-card.inactive.account.has.date.several.months": "Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.",
32
+ "pt.profile-card.inactive.account.has.date.this.month": "Bu kullanıcının hesabı bu ay devre dışı bırakıldı.",
33
+ "pt.profile-card.inactive.account.has.date.this.week": "Bu kullanıcının hesabı bu hafta devre dışı bırakıldı.",
34
+ "pt.profile-card.inactive.account.no.date": "Bu kullanıcının hesabı devre dışı bırakıldı.",
35
+ "pt.profile-card.more-icon-label": "Daha fazlası",
36
+ "pt.team-profile-card.directReports.heading": "Astlar",
37
+ "pt.team-profile-card.error.refresh-button": "Yeniden deneyin",
38
+ "pt.team-profile-card.error.suggestion": "Lütfen birkaç dakika bekleyip yeniden deneyin.",
39
+ "pt.team-profile-card.error.title": "Bu takımın bilgileri alınırken bir sorunla karşılaşıldı",
40
+ "pt.team-profile-card.manager.heading": "Yönetici",
41
+ "pt.team-profile-card.team.action.view-profile": "Profili görüntüle",
42
+ "pt.team-profile-card.team.member.count": "{count, plural, one {Takım • {count} üye} other {Takım • {count} üye}}",
43
+ "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Takım • Siz de dahil olmak üzere {count} üye} other {Takım • Siz de dahil olmak üzere {count} üye}}",
44
+ "pt.team-profile-card.team.member.many": "Takım • 50'den fazla üye",
45
+ "pt.team-profile-card.team.member.many-including-you": "Takım • Siz de dahil olmak üzere 50'den fazla üye"
45
46
  };
46
47
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,35 +13,35 @@ exports.default = void 0;
12
13
  */
13
14
  //Ukrainian (Ukraine)
14
15
  var _default = {
15
- 'pt.profile-card.closed.account': 'Обліковий запис видалено',
16
- 'pt.profile-card.closed.account.has.date.a.few.months': 'Обліковий запис користувача видалено кілька місяців тому.',
17
- 'pt.profile-card.closed.account.has.date.last.month': 'Обліковий запис користувача видалено минулого місяця.',
18
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Обліковий запис користувача видалено понад рік тому.',
19
- 'pt.profile-card.closed.account.has.date.several.months': 'Обліковий запис користувача видалено кілька місяців тому.',
20
- 'pt.profile-card.closed.account.has.date.this.month': 'Обліковий запис користувача видалено цього місяця.',
21
- 'pt.profile-card.closed.account.has.date.this.week': 'Обліковий запис користувача видалено цього тижня.',
22
- 'pt.profile-card.closed.account.no.date': 'Обліковий запис користувача видалено.',
23
- 'pt.profile-card.disabled.account.default.name': 'Колишній користувач',
24
- 'pt.profile-card.general.msg.disabled.user': 'Ви більше не можете співпрацювати з цим користувачем.',
25
- 'pt.profile-card.give-kudos': 'Похвалити',
26
- 'pt.profile-card.inactive.account': 'Обліковий запис деактивовано',
27
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'Обліковий запис користувача деактивовано кілька місяців тому.',
28
- 'pt.profile-card.inactive.account.has.date.last.month': 'Обліковий запис користувача деактивовано минулого місяця.',
29
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Обліковий запис користувача деактивовано понад рік тому.',
30
- 'pt.profile-card.inactive.account.has.date.several.months': 'Обліковий запис користувача деактивовано кілька місяців тому.',
31
- 'pt.profile-card.inactive.account.has.date.this.month': 'Обліковий запис користувача деактивовано цього місяця.',
32
- 'pt.profile-card.inactive.account.has.date.this.week': 'Обліковий запис користувача деактивовано цього тижня.',
33
- 'pt.profile-card.inactive.account.no.date': 'Обліковий запис користувача деактивовано.',
34
- 'pt.profile-card.more-icon-label': 'Більше варіантів',
35
- 'pt.team-profile-card.directReports.heading': 'Безпосередні підлеглі',
36
- 'pt.team-profile-card.error.refresh-button': 'Повторіть спробу',
37
- 'pt.team-profile-card.error.suggestion': 'Повторіть спробу за кілька хвилин.',
38
- 'pt.team-profile-card.error.title': 'Не вдалось отримати інформацію про цю команду',
39
- 'pt.team-profile-card.manager.heading': 'Керівник',
40
- 'pt.team-profile-card.team.action.view-profile': 'Переглянути профіль',
41
- 'pt.team-profile-card.team.member.count': '{count, plural, one {Команда • {count} учасник} few {Команда • {count} учасники} many {Команда • {count} учасників} other {Команда • {count} учасника}}',
42
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Команда • {count} учасник включно з вами} few {Команда • {count} учасники включно з вами} many {Команда • {count} учасників включно з вами} other {Команда • {count} учасника включно з вами}}',
43
- 'pt.team-profile-card.team.member.many': 'Команда • Понад 50 учасників',
44
- 'pt.team-profile-card.team.member.many-including-you': 'Команда • Понад 50 учасників включно з вами'
16
+ "pt.profile-card.closed.account": "Обліковий запис видалено",
17
+ "pt.profile-card.closed.account.has.date.a.few.months": "Обліковий запис користувача видалено кілька місяців тому.",
18
+ "pt.profile-card.closed.account.has.date.last.month": "Обліковий запис користувача видалено минулого місяця.",
19
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "Обліковий запис користувача видалено понад рік тому.",
20
+ "pt.profile-card.closed.account.has.date.several.months": "Обліковий запис користувача видалено кілька місяців тому.",
21
+ "pt.profile-card.closed.account.has.date.this.month": "Обліковий запис користувача видалено цього місяця.",
22
+ "pt.profile-card.closed.account.has.date.this.week": "Обліковий запис користувача видалено цього тижня.",
23
+ "pt.profile-card.closed.account.no.date": "Обліковий запис користувача видалено.",
24
+ "pt.profile-card.disabled.account.default.name": "Колишній користувач",
25
+ "pt.profile-card.general.msg.disabled.user": "Ви більше не можете співпрацювати з цим користувачем.",
26
+ "pt.profile-card.give-kudos": "Похвалити",
27
+ "pt.profile-card.inactive.account": "Обліковий запис деактивовано",
28
+ "pt.profile-card.inactive.account.has.date.a.few.months": "Обліковий запис користувача деактивовано кілька місяців тому.",
29
+ "pt.profile-card.inactive.account.has.date.last.month": "Обліковий запис користувача деактивовано минулого місяця.",
30
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "Обліковий запис користувача деактивовано понад рік тому.",
31
+ "pt.profile-card.inactive.account.has.date.several.months": "Обліковий запис користувача деактивовано кілька місяців тому.",
32
+ "pt.profile-card.inactive.account.has.date.this.month": "Обліковий запис користувача деактивовано цього місяця.",
33
+ "pt.profile-card.inactive.account.has.date.this.week": "Обліковий запис користувача деактивовано цього тижня.",
34
+ "pt.profile-card.inactive.account.no.date": "Обліковий запис користувача деактивовано.",
35
+ "pt.profile-card.more-icon-label": "Більше варіантів",
36
+ "pt.team-profile-card.directReports.heading": "Безпосередні підлеглі",
37
+ "pt.team-profile-card.error.refresh-button": "Повторіть спробу",
38
+ "pt.team-profile-card.error.suggestion": "Повторіть спробу за кілька хвилин.",
39
+ "pt.team-profile-card.error.title": "Не вдалось отримати інформацію про цю команду",
40
+ "pt.team-profile-card.manager.heading": "Керівник",
41
+ "pt.team-profile-card.team.action.view-profile": "Переглянути профіль",
42
+ "pt.team-profile-card.team.member.count": "{count, plural, one {Команда • {count} учасник} few {Команда • {count} учасники} many {Команда • {count} учасників} other {Команда • {count} учасника}}",
43
+ "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Команда • {count} учасник включно з вами} few {Команда • {count} учасники включно з вами} many {Команда • {count} учасників включно з вами} other {Команда • {count} учасника включно з вами}}",
44
+ "pt.team-profile-card.team.member.many": "Команда • Понад 50 учасників",
45
+ "pt.team-profile-card.team.member.many-including-you": "Команда • Понад 50 учасників включно з вами"
45
46
  };
46
47
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,35 +13,35 @@ exports.default = void 0;
12
13
  */
13
14
  //Vietnamese (Vietnam)
14
15
  var _default = {
15
- 'pt.profile-card.closed.account': 'Tài khoản đã bị xóa',
16
- 'pt.profile-card.closed.account.has.date.a.few.months': 'Tài khoản của họ đã bị xóa một vài tháng.',
17
- 'pt.profile-card.closed.account.has.date.last.month': 'Tài khoản của họ đã bị xóa tháng trước.',
18
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Tài khoản của họ đã bị xóa hơn một năm.',
19
- 'pt.profile-card.closed.account.has.date.several.months': 'Tài khoản của họ đã bị xóa vài tháng.',
20
- 'pt.profile-card.closed.account.has.date.this.month': 'Tài khoản của họ đã bị xóa trong tháng này.',
21
- 'pt.profile-card.closed.account.has.date.this.week': 'Tài khoản của họ đã bị xóa trong tuần này.',
22
- 'pt.profile-card.closed.account.no.date': 'Tài khoản của họ đã bị xóa.',
23
- 'pt.profile-card.disabled.account.default.name': 'Người dùng cũ',
24
- 'pt.profile-card.general.msg.disabled.user': 'Bạn không thể hợp tác với người này được nữa.',
25
- 'pt.profile-card.give-kudos': 'Khen ngợi',
26
- 'pt.profile-card.inactive.account': 'Tài khoản đã bị hủy kích hoạt',
27
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'Tài khoản của họ đã bị hủy kích hoạt một vài tháng.',
28
- 'pt.profile-card.inactive.account.has.date.last.month': 'Tài khoản của họ đã bị hủy kích hoạt tháng trước.',
29
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Tài khoản của họ đã bị hủy kích hoạt hơn một năm.',
30
- 'pt.profile-card.inactive.account.has.date.several.months': 'Tài khoản của họ đã bị hủy kích hoạt vài tháng.',
31
- 'pt.profile-card.inactive.account.has.date.this.month': 'Tài khoản của họ đã bị hủy kích hoạt trong tháng này.',
32
- 'pt.profile-card.inactive.account.has.date.this.week': 'Tài khoản của họ đã bị hủy kích hoạt trong tuần này.',
33
- 'pt.profile-card.inactive.account.no.date': 'Tài khoản của họ đã bị hủy kích hoạt.',
34
- 'pt.profile-card.more-icon-label': 'Khác',
35
- 'pt.team-profile-card.directReports.heading': 'Báo cáo trực tiếp',
36
- 'pt.team-profile-card.error.refresh-button': 'Thử lại',
37
- 'pt.team-profile-card.error.suggestion': 'Hãy đợi một lát, rồi thử lại.',
38
- 'pt.team-profile-card.error.title': 'Chúng tôi đang gặp sự cố khi truy xuất thông tin nhóm này',
39
- 'pt.team-profile-card.manager.heading': 'Nhà quản lý',
40
- 'pt.team-profile-card.team.action.view-profile': 'Xem hồ sơ',
41
- 'pt.team-profile-card.team.member.count': '{count, plural, other {Nhóm • {count} thành viên}}',
42
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {Nhóm • {count} thành viên, bao gồm cả bạn}}',
43
- 'pt.team-profile-card.team.member.many': 'Nhóm • 50+ thành viên',
44
- 'pt.team-profile-card.team.member.many-including-you': 'Nhóm • 50+ thành viên, bao gồm cả bạn'
16
+ "pt.profile-card.closed.account": "Tài khoản đã bị xóa",
17
+ "pt.profile-card.closed.account.has.date.a.few.months": "Tài khoản của họ đã bị xóa một vài tháng.",
18
+ "pt.profile-card.closed.account.has.date.last.month": "Tài khoản của họ đã bị xóa tháng trước.",
19
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "Tài khoản của họ đã bị xóa hơn một năm.",
20
+ "pt.profile-card.closed.account.has.date.several.months": "Tài khoản của họ đã bị xóa vài tháng.",
21
+ "pt.profile-card.closed.account.has.date.this.month": "Tài khoản của họ đã bị xóa trong tháng này.",
22
+ "pt.profile-card.closed.account.has.date.this.week": "Tài khoản của họ đã bị xóa trong tuần này.",
23
+ "pt.profile-card.closed.account.no.date": "Tài khoản của họ đã bị xóa.",
24
+ "pt.profile-card.disabled.account.default.name": "Người dùng cũ",
25
+ "pt.profile-card.general.msg.disabled.user": "Bạn không thể hợp tác với người này được nữa.",
26
+ "pt.profile-card.give-kudos": "Khen ngợi",
27
+ "pt.profile-card.inactive.account": "Tài khoản đã bị hủy kích hoạt",
28
+ "pt.profile-card.inactive.account.has.date.a.few.months": "Tài khoản của họ đã bị hủy kích hoạt một vài tháng.",
29
+ "pt.profile-card.inactive.account.has.date.last.month": "Tài khoản của họ đã bị hủy kích hoạt tháng trước.",
30
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "Tài khoản của họ đã bị hủy kích hoạt hơn một năm.",
31
+ "pt.profile-card.inactive.account.has.date.several.months": "Tài khoản của họ đã bị hủy kích hoạt vài tháng.",
32
+ "pt.profile-card.inactive.account.has.date.this.month": "Tài khoản của họ đã bị hủy kích hoạt trong tháng này.",
33
+ "pt.profile-card.inactive.account.has.date.this.week": "Tài khoản của họ đã bị hủy kích hoạt trong tuần này.",
34
+ "pt.profile-card.inactive.account.no.date": "Tài khoản của họ đã bị hủy kích hoạt.",
35
+ "pt.profile-card.more-icon-label": "Khác",
36
+ "pt.team-profile-card.directReports.heading": "Báo cáo trực tiếp",
37
+ "pt.team-profile-card.error.refresh-button": "Thử lại",
38
+ "pt.team-profile-card.error.suggestion": "Hãy đợi một lát, rồi thử lại.",
39
+ "pt.team-profile-card.error.title": "Chúng tôi đang gặp sự cố khi truy xuất thông tin nhóm này",
40
+ "pt.team-profile-card.manager.heading": "Nhà quản lý",
41
+ "pt.team-profile-card.team.action.view-profile": "Xem hồ sơ",
42
+ "pt.team-profile-card.team.member.count": "{count, plural, other {Nhóm • {count} thành viên}}",
43
+ "pt.team-profile-card.team.member.count-including-you": "{count, plural, other {Nhóm • {count} thành viên, bao gồm cả bạn}}",
44
+ "pt.team-profile-card.team.member.many": "Nhóm • 50+ thành viên",
45
+ "pt.team-profile-card.team.member.many-including-you": "Nhóm • 50+ thành viên, bao gồm cả bạn"
45
46
  };
46
47
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,35 +13,35 @@ exports.default = void 0;
12
13
  */
13
14
  //Chinese (Simplified)
14
15
  var _default = {
15
- 'pt.profile-card.closed.account': '已删除的帐户',
16
- 'pt.profile-card.closed.account.has.date.a.few.months': '他们的帐户已被删除数月。',
17
- 'pt.profile-card.closed.account.has.date.last.month': '他们的帐户已在上月删除。',
18
- 'pt.profile-card.closed.account.has.date.more.than.a.year': '他们的帐户已被删除超过一年。',
19
- 'pt.profile-card.closed.account.has.date.several.months': '他们的帐户已被删除数月。',
20
- 'pt.profile-card.closed.account.has.date.this.month': '他的帐户已在本月删除。',
21
- 'pt.profile-card.closed.account.has.date.this.week': '他们的帐户本周已被删除。',
22
- 'pt.profile-card.closed.account.no.date': '他们的帐户已被删除。',
23
- 'pt.profile-card.disabled.account.default.name': '前用户',
24
- 'pt.profile-card.general.msg.disabled.user': '您无法再与此人合作。',
25
- 'pt.profile-card.give-kudos': '给予称赞',
26
- 'pt.profile-card.inactive.account': '帐户已停用',
27
- 'pt.profile-card.inactive.account.has.date.a.few.months': '他们的帐户已被停用数月。',
28
- 'pt.profile-card.inactive.account.has.date.last.month': '他们的帐户上月已被停用。',
29
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': '他们的帐户已被停用超过一年。',
30
- 'pt.profile-card.inactive.account.has.date.several.months': '他们的帐户已被停用数月。',
31
- 'pt.profile-card.inactive.account.has.date.this.month': '他们的帐户本月已被停用。',
32
- 'pt.profile-card.inactive.account.has.date.this.week': '他们的帐户本周已被停用。',
33
- 'pt.profile-card.inactive.account.no.date': '他们的帐户已被停用。',
34
- 'pt.profile-card.more-icon-label': '更多',
35
- 'pt.team-profile-card.directReports.heading': '直接下属',
36
- 'pt.team-profile-card.error.refresh-button': '请重试',
37
- 'pt.team-profile-card.error.suggestion': '请稍等,然后重试。',
38
- 'pt.team-profile-card.error.title': '检索此团队信息时遇到问题',
39
- 'pt.team-profile-card.manager.heading': '经理',
40
- 'pt.team-profile-card.team.action.view-profile': '查看个人资料',
41
- 'pt.team-profile-card.team.member.count': '{count, plural, other {团队 • {count} 名成员}}',
42
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {团队 • {count} 名成员,包括您自己}}',
43
- 'pt.team-profile-card.team.member.many': '团队 • 50 多名成员',
44
- 'pt.team-profile-card.team.member.many-including-you': '团队 • 50 多名成员,包括您自己'
16
+ "pt.profile-card.closed.account": "已删除的帐户",
17
+ "pt.profile-card.closed.account.has.date.a.few.months": "他们的帐户已被删除数月。",
18
+ "pt.profile-card.closed.account.has.date.last.month": "他们的帐户已在上月删除。",
19
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "他们的帐户已被删除超过一年。",
20
+ "pt.profile-card.closed.account.has.date.several.months": "他们的帐户已被删除数月。",
21
+ "pt.profile-card.closed.account.has.date.this.month": "他的帐户已在本月删除。",
22
+ "pt.profile-card.closed.account.has.date.this.week": "他们的帐户本周已被删除。",
23
+ "pt.profile-card.closed.account.no.date": "他们的帐户已被删除。",
24
+ "pt.profile-card.disabled.account.default.name": "前用户",
25
+ "pt.profile-card.general.msg.disabled.user": "您无法再与此人合作。",
26
+ "pt.profile-card.give-kudos": "给予称赞",
27
+ "pt.profile-card.inactive.account": "帐户已停用",
28
+ "pt.profile-card.inactive.account.has.date.a.few.months": "他们的帐户已被停用数月。",
29
+ "pt.profile-card.inactive.account.has.date.last.month": "他们的帐户上月已被停用。",
30
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "他们的帐户已被停用超过一年。",
31
+ "pt.profile-card.inactive.account.has.date.several.months": "他们的帐户已被停用数月。",
32
+ "pt.profile-card.inactive.account.has.date.this.month": "他们的帐户本月已被停用。",
33
+ "pt.profile-card.inactive.account.has.date.this.week": "他们的帐户本周已被停用。",
34
+ "pt.profile-card.inactive.account.no.date": "他们的帐户已被停用。",
35
+ "pt.profile-card.more-icon-label": "更多",
36
+ "pt.team-profile-card.directReports.heading": "直接下属",
37
+ "pt.team-profile-card.error.refresh-button": "请重试",
38
+ "pt.team-profile-card.error.suggestion": "请稍等,然后重试。",
39
+ "pt.team-profile-card.error.title": "检索此团队信息时遇到问题",
40
+ "pt.team-profile-card.manager.heading": "经理",
41
+ "pt.team-profile-card.team.action.view-profile": "查看个人资料",
42
+ "pt.team-profile-card.team.member.count": "{count, plural, other {团队 • {count} 名成员}}",
43
+ "pt.team-profile-card.team.member.count-including-you": "{count, plural, other {团队 • {count} 名成员,包括您自己}}",
44
+ "pt.team-profile-card.team.member.many": "团队 • 50 多名成员",
45
+ "pt.team-profile-card.team.member.many-including-you": "团队 • 50 多名成员,包括您自己"
45
46
  };
46
47
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,35 +13,35 @@ exports.default = void 0;
12
13
  */
13
14
  //Chinese (Traditional)
14
15
  var _default = {
15
- 'pt.profile-card.closed.account': '帳戶已刪除',
16
- 'pt.profile-card.closed.account.has.date.a.few.months': '其帳戶已刪除幾個月了。',
17
- 'pt.profile-card.closed.account.has.date.last.month': '其帳戶在上個月已刪除。',
18
- 'pt.profile-card.closed.account.has.date.more.than.a.year': '其帳戶已刪除超過一年。',
19
- 'pt.profile-card.closed.account.has.date.several.months': '其帳戶已刪除好幾個月。',
20
- 'pt.profile-card.closed.account.has.date.this.month': '其帳戶在本月已刪除。',
21
- 'pt.profile-card.closed.account.has.date.this.week': '其帳戶在本週已刪除。',
22
- 'pt.profile-card.closed.account.no.date': '其帳戶已刪除。',
23
- 'pt.profile-card.disabled.account.default.name': '舊使用者',
24
- 'pt.profile-card.general.msg.disabled.user': '您無法再與此人員合作。',
25
- 'pt.profile-card.give-kudos': '給予讚美',
26
- 'pt.profile-card.inactive.account': '帳戶已停用',
27
- 'pt.profile-card.inactive.account.has.date.a.few.months': '其帳戶已停用幾個月了。',
28
- 'pt.profile-card.inactive.account.has.date.last.month': '其帳戶在上個月已停用。',
29
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': '其帳戶已停用超過一年。',
30
- 'pt.profile-card.inactive.account.has.date.several.months': '其帳戶已停用好幾個月。',
31
- 'pt.profile-card.inactive.account.has.date.this.month': '其帳戶在這個月已停用。',
32
- 'pt.profile-card.inactive.account.has.date.this.week': '其帳戶在本週已停用。',
33
- 'pt.profile-card.inactive.account.no.date': '其帳戶已停用。',
34
- 'pt.profile-card.more-icon-label': '更多',
35
- 'pt.team-profile-card.directReports.heading': '直接報告',
36
- 'pt.team-profile-card.error.refresh-button': '再試一次',
37
- 'pt.team-profile-card.error.suggestion': '請稍候,然後再試一次。',
38
- 'pt.team-profile-card.error.title': '擷取此團隊資訊時發生問題',
39
- 'pt.team-profile-card.manager.heading': '經理',
40
- 'pt.team-profile-card.team.action.view-profile': '檢視設定檔',
41
- 'pt.team-profile-card.team.member.count': '{count, plural, other {團隊 • {count} 名成員}}',
42
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {團隊 • {count} 名成員,包含您}}',
43
- 'pt.team-profile-card.team.member.many': '團隊 • 50 名以上的成員',
44
- 'pt.team-profile-card.team.member.many-including-you': '團隊 • 50 名以上的成員,包含您'
16
+ "pt.profile-card.closed.account": "帳戶已刪除",
17
+ "pt.profile-card.closed.account.has.date.a.few.months": "其帳戶已刪除幾個月了。",
18
+ "pt.profile-card.closed.account.has.date.last.month": "其帳戶在上個月已刪除。",
19
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "其帳戶已刪除超過一年。",
20
+ "pt.profile-card.closed.account.has.date.several.months": "其帳戶已刪除好幾個月。",
21
+ "pt.profile-card.closed.account.has.date.this.month": "其帳戶在本月已刪除。",
22
+ "pt.profile-card.closed.account.has.date.this.week": "其帳戶在本週已刪除。",
23
+ "pt.profile-card.closed.account.no.date": "其帳戶已刪除。",
24
+ "pt.profile-card.disabled.account.default.name": "舊使用者",
25
+ "pt.profile-card.general.msg.disabled.user": "您無法再與此人員合作。",
26
+ "pt.profile-card.give-kudos": "給予讚美",
27
+ "pt.profile-card.inactive.account": "帳戶已停用",
28
+ "pt.profile-card.inactive.account.has.date.a.few.months": "其帳戶已停用幾個月了。",
29
+ "pt.profile-card.inactive.account.has.date.last.month": "其帳戶在上個月已停用。",
30
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "其帳戶已停用超過一年。",
31
+ "pt.profile-card.inactive.account.has.date.several.months": "其帳戶已停用好幾個月。",
32
+ "pt.profile-card.inactive.account.has.date.this.month": "其帳戶在這個月已停用。",
33
+ "pt.profile-card.inactive.account.has.date.this.week": "其帳戶在本週已停用。",
34
+ "pt.profile-card.inactive.account.no.date": "其帳戶已停用。",
35
+ "pt.profile-card.more-icon-label": "更多",
36
+ "pt.team-profile-card.directReports.heading": "直接報告",
37
+ "pt.team-profile-card.error.refresh-button": "再試一次",
38
+ "pt.team-profile-card.error.suggestion": "請稍候,然後再試一次。",
39
+ "pt.team-profile-card.error.title": "擷取此團隊資訊時發生問題",
40
+ "pt.team-profile-card.manager.heading": "經理",
41
+ "pt.team-profile-card.team.action.view-profile": "檢視設定檔",
42
+ "pt.team-profile-card.team.member.count": "{count, plural, other {團隊 • {count} 名成員}}",
43
+ "pt.team-profile-card.team.member.count-including-you": "{count, plural, other {團隊 • {count} 名成員,包含您}}",
44
+ "pt.team-profile-card.team.member.many": "團隊 • 50 名以上的成員",
45
+ "pt.team-profile-card.team.member.many-including-you": "團隊 • 50 名以上的成員,包含您"
45
46
  };
46
47
  exports.default = _default;
@@ -136,6 +136,16 @@ var messages = (0, _reactIntlNext.defineMessages)({
136
136
  defaultMessage: 'Try again',
137
137
  description: 'Text on a button that will try to get the data again when clicked'
138
138
  },
139
+ teamForbiddenErrorStateTitle: {
140
+ id: 'pt.team-profile-card.forbidden-error-state.title',
141
+ defaultMessage: 'We can’t show you this team',
142
+ description: 'Title for the error state that is displayed when a user lacks access to the team'
143
+ },
144
+ teamForbiddenErrorStateDescription: {
145
+ id: 'pt.team-profile-card.forbidden-error-state.description',
146
+ defaultMessage: 'You don’t have access to view this team.',
147
+ description: 'Description for the error state that is displayed when a user lacks access to the team'
148
+ },
139
149
  managerSectionHeading: {
140
150
  id: 'pt.team-profile-card.manager.heading',
141
151
  defaultMessage: 'Manager',