@atlaskit/profilecard 19.2.2 → 19.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/client/package.json +2 -2
- package/dist/cjs/client/TeamCentralCardClient.js +34 -38
- package/dist/cjs/client/UserProfileCardClient.js +17 -19
- package/dist/cjs/client/getTeamFromAGG.js +12 -14
- package/dist/cjs/components/Team/lazyTeamProfileCard.js +2 -1
- package/dist/cjs/components/User/lazyProfileCard.js +2 -1
- package/dist/cjs/i18n/cs.js +32 -30
- package/dist/cjs/i18n/da.js +32 -30
- package/dist/cjs/i18n/de.js +32 -30
- package/dist/cjs/i18n/en.js +32 -30
- package/dist/cjs/i18n/en_GB.js +32 -30
- package/dist/cjs/i18n/es.js +32 -30
- package/dist/cjs/i18n/fi.js +32 -30
- package/dist/cjs/i18n/fr.js +32 -30
- package/dist/cjs/i18n/hu.js +32 -30
- package/dist/cjs/i18n/it.js +32 -30
- package/dist/cjs/i18n/ja.js +32 -30
- package/dist/cjs/i18n/ko.js +32 -30
- package/dist/cjs/i18n/nb.js +32 -30
- package/dist/cjs/i18n/nl.js +32 -30
- package/dist/cjs/i18n/pl.js +32 -30
- package/dist/cjs/i18n/pt_BR.js +32 -30
- package/dist/cjs/i18n/ru.js +32 -30
- package/dist/cjs/i18n/sv.js +32 -30
- package/dist/cjs/i18n/th.js +32 -30
- package/dist/cjs/i18n/tr.js +32 -30
- package/dist/cjs/i18n/uk.js +32 -30
- package/dist/cjs/i18n/vi.js +32 -30
- package/dist/cjs/i18n/zh.js +32 -30
- package/dist/cjs/i18n/zh_TW.js +32 -30
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +32 -30
- package/dist/es2019/i18n/da.js +32 -30
- package/dist/es2019/i18n/de.js +32 -30
- package/dist/es2019/i18n/en.js +32 -30
- package/dist/es2019/i18n/en_GB.js +32 -30
- package/dist/es2019/i18n/es.js +32 -30
- package/dist/es2019/i18n/fi.js +32 -30
- package/dist/es2019/i18n/fr.js +32 -30
- package/dist/es2019/i18n/hu.js +32 -30
- package/dist/es2019/i18n/it.js +32 -30
- package/dist/es2019/i18n/ja.js +32 -30
- package/dist/es2019/i18n/ko.js +32 -30
- package/dist/es2019/i18n/nb.js +32 -30
- package/dist/es2019/i18n/nl.js +32 -30
- package/dist/es2019/i18n/pl.js +32 -30
- package/dist/es2019/i18n/pt_BR.js +32 -30
- package/dist/es2019/i18n/ru.js +32 -30
- package/dist/es2019/i18n/sv.js +32 -30
- package/dist/es2019/i18n/th.js +32 -30
- package/dist/es2019/i18n/tr.js +32 -30
- package/dist/es2019/i18n/uk.js +32 -30
- package/dist/es2019/i18n/vi.js +32 -30
- package/dist/es2019/i18n/zh.js +32 -30
- package/dist/es2019/i18n/zh_TW.js +32 -30
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/client/TeamCentralCardClient.js +34 -38
- package/dist/esm/client/UserProfileCardClient.js +17 -19
- package/dist/esm/client/getTeamFromAGG.js +12 -14
- package/dist/esm/i18n/cs.js +32 -30
- package/dist/esm/i18n/da.js +32 -30
- package/dist/esm/i18n/de.js +32 -30
- package/dist/esm/i18n/en.js +32 -30
- package/dist/esm/i18n/en_GB.js +32 -30
- package/dist/esm/i18n/es.js +32 -30
- package/dist/esm/i18n/fi.js +32 -30
- package/dist/esm/i18n/fr.js +32 -30
- package/dist/esm/i18n/hu.js +32 -30
- package/dist/esm/i18n/it.js +32 -30
- package/dist/esm/i18n/ja.js +32 -30
- package/dist/esm/i18n/ko.js +32 -30
- package/dist/esm/i18n/nb.js +32 -30
- package/dist/esm/i18n/nl.js +32 -30
- package/dist/esm/i18n/pl.js +32 -30
- package/dist/esm/i18n/pt_BR.js +32 -30
- package/dist/esm/i18n/ru.js +32 -30
- package/dist/esm/i18n/sv.js +32 -30
- package/dist/esm/i18n/th.js +32 -30
- package/dist/esm/i18n/tr.js +32 -30
- package/dist/esm/i18n/uk.js +32 -30
- package/dist/esm/i18n/vi.js +32 -30
- package/dist/esm/i18n/zh.js +32 -30
- package/dist/esm/i18n/zh_TW.js +32 -30
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/client/TeamCentralCardClient.d.ts +2 -2
- package/dist/types/client/errorUtils.d.ts +1 -1
- package/dist/types/client/graphqlUtils.d.ts +1 -1
- package/dist/types/components/Icon/IconLabel.d.ts +1 -1
- package/dist/types/components/User/OverflowProfileCardButtons.d.ts +1 -1
- package/dist/types/components/User/ReportingLinesDetails.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +34 -32
- package/dist/types/i18n/da.d.ts +34 -32
- package/dist/types/i18n/de.d.ts +34 -32
- package/dist/types/i18n/en.d.ts +34 -32
- package/dist/types/i18n/en_GB.d.ts +34 -32
- package/dist/types/i18n/en_ZZ.d.ts +6 -6
- package/dist/types/i18n/es.d.ts +34 -32
- package/dist/types/i18n/et.d.ts +6 -6
- package/dist/types/i18n/fi.d.ts +34 -32
- package/dist/types/i18n/fr.d.ts +34 -32
- package/dist/types/i18n/hu.d.ts +34 -32
- package/dist/types/i18n/is.d.ts +6 -6
- package/dist/types/i18n/it.d.ts +34 -32
- package/dist/types/i18n/ja.d.ts +34 -32
- package/dist/types/i18n/ko.d.ts +34 -32
- package/dist/types/i18n/languages.d.ts +6 -6
- package/dist/types/i18n/nb.d.ts +34 -32
- package/dist/types/i18n/nl.d.ts +34 -32
- package/dist/types/i18n/pl.d.ts +34 -32
- package/dist/types/i18n/pt_BR.d.ts +34 -32
- package/dist/types/i18n/pt_PT.d.ts +6 -6
- package/dist/types/i18n/ro.d.ts +6 -6
- package/dist/types/i18n/ru.d.ts +34 -32
- package/dist/types/i18n/sk.d.ts +6 -6
- package/dist/types/i18n/sv.d.ts +34 -32
- package/dist/types/i18n/th.d.ts +34 -32
- package/dist/types/i18n/tr.d.ts +34 -32
- package/dist/types/i18n/uk.d.ts +34 -32
- package/dist/types/i18n/vi.d.ts +34 -32
- package/dist/types/i18n/zh.d.ts +34 -32
- package/dist/types/i18n/zh_TW.d.ts +34 -32
- package/dist/types/types.d.ts +10 -10
- package/dist/types/util/analytics.d.ts +14 -14
- package/dist/types/util/click.d.ts +1 -1
- package/messages/package.json +2 -2
- package/mocks/package.json +2 -2
- package/package.json +29 -21
- package/team/package.json +2 -2
- package/types/package.json +2 -2
- package/user/package.json +2 -2
|
@@ -7,34 +7,36 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Portuguese (Brazil)
|
|
9
9
|
export default {
|
|
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
|
-
|
|
39
|
-
|
|
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.forbidden-error-state.description': 'Você não tem acesso para ver esta equipe.',
|
|
35
|
+
'pt.team-profile-card.forbidden-error-state.title': 'Não podemos mostrar esta equipe para você',
|
|
36
|
+
'pt.team-profile-card.manager.heading': 'Gerente',
|
|
37
|
+
'pt.team-profile-card.team.action.view-profile': 'Visualizar perfil',
|
|
38
|
+
'pt.team-profile-card.team.member.count': '{count, plural, one {Equipe • {count} membro} other {Equipe • {count} membros}}',
|
|
39
|
+
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Equipe • {count} membro, incluindo você} other {Equipe • {count} membros, incluindo você}}',
|
|
40
|
+
'pt.team-profile-card.team.member.many': 'Equipe • Mais de 50 membros',
|
|
41
|
+
'pt.team-profile-card.team.member.many-including-you': 'Equipe • Mais de 50 membros, incluindo você'
|
|
40
42
|
};
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -7,34 +7,36 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Russian
|
|
9
9
|
export default {
|
|
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
|
-
|
|
39
|
-
|
|
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.forbidden-error-state.description': 'У вас нет права на просмотр этой команды.',
|
|
35
|
+
'pt.team-profile-card.forbidden-error-state.title': 'Вы не можете просматривать эту команду',
|
|
36
|
+
'pt.team-profile-card.manager.heading': 'Менеджер',
|
|
37
|
+
'pt.team-profile-card.team.action.view-profile': 'Посмотреть профиль',
|
|
38
|
+
'pt.team-profile-card.team.member.count': '{count, plural, one {Команда • {count} участник} few {Команда • {count} участника} many {Команда • {count} участников} other {Команда • {count} участника}}',
|
|
39
|
+
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Команда • {count} участник, включая вас} few {Команда • {count} участника, включая вас} many {Команда • {count} участников, включая вас} other {Команда • {count} участника, включая вас}}',
|
|
40
|
+
'pt.team-profile-card.team.member.many': 'Команда • более 50 участников',
|
|
41
|
+
'pt.team-profile-card.team.member.many-including-you': 'Команда • более 50 участников, включая вас'
|
|
40
42
|
};
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -7,34 +7,36 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Swedish
|
|
9
9
|
export default {
|
|
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
|
-
|
|
39
|
-
|
|
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.forbidden-error-state.description': 'Du har inte åtkomst att visa det här teamet.',
|
|
35
|
+
'pt.team-profile-card.forbidden-error-state.title': 'Vi kan inte visa dig detta team',
|
|
36
|
+
'pt.team-profile-card.manager.heading': 'Chef',
|
|
37
|
+
'pt.team-profile-card.team.action.view-profile': 'Visa profil',
|
|
38
|
+
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmar}}',
|
|
39
|
+
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inklusive dig} other {Team • {count} medlemmar, inklusive dig}}',
|
|
40
|
+
'pt.team-profile-card.team.member.many': 'Team • 50+ medlemmar',
|
|
41
|
+
'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ medlemmar, inklusive dig'
|
|
40
42
|
};
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -7,34 +7,36 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Thai (Thailand)
|
|
9
9
|
export default {
|
|
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
|
-
|
|
39
|
-
|
|
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.forbidden-error-state.description': 'คุณไม่มีสิทธิ์ดูทีมนี้',
|
|
35
|
+
'pt.team-profile-card.forbidden-error-state.title': 'เราไม่สามารถแสดงทีมนี้ให้คุณดูได้',
|
|
36
|
+
'pt.team-profile-card.manager.heading': 'ตัวจัดการ',
|
|
37
|
+
'pt.team-profile-card.team.action.view-profile': 'ดูโปรไฟล์',
|
|
38
|
+
'pt.team-profile-card.team.member.count': '{count, plural, other {ทีม • สมาชิก {count} คน}}',
|
|
39
|
+
'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {ทีม • สมาชิก {count} คน รวมคุณด้วย}}',
|
|
40
|
+
'pt.team-profile-card.team.member.many': 'ทีม • สมาชิกมากกว่า 50 คน',
|
|
41
|
+
'pt.team-profile-card.team.member.many-including-you': 'ทีม • สมาชิกมากกว่า 50 คน รวมคุณด้วย'
|
|
40
42
|
};
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -7,34 +7,36 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Turkish (Turkey)
|
|
9
9
|
export default {
|
|
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
|
-
|
|
39
|
-
|
|
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.forbidden-error-state.description': 'Bu takımı görüntüleme erişiminiz yok.',
|
|
35
|
+
'pt.team-profile-card.forbidden-error-state.title': 'Bu takım size gösterilemiyor',
|
|
36
|
+
'pt.team-profile-card.manager.heading': 'Yönetici',
|
|
37
|
+
'pt.team-profile-card.team.action.view-profile': 'Profili görüntüle',
|
|
38
|
+
'pt.team-profile-card.team.member.count': '{count, plural, one {Takım • {count} üye} other {Takım • {count} üye}}',
|
|
39
|
+
'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}}',
|
|
40
|
+
'pt.team-profile-card.team.member.many': "Takım • 50'den fazla üye",
|
|
41
|
+
'pt.team-profile-card.team.member.many-including-you': "Takım • Siz de dahil olmak üzere 50'den fazla üye"
|
|
40
42
|
};
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -7,34 +7,36 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Ukrainian (Ukraine)
|
|
9
9
|
export default {
|
|
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
|
-
|
|
39
|
-
|
|
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.forbidden-error-state.description': 'Ви не маєте доступу до перегляду цієї команди.',
|
|
35
|
+
'pt.team-profile-card.forbidden-error-state.title': 'Ми не можемо показати вам цю команду',
|
|
36
|
+
'pt.team-profile-card.manager.heading': 'Керівник',
|
|
37
|
+
'pt.team-profile-card.team.action.view-profile': 'Переглянути профіль',
|
|
38
|
+
'pt.team-profile-card.team.member.count': '{count, plural, one {Команда • {count} учасник} few {Команда • {count} учасники} many {Команда • {count} учасників} other {Команда • {count} учасника}}',
|
|
39
|
+
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Команда • {count} учасник включно з вами} few {Команда • {count} учасники включно з вами} many {Команда • {count} учасників включно з вами} other {Команда • {count} учасника включно з вами}}',
|
|
40
|
+
'pt.team-profile-card.team.member.many': 'Команда • Понад 50 учасників',
|
|
41
|
+
'pt.team-profile-card.team.member.many-including-you': 'Команда • Понад 50 учасників включно з вами'
|
|
40
42
|
};
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -7,34 +7,36 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Vietnamese (Vietnam)
|
|
9
9
|
export default {
|
|
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
|
-
|
|
39
|
-
|
|
10
|
+
'pt.profile-card.closed.account': 'Tài khoản đã bị xóa',
|
|
11
|
+
'pt.profile-card.closed.account.has.date.a.few.months': 'Tài khoản của họ đã bị xóa một vài tháng.',
|
|
12
|
+
'pt.profile-card.closed.account.has.date.last.month': 'Tài khoản của họ đã bị xóa tháng trước.',
|
|
13
|
+
'pt.profile-card.closed.account.has.date.more.than.a.year': 'Tài khoản của họ đã bị xóa hơn một năm.',
|
|
14
|
+
'pt.profile-card.closed.account.has.date.several.months': 'Tài khoản của họ đã bị xóa vài tháng.',
|
|
15
|
+
'pt.profile-card.closed.account.has.date.this.month': 'Tài khoản của họ đã bị xóa trong tháng này.',
|
|
16
|
+
'pt.profile-card.closed.account.has.date.this.week': 'Tài khoản của họ đã bị xóa trong tuần này.',
|
|
17
|
+
'pt.profile-card.closed.account.no.date': 'Tài khoản của họ đã bị xóa.',
|
|
18
|
+
'pt.profile-card.disabled.account.default.name': 'Người dùng cũ',
|
|
19
|
+
'pt.profile-card.general.msg.disabled.user': 'Bạn không thể hợp tác với người này được nữa.',
|
|
20
|
+
'pt.profile-card.give-kudos': 'Khen ngợi',
|
|
21
|
+
'pt.profile-card.inactive.account': 'Tài khoản đã bị hủy kích hoạt',
|
|
22
|
+
'pt.profile-card.inactive.account.has.date.a.few.months': 'Tài khoản của họ đã bị hủy kích hoạt một vài tháng.',
|
|
23
|
+
'pt.profile-card.inactive.account.has.date.last.month': 'Tài khoản của họ đã bị hủy kích hoạt tháng trước.',
|
|
24
|
+
'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Tài khoản của họ đã bị hủy kích hoạt hơn một năm.',
|
|
25
|
+
'pt.profile-card.inactive.account.has.date.several.months': 'Tài khoản của họ đã bị hủy kích hoạt vài tháng.',
|
|
26
|
+
'pt.profile-card.inactive.account.has.date.this.month': 'Tài khoản của họ đã bị hủy kích hoạt trong tháng này.',
|
|
27
|
+
'pt.profile-card.inactive.account.has.date.this.week': 'Tài khoản của họ đã bị hủy kích hoạt trong tuần này.',
|
|
28
|
+
'pt.profile-card.inactive.account.no.date': 'Tài khoản của họ đã bị hủy kích hoạt.',
|
|
29
|
+
'pt.profile-card.more-icon-label': 'Khác',
|
|
30
|
+
'pt.team-profile-card.directReports.heading': 'Báo cáo trực tiếp',
|
|
31
|
+
'pt.team-profile-card.error.refresh-button': 'Thử lại',
|
|
32
|
+
'pt.team-profile-card.error.suggestion': 'Hãy đợi một lát, rồi thử lại.',
|
|
33
|
+
'pt.team-profile-card.error.title': 'Chúng tôi đang gặp sự cố khi truy xuất thông tin nhóm này',
|
|
34
|
+
'pt.team-profile-card.forbidden-error-state.description': 'Bạn không có quyền truy cập để xem nhóm này.',
|
|
35
|
+
'pt.team-profile-card.forbidden-error-state.title': 'Chúng tôi không thể hiển thị cho bạn nhóm này',
|
|
36
|
+
'pt.team-profile-card.manager.heading': 'Nhà quản lý',
|
|
37
|
+
'pt.team-profile-card.team.action.view-profile': 'Xem hồ sơ',
|
|
38
|
+
'pt.team-profile-card.team.member.count': '{count, plural, other {Nhóm • {count} thành viên}}',
|
|
39
|
+
'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {Nhóm • {count} thành viên, bao gồm cả bạn}}',
|
|
40
|
+
'pt.team-profile-card.team.member.many': 'Nhóm • 50+ thành viên',
|
|
41
|
+
'pt.team-profile-card.team.member.many-including-you': 'Nhóm • 50+ thành viên, bao gồm cả bạn'
|
|
40
42
|
};
|