@atlaskit/profilecard 19.3.1 → 19.4.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 (98) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/i18n/en_ZZ.js +1 -0
  3. package/dist/cjs/util/analytics.js +1 -1
  4. package/dist/cjs/version.json +1 -1
  5. package/dist/es2019/i18n/en_ZZ.js +1 -0
  6. package/dist/es2019/util/analytics.js +1 -1
  7. package/dist/es2019/version.json +1 -1
  8. package/dist/esm/i18n/en_ZZ.js +1 -0
  9. package/dist/esm/util/analytics.js +1 -1
  10. package/dist/esm/version.json +1 -1
  11. package/dist/types-ts4.5/client/CachingClient.d.ts +18 -0
  12. package/dist/types-ts4.5/client/ProfileCardClient.d.ts +18 -0
  13. package/dist/types-ts4.5/client/TeamCentralCardClient.d.ts +32 -0
  14. package/dist/types-ts4.5/client/TeamProfileCardClient.d.ts +9 -0
  15. package/dist/types-ts4.5/client/UserProfileCardClient.d.ts +18 -0
  16. package/dist/types-ts4.5/client/errorUtils.d.ts +9 -0
  17. package/dist/types-ts4.5/client/getTeamFromAGG.d.ts +28 -0
  18. package/dist/types-ts4.5/client/graphqlUtils.d.ts +19 -0
  19. package/dist/types-ts4.5/client/index.d.ts +6 -0
  20. package/dist/types-ts4.5/components/Error/AccessLockSVG.d.ts +3 -0
  21. package/dist/types-ts4.5/components/Error/ErrorBoundary.d.ts +10 -0
  22. package/dist/types-ts4.5/components/Error/ErrorIllustration.d.ts +2 -0
  23. package/dist/types-ts4.5/components/Error/ErrorMessage.d.ts +10 -0
  24. package/dist/types-ts4.5/components/Error/index.d.ts +3 -0
  25. package/dist/types-ts4.5/components/Icon/IconLabel.d.ts +12 -0
  26. package/dist/types-ts4.5/components/Icon/index.d.ts +1 -0
  27. package/dist/types-ts4.5/components/Team/TeamForbiddenErrorState.d.ts +6 -0
  28. package/dist/types-ts4.5/components/Team/TeamLoadingState.d.ts +6 -0
  29. package/dist/types-ts4.5/components/Team/TeamProfileCard.d.ts +4 -0
  30. package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +50 -0
  31. package/dist/types-ts4.5/components/Team/index.d.ts +4 -0
  32. package/dist/types-ts4.5/components/Team/lazyTeamProfileCard.d.ts +2 -0
  33. package/dist/types-ts4.5/components/User/OverflowProfileCardButtons.d.ts +9 -0
  34. package/dist/types-ts4.5/components/User/ProfileCard.d.ts +5 -0
  35. package/dist/types-ts4.5/components/User/ProfileCardDetails.d.ts +3 -0
  36. package/dist/types-ts4.5/components/User/ProfileCardResourced.d.ts +22 -0
  37. package/dist/types-ts4.5/components/User/ProfileCardTrigger.d.ts +4 -0
  38. package/dist/types-ts4.5/components/User/ReportingLinesDetails.d.ts +5 -0
  39. package/dist/types-ts4.5/components/User/UserLoadingState.d.ts +7 -0
  40. package/dist/types-ts4.5/components/User/index.d.ts +4 -0
  41. package/dist/types-ts4.5/components/User/lazyProfileCard.d.ts +2 -0
  42. package/dist/types-ts4.5/i18n/cs.d.ts +41 -0
  43. package/dist/types-ts4.5/i18n/da.d.ts +41 -0
  44. package/dist/types-ts4.5/i18n/de.d.ts +41 -0
  45. package/dist/types-ts4.5/i18n/en.d.ts +41 -0
  46. package/dist/types-ts4.5/i18n/en_GB.d.ts +41 -0
  47. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +39 -0
  48. package/dist/types-ts4.5/i18n/es.d.ts +41 -0
  49. package/dist/types-ts4.5/i18n/et.d.ts +27 -0
  50. package/dist/types-ts4.5/i18n/fi.d.ts +41 -0
  51. package/dist/types-ts4.5/i18n/fr.d.ts +41 -0
  52. package/dist/types-ts4.5/i18n/hu.d.ts +41 -0
  53. package/dist/types-ts4.5/i18n/index.d.ts +36 -0
  54. package/dist/types-ts4.5/i18n/is.d.ts +27 -0
  55. package/dist/types-ts4.5/i18n/it.d.ts +41 -0
  56. package/dist/types-ts4.5/i18n/ja.d.ts +41 -0
  57. package/dist/types-ts4.5/i18n/ko.d.ts +41 -0
  58. package/dist/types-ts4.5/i18n/languages.d.ts +33 -0
  59. package/dist/types-ts4.5/i18n/nb.d.ts +41 -0
  60. package/dist/types-ts4.5/i18n/nl.d.ts +41 -0
  61. package/dist/types-ts4.5/i18n/pl.d.ts +41 -0
  62. package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -0
  63. package/dist/types-ts4.5/i18n/pt_PT.d.ts +27 -0
  64. package/dist/types-ts4.5/i18n/ro.d.ts +27 -0
  65. package/dist/types-ts4.5/i18n/ru.d.ts +41 -0
  66. package/dist/types-ts4.5/i18n/sk.d.ts +27 -0
  67. package/dist/types-ts4.5/i18n/sv.d.ts +41 -0
  68. package/dist/types-ts4.5/i18n/th.d.ts +41 -0
  69. package/dist/types-ts4.5/i18n/tr.d.ts +41 -0
  70. package/dist/types-ts4.5/i18n/uk.d.ts +41 -0
  71. package/dist/types-ts4.5/i18n/vi.d.ts +41 -0
  72. package/dist/types-ts4.5/i18n/zh.d.ts +41 -0
  73. package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -0
  74. package/dist/types-ts4.5/index.d.ts +18 -0
  75. package/dist/types-ts4.5/internal/filterActions.d.ts +3 -0
  76. package/dist/types-ts4.5/internal/relative-date.d.ts +3 -0
  77. package/dist/types-ts4.5/messages.d.ts +163 -0
  78. package/dist/types-ts4.5/mocks/index.d.ts +4 -0
  79. package/dist/types-ts4.5/mocks/mock-profile-client.d.ts +1 -0
  80. package/dist/types-ts4.5/mocks/mock-team-client.d.ts +7 -0
  81. package/dist/types-ts4.5/mocks/profile-data.d.ts +41 -0
  82. package/dist/types-ts4.5/mocks/reporting-lines-data.d.ts +2 -0
  83. package/dist/types-ts4.5/mocks/simple-mock-clients.d.ts +14 -0
  84. package/dist/types-ts4.5/mocks/team-data.d.ts +7 -0
  85. package/dist/types-ts4.5/mocks/util.d.ts +6 -0
  86. package/dist/types-ts4.5/styled/Card.d.ts +99 -0
  87. package/dist/types-ts4.5/styled/Error.d.ts +21 -0
  88. package/dist/types-ts4.5/styled/ReportingLines.d.ts +21 -0
  89. package/dist/types-ts4.5/styled/TeamCard.d.ts +64 -0
  90. package/dist/types-ts4.5/styled/constants.d.ts +13 -0
  91. package/dist/types-ts4.5/types.d.ts +358 -0
  92. package/dist/types-ts4.5/util/analytics.d.ts +58 -0
  93. package/dist/types-ts4.5/util/click.d.ts +4 -0
  94. package/dist/types-ts4.5/util/config.d.ts +2 -0
  95. package/dist/types-ts4.5/util/performance.d.ts +1 -0
  96. package/dist/types-ts4.5/util/withOuterListeners.d.ts +6 -0
  97. package/i18n/package.json +14 -0
  98. package/package.json +5 -4
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,39 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.manager.heading': string;
33
+ 'pt.team-profile-card.team.action.view-profile': string;
34
+ 'pt.team-profile-card.team.member.count': string;
35
+ 'pt.team-profile-card.team.member.count-including-you': string;
36
+ 'pt.team-profile-card.team.member.many': string;
37
+ 'pt.team-profile-card.team.member.many-including-you': string;
38
+ };
39
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.inactive.account': string;
19
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
20
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
21
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
22
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
23
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
25
+ 'pt.profile-card.inactive.account.no.date': string;
26
+ };
27
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,36 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ export { default as zh } from './zh';
8
+ export { default as zh_TW } from './zh_TW';
9
+ export { default as cs } from './cs';
10
+ export { default as da } from './da';
11
+ export { default as nl } from './nl';
12
+ export { default as et } from './et';
13
+ export { default as fi } from './fi';
14
+ export { default as fr } from './fr';
15
+ export { default as de } from './de';
16
+ export { default as hu } from './hu';
17
+ export { default as it } from './it';
18
+ export { default as ja } from './ja';
19
+ export { default as ko } from './ko';
20
+ export { default as nb } from './nb';
21
+ export { default as pl } from './pl';
22
+ export { default as pt_BR } from './pt_BR';
23
+ export { default as pt_PT } from './pt_PT';
24
+ export { default as ru } from './ru';
25
+ export { default as sk } from './sk';
26
+ export { default as es } from './es';
27
+ export { default as sv } from './sv';
28
+ export { default as th } from './th';
29
+ export { default as tr } from './tr';
30
+ export { default as uk } from './uk';
31
+ export { default as vi } from './vi';
32
+ export { default as en_ZZ } from './en_ZZ';
33
+ export { default as en } from './en';
34
+ export { default as en_GB } from './en_GB';
35
+ export { default as is } from './is';
36
+ export { default as ro } from './ro';
@@ -0,0 +1,27 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.inactive.account': string;
9
+ 'pt.profile-card.general.msg.disabled.user': string;
10
+ 'pt.profile-card.inactive.account.no.date': string;
11
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
12
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
13
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
14
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
15
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
16
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
17
+ 'pt.profile-card.closed.account': string;
18
+ 'pt.profile-card.closed.account.no.date': string;
19
+ 'pt.profile-card.closed.account.has.date.this.week': string;
20
+ 'pt.profile-card.closed.account.has.date.this.month': string;
21
+ 'pt.profile-card.closed.account.has.date.last.month': string;
22
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
23
+ 'pt.profile-card.closed.account.has.date.several.months': string;
24
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
25
+ 'pt.profile-card.disabled.account.default.name': string;
26
+ };
27
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,33 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ zh: string;
9
+ cs: string;
10
+ da: string;
11
+ nl: string;
12
+ en: string;
13
+ en_GB: string;
14
+ et: string;
15
+ fi: string;
16
+ fr: string;
17
+ de: string;
18
+ hu: string;
19
+ is: string;
20
+ it: string;
21
+ ja: string;
22
+ ko: string;
23
+ nb: string;
24
+ pl: string;
25
+ pt_BR: string;
26
+ pt_PT: string;
27
+ ro: string;
28
+ ru: string;
29
+ sk: string;
30
+ es: string;
31
+ sv: string;
32
+ };
33
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'pt.profile-card.closed.account': string;
9
+ 'pt.profile-card.closed.account.has.date.a.few.months': string;
10
+ 'pt.profile-card.closed.account.has.date.last.month': string;
11
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': string;
12
+ 'pt.profile-card.closed.account.has.date.several.months': string;
13
+ 'pt.profile-card.closed.account.has.date.this.month': string;
14
+ 'pt.profile-card.closed.account.has.date.this.week': string;
15
+ 'pt.profile-card.closed.account.no.date': string;
16
+ 'pt.profile-card.disabled.account.default.name': string;
17
+ 'pt.profile-card.general.msg.disabled.user': string;
18
+ 'pt.profile-card.give-kudos': string;
19
+ 'pt.profile-card.inactive.account': string;
20
+ 'pt.profile-card.inactive.account.has.date.a.few.months': string;
21
+ 'pt.profile-card.inactive.account.has.date.last.month': string;
22
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': string;
23
+ 'pt.profile-card.inactive.account.has.date.several.months': string;
24
+ 'pt.profile-card.inactive.account.has.date.this.month': string;
25
+ 'pt.profile-card.inactive.account.has.date.this.week': string;
26
+ 'pt.profile-card.inactive.account.no.date': string;
27
+ 'pt.profile-card.more-icon-label': string;
28
+ 'pt.team-profile-card.directReports.heading': string;
29
+ 'pt.team-profile-card.error.refresh-button': string;
30
+ 'pt.team-profile-card.error.suggestion': string;
31
+ 'pt.team-profile-card.error.title': string;
32
+ 'pt.team-profile-card.forbidden-error-state.description': string;
33
+ 'pt.team-profile-card.forbidden-error-state.title': string;
34
+ 'pt.team-profile-card.manager.heading': string;
35
+ 'pt.team-profile-card.team.action.view-profile': string;
36
+ 'pt.team-profile-card.team.member.count': string;
37
+ 'pt.team-profile-card.team.member.count-including-you': string;
38
+ 'pt.team-profile-card.team.member.many': string;
39
+ 'pt.team-profile-card.team.member.many-including-you': string;
40
+ };
41
+ export default _default;