@atlaskit/profilecard 18.2.4 → 18.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/client/TeamProfileCardClient.js +5 -29
- package/dist/cjs/components/Error/AccessLockSVG.js +84 -0
- package/dist/cjs/components/Team/TeamForbiddenErrorState.js +38 -0
- package/dist/cjs/components/Team/TeamProfileCard.js +16 -8
- package/dist/cjs/i18n/cs.js +31 -30
- package/dist/cjs/i18n/da.js +31 -30
- package/dist/cjs/i18n/de.js +31 -30
- package/dist/cjs/i18n/en.js +31 -30
- package/dist/cjs/i18n/en_GB.js +31 -30
- package/dist/cjs/i18n/es.js +31 -30
- package/dist/cjs/i18n/fi.js +31 -30
- package/dist/cjs/i18n/fr.js +31 -30
- package/dist/cjs/i18n/hu.js +31 -30
- package/dist/cjs/i18n/it.js +31 -30
- package/dist/cjs/i18n/ja.js +31 -30
- package/dist/cjs/i18n/ko.js +31 -30
- package/dist/cjs/i18n/nb.js +31 -30
- package/dist/cjs/i18n/nl.js +31 -30
- package/dist/cjs/i18n/pl.js +31 -30
- package/dist/cjs/i18n/pt_BR.js +31 -30
- package/dist/cjs/i18n/ru.js +31 -30
- package/dist/cjs/i18n/sv.js +31 -30
- package/dist/cjs/i18n/th.js +31 -30
- package/dist/cjs/i18n/tr.js +31 -30
- package/dist/cjs/i18n/uk.js +31 -30
- package/dist/cjs/i18n/vi.js +31 -30
- package/dist/cjs/i18n/zh.js +31 -30
- package/dist/cjs/i18n/zh_TW.js +31 -30
- package/dist/cjs/messages.js +10 -0
- package/dist/cjs/mocks/mock-team-client.js +0 -5
- package/dist/cjs/styled/TeamCard.js +18 -14
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/client/TeamProfileCardClient.js +4 -37
- package/dist/es2019/components/Error/AccessLockSVG.js +75 -0
- package/dist/es2019/components/Team/TeamForbiddenErrorState.js +25 -0
- package/dist/es2019/components/Team/TeamProfileCard.js +16 -8
- package/dist/es2019/i18n/cs.js +31 -30
- package/dist/es2019/i18n/da.js +31 -30
- package/dist/es2019/i18n/de.js +31 -30
- package/dist/es2019/i18n/en.js +31 -30
- package/dist/es2019/i18n/en_GB.js +31 -30
- package/dist/es2019/i18n/es.js +31 -30
- package/dist/es2019/i18n/fi.js +31 -30
- package/dist/es2019/i18n/fr.js +31 -30
- package/dist/es2019/i18n/hu.js +31 -30
- package/dist/es2019/i18n/it.js +31 -30
- package/dist/es2019/i18n/ja.js +31 -30
- package/dist/es2019/i18n/ko.js +31 -30
- package/dist/es2019/i18n/nb.js +31 -30
- package/dist/es2019/i18n/nl.js +31 -30
- package/dist/es2019/i18n/pl.js +31 -30
- package/dist/es2019/i18n/pt_BR.js +31 -30
- package/dist/es2019/i18n/ru.js +31 -30
- package/dist/es2019/i18n/sv.js +31 -30
- package/dist/es2019/i18n/th.js +31 -30
- package/dist/es2019/i18n/tr.js +31 -30
- package/dist/es2019/i18n/uk.js +31 -30
- package/dist/es2019/i18n/vi.js +31 -30
- package/dist/es2019/i18n/zh.js +31 -30
- package/dist/es2019/i18n/zh_TW.js +31 -30
- package/dist/es2019/messages.js +10 -0
- package/dist/es2019/mocks/mock-team-client.js +0 -3
- package/dist/es2019/styled/TeamCard.js +7 -0
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/client/TeamProfileCardClient.js +5 -29
- package/dist/esm/components/Error/AccessLockSVG.js +75 -0
- package/dist/esm/components/Team/TeamForbiddenErrorState.js +27 -0
- package/dist/esm/components/Team/TeamProfileCard.js +16 -8
- package/dist/esm/i18n/cs.js +31 -30
- package/dist/esm/i18n/da.js +31 -30
- package/dist/esm/i18n/de.js +31 -30
- package/dist/esm/i18n/en.js +31 -30
- package/dist/esm/i18n/en_GB.js +31 -30
- package/dist/esm/i18n/es.js +31 -30
- package/dist/esm/i18n/fi.js +31 -30
- package/dist/esm/i18n/fr.js +31 -30
- package/dist/esm/i18n/hu.js +31 -30
- package/dist/esm/i18n/it.js +31 -30
- package/dist/esm/i18n/ja.js +31 -30
- package/dist/esm/i18n/ko.js +31 -30
- package/dist/esm/i18n/nb.js +31 -30
- package/dist/esm/i18n/nl.js +31 -30
- package/dist/esm/i18n/pl.js +31 -30
- package/dist/esm/i18n/pt_BR.js +31 -30
- package/dist/esm/i18n/ru.js +31 -30
- package/dist/esm/i18n/sv.js +31 -30
- package/dist/esm/i18n/th.js +31 -30
- package/dist/esm/i18n/tr.js +31 -30
- package/dist/esm/i18n/uk.js +31 -30
- package/dist/esm/i18n/vi.js +31 -30
- package/dist/esm/i18n/zh.js +31 -30
- package/dist/esm/i18n/zh_TW.js +31 -30
- package/dist/esm/messages.js +10 -0
- package/dist/esm/mocks/mock-team-client.js +0 -5
- package/dist/esm/styled/TeamCard.js +14 -12
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/client/TeamProfileCardClient.d.ts +1 -2
- package/dist/types/components/Error/AccessLockSVG.d.ts +3 -0
- package/dist/types/components/Team/TeamForbiddenErrorState.d.ts +6 -0
- package/dist/types/i18n/cs.d.ts +30 -30
- package/dist/types/i18n/da.d.ts +30 -30
- package/dist/types/i18n/de.d.ts +30 -30
- package/dist/types/i18n/en.d.ts +30 -30
- package/dist/types/i18n/en_GB.d.ts +30 -30
- package/dist/types/i18n/es.d.ts +30 -30
- package/dist/types/i18n/fi.d.ts +30 -30
- package/dist/types/i18n/fr.d.ts +30 -30
- package/dist/types/i18n/hu.d.ts +30 -30
- package/dist/types/i18n/it.d.ts +30 -30
- package/dist/types/i18n/ja.d.ts +30 -30
- package/dist/types/i18n/ko.d.ts +30 -30
- package/dist/types/i18n/nb.d.ts +30 -30
- package/dist/types/i18n/nl.d.ts +30 -30
- package/dist/types/i18n/pl.d.ts +30 -30
- package/dist/types/i18n/pt_BR.d.ts +30 -30
- package/dist/types/i18n/ru.d.ts +30 -30
- package/dist/types/i18n/sv.d.ts +30 -30
- package/dist/types/i18n/th.d.ts +30 -30
- package/dist/types/i18n/tr.d.ts +30 -30
- package/dist/types/i18n/uk.d.ts +30 -30
- package/dist/types/i18n/vi.d.ts +30 -30
- package/dist/types/i18n/zh.d.ts +30 -30
- package/dist/types/i18n/zh_TW.d.ts +30 -30
- package/dist/types/messages.d.ts +10 -0
- package/dist/types/styled/TeamCard.d.ts +8 -0
- package/dist/types/types.d.ts +6 -4
- package/docs/2-team-profilecard.tsx +4 -2
- package/package.json +4 -3
- package/report.api.md +7 -9
- package/tmp/api-report-tmp.d.ts +7 -6
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
10
|
+
"pt.profile-card.closed.account": "Account deleted",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Their account has been deleted for a few months.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Their account was deleted last month.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Their account has been deleted for more than a year.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Their account has been deleted for several months.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Their account was deleted this month.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Their account was deleted this week.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Their account has been deleted.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Former user",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "You can no longer collaborate with this person.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Give kudos",
|
|
21
|
+
"pt.profile-card.inactive.account": "Account deactivated",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Their account has been deactivated for a few months.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Their account was deactivated last month.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Their account has been deactivated for more than a year.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Their account has been deactivated for several months.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Their account was deactivated this month.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Their account was deactivated this week.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Their account has been deactivated.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "More",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Direct reports",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Try again",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Wait a few moments, then try again.",
|
|
33
|
+
"pt.team-profile-card.error.title": "We’re having trouble retrieving this teams information",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Manager",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "View profile",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "Team • {count} {count, plural, one {member} other {members}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "Team • {count} {count, plural, one {member} other {members}}, including you",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Team • 50+ members",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Team • 50+ members, including you"
|
|
39
40
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//English (United Kingdom)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
10
|
+
"pt.profile-card.closed.account": "Account deleted",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Their account has been deleted for a few months.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Their account was deleted last month.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Their account has been deleted for more than a year.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Their account has been deleted for several months.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Their account was deleted this month.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Their account was deleted this week.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Their account has been deleted.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Former user",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "You can no longer collaborate with this person.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Give kudos",
|
|
21
|
+
"pt.profile-card.inactive.account": "Account deactivated",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Their account has been deactivated for a few months.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Their account was deactivated last month.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Their account has been deactivated for more than a year.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Their account has been deactivated for several months.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Their account was deactivated this month.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Their account was deactivated this week.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Their account has been deactivated.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "More",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Direct reports",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Try again",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Wait a few moments, then try again.",
|
|
33
|
+
"pt.team-profile-card.error.title": "We’re having trouble retrieving this teams information",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Manager",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "View profile",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "Team • {count} {count, plural, one {member} other {members}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "Team • {count} {count, plural, one {member} other {members}}, including you",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Team • 50+ members",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Team • 50+ members, including you"
|
|
39
40
|
};
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Spanish (International)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
10
|
+
"pt.profile-card.closed.account": "Cuenta eliminada",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Su cuenta se desactivó hace algunos meses.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Su cuenta se eliminó el mes pasado.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Su cuenta se eliminó hace más de un año.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Su cuenta se eliminó hace varios meses.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Su cuenta se ha eliminado este mes.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Su cuenta se ha eliminado esta semana.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Su cuenta está eliminada.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Antiguo usuario",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Ya no puedes colaborar con esta persona.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Felicitar",
|
|
21
|
+
"pt.profile-card.inactive.account": "Cuenta desactivada",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Su cuenta se desactivó hace algunos meses.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Su cuenta se desactivó el mes pasado.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Su cuenta se desactivó hace más de un año.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Su cuenta se desactivó hace varios meses.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Su cuenta se ha desactivado este mes.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Su cuenta se ha desactivado esta semana.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Su cuenta está desactivada.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Más",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Subordinados directos",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Volver a intentarlo",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Espera unos momentos y vuelve a intentarlo.",
|
|
33
|
+
"pt.team-profile-card.error.title": "Estamos teniendo algunos problemas para recuperar la información de este equipo",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Gerente",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Ver perfil",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Equipo • {count} miembro} other {Equipo • {count} miembros}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Equipo • {count} miembro, incluyéndote a ti} other {Equipo • {count} miembros, incluyéndote a ti}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Equipo • Más de 50 miembros",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Equipo • Más de 50 miembros, incluyéndote a ti"
|
|
39
40
|
};
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Finnish
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
10
|
+
"pt.profile-card.closed.account": "Tili poistettu",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Hänen tilinsä on ollut poistettuna muutaman kuukauden ajan.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Hänen tilinsä poistettiin viime kuussa.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Hänen tilinsä on ollut poistettuna yli vuoden.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Hänen tilinsä on ollut poistettuna usean kuukauden ajan.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Hänen tilinsä poistettiin tässä kuussa.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Hänen tilinsä poistettiin tällä viikolla.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Hänen tilinsä on poistettu.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Entinen käyttäjä",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Et voi enää tehdä yhteistyötä tämän henkilön kanssa.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Anna kehuja",
|
|
21
|
+
"pt.profile-card.inactive.account": "Tili poistettu käytöstä",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Hänen tilinsä on ollut poissa käytöstä muutaman kuukauden ajan.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Hänen tilinsä poistettiin käytöstä viime kuussa.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Hänen tilinsä on ollut poissa käytöstä yli vuoden.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Hänen tilinsä on ollut poissa käytöstä usean kuukauden ajan.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Hänen tilinsä poistettiin käytöstä tässä kuussa.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Hänen tilinsä poistettiin käytöstä tällä viikolla.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Hänen tilinsä on poistettu käytöstä.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Lisää",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Suorat alaiset",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Yritä uudelleen",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Odota hetki ja yritä sitten uudelleen.",
|
|
33
|
+
"pt.team-profile-card.error.title": "Meillä on vaikeuksia näyttää tämän tiimin tietoja",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Esimies",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Näytä profiili",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Tiimi • {count} jäsen} other {Tiimi • {count} jäsentä}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Tiimi • {count} jäsen sinä mukaan lukien} other {Tiimi • {count} jäsentä sinä mukaan lukien}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Tiimi • 50+ jäsentä",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Tiimi • 50+ jäsentä sinä mukaan lukien"
|
|
39
40
|
};
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//French (France)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
10
|
+
"pt.profile-card.closed.account": "Compte supprimé",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Son compte a été supprimé il y a quelques mois.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Son compte a été supprimé le mois dernier.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Son compte a été supprimé depuis plus d'un an.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Son compte a été supprimé il y a plusieurs mois.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Son compte a été supprimé ce mois-ci.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Son compte a été supprimé cette semaine.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Son compte a été supprimé.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Ancien utilisateur",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Vous ne pouvez plus collaborer avec cette personne.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Féliciter",
|
|
21
|
+
"pt.profile-card.inactive.account": "Compte désactivé",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Son compte a été désactivé il y a quelques mois.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Son compte a été désactivé le mois dernier.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Son compte a été désactivé depuis plus d'un an.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Son compte a été désactivé il y a plusieurs mois.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Son compte a été désactivé ce mois-ci.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Son compte a été désactivé cette semaine.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Son compte a été désactivé.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Plus",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Collaborateurs directs",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Réessayez",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Patientez quelques instants, puis réessayez.",
|
|
33
|
+
"pt.team-profile-card.error.title": "Nous ne parvenons pas à récupérer les informations de cette équipe",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Manager",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Afficher le profil",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Équipe • {count} membre} other {Équipe • {count} membres}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Équipe • {count} membre, dont vous} other {Équipe • {count} membres, dont vous}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Équipe • Plus de 50 membres",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Équipe • Plus de 50 membres, dont vous"
|
|
39
40
|
};
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Hungarian
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
10
|
+
"pt.profile-card.closed.account": "A fiók törölve.",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "A fiókját néhány hónapja töröltük.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "A fiókját a múlt hónapban töröltük.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "A fiókját több mint egy éve töröltük.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "A fiókját több hónapja töröltük.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "A fiókját ebben a hónapban töröltük.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "A fiókját ezen a héten töröltük.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "A fiókját töröltük.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Korábbi felhasználó",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "A továbbiakban nem működhet együtt ezzel a személlyel.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Dicséret",
|
|
21
|
+
"pt.profile-card.inactive.account": "A fiók inaktiválva.",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "A fiókját néhány hónapja inaktiváltuk.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "A fiókját a múlt hónapban inaktiváltuk.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "A fiókját több mint egy éve inaktiváltuk.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "A fiókját több hónapja inaktiváltuk.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "A fiókját ebben a hónapban inaktiváltuk.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "A fiókját ezen a héten inaktiváltuk.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "A fiókját inaktiváltuk.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Továbbiak",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Közvetlen beosztottak",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Próbáld újra",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Várj egy pillanatot, majd próbálkozz újra.",
|
|
33
|
+
"pt.team-profile-card.error.title": "Nem sikerül lekérni a csapat adatait",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Vezető",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Profil megtekintése",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Csapat • {count} tag} other {Csapat • {count} tag}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Csapat • {count} tag veled együtt} other {Csapat • {count} tag veled együtt}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Csapat • 50+ tag",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Csapat • 50+ tag veled együtt"
|
|
39
40
|
};
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Italian (Italy)
|
|
8
9
|
export default {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
10
|
+
"pt.profile-card.closed.account": "Account eliminato",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Il suo account è stato eliminato da qualche mese.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Il suo account è stato eliminato lo scorso mese.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Il suo account è stato eliminato da più di un anno.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Il suo account è stato eliminato da diversi mesi.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Il suo account è stato eliminato questo mese.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Il suo account è stato eliminato questa settimana.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Il suo account è stato eliminato.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Ex utente",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Non puoi più collaborare con questa persona.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Complimentati",
|
|
21
|
+
"pt.profile-card.inactive.account": "Account disattivato",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Il suo account è disattivato da qualche mese.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Il suo account è stato disattivato il mese scorso.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Il suo account è disattivato da più di un anno.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Il suo account è disattivato da diversi mesi.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Il suo account è stato disattivato questo mese.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Il suo account è stato disattivato questa settimana.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Il suo account è stato disattivato.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Altro",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Report diretti",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Riprova",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Attendi alcuni istanti e riprova.",
|
|
33
|
+
"pt.team-profile-card.error.title": "Stiamo riscontrando problemi nel recuperare queste informazioni sul team",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Manager",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Visualizza profilo",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Team • {count} membro} other {Team • {count} membri}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Team • {count} membro, te compreso} other {Team • {count} membri, te compreso}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Team • 50+ membri",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Team • 50+ membri, te compreso"
|
|
39
40
|
};
|