@atlaskit/afm-i18n-platform-smart-experiences-smart-hooks 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.js +131 -0
- package/dist/cjs/i18n/cs.js +21 -0
- package/dist/cjs/i18n/da.js +21 -0
- package/dist/cjs/i18n/de.js +21 -0
- package/dist/cjs/i18n/en.js +21 -0
- package/dist/cjs/i18n/en_GB.js +21 -0
- package/dist/cjs/i18n/en_ZZ.js +21 -0
- package/dist/cjs/i18n/es.js +21 -0
- package/dist/cjs/i18n/fi.js +21 -0
- package/dist/cjs/i18n/fr.js +21 -0
- package/dist/cjs/i18n/hu.js +21 -0
- package/dist/cjs/i18n/index.js +55 -0
- package/dist/cjs/i18n/it.js +21 -0
- package/dist/cjs/i18n/ja.js +21 -0
- package/dist/cjs/i18n/ko.js +21 -0
- package/dist/cjs/i18n/nb.js +21 -0
- package/dist/cjs/i18n/nl.js +21 -0
- package/dist/cjs/i18n/pl.js +21 -0
- package/dist/cjs/i18n/pt_BR.js +21 -0
- package/dist/cjs/i18n/ru.js +21 -0
- package/dist/cjs/i18n/sv.js +21 -0
- package/dist/cjs/i18n/th.js +21 -0
- package/dist/cjs/i18n/tr.js +21 -0
- package/dist/cjs/i18n/uk.js +21 -0
- package/dist/cjs/i18n/vi.js +21 -0
- package/dist/cjs/i18n/zh.js +21 -0
- package/dist/cjs/i18n/zh_TW.js +21 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +18 -0
- package/dist/esm/i18n/cs.js +19 -0
- package/dist/esm/i18n/da.d.ts +18 -0
- package/dist/esm/i18n/da.js +19 -0
- package/dist/esm/i18n/de.d.ts +18 -0
- package/dist/esm/i18n/de.js +19 -0
- package/dist/esm/i18n/en.d.ts +18 -0
- package/dist/esm/i18n/en.js +19 -0
- package/dist/esm/i18n/en_GB.d.ts +18 -0
- package/dist/esm/i18n/en_GB.js +19 -0
- package/dist/esm/i18n/en_ZZ.d.ts +18 -0
- package/dist/esm/i18n/en_ZZ.js +19 -0
- package/dist/esm/i18n/es.d.ts +18 -0
- package/dist/esm/i18n/es.js +19 -0
- package/dist/esm/i18n/fi.d.ts +18 -0
- package/dist/esm/i18n/fi.js +19 -0
- package/dist/esm/i18n/fr.d.ts +18 -0
- package/dist/esm/i18n/fr.js +19 -0
- package/dist/esm/i18n/hu.d.ts +18 -0
- package/dist/esm/i18n/hu.js +19 -0
- package/dist/esm/i18n/index.d.ts +25 -0
- package/dist/esm/i18n/index.js +26 -0
- package/dist/esm/i18n/it.d.ts +18 -0
- package/dist/esm/i18n/it.js +19 -0
- package/dist/esm/i18n/ja.d.ts +18 -0
- package/dist/esm/i18n/ja.js +19 -0
- package/dist/esm/i18n/ko.d.ts +18 -0
- package/dist/esm/i18n/ko.js +19 -0
- package/dist/esm/i18n/nb.d.ts +18 -0
- package/dist/esm/i18n/nb.js +19 -0
- package/dist/esm/i18n/nl.d.ts +18 -0
- package/dist/esm/i18n/nl.js +19 -0
- package/dist/esm/i18n/pl.d.ts +18 -0
- package/dist/esm/i18n/pl.js +19 -0
- package/dist/esm/i18n/pt_BR.d.ts +18 -0
- package/dist/esm/i18n/pt_BR.js +19 -0
- package/dist/esm/i18n/ru.d.ts +18 -0
- package/dist/esm/i18n/ru.js +19 -0
- package/dist/esm/i18n/sv.d.ts +18 -0
- package/dist/esm/i18n/sv.js +19 -0
- package/dist/esm/i18n/th.d.ts +18 -0
- package/dist/esm/i18n/th.js +19 -0
- package/dist/esm/i18n/tr.d.ts +18 -0
- package/dist/esm/i18n/tr.js +19 -0
- package/dist/esm/i18n/uk.d.ts +18 -0
- package/dist/esm/i18n/uk.js +19 -0
- package/dist/esm/i18n/vi.d.ts +18 -0
- package/dist/esm/i18n/vi.js +19 -0
- package/dist/esm/i18n/zh.d.ts +18 -0
- package/dist/esm/i18n/zh.js +19 -0
- package/dist/esm/i18n/zh_TW.d.ts +18 -0
- package/dist/esm/i18n/zh_TW.js +19 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +18 -0
- package/dist/types/i18n/da.d.ts +18 -0
- package/dist/types/i18n/de.d.ts +18 -0
- package/dist/types/i18n/en.d.ts +18 -0
- package/dist/types/i18n/en_GB.d.ts +18 -0
- package/dist/types/i18n/en_ZZ.d.ts +18 -0
- package/dist/types/i18n/es.d.ts +18 -0
- package/dist/types/i18n/fi.d.ts +18 -0
- package/dist/types/i18n/fr.d.ts +18 -0
- package/dist/types/i18n/hu.d.ts +18 -0
- package/dist/types/i18n/index.d.ts +25 -0
- package/dist/types/i18n/it.d.ts +18 -0
- package/dist/types/i18n/ja.d.ts +18 -0
- package/dist/types/i18n/ko.d.ts +18 -0
- package/dist/types/i18n/nb.d.ts +18 -0
- package/dist/types/i18n/nl.d.ts +18 -0
- package/dist/types/i18n/pl.d.ts +18 -0
- package/dist/types/i18n/pt_BR.d.ts +18 -0
- package/dist/types/i18n/ru.d.ts +18 -0
- package/dist/types/i18n/sv.d.ts +18 -0
- package/dist/types/i18n/th.d.ts +18 -0
- package/dist/types/i18n/tr.d.ts +18 -0
- package/dist/types/i18n/uk.d.ts +18 -0
- package/dist/types/i18n/vi.d.ts +18 -0
- package/dist/types/i18n/zh.d.ts +18 -0
- package/dist/types/i18n/zh_TW.d.ts +18 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +21 -0
- package/i18n/da.ts +21 -0
- package/i18n/de.ts +21 -0
- package/i18n/en.ts +21 -0
- package/i18n/en_GB.ts +21 -0
- package/i18n/en_ZZ.ts +21 -0
- package/i18n/es.ts +21 -0
- package/i18n/fi.ts +21 -0
- package/i18n/fr.ts +21 -0
- package/i18n/hu.ts +21 -0
- package/i18n/index.ts +26 -0
- package/i18n/it.ts +21 -0
- package/i18n/ja.ts +21 -0
- package/i18n/ko.ts +21 -0
- package/i18n/nb.ts +21 -0
- package/i18n/nl.ts +21 -0
- package/i18n/pl.ts +21 -0
- package/i18n/pt_BR.ts +21 -0
- package/i18n/ru.ts +21 -0
- package/i18n/sv.ts +21 -0
- package/i18n/th.ts +21 -0
- package/i18n/tr.ts +21 -0
- package/i18n/uk.ts +21 -0
- package/i18n/vi.ts +21 -0
- package/i18n/zh.ts +21 -0
- package/i18n/zh_TW.ts +20 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Turkish (Turkey)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Bulunduğu yer:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'KONUK',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Konuk gruplar yalnızca bazı alanlara erişebilir ve kullanıcı bilgilerine erişimleri de kısıtlıdır.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Konuklar yalnızca bazı alanlara erişebilir ve kullanıcı bilgilerine erişimleri de kısıtlıdır.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'ÜYE',
|
|
19
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
20
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Ukrainian (Ukraine)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Знайдено в:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'ГІСТЬ',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Групи гостей мають доступ лише до певних розділів, а також обмежений доступ до інформації про користувачів.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Гості мають доступ лише до певних розділів, а також обмежений доступ до інформації про користувачів.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'Учасник',
|
|
19
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
20
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Vietnamese (Vietnam)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Tìm thấy trong:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'KHÁCH',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Các nhóm khách chỉ có thể vào một số không gian nhất định và có quyền truy cập hạn chế vào thông tin người dùng.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Khách chỉ có thể vào một số không gian nhất định và có quyền truy cập hạn chế vào thông tin người dùng.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'Thành viên',
|
|
19
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
20
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Chinese (Simplified)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': '发现位置:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': '访客',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': '访客群组只能访问特定的空间,并对用户信息具有有限的访问权限。',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': '访客只能访问特定的空间,并对用户信息具有有限的访问权限。',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': '成员',
|
|
19
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
20
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Chinese (Traditional)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': '尋找位置:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': '訪客',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': '訪客群組只能存取特定空間,而且只能存取有限的使用者資訊。',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': '訪客只能存取特定空間,而且只能存取有限的使用者資訊。',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': '成員',
|
|
19
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
20
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
21
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
// Re-export all i18n modules
|
|
18
|
+
__exportStar(require("./i18n"), exports);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Nalezen v:',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'HOST',
|
|
14
|
+
'smart-experiences.smart-hooks.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
|
+
'smart-experiences.smart-hooks.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
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'ČLEN',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Danish (Denmark)
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Fundet i:',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GÆST',
|
|
14
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Gæstegrupper har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Gæster har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.',
|
|
16
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'Medlem',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//German (Germany)
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Gefunden in:',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'Gast',
|
|
14
|
+
'smart-experiences.smart-hooks.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
|
+
'smart-experiences.smart-hooks.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
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'Mitglied',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Found in:',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GUEST',
|
|
14
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
16
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//English (United Kingdom)
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Found in:',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GUEST',
|
|
14
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
16
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Found in:',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GUEST',
|
|
14
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
16
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Spanish (International)
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Encontrado en:',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'INVITADO',
|
|
14
|
+
'smart-experiences.smart-hooks.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
|
+
'smart-experiences.smart-hooks.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
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MIEMBRO',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Finnish
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Löydetty kohteesta:',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'VIERAS',
|
|
14
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Vierasryhmillä on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Vierailla on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.',
|
|
16
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'Jäsen',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//French (France)
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Trouvé dans :',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'INVITÉ',
|
|
14
|
+
'smart-experiences.smart-hooks.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
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Les invités peuvent uniquement accéder à certains espaces et ont un accès limité aux informations utilisateur.',
|
|
16
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBRE',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Hungarian
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Itt található:',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'VENDÉG',
|
|
14
|
+
'smart-experiences.smart-hooks.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
|
+
'smart-experiences.smart-hooks.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
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'TAG',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export * from './cs';
|
|
2
|
+
export * from './da';
|
|
3
|
+
export * from './de';
|
|
4
|
+
export * from './en';
|
|
5
|
+
export * from './en_GB';
|
|
6
|
+
export * from './en_ZZ';
|
|
7
|
+
export * from './es';
|
|
8
|
+
export * from './fi';
|
|
9
|
+
export * from './fr';
|
|
10
|
+
export * from './hu';
|
|
11
|
+
export * from './it';
|
|
12
|
+
export * from './ja';
|
|
13
|
+
export * from './ko';
|
|
14
|
+
export * from './nb';
|
|
15
|
+
export * from './nl';
|
|
16
|
+
export * from './pl';
|
|
17
|
+
export * from './pt_BR';
|
|
18
|
+
export * from './ru';
|
|
19
|
+
export * from './sv';
|
|
20
|
+
export * from './th';
|
|
21
|
+
export * from './tr';
|
|
22
|
+
export * from './uk';
|
|
23
|
+
export * from './vi';
|
|
24
|
+
export * from './zh';
|
|
25
|
+
export * from './zh_TW';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Export all i18n modules
|
|
2
|
+
export * from './cs';
|
|
3
|
+
export * from './da';
|
|
4
|
+
export * from './de';
|
|
5
|
+
export * from './en';
|
|
6
|
+
export * from './en_GB';
|
|
7
|
+
export * from './en_ZZ';
|
|
8
|
+
export * from './es';
|
|
9
|
+
export * from './fi';
|
|
10
|
+
export * from './fr';
|
|
11
|
+
export * from './hu';
|
|
12
|
+
export * from './it';
|
|
13
|
+
export * from './ja';
|
|
14
|
+
export * from './ko';
|
|
15
|
+
export * from './nb';
|
|
16
|
+
export * from './nl';
|
|
17
|
+
export * from './pl';
|
|
18
|
+
export * from './pt_BR';
|
|
19
|
+
export * from './ru';
|
|
20
|
+
export * from './sv';
|
|
21
|
+
export * from './th';
|
|
22
|
+
export * from './tr';
|
|
23
|
+
export * from './uk';
|
|
24
|
+
export * from './vi';
|
|
25
|
+
export * from './zh';
|
|
26
|
+
export * from './zh_TW';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'smart-experiences.smart-hooks.external.sourced.from': string;
|
|
9
|
+
'smart-experiences.smart-hooks.github.provider': string;
|
|
10
|
+
'smart-experiences.smart-hooks.google.provider': string;
|
|
11
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': string;
|
|
12
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
|
|
14
|
+
'smart-experiences.smart-hooks.member.lozenge.text': string;
|
|
15
|
+
'smart-experiences.smart-hooks.microsoft.provider': string;
|
|
16
|
+
'smart-experiences.smart-hooks.slack.provider': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Italian (Italy)
|
|
9
|
+
export default {
|
|
10
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Trovato in:',
|
|
11
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
12
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
13
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'UTENTE GUEST',
|
|
14
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': "I gruppi guest possono accedere solamente a determinati spazi e hanno accesso limitato alle informazioni dell'utente.",
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': "Gli utenti guest possono accedere solamente a determinati spazi e hanno accesso limitato alle informazioni dell'utente.",
|
|
16
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBRO',
|
|
17
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
18
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
19
|
+
};
|