@atlaskit/smart-user-picker 8.1.0 → 8.2.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 +21 -0
- package/afm-cc/tsconfig.json +6 -3
- package/afm-dev-agents/tsconfig.json +3 -0
- package/afm-jira/tsconfig.json +3 -0
- package/afm-passionfruit/tsconfig.json +38 -0
- package/afm-post-office/tsconfig.json +3 -0
- package/afm-rovo-extension/tsconfig.json +3 -0
- package/afm-townsquare/tsconfig.json +3 -0
- package/afm-volt/tsconfig.json +7 -1
- package/dist/cjs/analytics.js +6 -2
- package/dist/cjs/components/SmartUserPicker.js +78 -44
- package/dist/cjs/i18n/cs.js +3 -12
- package/dist/cjs/i18n/da.js +3 -12
- package/dist/cjs/i18n/de.js +3 -12
- package/dist/cjs/i18n/en.js +3 -12
- package/dist/cjs/i18n/en_GB.js +3 -12
- package/dist/cjs/i18n/en_ZZ.js +3 -12
- package/dist/cjs/i18n/es.js +3 -12
- package/dist/cjs/i18n/fi.js +3 -12
- package/dist/cjs/i18n/fr.js +3 -12
- package/dist/cjs/i18n/hr.js +3 -12
- package/dist/cjs/i18n/hu.js +3 -12
- package/dist/cjs/i18n/it.js +3 -12
- package/dist/cjs/i18n/ja.js +3 -12
- package/dist/cjs/i18n/ko.js +3 -12
- package/dist/cjs/i18n/nb.js +3 -12
- package/dist/cjs/i18n/nl.js +3 -12
- package/dist/cjs/i18n/pl.js +3 -12
- package/dist/cjs/i18n/pt_BR.js +3 -12
- package/dist/cjs/i18n/ru.js +3 -12
- package/dist/cjs/i18n/sl.js +3 -12
- package/dist/cjs/i18n/sr_RS.js +3 -12
- package/dist/cjs/i18n/sr_YR.js +3 -12
- package/dist/cjs/i18n/sv.js +3 -12
- package/dist/cjs/i18n/th.js +3 -12
- package/dist/cjs/i18n/tr.js +3 -12
- package/dist/cjs/i18n/uk.js +3 -12
- package/dist/cjs/i18n/vi.js +3 -12
- package/dist/cjs/i18n/zh.js +3 -12
- package/dist/cjs/i18n/zh_TW.js +3 -12
- package/dist/es2019/analytics.js +5 -1
- package/dist/es2019/components/SmartUserPicker.js +25 -5
- package/dist/es2019/i18n/cs.js +3 -12
- package/dist/es2019/i18n/da.js +3 -12
- package/dist/es2019/i18n/de.js +3 -12
- package/dist/es2019/i18n/en.js +3 -12
- package/dist/es2019/i18n/en_GB.js +3 -12
- package/dist/es2019/i18n/en_ZZ.js +3 -12
- package/dist/es2019/i18n/es.js +3 -12
- package/dist/es2019/i18n/fi.js +3 -12
- package/dist/es2019/i18n/fr.js +3 -12
- package/dist/es2019/i18n/hr.js +3 -12
- package/dist/es2019/i18n/hu.js +3 -12
- package/dist/es2019/i18n/it.js +3 -12
- package/dist/es2019/i18n/ja.js +3 -12
- package/dist/es2019/i18n/ko.js +3 -12
- package/dist/es2019/i18n/nb.js +3 -12
- package/dist/es2019/i18n/nl.js +3 -12
- package/dist/es2019/i18n/pl.js +3 -12
- package/dist/es2019/i18n/pt_BR.js +3 -12
- package/dist/es2019/i18n/ru.js +3 -12
- package/dist/es2019/i18n/sl.js +3 -12
- package/dist/es2019/i18n/sr_RS.js +3 -12
- package/dist/es2019/i18n/sr_YR.js +3 -12
- package/dist/es2019/i18n/sv.js +3 -12
- package/dist/es2019/i18n/th.js +3 -12
- package/dist/es2019/i18n/tr.js +3 -12
- package/dist/es2019/i18n/uk.js +3 -12
- package/dist/es2019/i18n/vi.js +3 -12
- package/dist/es2019/i18n/zh.js +3 -12
- package/dist/es2019/i18n/zh_TW.js +3 -12
- package/dist/esm/analytics.js +5 -1
- package/dist/esm/components/SmartUserPicker.js +80 -46
- package/dist/esm/i18n/cs.js +3 -12
- package/dist/esm/i18n/da.js +3 -12
- package/dist/esm/i18n/de.js +3 -12
- package/dist/esm/i18n/en.js +3 -12
- package/dist/esm/i18n/en_GB.js +3 -12
- package/dist/esm/i18n/en_ZZ.js +3 -12
- package/dist/esm/i18n/es.js +3 -12
- package/dist/esm/i18n/fi.js +3 -12
- package/dist/esm/i18n/fr.js +3 -12
- package/dist/esm/i18n/hr.js +3 -12
- package/dist/esm/i18n/hu.js +3 -12
- package/dist/esm/i18n/it.js +3 -12
- package/dist/esm/i18n/ja.js +3 -12
- package/dist/esm/i18n/ko.js +3 -12
- package/dist/esm/i18n/nb.js +3 -12
- package/dist/esm/i18n/nl.js +3 -12
- package/dist/esm/i18n/pl.js +3 -12
- package/dist/esm/i18n/pt_BR.js +3 -12
- package/dist/esm/i18n/ru.js +3 -12
- package/dist/esm/i18n/sl.js +3 -12
- package/dist/esm/i18n/sr_RS.js +3 -12
- package/dist/esm/i18n/sr_YR.js +3 -12
- package/dist/esm/i18n/sv.js +3 -12
- package/dist/esm/i18n/th.js +3 -12
- package/dist/esm/i18n/tr.js +3 -12
- package/dist/esm/i18n/uk.js +3 -12
- package/dist/esm/i18n/vi.js +3 -12
- package/dist/esm/i18n/zh.js +3 -12
- package/dist/esm/i18n/zh_TW.js +3 -12
- package/dist/types/analytics.d.ts +1 -0
- package/dist/types/components/SmartUserPicker.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +2 -12
- package/dist/types/i18n/da.d.ts +2 -12
- package/dist/types/i18n/de.d.ts +2 -12
- package/dist/types/i18n/en.d.ts +2 -12
- package/dist/types/i18n/en_GB.d.ts +2 -12
- package/dist/types/i18n/en_ZZ.d.ts +2 -12
- package/dist/types/i18n/es.d.ts +2 -12
- package/dist/types/i18n/fi.d.ts +2 -12
- package/dist/types/i18n/fr.d.ts +2 -12
- package/dist/types/i18n/hr.d.ts +2 -12
- package/dist/types/i18n/hu.d.ts +2 -12
- package/dist/types/i18n/it.d.ts +2 -12
- package/dist/types/i18n/ja.d.ts +2 -12
- package/dist/types/i18n/ko.d.ts +2 -12
- package/dist/types/i18n/nb.d.ts +2 -12
- package/dist/types/i18n/nl.d.ts +2 -12
- package/dist/types/i18n/pl.d.ts +2 -12
- package/dist/types/i18n/pt_BR.d.ts +2 -12
- package/dist/types/i18n/ru.d.ts +2 -12
- package/dist/types/i18n/sl.d.ts +2 -12
- package/dist/types/i18n/sr_RS.d.ts +2 -12
- package/dist/types/i18n/sr_YR.d.ts +2 -12
- package/dist/types/i18n/sv.d.ts +2 -12
- package/dist/types/i18n/th.d.ts +2 -12
- package/dist/types/i18n/tr.d.ts +2 -12
- package/dist/types/i18n/uk.d.ts +2 -12
- package/dist/types/i18n/vi.d.ts +2 -12
- package/dist/types/i18n/zh.d.ts +2 -12
- package/dist/types/i18n/zh_TW.d.ts +2 -12
- package/dist/types/types.d.ts +4 -0
- package/dist/types-ts4.5/analytics.d.ts +1 -0
- package/dist/types-ts4.5/components/SmartUserPicker.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -12
- package/dist/types-ts4.5/i18n/da.d.ts +2 -12
- package/dist/types-ts4.5/i18n/de.d.ts +2 -12
- package/dist/types-ts4.5/i18n/en.d.ts +2 -12
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -12
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -12
- package/dist/types-ts4.5/i18n/es.d.ts +2 -12
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -12
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -12
- package/dist/types-ts4.5/i18n/hr.d.ts +2 -12
- package/dist/types-ts4.5/i18n/hu.d.ts +2 -12
- package/dist/types-ts4.5/i18n/it.d.ts +2 -12
- package/dist/types-ts4.5/i18n/ja.d.ts +2 -12
- package/dist/types-ts4.5/i18n/ko.d.ts +2 -12
- package/dist/types-ts4.5/i18n/nb.d.ts +2 -12
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -12
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -12
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -12
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -12
- package/dist/types-ts4.5/i18n/sl.d.ts +2 -12
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +2 -12
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +2 -12
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -12
- package/dist/types-ts4.5/i18n/th.d.ts +2 -12
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -12
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -12
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -12
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -12
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -12
- package/dist/types-ts4.5/types.d.ts +4 -0
- package/option/package.json +1 -1
- package/package.json +11 -8
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _zh_TW = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/zh_TW"));
|
|
7
9
|
/* prettier-ignore */
|
|
8
10
|
/**
|
|
9
11
|
* NOTE:
|
|
@@ -11,15 +13,4 @@ exports.default = void 0;
|
|
|
11
13
|
* This file is automatically generated by Traduki 2.0.
|
|
12
14
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
15
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.elements.user-picker.external.sourced.from': '尋找位置:',
|
|
17
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
18
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
19
|
-
'fabric.elements.user-picker.guest.lozenge.text': '訪客',
|
|
20
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': '訪客群組只能存取特定空間,而且只能存取有限的使用者資訊。',
|
|
21
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': '訪客只能存取特定空間,而且只能存取有限的使用者資訊。',
|
|
22
|
-
'fabric.elements.user-picker.member.lozenge.text': '成員',
|
|
23
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
24
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
25
|
-
};
|
|
16
|
+
var _default = exports.default = _zh_TW.default;
|
package/dist/es2019/analytics.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
2
2
|
import { v4 as uuid } from 'uuid';
|
|
3
3
|
const packageName = "@atlaskit/smart-user-picker";
|
|
4
|
-
const packageVersion = "
|
|
4
|
+
const packageVersion = "0.0.0-development";
|
|
5
5
|
export const startSession = () => ({
|
|
6
6
|
id: uuid(),
|
|
7
7
|
start: Date.now(),
|
|
@@ -85,4 +85,8 @@ export const successfulRequestUsersEvent = (props, state, attributes = {}) => cr
|
|
|
85
85
|
export const failedRequestUsersEvent = (props, state, attributes = {}) => createSmartUserPickerEvent('failed', 'usersRequest', {
|
|
86
86
|
...createDefaultSmartPickerAttributes(props, state),
|
|
87
87
|
...attributes
|
|
88
|
+
});
|
|
89
|
+
export const failedUserResolversEvent = (props, state, attributes = {}) => createSmartUserPickerEvent('failed', 'userResolversRequest', {
|
|
90
|
+
...createDefaultSmartPickerAttributes(props, state),
|
|
91
|
+
...attributes
|
|
88
92
|
});
|
|
@@ -8,7 +8,8 @@ import memoizeOne from 'memoize-one';
|
|
|
8
8
|
import { injectIntl } from 'react-intl-next';
|
|
9
9
|
import { UFOExperienceState } from '@atlaskit/ufo';
|
|
10
10
|
import UserPicker, { isExternalUser, isTeam, isUser } from '@atlaskit/user-picker';
|
|
11
|
-
import {
|
|
11
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
12
|
+
import { requestUsersEvent, filterUsersEvent, preparedUsersLoadedEvent, successfulRequestUsersEvent, failedRequestUsersEvent, mountedWithPrefetchEvent, createAndFireEventInElementsChannel, failedUserResolversEvent } from '../analytics';
|
|
12
13
|
import MessagesIntlProvider from './MessagesIntlProvider';
|
|
13
14
|
import { getUserRecommendations, hydrateDefaultValues } from '../service';
|
|
14
15
|
import { smartUserPickerOptionsShownUfoExperience } from '../ufoExperiences';
|
|
@@ -98,7 +99,8 @@ export class SmartUserPickerWithoutAnalytics extends React.Component {
|
|
|
98
99
|
productKey,
|
|
99
100
|
searchQueryFilter,
|
|
100
101
|
siteId,
|
|
101
|
-
transformOptions
|
|
102
|
+
transformOptions,
|
|
103
|
+
userResolvers
|
|
102
104
|
} = this.props;
|
|
103
105
|
const maxNumberOfResults = maxOptions || 100;
|
|
104
106
|
const startTime = window.performance.now();
|
|
@@ -130,7 +132,21 @@ export class SmartUserPickerWithoutAnalytics extends React.Component {
|
|
|
130
132
|
query
|
|
131
133
|
} = this.state;
|
|
132
134
|
this.fireEvent(requestUsersEvent);
|
|
133
|
-
|
|
135
|
+
let recommendedUsers;
|
|
136
|
+
if (fg('twcg-444-invite-usd-improvements-m2-gate')) {
|
|
137
|
+
const userRecommendationsPromise = getUserRecommendations(recommendationsRequest, intl);
|
|
138
|
+
const userResolversPromises = (userResolvers !== null && userResolvers !== void 0 ? userResolvers : []).map(resolver => resolver(query).catch(error => {
|
|
139
|
+
this.fireEvent(failedUserResolversEvent, {
|
|
140
|
+
resolverName: resolver.name,
|
|
141
|
+
error
|
|
142
|
+
});
|
|
143
|
+
return [];
|
|
144
|
+
}));
|
|
145
|
+
const [mainRecommendations, ...userResolverResults] = await Promise.all([userRecommendationsPromise, ...userResolversPromises]);
|
|
146
|
+
recommendedUsers = [mainRecommendations, ...userResolverResults].flat();
|
|
147
|
+
} else {
|
|
148
|
+
recommendedUsers = await getUserRecommendations(recommendationsRequest, intl);
|
|
149
|
+
}
|
|
134
150
|
if (overrideByline) {
|
|
135
151
|
for (let option of recommendedUsers) {
|
|
136
152
|
if (isUser(option) || isExternalUser(option) || isTeam(option)) {
|
|
@@ -150,7 +166,10 @@ export class SmartUserPickerWithoutAnalytics extends React.Component {
|
|
|
150
166
|
elapsedTimeMilli,
|
|
151
167
|
displayedUsers: getUsersForAnalytics(displayedUsers),
|
|
152
168
|
productAttributes,
|
|
153
|
-
applicable
|
|
169
|
+
applicable,
|
|
170
|
+
...(fg('twcg-444-invite-usd-improvements-m2-gate') && {
|
|
171
|
+
userResolvers: Array.isArray(userResolvers) ? userResolvers.map(resolver => resolver.name) : []
|
|
172
|
+
})
|
|
154
173
|
});
|
|
155
174
|
return {
|
|
156
175
|
users,
|
|
@@ -349,6 +368,7 @@ _defineProperty(SmartUserPickerWithoutAnalytics, "defaultProps", {
|
|
|
349
368
|
includeNonLicensedUsers: false,
|
|
350
369
|
prefetch: false,
|
|
351
370
|
principalId: 'Context',
|
|
352
|
-
debounceTime: DEFAULT_DEBOUNCE_TIME_MS
|
|
371
|
+
debounceTime: DEFAULT_DEBOUNCE_TIME_MS,
|
|
372
|
+
userResolvers: []
|
|
353
373
|
});
|
|
354
374
|
export const SmartUserPicker = withAnalyticsEvents()(injectIntl(SmartUserPickerWithoutAnalytics));
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'HOST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Skupiny hostů mají přístup pouze k určitým prostorům a mají omezený přístup k uživatelským údajům.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Hosté mají přístup pouze k určitým prostorům a mají omezený přístup k uživatelským údajům.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'ČLEN',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/cs';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GÆST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Gæstegrupper har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gæster har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'Medlem',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/da';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GAST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Gästegruppen können ausschließlich auf ausgewählte Bereiche zugreifen und verfügen über eingeschränkten Zugriff auf Benutzerinformationen.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gäste können ausschließlich auf ausgewählte Bereiche zugreifen und verfügen über eingeschränkten Zugriff auf Benutzerinformationen.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'Mitglied',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/de';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GUEST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'MEMBER',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/en';
|
|
10
|
+
export default translations;
|
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GUEST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'MEMBER',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/en_GB';
|
|
10
|
+
export default translations;
|
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GUEST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'MEMBER',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/en_ZZ';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'INVITADO',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Los grupos de invitados solo pueden acceder a espacios determinados y tienen un acceso limitado a la información de los usuarios.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Los invitados solo pueden acceder a espacios determinados y tienen un acceso limitado a la información de los usuarios.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'MIEMBRO',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/es';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'VIERAS',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Vierasryhmillä on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Vierailla on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'Jäsen',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/fi';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'INVITÉ',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': "Les groupes d'invités peuvent uniquement accéder à certains espaces et ont un accès limité aux informations utilisateur.",
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Les invités peuvent uniquement accéder à certains espaces et ont un accès limité aux informations utilisateur.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'MEMBRE',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/fr';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/hr.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GOST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Grupe gostiju mogu pristupiti samo određenim prostorima i imaju ograničen pristup korisničkim podacima.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gosti mogu pristupiti samo određenim prostorima i imaju ograničen pristup korisničkim podacima.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'ČLAN',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/hr';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'VENDÉG',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'A vendégcsoportok csak bizonyos munkaterekhez kapnak hozzáférést, és korlátozottan érik el a felhasználói adatokat.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'A vendégek csak bizonyos munkaterekhez kapnak hozzáférést, és korlátozottan érik el a felhasználói adatokat.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'TAG',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/hu';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'OSPITE',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': "I gruppi guest possono accedere solamente a determinati spazi e hanno accesso limitato alle informazioni dell'utente.",
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': "Gli utenti guest possono accedere solamente a determinati spazi e hanno accesso limitato alle informazioni dell'utente.",
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'MEMBRO',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/it';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'ゲスト',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'ゲスト グループは一部のスペースにのみアクセスでき、ユーザー情報へのアクセスが制限されます。',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'ゲストは一部のスペースにのみアクセスでき、ユーザー情報へのアクセスが制限されます。',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'メンバー',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/ja';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': '게스트',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': '게스트 그룹은 특정 스페이스에만 액세스할 수 있고 사용자 정보에 대한 액세스 권한이 제한적입니다.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': '게스트는 특정 스페이스에만 액세스할 수 있고 사용자 정보에 대한 액세스 권한이 제한적입니다.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': '구성원',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/ko';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GJEST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Gjestegrupper har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gjester har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'Medlem',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/nb';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GAST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Gastgroepen hebben alleen toegang tot bepaalde spaces en hebben beperkte toegang tot gebruikersinformatie.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gasten hebben alleen toegang tot bepaalde spaces en hebben beperkte toegang tot gebruikersinformatie.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'LID',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/nl';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GOŚĆ',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Grupy gości mają dostęp wyłącznie do określonych przestrzeni i ograniczony dostęp do informacji o użytkownikach.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Goście mają dostęp wyłącznie do określonych przestrzeni i ograniczony dostęp do informacji o użytkownikach.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'CZŁONEK',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/pl';
|
|
10
|
+
export default translations;
|
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'CONVIDADO',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Os grupos de convidados só podem acessar determinados espaços e têm acesso limitado às informações do usuário.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Os convidados só podem acessar determinados espaços e têm acesso limitado às informações do usuário.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'Membro',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/pt_BR';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'ГОСТЬ',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Гостевые группы имеют доступ только к определенным разделам и ограниченный доступ к информации о пользователях.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Гости имеют доступ только к определенным разделам и ограниченный доступ к информации о пользователях.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'УЧАСТНИК',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/ru';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/sl.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GOST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Skupine gostov lahko dostopajo samo do določenih prostorov in imajo omejen dostop do uporabniških podatkov.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gostje lahko dostopajo samo do določenih prostorov in imajo omejen dostop do uporabniških podatkov.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'ČLAN',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/sl';
|
|
10
|
+
export default translations;
|
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GOST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Grupe za goste mogu da pristupe određenim prostorima i imaju ograničen pristup podacima korisnika.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gosti mogu da pristupe samo određenim prostorima i imaju ograničen pristup podacima korisnika.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'ČLAN',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/sr_RS';
|
|
10
|
+
export default translations;
|
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'ГОСТ',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Групе за госте могу да приступе одређеним просторима и имају ограничен приступ подацима корисника.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Гости могу да приступе само одређеним просторима и имају ограничен приступ подацима корисника.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'ЧЛАН',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/sr_YR';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'GÄST',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Gästgrupper kan endast komma åt vissa utrymmen och har begränsad åtkomst till användarinformation.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Gästerna kan endast komma åt vissa utrymmen och har begränsad åtkomst till användarinformation.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'medlem',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/sv';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'ผู้ใช้ทั่วไป',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'กลุ่มผู้ใช้ทั่วไปสามารถเข้าถึงได้เฉพาะบางพื้นที่เท่านั้นและมีสิทธิ์ในการเข้าถึงข้อมูลผู้ใช้ที่จำกัด',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'ผู้ใช้ทั่วไปสามารถเข้าถึงได้เฉพาะบางพื้นที่เท่านั้นและมีสิทธิ์ในการเข้าถึงข้อมูลผู้ใช้ที่จำกัด',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'สมาชิก',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/th';
|
|
10
|
+
export default translations;
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -5,15 +5,6 @@
|
|
|
5
5
|
* This file is automatically generated by Traduki 2.0.
|
|
6
6
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.elements.user-picker.github.provider': 'GitHub',
|
|
12
|
-
'fabric.elements.user-picker.google.provider': 'Google',
|
|
13
|
-
'fabric.elements.user-picker.guest.lozenge.text': 'KONUK',
|
|
14
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.group': 'Konuk gruplar yalnızca bazı alanlara erişebilir ve kullanıcı bilgilerine erişimleri de kısıtlıdır.',
|
|
15
|
-
'fabric.elements.user-picker.guest.lozenge.tooltip.user': 'Konuklar yalnızca bazı alanlara erişebilir ve kullanıcı bilgilerine erişimleri de kısıtlıdır.',
|
|
16
|
-
'fabric.elements.user-picker.member.lozenge.text': 'ÜYE',
|
|
17
|
-
'fabric.elements.user-picker.microsoft.provider': 'Microsoft',
|
|
18
|
-
'fabric.elements.user-picker.slack.provider': 'Slack'
|
|
19
|
-
};
|
|
8
|
+
|
|
9
|
+
import translations from '@atlaskit/afm-i18n-platform-smart-experiences-smart-user-picker/i18n/tr';
|
|
10
|
+
export default translations;
|