@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.
- package/CHANGELOG.md +12 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types-ts4.5/client/CachingClient.d.ts +18 -0
- package/dist/types-ts4.5/client/ProfileCardClient.d.ts +18 -0
- package/dist/types-ts4.5/client/TeamCentralCardClient.d.ts +32 -0
- package/dist/types-ts4.5/client/TeamProfileCardClient.d.ts +9 -0
- package/dist/types-ts4.5/client/UserProfileCardClient.d.ts +18 -0
- package/dist/types-ts4.5/client/errorUtils.d.ts +9 -0
- package/dist/types-ts4.5/client/getTeamFromAGG.d.ts +28 -0
- package/dist/types-ts4.5/client/graphqlUtils.d.ts +19 -0
- package/dist/types-ts4.5/client/index.d.ts +6 -0
- package/dist/types-ts4.5/components/Error/AccessLockSVG.d.ts +3 -0
- package/dist/types-ts4.5/components/Error/ErrorBoundary.d.ts +10 -0
- package/dist/types-ts4.5/components/Error/ErrorIllustration.d.ts +2 -0
- package/dist/types-ts4.5/components/Error/ErrorMessage.d.ts +10 -0
- package/dist/types-ts4.5/components/Error/index.d.ts +3 -0
- package/dist/types-ts4.5/components/Icon/IconLabel.d.ts +12 -0
- package/dist/types-ts4.5/components/Icon/index.d.ts +1 -0
- package/dist/types-ts4.5/components/Team/TeamForbiddenErrorState.d.ts +6 -0
- package/dist/types-ts4.5/components/Team/TeamLoadingState.d.ts +6 -0
- package/dist/types-ts4.5/components/Team/TeamProfileCard.d.ts +4 -0
- package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +50 -0
- package/dist/types-ts4.5/components/Team/index.d.ts +4 -0
- package/dist/types-ts4.5/components/Team/lazyTeamProfileCard.d.ts +2 -0
- package/dist/types-ts4.5/components/User/OverflowProfileCardButtons.d.ts +9 -0
- package/dist/types-ts4.5/components/User/ProfileCard.d.ts +5 -0
- package/dist/types-ts4.5/components/User/ProfileCardDetails.d.ts +3 -0
- package/dist/types-ts4.5/components/User/ProfileCardResourced.d.ts +22 -0
- package/dist/types-ts4.5/components/User/ProfileCardTrigger.d.ts +4 -0
- package/dist/types-ts4.5/components/User/ReportingLinesDetails.d.ts +5 -0
- package/dist/types-ts4.5/components/User/UserLoadingState.d.ts +7 -0
- package/dist/types-ts4.5/components/User/index.d.ts +4 -0
- package/dist/types-ts4.5/components/User/lazyProfileCard.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +41 -0
- package/dist/types-ts4.5/i18n/da.d.ts +41 -0
- package/dist/types-ts4.5/i18n/de.d.ts +41 -0
- package/dist/types-ts4.5/i18n/en.d.ts +41 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +41 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +39 -0
- package/dist/types-ts4.5/i18n/es.d.ts +41 -0
- package/dist/types-ts4.5/i18n/et.d.ts +27 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +41 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +41 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +41 -0
- package/dist/types-ts4.5/i18n/index.d.ts +36 -0
- package/dist/types-ts4.5/i18n/is.d.ts +27 -0
- package/dist/types-ts4.5/i18n/it.d.ts +41 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +41 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +41 -0
- package/dist/types-ts4.5/i18n/languages.d.ts +33 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +41 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +41 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +41 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -0
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +27 -0
- package/dist/types-ts4.5/i18n/ro.d.ts +27 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +41 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +27 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +41 -0
- package/dist/types-ts4.5/i18n/th.d.ts +41 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +41 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +41 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +41 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +41 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -0
- package/dist/types-ts4.5/index.d.ts +18 -0
- package/dist/types-ts4.5/internal/filterActions.d.ts +3 -0
- package/dist/types-ts4.5/internal/relative-date.d.ts +3 -0
- package/dist/types-ts4.5/messages.d.ts +163 -0
- package/dist/types-ts4.5/mocks/index.d.ts +4 -0
- package/dist/types-ts4.5/mocks/mock-profile-client.d.ts +1 -0
- package/dist/types-ts4.5/mocks/mock-team-client.d.ts +7 -0
- package/dist/types-ts4.5/mocks/profile-data.d.ts +41 -0
- package/dist/types-ts4.5/mocks/reporting-lines-data.d.ts +2 -0
- package/dist/types-ts4.5/mocks/simple-mock-clients.d.ts +14 -0
- package/dist/types-ts4.5/mocks/team-data.d.ts +7 -0
- package/dist/types-ts4.5/mocks/util.d.ts +6 -0
- package/dist/types-ts4.5/styled/Card.d.ts +99 -0
- package/dist/types-ts4.5/styled/Error.d.ts +21 -0
- package/dist/types-ts4.5/styled/ReportingLines.d.ts +21 -0
- package/dist/types-ts4.5/styled/TeamCard.d.ts +64 -0
- package/dist/types-ts4.5/styled/constants.d.ts +13 -0
- package/dist/types-ts4.5/types.d.ts +358 -0
- package/dist/types-ts4.5/util/analytics.d.ts +58 -0
- package/dist/types-ts4.5/util/click.d.ts +4 -0
- package/dist/types-ts4.5/util/config.d.ts +2 -0
- package/dist/types-ts4.5/util/performance.d.ts +1 -0
- package/dist/types-ts4.5/util/withOuterListeners.d.ts +6 -0
- package/i18n/package.json +14 -0
- 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;
|