@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.
Files changed (127) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/components/Error/AccessLockSVG.js +84 -0
  3. package/dist/cjs/components/Team/TeamForbiddenErrorState.js +38 -0
  4. package/dist/cjs/components/Team/TeamProfileCard.js +16 -8
  5. package/dist/cjs/i18n/cs.js +31 -30
  6. package/dist/cjs/i18n/da.js +31 -30
  7. package/dist/cjs/i18n/de.js +31 -30
  8. package/dist/cjs/i18n/en.js +31 -30
  9. package/dist/cjs/i18n/en_GB.js +31 -30
  10. package/dist/cjs/i18n/es.js +31 -30
  11. package/dist/cjs/i18n/fi.js +31 -30
  12. package/dist/cjs/i18n/fr.js +31 -30
  13. package/dist/cjs/i18n/hu.js +31 -30
  14. package/dist/cjs/i18n/it.js +31 -30
  15. package/dist/cjs/i18n/ja.js +31 -30
  16. package/dist/cjs/i18n/ko.js +31 -30
  17. package/dist/cjs/i18n/nb.js +31 -30
  18. package/dist/cjs/i18n/nl.js +31 -30
  19. package/dist/cjs/i18n/pl.js +31 -30
  20. package/dist/cjs/i18n/pt_BR.js +31 -30
  21. package/dist/cjs/i18n/ru.js +31 -30
  22. package/dist/cjs/i18n/sv.js +31 -30
  23. package/dist/cjs/i18n/th.js +31 -30
  24. package/dist/cjs/i18n/tr.js +31 -30
  25. package/dist/cjs/i18n/uk.js +31 -30
  26. package/dist/cjs/i18n/vi.js +31 -30
  27. package/dist/cjs/i18n/zh.js +31 -30
  28. package/dist/cjs/i18n/zh_TW.js +31 -30
  29. package/dist/cjs/messages.js +10 -0
  30. package/dist/cjs/styled/TeamCard.js +18 -14
  31. package/dist/cjs/util/analytics.js +1 -1
  32. package/dist/cjs/version.json +1 -1
  33. package/dist/es2019/components/Error/AccessLockSVG.js +75 -0
  34. package/dist/es2019/components/Team/TeamForbiddenErrorState.js +25 -0
  35. package/dist/es2019/components/Team/TeamProfileCard.js +16 -8
  36. package/dist/es2019/i18n/cs.js +31 -30
  37. package/dist/es2019/i18n/da.js +31 -30
  38. package/dist/es2019/i18n/de.js +31 -30
  39. package/dist/es2019/i18n/en.js +31 -30
  40. package/dist/es2019/i18n/en_GB.js +31 -30
  41. package/dist/es2019/i18n/es.js +31 -30
  42. package/dist/es2019/i18n/fi.js +31 -30
  43. package/dist/es2019/i18n/fr.js +31 -30
  44. package/dist/es2019/i18n/hu.js +31 -30
  45. package/dist/es2019/i18n/it.js +31 -30
  46. package/dist/es2019/i18n/ja.js +31 -30
  47. package/dist/es2019/i18n/ko.js +31 -30
  48. package/dist/es2019/i18n/nb.js +31 -30
  49. package/dist/es2019/i18n/nl.js +31 -30
  50. package/dist/es2019/i18n/pl.js +31 -30
  51. package/dist/es2019/i18n/pt_BR.js +31 -30
  52. package/dist/es2019/i18n/ru.js +31 -30
  53. package/dist/es2019/i18n/sv.js +31 -30
  54. package/dist/es2019/i18n/th.js +31 -30
  55. package/dist/es2019/i18n/tr.js +31 -30
  56. package/dist/es2019/i18n/uk.js +31 -30
  57. package/dist/es2019/i18n/vi.js +31 -30
  58. package/dist/es2019/i18n/zh.js +31 -30
  59. package/dist/es2019/i18n/zh_TW.js +31 -30
  60. package/dist/es2019/messages.js +10 -0
  61. package/dist/es2019/styled/TeamCard.js +7 -0
  62. package/dist/es2019/util/analytics.js +1 -1
  63. package/dist/es2019/version.json +1 -1
  64. package/dist/esm/components/Error/AccessLockSVG.js +75 -0
  65. package/dist/esm/components/Team/TeamForbiddenErrorState.js +27 -0
  66. package/dist/esm/components/Team/TeamProfileCard.js +16 -8
  67. package/dist/esm/i18n/cs.js +31 -30
  68. package/dist/esm/i18n/da.js +31 -30
  69. package/dist/esm/i18n/de.js +31 -30
  70. package/dist/esm/i18n/en.js +31 -30
  71. package/dist/esm/i18n/en_GB.js +31 -30
  72. package/dist/esm/i18n/es.js +31 -30
  73. package/dist/esm/i18n/fi.js +31 -30
  74. package/dist/esm/i18n/fr.js +31 -30
  75. package/dist/esm/i18n/hu.js +31 -30
  76. package/dist/esm/i18n/it.js +31 -30
  77. package/dist/esm/i18n/ja.js +31 -30
  78. package/dist/esm/i18n/ko.js +31 -30
  79. package/dist/esm/i18n/nb.js +31 -30
  80. package/dist/esm/i18n/nl.js +31 -30
  81. package/dist/esm/i18n/pl.js +31 -30
  82. package/dist/esm/i18n/pt_BR.js +31 -30
  83. package/dist/esm/i18n/ru.js +31 -30
  84. package/dist/esm/i18n/sv.js +31 -30
  85. package/dist/esm/i18n/th.js +31 -30
  86. package/dist/esm/i18n/tr.js +31 -30
  87. package/dist/esm/i18n/uk.js +31 -30
  88. package/dist/esm/i18n/vi.js +31 -30
  89. package/dist/esm/i18n/zh.js +31 -30
  90. package/dist/esm/i18n/zh_TW.js +31 -30
  91. package/dist/esm/messages.js +10 -0
  92. package/dist/esm/styled/TeamCard.js +14 -12
  93. package/dist/esm/util/analytics.js +1 -1
  94. package/dist/esm/version.json +1 -1
  95. package/dist/types/components/Error/AccessLockSVG.d.ts +3 -0
  96. package/dist/types/components/Team/TeamForbiddenErrorState.d.ts +6 -0
  97. package/dist/types/i18n/cs.d.ts +30 -30
  98. package/dist/types/i18n/da.d.ts +30 -30
  99. package/dist/types/i18n/de.d.ts +30 -30
  100. package/dist/types/i18n/en.d.ts +30 -30
  101. package/dist/types/i18n/en_GB.d.ts +30 -30
  102. package/dist/types/i18n/es.d.ts +30 -30
  103. package/dist/types/i18n/fi.d.ts +30 -30
  104. package/dist/types/i18n/fr.d.ts +30 -30
  105. package/dist/types/i18n/hu.d.ts +30 -30
  106. package/dist/types/i18n/it.d.ts +30 -30
  107. package/dist/types/i18n/ja.d.ts +30 -30
  108. package/dist/types/i18n/ko.d.ts +30 -30
  109. package/dist/types/i18n/nb.d.ts +30 -30
  110. package/dist/types/i18n/nl.d.ts +30 -30
  111. package/dist/types/i18n/pl.d.ts +30 -30
  112. package/dist/types/i18n/pt_BR.d.ts +30 -30
  113. package/dist/types/i18n/ru.d.ts +30 -30
  114. package/dist/types/i18n/sv.d.ts +30 -30
  115. package/dist/types/i18n/th.d.ts +30 -30
  116. package/dist/types/i18n/tr.d.ts +30 -30
  117. package/dist/types/i18n/uk.d.ts +30 -30
  118. package/dist/types/i18n/vi.d.ts +30 -30
  119. package/dist/types/i18n/zh.d.ts +30 -30
  120. package/dist/types/i18n/zh_TW.d.ts +30 -30
  121. package/dist/types/messages.d.ts +10 -0
  122. package/dist/types/styled/TeamCard.d.ts +8 -0
  123. package/dist/types/types.d.ts +6 -3
  124. package/docs/2-team-profilecard.tsx +4 -2
  125. package/package.json +4 -3
  126. package/report.api.md +6 -1
  127. package/tmp/api-report-tmp.d.ts +6 -1
@@ -20,6 +20,7 @@ import { ActionButtons, AvatarSection, CardContent, CardHeader, CardWrapper, Des
20
20
  import { actionClicked, errorRetryClicked, moreActionsClicked, moreMembersClicked, profileCardRendered, teamAvatarClicked } from '../../util/analytics';
21
21
  import { isBasicClick } from '../../util/click';
22
22
  import { ErrorIllustration } from '../Error';
23
+ import TeamForbiddenErrorState from './TeamForbiddenErrorState';
23
24
  import TeamLoadingState from './TeamLoadingState';
24
25
  var LARGE_MEMBER_COUNT = 50;
25
26
  var GIVE_KUDOS_ACTION_ID = 'give-kudos';
@@ -280,15 +281,22 @@ var TeamProfileCard = function TeamProfileCard(props) {
280
281
  clientFetchProfile = props.clientFetchProfile,
281
282
  hasError = props.hasError,
282
283
  isLoading = props.isLoading,
283
- team = props.team;
284
+ team = props.team,
285
+ errorType = props.errorType;
284
286
  if (hasError) {
285
- return /*#__PURE__*/React.createElement(CardWrapper, {
286
- "data-testid": "team-profilecard"
287
- }, /*#__PURE__*/React.createElement(ErrorMessage, {
288
- analytics: analytics,
289
- clientFetchProfile: clientFetchProfile,
290
- isLoading: isLoading
291
- }));
287
+ if ((errorType === null || errorType === void 0 ? void 0 : errorType.reason) === 'TEAMS_FORBIDDEN') {
288
+ return /*#__PURE__*/React.createElement(TeamForbiddenErrorState, {
289
+ analytics: analytics
290
+ });
291
+ } else {
292
+ return /*#__PURE__*/React.createElement(CardWrapper, {
293
+ "data-testid": "team-profilecard"
294
+ }, /*#__PURE__*/React.createElement(ErrorMessage, {
295
+ analytics: analytics,
296
+ clientFetchProfile: clientFetchProfile,
297
+ isLoading: isLoading
298
+ }));
299
+ }
292
300
  }
293
301
  if (isLoading) {
294
302
  return /*#__PURE__*/React.createElement(TeamLoadingState, {
@@ -1,3 +1,4 @@
1
+ /* prettier-ignore */
1
2
  /**
2
3
  * NOTE:
3
4
  *
@@ -6,34 +7,34 @@
6
7
  */
7
8
  //Czech
8
9
  export default {
9
- 'pt.profile-card.closed.account': 'Smazaný účet',
10
- 'pt.profile-card.closed.account.has.date.a.few.months': 'Účet uživatele je smazaný již několik měsíců.',
11
- 'pt.profile-card.closed.account.has.date.last.month': 'Účet uživatele byl minulý měsíc smazán.',
12
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Účet uživatele je smazaný více než rok.',
13
- 'pt.profile-card.closed.account.has.date.several.months': 'Účet uživatele je smazaný již několik měsíců.',
14
- 'pt.profile-card.closed.account.has.date.this.month': 'Účet uživatele byl tento měsíc smazán.',
15
- 'pt.profile-card.closed.account.has.date.this.week': 'Účet uživatele byl smazán tento týden.',
16
- 'pt.profile-card.closed.account.no.date': 'Účet uživatele byl smazán.',
17
- 'pt.profile-card.disabled.account.default.name': 'Bývalý uživatel',
18
- 'pt.profile-card.general.msg.disabled.user': 'S touto osobou již nemůžete spolupracovat.',
19
- 'pt.profile-card.give-kudos': 'Pogratulovat',
20
- 'pt.profile-card.inactive.account': 'Deaktivovaný účet',
21
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'Účet uživatele je deaktivovaný již několik měsíců.',
22
- 'pt.profile-card.inactive.account.has.date.last.month': 'Účet uživatele byl deaktivován minulý měsíc.',
23
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Účet uživatele je deaktivovaný více než rok.',
24
- 'pt.profile-card.inactive.account.has.date.several.months': 'Účet uživatele je deaktivovaný již několik měsíců.',
25
- 'pt.profile-card.inactive.account.has.date.this.month': 'Účet uživatele byl tento měsíc deaktivován.',
26
- 'pt.profile-card.inactive.account.has.date.this.week': 'Účet uživatele byl deaktivován tento týden.',
27
- 'pt.profile-card.inactive.account.no.date': 'Účet uživatele byl deaktivován.',
28
- 'pt.profile-card.more-icon-label': 'Více',
29
- 'pt.team-profile-card.directReports.heading': 'Přímí nadřízení',
30
- 'pt.team-profile-card.error.refresh-button': 'Zkusit znovu',
31
- 'pt.team-profile-card.error.suggestion': 'Chvíli počkejte a pak to zkuste znovu.',
32
- 'pt.team-profile-card.error.title': 'Při pokusu o načtení informací o tomto týmu se vyskytly problémy',
33
- 'pt.team-profile-card.manager.heading': 'Manažer',
34
- 'pt.team-profile-card.team.action.view-profile': 'Zobrazit profil',
35
- 'pt.team-profile-card.team.member.count': '{count, plural, one {Tým • {count} člen} few {Tým • {count} členové} many {Tým • {count} člena} other {Tým • {count} členů}}',
36
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Tým • {count} člen včetně vás} few {Tým • {count} členové včetně vás} many {Tým • {count} člena včetně vás} other {Tým • {count} členů včetně vás}}',
37
- 'pt.team-profile-card.team.member.many': 'Tým • 50 a více členů',
38
- 'pt.team-profile-card.team.member.many-including-you': 'Tým • 50 a více členů včetně vás'
10
+ "pt.profile-card.closed.account": "Smazaný účet",
11
+ "pt.profile-card.closed.account.has.date.a.few.months": "Účet uživatele je smazaný již několik měsíců.",
12
+ "pt.profile-card.closed.account.has.date.last.month": "Účet uživatele byl minulý měsíc smazán.",
13
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "Účet uživatele je smazaný více než rok.",
14
+ "pt.profile-card.closed.account.has.date.several.months": "Účet uživatele je smazaný již několik měsíců.",
15
+ "pt.profile-card.closed.account.has.date.this.month": "Účet uživatele byl tento měsíc smazán.",
16
+ "pt.profile-card.closed.account.has.date.this.week": "Účet uživatele byl smazán tento týden.",
17
+ "pt.profile-card.closed.account.no.date": "Účet uživatele byl smazán.",
18
+ "pt.profile-card.disabled.account.default.name": "Bývalý uživatel",
19
+ "pt.profile-card.general.msg.disabled.user": "S touto osobou již nemůžete spolupracovat.",
20
+ "pt.profile-card.give-kudos": "Pogratulovat",
21
+ "pt.profile-card.inactive.account": "Deaktivovaný účet",
22
+ "pt.profile-card.inactive.account.has.date.a.few.months": "Účet uživatele je deaktivovaný již několik měsíců.",
23
+ "pt.profile-card.inactive.account.has.date.last.month": "Účet uživatele byl deaktivován minulý měsíc.",
24
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "Účet uživatele je deaktivovaný více než rok.",
25
+ "pt.profile-card.inactive.account.has.date.several.months": "Účet uživatele je deaktivovaný již několik měsíců.",
26
+ "pt.profile-card.inactive.account.has.date.this.month": "Účet uživatele byl tento měsíc deaktivován.",
27
+ "pt.profile-card.inactive.account.has.date.this.week": "Účet uživatele byl deaktivován tento týden.",
28
+ "pt.profile-card.inactive.account.no.date": "Účet uživatele byl deaktivován.",
29
+ "pt.profile-card.more-icon-label": "Více",
30
+ "pt.team-profile-card.directReports.heading": "Přímí nadřízení",
31
+ "pt.team-profile-card.error.refresh-button": "Zkusit znovu",
32
+ "pt.team-profile-card.error.suggestion": "Chvíli počkejte a pak to zkuste znovu.",
33
+ "pt.team-profile-card.error.title": "Při pokusu o načtení informací o tomto týmu se vyskytly problémy",
34
+ "pt.team-profile-card.manager.heading": "Manažer",
35
+ "pt.team-profile-card.team.action.view-profile": "Zobrazit profil",
36
+ "pt.team-profile-card.team.member.count": "{count, plural, one {Tým • {count} člen} few {Tým • {count} členové} many {Tým • {count} člena} other {Tým • {count} členů}}",
37
+ "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Tým • {count} člen včetně vás} few {Tým • {count} členové včetně vás} many {Tým • {count} člena včetně vás} other {Tým • {count} členů včetně vás}}",
38
+ "pt.team-profile-card.team.member.many": "Tým • 50 a více členů",
39
+ "pt.team-profile-card.team.member.many-including-you": "Tým • 50 a více členů včetně vás"
39
40
  };
@@ -1,3 +1,4 @@
1
+ /* prettier-ignore */
1
2
  /**
2
3
  * NOTE:
3
4
  *
@@ -6,34 +7,34 @@
6
7
  */
7
8
  //Danish (Denmark)
8
9
  export default {
9
- 'pt.profile-card.closed.account': 'Konto slettet',
10
- 'pt.profile-card.closed.account.has.date.a.few.months': 'Personens konto har været slettet i nogle måneder.',
11
- 'pt.profile-card.closed.account.has.date.last.month': 'Personens konto blev slettet i sidste måned.',
12
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Personens konto har været slettet i over et år.',
13
- 'pt.profile-card.closed.account.has.date.several.months': 'Personens konto har været slettet i adskillige måneder.',
14
- 'pt.profile-card.closed.account.has.date.this.month': 'Personens konto blev slettet i denne måned.',
15
- 'pt.profile-card.closed.account.has.date.this.week': 'Personens konto blev slettet i denne uge.',
16
- 'pt.profile-card.closed.account.no.date': 'Personens konto er blevet slettet.',
17
- 'pt.profile-card.disabled.account.default.name': 'Forhenværende bruger',
18
- 'pt.profile-card.general.msg.disabled.user': 'Du kan ikke længere samarbejde med denne person.',
19
- 'pt.profile-card.give-kudos': 'Giv ros',
20
- 'pt.profile-card.inactive.account': 'Konto deaktiveret',
21
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'Personens konto har været deaktiveret i nogle måneder.',
22
- 'pt.profile-card.inactive.account.has.date.last.month': 'Personens konto blev deaktiveret i sidste måned.',
23
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Personens konto har været deaktiveret i over et år.',
24
- 'pt.profile-card.inactive.account.has.date.several.months': 'Personens konto har været deaktiveret i adskillige måneder.',
25
- 'pt.profile-card.inactive.account.has.date.this.month': 'Personens konto blev deaktiveret i denne måned.',
26
- 'pt.profile-card.inactive.account.has.date.this.week': 'Personens konto blev deaktiveret i denne uge.',
27
- 'pt.profile-card.inactive.account.no.date': 'Personens konto er blevet deaktiveret.',
28
- 'pt.profile-card.more-icon-label': 'Mere',
29
- 'pt.team-profile-card.directReports.heading': 'Direkte underordnede',
30
- 'pt.team-profile-card.error.refresh-button': 'Prøv igen',
31
- 'pt.team-profile-card.error.suggestion': 'Vent et øjeblik, og prøv derefter igen.',
32
- 'pt.team-profile-card.error.title': 'Vi har problemer med at hente teamets oplysninger',
33
- 'pt.team-profile-card.manager.heading': 'Nærmeste leder',
34
- 'pt.team-profile-card.team.action.view-profile': 'Se profil',
35
- 'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}',
36
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inklusive dig} other {Team • {count} medlemmer, inklusive dig}}',
37
- 'pt.team-profile-card.team.member.many': 'Team • Over 50 medlemmer',
38
- 'pt.team-profile-card.team.member.many-including-you': 'Team • Over 50 medlemmer, inklusive dig'
10
+ "pt.profile-card.closed.account": "Konto slettet",
11
+ "pt.profile-card.closed.account.has.date.a.few.months": "Personens konto har været slettet i nogle måneder.",
12
+ "pt.profile-card.closed.account.has.date.last.month": "Personens konto blev slettet i sidste måned.",
13
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "Personens konto har været slettet i over et år.",
14
+ "pt.profile-card.closed.account.has.date.several.months": "Personens konto har været slettet i adskillige måneder.",
15
+ "pt.profile-card.closed.account.has.date.this.month": "Personens konto blev slettet i denne måned.",
16
+ "pt.profile-card.closed.account.has.date.this.week": "Personens konto blev slettet i denne uge.",
17
+ "pt.profile-card.closed.account.no.date": "Personens konto er blevet slettet.",
18
+ "pt.profile-card.disabled.account.default.name": "Forhenværende bruger",
19
+ "pt.profile-card.general.msg.disabled.user": "Du kan ikke længere samarbejde med denne person.",
20
+ "pt.profile-card.give-kudos": "Giv ros",
21
+ "pt.profile-card.inactive.account": "Konto deaktiveret",
22
+ "pt.profile-card.inactive.account.has.date.a.few.months": "Personens konto har været deaktiveret i nogle måneder.",
23
+ "pt.profile-card.inactive.account.has.date.last.month": "Personens konto blev deaktiveret i sidste måned.",
24
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "Personens konto har været deaktiveret i over et år.",
25
+ "pt.profile-card.inactive.account.has.date.several.months": "Personens konto har været deaktiveret i adskillige måneder.",
26
+ "pt.profile-card.inactive.account.has.date.this.month": "Personens konto blev deaktiveret i denne måned.",
27
+ "pt.profile-card.inactive.account.has.date.this.week": "Personens konto blev deaktiveret i denne uge.",
28
+ "pt.profile-card.inactive.account.no.date": "Personens konto er blevet deaktiveret.",
29
+ "pt.profile-card.more-icon-label": "Mere",
30
+ "pt.team-profile-card.directReports.heading": "Direkte underordnede",
31
+ "pt.team-profile-card.error.refresh-button": "Prøv igen",
32
+ "pt.team-profile-card.error.suggestion": "Vent et øjeblik, og prøv derefter igen.",
33
+ "pt.team-profile-card.error.title": "Vi har problemer med at hente teamets oplysninger",
34
+ "pt.team-profile-card.manager.heading": "Nærmeste 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, inklusive dig} other {Team • {count} medlemmer, inklusive dig}}",
38
+ "pt.team-profile-card.team.member.many": "Team • Over 50 medlemmer",
39
+ "pt.team-profile-card.team.member.many-including-you": "Team • Over 50 medlemmer, inklusive dig"
39
40
  };
@@ -1,3 +1,4 @@
1
+ /* prettier-ignore */
1
2
  /**
2
3
  * NOTE:
3
4
  *
@@ -6,34 +7,34 @@
6
7
  */
7
8
  //German (Germany)
8
9
  export default {
9
- 'pt.profile-card.closed.account': 'Account gelöscht',
10
- 'pt.profile-card.closed.account.has.date.a.few.months': 'Das Konto dieser Person wurde vor wenigen Monaten gelöscht.',
11
- 'pt.profile-card.closed.account.has.date.last.month': 'Das Konto dieser Person wurde letzten Monat gelöscht.',
12
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Das Konto dieser Person wurde vor mehr als einem Jahr gelöscht.',
13
- 'pt.profile-card.closed.account.has.date.several.months': 'Das Konto dieser Person wurde vor mehreren Monaten gelöscht.',
14
- 'pt.profile-card.closed.account.has.date.this.month': 'Das Konto dieser Person wurde diesen Monat gelöscht.',
15
- 'pt.profile-card.closed.account.has.date.this.week': 'Das Konto dieser Person wurde diese Woche gelöscht.',
16
- 'pt.profile-card.closed.account.no.date': 'Das Konto dieser Person wurde gelöscht.',
17
- 'pt.profile-card.disabled.account.default.name': 'Ehemaliger Benutzer',
18
- 'pt.profile-card.general.msg.disabled.user': 'Sie können mit dieser Person nicht mehr zusammenarbeiten.',
19
- 'pt.profile-card.give-kudos': 'Loben',
20
- 'pt.profile-card.inactive.account': 'Konto deaktiviert',
21
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'Das Konto dieser Person wurde vor wenigen Monaten gelöscht.',
22
- 'pt.profile-card.inactive.account.has.date.last.month': 'Das Konto dieser Person wurde letzten Monat deaktiviert.',
23
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Das Konto dieser Person wurde vor mehr als einem Jahr deaktiviert.',
24
- 'pt.profile-card.inactive.account.has.date.several.months': 'Das Konto dieser Person wurde vor mehreren Monaten deaktiviert.',
25
- 'pt.profile-card.inactive.account.has.date.this.month': 'Das Konto dieser Person wurde diesen Monat deaktiviert.',
26
- 'pt.profile-card.inactive.account.has.date.this.week': 'Das Konto dieser Person wurde diese Woche deaktiviert.',
27
- 'pt.profile-card.inactive.account.no.date': 'Das Konto dieser Person wurde deaktiviert.',
28
- 'pt.profile-card.more-icon-label': 'Mehr',
29
- 'pt.team-profile-card.directReports.heading': 'Direkt unterstellt',
30
- 'pt.team-profile-card.error.refresh-button': 'Versuchen Sie es erneut.',
31
- 'pt.team-profile-card.error.suggestion': 'Bitte warten Sie einen Augenblick und versuchen Sie es dann erneut.',
32
- 'pt.team-profile-card.error.title': 'Beim Abrufen von Informationen für dieses Team ist ein Problem aufgetreten.',
33
- 'pt.team-profile-card.manager.heading': 'Manager',
34
- 'pt.team-profile-card.team.action.view-profile': 'Profil anzeigen',
35
- 'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} Mitglied} other {Team • {count} Mitglieder}}',
36
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} Mitglied, einschließlich Ihnen} other {Team • {count} Mitglieder, einschließlich Ihnen}}',
37
- 'pt.team-profile-card.team.member.many': 'Team • über 50 Mitglieder',
38
- 'pt.team-profile-card.team.member.many-including-you': 'Team • über 50 Mitglieder, einschließlich Ihnen'
10
+ "pt.profile-card.closed.account": "Account gelöscht",
11
+ "pt.profile-card.closed.account.has.date.a.few.months": "Das Konto dieser Person wurde vor wenigen Monaten gelöscht.",
12
+ "pt.profile-card.closed.account.has.date.last.month": "Das Konto dieser Person wurde letzten Monat gelöscht.",
13
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "Das Konto dieser Person wurde vor mehr als einem Jahr gelöscht.",
14
+ "pt.profile-card.closed.account.has.date.several.months": "Das Konto dieser Person wurde vor mehreren Monaten gelöscht.",
15
+ "pt.profile-card.closed.account.has.date.this.month": "Das Konto dieser Person wurde diesen Monat gelöscht.",
16
+ "pt.profile-card.closed.account.has.date.this.week": "Das Konto dieser Person wurde diese Woche gelöscht.",
17
+ "pt.profile-card.closed.account.no.date": "Das Konto dieser Person wurde gelöscht.",
18
+ "pt.profile-card.disabled.account.default.name": "Ehemaliger Benutzer",
19
+ "pt.profile-card.general.msg.disabled.user": "Sie können mit dieser Person nicht mehr zusammenarbeiten.",
20
+ "pt.profile-card.give-kudos": "Loben",
21
+ "pt.profile-card.inactive.account": "Konto deaktiviert",
22
+ "pt.profile-card.inactive.account.has.date.a.few.months": "Das Konto dieser Person wurde vor wenigen Monaten gelöscht.",
23
+ "pt.profile-card.inactive.account.has.date.last.month": "Das Konto dieser Person wurde letzten Monat deaktiviert.",
24
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "Das Konto dieser Person wurde vor mehr als einem Jahr deaktiviert.",
25
+ "pt.profile-card.inactive.account.has.date.several.months": "Das Konto dieser Person wurde vor mehreren Monaten deaktiviert.",
26
+ "pt.profile-card.inactive.account.has.date.this.month": "Das Konto dieser Person wurde diesen Monat deaktiviert.",
27
+ "pt.profile-card.inactive.account.has.date.this.week": "Das Konto dieser Person wurde diese Woche deaktiviert.",
28
+ "pt.profile-card.inactive.account.no.date": "Das Konto dieser Person wurde deaktiviert.",
29
+ "pt.profile-card.more-icon-label": "Mehr",
30
+ "pt.team-profile-card.directReports.heading": "Direkt unterstellt",
31
+ "pt.team-profile-card.error.refresh-button": "Versuchen Sie es erneut.",
32
+ "pt.team-profile-card.error.suggestion": "Bitte warten Sie einen Augenblick und versuchen Sie es dann erneut.",
33
+ "pt.team-profile-card.error.title": "Beim Abrufen von Informationen für dieses Team ist ein Problem aufgetreten.",
34
+ "pt.team-profile-card.manager.heading": "Manager",
35
+ "pt.team-profile-card.team.action.view-profile": "Profil anzeigen",
36
+ "pt.team-profile-card.team.member.count": "{count, plural, one {Team • {count} Mitglied} other {Team • {count} Mitglieder}}",
37
+ "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Team • {count} Mitglied, einschließlich Ihnen} other {Team • {count} Mitglieder, einschließlich Ihnen}}",
38
+ "pt.team-profile-card.team.member.many": "Team • über 50 Mitglieder",
39
+ "pt.team-profile-card.team.member.many-including-you": "Team • über 50 Mitglieder, einschließlich Ihnen"
39
40
  };
@@ -1,3 +1,4 @@
1
+ /* prettier-ignore */
1
2
  /**
2
3
  * NOTE:
3
4
  *
@@ -6,34 +7,34 @@
6
7
  */
7
8
  //
8
9
  export default {
9
- 'pt.profile-card.closed.account': 'Account deleted',
10
- 'pt.profile-card.closed.account.has.date.a.few.months': 'Their account has been deleted for a few months.',
11
- 'pt.profile-card.closed.account.has.date.last.month': 'Their account was deleted last month.',
12
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Their account has been deleted for more than a year.',
13
- 'pt.profile-card.closed.account.has.date.several.months': 'Their account has been deleted for several months.',
14
- 'pt.profile-card.closed.account.has.date.this.month': 'Their account was deleted this month.',
15
- 'pt.profile-card.closed.account.has.date.this.week': 'Their account was deleted this week.',
16
- 'pt.profile-card.closed.account.no.date': 'Their account has been deleted.',
17
- 'pt.profile-card.disabled.account.default.name': 'Former user',
18
- 'pt.profile-card.general.msg.disabled.user': 'You can no longer collaborate with this person.',
19
- 'pt.profile-card.give-kudos': 'Give kudos',
20
- 'pt.profile-card.inactive.account': 'Account deactivated',
21
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'Their account has been deactivated for a few months.',
22
- 'pt.profile-card.inactive.account.has.date.last.month': 'Their account was deactivated last month.',
23
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Their account has been deactivated for more than a year.',
24
- 'pt.profile-card.inactive.account.has.date.several.months': 'Their account has been deactivated for several months.',
25
- 'pt.profile-card.inactive.account.has.date.this.month': 'Their account was deactivated this month.',
26
- 'pt.profile-card.inactive.account.has.date.this.week': 'Their account was deactivated this week.',
27
- 'pt.profile-card.inactive.account.no.date': 'Their account has been deactivated.',
28
- 'pt.profile-card.more-icon-label': 'More',
29
- 'pt.team-profile-card.directReports.heading': 'Direct reports',
30
- 'pt.team-profile-card.error.refresh-button': 'Try again',
31
- 'pt.team-profile-card.error.suggestion': 'Wait a few moments, then try again.',
32
- 'pt.team-profile-card.error.title': 'We’re having trouble retrieving this teams information',
33
- 'pt.team-profile-card.manager.heading': 'Manager',
34
- 'pt.team-profile-card.team.action.view-profile': 'View profile',
35
- 'pt.team-profile-card.team.member.count': 'Team • {count} {count, plural, one {member} other {members}}',
36
- 'pt.team-profile-card.team.member.count-including-you': 'Team • {count} {count, plural, one {member} other {members}}, including you',
37
- 'pt.team-profile-card.team.member.many': 'Team • 50+ members',
38
- 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ members, including you'
10
+ "pt.profile-card.closed.account": "Account deleted",
11
+ "pt.profile-card.closed.account.has.date.a.few.months": "Their account has been deleted for a few months.",
12
+ "pt.profile-card.closed.account.has.date.last.month": "Their account was deleted last month.",
13
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "Their account has been deleted for more than a year.",
14
+ "pt.profile-card.closed.account.has.date.several.months": "Their account has been deleted for several months.",
15
+ "pt.profile-card.closed.account.has.date.this.month": "Their account was deleted this month.",
16
+ "pt.profile-card.closed.account.has.date.this.week": "Their account was deleted this week.",
17
+ "pt.profile-card.closed.account.no.date": "Their account has been deleted.",
18
+ "pt.profile-card.disabled.account.default.name": "Former user",
19
+ "pt.profile-card.general.msg.disabled.user": "You can no longer collaborate with this person.",
20
+ "pt.profile-card.give-kudos": "Give kudos",
21
+ "pt.profile-card.inactive.account": "Account deactivated",
22
+ "pt.profile-card.inactive.account.has.date.a.few.months": "Their account has been deactivated for a few months.",
23
+ "pt.profile-card.inactive.account.has.date.last.month": "Their account was deactivated last month.",
24
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "Their account has been deactivated for more than a year.",
25
+ "pt.profile-card.inactive.account.has.date.several.months": "Their account has been deactivated for several months.",
26
+ "pt.profile-card.inactive.account.has.date.this.month": "Their account was deactivated this month.",
27
+ "pt.profile-card.inactive.account.has.date.this.week": "Their account was deactivated this week.",
28
+ "pt.profile-card.inactive.account.no.date": "Their account has been deactivated.",
29
+ "pt.profile-card.more-icon-label": "More",
30
+ "pt.team-profile-card.directReports.heading": "Direct reports",
31
+ "pt.team-profile-card.error.refresh-button": "Try again",
32
+ "pt.team-profile-card.error.suggestion": "Wait a few moments, then try again.",
33
+ "pt.team-profile-card.error.title": "We’re having trouble retrieving this teams information",
34
+ "pt.team-profile-card.manager.heading": "Manager",
35
+ "pt.team-profile-card.team.action.view-profile": "View profile",
36
+ "pt.team-profile-card.team.member.count": "Team • {count} {count, plural, one {member} other {members}}",
37
+ "pt.team-profile-card.team.member.count-including-you": "Team • {count} {count, plural, one {member} other {members}}, including you",
38
+ "pt.team-profile-card.team.member.many": "Team • 50+ members",
39
+ "pt.team-profile-card.team.member.many-including-you": "Team • 50+ members, including you"
39
40
  };
@@ -1,3 +1,4 @@
1
+ /* prettier-ignore */
1
2
  /**
2
3
  * NOTE:
3
4
  *
@@ -6,34 +7,34 @@
6
7
  */
7
8
  //English (United Kingdom)
8
9
  export default {
9
- 'pt.profile-card.closed.account': 'Account deleted',
10
- 'pt.profile-card.closed.account.has.date.a.few.months': 'Their account has been deleted for a few months.',
11
- 'pt.profile-card.closed.account.has.date.last.month': 'Their account was deleted last month.',
12
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Their account has been deleted for more than a year.',
13
- 'pt.profile-card.closed.account.has.date.several.months': 'Their account has been deleted for several months.',
14
- 'pt.profile-card.closed.account.has.date.this.month': 'Their account was deleted this month.',
15
- 'pt.profile-card.closed.account.has.date.this.week': 'Their account was deleted this week.',
16
- 'pt.profile-card.closed.account.no.date': 'Their account has been deleted.',
17
- 'pt.profile-card.disabled.account.default.name': 'Former user',
18
- 'pt.profile-card.general.msg.disabled.user': 'You can no longer collaborate with this person.',
19
- 'pt.profile-card.give-kudos': 'Give kudos',
20
- 'pt.profile-card.inactive.account': 'Account deactivated',
21
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'Their account has been deactivated for a few months.',
22
- 'pt.profile-card.inactive.account.has.date.last.month': 'Their account was deactivated last month.',
23
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Their account has been deactivated for more than a year.',
24
- 'pt.profile-card.inactive.account.has.date.several.months': 'Their account has been deactivated for several months.',
25
- 'pt.profile-card.inactive.account.has.date.this.month': 'Their account was deactivated this month.',
26
- 'pt.profile-card.inactive.account.has.date.this.week': 'Their account was deactivated this week.',
27
- 'pt.profile-card.inactive.account.no.date': 'Their account has been deactivated.',
28
- 'pt.profile-card.more-icon-label': 'More',
29
- 'pt.team-profile-card.directReports.heading': 'Direct reports',
30
- 'pt.team-profile-card.error.refresh-button': 'Try again',
31
- 'pt.team-profile-card.error.suggestion': 'Wait a few moments, then try again.',
32
- 'pt.team-profile-card.error.title': 'We’re having trouble retrieving this teams information',
33
- 'pt.team-profile-card.manager.heading': 'Manager',
34
- 'pt.team-profile-card.team.action.view-profile': 'View profile',
35
- 'pt.team-profile-card.team.member.count': 'Team • {count} {count, plural, one {member} other {members}}',
36
- 'pt.team-profile-card.team.member.count-including-you': 'Team • {count} {count, plural, one {member} other {members}}, including you',
37
- 'pt.team-profile-card.team.member.many': 'Team • 50+ members',
38
- 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ members, including you'
10
+ "pt.profile-card.closed.account": "Account deleted",
11
+ "pt.profile-card.closed.account.has.date.a.few.months": "Their account has been deleted for a few months.",
12
+ "pt.profile-card.closed.account.has.date.last.month": "Their account was deleted last month.",
13
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "Their account has been deleted for more than a year.",
14
+ "pt.profile-card.closed.account.has.date.several.months": "Their account has been deleted for several months.",
15
+ "pt.profile-card.closed.account.has.date.this.month": "Their account was deleted this month.",
16
+ "pt.profile-card.closed.account.has.date.this.week": "Their account was deleted this week.",
17
+ "pt.profile-card.closed.account.no.date": "Their account has been deleted.",
18
+ "pt.profile-card.disabled.account.default.name": "Former user",
19
+ "pt.profile-card.general.msg.disabled.user": "You can no longer collaborate with this person.",
20
+ "pt.profile-card.give-kudos": "Give kudos",
21
+ "pt.profile-card.inactive.account": "Account deactivated",
22
+ "pt.profile-card.inactive.account.has.date.a.few.months": "Their account has been deactivated for a few months.",
23
+ "pt.profile-card.inactive.account.has.date.last.month": "Their account was deactivated last month.",
24
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "Their account has been deactivated for more than a year.",
25
+ "pt.profile-card.inactive.account.has.date.several.months": "Their account has been deactivated for several months.",
26
+ "pt.profile-card.inactive.account.has.date.this.month": "Their account was deactivated this month.",
27
+ "pt.profile-card.inactive.account.has.date.this.week": "Their account was deactivated this week.",
28
+ "pt.profile-card.inactive.account.no.date": "Their account has been deactivated.",
29
+ "pt.profile-card.more-icon-label": "More",
30
+ "pt.team-profile-card.directReports.heading": "Direct reports",
31
+ "pt.team-profile-card.error.refresh-button": "Try again",
32
+ "pt.team-profile-card.error.suggestion": "Wait a few moments, then try again.",
33
+ "pt.team-profile-card.error.title": "We’re having trouble retrieving this teams information",
34
+ "pt.team-profile-card.manager.heading": "Manager",
35
+ "pt.team-profile-card.team.action.view-profile": "View profile",
36
+ "pt.team-profile-card.team.member.count": "Team • {count} {count, plural, one {member} other {members}}",
37
+ "pt.team-profile-card.team.member.count-including-you": "Team • {count} {count, plural, one {member} other {members}}, including you",
38
+ "pt.team-profile-card.team.member.many": "Team • 50+ members",
39
+ "pt.team-profile-card.team.member.many-including-you": "Team • 50+ members, including you"
39
40
  };
@@ -1,3 +1,4 @@
1
+ /* prettier-ignore */
1
2
  /**
2
3
  * NOTE:
3
4
  *
@@ -6,34 +7,34 @@
6
7
  */
7
8
  //Spanish (International)
8
9
  export default {
9
- 'pt.profile-card.closed.account': 'Cuenta eliminada',
10
- 'pt.profile-card.closed.account.has.date.a.few.months': 'Su cuenta se desactivó hace algunos meses.',
11
- 'pt.profile-card.closed.account.has.date.last.month': 'Su cuenta se eliminó el mes pasado.',
12
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Su cuenta se eliminó hace más de un año.',
13
- 'pt.profile-card.closed.account.has.date.several.months': 'Su cuenta se eliminó hace varios meses.',
14
- 'pt.profile-card.closed.account.has.date.this.month': 'Su cuenta se ha eliminado este mes.',
15
- 'pt.profile-card.closed.account.has.date.this.week': 'Su cuenta se ha eliminado esta semana.',
16
- 'pt.profile-card.closed.account.no.date': 'Su cuenta está eliminada.',
17
- 'pt.profile-card.disabled.account.default.name': 'Antiguo usuario',
18
- 'pt.profile-card.general.msg.disabled.user': 'Ya no puedes colaborar con esta persona.',
19
- 'pt.profile-card.give-kudos': 'Felicitar',
20
- 'pt.profile-card.inactive.account': 'Cuenta desactivada',
21
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'Su cuenta se desactivó hace algunos meses.',
22
- 'pt.profile-card.inactive.account.has.date.last.month': 'Su cuenta se desactivó el mes pasado.',
23
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Su cuenta se desactivó hace más de un año.',
24
- 'pt.profile-card.inactive.account.has.date.several.months': 'Su cuenta se desactivó hace varios meses.',
25
- 'pt.profile-card.inactive.account.has.date.this.month': 'Su cuenta se ha desactivado este mes.',
26
- 'pt.profile-card.inactive.account.has.date.this.week': 'Su cuenta se ha desactivado esta semana.',
27
- 'pt.profile-card.inactive.account.no.date': 'Su cuenta está desactivada.',
28
- 'pt.profile-card.more-icon-label': 'Más',
29
- 'pt.team-profile-card.directReports.heading': 'Subordinados directos',
30
- 'pt.team-profile-card.error.refresh-button': 'Volver a intentarlo',
31
- 'pt.team-profile-card.error.suggestion': 'Espera unos momentos y vuelve a intentarlo.',
32
- 'pt.team-profile-card.error.title': 'Estamos teniendo algunos problemas para recuperar la información de este equipo',
33
- 'pt.team-profile-card.manager.heading': 'Gerente',
34
- 'pt.team-profile-card.team.action.view-profile': 'Ver perfil',
35
- 'pt.team-profile-card.team.member.count': '{count, plural, one {Equipo • {count} miembro} other {Equipo • {count} miembros}}',
36
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Equipo • {count} miembro, incluyéndote a ti} other {Equipo • {count} miembros, incluyéndote a ti}}',
37
- 'pt.team-profile-card.team.member.many': 'Equipo • Más de 50 miembros',
38
- 'pt.team-profile-card.team.member.many-including-you': 'Equipo • Más de 50 miembros, incluyéndote a ti'
10
+ "pt.profile-card.closed.account": "Cuenta eliminada",
11
+ "pt.profile-card.closed.account.has.date.a.few.months": "Su cuenta se desactivó hace algunos meses.",
12
+ "pt.profile-card.closed.account.has.date.last.month": "Su cuenta se eliminó el mes pasado.",
13
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "Su cuenta se eliminó hace más de un año.",
14
+ "pt.profile-card.closed.account.has.date.several.months": "Su cuenta se eliminó hace varios meses.",
15
+ "pt.profile-card.closed.account.has.date.this.month": "Su cuenta se ha eliminado este mes.",
16
+ "pt.profile-card.closed.account.has.date.this.week": "Su cuenta se ha eliminado esta semana.",
17
+ "pt.profile-card.closed.account.no.date": "Su cuenta está eliminada.",
18
+ "pt.profile-card.disabled.account.default.name": "Antiguo usuario",
19
+ "pt.profile-card.general.msg.disabled.user": "Ya no puedes colaborar con esta persona.",
20
+ "pt.profile-card.give-kudos": "Felicitar",
21
+ "pt.profile-card.inactive.account": "Cuenta desactivada",
22
+ "pt.profile-card.inactive.account.has.date.a.few.months": "Su cuenta se desactivó hace algunos meses.",
23
+ "pt.profile-card.inactive.account.has.date.last.month": "Su cuenta se desactivó el mes pasado.",
24
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "Su cuenta se desactivó hace más de un año.",
25
+ "pt.profile-card.inactive.account.has.date.several.months": "Su cuenta se desactivó hace varios meses.",
26
+ "pt.profile-card.inactive.account.has.date.this.month": "Su cuenta se ha desactivado este mes.",
27
+ "pt.profile-card.inactive.account.has.date.this.week": "Su cuenta se ha desactivado esta semana.",
28
+ "pt.profile-card.inactive.account.no.date": "Su cuenta está desactivada.",
29
+ "pt.profile-card.more-icon-label": "Más",
30
+ "pt.team-profile-card.directReports.heading": "Subordinados directos",
31
+ "pt.team-profile-card.error.refresh-button": "Volver a intentarlo",
32
+ "pt.team-profile-card.error.suggestion": "Espera unos momentos y vuelve a intentarlo.",
33
+ "pt.team-profile-card.error.title": "Estamos teniendo algunos problemas para recuperar la información de este equipo",
34
+ "pt.team-profile-card.manager.heading": "Gerente",
35
+ "pt.team-profile-card.team.action.view-profile": "Ver perfil",
36
+ "pt.team-profile-card.team.member.count": "{count, plural, one {Equipo • {count} miembro} other {Equipo • {count} miembros}}",
37
+ "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Equipo • {count} miembro, incluyéndote a ti} other {Equipo • {count} miembros, incluyéndote a ti}}",
38
+ "pt.team-profile-card.team.member.many": "Equipo • Más de 50 miembros",
39
+ "pt.team-profile-card.team.member.many-including-you": "Equipo • Más de 50 miembros, incluyéndote a ti"
39
40
  };
@@ -1,3 +1,4 @@
1
+ /* prettier-ignore */
1
2
  /**
2
3
  * NOTE:
3
4
  *
@@ -6,34 +7,34 @@
6
7
  */
7
8
  //Finnish
8
9
  export default {
9
- 'pt.profile-card.closed.account': 'Tili poistettu',
10
- 'pt.profile-card.closed.account.has.date.a.few.months': 'Hänen tilinsä on ollut poistettuna muutaman kuukauden ajan.',
11
- 'pt.profile-card.closed.account.has.date.last.month': 'Hänen tilinsä poistettiin viime kuussa.',
12
- 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Hänen tilinsä on ollut poistettuna yli vuoden.',
13
- 'pt.profile-card.closed.account.has.date.several.months': 'Hänen tilinsä on ollut poistettuna usean kuukauden ajan.',
14
- 'pt.profile-card.closed.account.has.date.this.month': 'Hänen tilinsä poistettiin tässä kuussa.',
15
- 'pt.profile-card.closed.account.has.date.this.week': 'Hänen tilinsä poistettiin tällä viikolla.',
16
- 'pt.profile-card.closed.account.no.date': 'Hänen tilinsä on poistettu.',
17
- 'pt.profile-card.disabled.account.default.name': 'Entinen käyttäjä',
18
- 'pt.profile-card.general.msg.disabled.user': 'Et voi enää tehdä yhteistyötä tämän henkilön kanssa.',
19
- 'pt.profile-card.give-kudos': 'Anna kehuja',
20
- 'pt.profile-card.inactive.account': 'Tili poistettu käytöstä',
21
- 'pt.profile-card.inactive.account.has.date.a.few.months': 'Hänen tilinsä on ollut poissa käytöstä muutaman kuukauden ajan.',
22
- 'pt.profile-card.inactive.account.has.date.last.month': 'Hänen tilinsä poistettiin käytöstä viime kuussa.',
23
- 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Hänen tilinsä on ollut poissa käytöstä yli vuoden.',
24
- 'pt.profile-card.inactive.account.has.date.several.months': 'Hänen tilinsä on ollut poissa käytöstä usean kuukauden ajan.',
25
- 'pt.profile-card.inactive.account.has.date.this.month': 'Hänen tilinsä poistettiin käytöstä tässä kuussa.',
26
- 'pt.profile-card.inactive.account.has.date.this.week': 'Hänen tilinsä poistettiin käytöstä tällä viikolla.',
27
- 'pt.profile-card.inactive.account.no.date': 'Hänen tilinsä on poistettu käytöstä.',
28
- 'pt.profile-card.more-icon-label': 'Lisää',
29
- 'pt.team-profile-card.directReports.heading': 'Suorat alaiset',
30
- 'pt.team-profile-card.error.refresh-button': 'Yritä uudelleen',
31
- 'pt.team-profile-card.error.suggestion': 'Odota hetki ja yritä sitten uudelleen.',
32
- 'pt.team-profile-card.error.title': 'Meillä on vaikeuksia näyttää tämän tiimin tietoja',
33
- 'pt.team-profile-card.manager.heading': 'Esimies',
34
- 'pt.team-profile-card.team.action.view-profile': 'Näytä profiili',
35
- 'pt.team-profile-card.team.member.count': '{count, plural, one {Tiimi • {count} jäsen} other {Tiimi • {count} jäsentä}}',
36
- 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Tiimi • {count} jäsen sinä mukaan lukien} other {Tiimi • {count} jäsentä sinä mukaan lukien}}',
37
- 'pt.team-profile-card.team.member.many': 'Tiimi • 50+ jäsentä',
38
- 'pt.team-profile-card.team.member.many-including-you': 'Tiimi • 50+ jäsentä sinä mukaan lukien'
10
+ "pt.profile-card.closed.account": "Tili poistettu",
11
+ "pt.profile-card.closed.account.has.date.a.few.months": "Hänen tilinsä on ollut poistettuna muutaman kuukauden ajan.",
12
+ "pt.profile-card.closed.account.has.date.last.month": "Hänen tilinsä poistettiin viime kuussa.",
13
+ "pt.profile-card.closed.account.has.date.more.than.a.year": "Hänen tilinsä on ollut poistettuna yli vuoden.",
14
+ "pt.profile-card.closed.account.has.date.several.months": "Hänen tilinsä on ollut poistettuna usean kuukauden ajan.",
15
+ "pt.profile-card.closed.account.has.date.this.month": "Hänen tilinsä poistettiin tässä kuussa.",
16
+ "pt.profile-card.closed.account.has.date.this.week": "Hänen tilinsä poistettiin tällä viikolla.",
17
+ "pt.profile-card.closed.account.no.date": "Hänen tilinsä on poistettu.",
18
+ "pt.profile-card.disabled.account.default.name": "Entinen käyttäjä",
19
+ "pt.profile-card.general.msg.disabled.user": "Et voi enää tehdä yhteistyötä tämän henkilön kanssa.",
20
+ "pt.profile-card.give-kudos": "Anna kehuja",
21
+ "pt.profile-card.inactive.account": "Tili poistettu käytöstä",
22
+ "pt.profile-card.inactive.account.has.date.a.few.months": "Hänen tilinsä on ollut poissa käytöstä muutaman kuukauden ajan.",
23
+ "pt.profile-card.inactive.account.has.date.last.month": "Hänen tilinsä poistettiin käytöstä viime kuussa.",
24
+ "pt.profile-card.inactive.account.has.date.more.than.a.year": "Hänen tilinsä on ollut poissa käytöstä yli vuoden.",
25
+ "pt.profile-card.inactive.account.has.date.several.months": "Hänen tilinsä on ollut poissa käytöstä usean kuukauden ajan.",
26
+ "pt.profile-card.inactive.account.has.date.this.month": "Hänen tilinsä poistettiin käytöstä tässä kuussa.",
27
+ "pt.profile-card.inactive.account.has.date.this.week": "Hänen tilinsä poistettiin käytöstä tällä viikolla.",
28
+ "pt.profile-card.inactive.account.no.date": "Hänen tilinsä on poistettu käytöstä.",
29
+ "pt.profile-card.more-icon-label": "Lisää",
30
+ "pt.team-profile-card.directReports.heading": "Suorat alaiset",
31
+ "pt.team-profile-card.error.refresh-button": "Yritä uudelleen",
32
+ "pt.team-profile-card.error.suggestion": "Odota hetki ja yritä sitten uudelleen.",
33
+ "pt.team-profile-card.error.title": "Meillä on vaikeuksia näyttää tämän tiimin tietoja",
34
+ "pt.team-profile-card.manager.heading": "Esimies",
35
+ "pt.team-profile-card.team.action.view-profile": "Näytä profiili",
36
+ "pt.team-profile-card.team.member.count": "{count, plural, one {Tiimi • {count} jäsen} other {Tiimi • {count} jäsentä}}",
37
+ "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Tiimi • {count} jäsen sinä mukaan lukien} other {Tiimi • {count} jäsentä sinä mukaan lukien}}",
38
+ "pt.team-profile-card.team.member.many": "Tiimi • 50+ jäsentä",
39
+ "pt.team-profile-card.team.member.many-including-you": "Tiimi • 50+ jäsentä sinä mukaan lukien"
39
40
  };