@atlaskit/afm-i18n-platform-media-media-ui 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 +176 -0
- package/dist/cjs/i18n/da.js +176 -0
- package/dist/cjs/i18n/de.js +176 -0
- package/dist/cjs/i18n/en.js +176 -0
- package/dist/cjs/i18n/en_GB.js +176 -0
- package/dist/cjs/i18n/en_ZZ.js +176 -0
- package/dist/cjs/i18n/es.js +176 -0
- package/dist/cjs/i18n/fi.js +176 -0
- package/dist/cjs/i18n/fr.js +176 -0
- package/dist/cjs/i18n/hr.js +171 -0
- package/dist/cjs/i18n/hu.js +176 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +176 -0
- package/dist/cjs/i18n/ja.js +176 -0
- package/dist/cjs/i18n/ko.js +176 -0
- package/dist/cjs/i18n/nb.js +176 -0
- package/dist/cjs/i18n/nl.js +176 -0
- package/dist/cjs/i18n/pl.js +176 -0
- package/dist/cjs/i18n/pt_BR.js +176 -0
- package/dist/cjs/i18n/ru.js +176 -0
- package/dist/cjs/i18n/sl.js +162 -0
- package/dist/cjs/i18n/sr_RS.js +171 -0
- package/dist/cjs/i18n/sr_YR.js +171 -0
- package/dist/cjs/i18n/sv.js +176 -0
- package/dist/cjs/i18n/th.js +176 -0
- package/dist/cjs/i18n/tr.js +176 -0
- package/dist/cjs/i18n/uk.js +176 -0
- package/dist/cjs/i18n/vi.js +176 -0
- package/dist/cjs/i18n/zh.js +176 -0
- package/dist/cjs/i18n/zh_TW.js +176 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +173 -0
- package/dist/esm/i18n/cs.js +174 -0
- package/dist/esm/i18n/da.d.ts +173 -0
- package/dist/esm/i18n/da.js +174 -0
- package/dist/esm/i18n/de.d.ts +173 -0
- package/dist/esm/i18n/de.js +174 -0
- package/dist/esm/i18n/en.d.ts +173 -0
- package/dist/esm/i18n/en.js +174 -0
- package/dist/esm/i18n/en_GB.d.ts +173 -0
- package/dist/esm/i18n/en_GB.js +174 -0
- package/dist/esm/i18n/en_ZZ.d.ts +173 -0
- package/dist/esm/i18n/en_ZZ.js +174 -0
- package/dist/esm/i18n/es.d.ts +173 -0
- package/dist/esm/i18n/es.js +174 -0
- package/dist/esm/i18n/fi.d.ts +173 -0
- package/dist/esm/i18n/fi.js +174 -0
- package/dist/esm/i18n/fr.d.ts +173 -0
- package/dist/esm/i18n/fr.js +174 -0
- package/dist/esm/i18n/hr.d.ts +168 -0
- package/dist/esm/i18n/hr.js +169 -0
- package/dist/esm/i18n/hu.d.ts +173 -0
- package/dist/esm/i18n/hu.js +174 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +173 -0
- package/dist/esm/i18n/it.js +174 -0
- package/dist/esm/i18n/ja.d.ts +173 -0
- package/dist/esm/i18n/ja.js +174 -0
- package/dist/esm/i18n/ko.d.ts +173 -0
- package/dist/esm/i18n/ko.js +174 -0
- package/dist/esm/i18n/nb.d.ts +173 -0
- package/dist/esm/i18n/nb.js +174 -0
- package/dist/esm/i18n/nl.d.ts +173 -0
- package/dist/esm/i18n/nl.js +174 -0
- package/dist/esm/i18n/pl.d.ts +173 -0
- package/dist/esm/i18n/pl.js +174 -0
- package/dist/esm/i18n/pt_BR.d.ts +173 -0
- package/dist/esm/i18n/pt_BR.js +174 -0
- package/dist/esm/i18n/ru.d.ts +173 -0
- package/dist/esm/i18n/ru.js +174 -0
- package/dist/esm/i18n/sl.d.ts +159 -0
- package/dist/esm/i18n/sl.js +160 -0
- package/dist/esm/i18n/sr_RS.d.ts +168 -0
- package/dist/esm/i18n/sr_RS.js +169 -0
- package/dist/esm/i18n/sr_YR.d.ts +168 -0
- package/dist/esm/i18n/sr_YR.js +169 -0
- package/dist/esm/i18n/sv.d.ts +173 -0
- package/dist/esm/i18n/sv.js +174 -0
- package/dist/esm/i18n/th.d.ts +173 -0
- package/dist/esm/i18n/th.js +174 -0
- package/dist/esm/i18n/tr.d.ts +173 -0
- package/dist/esm/i18n/tr.js +174 -0
- package/dist/esm/i18n/uk.d.ts +173 -0
- package/dist/esm/i18n/uk.js +174 -0
- package/dist/esm/i18n/vi.d.ts +173 -0
- package/dist/esm/i18n/vi.js +174 -0
- package/dist/esm/i18n/zh.d.ts +173 -0
- package/dist/esm/i18n/zh.js +174 -0
- package/dist/esm/i18n/zh_TW.d.ts +173 -0
- package/dist/esm/i18n/zh_TW.js +174 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +173 -0
- package/dist/types/i18n/da.d.ts +173 -0
- package/dist/types/i18n/de.d.ts +173 -0
- package/dist/types/i18n/en.d.ts +173 -0
- package/dist/types/i18n/en_GB.d.ts +173 -0
- package/dist/types/i18n/en_ZZ.d.ts +173 -0
- package/dist/types/i18n/es.d.ts +173 -0
- package/dist/types/i18n/fi.d.ts +173 -0
- package/dist/types/i18n/fr.d.ts +173 -0
- package/dist/types/i18n/hr.d.ts +168 -0
- package/dist/types/i18n/hu.d.ts +173 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +173 -0
- package/dist/types/i18n/ja.d.ts +173 -0
- package/dist/types/i18n/ko.d.ts +173 -0
- package/dist/types/i18n/nb.d.ts +173 -0
- package/dist/types/i18n/nl.d.ts +173 -0
- package/dist/types/i18n/pl.d.ts +173 -0
- package/dist/types/i18n/pt_BR.d.ts +173 -0
- package/dist/types/i18n/ru.d.ts +173 -0
- package/dist/types/i18n/sl.d.ts +159 -0
- package/dist/types/i18n/sr_RS.d.ts +168 -0
- package/dist/types/i18n/sr_YR.d.ts +168 -0
- package/dist/types/i18n/sv.d.ts +173 -0
- package/dist/types/i18n/th.d.ts +173 -0
- package/dist/types/i18n/tr.d.ts +173 -0
- package/dist/types/i18n/uk.d.ts +173 -0
- package/dist/types/i18n/vi.d.ts +173 -0
- package/dist/types/i18n/zh.d.ts +173 -0
- package/dist/types/i18n/zh_TW.d.ts +173 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +189 -0
- package/i18n/da.ts +187 -0
- package/i18n/de.ts +194 -0
- package/i18n/en.ts +184 -0
- package/i18n/en_GB.ts +184 -0
- package/i18n/en_ZZ.ts +199 -0
- package/i18n/es.ts +189 -0
- package/i18n/fi.ts +188 -0
- package/i18n/fr.ts +191 -0
- package/i18n/hr.ts +181 -0
- package/i18n/hu.ts +189 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +188 -0
- package/i18n/ja.ts +188 -0
- package/i18n/ko.ts +184 -0
- package/i18n/nb.ts +188 -0
- package/i18n/nl.ts +191 -0
- package/i18n/pl.ts +187 -0
- package/i18n/pt_BR.ts +188 -0
- package/i18n/ru.ts +187 -0
- package/i18n/sl.ts +173 -0
- package/i18n/sr_RS.ts +181 -0
- package/i18n/sr_YR.ts +180 -0
- package/i18n/sv.ts +187 -0
- package/i18n/th.ts +186 -0
- package/i18n/tr.ts +190 -0
- package/i18n/uk.ts +190 -0
- package/i18n/vi.ts +187 -0
- package/i18n/zh.ts +177 -0
- package/i18n/zh_TW.ts +177 -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,176 @@
|
|
|
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
|
+
'fabric.media.abuse_modal_body': 'V zájmu vaší bezpečnosti náš systém automaticky skenuje všechny nahrávané soubory. Soubor, který se chystáte stáhnout, může obsahovat škodlivý obsah.',
|
|
13
|
+
'fabric.media.abuse_modal_submit': 'Pokračovat ke stažení',
|
|
14
|
+
'fabric.media.abuse_modal_title': 'Varování',
|
|
15
|
+
'fabric.media.accounts': 'Účty',
|
|
16
|
+
'fabric.media.actions': 'Akce',
|
|
17
|
+
'fabric.media.add_account': 'Přidat účet',
|
|
18
|
+
'fabric.media.add_captions': 'Přidat titulky',
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Jak byste popsali vybraný obrázek někomu se slabým zrakem?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alternativní text',
|
|
21
|
+
'fabric.media.annotate': 'Přidat poznámku',
|
|
22
|
+
'fabric.media.annotate.confirmation.close.anyway': 'Přesto zavřít',
|
|
23
|
+
'fabric.media.annotate.confirmation.content': 'Máte nějaké neuložené změny. Opravdu chcete odejít?',
|
|
24
|
+
'fabric.media.annotate.confirmation.heading': 'Neuložené změny',
|
|
25
|
+
'fabric.media.annotate.tool.arrow': 'Šipka',
|
|
26
|
+
'fabric.media.annotate.tool.blur': 'Rozostření',
|
|
27
|
+
'fabric.media.annotate.tool.brush': 'Štětec',
|
|
28
|
+
'fabric.media.annotate.tool.color': 'Barva',
|
|
29
|
+
'fabric.media.annotate.tool.line.thickness': 'Tloušťka čáry',
|
|
30
|
+
'fabric.media.annotate.tool.shape': 'Tvar',
|
|
31
|
+
'fabric.media.annotate.tool.text': 'Text',
|
|
32
|
+
'fabric.media.archive': 'archivovat',
|
|
33
|
+
'fabric.media.audio': 'zvuk',
|
|
34
|
+
'fabric.media.avatar_picker_back_btn_label': 'Přejít zpět',
|
|
35
|
+
'fabric.media.cancel': 'Zrušit',
|
|
36
|
+
'fabric.media.cant_preview_file_type': 'Nemůžeme zobrazit náhled tohoto typu souboru.',
|
|
37
|
+
'fabric.media.cant_retrieve_files': 'Jejda! Nepodařilo se nám načíst žádné soubory.',
|
|
38
|
+
'fabric.media.cant_retrieve_gifs': 'Nepodařilo se nám dohledat žádné GIFy.',
|
|
39
|
+
'fabric.media.change_view': 'Změnit zobrazení',
|
|
40
|
+
'fabric.media.check_your_network': 'Zkontrolujte své připojení k síti.',
|
|
41
|
+
'fabric.media.click_to_join': 'Připojte se k {context}',
|
|
42
|
+
'fabric.media.click_to_join_description': 'Byli jste schváleni, takže se můžete okamžitě připojit k řešení {context}.',
|
|
43
|
+
'fabric.media.close': 'Zavřít',
|
|
44
|
+
'fabric.media.close_and_reopen': 'Zkuste tento soubor zavřít a znovu otevřít.',
|
|
45
|
+
'fabric.media.connect_account_description': 'Otevřeme novou stránku, abychom vám pomohli připojit váš {name} účet.',
|
|
46
|
+
'fabric.media.connect_link_account': 'Pokud chcete zobrazit náhled, připojte svůj účet',
|
|
47
|
+
'fabric.media.connect_link_account_card_view': 'Připojit',
|
|
48
|
+
'fabric.media.connect_link_account_card_view_description': 'Pokud chcete zobrazit náhled tohoto odkazu, připojte svůj účet {context}.',
|
|
49
|
+
'fabric.media.connect_link_account_card_view_name': 'Připojte svůj účet {context}',
|
|
50
|
+
'fabric.media.connect_to': 'Připojit k {name}',
|
|
51
|
+
'fabric.media.could_not_load_editor': 'Editor se nepodařilo načíst.',
|
|
52
|
+
'fabric.media.could_not_save_image': 'Obrázek se nepodařilo uložit.',
|
|
53
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview': 'Náhled souborů chráněných šifrováním nebo heslem nelze zobrazit.',
|
|
54
|
+
'fabric.media.couldnt_generate_preview': 'Náhled tohoto souboru se nepodařilo vytvořit.',
|
|
55
|
+
'fabric.media.couldnt_load_file': 'Soubor se nepodařilo načíst.',
|
|
56
|
+
'fabric.media.couldnt_load_link': 'Tento odkaz se z neznámého důvodu nepodařilo načíst.',
|
|
57
|
+
'fabric.media.creating_preview': 'Vytváří se náhled…',
|
|
58
|
+
'fabric.media.default_avatars': 'Výchozí avatary',
|
|
59
|
+
'fabric.media.delete': 'Odstranit',
|
|
60
|
+
'fabric.media.disable_fullscreen': 'zakázat zobrazení na celou obrazovku',
|
|
61
|
+
'fabric.media.display_thumbnail': 'Zobrazit miniaturu',
|
|
62
|
+
'fabric.media.document': 'dokument',
|
|
63
|
+
'fabric.media.download': 'Stáhnout',
|
|
64
|
+
'fabric.media.download_disabled_security_policy': 'Stahování je blokováno zásadami zabezpečení vaší organizace.',
|
|
65
|
+
'fabric.media.drag_and_drop_images_here': 'Přetáhněte své obrázky sem.',
|
|
66
|
+
'fabric.media.drag_and_drop_your_files': 'Přetáhněte své soubory kamkoli na stránku nebo',
|
|
67
|
+
'fabric.media.drag_and_drop_your_files_and_folders': 'Přetáhněte své soubory a složky kamkoli na stránku nebo',
|
|
68
|
+
'fabric.media.drop_your_files': 'Chcete-li nahrát soubory, přetáhněte je sem',
|
|
69
|
+
'fabric.media.drop_your_files_here': 'Přetáhněte své soubory sem.',
|
|
70
|
+
'fabric.media.email': 'E-mail',
|
|
71
|
+
'fabric.media.enable_fullscreen': 'povolit zobrazení na celou obrazovku',
|
|
72
|
+
'fabric.media.enter_password': 'Zadejte heslo.',
|
|
73
|
+
'fabric.media.error': 'Chyba',
|
|
74
|
+
'fabric.media.error_429': 'Chyba 429',
|
|
75
|
+
'fabric.media.error_generating_preview': 'Chyba při vytváření náhledu',
|
|
76
|
+
'fabric.media.error_hint_critical': 'Pokud problém přetrvává, kontaktujte podporu.',
|
|
77
|
+
'fabric.media.error_hint_retry': 'Zkuste to znovu a my se o to také pokusíme.',
|
|
78
|
+
'fabric.media.error_loading_file': 'Chyba při načítání souboru',
|
|
79
|
+
'fabric.media.failed_to_load': 'Nepodařilo se načíst',
|
|
80
|
+
'fabric.media.failed_to_upload': 'Nahrání se nezdařilo',
|
|
81
|
+
'fabric.media.file.display_options': 'Možnosti zobrazení',
|
|
82
|
+
'fabric.media.file_is_selected': 'Je vybrán soubor {name}.',
|
|
83
|
+
'fabric.media.forbidden_description': 'K tomuto náhledu nemáte přístup. Pokud potřebujete přístup, obraťte se na správce webu.',
|
|
84
|
+
'fabric.media.give_feedback': 'Váš názor',
|
|
85
|
+
'fabric.media.image': 'obrázek',
|
|
86
|
+
'fabric.media.image_format_invalid_error': 'Nepodařilo se nahrát obrázek, formát je neplatný.',
|
|
87
|
+
'fabric.media.image_size_too_large_error': 'Obrázek je příliš velký. Maximální velikost je {MAX_SIZE_MB} MB.',
|
|
88
|
+
'fabric.media.image_url_invalid_error': 'Nepodařilo se nahrát obrázek, adresa URL je neplatná.',
|
|
89
|
+
'fabric.media.incorrect_password': 'Heslo není správné. Zkuste to znovu.',
|
|
90
|
+
'fabric.media.insert_files': '{0, plural, one {Vložit {0} soubor} few {Vložit {0} soubory} many {Vložit {0} souboru} other {Vložit {0} souborů}}',
|
|
91
|
+
'fabric.media.invalid_permissions': 'Omezený odkaz',
|
|
92
|
+
'fabric.media.invalid_permissions_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup nebo vyzkoušejte jiný účet.',
|
|
93
|
+
'fabric.media.item_not_found_in_list': 'Vybraná položka nebyla v tomto seznamu nalezena.',
|
|
94
|
+
'fabric.media.learn_more': 'Další informace',
|
|
95
|
+
'fabric.media.load_more_gifs': 'Nahrát více GIFů',
|
|
96
|
+
'fabric.media.loading': 'Načítání…',
|
|
97
|
+
'fabric.media.loading_file': 'Načítání souboru…',
|
|
98
|
+
'fabric.media.manage_captions': 'Spravovat titulky',
|
|
99
|
+
'fabric.media.might_be_a_hiccup': 'Chybička se vloudila, ale nevíme kam.',
|
|
100
|
+
'fabric.media.no_gifs_found': 'Haló? Hledali jste mě?',
|
|
101
|
+
'fabric.media.no_gifs_found_suggestion': 'Pro výraz „{query}“ jsme nic nenašli.',
|
|
102
|
+
'fabric.media.no_pdf_artifacts': 'Pro tento soubor nebyly nalezeny žádné PDF artefakty.',
|
|
103
|
+
'fabric.media.not_found_description': 'Odkaz se nepodařilo najít. Zkontrolujte adresu URL a zkuste ji upravit nebo vložit znovu.',
|
|
104
|
+
'fabric.media.not_found_title': 'Jejda. Tento odkaz se nepodařilo najít.',
|
|
105
|
+
'fabric.media.open_file_in_viewer': 'Otevřít {name}',
|
|
106
|
+
'fabric.media.or': 'nebo',
|
|
107
|
+
'fabric.media.or_select_default_avatars': 'Nahrajte fotku nebo vyberte některou z výchozích možností.',
|
|
108
|
+
'fabric.media.password': 'Heslo',
|
|
109
|
+
'fabric.media.password_protected_pdf': 'Tento soubor je chráněn heslem.',
|
|
110
|
+
'fabric.media.pause': 'Pozastavit',
|
|
111
|
+
'fabric.media.play': 'Přehrát',
|
|
112
|
+
'fabric.media.playback_default_speed': 'Výchozí',
|
|
113
|
+
'fabric.media.playback_speed': 'Rychlost přehrávání',
|
|
114
|
+
'fabric.media.preview': 'Náhled',
|
|
115
|
+
'fabric.media.preview_unavailable': 'Náhled není k dispozici',
|
|
116
|
+
'fabric.media.recent_uploads': 'Nedávno nahráno',
|
|
117
|
+
'fabric.media.remove_image': 'Odstranit obrázek',
|
|
118
|
+
'fabric.media.request_access': 'Požádat o přístup',
|
|
119
|
+
'fabric.media.request_access_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup k řešení {context}.',
|
|
120
|
+
'fabric.media.request_access_pending': 'Čeká se na vyřízení přístupu',
|
|
121
|
+
'fabric.media.request_access_pending_description': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
122
|
+
'fabric.media.request_denied_description': 'Vaše žádost o přístup byla odmítnuta. Pokud stále potřebujete přístup, obraťte se na správce webu.',
|
|
123
|
+
'fabric.media.retry': 'Zkusit znovu',
|
|
124
|
+
'fabric.media.save': 'Uložit',
|
|
125
|
+
'fabric.media.search': 'vyhledat',
|
|
126
|
+
'fabric.media.search_all_gifs': 'Prohledejte všechny GIFy!',
|
|
127
|
+
'fabric.media.select_an_avatar': 'Výběr výchozího avatara',
|
|
128
|
+
'fabric.media.select_an_avatar_from_all_defaults': 'Výběr ze všech výchozích možností',
|
|
129
|
+
'fabric.media.share_files_instantly': 'Okamžitě je nasdílíme.',
|
|
130
|
+
'fabric.media.show_more_avatars_btn_label': 'Zobrazit více',
|
|
131
|
+
'fabric.media.size_options': 'Možnosti velikosti',
|
|
132
|
+
'fabric.media.skip_backward': 'Zpět o 10 sekund',
|
|
133
|
+
'fabric.media.skip_forward': 'Dopředu o 10 sekund',
|
|
134
|
+
'fabric.media.something_went_wrong': 'Něco se pokazilo.',
|
|
135
|
+
'fabric.media.srclink': 'Zobrazit v',
|
|
136
|
+
'fabric.media.srclinkunknown': 'Zobrazit originál',
|
|
137
|
+
'fabric.media.submit': 'Odeslat',
|
|
138
|
+
'fabric.media.success': 'Úspěch',
|
|
139
|
+
'fabric.media.text': 'text',
|
|
140
|
+
'fabric.media.try_again': 'Zkusit znovu',
|
|
141
|
+
'fabric.media.try_another_account': 'Zkuste jiný účet',
|
|
142
|
+
'fabric.media.try_downloading_file': 'Pokud chcete soubor zobrazit, zkuste ho stáhnout.',
|
|
143
|
+
'fabric.media.unable_to_annotate_image': 'K tomuto obrázku nemůžete přidávat poznámky.',
|
|
144
|
+
'fabric.media.unknown': 'neznámé',
|
|
145
|
+
'fabric.media.unlink_account': 'Odpojit účet',
|
|
146
|
+
'fabric.media.upload': 'Nahrát',
|
|
147
|
+
'fabric.media.upload_an_avatar': 'Nahrát avatar',
|
|
148
|
+
'fabric.media.upload_file': 'Nahrát soubor',
|
|
149
|
+
'fabric.media.upload_file_from': 'Nahrát soubor z: {name}',
|
|
150
|
+
'fabric.media.upload_photo': 'Nahrát fotku',
|
|
151
|
+
'fabric.media.video': 'video',
|
|
152
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Potvrďte, že chcete tento popisek odstranit.',
|
|
153
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Odstranit popisek',
|
|
154
|
+
'fabric.media.video_captions_delete_error_description': 'Popisek se nepodařilo odstranit.',
|
|
155
|
+
'fabric.media.video_captions_delete_success_description': 'Popisek byl z tohoto videa úspěšně odebrán.',
|
|
156
|
+
'fabric.media.video_captions_enable': 'Skryté titulky',
|
|
157
|
+
'fabric.media.video_captions_select_captions': 'Vybrat titulky',
|
|
158
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Nahrát titulky',
|
|
159
|
+
'fabric.media.video_captions_upload_captions_form_language_picker': 'Vyberte jazyk souboru',
|
|
160
|
+
'fabric.media.video_captions_upload_error_description': 'Popisek se nepodařilo nahrát.',
|
|
161
|
+
'fabric.media.video_captions_upload_success_description': 'Popisek pro toto video byl úspěšně nahrán.',
|
|
162
|
+
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} z {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
163
|
+
'fabric.media.video_seeker_label_assistive_text': 'Posuvník času',
|
|
164
|
+
'fabric.media.view': 'Zobrazit',
|
|
165
|
+
'fabric.media.viewer_rateLimited': 'Při načítání vašeho souboru došlo k potížím.',
|
|
166
|
+
'fabric.media.volume_level': 'ztlumit',
|
|
167
|
+
'fabric.media.webgl_warning_description': 'Váš prohlížeč nepodporuje knihovnu WebGL. Chcete-li přidávat k obrázkům poznámky, použijte prohlížeč, který ji podporuje.',
|
|
168
|
+
'fabric.media.zip_entry_load_failed': 'Načtení daného souboru ZIP potřebného k náhledu se nezdařilo',
|
|
169
|
+
'fabric.media.zoom_in': 'přiblížit',
|
|
170
|
+
'fabric.media.zoom_out': 'oddálit',
|
|
171
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.action': '{key, select, left {Přesunuli jste obrázek zleva doprava, pomocí šipek na klávesnici jej můžete přesunout a oříznout.} right {Přesunuli jste obrázek zprava doleva, pomocí šipek na klávesnici jej můžete přesunout a oříznout.} top {Přesunuli jste obrázek shora dolů, pomocí šipek na klávesnici jej můžete přesunout a oříznout.} other {Přesunuli jste obrázek zdola nahoru, pomocí šipek na klávesnici jej můžete přesunout a oříznout.}}',
|
|
172
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.label': 'Přetahovatelný obrázek. Ujistěte se, že čtečka obrazovky není v režimu procházení. Pomocí šipek na klávesnici můžete obrázek přesunout a oříznout.',
|
|
173
|
+
'media.media-avatar-picker.image-cropper.zoom_in': 'Přiblížit',
|
|
174
|
+
'media.media-avatar-picker.image-cropper.zoom_out': 'Oddálit',
|
|
175
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': 'nastavit přiblížení',
|
|
176
|
+
};
|
|
@@ -0,0 +1,176 @@
|
|
|
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
|
+
'fabric.media.abuse_modal_body': 'Vores system scanner automatisk alle uploadede filer, for at beskytte dig mod skadeligt indhold. Den fil, du skal til at downloade, indeholder potentielt skadeligt indhold',
|
|
13
|
+
'fabric.media.abuse_modal_submit': 'Fortsæt med download',
|
|
14
|
+
'fabric.media.abuse_modal_title': 'Advarsel',
|
|
15
|
+
'fabric.media.accounts': 'Konti',
|
|
16
|
+
'fabric.media.actions': 'Handlinger',
|
|
17
|
+
'fabric.media.add_account': 'Tilføj konto',
|
|
18
|
+
'fabric.media.add_captions': 'Tilføj undertekster',
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Hvordan vil du beskrive det valgte billede for nogen med nedsat syn?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alternativ tekst',
|
|
21
|
+
'fabric.media.annotate': 'Annotér',
|
|
22
|
+
'fabric.media.annotate.confirmation.close.anyway': 'Luk alligevel',
|
|
23
|
+
'fabric.media.annotate.confirmation.content': 'Du har nogle ændringer, der ikke er gemt. Er du sikker på, at du vil forlade siden?',
|
|
24
|
+
'fabric.media.annotate.confirmation.heading': 'Ændringer, der ikke er gemt',
|
|
25
|
+
'fabric.media.annotate.tool.arrow': 'Pil',
|
|
26
|
+
'fabric.media.annotate.tool.blur': 'Slør',
|
|
27
|
+
'fabric.media.annotate.tool.brush': 'Pensel',
|
|
28
|
+
'fabric.media.annotate.tool.color': 'Farve',
|
|
29
|
+
'fabric.media.annotate.tool.line.thickness': 'Stregtykkelse',
|
|
30
|
+
'fabric.media.annotate.tool.shape': 'Form',
|
|
31
|
+
'fabric.media.annotate.tool.text': 'Tekst',
|
|
32
|
+
'fabric.media.archive': 'arkivér',
|
|
33
|
+
'fabric.media.audio': 'lyd',
|
|
34
|
+
'fabric.media.avatar_picker_back_btn_label': 'Gå tilbage',
|
|
35
|
+
'fabric.media.cancel': 'Annullér',
|
|
36
|
+
'fabric.media.cant_preview_file_type': 'Vi kan ikke vise denne filtype.',
|
|
37
|
+
'fabric.media.cant_retrieve_files': 'Ups! Vi kunne ikke finde nogen filer',
|
|
38
|
+
'fabric.media.cant_retrieve_gifs': "Ups! Vi kunne ikke hente GIF'er",
|
|
39
|
+
'fabric.media.change_view': 'Skift visning',
|
|
40
|
+
'fabric.media.check_your_network': 'Tjek din netværksforbindelse',
|
|
41
|
+
'fabric.media.click_to_join': 'Tilmeld dig {context}',
|
|
42
|
+
'fabric.media.click_to_join_description': 'Du er blevet godkendt, så du kan deltage i {context} med det samme.',
|
|
43
|
+
'fabric.media.close': 'Luk',
|
|
44
|
+
'fabric.media.close_and_reopen': 'Prøv at lukke filen og åbne den igen.',
|
|
45
|
+
'fabric.media.connect_account_description': 'Vi åbner en ny side for at hjælpe dig til at forbinde din {name}-konto',
|
|
46
|
+
'fabric.media.connect_link_account': 'Forbind til forhåndsvisning',
|
|
47
|
+
'fabric.media.connect_link_account_card_view': 'Forbind',
|
|
48
|
+
'fabric.media.connect_link_account_card_view_description': 'Tilknyt din {context}-konto, hvis du vil se en forhåndsvisning af dette link',
|
|
49
|
+
'fabric.media.connect_link_account_card_view_name': 'Forbind din {context}-konto',
|
|
50
|
+
'fabric.media.connect_to': 'Forbind til {name}',
|
|
51
|
+
'fabric.media.could_not_load_editor': 'Ups! Vi kunne ikke indlæse editoren',
|
|
52
|
+
'fabric.media.could_not_save_image': 'Ups! Vi kunne ikke gemme billedet',
|
|
53
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview': 'Vi kan ikke vise en forhåndsvisning af krypterede filer eller filer, der er beskyttet af en adgangskode.',
|
|
54
|
+
'fabric.media.couldnt_generate_preview': 'Vi kunne ikke vise denne fil.',
|
|
55
|
+
'fabric.media.couldnt_load_file': 'Vi kunne ikke indlæse filen.',
|
|
56
|
+
'fabric.media.couldnt_load_link': 'Af en ukendt årsag kunne vi ikke indlæse dette link.',
|
|
57
|
+
'fabric.media.creating_preview': 'Opretter forhåndsvisning...',
|
|
58
|
+
'fabric.media.default_avatars': 'Standard-avatarer',
|
|
59
|
+
'fabric.media.delete': 'Slet',
|
|
60
|
+
'fabric.media.disable_fullscreen': 'slå fuldskærmsvisning fra',
|
|
61
|
+
'fabric.media.display_thumbnail': 'Vis miniaturebillede',
|
|
62
|
+
'fabric.media.document': 'dokument',
|
|
63
|
+
'fabric.media.download': 'Hent',
|
|
64
|
+
'fabric.media.download_disabled_security_policy': 'Download blokeres af organisationens sikkerhedspolitik.',
|
|
65
|
+
'fabric.media.drag_and_drop_images_here': 'Træk dine billeder herover, og slip dem',
|
|
66
|
+
'fabric.media.drag_and_drop_your_files': 'Træk, og slip dine filer hertil, eller',
|
|
67
|
+
'fabric.media.drag_and_drop_your_files_and_folders': 'Træk og slip dine filer og mapper hvor som helst eller',
|
|
68
|
+
'fabric.media.drop_your_files': 'Træk filer hertil for at uploade',
|
|
69
|
+
'fabric.media.drop_your_files_here': 'Træk dine filer hertil',
|
|
70
|
+
'fabric.media.email': 'E-mail',
|
|
71
|
+
'fabric.media.enable_fullscreen': 'slå fuldskærmsvisning til',
|
|
72
|
+
'fabric.media.enter_password': 'Indtast adgangskode',
|
|
73
|
+
'fabric.media.error': 'Fejl',
|
|
74
|
+
'fabric.media.error_429': 'Fejl 429',
|
|
75
|
+
'fabric.media.error_generating_preview': 'Fejl ved forhåndsvisning',
|
|
76
|
+
'fabric.media.error_hint_critical': 'Hvis problemet fortsat opstår, skal du kontakte support.',
|
|
77
|
+
'fabric.media.error_hint_retry': 'Prøv igen, så giver vi det endnu et forsøg.',
|
|
78
|
+
'fabric.media.error_loading_file': 'Fejl ved indlæsning af fil',
|
|
79
|
+
'fabric.media.failed_to_load': 'Kunne ikke indlæses',
|
|
80
|
+
'fabric.media.failed_to_upload': 'Upload mislykkedes',
|
|
81
|
+
'fabric.media.file.display_options': 'Visningsindstillinger',
|
|
82
|
+
'fabric.media.file_is_selected': 'Filen {name} er valgt',
|
|
83
|
+
'fabric.media.forbidden_description': 'Du har ikke adgang til denne forhåndsvisning. Kontakt webstedets administrator, hvis du har brug for adgang.',
|
|
84
|
+
'fabric.media.give_feedback': 'Giv feedback',
|
|
85
|
+
'fabric.media.image': 'billede',
|
|
86
|
+
'fabric.media.image_format_invalid_error': 'Billedet kunne ikke indlæses; ugyldigt format.',
|
|
87
|
+
'fabric.media.image_size_too_large_error': 'Billedet er for stort. Det må ikke være større end {MAX_SIZE_MB}MB',
|
|
88
|
+
'fabric.media.image_url_invalid_error': 'Billedet kunne ikke indlæses; ugyldig URL.',
|
|
89
|
+
'fabric.media.incorrect_password': 'Forkert adgangskode. Prøv igen.',
|
|
90
|
+
'fabric.media.insert_files': '{0, plural, one {Indsæt {0} fil} other {Indsæt {0} filer}}',
|
|
91
|
+
'fabric.media.invalid_permissions': 'Begrænset link',
|
|
92
|
+
'fabric.media.invalid_permissions_description': 'Anmod om adgang, eller prøv med en anden konto for at se denne forhåndsvisning.',
|
|
93
|
+
'fabric.media.item_not_found_in_list': 'Det valgte element blev ikke fundet på listen.',
|
|
94
|
+
'fabric.media.learn_more': 'Få mere at vide',
|
|
95
|
+
'fabric.media.load_more_gifs': "Indlæs flere GIF'er",
|
|
96
|
+
'fabric.media.loading': 'Indlæser...',
|
|
97
|
+
'fabric.media.loading_file': 'Indlæser fil …',
|
|
98
|
+
'fabric.media.manage_captions': 'Administrer undertekster',
|
|
99
|
+
'fabric.media.might_be_a_hiccup': 'Det må være et midlertidigt problem.',
|
|
100
|
+
'fabric.media.no_gifs_found': 'Hallo? Var det mig, du ledte efter?',
|
|
101
|
+
'fabric.media.no_gifs_found_suggestion': 'Vi kunne ikke finde noget for "{query}"',
|
|
102
|
+
'fabric.media.no_pdf_artifacts': 'Ingen PDF-artefakter for denne fil fundet.',
|
|
103
|
+
'fabric.media.not_found_description': 'Vi kunne ikke finde linket. Kontrollér og rediger URL-adressen, eller indsæt den igen.',
|
|
104
|
+
'fabric.media.not_found_title': 'Ups. Vi kan ikke finde dette link!',
|
|
105
|
+
'fabric.media.open_file_in_viewer': 'Åbn {name}',
|
|
106
|
+
'fabric.media.or': 'eller',
|
|
107
|
+
'fabric.media.or_select_default_avatars': 'Upload et foto, eller vælg blandt nogle standardmuligheder',
|
|
108
|
+
'fabric.media.password': 'Adgangskode',
|
|
109
|
+
'fabric.media.password_protected_pdf': 'Filen er adgangskodebeskyttet.',
|
|
110
|
+
'fabric.media.pause': 'Sæt på pause',
|
|
111
|
+
'fabric.media.play': 'Afspil',
|
|
112
|
+
'fabric.media.playback_default_speed': 'Standard',
|
|
113
|
+
'fabric.media.playback_speed': 'Afspilningshastighed',
|
|
114
|
+
'fabric.media.preview': 'Vis',
|
|
115
|
+
'fabric.media.preview_unavailable': 'Forhåndsvisning er ikke tilgængelig',
|
|
116
|
+
'fabric.media.recent_uploads': 'Senest uploadet',
|
|
117
|
+
'fabric.media.remove_image': 'Fjern billede',
|
|
118
|
+
'fabric.media.request_access': 'Anmod om adgang',
|
|
119
|
+
'fabric.media.request_access_description': 'Anmod om adgang til {context} for at se denne forhåndsvisning.',
|
|
120
|
+
'fabric.media.request_access_pending': 'Afventer adgang',
|
|
121
|
+
'fabric.media.request_access_pending_description': 'Din anmodning om adgang afventer behandling.',
|
|
122
|
+
'fabric.media.request_denied_description': 'Din anmodning om adgang blev afvist. Kontakt webstedets administrator, hvis du stadig har brug for adgang.',
|
|
123
|
+
'fabric.media.retry': 'Prøv igen',
|
|
124
|
+
'fabric.media.save': 'Gem',
|
|
125
|
+
'fabric.media.search': 'Søg',
|
|
126
|
+
'fabric.media.search_all_gifs': "Søg i alle GIF'er!",
|
|
127
|
+
'fabric.media.select_an_avatar': 'Vælg en standardavatar',
|
|
128
|
+
'fabric.media.select_an_avatar_from_all_defaults': 'Vælg blandt alle standardmulighederne',
|
|
129
|
+
'fabric.media.share_files_instantly': 'Vi deler dem med det samme',
|
|
130
|
+
'fabric.media.show_more_avatars_btn_label': 'Vis mere',
|
|
131
|
+
'fabric.media.size_options': 'Størrelsesindstillinger',
|
|
132
|
+
'fabric.media.skip_backward': '10 sekunder tilbage',
|
|
133
|
+
'fabric.media.skip_forward': '10 sekunder frem',
|
|
134
|
+
'fabric.media.something_went_wrong': 'Noget gik galt.',
|
|
135
|
+
'fabric.media.srclink': 'Vis i',
|
|
136
|
+
'fabric.media.srclinkunknown': 'Vis original',
|
|
137
|
+
'fabric.media.submit': 'Indsend',
|
|
138
|
+
'fabric.media.success': 'Gennemført',
|
|
139
|
+
'fabric.media.text': 'Tekst',
|
|
140
|
+
'fabric.media.try_again': 'Prøv igen',
|
|
141
|
+
'fabric.media.try_another_account': 'Prøv en anden konto',
|
|
142
|
+
'fabric.media.try_downloading_file': 'Prøv at downloade filen for at vise den.',
|
|
143
|
+
'fabric.media.unable_to_annotate_image': 'Du kan ikke annotere dette billede',
|
|
144
|
+
'fabric.media.unknown': 'ukendt',
|
|
145
|
+
'fabric.media.unlink_account': 'Fjern link til konto',
|
|
146
|
+
'fabric.media.upload': 'Upload',
|
|
147
|
+
'fabric.media.upload_an_avatar': 'Upload en avatar',
|
|
148
|
+
'fabric.media.upload_file': 'Upload en fil',
|
|
149
|
+
'fabric.media.upload_file_from': 'Upload en fil fra {name}',
|
|
150
|
+
'fabric.media.upload_photo': 'Upload et foto',
|
|
151
|
+
'fabric.media.video': 'video',
|
|
152
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Bekræft, at du vil slette denne billedtekst.',
|
|
153
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Slet billedtekst',
|
|
154
|
+
'fabric.media.video_captions_delete_error_description': 'Billedteksten kunne ikke slettes.',
|
|
155
|
+
'fabric.media.video_captions_delete_success_description': 'Billedteksten blev fjernet fra denne video.',
|
|
156
|
+
'fabric.media.video_captions_enable': 'Undertekster',
|
|
157
|
+
'fabric.media.video_captions_select_captions': 'Vælg undertekster',
|
|
158
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Upload undertekster',
|
|
159
|
+
'fabric.media.video_captions_upload_captions_form_language_picker': 'Vælg filsproget',
|
|
160
|
+
'fabric.media.video_captions_upload_error_description': 'Billedteksten kunne ikke uploades.',
|
|
161
|
+
'fabric.media.video_captions_upload_success_description': 'Billedteksten blev uploadet til denne video.',
|
|
162
|
+
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} af {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
163
|
+
'fabric.media.video_seeker_label_assistive_text': 'Søg-slider',
|
|
164
|
+
'fabric.media.view': 'Vis',
|
|
165
|
+
'fabric.media.viewer_rateLimited': 'Vi har problemer med at indlæse din fil.',
|
|
166
|
+
'fabric.media.volume_level': 'slå lyd fra',
|
|
167
|
+
'fabric.media.webgl_warning_description': 'Din browser understøtter ikke WebGL. Brug en WebGL-kompatibel browser for at annotere billeder.',
|
|
168
|
+
'fabric.media.zip_entry_load_failed': 'Vi kunne ikke indlæse zip-filelementet til forhåndsvisning',
|
|
169
|
+
'fabric.media.zoom_in': 'zoom ind',
|
|
170
|
+
'fabric.media.zoom_out': 'zoom ud',
|
|
171
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.action': '{key, select, left {Du har flyttet billedet fra venstre mod højre. Brug piletasterne til at flytte og beskære billedet} right {Du har flyttet billedet fra højre mod venstre. Brug piletasterne til at flytte og beskære billedet} top {Du har flyttet billedet fra toppen til bunden. Brug piletasterne til at flytte og beskære billedet} other {Du har flyttet billedet fra bunden til toppen. Brug piletasterne til at flytte og beskære billedet}}',
|
|
172
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.label': 'Flytbart billede. Sørg for, at din skærmlæser ikke er i browsertilstand. Brug piletaster til at flytte og beskære billedet',
|
|
173
|
+
'media.media-avatar-picker.image-cropper.zoom_in': 'Zoom ind',
|
|
174
|
+
'media.media-avatar-picker.image-cropper.zoom_out': 'Zoom ud',
|
|
175
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': 'indstil zoom',
|
|
176
|
+
};
|