@atlaskit/profilecard 19.2.2 → 19.3.1
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 +16 -0
- package/client/package.json +2 -2
- package/dist/cjs/client/TeamCentralCardClient.js +34 -38
- package/dist/cjs/client/UserProfileCardClient.js +17 -19
- package/dist/cjs/client/getTeamFromAGG.js +12 -14
- package/dist/cjs/components/Team/lazyTeamProfileCard.js +2 -1
- package/dist/cjs/components/User/lazyProfileCard.js +2 -1
- package/dist/cjs/i18n/cs.js +32 -30
- package/dist/cjs/i18n/da.js +32 -30
- package/dist/cjs/i18n/de.js +32 -30
- package/dist/cjs/i18n/en.js +32 -30
- package/dist/cjs/i18n/en_GB.js +32 -30
- package/dist/cjs/i18n/es.js +32 -30
- package/dist/cjs/i18n/fi.js +32 -30
- package/dist/cjs/i18n/fr.js +32 -30
- package/dist/cjs/i18n/hu.js +32 -30
- package/dist/cjs/i18n/it.js +32 -30
- package/dist/cjs/i18n/ja.js +32 -30
- package/dist/cjs/i18n/ko.js +32 -30
- package/dist/cjs/i18n/nb.js +32 -30
- package/dist/cjs/i18n/nl.js +32 -30
- package/dist/cjs/i18n/pl.js +32 -30
- package/dist/cjs/i18n/pt_BR.js +32 -30
- package/dist/cjs/i18n/ru.js +32 -30
- package/dist/cjs/i18n/sv.js +32 -30
- package/dist/cjs/i18n/th.js +32 -30
- package/dist/cjs/i18n/tr.js +32 -30
- package/dist/cjs/i18n/uk.js +32 -30
- package/dist/cjs/i18n/vi.js +32 -30
- package/dist/cjs/i18n/zh.js +32 -30
- package/dist/cjs/i18n/zh_TW.js +32 -30
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +32 -30
- package/dist/es2019/i18n/da.js +32 -30
- package/dist/es2019/i18n/de.js +32 -30
- package/dist/es2019/i18n/en.js +32 -30
- package/dist/es2019/i18n/en_GB.js +32 -30
- package/dist/es2019/i18n/es.js +32 -30
- package/dist/es2019/i18n/fi.js +32 -30
- package/dist/es2019/i18n/fr.js +32 -30
- package/dist/es2019/i18n/hu.js +32 -30
- package/dist/es2019/i18n/it.js +32 -30
- package/dist/es2019/i18n/ja.js +32 -30
- package/dist/es2019/i18n/ko.js +32 -30
- package/dist/es2019/i18n/nb.js +32 -30
- package/dist/es2019/i18n/nl.js +32 -30
- package/dist/es2019/i18n/pl.js +32 -30
- package/dist/es2019/i18n/pt_BR.js +32 -30
- package/dist/es2019/i18n/ru.js +32 -30
- package/dist/es2019/i18n/sv.js +32 -30
- package/dist/es2019/i18n/th.js +32 -30
- package/dist/es2019/i18n/tr.js +32 -30
- package/dist/es2019/i18n/uk.js +32 -30
- package/dist/es2019/i18n/vi.js +32 -30
- package/dist/es2019/i18n/zh.js +32 -30
- package/dist/es2019/i18n/zh_TW.js +32 -30
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/client/TeamCentralCardClient.js +34 -38
- package/dist/esm/client/UserProfileCardClient.js +17 -19
- package/dist/esm/client/getTeamFromAGG.js +12 -14
- package/dist/esm/i18n/cs.js +32 -30
- package/dist/esm/i18n/da.js +32 -30
- package/dist/esm/i18n/de.js +32 -30
- package/dist/esm/i18n/en.js +32 -30
- package/dist/esm/i18n/en_GB.js +32 -30
- package/dist/esm/i18n/es.js +32 -30
- package/dist/esm/i18n/fi.js +32 -30
- package/dist/esm/i18n/fr.js +32 -30
- package/dist/esm/i18n/hu.js +32 -30
- package/dist/esm/i18n/it.js +32 -30
- package/dist/esm/i18n/ja.js +32 -30
- package/dist/esm/i18n/ko.js +32 -30
- package/dist/esm/i18n/nb.js +32 -30
- package/dist/esm/i18n/nl.js +32 -30
- package/dist/esm/i18n/pl.js +32 -30
- package/dist/esm/i18n/pt_BR.js +32 -30
- package/dist/esm/i18n/ru.js +32 -30
- package/dist/esm/i18n/sv.js +32 -30
- package/dist/esm/i18n/th.js +32 -30
- package/dist/esm/i18n/tr.js +32 -30
- package/dist/esm/i18n/uk.js +32 -30
- package/dist/esm/i18n/vi.js +32 -30
- package/dist/esm/i18n/zh.js +32 -30
- package/dist/esm/i18n/zh_TW.js +32 -30
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/client/TeamCentralCardClient.d.ts +2 -2
- package/dist/types/client/errorUtils.d.ts +1 -1
- package/dist/types/client/graphqlUtils.d.ts +1 -1
- package/dist/types/components/Icon/IconLabel.d.ts +1 -1
- package/dist/types/components/User/OverflowProfileCardButtons.d.ts +1 -1
- package/dist/types/components/User/ReportingLinesDetails.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +34 -32
- package/dist/types/i18n/da.d.ts +34 -32
- package/dist/types/i18n/de.d.ts +34 -32
- package/dist/types/i18n/en.d.ts +34 -32
- package/dist/types/i18n/en_GB.d.ts +34 -32
- package/dist/types/i18n/en_ZZ.d.ts +6 -6
- package/dist/types/i18n/es.d.ts +34 -32
- package/dist/types/i18n/et.d.ts +6 -6
- package/dist/types/i18n/fi.d.ts +34 -32
- package/dist/types/i18n/fr.d.ts +34 -32
- package/dist/types/i18n/hu.d.ts +34 -32
- package/dist/types/i18n/is.d.ts +6 -6
- package/dist/types/i18n/it.d.ts +34 -32
- package/dist/types/i18n/ja.d.ts +34 -32
- package/dist/types/i18n/ko.d.ts +34 -32
- package/dist/types/i18n/languages.d.ts +6 -6
- package/dist/types/i18n/nb.d.ts +34 -32
- package/dist/types/i18n/nl.d.ts +34 -32
- package/dist/types/i18n/pl.d.ts +34 -32
- package/dist/types/i18n/pt_BR.d.ts +34 -32
- package/dist/types/i18n/pt_PT.d.ts +6 -6
- package/dist/types/i18n/ro.d.ts +6 -6
- package/dist/types/i18n/ru.d.ts +34 -32
- package/dist/types/i18n/sk.d.ts +6 -6
- package/dist/types/i18n/sv.d.ts +34 -32
- package/dist/types/i18n/th.d.ts +34 -32
- package/dist/types/i18n/tr.d.ts +34 -32
- package/dist/types/i18n/uk.d.ts +34 -32
- package/dist/types/i18n/vi.d.ts +34 -32
- package/dist/types/i18n/zh.d.ts +34 -32
- package/dist/types/i18n/zh_TW.d.ts +34 -32
- package/dist/types/types.d.ts +10 -10
- package/dist/types/util/analytics.d.ts +14 -14
- package/dist/types/util/click.d.ts +1 -1
- package/messages/package.json +2 -2
- package/mocks/package.json +2 -2
- package/package.json +29 -21
- package/team/package.json +2 -2
- package/types/package.json +2 -2
- package/user/package.json +2 -2
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"pt.profile-card.closed.account": string;
|
|
3
|
-
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
-
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
-
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
-
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
-
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
-
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
-
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
-
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
-
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
-
"pt.profile-card.give-kudos": string;
|
|
13
|
-
"pt.profile-card.inactive.account": string;
|
|
14
|
-
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
-
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
-
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
-
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
-
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
-
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
-
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
-
"pt.profile-card.more-icon-label": string;
|
|
22
|
-
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
-
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
-
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
-
"pt.team-profile-card.error.title": string;
|
|
26
|
-
"pt.team-profile-card.manager.heading": string;
|
|
27
|
-
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
-
"pt.team-profile-card.team.member.count": string;
|
|
29
|
-
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
-
"pt.team-profile-card.team.member.many": string;
|
|
31
|
-
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
|
-
};
|
|
33
1
|
/**
|
|
34
2
|
* NOTE:
|
|
35
3
|
*
|
|
36
4
|
* This file is automatically generated by Traduki 2.0.
|
|
37
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
38
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
|
+
};
|
|
39
41
|
export default _default;
|
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -18,10 +24,4 @@ declare const _default: {
|
|
|
18
24
|
'pt.profile-card.inactive.account.has.date.this.week': string;
|
|
19
25
|
'pt.profile-card.inactive.account.no.date': string;
|
|
20
26
|
};
|
|
21
|
-
/**
|
|
22
|
-
* NOTE:
|
|
23
|
-
*
|
|
24
|
-
* This file is automatically generated by Traduki 2.0.
|
|
25
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
26
|
-
*/
|
|
27
27
|
export default _default;
|
package/dist/types/i18n/ro.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'pt.profile-card.inactive.account': string;
|
|
3
9
|
'pt.profile-card.general.msg.disabled.user': string;
|
|
@@ -18,10 +24,4 @@ declare const _default: {
|
|
|
18
24
|
'pt.profile-card.closed.account.has.date.more.than.a.year': string;
|
|
19
25
|
'pt.profile-card.disabled.account.default.name': string;
|
|
20
26
|
};
|
|
21
|
-
/**
|
|
22
|
-
* NOTE:
|
|
23
|
-
*
|
|
24
|
-
* This file is automatically generated by i18n-tools.
|
|
25
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
26
|
-
*/
|
|
27
27
|
export default _default;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"pt.profile-card.closed.account": string;
|
|
3
|
-
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
-
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
-
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
-
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
-
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
-
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
-
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
-
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
-
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
-
"pt.profile-card.give-kudos": string;
|
|
13
|
-
"pt.profile-card.inactive.account": string;
|
|
14
|
-
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
-
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
-
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
-
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
-
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
-
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
-
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
-
"pt.profile-card.more-icon-label": string;
|
|
22
|
-
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
-
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
-
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
-
"pt.team-profile-card.error.title": string;
|
|
26
|
-
"pt.team-profile-card.manager.heading": string;
|
|
27
|
-
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
-
"pt.team-profile-card.team.member.count": string;
|
|
29
|
-
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
-
"pt.team-profile-card.team.member.many": string;
|
|
31
|
-
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
|
-
};
|
|
33
1
|
/**
|
|
34
2
|
* NOTE:
|
|
35
3
|
*
|
|
36
4
|
* This file is automatically generated by Traduki 2.0.
|
|
37
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
38
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
|
+
};
|
|
39
41
|
export default _default;
|
package/dist/types/i18n/sk.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
*/
|
|
1
7
|
declare const _default: {
|
|
2
8
|
'pt.profile-card.closed.account': string;
|
|
3
9
|
'pt.profile-card.closed.account.has.date.a.few.months': string;
|
|
@@ -18,10 +24,4 @@ declare const _default: {
|
|
|
18
24
|
'pt.profile-card.inactive.account.has.date.this.week': string;
|
|
19
25
|
'pt.profile-card.inactive.account.no.date': string;
|
|
20
26
|
};
|
|
21
|
-
/**
|
|
22
|
-
* NOTE:
|
|
23
|
-
*
|
|
24
|
-
* This file is automatically generated by Traduki 2.0.
|
|
25
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
26
|
-
*/
|
|
27
27
|
export default _default;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"pt.profile-card.closed.account": string;
|
|
3
|
-
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
-
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
-
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
-
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
-
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
-
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
-
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
-
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
-
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
-
"pt.profile-card.give-kudos": string;
|
|
13
|
-
"pt.profile-card.inactive.account": string;
|
|
14
|
-
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
-
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
-
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
-
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
-
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
-
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
-
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
-
"pt.profile-card.more-icon-label": string;
|
|
22
|
-
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
-
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
-
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
-
"pt.team-profile-card.error.title": string;
|
|
26
|
-
"pt.team-profile-card.manager.heading": string;
|
|
27
|
-
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
-
"pt.team-profile-card.team.member.count": string;
|
|
29
|
-
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
-
"pt.team-profile-card.team.member.many": string;
|
|
31
|
-
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
|
-
};
|
|
33
1
|
/**
|
|
34
2
|
* NOTE:
|
|
35
3
|
*
|
|
36
4
|
* This file is automatically generated by Traduki 2.0.
|
|
37
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
38
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
|
+
};
|
|
39
41
|
export default _default;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"pt.profile-card.closed.account": string;
|
|
3
|
-
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
-
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
-
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
-
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
-
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
-
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
-
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
-
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
-
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
-
"pt.profile-card.give-kudos": string;
|
|
13
|
-
"pt.profile-card.inactive.account": string;
|
|
14
|
-
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
-
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
-
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
-
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
-
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
-
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
-
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
-
"pt.profile-card.more-icon-label": string;
|
|
22
|
-
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
-
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
-
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
-
"pt.team-profile-card.error.title": string;
|
|
26
|
-
"pt.team-profile-card.manager.heading": string;
|
|
27
|
-
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
-
"pt.team-profile-card.team.member.count": string;
|
|
29
|
-
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
-
"pt.team-profile-card.team.member.many": string;
|
|
31
|
-
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
|
-
};
|
|
33
1
|
/**
|
|
34
2
|
* NOTE:
|
|
35
3
|
*
|
|
36
4
|
* This file is automatically generated by Traduki 2.0.
|
|
37
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
38
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
|
+
};
|
|
39
41
|
export default _default;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"pt.profile-card.closed.account": string;
|
|
3
|
-
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
-
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
-
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
-
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
-
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
-
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
-
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
-
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
-
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
-
"pt.profile-card.give-kudos": string;
|
|
13
|
-
"pt.profile-card.inactive.account": string;
|
|
14
|
-
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
-
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
-
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
-
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
-
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
-
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
-
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
-
"pt.profile-card.more-icon-label": string;
|
|
22
|
-
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
-
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
-
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
-
"pt.team-profile-card.error.title": string;
|
|
26
|
-
"pt.team-profile-card.manager.heading": string;
|
|
27
|
-
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
-
"pt.team-profile-card.team.member.count": string;
|
|
29
|
-
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
-
"pt.team-profile-card.team.member.many": string;
|
|
31
|
-
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
|
-
};
|
|
33
1
|
/**
|
|
34
2
|
* NOTE:
|
|
35
3
|
*
|
|
36
4
|
* This file is automatically generated by Traduki 2.0.
|
|
37
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
38
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
|
+
};
|
|
39
41
|
export default _default;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"pt.profile-card.closed.account": string;
|
|
3
|
-
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
-
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
-
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
-
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
-
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
-
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
-
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
-
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
-
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
-
"pt.profile-card.give-kudos": string;
|
|
13
|
-
"pt.profile-card.inactive.account": string;
|
|
14
|
-
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
-
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
-
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
-
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
-
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
-
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
-
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
-
"pt.profile-card.more-icon-label": string;
|
|
22
|
-
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
-
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
-
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
-
"pt.team-profile-card.error.title": string;
|
|
26
|
-
"pt.team-profile-card.manager.heading": string;
|
|
27
|
-
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
-
"pt.team-profile-card.team.member.count": string;
|
|
29
|
-
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
-
"pt.team-profile-card.team.member.many": string;
|
|
31
|
-
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
|
-
};
|
|
33
1
|
/**
|
|
34
2
|
* NOTE:
|
|
35
3
|
*
|
|
36
4
|
* This file is automatically generated by Traduki 2.0.
|
|
37
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
38
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
|
+
};
|
|
39
41
|
export default _default;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"pt.profile-card.closed.account": string;
|
|
3
|
-
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
-
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
-
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
-
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
-
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
-
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
-
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
-
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
-
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
-
"pt.profile-card.give-kudos": string;
|
|
13
|
-
"pt.profile-card.inactive.account": string;
|
|
14
|
-
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
-
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
-
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
-
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
-
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
-
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
-
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
-
"pt.profile-card.more-icon-label": string;
|
|
22
|
-
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
-
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
-
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
-
"pt.team-profile-card.error.title": string;
|
|
26
|
-
"pt.team-profile-card.manager.heading": string;
|
|
27
|
-
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
-
"pt.team-profile-card.team.member.count": string;
|
|
29
|
-
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
-
"pt.team-profile-card.team.member.many": string;
|
|
31
|
-
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
|
-
};
|
|
33
1
|
/**
|
|
34
2
|
* NOTE:
|
|
35
3
|
*
|
|
36
4
|
* This file is automatically generated by Traduki 2.0.
|
|
37
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
38
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
|
+
};
|
|
39
41
|
export default _default;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"pt.profile-card.closed.account": string;
|
|
3
|
-
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
-
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
-
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
-
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
-
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
-
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
-
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
-
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
-
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
-
"pt.profile-card.give-kudos": string;
|
|
13
|
-
"pt.profile-card.inactive.account": string;
|
|
14
|
-
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
-
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
-
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
-
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
-
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
-
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
-
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
-
"pt.profile-card.more-icon-label": string;
|
|
22
|
-
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
-
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
-
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
-
"pt.team-profile-card.error.title": string;
|
|
26
|
-
"pt.team-profile-card.manager.heading": string;
|
|
27
|
-
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
-
"pt.team-profile-card.team.member.count": string;
|
|
29
|
-
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
-
"pt.team-profile-card.team.member.many": string;
|
|
31
|
-
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
|
-
};
|
|
33
1
|
/**
|
|
34
2
|
* NOTE:
|
|
35
3
|
*
|
|
36
4
|
* This file is automatically generated by Traduki 2.0.
|
|
37
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
38
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
|
+
};
|
|
39
41
|
export default _default;
|