@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/esm/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
|
};
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -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/esm/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/esm/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/esm/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
|
};
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Turkish (Turkey)
|
|
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": "Hesap silindi",
|
|
11
|
+
"pt.profile-card.closed.account.has.date.a.few.months": "Bu kullanıcının hesabı birkaç ay önce silindi.",
|
|
12
|
+
"pt.profile-card.closed.account.has.date.last.month": "Bu kullanıcının hesabı geçen ay silindi.",
|
|
13
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": "Bu kullanıcının hesabı bir yıldan uzun bir süre önce silindi.",
|
|
14
|
+
"pt.profile-card.closed.account.has.date.several.months": "Bu kullanıcının hesabı birkaç ay önce silindi.",
|
|
15
|
+
"pt.profile-card.closed.account.has.date.this.month": "Bu kullanıcının hesabı bu ay silindi.",
|
|
16
|
+
"pt.profile-card.closed.account.has.date.this.week": "Bu kullanıcının hesabı bu hafta silindi.",
|
|
17
|
+
"pt.profile-card.closed.account.no.date": "Bu kullanıcının hesabı silindi.",
|
|
18
|
+
"pt.profile-card.disabled.account.default.name": "Eski kullanıcı",
|
|
19
|
+
"pt.profile-card.general.msg.disabled.user": "Artık bu kişiyle iş birliği yapamazsınız.",
|
|
20
|
+
"pt.profile-card.give-kudos": "Tebrik edin",
|
|
21
|
+
"pt.profile-card.inactive.account": "Hesap devre dışı bırakıldı",
|
|
22
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": "Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.",
|
|
23
|
+
"pt.profile-card.inactive.account.has.date.last.month": "Bu kullanıcının hesabı geçen ay devre dışı bırakıldı.",
|
|
24
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": "Bu kullanıcının hesabı bir yıldan uzun bir süre önce devre dışı bırakıldı.",
|
|
25
|
+
"pt.profile-card.inactive.account.has.date.several.months": "Bu kullanıcının hesabı birkaç ay önce devre dışı bırakıldı.",
|
|
26
|
+
"pt.profile-card.inactive.account.has.date.this.month": "Bu kullanıcının hesabı bu ay devre dışı bırakıldı.",
|
|
27
|
+
"pt.profile-card.inactive.account.has.date.this.week": "Bu kullanıcının hesabı bu hafta devre dışı bırakıldı.",
|
|
28
|
+
"pt.profile-card.inactive.account.no.date": "Bu kullanıcının hesabı devre dışı bırakıldı.",
|
|
29
|
+
"pt.profile-card.more-icon-label": "Daha fazlası",
|
|
30
|
+
"pt.team-profile-card.directReports.heading": "Astlar",
|
|
31
|
+
"pt.team-profile-card.error.refresh-button": "Yeniden deneyin",
|
|
32
|
+
"pt.team-profile-card.error.suggestion": "Lütfen birkaç dakika bekleyip yeniden deneyin.",
|
|
33
|
+
"pt.team-profile-card.error.title": "Bu takımın bilgileri alınırken bir sorunla karşılaşıldı",
|
|
34
|
+
"pt.team-profile-card.manager.heading": "Yönetici",
|
|
35
|
+
"pt.team-profile-card.team.action.view-profile": "Profili görüntüle",
|
|
36
|
+
"pt.team-profile-card.team.member.count": "{count, plural, one {Takım • {count} üye} other {Takım • {count} üye}}",
|
|
37
|
+
"pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Takım • Siz de dahil olmak üzere {count} üye} other {Takım • Siz de dahil olmak üzere {count} üye}}",
|
|
38
|
+
"pt.team-profile-card.team.member.many": "Takım • 50'den fazla üye",
|
|
39
|
+
"pt.team-profile-card.team.member.many-including-you": "Takım • Siz de dahil olmak üzere 50'den fazla üye"
|
|
39
40
|
};
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
/**
|
|
2
3
|
* NOTE:
|
|
3
4
|
*
|
|
@@ -6,34 +7,34 @@
|
|
|
6
7
|
*/
|
|
7
8
|
//Ukrainian (Ukraine)
|
|
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
|
};
|