@atlaskit/profilecard 16.2.2 → 16.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/cjs/client/TeamProfileCardClient.js +18 -8
- package/dist/cjs/client/getTeamFromAGG.js +106 -0
- package/dist/cjs/client/graphqlUtils.js +8 -1
- package/dist/cjs/i18n/cs.js +4 -2
- package/dist/cjs/i18n/da.js +4 -2
- package/dist/cjs/i18n/de.js +4 -2
- package/dist/cjs/i18n/en_ZZ.js +4 -2
- package/dist/cjs/i18n/es.js +4 -2
- package/dist/cjs/i18n/et.js +2 -2
- package/dist/cjs/i18n/fi.js +4 -2
- package/dist/cjs/i18n/fr.js +4 -2
- package/dist/cjs/i18n/hu.js +4 -2
- package/dist/cjs/i18n/it.js +4 -2
- package/dist/cjs/i18n/ja.js +4 -2
- package/dist/cjs/i18n/ko.js +4 -2
- package/dist/cjs/i18n/nb.js +4 -2
- package/dist/cjs/i18n/nl.js +4 -2
- package/dist/cjs/i18n/pl.js +4 -2
- package/dist/cjs/i18n/pt_BR.js +4 -2
- package/dist/cjs/i18n/pt_PT.js +2 -2
- package/dist/cjs/i18n/ru.js +4 -2
- package/dist/cjs/i18n/sk.js +2 -2
- package/dist/cjs/i18n/sv.js +4 -2
- package/dist/cjs/i18n/th.js +4 -2
- package/dist/cjs/i18n/tr.js +4 -2
- package/dist/cjs/i18n/uk.js +4 -2
- package/dist/cjs/i18n/vi.js +4 -2
- package/dist/cjs/i18n/zh.js +4 -2
- package/dist/cjs/i18n/zh_TW.js +4 -2
- package/dist/cjs/mocks/mock-team-client.js +5 -0
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/client/TeamProfileCardClient.js +16 -8
- package/dist/es2019/client/getTeamFromAGG.js +66 -0
- package/dist/es2019/client/graphqlUtils.js +6 -2
- package/dist/es2019/i18n/cs.js +4 -2
- package/dist/es2019/i18n/da.js +4 -2
- package/dist/es2019/i18n/de.js +4 -2
- package/dist/es2019/i18n/en_ZZ.js +4 -2
- package/dist/es2019/i18n/es.js +4 -2
- package/dist/es2019/i18n/et.js +2 -2
- package/dist/es2019/i18n/fi.js +4 -2
- package/dist/es2019/i18n/fr.js +4 -2
- package/dist/es2019/i18n/hu.js +4 -2
- package/dist/es2019/i18n/it.js +4 -2
- package/dist/es2019/i18n/ja.js +4 -2
- package/dist/es2019/i18n/ko.js +4 -2
- package/dist/es2019/i18n/nb.js +4 -2
- package/dist/es2019/i18n/nl.js +4 -2
- package/dist/es2019/i18n/pl.js +4 -2
- package/dist/es2019/i18n/pt_BR.js +4 -2
- package/dist/es2019/i18n/pt_PT.js +2 -2
- package/dist/es2019/i18n/ru.js +4 -2
- package/dist/es2019/i18n/sk.js +2 -2
- package/dist/es2019/i18n/sv.js +4 -2
- package/dist/es2019/i18n/th.js +4 -2
- package/dist/es2019/i18n/tr.js +4 -2
- package/dist/es2019/i18n/uk.js +4 -2
- package/dist/es2019/i18n/vi.js +4 -2
- package/dist/es2019/i18n/zh.js +4 -2
- package/dist/es2019/i18n/zh_TW.js +4 -2
- package/dist/es2019/mocks/mock-team-client.js +4 -0
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/client/TeamProfileCardClient.js +17 -8
- package/dist/esm/client/getTeamFromAGG.js +77 -0
- package/dist/esm/client/graphqlUtils.js +8 -1
- package/dist/esm/i18n/cs.js +4 -2
- package/dist/esm/i18n/da.js +4 -2
- package/dist/esm/i18n/de.js +4 -2
- package/dist/esm/i18n/en_ZZ.js +4 -2
- package/dist/esm/i18n/es.js +4 -2
- package/dist/esm/i18n/et.js +2 -2
- package/dist/esm/i18n/fi.js +4 -2
- package/dist/esm/i18n/fr.js +4 -2
- package/dist/esm/i18n/hu.js +4 -2
- package/dist/esm/i18n/it.js +4 -2
- package/dist/esm/i18n/ja.js +4 -2
- package/dist/esm/i18n/ko.js +4 -2
- package/dist/esm/i18n/nb.js +4 -2
- package/dist/esm/i18n/nl.js +4 -2
- package/dist/esm/i18n/pl.js +4 -2
- package/dist/esm/i18n/pt_BR.js +4 -2
- package/dist/esm/i18n/pt_PT.js +2 -2
- package/dist/esm/i18n/ru.js +4 -2
- package/dist/esm/i18n/sk.js +2 -2
- package/dist/esm/i18n/sv.js +4 -2
- package/dist/esm/i18n/th.js +4 -2
- package/dist/esm/i18n/tr.js +4 -2
- package/dist/esm/i18n/uk.js +4 -2
- package/dist/esm/i18n/vi.js +4 -2
- package/dist/esm/i18n/zh.js +4 -2
- package/dist/esm/i18n/zh_TW.js +4 -2
- package/dist/esm/mocks/mock-team-client.js +5 -0
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/client/TeamProfileCardClient.d.ts +1 -0
- package/dist/types/client/getTeamFromAGG.d.ts +28 -0
- package/dist/types/client/graphqlUtils.d.ts +3 -1
- package/dist/types/i18n/cs.d.ts +3 -1
- package/dist/types/i18n/da.d.ts +3 -1
- package/dist/types/i18n/de.d.ts +3 -1
- package/dist/types/i18n/en_ZZ.d.ts +3 -1
- package/dist/types/i18n/es.d.ts +3 -1
- package/dist/types/i18n/et.d.ts +1 -1
- package/dist/types/i18n/fi.d.ts +3 -1
- package/dist/types/i18n/fr.d.ts +3 -1
- package/dist/types/i18n/hu.d.ts +3 -1
- package/dist/types/i18n/it.d.ts +3 -1
- package/dist/types/i18n/ja.d.ts +3 -1
- package/dist/types/i18n/ko.d.ts +3 -1
- package/dist/types/i18n/nb.d.ts +3 -1
- package/dist/types/i18n/nl.d.ts +3 -1
- package/dist/types/i18n/pl.d.ts +3 -1
- package/dist/types/i18n/pt_BR.d.ts +3 -1
- package/dist/types/i18n/pt_PT.d.ts +1 -1
- package/dist/types/i18n/ru.d.ts +3 -1
- package/dist/types/i18n/sk.d.ts +1 -1
- package/dist/types/i18n/sv.d.ts +3 -1
- package/dist/types/i18n/th.d.ts +3 -1
- package/dist/types/i18n/tr.d.ts +3 -1
- package/dist/types/i18n/uk.d.ts +3 -1
- package/dist/types/i18n/vi.d.ts +3 -1
- package/dist/types/i18n/zh.d.ts +3 -1
- package/dist/types/i18n/zh_TW.d.ts +3 -1
- package/dist/types/types.d.ts +1 -0
- package/dist/types/util/analytics.d.ts +1 -1
- package/docs/1-profilecard-trigger.tsx +2 -1
- package/docs/2-team-profilecard.tsx +2 -1
- package/docs/3-profile-client.tsx +9 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/profilecard
|
|
2
2
|
|
|
3
|
+
## 16.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 16.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`ce207d8ea47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce207d8ea47) - Add option to query teams with AGG
|
|
14
|
+
|
|
15
|
+
## 16.2.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`4d4d5d66cb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d4d5d66cb8) - Use entrypoints to import profilecard components
|
|
20
|
+
|
|
3
21
|
## 16.2.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -23,6 +23,8 @@ var _performance = require("../util/performance");
|
|
|
23
23
|
|
|
24
24
|
var _CachingClient2 = _interopRequireDefault(require("./CachingClient"));
|
|
25
25
|
|
|
26
|
+
var _getTeamFromAGG = require("./getTeamFromAGG");
|
|
27
|
+
|
|
26
28
|
var _graphqlUtils = require("./graphqlUtils");
|
|
27
29
|
|
|
28
30
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
@@ -30,11 +32,6 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
30
32
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
31
33
|
|
|
32
34
|
var QUERY = "query Team($teamId: String!, $organizationId: String) {\n Team: Team(teamId: $teamId, organizationId: $organizationId) {\n id,\n description,\n displayName,\n largeHeaderImageUrl,\n smallHeaderImageUrl,\n largeAvatarImageUrl,\n smallAvatarImageUrl,\n members {\n id,\n fullName,\n avatarUrl,\n },\n }\n}";
|
|
33
|
-
/**
|
|
34
|
-
* @param {string} userId
|
|
35
|
-
* @param {string} cloudId
|
|
36
|
-
* @return {string} GraphQL Query String
|
|
37
|
-
*/
|
|
38
35
|
|
|
39
36
|
var buildTeamQuery = function buildTeamQuery(teamId, orgId) {
|
|
40
37
|
return {
|
|
@@ -61,6 +58,15 @@ var TeamProfileCardClient = /*#__PURE__*/function (_CachingClient) {
|
|
|
61
58
|
}
|
|
62
59
|
|
|
63
60
|
(0, _createClass2.default)(TeamProfileCardClient, [{
|
|
61
|
+
key: "makeRequestViaGateway",
|
|
62
|
+
value: function makeRequestViaGateway(teamId, _orgId) {
|
|
63
|
+
if (!this.options.gatewayGraphqlUrl) {
|
|
64
|
+
throw new Error('Trying to fetch via gateway with no specified config.gatewayGraphqlUrl');
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
return (0, _getTeamFromAGG.getTeamFromAGG)(this.options.gatewayGraphqlUrl, teamId);
|
|
68
|
+
}
|
|
69
|
+
}, {
|
|
64
70
|
key: "makeRequest",
|
|
65
71
|
value: function makeRequest(teamId, orgId) {
|
|
66
72
|
if (!this.options.url) {
|
|
@@ -94,14 +100,17 @@ var TeamProfileCardClient = /*#__PURE__*/function (_CachingClient) {
|
|
|
94
100
|
analytics((0, _analytics.teamRequestAnalytics)('triggered'));
|
|
95
101
|
}
|
|
96
102
|
|
|
97
|
-
_this2.
|
|
103
|
+
var shouldUseGateway = !!_this2.options.gatewayGraphqlUrl;
|
|
104
|
+
var promise = shouldUseGateway ? _this2.makeRequestViaGateway(teamId, orgId) : _this2.makeRequest(teamId, orgId);
|
|
105
|
+
promise.then(function (data) {
|
|
98
106
|
if (_this2.cache) {
|
|
99
107
|
_this2.setCachedProfile(teamId, data);
|
|
100
108
|
}
|
|
101
109
|
|
|
102
110
|
if (analytics) {
|
|
103
111
|
analytics((0, _analytics.teamRequestAnalytics)('succeeded', {
|
|
104
|
-
duration: (0, _performance.getPageTime)() - startTime
|
|
112
|
+
duration: (0, _performance.getPageTime)() - startTime,
|
|
113
|
+
gateway: shouldUseGateway
|
|
105
114
|
}));
|
|
106
115
|
}
|
|
107
116
|
|
|
@@ -111,7 +120,8 @@ var TeamProfileCardClient = /*#__PURE__*/function (_CachingClient) {
|
|
|
111
120
|
analytics((0, _analytics.teamRequestAnalytics)('failed', {
|
|
112
121
|
duration: (0, _performance.getPageTime)() - startTime,
|
|
113
122
|
errorStatus: error.code,
|
|
114
|
-
errorReason: error.reason
|
|
123
|
+
errorReason: error.reason,
|
|
124
|
+
gateway: shouldUseGateway
|
|
115
125
|
}));
|
|
116
126
|
}
|
|
117
127
|
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.extractIdFromAri = exports.convertTeam = exports.buildGatewayQuery = exports.addExperimentalHeaders = void 0;
|
|
9
|
+
exports.getTeamFromAGG = getTeamFromAGG;
|
|
10
|
+
exports.idToAri = void 0;
|
|
11
|
+
|
|
12
|
+
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
|
|
13
|
+
|
|
14
|
+
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
15
|
+
|
|
16
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
17
|
+
|
|
18
|
+
var _graphqlUtils = require("./graphqlUtils");
|
|
19
|
+
|
|
20
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
21
|
+
|
|
22
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
23
|
+
|
|
24
|
+
var extractIdFromAri = function extractIdFromAri(ari) {
|
|
25
|
+
var slashPos = ari.indexOf('/');
|
|
26
|
+
var id = ari.slice(slashPos + 1);
|
|
27
|
+
return id;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
exports.extractIdFromAri = extractIdFromAri;
|
|
31
|
+
|
|
32
|
+
var idToAri = function idToAri(teamId) {
|
|
33
|
+
return "ari:cloud:teams::team/".concat(teamId);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
exports.idToAri = idToAri;
|
|
37
|
+
|
|
38
|
+
var convertTeam = function convertTeam(result) {
|
|
39
|
+
var _team$members;
|
|
40
|
+
|
|
41
|
+
var team = result.team;
|
|
42
|
+
return _objectSpread(_objectSpread({}, team), {}, {
|
|
43
|
+
id: extractIdFromAri(team.id),
|
|
44
|
+
members: (_team$members = team.members) === null || _team$members === void 0 ? void 0 : _team$members.nodes.map(function (_ref) {
|
|
45
|
+
var member = _ref.member;
|
|
46
|
+
return {
|
|
47
|
+
id: member.accountId,
|
|
48
|
+
fullName: member.name,
|
|
49
|
+
avatarUrl: member.picture
|
|
50
|
+
};
|
|
51
|
+
})
|
|
52
|
+
});
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
exports.convertTeam = convertTeam;
|
|
56
|
+
var GATEWAY_QUERY = "query TeamCard($teamId: ID!) {\n Team: team {\n team (id: $teamId) {\n id\n displayName\n description\n smallHeaderImageUrl\n largeHeaderImageUrl\n smallAvatarImageUrl\n largeAvatarImageUrl\n members {\n nodes {\n member {\n accountId\n name\n picture\n }\n }\n }\n }\n }\n}";
|
|
57
|
+
|
|
58
|
+
var buildGatewayQuery = function buildGatewayQuery(teamId) {
|
|
59
|
+
return {
|
|
60
|
+
query: GATEWAY_QUERY,
|
|
61
|
+
variables: {
|
|
62
|
+
teamId: idToAri(teamId)
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
exports.buildGatewayQuery = buildGatewayQuery;
|
|
68
|
+
|
|
69
|
+
var addExperimentalHeaders = function addExperimentalHeaders(headers) {
|
|
70
|
+
headers.append('X-ExperimentalApi', 'teams-beta');
|
|
71
|
+
headers.append('X-ExperimentalApi', 'team-members-beta');
|
|
72
|
+
return headers;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
exports.addExperimentalHeaders = addExperimentalHeaders;
|
|
76
|
+
|
|
77
|
+
function getTeamFromAGG(_x, _x2) {
|
|
78
|
+
return _getTeamFromAGG.apply(this, arguments);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
function _getTeamFromAGG() {
|
|
82
|
+
_getTeamFromAGG = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(url, teamId) {
|
|
83
|
+
var query, _yield$graphqlQuery, Team;
|
|
84
|
+
|
|
85
|
+
return _regenerator.default.wrap(function _callee$(_context) {
|
|
86
|
+
while (1) {
|
|
87
|
+
switch (_context.prev = _context.next) {
|
|
88
|
+
case 0:
|
|
89
|
+
query = buildGatewayQuery(teamId);
|
|
90
|
+
_context.next = 3;
|
|
91
|
+
return (0, _graphqlUtils.graphqlQuery)(url, query, addExperimentalHeaders);
|
|
92
|
+
|
|
93
|
+
case 3:
|
|
94
|
+
_yield$graphqlQuery = _context.sent;
|
|
95
|
+
Team = _yield$graphqlQuery.Team;
|
|
96
|
+
return _context.abrupt("return", convertTeam(Team));
|
|
97
|
+
|
|
98
|
+
case 6:
|
|
99
|
+
case "end":
|
|
100
|
+
return _context.stop();
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}, _callee);
|
|
104
|
+
}));
|
|
105
|
+
return _getTeamFromAGG.apply(this, arguments);
|
|
106
|
+
}
|
|
@@ -11,12 +11,19 @@ var buildHeaders = function buildHeaders() {
|
|
|
11
11
|
return headers;
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
+
var id = function id(headers) {
|
|
15
|
+
return headers;
|
|
16
|
+
};
|
|
14
17
|
/**
|
|
15
18
|
* @param {string} serviceUrl - GraphQL service endpoint
|
|
16
19
|
* @param {Query} query - GraphQL query
|
|
20
|
+
* @param {HeaderProcessor} processHeaders - a function to add extra headers to the request
|
|
17
21
|
*/
|
|
22
|
+
|
|
23
|
+
|
|
18
24
|
function graphqlQuery(serviceUrl, query) {
|
|
19
|
-
var
|
|
25
|
+
var processHeaders = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : id;
|
|
26
|
+
var headers = processHeaders(buildHeaders());
|
|
20
27
|
return fetch(new Request(serviceUrl, {
|
|
21
28
|
method: 'POST',
|
|
22
29
|
credentials: 'include',
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Czech
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Smazaný účet',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Účet uživatele je smazaný již několik měsíců.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Účet uživatele byl tento měsíc deaktivován.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Účet uživatele byl deaktivován tento týden.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Účet uživatele byl deaktivován.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Přímí nadřízení',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Zkusit znovu',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Chvíli počkejte a pak to zkuste znovu.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Při pokusu o načtení informací o tomto týmu se vyskytly problémy',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Manažer',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Zobrazit profil',
|
|
38
40
|
'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ů}}',
|
|
39
41
|
'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}}',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Danish (Denmark)
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Konto slettet',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Personens konto har været slettet i nogle måneder.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Personens konto blev deaktiveret i denne måned.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Personens konto blev deaktiveret i denne uge.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Personens konto er blevet deaktiveret.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Direkte underordnede',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Prøv igen',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Vent et øjeblik, og prøv derefter igen.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Vi har problemer med at hente teamets oplysninger',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Nærmeste leder',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Se profil',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}',
|
|
39
41
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inklusive dig} other {Team • {count} medlemmer, inklusive dig}}',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//German (Germany)
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Account gelöscht',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Das Konto dieser Person wurde vor wenigen Monaten gelöscht.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Das Konto dieser Person wurde diesen Monat deaktiviert.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Das Konto dieser Person wurde diese Woche deaktiviert.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Das Konto dieser Person wurde deaktiviert.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Direkt unterstellt',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Versuchen Sie es erneut.',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Bitte warten Sie einen Augenblick und versuchen Sie es dann erneut.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Beim Abrufen von Informationen für dieses Team ist ein Problem aufgetreten.',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Manager',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Profil anzeigen',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} Mitglied} other {Team • {count} Mitglieder}}',
|
|
39
41
|
'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}}',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Account deleted',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Their account has been deleted for a few months.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Their account was deactivated this month.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Their account was deactivated this week.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Their account has been deactivated.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Direct reports',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Try again',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Wait a few moments, then try again.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'We’re having trouble retrieving this teams information',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Manager',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'View profile',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} member} other {Team • {count} members}}',
|
|
39
41
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} member, including you} other {Team • {count} members, including you}}',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Spanish (International)
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Cuenta eliminada',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Su cuenta se desactivó hace algunos meses.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Su cuenta se ha desactivado este mes.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Su cuenta se ha desactivado esta semana.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Su cuenta está desactivada.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Subordinados directos',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Volver a intentarlo',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Espera unos momentos y vuelve a intentarlo.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Estamos teniendo algunos problemas para recuperar la información de este equipo',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Gerente',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Ver perfil',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Equipo • {count} miembro} other {Equipo • {count} miembros}}',
|
|
39
41
|
'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}}',
|
package/dist/cjs/i18n/et.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Estonian
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Konto on kustutatud',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Nende konto on olnud juba paar kuud kustutatud.',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Finnish
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Tili poistettu',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Hänen tilinsä on ollut poistettuna muutaman kuukauden ajan.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Hänen tilinsä poistettiin käytöstä tässä kuussa.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Hänen tilinsä poistettiin käytöstä tällä viikolla.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Hänen tilinsä on poistettu käytöstä.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Suorat alaiset',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Yritä uudelleen',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Odota hetki ja yritä sitten uudelleen.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Meillä on vaikeuksia näyttää tämän tiimin tietoja',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Esimies',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Näytä profiili',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Tiimi • {count} jäsen} other {Tiimi • {count} jäsentä}}',
|
|
39
41
|
'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}}',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//French (France)
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Compte supprimé',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Son compte a été supprimé il y a quelques mois.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Son compte a été désactivé ce mois-ci.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Son compte a été désactivé cette semaine.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Son compte a été désactivé.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Collaborateurs directs',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Réessayez',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Patientez quelques instants, puis réessayez.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Nous ne parvenons pas à récupérer les informations de cette équipe',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Manager',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Afficher le profil',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Équipe • {count} membre} other {Équipe • {count} membres}}',
|
|
39
41
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Équipe • {count} membre, dont vous} other {Équipe • {count} membres, dont vous}}',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Hungarian
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'A fiók törölve.',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'A fiókját néhány hónapja töröltük.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'A fiókját ebben a hónapban inaktiváltuk.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'A fiókját ezen a héten inaktiváltuk.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'A fiókját inaktiváltuk.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Közvetlen beosztottak',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Próbáld újra',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Várj egy pillanatot, majd próbálkozz újra.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Nem sikerül lekérni a csapat adatait',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Vezető',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Profil megtekintése',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Csapat • {count} tag} other {Csapat • {count} tag}}',
|
|
39
41
|
'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}}',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Italian (Italy)
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Account eliminato',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Il suo account è stato eliminato da qualche mese.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Il suo account è stato disattivato questo mese.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Il suo account è stato disattivato questa settimana.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Il suo account è stato disattivato.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Report diretti',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Riprova',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Attendi alcuni istanti e riprova.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Stiamo riscontrando problemi nel recuperare queste informazioni sul team',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Manager',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Visualizza profilo',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} membro} other {Team • {count} membri}}',
|
|
39
41
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} membro, te compreso} other {Team • {count} membri, te compreso}}',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Japanese
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': '削除済みアカウント',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'アカウントは 2〜3 か月前に削除されました。',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'アカウントは今月無効になりました。',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'アカウントは今週無効になりました。',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'アカウントは無効になっています。',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': '直属の部下',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': '再試行',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'しばらく待ってから、もう一度お試しください。',
|
|
36
37
|
'pt.team-profile-card.error.title': 'このチーム情報の取得で問題が発生しています',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'マネージャー',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'プロフィールを表示',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, other {チーム • {count} 人のメンバー}}',
|
|
39
41
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {チーム • {count} 人のメンバー (あなたを含む)}}',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Korean
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': '계정이 삭제됨',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': '계정이 몇 달 전에 삭제되었습니다.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': '계정이 이번 달에 비활성화되었습니다.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': '계정이 이번 주에 비활성화되었습니다.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': '계정이 비활성화되었습니다.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': '부하 직원',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': '다시 시도',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': '잠시 기다린 후에 다시 시도하세요.',
|
|
36
37
|
'pt.team-profile-card.error.title': '이 팀의 정보를 가져오는 데 문제가 발생했습니다',
|
|
38
|
+
'pt.team-profile-card.manager.heading': '관리자',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': '프로필 보기',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, other {팀 • 구성원 {count}명}}',
|
|
39
41
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, other {팀 • 자신을 포함하여 구성원 {count}명}}',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Norwegian (Bokmål)
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Kontoen er slettet',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Vedkommendes konto har vært slettet i noen måneder.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Vedkommendes konto ble deaktivert denne uken.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Vedkommendes konto ble deaktivert denne uken.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Vedkommendes konto er deaktivert.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Direkte underordnede',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Prøv på nytt',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Vent litt og prøv på nytt.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Vi har visst problemer med å hente dette teamets informasjon',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Leder',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Se profil',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} medlem} other {Team • {count} medlemmer}}',
|
|
39
41
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} medlem, inkludert deg} other {Team • {count} medlemmer, inkludert deg}}',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Dutch (Netherlands)
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Account verwijderd',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Zijn/haar account is al een paar maanden verwijderd.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Zijn/haar account is deze maand gedeactiveerd.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Zijn/haar account is deze week gedeactiveerd.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Zijn/haar account is gedeactiveerd.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Directe rapporten',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Opnieuw proberen',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Wacht even en probeer het vervolgens opnieuw.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'We hebben problemen bij het ophalen van de informatie van dit team',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Manager',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Profiel bekijken',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Team • {count} lid} other {Team • {count} leden.}}',
|
|
39
41
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Team • {count} lid, inclusief jezelf} other {Team •{count} leden, inclusief jezelf}}',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Polish (Poland)
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Konto zostało usunięte',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'Jej konto zostało usunięte przynajmniej kilka miesięcy temu.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'Jej konto zdezaktywowane w tym miesiącu.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'Jej konto zostało zdezaktywowane w tym tygodniu.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'Jej konto zostało zdezaktywowane pomyślnie.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Bezpośredni podwładni',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Spróbuj ponownie',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Poczekaj chwilę i spróbuj ponownie.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Mamy problemy z pobraniem informacji dotyczących tego zespołu',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Kierownik',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Wyświetl profil',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Zespół z {count} członkiem} few {Zespół z {count} członkami} many {Zespół z {count} członkami} other {Zespół z {count} członka}}',
|
|
39
41
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Zespół z {count} członkiem, łącznie z Tobą} few {Zespół z {count} członkami, łącznie z Tobą} many {Zespół z {count} członkami, łącznie z Tobą} other {Zespół z {count} członka, łącznie z Tobą}}',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Portuguese (Brazil)
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Conta excluída',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'A conta do usuário foi excluída há alguns meses.',
|
|
@@ -31,9 +31,11 @@ var _default = {
|
|
|
31
31
|
'pt.profile-card.inactive.account.has.date.this.month': 'A conta do usuário foi desativada neste mês.',
|
|
32
32
|
'pt.profile-card.inactive.account.has.date.this.week': 'A conta do usuário foi desativada nesta semana.',
|
|
33
33
|
'pt.profile-card.inactive.account.no.date': 'A conta do usuário foi desativada.',
|
|
34
|
+
'pt.team-profile-card.directReports.heading': 'Relatórios diretos',
|
|
34
35
|
'pt.team-profile-card.error.refresh-button': 'Tentar novamente',
|
|
35
36
|
'pt.team-profile-card.error.suggestion': 'Aguarde alguns instantes e depois tente de novo.',
|
|
36
37
|
'pt.team-profile-card.error.title': 'Há alguns problemas para recuperar as informações desta equipe',
|
|
38
|
+
'pt.team-profile-card.manager.heading': 'Gerente',
|
|
37
39
|
'pt.team-profile-card.team.action.view-profile': 'Visualizar perfil',
|
|
38
40
|
'pt.team-profile-card.team.member.count': '{count, plural, one {Equipe • {count} membro} other {Equipe • {count} membros}}',
|
|
39
41
|
'pt.team-profile-card.team.member.count-including-you': '{count, plural, one {Equipe • {count} membro, incluindo você} other {Equipe • {count} membros, incluindo você}}',
|
package/dist/cjs/i18n/pt_PT.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Portuguese (Portugal)
|
|
15
15
|
var _default = {
|
|
16
16
|
'pt.profile-card.closed.account': 'Conta eliminada',
|
|
17
17
|
'pt.profile-card.closed.account.has.date.a.few.months': 'A conta foi eliminada há alguns meses.',
|