@atlaskit/profilecard 19.2.2 → 19.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/client/package.json +2 -2
  3. package/dist/cjs/client/TeamCentralCardClient.js +34 -38
  4. package/dist/cjs/client/UserProfileCardClient.js +17 -19
  5. package/dist/cjs/client/getTeamFromAGG.js +12 -14
  6. package/dist/cjs/components/Team/lazyTeamProfileCard.js +2 -1
  7. package/dist/cjs/components/User/lazyProfileCard.js +2 -1
  8. package/dist/cjs/i18n/cs.js +32 -30
  9. package/dist/cjs/i18n/da.js +32 -30
  10. package/dist/cjs/i18n/de.js +32 -30
  11. package/dist/cjs/i18n/en.js +32 -30
  12. package/dist/cjs/i18n/en_GB.js +32 -30
  13. package/dist/cjs/i18n/es.js +32 -30
  14. package/dist/cjs/i18n/fi.js +32 -30
  15. package/dist/cjs/i18n/fr.js +32 -30
  16. package/dist/cjs/i18n/hu.js +32 -30
  17. package/dist/cjs/i18n/it.js +32 -30
  18. package/dist/cjs/i18n/ja.js +32 -30
  19. package/dist/cjs/i18n/ko.js +32 -30
  20. package/dist/cjs/i18n/nb.js +32 -30
  21. package/dist/cjs/i18n/nl.js +32 -30
  22. package/dist/cjs/i18n/pl.js +32 -30
  23. package/dist/cjs/i18n/pt_BR.js +32 -30
  24. package/dist/cjs/i18n/ru.js +32 -30
  25. package/dist/cjs/i18n/sv.js +32 -30
  26. package/dist/cjs/i18n/th.js +32 -30
  27. package/dist/cjs/i18n/tr.js +32 -30
  28. package/dist/cjs/i18n/uk.js +32 -30
  29. package/dist/cjs/i18n/vi.js +32 -30
  30. package/dist/cjs/i18n/zh.js +32 -30
  31. package/dist/cjs/i18n/zh_TW.js +32 -30
  32. package/dist/cjs/util/analytics.js +1 -1
  33. package/dist/cjs/version.json +1 -1
  34. package/dist/es2019/i18n/cs.js +32 -30
  35. package/dist/es2019/i18n/da.js +32 -30
  36. package/dist/es2019/i18n/de.js +32 -30
  37. package/dist/es2019/i18n/en.js +32 -30
  38. package/dist/es2019/i18n/en_GB.js +32 -30
  39. package/dist/es2019/i18n/es.js +32 -30
  40. package/dist/es2019/i18n/fi.js +32 -30
  41. package/dist/es2019/i18n/fr.js +32 -30
  42. package/dist/es2019/i18n/hu.js +32 -30
  43. package/dist/es2019/i18n/it.js +32 -30
  44. package/dist/es2019/i18n/ja.js +32 -30
  45. package/dist/es2019/i18n/ko.js +32 -30
  46. package/dist/es2019/i18n/nb.js +32 -30
  47. package/dist/es2019/i18n/nl.js +32 -30
  48. package/dist/es2019/i18n/pl.js +32 -30
  49. package/dist/es2019/i18n/pt_BR.js +32 -30
  50. package/dist/es2019/i18n/ru.js +32 -30
  51. package/dist/es2019/i18n/sv.js +32 -30
  52. package/dist/es2019/i18n/th.js +32 -30
  53. package/dist/es2019/i18n/tr.js +32 -30
  54. package/dist/es2019/i18n/uk.js +32 -30
  55. package/dist/es2019/i18n/vi.js +32 -30
  56. package/dist/es2019/i18n/zh.js +32 -30
  57. package/dist/es2019/i18n/zh_TW.js +32 -30
  58. package/dist/es2019/util/analytics.js +1 -1
  59. package/dist/es2019/version.json +1 -1
  60. package/dist/esm/client/TeamCentralCardClient.js +34 -38
  61. package/dist/esm/client/UserProfileCardClient.js +17 -19
  62. package/dist/esm/client/getTeamFromAGG.js +12 -14
  63. package/dist/esm/i18n/cs.js +32 -30
  64. package/dist/esm/i18n/da.js +32 -30
  65. package/dist/esm/i18n/de.js +32 -30
  66. package/dist/esm/i18n/en.js +32 -30
  67. package/dist/esm/i18n/en_GB.js +32 -30
  68. package/dist/esm/i18n/es.js +32 -30
  69. package/dist/esm/i18n/fi.js +32 -30
  70. package/dist/esm/i18n/fr.js +32 -30
  71. package/dist/esm/i18n/hu.js +32 -30
  72. package/dist/esm/i18n/it.js +32 -30
  73. package/dist/esm/i18n/ja.js +32 -30
  74. package/dist/esm/i18n/ko.js +32 -30
  75. package/dist/esm/i18n/nb.js +32 -30
  76. package/dist/esm/i18n/nl.js +32 -30
  77. package/dist/esm/i18n/pl.js +32 -30
  78. package/dist/esm/i18n/pt_BR.js +32 -30
  79. package/dist/esm/i18n/ru.js +32 -30
  80. package/dist/esm/i18n/sv.js +32 -30
  81. package/dist/esm/i18n/th.js +32 -30
  82. package/dist/esm/i18n/tr.js +32 -30
  83. package/dist/esm/i18n/uk.js +32 -30
  84. package/dist/esm/i18n/vi.js +32 -30
  85. package/dist/esm/i18n/zh.js +32 -30
  86. package/dist/esm/i18n/zh_TW.js +32 -30
  87. package/dist/esm/util/analytics.js +1 -1
  88. package/dist/esm/version.json +1 -1
  89. package/dist/types/client/TeamCentralCardClient.d.ts +2 -2
  90. package/dist/types/client/errorUtils.d.ts +1 -1
  91. package/dist/types/client/graphqlUtils.d.ts +1 -1
  92. package/dist/types/components/Icon/IconLabel.d.ts +1 -1
  93. package/dist/types/components/User/OverflowProfileCardButtons.d.ts +1 -1
  94. package/dist/types/components/User/ReportingLinesDetails.d.ts +1 -1
  95. package/dist/types/i18n/cs.d.ts +34 -32
  96. package/dist/types/i18n/da.d.ts +34 -32
  97. package/dist/types/i18n/de.d.ts +34 -32
  98. package/dist/types/i18n/en.d.ts +34 -32
  99. package/dist/types/i18n/en_GB.d.ts +34 -32
  100. package/dist/types/i18n/en_ZZ.d.ts +6 -6
  101. package/dist/types/i18n/es.d.ts +34 -32
  102. package/dist/types/i18n/et.d.ts +6 -6
  103. package/dist/types/i18n/fi.d.ts +34 -32
  104. package/dist/types/i18n/fr.d.ts +34 -32
  105. package/dist/types/i18n/hu.d.ts +34 -32
  106. package/dist/types/i18n/is.d.ts +6 -6
  107. package/dist/types/i18n/it.d.ts +34 -32
  108. package/dist/types/i18n/ja.d.ts +34 -32
  109. package/dist/types/i18n/ko.d.ts +34 -32
  110. package/dist/types/i18n/languages.d.ts +6 -6
  111. package/dist/types/i18n/nb.d.ts +34 -32
  112. package/dist/types/i18n/nl.d.ts +34 -32
  113. package/dist/types/i18n/pl.d.ts +34 -32
  114. package/dist/types/i18n/pt_BR.d.ts +34 -32
  115. package/dist/types/i18n/pt_PT.d.ts +6 -6
  116. package/dist/types/i18n/ro.d.ts +6 -6
  117. package/dist/types/i18n/ru.d.ts +34 -32
  118. package/dist/types/i18n/sk.d.ts +6 -6
  119. package/dist/types/i18n/sv.d.ts +34 -32
  120. package/dist/types/i18n/th.d.ts +34 -32
  121. package/dist/types/i18n/tr.d.ts +34 -32
  122. package/dist/types/i18n/uk.d.ts +34 -32
  123. package/dist/types/i18n/vi.d.ts +34 -32
  124. package/dist/types/i18n/zh.d.ts +34 -32
  125. package/dist/types/i18n/zh_TW.d.ts +34 -32
  126. package/dist/types/types.d.ts +10 -10
  127. package/dist/types/util/analytics.d.ts +14 -14
  128. package/dist/types/util/click.d.ts +1 -1
  129. package/messages/package.json +2 -2
  130. package/mocks/package.json +2 -2
  131. package/package.json +29 -21
  132. package/team/package.json +2 -2
  133. package/types/package.json +2 -2
  134. package/user/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 19.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
8
+
9
+ ## 19.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 19.2.2
4
20
 
5
21
  ### Patch Changes
@@ -5,9 +5,9 @@
5
5
  "module:es2019": "../dist/es2019/client/index.js",
6
6
  "types": "../dist/types/client/index.d.ts",
7
7
  "typesVersions": {
8
- ">=4.0 <4.5": {
8
+ ">=4.5 <4.9": {
9
9
  "*": [
10
- "../dist/types-ts4.0/client/index.d.ts"
10
+ "../dist/types-ts4.5/client/index.d.ts"
11
11
  ]
12
12
  }
13
13
  }
@@ -80,25 +80,23 @@ var TeamCentralCardClient = /*#__PURE__*/function (_CachingClient) {
80
80
  var _makeFeatureFlagCheckRequest = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(featureKey, context) {
81
81
  var query, response;
82
82
  return _regenerator.default.wrap(function _callee$(_context) {
83
- while (1) {
84
- switch (_context.prev = _context.next) {
85
- case 0:
86
- if (this.options.teamCentralUrl) {
87
- _context.next = 2;
88
- break;
89
- }
90
- throw new Error('options.teamCentralUrl is a required parameter for retrieving Team Central data');
91
- case 2:
92
- query = buildCheckFeatureFlagQuery(featureKey, context);
93
- _context.next = 5;
94
- return (0, _graphqlUtils.graphqlQuery)("".concat(this.options.teamCentralUrl, "?operationName=isFeatureKeyEnabled"), query);
95
- case 5:
96
- response = _context.sent;
97
- return _context.abrupt("return", response.isFeatureEnabled.enabled);
98
- case 7:
99
- case "end":
100
- return _context.stop();
101
- }
83
+ while (1) switch (_context.prev = _context.next) {
84
+ case 0:
85
+ if (this.options.teamCentralUrl) {
86
+ _context.next = 2;
87
+ break;
88
+ }
89
+ throw new Error('options.teamCentralUrl is a required parameter for retrieving Team Central data');
90
+ case 2:
91
+ query = buildCheckFeatureFlagQuery(featureKey, context);
92
+ _context.next = 5;
93
+ return (0, _graphqlUtils.graphqlQuery)("".concat(this.options.teamCentralUrl, "?operationName=isFeatureKeyEnabled"), query);
94
+ case 5:
95
+ response = _context.sent;
96
+ return _context.abrupt("return", response.isFeatureEnabled.enabled);
97
+ case 7:
98
+ case "end":
99
+ return _context.stop();
102
100
  }
103
101
  }, _callee, this);
104
102
  }));
@@ -113,25 +111,23 @@ var TeamCentralCardClient = /*#__PURE__*/function (_CachingClient) {
113
111
  var _makeRequest = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2(userId) {
114
112
  var query, response;
115
113
  return _regenerator.default.wrap(function _callee2$(_context2) {
116
- while (1) {
117
- switch (_context2.prev = _context2.next) {
118
- case 0:
119
- if (this.options.teamCentralUrl) {
120
- _context2.next = 2;
121
- break;
122
- }
123
- throw new Error('options.teamCentralUrl is a required parameter for retrieving Team Central data');
124
- case 2:
125
- query = buildReportingLinesQuery(userId);
126
- _context2.next = 5;
127
- return (0, _graphqlUtils.graphqlQuery)("".concat(this.options.teamCentralUrl, "?operationName=ReportingLines"), query);
128
- case 5:
129
- response = _context2.sent;
130
- return _context2.abrupt("return", response.reportingLines);
131
- case 7:
132
- case "end":
133
- return _context2.stop();
134
- }
114
+ while (1) switch (_context2.prev = _context2.next) {
115
+ case 0:
116
+ if (this.options.teamCentralUrl) {
117
+ _context2.next = 2;
118
+ break;
119
+ }
120
+ throw new Error('options.teamCentralUrl is a required parameter for retrieving Team Central data');
121
+ case 2:
122
+ query = buildReportingLinesQuery(userId);
123
+ _context2.next = 5;
124
+ return (0, _graphqlUtils.graphqlQuery)("".concat(this.options.teamCentralUrl, "?operationName=ReportingLines"), query);
125
+ case 5:
126
+ response = _context2.sent;
127
+ return _context2.abrupt("return", response.reportingLines);
128
+ case 7:
129
+ case "end":
130
+ return _context2.stop();
135
131
  }
136
132
  }, _callee2, this);
137
133
  }));
@@ -83,25 +83,23 @@ var UserProfileCardClient = /*#__PURE__*/function (_CachingClient) {
83
83
  var _makeRequest = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(cloudId, userId) {
84
84
  var query, response;
85
85
  return _regenerator.default.wrap(function _callee$(_context) {
86
- while (1) {
87
- switch (_context.prev = _context.next) {
88
- case 0:
89
- if (this.options.url) {
90
- _context.next = 2;
91
- break;
92
- }
93
- throw new Error('options.url is a required parameter');
94
- case 2:
95
- query = buildUserQuery(cloudId, userId);
96
- _context.next = 5;
97
- return (0, _graphqlUtils.graphqlQuery)(this.options.url, query);
98
- case 5:
99
- response = _context.sent;
100
- return _context.abrupt("return", modifyResponse(response));
101
- case 7:
102
- case "end":
103
- return _context.stop();
104
- }
86
+ while (1) switch (_context.prev = _context.next) {
87
+ case 0:
88
+ if (this.options.url) {
89
+ _context.next = 2;
90
+ break;
91
+ }
92
+ throw new Error('options.url is a required parameter');
93
+ case 2:
94
+ query = buildUserQuery(cloudId, userId);
95
+ _context.next = 5;
96
+ return (0, _graphqlUtils.graphqlQuery)(this.options.url, query);
97
+ case 5:
98
+ response = _context.sent;
99
+ return _context.abrupt("return", modifyResponse(response));
100
+ case 7:
101
+ case "end":
102
+ return _context.stop();
105
103
  }
106
104
  }, _callee, this);
107
105
  }));
@@ -62,20 +62,18 @@ function _getTeamFromAGG() {
62
62
  _getTeamFromAGG = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(url, teamId) {
63
63
  var query, _yield$graphqlQuery, Team;
64
64
  return _regenerator.default.wrap(function _callee$(_context) {
65
- while (1) {
66
- switch (_context.prev = _context.next) {
67
- case 0:
68
- query = buildGatewayQuery(teamId);
69
- _context.next = 3;
70
- return (0, _graphqlUtils.graphqlQuery)(url, query, addExperimentalHeaders);
71
- case 3:
72
- _yield$graphqlQuery = _context.sent;
73
- Team = _yield$graphqlQuery.Team;
74
- return _context.abrupt("return", convertTeam(Team));
75
- case 6:
76
- case "end":
77
- return _context.stop();
78
- }
65
+ while (1) switch (_context.prev = _context.next) {
66
+ case 0:
67
+ query = buildGatewayQuery(teamId);
68
+ _context.next = 3;
69
+ return (0, _graphqlUtils.graphqlQuery)(url, query, addExperimentalHeaders);
70
+ case 3:
71
+ _yield$graphqlQuery = _context.sent;
72
+ Team = _yield$graphqlQuery.Team;
73
+ return _context.abrupt("return", convertTeam(Team));
74
+ case 6:
75
+ case "end":
76
+ return _context.stop();
79
77
  }
80
78
  }, _callee);
81
79
  }));
@@ -11,7 +11,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
11
11
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || (0, _typeof2.default)(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
12
  var TeamProfileCardLazy = /*#__PURE__*/(0, _react.lazy)(function () {
13
13
  return Promise.resolve().then(function () {
14
- return _interopRequireWildcard(require('./TeamProfileCard'));
14
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_lazy-team-profilecard" */
15
+ './TeamProfileCard'));
15
16
  });
16
17
  });
17
18
  exports.TeamProfileCardLazy = TeamProfileCardLazy;
@@ -11,7 +11,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
11
11
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || (0, _typeof2.default)(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
12
  var ProfileCardLazy = /*#__PURE__*/(0, _react.lazy)(function () {
13
13
  return Promise.resolve().then(function () {
14
- return _interopRequireWildcard(require('./ProfileCard'));
14
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_lazy-profilecard" */
15
+ './ProfileCard'));
15
16
  });
16
17
  });
17
18
  exports.ProfileCardLazy = ProfileCardLazy;
@@ -13,35 +13,37 @@ exports.default = void 0;
13
13
  */
14
14
  //Czech
15
15
  var _default = {
16
- "pt.profile-card.closed.account": "Smazaný účet",
17
- "pt.profile-card.closed.account.has.date.a.few.months": "Účet uživatele je smazaný již několik měsíců.",
18
- "pt.profile-card.closed.account.has.date.last.month": "Účet uživatele byl minulý měsíc smazán.",
19
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Účet uživatele je smazaný více než rok.",
20
- "pt.profile-card.closed.account.has.date.several.months": "Účet uživatele je smazaný již několik měsíců.",
21
- "pt.profile-card.closed.account.has.date.this.month": "Účet uživatele byl tento měsíc smazán.",
22
- "pt.profile-card.closed.account.has.date.this.week": "Účet uživatele byl smazán tento týden.",
23
- "pt.profile-card.closed.account.no.date": "Účet uživatele byl smazán.",
24
- "pt.profile-card.disabled.account.default.name": "Bývalý uživatel",
25
- "pt.profile-card.general.msg.disabled.user": "S touto osobou již nemůžete spolupracovat.",
26
- "pt.profile-card.give-kudos": "Pogratulovat",
27
- "pt.profile-card.inactive.account": "Deaktivovaný účet",
28
- "pt.profile-card.inactive.account.has.date.a.few.months": "Účet uživatele je deaktivovaný již několik měsíců.",
29
- "pt.profile-card.inactive.account.has.date.last.month": "Účet uživatele byl deaktivován minulý měsíc.",
30
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Účet uživatele je deaktivovaný více než rok.",
31
- "pt.profile-card.inactive.account.has.date.several.months": "Účet uživatele je deaktivovaný již několik měsíců.",
32
- "pt.profile-card.inactive.account.has.date.this.month": "Účet uživatele byl tento měsíc deaktivován.",
33
- "pt.profile-card.inactive.account.has.date.this.week": "Účet uživatele byl deaktivován tento týden.",
34
- "pt.profile-card.inactive.account.no.date": "Účet uživatele byl deaktivován.",
35
- "pt.profile-card.more-icon-label": "Více",
36
- "pt.team-profile-card.directReports.heading": "Přímí nadřízení",
37
- "pt.team-profile-card.error.refresh-button": "Zkusit znovu",
38
- "pt.team-profile-card.error.suggestion": "Chvíli počkejte a pak to zkuste znovu.",
39
- "pt.team-profile-card.error.title": "Při pokusu o načtení informací o tomto týmu se vyskytly problémy",
40
- "pt.team-profile-card.manager.heading": "Manažer",
41
- "pt.team-profile-card.team.action.view-profile": "Zobrazit profil",
42
- "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ů}}",
43
- "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}}",
44
- "pt.team-profile-card.team.member.many": "Tým • 50 a více členů",
45
- "pt.team-profile-card.team.member.many-including-you": "Tým • 50 a více členů včetně vás"
16
+ 'pt.profile-card.closed.account': 'Smazaný účet',
17
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Účet uživatele je smazaný již několik měsíců.',
18
+ 'pt.profile-card.closed.account.has.date.last.month': 'Účet uživatele byl minulý měsíc smazán.',
19
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Účet uživatele je smazaný více než rok.',
20
+ 'pt.profile-card.closed.account.has.date.several.months': 'Účet uživatele je smazaný již několik měsíců.',
21
+ 'pt.profile-card.closed.account.has.date.this.month': 'Účet uživatele byl tento měsíc smazán.',
22
+ 'pt.profile-card.closed.account.has.date.this.week': 'Účet uživatele byl smazán tento týden.',
23
+ 'pt.profile-card.closed.account.no.date': 'Účet uživatele byl smazán.',
24
+ 'pt.profile-card.disabled.account.default.name': 'Bývalý uživatel',
25
+ 'pt.profile-card.general.msg.disabled.user': 'S touto osobou již nemůžete spolupracovat.',
26
+ 'pt.profile-card.give-kudos': 'Pogratulovat',
27
+ 'pt.profile-card.inactive.account': 'Deaktivovaný účet',
28
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Účet uživatele je deaktivovaný již několik měsíců.',
29
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Účet uživatele byl deaktivován minulý měsíc.',
30
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Účet uživatele je deaktivovaný více než rok.',
31
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Účet uživatele je deaktivovaný již několik měsíců.',
32
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Účet uživatele byl tento měsíc deaktivován.',
33
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Účet uživatele byl deaktivován tento týden.',
34
+ 'pt.profile-card.inactive.account.no.date': 'Účet uživatele byl deaktivován.',
35
+ 'pt.profile-card.more-icon-label': 'Více',
36
+ 'pt.team-profile-card.directReports.heading': 'Přímí nadřízení',
37
+ 'pt.team-profile-card.error.refresh-button': 'Zkusit znovu',
38
+ 'pt.team-profile-card.error.suggestion': 'Chvíli počkejte a pak to zkuste znovu.',
39
+ 'pt.team-profile-card.error.title': 'Při pokusu o načtení informací o tomto týmu se vyskytly problémy',
40
+ 'pt.team-profile-card.forbidden-error-state.description': 'K zobrazení tohoto týmu nemáte přístup.',
41
+ 'pt.team-profile-card.forbidden-error-state.title': 'Tento tým vám nemůžeme zobrazit',
42
+ 'pt.team-profile-card.manager.heading': 'Manažer',
43
+ 'pt.team-profile-card.team.action.view-profile': 'Zobrazit profil',
44
+ '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ů}}',
45
+ '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}}',
46
+ 'pt.team-profile-card.team.member.many': 'Tým • 50 a více členů',
47
+ 'pt.team-profile-card.team.member.many-including-you': 'Tým • 50 a více členů včetně vás'
46
48
  };
47
49
  exports.default = _default;
@@ -13,35 +13,37 @@ exports.default = void 0;
13
13
  */
14
14
  //Danish (Denmark)
15
15
  var _default = {
16
- "pt.profile-card.closed.account": "Konto slettet",
17
- "pt.profile-card.closed.account.has.date.a.few.months": "Personens konto har været slettet i nogle måneder.",
18
- "pt.profile-card.closed.account.has.date.last.month": "Personens konto blev slettet i sidste måned.",
19
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Personens konto har været slettet i over et år.",
20
- "pt.profile-card.closed.account.has.date.several.months": "Personens konto har været slettet i adskillige måneder.",
21
- "pt.profile-card.closed.account.has.date.this.month": "Personens konto blev slettet i denne måned.",
22
- "pt.profile-card.closed.account.has.date.this.week": "Personens konto blev slettet i denne uge.",
23
- "pt.profile-card.closed.account.no.date": "Personens konto er blevet slettet.",
24
- "pt.profile-card.disabled.account.default.name": "Forhenværende bruger",
25
- "pt.profile-card.general.msg.disabled.user": "Du kan ikke længere samarbejde med denne person.",
26
- "pt.profile-card.give-kudos": "Giv ros",
27
- "pt.profile-card.inactive.account": "Konto deaktiveret",
28
- "pt.profile-card.inactive.account.has.date.a.few.months": "Personens konto har været deaktiveret i nogle måneder.",
29
- "pt.profile-card.inactive.account.has.date.last.month": "Personens konto blev deaktiveret i sidste måned.",
30
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Personens konto har været deaktiveret i over et år.",
31
- "pt.profile-card.inactive.account.has.date.several.months": "Personens konto har været deaktiveret i adskillige måneder.",
32
- "pt.profile-card.inactive.account.has.date.this.month": "Personens konto blev deaktiveret i denne måned.",
33
- "pt.profile-card.inactive.account.has.date.this.week": "Personens konto blev deaktiveret i denne uge.",
34
- "pt.profile-card.inactive.account.no.date": "Personens konto er blevet deaktiveret.",
35
- "pt.profile-card.more-icon-label": "Mere",
36
- "pt.team-profile-card.directReports.heading": "Direkte underordnede",
37
- "pt.team-profile-card.error.refresh-button": "Prøv igen",
38
- "pt.team-profile-card.error.suggestion": "Vent et øjeblik, og prøv derefter igen.",
39
- "pt.team-profile-card.error.title": "Vi har problemer med at hente teamets oplysninger",
40
- "pt.team-profile-card.manager.heading": "Nærmeste leder",
41
- "pt.team-profile-card.team.action.view-profile": "Se profil",
42
- "pt.team-profile-card.team.member.count": "{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}",
43
- "pt.team-profile-card.team.member.count-including-you": "{count, plural, one {Team • {count} medlem, inklusive dig} other {Team • {count} medlemmer, inklusive dig}}",
44
- "pt.team-profile-card.team.member.many": "Team • Over 50 medlemmer",
45
- "pt.team-profile-card.team.member.many-including-you": "Team • Over 50 medlemmer, inklusive dig"
16
+ 'pt.profile-card.closed.account': 'Konto slettet',
17
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Personens konto har været slettet i nogle måneder.',
18
+ 'pt.profile-card.closed.account.has.date.last.month': 'Personens konto blev slettet i sidste måned.',
19
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Personens konto har været slettet i over et år.',
20
+ 'pt.profile-card.closed.account.has.date.several.months': 'Personens konto har været slettet i adskillige måneder.',
21
+ 'pt.profile-card.closed.account.has.date.this.month': 'Personens konto blev slettet i denne måned.',
22
+ 'pt.profile-card.closed.account.has.date.this.week': 'Personens konto blev slettet i denne uge.',
23
+ 'pt.profile-card.closed.account.no.date': 'Personens konto er blevet slettet.',
24
+ 'pt.profile-card.disabled.account.default.name': 'Forhenværende bruger',
25
+ 'pt.profile-card.general.msg.disabled.user': 'Du kan ikke længere samarbejde med denne person.',
26
+ 'pt.profile-card.give-kudos': 'Giv ros',
27
+ 'pt.profile-card.inactive.account': 'Konto deaktiveret',
28
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Personens konto har været deaktiveret i nogle måneder.',
29
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Personens konto blev deaktiveret i sidste måned.',
30
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Personens konto har været deaktiveret i over et år.',
31
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Personens konto har været deaktiveret i adskillige måneder.',
32
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Personens konto blev deaktiveret i denne måned.',
33
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Personens konto blev deaktiveret i denne uge.',
34
+ 'pt.profile-card.inactive.account.no.date': 'Personens konto er blevet deaktiveret.',
35
+ 'pt.profile-card.more-icon-label': 'Mere',
36
+ 'pt.team-profile-card.directReports.heading': 'Direkte underordnede',
37
+ 'pt.team-profile-card.error.refresh-button': 'Prøv igen',
38
+ 'pt.team-profile-card.error.suggestion': 'Vent et øjeblik, og prøv derefter igen.',
39
+ 'pt.team-profile-card.error.title': 'Vi har problemer med at hente teamets oplysninger',
40
+ 'pt.team-profile-card.forbidden-error-state.description': 'Du har ikke adgang til at se dette team.',
41
+ 'pt.team-profile-card.forbidden-error-state.title': 'Vi kan ikke vise dig dette team',
42
+ 'pt.team-profile-card.manager.heading': 'Nærmeste leder',
43
+ 'pt.team-profile-card.team.action.view-profile': 'Se profil',
44
+ 'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}',
45
+ 'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inklusive dig} other {Team • {count} medlemmer, inklusive dig}}',
46
+ 'pt.team-profile-card.team.member.many': 'Team • Over 50 medlemmer',
47
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • Over 50 medlemmer, inklusive dig'
46
48
  };
47
49
  exports.default = _default;
@@ -13,35 +13,37 @@ exports.default = void 0;
13
13
  */
14
14
  //German (Germany)
15
15
  var _default = {
16
- "pt.profile-card.closed.account": "Account gelöscht",
17
- "pt.profile-card.closed.account.has.date.a.few.months": "Das Konto dieser Person wurde vor wenigen Monaten gelöscht.",
18
- "pt.profile-card.closed.account.has.date.last.month": "Das Konto dieser Person wurde letzten Monat gelöscht.",
19
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Das Konto dieser Person wurde vor mehr als einem Jahr gelöscht.",
20
- "pt.profile-card.closed.account.has.date.several.months": "Das Konto dieser Person wurde vor mehreren Monaten gelöscht.",
21
- "pt.profile-card.closed.account.has.date.this.month": "Das Konto dieser Person wurde diesen Monat gelöscht.",
22
- "pt.profile-card.closed.account.has.date.this.week": "Das Konto dieser Person wurde diese Woche gelöscht.",
23
- "pt.profile-card.closed.account.no.date": "Das Konto dieser Person wurde gelöscht.",
24
- "pt.profile-card.disabled.account.default.name": "Ehemaliger Benutzer",
25
- "pt.profile-card.general.msg.disabled.user": "Sie können mit dieser Person nicht mehr zusammenarbeiten.",
26
- "pt.profile-card.give-kudos": "Loben",
27
- "pt.profile-card.inactive.account": "Konto deaktiviert",
28
- "pt.profile-card.inactive.account.has.date.a.few.months": "Das Konto dieser Person wurde vor wenigen Monaten gelöscht.",
29
- "pt.profile-card.inactive.account.has.date.last.month": "Das Konto dieser Person wurde letzten Monat deaktiviert.",
30
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Das Konto dieser Person wurde vor mehr als einem Jahr deaktiviert.",
31
- "pt.profile-card.inactive.account.has.date.several.months": "Das Konto dieser Person wurde vor mehreren Monaten deaktiviert.",
32
- "pt.profile-card.inactive.account.has.date.this.month": "Das Konto dieser Person wurde diesen Monat deaktiviert.",
33
- "pt.profile-card.inactive.account.has.date.this.week": "Das Konto dieser Person wurde diese Woche deaktiviert.",
34
- "pt.profile-card.inactive.account.no.date": "Das Konto dieser Person wurde deaktiviert.",
35
- "pt.profile-card.more-icon-label": "Mehr",
36
- "pt.team-profile-card.directReports.heading": "Direkt unterstellt",
37
- "pt.team-profile-card.error.refresh-button": "Versuchen Sie es erneut.",
38
- "pt.team-profile-card.error.suggestion": "Bitte warten Sie einen Augenblick und versuchen Sie es dann erneut.",
39
- "pt.team-profile-card.error.title": "Beim Abrufen von Informationen für dieses Team ist ein Problem aufgetreten.",
40
- "pt.team-profile-card.manager.heading": "Manager",
41
- "pt.team-profile-card.team.action.view-profile": "Profil anzeigen",
42
- "pt.team-profile-card.team.member.count": "{count, plural, one {Team • {count} Mitglied} other {Team • {count} Mitglieder}}",
43
- "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}}",
44
- "pt.team-profile-card.team.member.many": "Team • über 50 Mitglieder",
45
- "pt.team-profile-card.team.member.many-including-you": "Team • über 50 Mitglieder, einschließlich Ihnen"
16
+ 'pt.profile-card.closed.account': 'Account gelöscht',
17
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Das Konto dieser Person wurde vor wenigen Monaten gelöscht.',
18
+ 'pt.profile-card.closed.account.has.date.last.month': 'Das Konto dieser Person wurde letzten Monat gelöscht.',
19
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Das Konto dieser Person wurde vor mehr als einem Jahr gelöscht.',
20
+ 'pt.profile-card.closed.account.has.date.several.months': 'Das Konto dieser Person wurde vor mehreren Monaten gelöscht.',
21
+ 'pt.profile-card.closed.account.has.date.this.month': 'Das Konto dieser Person wurde diesen Monat gelöscht.',
22
+ 'pt.profile-card.closed.account.has.date.this.week': 'Das Konto dieser Person wurde diese Woche gelöscht.',
23
+ 'pt.profile-card.closed.account.no.date': 'Das Konto dieser Person wurde gelöscht.',
24
+ 'pt.profile-card.disabled.account.default.name': 'Ehemaliger Benutzer',
25
+ 'pt.profile-card.general.msg.disabled.user': 'Sie können mit dieser Person nicht mehr zusammenarbeiten.',
26
+ 'pt.profile-card.give-kudos': 'Loben',
27
+ 'pt.profile-card.inactive.account': 'Konto deaktiviert',
28
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Das Konto dieser Person wurde vor wenigen Monaten gelöscht.',
29
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Das Konto dieser Person wurde letzten Monat deaktiviert.',
30
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Das Konto dieser Person wurde vor mehr als einem Jahr deaktiviert.',
31
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Das Konto dieser Person wurde vor mehreren Monaten deaktiviert.',
32
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Das Konto dieser Person wurde diesen Monat deaktiviert.',
33
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Das Konto dieser Person wurde diese Woche deaktiviert.',
34
+ 'pt.profile-card.inactive.account.no.date': 'Das Konto dieser Person wurde deaktiviert.',
35
+ 'pt.profile-card.more-icon-label': 'Mehr',
36
+ 'pt.team-profile-card.directReports.heading': 'Direkt unterstellt',
37
+ 'pt.team-profile-card.error.refresh-button': 'Versuchen Sie es erneut.',
38
+ 'pt.team-profile-card.error.suggestion': 'Bitte warten Sie einen Augenblick und versuchen Sie es dann erneut.',
39
+ 'pt.team-profile-card.error.title': 'Beim Abrufen von Informationen für dieses Team ist ein Problem aufgetreten.',
40
+ 'pt.team-profile-card.forbidden-error-state.description': 'Ihnen fehlt der erforderliche Zugriff, um dieses Team anzuzeigen.',
41
+ 'pt.team-profile-card.forbidden-error-state.title': 'Dieses Team kann nicht angezeigt werden',
42
+ 'pt.team-profile-card.manager.heading': 'Manager',
43
+ 'pt.team-profile-card.team.action.view-profile': 'Profil anzeigen',
44
+ 'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} Mitglied} other {Team • {count} Mitglieder}}',
45
+ '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}}',
46
+ 'pt.team-profile-card.team.member.many': 'Team • über 50 Mitglieder',
47
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • über 50 Mitglieder, einschließlich Ihnen'
46
48
  };
47
49
  exports.default = _default;
@@ -13,35 +13,37 @@ exports.default = void 0;
13
13
  */
14
14
  //
15
15
  var _default = {
16
- "pt.profile-card.closed.account": "Account deleted",
17
- "pt.profile-card.closed.account.has.date.a.few.months": "Their account has been deleted for a few months.",
18
- "pt.profile-card.closed.account.has.date.last.month": "Their account was deleted last month.",
19
- "pt.profile-card.closed.account.has.date.more.than.a.year": "Their account has been deleted for more than a year.",
20
- "pt.profile-card.closed.account.has.date.several.months": "Their account has been deleted for several months.",
21
- "pt.profile-card.closed.account.has.date.this.month": "Their account was deleted this month.",
22
- "pt.profile-card.closed.account.has.date.this.week": "Their account was deleted this week.",
23
- "pt.profile-card.closed.account.no.date": "Their account has been deleted.",
24
- "pt.profile-card.disabled.account.default.name": "Former user",
25
- "pt.profile-card.general.msg.disabled.user": "You can no longer collaborate with this person.",
26
- "pt.profile-card.give-kudos": "Give kudos",
27
- "pt.profile-card.inactive.account": "Account deactivated",
28
- "pt.profile-card.inactive.account.has.date.a.few.months": "Their account has been deactivated for a few months.",
29
- "pt.profile-card.inactive.account.has.date.last.month": "Their account was deactivated last month.",
30
- "pt.profile-card.inactive.account.has.date.more.than.a.year": "Their account has been deactivated for more than a year.",
31
- "pt.profile-card.inactive.account.has.date.several.months": "Their account has been deactivated for several months.",
32
- "pt.profile-card.inactive.account.has.date.this.month": "Their account was deactivated this month.",
33
- "pt.profile-card.inactive.account.has.date.this.week": "Their account was deactivated this week.",
34
- "pt.profile-card.inactive.account.no.date": "Their account has been deactivated.",
35
- "pt.profile-card.more-icon-label": "More",
36
- "pt.team-profile-card.directReports.heading": "Direct reports",
37
- "pt.team-profile-card.error.refresh-button": "Try again",
38
- "pt.team-profile-card.error.suggestion": "Wait a few moments, then try again.",
39
- "pt.team-profile-card.error.title": "We’re having trouble retrieving this teams information",
40
- "pt.team-profile-card.manager.heading": "Manager",
41
- "pt.team-profile-card.team.action.view-profile": "View profile",
42
- "pt.team-profile-card.team.member.count": "Team • {count} {count, plural, one {member} other {members}}",
43
- "pt.team-profile-card.team.member.count-including-you": "Team • {count} {count, plural, one {member} other {members}}, including you",
44
- "pt.team-profile-card.team.member.many": "Team • 50+ members",
45
- "pt.team-profile-card.team.member.many-including-you": "Team • 50+ members, including you"
16
+ 'pt.profile-card.closed.account': 'Account deleted',
17
+ 'pt.profile-card.closed.account.has.date.a.few.months': 'Their account has been deleted for a few months.',
18
+ 'pt.profile-card.closed.account.has.date.last.month': 'Their account was deleted last month.',
19
+ 'pt.profile-card.closed.account.has.date.more.than.a.year': 'Their account has been deleted for more than a year.',
20
+ 'pt.profile-card.closed.account.has.date.several.months': 'Their account has been deleted for several months.',
21
+ 'pt.profile-card.closed.account.has.date.this.month': 'Their account was deleted this month.',
22
+ 'pt.profile-card.closed.account.has.date.this.week': 'Their account was deleted this week.',
23
+ 'pt.profile-card.closed.account.no.date': 'Their account has been deleted.',
24
+ 'pt.profile-card.disabled.account.default.name': 'Former user',
25
+ 'pt.profile-card.general.msg.disabled.user': 'You can no longer collaborate with this person.',
26
+ 'pt.profile-card.give-kudos': 'Give kudos',
27
+ 'pt.profile-card.inactive.account': 'Account deactivated',
28
+ 'pt.profile-card.inactive.account.has.date.a.few.months': 'Their account has been deactivated for a few months.',
29
+ 'pt.profile-card.inactive.account.has.date.last.month': 'Their account was deactivated last month.',
30
+ 'pt.profile-card.inactive.account.has.date.more.than.a.year': 'Their account has been deactivated for more than a year.',
31
+ 'pt.profile-card.inactive.account.has.date.several.months': 'Their account has been deactivated for several months.',
32
+ 'pt.profile-card.inactive.account.has.date.this.month': 'Their account was deactivated this month.',
33
+ 'pt.profile-card.inactive.account.has.date.this.week': 'Their account was deactivated this week.',
34
+ 'pt.profile-card.inactive.account.no.date': 'Their account has been deactivated.',
35
+ 'pt.profile-card.more-icon-label': 'More',
36
+ 'pt.team-profile-card.directReports.heading': 'Direct reports',
37
+ 'pt.team-profile-card.error.refresh-button': 'Try again',
38
+ 'pt.team-profile-card.error.suggestion': 'Wait a few moments, then try again.',
39
+ 'pt.team-profile-card.error.title': 'We’re having trouble retrieving this teams information',
40
+ 'pt.team-profile-card.forbidden-error-state.description': 'You don’t have access to view this team.',
41
+ 'pt.team-profile-card.forbidden-error-state.title': 'We can’t show you this team',
42
+ 'pt.team-profile-card.manager.heading': 'Manager',
43
+ 'pt.team-profile-card.team.action.view-profile': 'View profile',
44
+ 'pt.team-profile-card.team.member.count': 'Team • {count} {count, plural, one {member} other {members}}',
45
+ 'pt.team-profile-card.team.member.count-including-you': 'Team • {count} {count, plural, one {member} other {members}}, including you',
46
+ 'pt.team-profile-card.team.member.many': 'Team • 50+ members',
47
+ 'pt.team-profile-card.team.member.many-including-you': 'Team • 50+ members, including you'
46
48
  };
47
49
  exports.default = _default;