@atlaskit/profilecard 19.2.1 → 19.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 (125) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/client/TeamCentralCardClient.js +34 -38
  3. package/dist/cjs/client/UserProfileCardClient.js +17 -19
  4. package/dist/cjs/client/getTeamFromAGG.js +12 -14
  5. package/dist/cjs/components/Team/lazyTeamProfileCard.js +2 -1
  6. package/dist/cjs/components/User/lazyProfileCard.js +2 -1
  7. package/dist/cjs/i18n/cs.js +32 -30
  8. package/dist/cjs/i18n/da.js +32 -30
  9. package/dist/cjs/i18n/de.js +32 -30
  10. package/dist/cjs/i18n/en.js +32 -30
  11. package/dist/cjs/i18n/en_GB.js +32 -30
  12. package/dist/cjs/i18n/es.js +32 -30
  13. package/dist/cjs/i18n/fi.js +32 -30
  14. package/dist/cjs/i18n/fr.js +32 -30
  15. package/dist/cjs/i18n/hu.js +32 -30
  16. package/dist/cjs/i18n/it.js +32 -30
  17. package/dist/cjs/i18n/ja.js +32 -30
  18. package/dist/cjs/i18n/ko.js +32 -30
  19. package/dist/cjs/i18n/nb.js +32 -30
  20. package/dist/cjs/i18n/nl.js +32 -30
  21. package/dist/cjs/i18n/pl.js +32 -30
  22. package/dist/cjs/i18n/pt_BR.js +32 -30
  23. package/dist/cjs/i18n/ru.js +32 -30
  24. package/dist/cjs/i18n/sv.js +32 -30
  25. package/dist/cjs/i18n/th.js +32 -30
  26. package/dist/cjs/i18n/tr.js +32 -30
  27. package/dist/cjs/i18n/uk.js +32 -30
  28. package/dist/cjs/i18n/vi.js +32 -30
  29. package/dist/cjs/i18n/zh.js +32 -30
  30. package/dist/cjs/i18n/zh_TW.js +32 -30
  31. package/dist/cjs/styled/Card.js +12 -12
  32. package/dist/cjs/styled/Error.js +3 -3
  33. package/dist/cjs/styled/ReportingLines.js +5 -5
  34. package/dist/cjs/styled/TeamCard.js +7 -7
  35. package/dist/cjs/util/analytics.js +1 -1
  36. package/dist/cjs/version.json +1 -1
  37. package/dist/es2019/i18n/cs.js +32 -30
  38. package/dist/es2019/i18n/da.js +32 -30
  39. package/dist/es2019/i18n/de.js +32 -30
  40. package/dist/es2019/i18n/en.js +32 -30
  41. package/dist/es2019/i18n/en_GB.js +32 -30
  42. package/dist/es2019/i18n/es.js +32 -30
  43. package/dist/es2019/i18n/fi.js +32 -30
  44. package/dist/es2019/i18n/fr.js +32 -30
  45. package/dist/es2019/i18n/hu.js +32 -30
  46. package/dist/es2019/i18n/it.js +32 -30
  47. package/dist/es2019/i18n/ja.js +32 -30
  48. package/dist/es2019/i18n/ko.js +32 -30
  49. package/dist/es2019/i18n/nb.js +32 -30
  50. package/dist/es2019/i18n/nl.js +32 -30
  51. package/dist/es2019/i18n/pl.js +32 -30
  52. package/dist/es2019/i18n/pt_BR.js +32 -30
  53. package/dist/es2019/i18n/ru.js +32 -30
  54. package/dist/es2019/i18n/sv.js +32 -30
  55. package/dist/es2019/i18n/th.js +32 -30
  56. package/dist/es2019/i18n/tr.js +32 -30
  57. package/dist/es2019/i18n/uk.js +32 -30
  58. package/dist/es2019/i18n/vi.js +32 -30
  59. package/dist/es2019/i18n/zh.js +32 -30
  60. package/dist/es2019/i18n/zh_TW.js +32 -30
  61. package/dist/es2019/styled/Card.js +19 -19
  62. package/dist/es2019/styled/Error.js +3 -3
  63. package/dist/es2019/styled/ReportingLines.js +7 -7
  64. package/dist/es2019/styled/TeamCard.js +8 -7
  65. package/dist/es2019/util/analytics.js +1 -1
  66. package/dist/es2019/version.json +1 -1
  67. package/dist/esm/client/TeamCentralCardClient.js +34 -38
  68. package/dist/esm/client/UserProfileCardClient.js +17 -19
  69. package/dist/esm/client/getTeamFromAGG.js +12 -14
  70. package/dist/esm/i18n/cs.js +32 -30
  71. package/dist/esm/i18n/da.js +32 -30
  72. package/dist/esm/i18n/de.js +32 -30
  73. package/dist/esm/i18n/en.js +32 -30
  74. package/dist/esm/i18n/en_GB.js +32 -30
  75. package/dist/esm/i18n/es.js +32 -30
  76. package/dist/esm/i18n/fi.js +32 -30
  77. package/dist/esm/i18n/fr.js +32 -30
  78. package/dist/esm/i18n/hu.js +32 -30
  79. package/dist/esm/i18n/it.js +32 -30
  80. package/dist/esm/i18n/ja.js +32 -30
  81. package/dist/esm/i18n/ko.js +32 -30
  82. package/dist/esm/i18n/nb.js +32 -30
  83. package/dist/esm/i18n/nl.js +32 -30
  84. package/dist/esm/i18n/pl.js +32 -30
  85. package/dist/esm/i18n/pt_BR.js +32 -30
  86. package/dist/esm/i18n/ru.js +32 -30
  87. package/dist/esm/i18n/sv.js +32 -30
  88. package/dist/esm/i18n/th.js +32 -30
  89. package/dist/esm/i18n/tr.js +32 -30
  90. package/dist/esm/i18n/uk.js +32 -30
  91. package/dist/esm/i18n/vi.js +32 -30
  92. package/dist/esm/i18n/zh.js +32 -30
  93. package/dist/esm/i18n/zh_TW.js +32 -30
  94. package/dist/esm/styled/Card.js +12 -12
  95. package/dist/esm/styled/Error.js +3 -3
  96. package/dist/esm/styled/ReportingLines.js +5 -5
  97. package/dist/esm/styled/TeamCard.js +7 -7
  98. package/dist/esm/util/analytics.js +1 -1
  99. package/dist/esm/version.json +1 -1
  100. package/dist/types/i18n/cs.d.ts +32 -30
  101. package/dist/types/i18n/da.d.ts +32 -30
  102. package/dist/types/i18n/de.d.ts +32 -30
  103. package/dist/types/i18n/en.d.ts +32 -30
  104. package/dist/types/i18n/en_GB.d.ts +32 -30
  105. package/dist/types/i18n/es.d.ts +32 -30
  106. package/dist/types/i18n/fi.d.ts +32 -30
  107. package/dist/types/i18n/fr.d.ts +32 -30
  108. package/dist/types/i18n/hu.d.ts +32 -30
  109. package/dist/types/i18n/it.d.ts +32 -30
  110. package/dist/types/i18n/ja.d.ts +32 -30
  111. package/dist/types/i18n/ko.d.ts +32 -30
  112. package/dist/types/i18n/nb.d.ts +32 -30
  113. package/dist/types/i18n/nl.d.ts +32 -30
  114. package/dist/types/i18n/pl.d.ts +32 -30
  115. package/dist/types/i18n/pt_BR.d.ts +32 -30
  116. package/dist/types/i18n/ru.d.ts +32 -30
  117. package/dist/types/i18n/sv.d.ts +32 -30
  118. package/dist/types/i18n/th.d.ts +32 -30
  119. package/dist/types/i18n/tr.d.ts +32 -30
  120. package/dist/types/i18n/uk.d.ts +32 -30
  121. package/dist/types/i18n/vi.d.ts +32 -30
  122. package/dist/types/i18n/zh.d.ts +32 -30
  123. package/dist/types/i18n/zh_TW.d.ts +32 -30
  124. package/package.json +20 -20
  125. package/tmp/api-report-tmp.d.ts +0 -570
@@ -7,34 +7,36 @@
7
7
  */
8
8
  //French (France)
9
9
  export default {
10
- "pt.profile-card.closed.account": "Compte supprimé",
11
- "pt.profile-card.closed.account.has.date.a.few.months": "Son compte a été supprimé il y a quelques mois.",
12
- "pt.profile-card.closed.account.has.date.last.month": "Son compte a été supprimé le mois dernier.",
13
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Son compte a été supprimé depuis plus d'un an.",
14
- "pt.profile-card.closed.account.has.date.several.months": "Son compte a été supprimé il y a plusieurs mois.",
15
- "pt.profile-card.closed.account.has.date.this.month": "Son compte a été supprimé ce mois-ci.",
16
- "pt.profile-card.closed.account.has.date.this.week": "Son compte a été supprimé cette semaine.",
17
- "pt.profile-card.closed.account.no.date": "Son compte a été supprimé.",
18
- "pt.profile-card.disabled.account.default.name": "Ancien utilisateur",
19
- "pt.profile-card.general.msg.disabled.user": "Vous ne pouvez plus collaborer avec cette personne.",
20
- "pt.profile-card.give-kudos": "Féliciter",
21
- "pt.profile-card.inactive.account": "Compte désactivé",
22
- "pt.profile-card.inactive.account.has.date.a.few.months": "Son compte a été désactivé il y a quelques mois.",
23
- "pt.profile-card.inactive.account.has.date.last.month": "Son compte a été désactivé le mois dernier.",
24
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Son compte a été désactivé depuis plus d'un an.",
25
- "pt.profile-card.inactive.account.has.date.several.months": "Son compte a été désactivé il y a plusieurs mois.",
26
- "pt.profile-card.inactive.account.has.date.this.month": "Son compte a été désactivé ce mois-ci.",
27
- "pt.profile-card.inactive.account.has.date.this.week": "Son compte a été désactivé cette semaine.",
28
- "pt.profile-card.inactive.account.no.date": "Son compte a été désactivé.",
29
- "pt.profile-card.more-icon-label": "Plus",
30
- "pt.team-profile-card.directReports.heading": "Collaborateurs directs",
31
- "pt.team-profile-card.error.refresh-button": "Réessayez",
32
- "pt.team-profile-card.error.suggestion": "Patientez quelques instants, puis réessayez.",
33
- "pt.team-profile-card.error.title": "Nous ne parvenons pas à récupérer les informations de cette équipe",
34
- "pt.team-profile-card.manager.heading": "Manager",
35
- "pt.team-profile-card.team.action.view-profile": "Afficher le profil",
36
- "pt.team-profile-card.team.member.count": "{count, plural, one {Équipe • {count} membre} other {Équipe • {count} membres}}",
37
- "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Équipe • {count} membre, dont vous} other {Équipe • {count} membres, dont vous}}",
38
- "pt.team-profile-card.team.member.many": "Équipe • Plus de 50 membres",
39
- "pt.team-profile-card.team.member.many-including-you": "Équipe • Plus de 50 membres, dont vous"
10
+ 'pt.profile-card.closed.account': 'Compte supprimé',
11
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Son compte a été supprimé il y a quelques mois.',
12
+ 'pt.profile-card.closed.account.has.date.last.month': 'Son compte a été supprimé le mois dernier.',
13
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': "Son compte a été supprimé depuis plus d'un an.",
14
+ 'pt.profile-card.closed.account.has.date.several.months': 'Son compte a été supprimé il y a plusieurs mois.',
15
+ 'pt.profile-card.closed.account.has.date.this.month': 'Son compte a été supprimé ce mois-ci.',
16
+ 'pt.profile-card.closed.account.has.date.this.week': 'Son compte a été supprimé cette semaine.',
17
+ 'pt.profile-card.closed.account.no.date': 'Son compte a été supprimé.',
18
+ 'pt.profile-card.disabled.account.default.name': 'Ancien utilisateur',
19
+ 'pt.profile-card.general.msg.disabled.user': 'Vous ne pouvez plus collaborer avec cette personne.',
20
+ 'pt.profile-card.give-kudos': 'Féliciter',
21
+ 'pt.profile-card.inactive.account': 'Compte désactivé',
22
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Son compte a été désactivé il y a quelques mois.',
23
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Son compte a été désactivé le mois dernier.',
24
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': "Son compte a été désactivé depuis plus d'un an.",
25
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Son compte a été désactivé il y a plusieurs mois.',
26
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Son compte a été désactivé ce mois-ci.',
27
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Son compte a été désactivé cette semaine.',
28
+ 'pt.profile-card.inactive.account.no.date': 'Son compte a été désactivé.',
29
+ 'pt.profile-card.more-icon-label': 'Plus',
30
+ 'pt.team-profile-card.directReports.heading': 'Collaborateurs directs',
31
+ 'pt.team-profile-card.error.refresh-button': 'Réessayez',
32
+ 'pt.team-profile-card.error.suggestion': 'Patientez quelques instants, puis réessayez.',
33
+ 'pt.team-profile-card.error.title': 'Nous ne parvenons pas à récupérer les informations de cette équipe',
34
+ 'pt.team-profile-card.forbidden-error-state.description': "Vous ne disposez d'aucun accès pour afficher cette équipe.",
35
+ 'pt.team-profile-card.forbidden-error-state.title': 'Nous ne pouvons pas vous montrer cette équipe',
36
+ 'pt.team-profile-card.manager.heading': 'Manager',
37
+ 'pt.team-profile-card.team.action.view-profile': 'Afficher le profil',
38
+ 'pt.team-profile-card.team.member.count': '{count, plural, one {Équipe • {count} membre} other {Équipe • {count} membres}}',
39
+ 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Équipe • {count} membre, dont vous} other {Équipe • {count} membres, dont vous}}',
40
+ 'pt.team-profile-card.team.member.many': 'Équipe • Plus de 50 membres',
41
+ 'pt.team-profile-card.team.member.many-including-you': 'Équipe • Plus de 50 membres, dont vous'
40
42
  };
@@ -7,34 +7,36 @@
7
7
  */
8
8
  //Hungarian
9
9
  export default {
10
- "pt.profile-card.closed.account": "A fiók törölve.",
11
- "pt.profile-card.closed.account.has.date.a.few.months": "A fiókját néhány hónapja töröltük.",
12
- "pt.profile-card.closed.account.has.date.last.month": "A fiókját a múlt hónapban töröltük.",
13
- "pt.profile-card.closed.account.has.date.more.than.a.year": "A fiókját több mint egy éve töröltük.",
14
- "pt.profile-card.closed.account.has.date.several.months": "A fiókját több hónapja töröltük.",
15
- "pt.profile-card.closed.account.has.date.this.month": "A fiókját ebben a hónapban töröltük.",
16
- "pt.profile-card.closed.account.has.date.this.week": "A fiókját ezen a héten töröltük.",
17
- "pt.profile-card.closed.account.no.date": "A fiókját töröltük.",
18
- "pt.profile-card.disabled.account.default.name": "Korábbi felhasználó",
19
- "pt.profile-card.general.msg.disabled.user": "A továbbiakban nem működhet együtt ezzel a személlyel.",
20
- "pt.profile-card.give-kudos": "Dicséret",
21
- "pt.profile-card.inactive.account": "A fiók inaktiválva.",
22
- "pt.profile-card.inactive.account.has.date.a.few.months": "A fiókját néhány hónapja inaktiváltuk.",
23
- "pt.profile-card.inactive.account.has.date.last.month": "A fiókját a múlt hónapban inaktiváltuk.",
24
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "A fiókját több mint egy éve inaktiváltuk.",
25
- "pt.profile-card.inactive.account.has.date.several.months": "A fiókját több hónapja inaktiváltuk.",
26
- "pt.profile-card.inactive.account.has.date.this.month": "A fiókját ebben a hónapban inaktiváltuk.",
27
- "pt.profile-card.inactive.account.has.date.this.week": "A fiókját ezen a héten inaktiváltuk.",
28
- "pt.profile-card.inactive.account.no.date": "A fiókját inaktiváltuk.",
29
- "pt.profile-card.more-icon-label": "Továbbiak",
30
- "pt.team-profile-card.directReports.heading": "Közvetlen beosztottak",
31
- "pt.team-profile-card.error.refresh-button": "Próbáld újra",
32
- "pt.team-profile-card.error.suggestion": "Várj egy pillanatot, majd próbálkozz újra.",
33
- "pt.team-profile-card.error.title": "Nem sikerül lekérni a csapat adatait",
34
- "pt.team-profile-card.manager.heading": "Vezető",
35
- "pt.team-profile-card.team.action.view-profile": "Profil megtekintése",
36
- "pt.team-profile-card.team.member.count": "{count, plural, one {Csapat • {count} tag} other {Csapat • {count} tag}}",
37
- "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Csapat • {count} tag veled együtt} other {Csapat • {count} tag veled együtt}}",
38
- "pt.team-profile-card.team.member.many": "Csapat • 50+ tag",
39
- "pt.team-profile-card.team.member.many-including-you": "Csapat • 50+ tag veled együtt"
10
+ 'pt.profile-card.closed.account': 'A fiók törölve.',
11
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'A fiókját néhány hónapja töröltük.',
12
+ 'pt.profile-card.closed.account.has.date.last.month': 'A fiókját a múlt hónapban töröltük.',
13
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'A fiókját több mint egy éve töröltük.',
14
+ 'pt.profile-card.closed.account.has.date.several.months': 'A fiókját több hónapja töröltük.',
15
+ 'pt.profile-card.closed.account.has.date.this.month': 'A fiókját ebben a hónapban töröltük.',
16
+ 'pt.profile-card.closed.account.has.date.this.week': 'A fiókját ezen a héten töröltük.',
17
+ 'pt.profile-card.closed.account.no.date': 'A fiókját töröltük.',
18
+ 'pt.profile-card.disabled.account.default.name': 'Korábbi felhasználó',
19
+ 'pt.profile-card.general.msg.disabled.user': 'A továbbiakban nem működhet együtt ezzel a személlyel.',
20
+ 'pt.profile-card.give-kudos': 'Dicséret',
21
+ 'pt.profile-card.inactive.account': 'A fiók inaktiválva.',
22
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'A fiókját néhány hónapja inaktiváltuk.',
23
+ 'pt.profile-card.inactive.account.has.date.last.month': 'A fiókját a múlt hónapban inaktiváltuk.',
24
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'A fiókját több mint egy éve inaktiváltuk.',
25
+ 'pt.profile-card.inactive.account.has.date.several.months': 'A fiókját több hónapja inaktiváltuk.',
26
+ 'pt.profile-card.inactive.account.has.date.this.month': 'A fiókját ebben a hónapban inaktiváltuk.',
27
+ 'pt.profile-card.inactive.account.has.date.this.week': 'A fiókját ezen a héten inaktiváltuk.',
28
+ 'pt.profile-card.inactive.account.no.date': 'A fiókját inaktiváltuk.',
29
+ 'pt.profile-card.more-icon-label': 'Továbbiak',
30
+ 'pt.team-profile-card.directReports.heading': 'Közvetlen beosztottak',
31
+ 'pt.team-profile-card.error.refresh-button': 'Próbáld újra',
32
+ 'pt.team-profile-card.error.suggestion': 'Várj egy pillanatot, majd próbálkozz újra.',
33
+ 'pt.team-profile-card.error.title': 'Nem sikerül lekérni a csapat adatait',
34
+ 'pt.team-profile-card.forbidden-error-state.description': 'Nincs hozzáférésed a csapat megtekintéséhez.',
35
+ 'pt.team-profile-card.forbidden-error-state.title': 'Nem tudjuk megjeleníteni neked ezt a csapatot',
36
+ 'pt.team-profile-card.manager.heading': 'Vezető',
37
+ 'pt.team-profile-card.team.action.view-profile': 'Profil megtekintése',
38
+ 'pt.team-profile-card.team.member.count': '{count, plural, one {Csapat • {count} tag} other {Csapat • {count} tag}}',
39
+ 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Csapat • {count} tag veled együtt} other {Csapat • {count} tag veled együtt}}',
40
+ 'pt.team-profile-card.team.member.many': 'Csapat • 50+ tag',
41
+ 'pt.team-profile-card.team.member.many-including-you': 'Csapat • 50+ tag veled együtt'
40
42
  };
@@ -7,34 +7,36 @@
7
7
  */
8
8
  //Italian (Italy)
9
9
  export default {
10
- "pt.profile-card.closed.account": "Account eliminato",
11
- "pt.profile-card.closed.account.has.date.a.few.months": "Il suo account è stato eliminato da qualche mese.",
12
- "pt.profile-card.closed.account.has.date.last.month": "Il suo account è stato eliminato lo scorso mese.",
13
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Il suo account è stato eliminato da più di un anno.",
14
- "pt.profile-card.closed.account.has.date.several.months": "Il suo account è stato eliminato da diversi mesi.",
15
- "pt.profile-card.closed.account.has.date.this.month": "Il suo account è stato eliminato questo mese.",
16
- "pt.profile-card.closed.account.has.date.this.week": "Il suo account è stato eliminato questa settimana.",
17
- "pt.profile-card.closed.account.no.date": "Il suo account è stato eliminato.",
18
- "pt.profile-card.disabled.account.default.name": "Ex utente",
19
- "pt.profile-card.general.msg.disabled.user": "Non puoi più collaborare con questa persona.",
20
- "pt.profile-card.give-kudos": "Complimentati",
21
- "pt.profile-card.inactive.account": "Account disattivato",
22
- "pt.profile-card.inactive.account.has.date.a.few.months": "Il suo account è disattivato da qualche mese.",
23
- "pt.profile-card.inactive.account.has.date.last.month": "Il suo account è stato disattivato il mese scorso.",
24
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Il suo account è disattivato da più di un anno.",
25
- "pt.profile-card.inactive.account.has.date.several.months": "Il suo account è disattivato da diversi mesi.",
26
- "pt.profile-card.inactive.account.has.date.this.month": "Il suo account è stato disattivato questo mese.",
27
- "pt.profile-card.inactive.account.has.date.this.week": "Il suo account è stato disattivato questa settimana.",
28
- "pt.profile-card.inactive.account.no.date": "Il suo account è stato disattivato.",
29
- "pt.profile-card.more-icon-label": "Altro",
30
- "pt.team-profile-card.directReports.heading": "Report diretti",
31
- "pt.team-profile-card.error.refresh-button": "Riprova",
32
- "pt.team-profile-card.error.suggestion": "Attendi alcuni istanti e riprova.",
33
- "pt.team-profile-card.error.title": "Stiamo riscontrando problemi nel recuperare queste informazioni sul team",
34
- "pt.team-profile-card.manager.heading": "Manager",
35
- "pt.team-profile-card.team.action.view-profile": "Visualizza profilo",
36
- "pt.team-profile-card.team.member.count": "{count, plural, one {Team • {count} membro} other {Team • {count} membri}}",
37
- "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Team • {count} membro, te compreso} other {Team • {count} membri, te compreso}}",
38
- "pt.team-profile-card.team.member.many": "Team • 50+ membri",
39
- "pt.team-profile-card.team.member.many-including-you": "Team • 50+ membri, te compreso"
10
+ 'pt.profile-card.closed.account': 'Account eliminato',
11
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Il suo account è stato eliminato da qualche mese.',
12
+ 'pt.profile-card.closed.account.has.date.last.month': 'Il suo account è stato eliminato lo scorso mese.',
13
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Il suo account è stato eliminato da più di un anno.',
14
+ 'pt.profile-card.closed.account.has.date.several.months': 'Il suo account è stato eliminato da diversi mesi.',
15
+ 'pt.profile-card.closed.account.has.date.this.month': 'Il suo account è stato eliminato questo mese.',
16
+ 'pt.profile-card.closed.account.has.date.this.week': 'Il suo account è stato eliminato questa settimana.',
17
+ 'pt.profile-card.closed.account.no.date': 'Il suo account è stato eliminato.',
18
+ 'pt.profile-card.disabled.account.default.name': 'Ex utente',
19
+ 'pt.profile-card.general.msg.disabled.user': 'Non puoi più collaborare con questa persona.',
20
+ 'pt.profile-card.give-kudos': 'Complimentati',
21
+ 'pt.profile-card.inactive.account': 'Account disattivato',
22
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Il suo account è disattivato da qualche mese.',
23
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Il suo account è stato disattivato il mese scorso.',
24
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Il suo account è disattivato da più di un anno.',
25
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Il suo account è disattivato da diversi mesi.',
26
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Il suo account è stato disattivato questo mese.',
27
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Il suo account è stato disattivato questa settimana.',
28
+ 'pt.profile-card.inactive.account.no.date': 'Il suo account è stato disattivato.',
29
+ 'pt.profile-card.more-icon-label': 'Altro',
30
+ 'pt.team-profile-card.directReports.heading': 'Report diretti',
31
+ 'pt.team-profile-card.error.refresh-button': 'Riprova',
32
+ 'pt.team-profile-card.error.suggestion': 'Attendi alcuni istanti e riprova.',
33
+ 'pt.team-profile-card.error.title': 'Stiamo riscontrando problemi nel recuperare queste informazioni sul team',
34
+ 'pt.team-profile-card.forbidden-error-state.description': 'Non hai accesso alla visualizzazione di questo team.',
35
+ 'pt.team-profile-card.forbidden-error-state.title': 'Impossibile mostrare questo team',
36
+ 'pt.team-profile-card.manager.heading': 'Manager',
37
+ 'pt.team-profile-card.team.action.view-profile': 'Visualizza profilo',
38
+ 'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} membro} other {Team • {count} membri}}',
39
+ 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} membro, te compreso} other {Team • {count} membri, te compreso}}',
40
+ 'pt.team-profile-card.team.member.many': 'Team • 50+ membri',
41
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ membri, te compreso'
40
42
  };
@@ -7,34 +7,36 @@
7
7
  */
8
8
  //Japanese
9
9
  export default {
10
- "pt.profile-card.closed.account": "削除済みアカウント",
11
- "pt.profile-card.closed.account.has.date.a.few.months": "アカウントは 2〜3 か月前に削除されました。",
12
- "pt.profile-card.closed.account.has.date.last.month": "アカウントは先月削除されました。",
13
- "pt.profile-card.closed.account.has.date.more.than.a.year": "アカウントは 1 年以上前に削除されました。",
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": "アカウントは 2〜3 か月前に無効になりました。",
23
- "pt.profile-card.inactive.account.has.date.last.month": "アカウントは先月無効になりました。",
24
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "アカウントは 1 年以上前に無効になりました。",
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 人以上のメンバー (あなたを含む)"
10
+ 'pt.profile-card.closed.account': '削除済みアカウント',
11
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'アカウントは 2〜3 か月前に削除されました。',
12
+ 'pt.profile-card.closed.account.has.date.last.month': 'アカウントは先月削除されました。',
13
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'アカウントは 1 年以上前に削除されました。',
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': 'アカウントは 2〜3 か月前に無効になりました。',
23
+ 'pt.profile-card.inactive.account.has.date.last.month': 'アカウントは先月無効になりました。',
24
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'アカウントは 1 年以上前に無効になりました。',
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
  };
@@ -7,34 +7,36 @@
7
7
  */
8
8
  //Korean
9
9
  export default {
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": "계정이 1년 전에 삭제되었습니다.",
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": "계정이 1년 전에 비활성화되었습니다.",
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 이상"
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': '계정이 1년 전에 삭제되었습니다.',
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': '계정이 1년 전에 비활성화되었습니다.',
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
  };
@@ -7,34 +7,36 @@
7
7
  */
8
8
  //Norwegian (Bokmål)
9
9
  export default {
10
- "pt.profile-card.closed.account": "Kontoen er slettet",
11
- "pt.profile-card.closed.account.has.date.a.few.months": "Vedkommendes konto har vært slettet i noen måneder.",
12
- "pt.profile-card.closed.account.has.date.last.month": "Vedkommendes konto ble slettet i forrige måned.",
13
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Vedkommendes konto har vært slettet i over et år.",
14
- "pt.profile-card.closed.account.has.date.several.months": "Vedkommendes konto har vært slettet i flere måneder.",
15
- "pt.profile-card.closed.account.has.date.this.month": "Vedkommendes konto ble slettet denne måneden.",
16
- "pt.profile-card.closed.account.has.date.this.week": "Vedkommendes konto ble slettet denne uken.",
17
- "pt.profile-card.closed.account.no.date": "Vedkommendes konto er slettet.",
18
- "pt.profile-card.disabled.account.default.name": "Tidligere bruker",
19
- "pt.profile-card.general.msg.disabled.user": "Du kan ikke lenger samarbeide med denne personen.",
20
- "pt.profile-card.give-kudos": "Gi kudos",
21
- "pt.profile-card.inactive.account": "Kontoen er deaktivert",
22
- "pt.profile-card.inactive.account.has.date.a.few.months": "Vedkommendes konto har vært deaktivert i noen måneder.",
23
- "pt.profile-card.inactive.account.has.date.last.month": "Vedkommendes konto ble deaktivert denne måneden.",
24
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Vedkommendes konto har vært deaktivert i over et år.",
25
- "pt.profile-card.inactive.account.has.date.several.months": "Vedkommendes konto har vært deaktivert i flere måneder.",
26
- "pt.profile-card.inactive.account.has.date.this.month": "Vedkommendes konto ble deaktivert denne uken.",
27
- "pt.profile-card.inactive.account.has.date.this.week": "Vedkommendes konto ble deaktivert denne uken.",
28
- "pt.profile-card.inactive.account.no.date": "Vedkommendes konto er deaktivert.",
29
- "pt.profile-card.more-icon-label": "Mer",
30
- "pt.team-profile-card.directReports.heading": "Direkte underordnede",
31
- "pt.team-profile-card.error.refresh-button": "Prøv på nytt",
32
- "pt.team-profile-card.error.suggestion": "Vent litt og prøv på nytt.",
33
- "pt.team-profile-card.error.title": "Vi har visst problemer med å hente dette teamets informasjon",
34
- "pt.team-profile-card.manager.heading": "Leder",
35
- "pt.team-profile-card.team.action.view-profile": "Se profil",
36
- "pt.team-profile-card.team.member.count": "{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}",
37
- "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Team • {count} medlem, inkludert deg} other {Team • {count} medlemmer, inkludert deg}}",
38
- "pt.team-profile-card.team.member.many": "Team • flere enn 50 medlemmer",
39
- "pt.team-profile-card.team.member.many-including-you": "Team • flere enn 50 medlemmer, inkludert deg"
10
+ 'pt.profile-card.closed.account': 'Kontoen er slettet',
11
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Vedkommendes konto har vært slettet i noen måneder.',
12
+ 'pt.profile-card.closed.account.has.date.last.month': 'Vedkommendes konto ble slettet i forrige måned.',
13
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Vedkommendes konto har vært slettet i over et år.',
14
+ 'pt.profile-card.closed.account.has.date.several.months': 'Vedkommendes konto har vært slettet i flere måneder.',
15
+ 'pt.profile-card.closed.account.has.date.this.month': 'Vedkommendes konto ble slettet denne måneden.',
16
+ 'pt.profile-card.closed.account.has.date.this.week': 'Vedkommendes konto ble slettet denne uken.',
17
+ 'pt.profile-card.closed.account.no.date': 'Vedkommendes konto er slettet.',
18
+ 'pt.profile-card.disabled.account.default.name': 'Tidligere bruker',
19
+ 'pt.profile-card.general.msg.disabled.user': 'Du kan ikke lenger samarbeide med denne personen.',
20
+ 'pt.profile-card.give-kudos': 'Gi kudos',
21
+ 'pt.profile-card.inactive.account': 'Kontoen er deaktivert',
22
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Vedkommendes konto har vært deaktivert i noen måneder.',
23
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Vedkommendes konto ble deaktivert denne måneden.',
24
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Vedkommendes konto har vært deaktivert i over et år.',
25
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Vedkommendes konto har vært deaktivert i flere måneder.',
26
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Vedkommendes konto ble deaktivert denne uken.',
27
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Vedkommendes konto ble deaktivert denne uken.',
28
+ 'pt.profile-card.inactive.account.no.date': 'Vedkommendes konto er deaktivert.',
29
+ 'pt.profile-card.more-icon-label': 'Mer',
30
+ 'pt.team-profile-card.directReports.heading': 'Direkte underordnede',
31
+ 'pt.team-profile-card.error.refresh-button': 'Prøv på nytt',
32
+ 'pt.team-profile-card.error.suggestion': 'Vent litt og prøv på nytt.',
33
+ 'pt.team-profile-card.error.title': 'Vi har visst problemer med å hente dette teamets informasjon',
34
+ 'pt.team-profile-card.forbidden-error-state.description': 'Du har ikke tilgang til å vise dette teamet.',
35
+ 'pt.team-profile-card.forbidden-error-state.title': 'Vi kan ikke vise deg dette teamet',
36
+ 'pt.team-profile-card.manager.heading': 'Leder',
37
+ 'pt.team-profile-card.team.action.view-profile': 'Se profil',
38
+ 'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}',
39
+ 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inkludert deg} other {Team • {count} medlemmer, inkludert deg}}',
40
+ 'pt.team-profile-card.team.member.many': 'Team • flere enn 50 medlemmer',
41
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • flere enn 50 medlemmer, inkludert deg'
40
42
  };
@@ -7,34 +7,36 @@
7
7
  */
8
8
  //Dutch (Netherlands)
9
9
  export default {
10
- "pt.profile-card.closed.account": "Account verwijderd",
11
- "pt.profile-card.closed.account.has.date.a.few.months": "Zijn/haar account is al een paar maanden verwijderd.",
12
- "pt.profile-card.closed.account.has.date.last.month": "Zijn/haar account is vorige maand verwijderd.",
13
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Zijn/haar account is ruim een jaar geleden verwijderd.",
14
- "pt.profile-card.closed.account.has.date.several.months": "Zijn/haar account is een paar maanden geleden verwijderd.",
15
- "pt.profile-card.closed.account.has.date.this.month": "Zijn/haar account is deze maand verwijderd.",
16
- "pt.profile-card.closed.account.has.date.this.week": "Zijn/haar account is deze week verwijderd.",
17
- "pt.profile-card.closed.account.no.date": "Zijn/haar account is verwijderd.",
18
- "pt.profile-card.disabled.account.default.name": "Voormalige gebruiker",
19
- "pt.profile-card.general.msg.disabled.user": "Je kunt niet meer samenwerken met deze persoon.",
20
- "pt.profile-card.give-kudos": "Geef kudos",
21
- "pt.profile-card.inactive.account": "Account gedeactiveerd",
22
- "pt.profile-card.inactive.account.has.date.a.few.months": "Zijn/haar account is al een paar maanden gedeactiveerd.",
23
- "pt.profile-card.inactive.account.has.date.last.month": "Zijn/haar account is vorige maand gedeactiveerd.",
24
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Zijn/haar account is al ruim een jaar gedeactiveerd.",
25
- "pt.profile-card.inactive.account.has.date.several.months": "Zijn/haar account is al een paar maanden gedeactiveerd.",
26
- "pt.profile-card.inactive.account.has.date.this.month": "Zijn/haar account is deze maand gedeactiveerd.",
27
- "pt.profile-card.inactive.account.has.date.this.week": "Zijn/haar account is deze week gedeactiveerd.",
28
- "pt.profile-card.inactive.account.no.date": "Zijn/haar account is gedeactiveerd.",
29
- "pt.profile-card.more-icon-label": "Meer",
30
- "pt.team-profile-card.directReports.heading": "Directe rapporten",
31
- "pt.team-profile-card.error.refresh-button": "Opnieuw proberen",
32
- "pt.team-profile-card.error.suggestion": "Wacht even en probeer het vervolgens opnieuw.",
33
- "pt.team-profile-card.error.title": "We hebben problemen bij het ophalen van de informatie van dit team",
34
- "pt.team-profile-card.manager.heading": "Manager",
35
- "pt.team-profile-card.team.action.view-profile": "Profiel bekijken",
36
- "pt.team-profile-card.team.member.count": "{count, plural, one {Team • {count} lid} other {Team • {count} leden.}}",
37
- "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Team • {count} lid, inclusief jezelf} other {Team •{count} leden, inclusief jezelf}}",
38
- "pt.team-profile-card.team.member.many": "Team • 50+ leden",
39
- "pt.team-profile-card.team.member.many-including-you": "Team • 50+ leden, inclusief jezelf."
10
+ 'pt.profile-card.closed.account': 'Account verwijderd',
11
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Zijn/haar account is al een paar maanden verwijderd.',
12
+ 'pt.profile-card.closed.account.has.date.last.month': 'Zijn/haar account is vorige maand verwijderd.',
13
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Zijn/haar account is ruim een jaar geleden verwijderd.',
14
+ 'pt.profile-card.closed.account.has.date.several.months': 'Zijn/haar account is een paar maanden geleden verwijderd.',
15
+ 'pt.profile-card.closed.account.has.date.this.month': 'Zijn/haar account is deze maand verwijderd.',
16
+ 'pt.profile-card.closed.account.has.date.this.week': 'Zijn/haar account is deze week verwijderd.',
17
+ 'pt.profile-card.closed.account.no.date': 'Zijn/haar account is verwijderd.',
18
+ 'pt.profile-card.disabled.account.default.name': 'Voormalige gebruiker',
19
+ 'pt.profile-card.general.msg.disabled.user': 'Je kunt niet meer samenwerken met deze persoon.',
20
+ 'pt.profile-card.give-kudos': 'Geef kudos',
21
+ 'pt.profile-card.inactive.account': 'Account gedeactiveerd',
22
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Zijn/haar account is al een paar maanden gedeactiveerd.',
23
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Zijn/haar account is vorige maand gedeactiveerd.',
24
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Zijn/haar account is al ruim een jaar gedeactiveerd.',
25
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Zijn/haar account is al een paar maanden gedeactiveerd.',
26
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Zijn/haar account is deze maand gedeactiveerd.',
27
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Zijn/haar account is deze week gedeactiveerd.',
28
+ 'pt.profile-card.inactive.account.no.date': 'Zijn/haar account is gedeactiveerd.',
29
+ 'pt.profile-card.more-icon-label': 'Meer',
30
+ 'pt.team-profile-card.directReports.heading': 'Directe rapporten',
31
+ 'pt.team-profile-card.error.refresh-button': 'Opnieuw proberen',
32
+ 'pt.team-profile-card.error.suggestion': 'Wacht even en probeer het vervolgens opnieuw.',
33
+ 'pt.team-profile-card.error.title': 'We hebben problemen bij het ophalen van de informatie van dit team',
34
+ 'pt.team-profile-card.forbidden-error-state.description': 'Je hebt geen toegang om dit team te bekijken.',
35
+ 'pt.team-profile-card.forbidden-error-state.title': 'We kunnen je dit team niet laten zien',
36
+ 'pt.team-profile-card.manager.heading': 'Manager',
37
+ 'pt.team-profile-card.team.action.view-profile': 'Profiel bekijken',
38
+ 'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} lid} other {Team • {count} leden.}}',
39
+ 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} lid, inclusief jezelf} other {Team •{count} leden, inclusief jezelf}}',
40
+ 'pt.team-profile-card.team.member.many': 'Team • 50+ leden',
41
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ leden, inclusief jezelf.'
40
42
  };