@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
package/build.js
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
const { execSync } = require('child_process');
|
|
4
|
+
const fs = require('fs');
|
|
5
|
+
const path = require('path');
|
|
6
|
+
|
|
7
|
+
console.log('🚀 Starting build process...');
|
|
8
|
+
|
|
9
|
+
// Clean dist directory
|
|
10
|
+
console.log('🧹 Cleaning dist directory...');
|
|
11
|
+
if (fs.existsSync('./dist')) {
|
|
12
|
+
fs.rmSync('./dist', { recursive: true, force: true });
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
// Create dist directories
|
|
16
|
+
console.log('📁 Creating dist directories...');
|
|
17
|
+
fs.mkdirSync('./dist/esm', { recursive: true });
|
|
18
|
+
fs.mkdirSync('./dist/cjs', { recursive: true });
|
|
19
|
+
fs.mkdirSync('./dist/types', { recursive: true });
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
// Generate i18n/index.ts file dynamically
|
|
23
|
+
console.log('📝 Generating i18n/index.ts...');
|
|
24
|
+
const i18nIndexPath = './i18n/index.ts';
|
|
25
|
+
if (fs.existsSync('./i18n')) {
|
|
26
|
+
const files = fs.readdirSync('./i18n');
|
|
27
|
+
const languages = [];
|
|
28
|
+
|
|
29
|
+
files.forEach(file => {
|
|
30
|
+
// Only include .ts files, exclude index.ts and README.md
|
|
31
|
+
if (file.endsWith('.ts') && file !== 'index.ts') {
|
|
32
|
+
const language = file.replace('.ts', '');
|
|
33
|
+
languages.push(language);
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
// Sort languages alphabetically for consistent output
|
|
38
|
+
languages.sort();
|
|
39
|
+
|
|
40
|
+
if (languages.length > 0) {
|
|
41
|
+
const exportStatements = languages.map(lang => `export * from './${lang}';`).join('\n');
|
|
42
|
+
const i18nIndexContent = `// Export all i18n modules
|
|
43
|
+
${exportStatements}
|
|
44
|
+
`;
|
|
45
|
+
|
|
46
|
+
fs.writeFileSync(i18nIndexPath, i18nIndexContent);
|
|
47
|
+
console.log(`✅ i18n/index.ts generated successfully with ${languages.length} languages`);
|
|
48
|
+
} else {
|
|
49
|
+
console.log('⚠️ No language files found for i18n/index.ts generation');
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// Generate root index.ts file
|
|
54
|
+
console.log('📝 Generating root index.ts...');
|
|
55
|
+
const rootIndexPath = './index.ts';
|
|
56
|
+
const rootIndexContent = `// Re-export all i18n modules
|
|
57
|
+
export * from './i18n';
|
|
58
|
+
`;
|
|
59
|
+
fs.writeFileSync(rootIndexPath, rootIndexContent);
|
|
60
|
+
console.log('✅ Root index.ts generated successfully');
|
|
61
|
+
|
|
62
|
+
// Build ES modules (after index files are generated)
|
|
63
|
+
console.log('📦 Building ES modules...');
|
|
64
|
+
try {
|
|
65
|
+
execSync('npx tsc --project tsconfig.json', { stdio: 'inherit' });
|
|
66
|
+
console.log('✅ ES modules built successfully');
|
|
67
|
+
} catch (error) {
|
|
68
|
+
console.error('❌ Failed to build ES modules:', error.message);
|
|
69
|
+
process.exit(1);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// Build CommonJS modules (after index files are generated)
|
|
73
|
+
console.log('📦 Building CommonJS modules...');
|
|
74
|
+
try {
|
|
75
|
+
execSync('npx tsc --project tsconfig.cjs.json', { stdio: 'inherit' });
|
|
76
|
+
console.log('✅ CommonJS modules built successfully');
|
|
77
|
+
} catch (error) {
|
|
78
|
+
console.error('❌ Failed to build CommonJS modules:', error.message);
|
|
79
|
+
process.exit(1);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// Transform CommonJS i18n index file to use individual const declarations
|
|
83
|
+
console.log('🔄 Transforming CommonJS i18n index...');
|
|
84
|
+
const cjsIndexPath = './dist/cjs/i18n/index.js';
|
|
85
|
+
if (fs.existsSync(cjsIndexPath)) {
|
|
86
|
+
// Dynamically read language files from i18n folder
|
|
87
|
+
const i18nDir = './i18n';
|
|
88
|
+
const languages = [];
|
|
89
|
+
|
|
90
|
+
if (fs.existsSync(i18nDir)) {
|
|
91
|
+
const files = fs.readdirSync(i18nDir);
|
|
92
|
+
files.forEach(file => {
|
|
93
|
+
// Only include .ts files, exclude index.ts and README.md
|
|
94
|
+
if (file.endsWith('.ts') && file !== 'index.ts') {
|
|
95
|
+
const language = file.replace('.ts', '');
|
|
96
|
+
languages.push(language);
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
// Sort languages alphabetically for consistent output
|
|
101
|
+
languages.sort();
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
if (languages.length > 0) {
|
|
105
|
+
const constDeclarations = languages.map(lang => `const ${lang} = require('./${lang}').default;`).join('\n');
|
|
106
|
+
const exportsObject = `module.exports = {\n ${languages.join(',\n ')}\n};`;
|
|
107
|
+
|
|
108
|
+
const newContent = `"use strict";
|
|
109
|
+
// CommonJS exports for i18n modules
|
|
110
|
+
${constDeclarations}
|
|
111
|
+
|
|
112
|
+
${exportsObject}
|
|
113
|
+
`;
|
|
114
|
+
|
|
115
|
+
fs.writeFileSync(cjsIndexPath, newContent);
|
|
116
|
+
console.log(`✅ CommonJS i18n index transformed successfully with ${languages.length} languages`);
|
|
117
|
+
} else {
|
|
118
|
+
console.log('⚠️ No language files found in i18n directory');
|
|
119
|
+
}
|
|
120
|
+
} else {
|
|
121
|
+
console.log('⚠️ CommonJS index file not found for transformation');
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// Note: TypeScript compilation completed using dynamically generated index files
|
|
125
|
+
console.log('📋 TypeScript compilation completed - using dynamically generated index files');
|
|
126
|
+
|
|
127
|
+
console.log('🎉 Build completed successfully!');
|
|
128
|
+
console.log('📁 Output directories:');
|
|
129
|
+
console.log(' - ES modules: ./dist/esm/');
|
|
130
|
+
console.log(' - CommonJS: ./dist/cjs/');
|
|
131
|
+
console.log(' - Type definitions: ./dist/types/');
|
|
@@ -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
|
+
//Czech
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Nalezen v:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'HOST',
|
|
16
|
+
'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.',
|
|
17
|
+
'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.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'ČLEN',
|
|
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
|
+
//Danish (Denmark)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Fundet i:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GÆST',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Gæstegrupper har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Gæster har kun adgang til bestemte områder og har begrænset adgang til brugeroplysninger.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'Medlem',
|
|
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
|
+
//German (Germany)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Gefunden in:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'Gast',
|
|
16
|
+
'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.',
|
|
17
|
+
'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.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'Mitglied',
|
|
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
|
+
//
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Found in:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GUEST',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
|
|
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
|
+
//English (United Kingdom)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Found in:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GUEST',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
|
|
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
|
+
//
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Found in:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GUEST',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Guest groups can only access certain spaces and have limited access to user info.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Guests can only access certain spaces and have limited access to user info.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
|
|
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
|
+
//Spanish (International)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Encontrado en:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'INVITADO',
|
|
16
|
+
'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.',
|
|
17
|
+
'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.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MIEMBRO',
|
|
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
|
+
//Finnish
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Löydetty kohteesta:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'VIERAS',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Vierasryhmillä on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Vierailla on pääsy vain tiettyihin työtiloihin ja rajoitettu pääsy käyttäjätietoihin.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'Jäsen',
|
|
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
|
+
//French (France)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Trouvé dans :',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'INVITÉ',
|
|
16
|
+
'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.",
|
|
17
|
+
'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.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBRE',
|
|
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
|
+
//Hungarian
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Itt található:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'VENDÉG',
|
|
16
|
+
'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.',
|
|
17
|
+
'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.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'TAG',
|
|
19
|
+
'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
|
|
20
|
+
'smart-experiences.smart-hooks.slack.provider': 'Slack',
|
|
21
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// CommonJS exports for i18n modules
|
|
3
|
+
const cs = require('./cs').default;
|
|
4
|
+
const da = require('./da').default;
|
|
5
|
+
const de = require('./de').default;
|
|
6
|
+
const en = require('./en').default;
|
|
7
|
+
const en_GB = require('./en_GB').default;
|
|
8
|
+
const en_ZZ = require('./en_ZZ').default;
|
|
9
|
+
const es = require('./es').default;
|
|
10
|
+
const fi = require('./fi').default;
|
|
11
|
+
const fr = require('./fr').default;
|
|
12
|
+
const hu = require('./hu').default;
|
|
13
|
+
const it = require('./it').default;
|
|
14
|
+
const ja = require('./ja').default;
|
|
15
|
+
const ko = require('./ko').default;
|
|
16
|
+
const nb = require('./nb').default;
|
|
17
|
+
const nl = require('./nl').default;
|
|
18
|
+
const pl = require('./pl').default;
|
|
19
|
+
const pt_BR = require('./pt_BR').default;
|
|
20
|
+
const ru = require('./ru').default;
|
|
21
|
+
const sv = require('./sv').default;
|
|
22
|
+
const th = require('./th').default;
|
|
23
|
+
const tr = require('./tr').default;
|
|
24
|
+
const uk = require('./uk').default;
|
|
25
|
+
const vi = require('./vi').default;
|
|
26
|
+
const zh = require('./zh').default;
|
|
27
|
+
const zh_TW = require('./zh_TW').default;
|
|
28
|
+
|
|
29
|
+
module.exports = {
|
|
30
|
+
cs,
|
|
31
|
+
da,
|
|
32
|
+
de,
|
|
33
|
+
en,
|
|
34
|
+
en_GB,
|
|
35
|
+
en_ZZ,
|
|
36
|
+
es,
|
|
37
|
+
fi,
|
|
38
|
+
fr,
|
|
39
|
+
hu,
|
|
40
|
+
it,
|
|
41
|
+
ja,
|
|
42
|
+
ko,
|
|
43
|
+
nb,
|
|
44
|
+
nl,
|
|
45
|
+
pl,
|
|
46
|
+
pt_BR,
|
|
47
|
+
ru,
|
|
48
|
+
sv,
|
|
49
|
+
th,
|
|
50
|
+
tr,
|
|
51
|
+
uk,
|
|
52
|
+
vi,
|
|
53
|
+
zh,
|
|
54
|
+
zh_TW
|
|
55
|
+
};
|
|
@@ -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
|
+
//Italian (Italy)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Trovato in:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'UTENTE GUEST',
|
|
16
|
+
'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.",
|
|
17
|
+
'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.",
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBRO',
|
|
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
|
+
//Japanese
|
|
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
|
+
//Korean
|
|
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
|
+
//Norwegian (Bokmål)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Funnet på:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GJEST',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Gjestegrupper har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Gjester har bare tilgang til enkelte områder, og har begrenset tilgang til brukeropplysninger.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'Medlem',
|
|
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
|
+
//Dutch (Netherlands)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Gevonden in:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GAST',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Gastgroepen hebben alleen toegang tot bepaalde spaces en hebben beperkte toegang tot gebruikersinformatie.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Gasten hebben alleen toegang tot bepaalde spaces en hebben beperkte toegang tot gebruikersinformatie.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'LID',
|
|
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
|
+
//Polish (Poland)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Znaleziono w:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GOŚĆ',
|
|
16
|
+
'smart-experiences.smart-hooks.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.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Goście mają dostęp wyłącznie do określonych przestrzeni i ograniczony dostęp do informacji o użytkownikach.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'CZŁONEK',
|
|
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
|
+
//Portuguese (Brazil)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Encontrado em:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'CONVIDADO',
|
|
16
|
+
'smart-experiences.smart-hooks.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.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Os convidados só podem acessar determinados espaços e têm acesso limitado às informações do usuário.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'Membro',
|
|
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
|
+
//Russian
|
|
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
|
+
//Swedish
|
|
11
|
+
exports.default = {
|
|
12
|
+
'smart-experiences.smart-hooks.external.sourced.from': 'Hittades i:',
|
|
13
|
+
'smart-experiences.smart-hooks.github.provider': 'GitHub',
|
|
14
|
+
'smart-experiences.smart-hooks.google.provider': 'Google',
|
|
15
|
+
'smart-experiences.smart-hooks.guest.lozenge.text': 'GÄST',
|
|
16
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': 'Gästgrupper kan endast komma åt vissa utrymmen och har begränsad åtkomst till användarinformation.',
|
|
17
|
+
'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': 'Gästerna kan endast komma åt vissa utrymmen och har begränsad åtkomst till användarinformation.',
|
|
18
|
+
'smart-experiences.smart-hooks.member.lozenge.text': 'medlem',
|
|
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
|
+
//Thai (Thailand)
|
|
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
|
+
};
|