@atlaskit/profilecard 18.2.4 → 18.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- 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/styled/TeamCard.js +18 -14
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- 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/styled/TeamCard.js +7 -0
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- 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/styled/TeamCard.js +14 -12
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- 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 -3
- package/docs/2-team-profilecard.tsx +4 -2
- package/package.json +4 -3
- package/report.api.md +6 -1
- package/tmp/api-report-tmp.d.ts +6 -1
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Norwegian (Bokmål)
|
|
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": "Kontoen er slettet",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Vedkommendes konto har vært slettet i noen måneder.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Vedkommendes konto ble slettet i forrige måned.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Vedkommendes konto har vært slettet i over et år.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Vedkommendes konto har vært slettet i flere måneder.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Vedkommendes konto ble slettet denne måneden.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Vedkommendes konto ble slettet denne uken.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Vedkommendes konto er slettet.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Tidligere bruker",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Du kan ikke lenger samarbeide med denne personen.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Gi kudos",
|
|
21
|
+
"pt.profile-card.inactive.account": "Kontoen er deaktivert",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Vedkommendes konto har vært deaktivert i noen måneder.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Vedkommendes konto ble deaktivert denne måneden.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Vedkommendes konto har vært deaktivert i over et år.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Vedkommendes konto har vært deaktivert i flere måneder.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Vedkommendes konto ble deaktivert denne uken.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Vedkommendes konto ble deaktivert denne uken.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Vedkommendes konto er deaktivert.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Mer",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Direkte underordnede",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Prøv på nytt",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Vent litt og prøv på nytt.",
|
|
33
|
+
"pt.team-profile-card.error.title": "Vi har visst problemer med å hente dette teamets informasjon",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Leder",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Se profil",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Team • {count} medlem, inkludert deg} other {Team • {count} medlemmer, inkludert deg}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Team • flere enn 50 medlemmer",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Team • flere enn 50 medlemmer, inkludert deg"
|
|
39
40
|
};
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Dutch (Netherlands)
|
|
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 verwijderd",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Zijn/haar account is al een paar maanden verwijderd.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Zijn/haar account is vorige maand verwijderd.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Zijn/haar account is ruim een jaar geleden verwijderd.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Zijn/haar account is een paar maanden geleden verwijderd.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Zijn/haar account is deze maand verwijderd.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Zijn/haar account is deze week verwijderd.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Zijn/haar account is verwijderd.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Voormalige gebruiker",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Je kunt niet meer samenwerken met deze persoon.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Geef kudos",
|
|
21
|
+
"pt.profile-card.inactive.account": "Account gedeactiveerd",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Zijn/haar account is al een paar maanden gedeactiveerd.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Zijn/haar account is vorige maand gedeactiveerd.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Zijn/haar account is al ruim een jaar gedeactiveerd.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Zijn/haar account is al een paar maanden gedeactiveerd.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Zijn/haar account is deze maand gedeactiveerd.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Zijn/haar account is deze week gedeactiveerd.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Zijn/haar account is gedeactiveerd.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Meer",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Directe rapporten",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Opnieuw proberen",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Wacht even en probeer het vervolgens opnieuw.",
|
|
33
|
+
"pt.team-profile-card.error.title": "We hebben problemen bij het ophalen van de informatie van dit team",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Manager",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Profiel bekijken",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Team • {count} lid} other {Team • {count} leden.}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Team • {count} lid, inclusief jezelf} other {Team •{count} leden, inclusief jezelf}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Team • 50+ leden",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Team • 50+ leden, inclusief jezelf."
|
|
39
40
|
};
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Polish (Poland)
|
|
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": "Konto zostało usunięte",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Jej konto zostało usunięte przynajmniej kilka miesięcy temu.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Jej konto usunięte w zeszłym miesiącu.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Jej konto zostało usunięte przynajmniej rok temu.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Jej konto zostało usunięte wiele miesięcy temu.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Jej konto zostało usunięte w tym miesiącu.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Jej konto zostało usunięte w tym tygodniu.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Jej konto zostało usunięte.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Były użytkownik",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Nie możesz już współpracować z tą osobą.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Przekaż wyrazy uznania",
|
|
21
|
+
"pt.profile-card.inactive.account": "Konto zdezaktywowane",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Jej konto zostało zdezaktywowane przynajmniej kilka miesięcy temu.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Jej konto zdezaktywowane w zeszłym miesiącu.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Jej konto zostało zdezaktywowane przynajmniej rok temu.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Jej konto zostało zdezaktywowane wiele miesięcy temu.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Jej konto zdezaktywowane w tym miesiącu.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Jej konto zostało zdezaktywowane w tym tygodniu.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Jej konto zostało zdezaktywowane pomyślnie.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Więcej",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Bezpośredni podwładni",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Spróbuj ponownie",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Poczekaj chwilę i spróbuj ponownie.",
|
|
33
|
+
"pt.team-profile-card.error.title": "Mamy problemy z pobraniem informacji dotyczących tego zespołu",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Kierownik",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Wyświetl profil",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Zespół z {count} członkiem} few {Zespół z {count} członkami} many {Zespół z {count} członkami} other {Zespół z {count} członka}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Zespół z {count} członkiem, łącznie z Tobą} few {Zespół z {count} członkami, łącznie z Tobą} many {Zespół z {count} członkami, łącznie z Tobą} other {Zespół z {count} członka, łącznie z Tobą}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Zespół z ponad 50 członkami",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Zespół z ponad 50 członkami, łącznie z Tobą"
|
|
39
40
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Portuguese (Brazil)
|
|
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": "Conta excluída",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "A conta do usuário foi excluída há alguns meses.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "A conta do usuário foi excluída no mês passado.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "A conta do usuário foi excluída há mais de um ano.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "A conta do usuário foi excluída há vários meses.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "A conta do usuário foi excluída neste mês.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "A conta do usuário foi excluída nesta semana.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "A conta do usuário foi excluída.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Ex-usuário",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Você não pode mais colaborar com essa pessoa.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Envie elogios",
|
|
21
|
+
"pt.profile-card.inactive.account": "Conta desativada",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "A conta do usuário foi desativada há alguns meses.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "A conta do usuário foi desativada no mês passado.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "A conta do usuário foi desativada há mais de um ano.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "A conta do usuário foi desativada há vários meses.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "A conta do usuário foi desativada neste mês.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "A conta do usuário foi desativada nesta semana.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "A conta do usuário foi desativada.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Mais",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Relatórios diretos",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Tentar novamente",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Aguarde alguns instantes e depois tente de novo.",
|
|
33
|
+
"pt.team-profile-card.error.title": "Há alguns problemas para recuperar as informações desta equipe",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Gerente",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Visualizar perfil",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Equipe • {count} membro} other {Equipe • {count} membros}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Equipe • {count} membro, incluindo você} other {Equipe • {count} membros, incluindo você}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Equipe • Mais de 50 membros",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Equipe • Mais de 50 membros, incluindo você"
|
|
39
40
|
};
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Russian
|
|
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": "Аккаунт удален",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Его аккаунт был удален несколько месяцев назад.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Его аккаунт был удален в прошлом месяце.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Его аккаунт был удален более года назад.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Его аккаунт удален уже несколько месяцев назад.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Его аккаунт был удален в этом месяце.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Его аккаунт был удален на этой неделе.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Его аккаунт был удален.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Бывший пользователь",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Вы больше не можете работать с этим пользователем.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Похвалить",
|
|
21
|
+
"pt.profile-card.inactive.account": "Аккаунт отключен",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Его аккаунт был отключен несколько месяцев назад.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Его аккаунт был отключен в прошлом месяце.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Его аккаунт был отключен более года назад.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Его аккаунт уже несколько месяцев отключен.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Его аккаунт был отключен в этом месяце.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Его аккаунт был отключен на этой неделе.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Его аккаунт был отключен.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Еще",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Прямые подчиненные",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Повторить попытку",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Повторите попытку через несколько секунд.",
|
|
33
|
+
"pt.team-profile-card.error.title": "При получении данных этой команды возникла проблема",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Менеджер",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Посмотреть профиль",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Команда • {count} участник} few {Команда • {count} участника} many {Команда • {count} участников} other {Команда • {count} участника}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Команда • {count} участник, включая вас} few {Команда • {count} участника, включая вас} many {Команда • {count} участников, включая вас} other {Команда • {count} участника, включая вас}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Команда • более 50 участников",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Команда • более 50 участников, включая вас"
|
|
39
40
|
};
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Swedish
|
|
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": "Kontot är borttaget",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Personens konto har varit borttaget i några få månader.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Personens konto togs bort förra månaden.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Personens konto har varit borttaget i mer än ett år.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Personens konto har varit borttaget i flera månader.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Personens konto togs bort den här månaden.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Personens konto togs bort den här veckan.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Personens konto har tagits bort.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Före detta användare",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Du kan inte längre samarbeta med den här personen.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Ge beröm",
|
|
21
|
+
"pt.profile-card.inactive.account": "Kontot är inaktiverat",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Personens konto har varit inaktiverat i några få månader.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Personens konto inaktiverades förra månaden.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Personens konto har varit inaktiverat i mer än ett år.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Personens konto har varit inaktiverat i flera månader.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Personens konto inaktiverades den här månaden.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Personens konto inaktiverades den här veckan.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Personens konto har inaktiverats.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Mer",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Direkt underordnade",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Försök igen",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Vänta ett tag och försök igen.",
|
|
33
|
+
"pt.team-profile-card.error.title": "Vi kan inte hämta information om teamet",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Chef",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Visa profil",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmar}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Team • {count} medlem, inklusive dig} other {Team • {count} medlemmar, inklusive dig}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Team • 50+ medlemmar",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Team • 50+ medlemmar, inklusive dig"
|
|
39
40
|
};
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Thai (Thailand)
|
|
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": "ลบบัญชีแล้ว",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "บัญชีของผู้ใช้ถูกลบไปแล้วไม่กี่เดือน",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "บัญชีของผู้ใช้ถูกลบไปเมื่อเดือนที่แล้ว",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "บัญชีของผู้ใช้ถูกลบไปแล้วมากกว่าหนึ่งปี",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "บัญชีของผู้ใช้ถูกลบไปแล้วหลายเดือน",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "บัญชีของผู้ใช้ถูกลบไปแล้วในเดือนนี้",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "บัญชีของผู้ใช้ถูกลบไปแล้วในสัปดาห์นี้",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "บัญชีของผู้ใช้ถูกลบไปแล้ว",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "ผู้ใช้เดิม",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "คุณไม่สามารถทำงานร่วมกับบุคคลนี้ได้อีก",
|
|
20
|
+
"pt.profile-card.give-kudos": "แสดงความชื่นชม",
|
|
21
|
+
"pt.profile-card.inactive.account": "ปิดใช้งานบัญชีแล้ว",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วไม่กี่เดือน",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "บัญชีของผู้ใช้ถูกปิดใช้งานไปเมื่อเดือนที่แล้ว",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วมากกว่าหนึ่งปี",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วหลายเดือน",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วในเดือนนี้",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้วในสัปดาห์นี้",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "บัญชีของผู้ใช้ถูกปิดใช้งานไปแล้ว",
|
|
29
|
+
"pt.profile-card.more-icon-label": "เพิ่มเติม",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "รายงานโดยตรง",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "ลองอีกครั้ง",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "โปรดรอสักครู่แล้วลองอีกครั้ง",
|
|
33
|
+
"pt.team-profile-card.error.title": "เรากำลังมีปัญหาในการเรียกข้อมูลของทีมนี้",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "ตัวจัดการ",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "ดูโปรไฟล์",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, other {ทีม • สมาชิก {count} คน}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, other {ทีม • สมาชิก {count} คน รวมคุณด้วย}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "ทีม • สมาชิกมากกว่า 50 คน",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "ทีม • สมาชิกมากกว่า 50 คน รวมคุณด้วย"
|
|
39
40
|
};
|