@atlaskit/smart-card 19.1.16 → 19.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/cjs/constants.js +2 -1
- package/dist/cjs/extractors/block/index.js +2 -1
- package/dist/cjs/extractors/common/actions/extractPreviewAction.js +2 -1
- package/dist/cjs/extractors/flexible/index.js +3 -0
- package/dist/cjs/extractors/flexible/latest-commit/index.js +21 -0
- package/dist/cjs/i18n/cs.js +29 -115
- package/dist/cjs/i18n/da.js +31 -116
- package/dist/cjs/i18n/de.js +30 -116
- package/dist/cjs/i18n/en.js +29 -115
- package/dist/cjs/i18n/en_GB.js +29 -115
- package/dist/cjs/i18n/en_ZZ.js +10 -129
- package/dist/cjs/i18n/es.js +29 -115
- package/dist/cjs/i18n/fi.js +29 -115
- package/dist/cjs/i18n/fr.js +30 -116
- package/dist/cjs/i18n/hu.js +30 -116
- package/dist/cjs/i18n/it.js +29 -115
- package/dist/cjs/i18n/ja.js +29 -115
- package/dist/cjs/i18n/ko.js +29 -115
- package/dist/cjs/i18n/nb.js +30 -116
- package/dist/cjs/i18n/nl.js +29 -115
- package/dist/cjs/i18n/pl.js +30 -116
- package/dist/cjs/i18n/pt_BR.js +29 -115
- package/dist/cjs/i18n/ru.js +30 -116
- package/dist/cjs/i18n/sv.js +29 -115
- package/dist/cjs/i18n/th.js +29 -115
- package/dist/cjs/i18n/tr.js +30 -116
- package/dist/cjs/i18n/uk.js +29 -115
- package/dist/cjs/i18n/vi.js +29 -115
- package/dist/cjs/i18n/zh.js +30 -116
- package/dist/cjs/i18n/zh_TW.js +29 -115
- package/dist/cjs/state/analytics/useSmartLinkAnalytics.js +12 -12
- package/dist/cjs/state/hooks-external/useSmartLinkActions.js +2 -1
- package/dist/cjs/utils/analytics/analytics.js +8 -4
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/CardWithUrl/component-lazy/LazyFallback.js +4 -2
- package/dist/cjs/view/CardWithUrl/loader.js +4 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/index.js +8 -2
- package/dist/cjs/view/FlexibleCard/components/elements/utils.js +6 -0
- package/dist/cjs/view/HoverCard/components/hover-card-content.js +125 -0
- package/dist/cjs/view/HoverCard/index.js +22 -89
- package/dist/cjs/view/HoverCard/utils.js +3 -1
- package/dist/cjs/view/LinkView/index.js +1 -1
- package/dist/es2019/constants.js +2 -1
- package/dist/es2019/extractors/block/index.js +2 -1
- package/dist/es2019/extractors/common/actions/extractPreviewAction.js +2 -2
- package/dist/es2019/extractors/flexible/index.js +2 -0
- package/dist/es2019/extractors/flexible/latest-commit/index.js +12 -0
- package/dist/es2019/i18n/cs.js +29 -115
- package/dist/es2019/i18n/da.js +31 -116
- package/dist/es2019/i18n/de.js +30 -116
- package/dist/es2019/i18n/en.js +29 -115
- package/dist/es2019/i18n/en_GB.js +29 -115
- package/dist/es2019/i18n/en_ZZ.js +10 -129
- package/dist/es2019/i18n/es.js +29 -115
- package/dist/es2019/i18n/fi.js +29 -115
- package/dist/es2019/i18n/fr.js +30 -116
- package/dist/es2019/i18n/hu.js +30 -116
- package/dist/es2019/i18n/it.js +29 -115
- package/dist/es2019/i18n/ja.js +29 -115
- package/dist/es2019/i18n/ko.js +29 -115
- package/dist/es2019/i18n/nb.js +30 -116
- package/dist/es2019/i18n/nl.js +29 -115
- package/dist/es2019/i18n/pl.js +30 -116
- package/dist/es2019/i18n/pt_BR.js +29 -115
- package/dist/es2019/i18n/ru.js +30 -116
- package/dist/es2019/i18n/sv.js +29 -115
- package/dist/es2019/i18n/th.js +29 -115
- package/dist/es2019/i18n/tr.js +30 -116
- package/dist/es2019/i18n/uk.js +29 -115
- package/dist/es2019/i18n/vi.js +29 -115
- package/dist/es2019/i18n/zh.js +30 -116
- package/dist/es2019/i18n/zh_TW.js +29 -115
- package/dist/es2019/state/analytics/useSmartLinkAnalytics.js +4 -4
- package/dist/es2019/state/hooks-external/useSmartLinkActions.js +2 -1
- package/dist/es2019/utils/analytics/analytics.js +8 -4
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/CardWithUrl/component-lazy/LazyFallback.js +13 -9
- package/dist/es2019/view/CardWithUrl/loader.js +4 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +2 -1
- package/dist/es2019/view/FlexibleCard/components/elements/index.js +5 -0
- package/dist/es2019/view/FlexibleCard/components/elements/utils.js +7 -0
- package/dist/es2019/view/HoverCard/components/hover-card-content.js +85 -0
- package/dist/es2019/view/HoverCard/index.js +23 -78
- package/dist/es2019/view/HoverCard/utils.js +1 -0
- package/dist/es2019/view/LinkView/index.js +1 -1
- package/dist/esm/constants.js +2 -1
- package/dist/esm/extractors/block/index.js +2 -1
- package/dist/esm/extractors/common/actions/extractPreviewAction.js +2 -1
- package/dist/esm/extractors/flexible/index.js +2 -0
- package/dist/esm/extractors/flexible/latest-commit/index.js +12 -0
- package/dist/esm/i18n/cs.js +29 -115
- package/dist/esm/i18n/da.js +31 -116
- package/dist/esm/i18n/de.js +30 -116
- package/dist/esm/i18n/en.js +29 -115
- package/dist/esm/i18n/en_GB.js +29 -115
- package/dist/esm/i18n/en_ZZ.js +10 -129
- package/dist/esm/i18n/es.js +29 -115
- package/dist/esm/i18n/fi.js +29 -115
- package/dist/esm/i18n/fr.js +30 -116
- package/dist/esm/i18n/hu.js +30 -116
- package/dist/esm/i18n/it.js +29 -115
- package/dist/esm/i18n/ja.js +29 -115
- package/dist/esm/i18n/ko.js +29 -115
- package/dist/esm/i18n/nb.js +30 -116
- package/dist/esm/i18n/nl.js +29 -115
- package/dist/esm/i18n/pl.js +30 -116
- package/dist/esm/i18n/pt_BR.js +29 -115
- package/dist/esm/i18n/ru.js +30 -116
- package/dist/esm/i18n/sv.js +29 -115
- package/dist/esm/i18n/th.js +29 -115
- package/dist/esm/i18n/tr.js +30 -116
- package/dist/esm/i18n/uk.js +29 -115
- package/dist/esm/i18n/vi.js +29 -115
- package/dist/esm/i18n/zh.js +30 -116
- package/dist/esm/i18n/zh_TW.js +29 -115
- package/dist/esm/state/analytics/useSmartLinkAnalytics.js +12 -12
- package/dist/esm/state/hooks-external/useSmartLinkActions.js +2 -1
- package/dist/esm/utils/analytics/analytics.js +8 -4
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/CardWithUrl/component-lazy/LazyFallback.js +4 -2
- package/dist/esm/view/CardWithUrl/loader.js +4 -2
- package/dist/esm/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/index.js +5 -0
- package/dist/esm/view/FlexibleCard/components/elements/utils.js +6 -0
- package/dist/esm/view/HoverCard/components/hover-card-content.js +99 -0
- package/dist/esm/view/HoverCard/index.js +25 -87
- package/dist/esm/view/HoverCard/utils.js +1 -0
- package/dist/esm/view/LinkView/index.js +1 -1
- package/dist/types/constants.d.ts +3 -2
- package/dist/types/extractors/block/types.d.ts +2 -0
- package/dist/types/extractors/common/__mocks__/jsonld.d.ts +91 -0
- package/dist/types/extractors/common/actions/extractPreviewAction.d.ts +2 -1
- package/dist/types/extractors/flexible/latest-commit/index.d.ts +2 -0
- package/dist/types/i18n/cs.d.ts +28 -114
- package/dist/types/i18n/da.d.ts +28 -113
- package/dist/types/i18n/de.d.ts +28 -114
- package/dist/types/i18n/en.d.ts +28 -114
- package/dist/types/i18n/en_GB.d.ts +28 -114
- package/dist/types/i18n/en_ZZ.d.ts +9 -128
- package/dist/types/i18n/es.d.ts +28 -114
- package/dist/types/i18n/fi.d.ts +28 -114
- package/dist/types/i18n/fr.d.ts +28 -114
- package/dist/types/i18n/hu.d.ts +28 -114
- package/dist/types/i18n/it.d.ts +28 -114
- package/dist/types/i18n/ja.d.ts +28 -114
- package/dist/types/i18n/ko.d.ts +28 -114
- package/dist/types/i18n/nb.d.ts +28 -114
- package/dist/types/i18n/nl.d.ts +28 -114
- package/dist/types/i18n/pl.d.ts +28 -114
- package/dist/types/i18n/pt_BR.d.ts +28 -114
- package/dist/types/i18n/ru.d.ts +28 -114
- package/dist/types/i18n/sv.d.ts +28 -114
- package/dist/types/i18n/th.d.ts +28 -114
- package/dist/types/i18n/tr.d.ts +28 -114
- package/dist/types/i18n/uk.d.ts +28 -114
- package/dist/types/i18n/vi.d.ts +28 -114
- package/dist/types/i18n/zh.d.ts +28 -114
- package/dist/types/i18n/zh_TW.d.ts +28 -114
- package/dist/types/state/actions/index.d.ts +2 -1
- package/dist/types/state/analytics/useSmartLinkAnalytics.d.ts +2 -2
- package/dist/types/state/flexible-ui-context/types.d.ts +4 -0
- package/dist/types/state/hooks/useSmartLink.d.ts +3 -3
- package/dist/types/state/hooks-external/useSmartLinkActions.d.ts +2 -2
- package/dist/types/utils/analytics/analytics.d.ts +4 -4
- package/dist/types/view/Card/index.d.ts +1 -1
- package/dist/types/view/Card/types.d.ts +1 -0
- package/dist/types/view/CardWithUrl/types.d.ts +1 -0
- package/dist/types/view/FlexibleCard/components/blocks/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/elements/index.d.ts +4 -0
- package/dist/types/view/HoverCard/components/hover-card-content.d.ts +4 -0
- package/dist/types/view/HoverCard/types.d.ts +12 -0
- package/dist/types/view/HoverCard/utils.d.ts +1 -0
- package/dist/types/view/LinkView/index.d.ts +4 -1
- package/package.json +3 -3
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -6,152 +6,66 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Czech
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
10
|
-
'fabric.linking.cannot_find_link': 'Nepodařilo se najít odkaz.',
|
|
11
|
-
'fabric.linking.join_to_view': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
12
|
-
'fabric.linking.create_on': 'Vytvořeno {context}',
|
|
13
|
-
'fabric.linking.created_by': 'Vytvořil(a) {context}',
|
|
14
|
-
'fabric.linking.delete': 'Odstranit',
|
|
15
|
-
'fabric.linking.edit': 'Upravit',
|
|
16
|
-
'fabric.linking.forbidden_access': 'Přístup byl odepřen',
|
|
17
|
-
'fabric.linking.restricted_link': 'Omezený odkaz, zkuste jiný účet.',
|
|
18
|
-
'fabric.linking.modified_on': 'Aktualizováno {context}',
|
|
19
|
-
'fabric.linking.pending_request': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
20
|
-
'fabric.linking.priority_blocker': 'Blokující',
|
|
21
|
-
'fabric.linking.priority_critical': 'Kritická',
|
|
22
|
-
'fabric.linking.priority_high': 'Vysoká',
|
|
23
|
-
'fabric.linking.priority_highest': 'Nejvyšší',
|
|
24
|
-
'fabric.linking.priority_low': 'Nízká',
|
|
25
|
-
'fabric.linking.priority_lowest': 'Nejnižší',
|
|
26
|
-
'fabric.linking.priority_major': 'Vysoká',
|
|
27
|
-
'fabric.linking.priority_medium': 'Střední',
|
|
28
|
-
'fabric.linking.priority_minor': 'Nízká',
|
|
29
|
-
'fabric.linking.priority_trivial': 'Triviální',
|
|
30
|
-
'fabric.linking.priority_undefined': 'Nedefinováno',
|
|
31
|
-
'fabric.linking.request_access_to_view': 'Chcete-li si zobrazit tento požadavek, požádejte o přístup ke službě {context}.',
|
|
32
|
-
'fabric.linking.request_denied': 'Vaše žádost o přístup byla odmítnuta.',
|
|
33
|
-
'fabric.linking.updated_by': 'Upravil(a) {context}',
|
|
34
|
-
'fabric.linking.accounts': 'Účty',
|
|
35
9
|
'fabric.linking.actions': 'Akce',
|
|
36
10
|
'fabric.linking.add_account': 'Přidat účet',
|
|
37
|
-
'fabric.linking.annotate': 'Přidat poznámku',
|
|
38
|
-
'fabric.linking.annotate.confirmation.close.anyway': 'Přesto zavřít',
|
|
39
|
-
'fabric.linking.annotate.confirmation.content': 'Máte nějaké neuložené změny. Opravdu chcete odejít?',
|
|
40
|
-
'fabric.linking.annotate.confirmation.heading': 'Neuložené změny',
|
|
41
|
-
'fabric.linking.annotate.tool.arrow': 'Šipka',
|
|
42
|
-
'fabric.linking.annotate.tool.blur': 'Rozostření',
|
|
43
|
-
'fabric.linking.annotate.tool.brush': 'Štětec',
|
|
44
|
-
'fabric.linking.annotate.tool.color': 'Barva',
|
|
45
|
-
'fabric.linking.annotate.tool.line.thickness': 'Tloušťka čáry',
|
|
46
|
-
'fabric.linking.annotate.tool.shape': 'Tvar',
|
|
47
|
-
'fabric.linking.annotate.tool.text': 'Text',
|
|
48
|
-
'fabric.linking.archive': 'archivovat',
|
|
49
|
-
'fabric.linking.audio': 'zvuk',
|
|
50
11
|
'fabric.linking.cancel': 'Zrušit',
|
|
51
|
-
'fabric.linking.
|
|
52
|
-
'fabric.linking.
|
|
53
|
-
'fabric.linking.cant_retrieve_gifs': 'Nepodařilo se nám dohledat žádné GIFy.',
|
|
54
|
-
'fabric.linking.change_view': 'Změnit zobrazení',
|
|
55
|
-
'fabric.linking.check_your_network': 'Zkontrolujte své připojení k síti.',
|
|
12
|
+
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
13
|
+
'fabric.linking.cannot_find_link': 'Nepodařilo se najít odkaz.',
|
|
56
14
|
'fabric.linking.click_to_join': 'Připojte se k {context}',
|
|
57
15
|
'fabric.linking.click_to_join_description': 'Byli jste schváleni, takže se můžete okamžitě připojit k řešení {context}.',
|
|
58
16
|
'fabric.linking.close': 'Zavřít',
|
|
59
|
-
'fabric.linking.close_and_reopen': 'Zkuste tento soubor zavřít a znovu otevřít.',
|
|
60
17
|
'fabric.linking.connect_account_description': 'Otevřeme novou stránku, abychom vám pomohli připojit váš {name} účet.',
|
|
61
18
|
'fabric.linking.connect_link_account': 'Pokud chcete zobrazit náhled, připojte svůj účet',
|
|
62
19
|
'fabric.linking.connect_link_account_card_view': 'Připojit',
|
|
63
20
|
'fabric.linking.connect_link_account_card_view_description': 'Pokud chcete zobrazit náhled tohoto odkazu, připojte svůj účet {context}.',
|
|
64
21
|
'fabric.linking.connect_link_account_card_view_name': 'Připojte svůj účet {context}',
|
|
65
22
|
'fabric.linking.connect_to': 'Připojit k {name}',
|
|
66
|
-
'fabric.linking.could_not_load_editor': 'Editor se nepodařilo načíst.',
|
|
67
|
-
'fabric.linking.could_not_save_image': 'Obrázek se nepodařilo uložit.',
|
|
68
|
-
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Náhled souborů chráněných šifrováním nebo heslem nelze zobrazit.',
|
|
69
|
-
'fabric.linking.couldnt_generate_preview': 'Náhled tohoto souboru se nepodařilo vytvořit.',
|
|
70
|
-
'fabric.linking.couldnt_load_file': 'Soubor se nepodařilo načíst.',
|
|
71
23
|
'fabric.linking.couldnt_load_link': 'Tento odkaz se z neznámého důvodu nepodařilo načíst.',
|
|
72
|
-
'fabric.linking.
|
|
73
|
-
'fabric.linking.
|
|
74
|
-
'fabric.linking.
|
|
75
|
-
'fabric.linking.
|
|
76
|
-
'fabric.linking.document': 'dokument',
|
|
24
|
+
'fabric.linking.create_on_absolute': 'Vytvořeno: {context}',
|
|
25
|
+
'fabric.linking.create_on_relative': 'Vytvořeno: {context}',
|
|
26
|
+
'fabric.linking.created_by': 'Vytvořil(a) {context}',
|
|
27
|
+
'fabric.linking.delete': 'Odstranit',
|
|
77
28
|
'fabric.linking.download': 'Stáhnout',
|
|
78
|
-
'fabric.linking.
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Přetáhněte své soubory a složky kamkoli na stránku nebo',
|
|
81
|
-
'fabric.linking.drop_your_files': 'Chcete-li nahrát soubory, přetáhněte je sem',
|
|
82
|
-
'fabric.linking.drop_your_files_here': 'Přetáhněte své soubory sem.',
|
|
83
|
-
'fabric.linking.email': 'E-mail',
|
|
84
|
-
'fabric.linking.enable_fullscreen': 'povolit zobrazení na celou obrazovku',
|
|
85
|
-
'fabric.linking.error_429': 'Chyba 429',
|
|
86
|
-
'fabric.linking.error_generating_preview': 'Chyba při vytváření náhledu',
|
|
87
|
-
'fabric.linking.error_hint_critical': 'Pokud problém přetrvává, kontaktujte podporu.',
|
|
88
|
-
'fabric.linking.error_hint_retry': 'Zkuste to znovu a my se o to také pokusíme.',
|
|
89
|
-
'fabric.linking.error_loading_file': 'Chyba při načítání souboru',
|
|
90
|
-
'fabric.linking.failed_to_load': 'Nepodařilo se načíst',
|
|
91
|
-
'fabric.linking.failed_to_upload': 'Nahrání se nezdařilo',
|
|
29
|
+
'fabric.linking.edit': 'Upravit',
|
|
30
|
+
'fabric.linking.forbidden_access': 'Přístup byl odepřen',
|
|
92
31
|
'fabric.linking.forbidden_description': 'K tomuto náhledu nemáte přístup. Pokud potřebujete přístup, obraťte se na správce webu.',
|
|
93
|
-
'fabric.linking.give_feedback': 'Váš názor',
|
|
94
|
-
'fabric.linking.image': 'obrázek',
|
|
95
|
-
'fabric.linking.image_format_invalid_error': 'Nepodařilo se nahrát obrázek, formát je neplatný.',
|
|
96
|
-
'fabric.linking.image_size_too_large_error': 'Obrázek je příliš velký. Maximální velikost je {MAX_SIZE_MB} MB.',
|
|
97
|
-
'fabric.linking.image_url_invalid_error': 'Nepodařilo se nahrát obrázek, adresa URL je neplatná.',
|
|
98
|
-
'fabric.linking.insert_files': '{0, plural, one {Vložit {0} soubor} few {Vložit {0} soubory} many {Vložit {0} souboru} other {Vložit {0} souborů}}',
|
|
99
32
|
'fabric.linking.invalid_permissions': 'Omezený odkaz',
|
|
100
33
|
'fabric.linking.invalid_permissions_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup nebo vyzkoušejte jiný účet.',
|
|
101
|
-
'fabric.linking.
|
|
102
|
-
'fabric.linking.learn_more': 'Další informace',
|
|
103
|
-
'fabric.linking.load_more_gifs': 'Nahrát více GIFů',
|
|
34
|
+
'fabric.linking.join_to_view': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
104
35
|
'fabric.linking.loading': 'Načítání…',
|
|
105
|
-
'fabric.linking.
|
|
106
|
-
'fabric.linking.
|
|
107
|
-
'fabric.linking.
|
|
108
|
-
'fabric.linking.no_gifs_found_suggestion': 'Pro výraz „{query}“ jsme nic nenašli.',
|
|
109
|
-
'fabric.linking.no_pdf_artifacts': 'Pro tento soubor nebyly nalezeny žádné PDF artefakty.',
|
|
36
|
+
'fabric.linking.modified_on_absolute': 'Aktualizováno: {context}',
|
|
37
|
+
'fabric.linking.modified_on_relative': 'Aktualizováno: {context}',
|
|
38
|
+
'fabric.linking.more_actions': 'Další akce',
|
|
110
39
|
'fabric.linking.not_found_description': 'Odkaz se nepodařilo najít. Zkontrolujte adresu URL a zkuste ji upravit nebo vložit znovu.',
|
|
111
40
|
'fabric.linking.not_found_title': 'Jejda. Tento odkaz se nepodařilo najít.',
|
|
112
|
-
'fabric.linking.
|
|
113
|
-
'fabric.linking.pause': 'Pozastavit',
|
|
114
|
-
'fabric.linking.play': 'Přehrát',
|
|
115
|
-
'fabric.linking.playback_default_speed': 'Výchozí',
|
|
116
|
-
'fabric.linking.playback_speed': 'Rychlost přehrávání',
|
|
41
|
+
'fabric.linking.pending_request': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
117
42
|
'fabric.linking.preview': 'Náhled',
|
|
118
|
-
'fabric.linking.
|
|
119
|
-
'fabric.linking.
|
|
120
|
-
'fabric.linking.
|
|
121
|
-
'fabric.linking.
|
|
43
|
+
'fabric.linking.priority_blocker': 'Blokující',
|
|
44
|
+
'fabric.linking.priority_critical': 'Kritická',
|
|
45
|
+
'fabric.linking.priority_high': 'Vysoká',
|
|
46
|
+
'fabric.linking.priority_highest': 'Nejvyšší',
|
|
47
|
+
'fabric.linking.priority_low': 'Nízká',
|
|
48
|
+
'fabric.linking.priority_lowest': 'Nejnižší',
|
|
49
|
+
'fabric.linking.priority_major': 'Vysoká',
|
|
50
|
+
'fabric.linking.priority_medium': 'Střední',
|
|
51
|
+
'fabric.linking.priority_minor': 'Nízká',
|
|
52
|
+
'fabric.linking.priority_trivial': 'Triviální',
|
|
53
|
+
'fabric.linking.priority_undefined': 'Nedefinováno',
|
|
122
54
|
'fabric.linking.request_access': 'Požádat o přístup',
|
|
123
55
|
'fabric.linking.request_access_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup k řešení {context}.',
|
|
124
56
|
'fabric.linking.request_access_pending': 'Čeká se na vyřízení přístupu',
|
|
125
57
|
'fabric.linking.request_access_pending_description': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
58
|
+
'fabric.linking.request_access_to_view': 'Chcete-li si zobrazit tento požadavek, požádejte o přístup ke službě {context}.',
|
|
59
|
+
'fabric.linking.request_denied': 'Vaše žádost o přístup byla odmítnuta.',
|
|
126
60
|
'fabric.linking.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.',
|
|
61
|
+
'fabric.linking.restricted_link': 'Omezený odkaz, zkuste jiný účet.',
|
|
127
62
|
'fabric.linking.retry': 'Zkusit znovu',
|
|
128
63
|
'fabric.linking.save': 'Uložit',
|
|
129
|
-
'fabric.linking.search': 'vyhledat',
|
|
130
|
-
'fabric.linking.search_all_gifs': 'Prohledejte všechny GIFy!',
|
|
131
|
-
'fabric.linking.share_files_instantly': 'Okamžitě je nasdílíme.',
|
|
132
|
-
'fabric.linking.skip_backward': 'Zpět o 10 sekund',
|
|
133
|
-
'fabric.linking.skip_forward': 'Dopředu o 10 sekund',
|
|
134
|
-
'fabric.linking.something_went_wrong': 'Něco se pokazilo.',
|
|
135
64
|
'fabric.linking.srclink': 'Zobrazit v',
|
|
136
65
|
'fabric.linking.srclinkunknown': 'Zobrazit originál',
|
|
137
|
-
'fabric.linking.text': 'text',
|
|
138
66
|
'fabric.linking.try_again': 'Zkusit znovu',
|
|
139
67
|
'fabric.linking.try_another_account': 'Zkuste jiný účet',
|
|
140
|
-
'fabric.linking.try_downloading_file': 'Pokud chcete soubor zobrazit, zkuste ho stáhnout.',
|
|
141
|
-
'fabric.linking.unable_to_annotate_image': 'K tomuto obrázku nemůžete přidávat poznámky.',
|
|
142
|
-
'fabric.linking.unknown': 'neznámé',
|
|
143
68
|
'fabric.linking.unlink_account': 'Odpojit účet',
|
|
144
|
-
'fabric.linking.
|
|
145
|
-
'fabric.linking.
|
|
146
|
-
'fabric.linking.upload_file': 'Nahrát soubor',
|
|
147
|
-
'fabric.linking.upload_file_from': 'Nahrát soubor z: {name}',
|
|
148
|
-
'fabric.linking.upload_image': 'Nahrát obrázek',
|
|
149
|
-
'fabric.linking.upload_photo': 'Nahrát fotku',
|
|
150
|
-
'fabric.linking.video': 'video',
|
|
151
|
-
'fabric.linking.view': 'Zobrazit',
|
|
152
|
-
'fabric.linking.viewer_rateLimited': 'Při načítání vašeho souboru došlo k potížím.',
|
|
153
|
-
'fabric.linking.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.',
|
|
154
|
-
'fabric.linking.zip_entry_load_failed': 'Načtení daného souboru ZIP potřebného k náhledu se nezdařilo',
|
|
155
|
-
'fabric.linking.zoom_in': 'přiblížit',
|
|
156
|
-
'fabric.linking.zoom_out': 'oddálit'
|
|
69
|
+
'fabric.linking.updated_by': 'Upravil(a) {context}',
|
|
70
|
+
'fabric.linking.view': 'Zobrazit'
|
|
157
71
|
};
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -6,151 +6,66 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Danish (Denmark)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
|
|
10
|
-
'fabric.linking.cannot_find_link': 'Kan ikke finde linket',
|
|
11
|
-
'fabric.linking.join_to_view': 'Deltag i {context} for at se denne sag',
|
|
12
|
-
'fabric.linking.create_on': 'Oprettet {context}',
|
|
13
|
-
'fabric.linking.created_by': 'Oprettet af {context}',
|
|
14
|
-
'fabric.linking.delete': 'Slet',
|
|
15
|
-
'fabric.linking.edit': 'Rediger',
|
|
16
|
-
'fabric.linking.forbidden_access': 'Du har ikke adgang',
|
|
17
|
-
'fabric.linking.modified_on': 'Opdateret {context}',
|
|
18
|
-
'fabric.linking.pending_request': 'Din anmodning om adgang afventer behandling',
|
|
19
|
-
'fabric.linking.priority_blocker': 'Blokering',
|
|
20
|
-
'fabric.linking.priority_critical': 'Kritisk',
|
|
21
|
-
'fabric.linking.priority_high': 'Høj',
|
|
22
|
-
'fabric.linking.priority_highest': 'Højeste',
|
|
23
|
-
'fabric.linking.priority_low': 'Lav',
|
|
24
|
-
'fabric.linking.priority_lowest': 'Laveste',
|
|
25
|
-
'fabric.linking.priority_major': 'Væsentlig',
|
|
26
|
-
'fabric.linking.priority_medium': 'Middel',
|
|
27
|
-
'fabric.linking.priority_minor': 'Mindre',
|
|
28
|
-
'fabric.linking.priority_trivial': 'Triviel',
|
|
29
|
-
'fabric.linking.priority_undefined': 'Ikke defineret',
|
|
30
|
-
'fabric.linking.request_access_to_view': 'Anmod om adgang til {context} for at se denne sag',
|
|
31
|
-
'fabric.linking.request_denied': 'Din anmodning om adgang blev afvist',
|
|
32
|
-
'fabric.linking.updated_by': 'Ændret af {context}',
|
|
33
|
-
'fabric.linking.accounts': 'Konti',
|
|
34
9
|
'fabric.linking.actions': 'Handlinger',
|
|
35
10
|
'fabric.linking.add_account': 'Tilføj konto',
|
|
36
|
-
'fabric.linking.
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.annotate.confirmation.heading': 'Ændringer, der ikke er gemt',
|
|
40
|
-
'fabric.linking.annotate.tool.arrow': 'Pil',
|
|
41
|
-
'fabric.linking.annotate.tool.blur': 'Slør',
|
|
42
|
-
'fabric.linking.annotate.tool.brush': 'Pensel',
|
|
43
|
-
'fabric.linking.annotate.tool.color': 'Farve',
|
|
44
|
-
'fabric.linking.annotate.tool.line.thickness': 'Stregtykkelse',
|
|
45
|
-
'fabric.linking.annotate.tool.shape': 'Form',
|
|
46
|
-
'fabric.linking.annotate.tool.text': 'Tekst',
|
|
47
|
-
'fabric.linking.archive': 'arkivér',
|
|
48
|
-
'fabric.linking.audio': 'lyd',
|
|
49
|
-
'fabric.linking.cancel': 'Annullér',
|
|
50
|
-
'fabric.linking.cant_preview_file_type': 'Vi kan ikke vise denne filtype.',
|
|
51
|
-
'fabric.linking.cant_retrieve_files': 'Ups! Vi kunne ikke finde nogen filer',
|
|
52
|
-
'fabric.linking.cant_retrieve_gifs': "Ups! Vi kunne ikke hente GIF'er",
|
|
53
|
-
'fabric.linking.change_view': 'Skift visning',
|
|
54
|
-
'fabric.linking.check_your_network': 'Tjek din netværksforbindelse',
|
|
11
|
+
'fabric.linking.cancel': 'Annuller',
|
|
12
|
+
'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
|
|
13
|
+
'fabric.linking.cannot_find_link': 'Kan ikke finde linket',
|
|
55
14
|
'fabric.linking.click_to_join': 'Tilmeld dig {context}',
|
|
56
15
|
'fabric.linking.click_to_join_description': 'Du er blevet godkendt, så du kan deltage i {context} med det samme.',
|
|
57
16
|
'fabric.linking.close': 'Luk',
|
|
58
|
-
'fabric.linking.close_and_reopen': 'Prøv at lukke filen og åbne den igen.',
|
|
59
17
|
'fabric.linking.connect_account_description': 'Vi åbner en ny side for at hjælpe dig til at forbinde din {name}-konto',
|
|
60
18
|
'fabric.linking.connect_link_account': 'Forbind til forhåndsvisning',
|
|
61
19
|
'fabric.linking.connect_link_account_card_view': 'Forbind',
|
|
62
20
|
'fabric.linking.connect_link_account_card_view_description': 'Tilknyt din {context}-konto, hvis du vil se en forhåndsvisning af dette link',
|
|
63
21
|
'fabric.linking.connect_link_account_card_view_name': 'Forbind din {context}-konto',
|
|
64
22
|
'fabric.linking.connect_to': 'Forbind til {name}',
|
|
65
|
-
'fabric.linking.could_not_load_editor': 'Ups! Vi kunne ikke indlæse editoren',
|
|
66
|
-
'fabric.linking.could_not_save_image': 'Ups! Vi kunne ikke gemme billedet',
|
|
67
|
-
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Vi kan ikke vise en forhåndsvisning af krypterede filer eller filer, der er beskyttet af en adgangskode.',
|
|
68
|
-
'fabric.linking.couldnt_generate_preview': 'Vi kunne ikke vise denne fil.',
|
|
69
|
-
'fabric.linking.couldnt_load_file': 'Vi kunne ikke indlæse filen.',
|
|
70
23
|
'fabric.linking.couldnt_load_link': 'Af en ukendt årsag kunne vi ikke indlæse dette link.',
|
|
71
|
-
'fabric.linking.
|
|
72
|
-
'fabric.linking.
|
|
73
|
-
'fabric.linking.
|
|
74
|
-
'fabric.linking.
|
|
75
|
-
'fabric.linking.document': 'dokument',
|
|
24
|
+
'fabric.linking.create_on_absolute': 'Oprettet {context}',
|
|
25
|
+
'fabric.linking.create_on_relative': 'Oprettet: {context}',
|
|
26
|
+
'fabric.linking.created_by': 'Oprettet af {context}',
|
|
27
|
+
'fabric.linking.delete': 'Slet',
|
|
76
28
|
'fabric.linking.download': 'Hent',
|
|
77
|
-
'fabric.linking.
|
|
78
|
-
'fabric.linking.
|
|
79
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Træk og slip dine filer og mapper hvor som helst eller',
|
|
80
|
-
'fabric.linking.drop_your_files': 'Træk filer hertil for at uploade',
|
|
81
|
-
'fabric.linking.drop_your_files_here': 'Træk dine filer hertil',
|
|
82
|
-
'fabric.linking.email': 'E-mail',
|
|
83
|
-
'fabric.linking.enable_fullscreen': 'slå fuldskærmsvisning til',
|
|
84
|
-
'fabric.linking.error_429': 'Fejl 429',
|
|
85
|
-
'fabric.linking.error_generating_preview': 'Fejl ved forhåndsvisning',
|
|
86
|
-
'fabric.linking.error_hint_critical': 'Hvis problemet fortsat opstår, skal du kontakte support.',
|
|
87
|
-
'fabric.linking.error_hint_retry': 'Prøv igen, så giver vi det endnu et forsøg.',
|
|
88
|
-
'fabric.linking.error_loading_file': 'Fejl ved indlæsning af fil',
|
|
89
|
-
'fabric.linking.failed_to_load': 'Kunne ikke indlæses',
|
|
90
|
-
'fabric.linking.failed_to_upload': 'Upload mislykkedes',
|
|
29
|
+
'fabric.linking.edit': 'Rediger',
|
|
30
|
+
'fabric.linking.forbidden_access': 'Du har ikke adgang',
|
|
91
31
|
'fabric.linking.forbidden_description': 'Du har ikke adgang til denne forhåndsvisning. Kontakt webstedets administrator, hvis du har brug for adgang.',
|
|
92
|
-
'fabric.linking.give_feedback': 'Giv feedback',
|
|
93
|
-
'fabric.linking.image': 'billede',
|
|
94
|
-
'fabric.linking.image_format_invalid_error': 'Billedet kunne ikke indlæses; ugyldigt format.',
|
|
95
|
-
'fabric.linking.image_size_too_large_error': 'Billedet er for stort. Det må ikke være større end {MAX_SIZE_MB}MB',
|
|
96
|
-
'fabric.linking.image_url_invalid_error': 'Billedet kunne ikke indlæses; ugyldig URL.',
|
|
97
|
-
'fabric.linking.insert_files': '{0, plural, one {Indsæt {0} fil} other {Indsæt {0} filer}}',
|
|
98
32
|
'fabric.linking.invalid_permissions': 'Begrænset link',
|
|
99
33
|
'fabric.linking.invalid_permissions_description': 'Anmod om adgang, eller prøv med en anden konto for at se denne forhåndsvisning.',
|
|
100
|
-
'fabric.linking.
|
|
101
|
-
'fabric.linking.
|
|
102
|
-
'fabric.linking.
|
|
103
|
-
'fabric.linking.
|
|
104
|
-
'fabric.linking.
|
|
105
|
-
'fabric.linking.might_be_a_hiccup': 'Det må være et midlertidigt problem.',
|
|
106
|
-
'fabric.linking.no_gifs_found': 'Hallo? Var det mig, du ledte efter?',
|
|
107
|
-
'fabric.linking.no_gifs_found_suggestion': 'Vi kunne ikke finde noget for "{query}"',
|
|
108
|
-
'fabric.linking.no_pdf_artifacts': 'Ingen PDF-artefakter for denne fil fundet.',
|
|
34
|
+
'fabric.linking.join_to_view': 'Deltag i {context} for at se denne sag',
|
|
35
|
+
'fabric.linking.loading': 'Indlæser ...',
|
|
36
|
+
'fabric.linking.modified_on_absolute': 'Opdateret {context}',
|
|
37
|
+
'fabric.linking.modified_on_relative': 'Opdateret: {context}',
|
|
38
|
+
'fabric.linking.more_actions': 'Flere handlinger',
|
|
109
39
|
'fabric.linking.not_found_description': 'Vi kunne ikke finde linket. Kontrollér og rediger URL-adressen, eller indsæt den igen.',
|
|
110
40
|
'fabric.linking.not_found_title': 'Ups. Vi kan ikke finde dette link!',
|
|
111
|
-
'fabric.linking.
|
|
112
|
-
'fabric.linking.pause': 'Sæt på pause',
|
|
113
|
-
'fabric.linking.play': 'Afspil',
|
|
114
|
-
'fabric.linking.playback_default_speed': 'Standard',
|
|
115
|
-
'fabric.linking.playback_speed': 'Afspilningshastighed',
|
|
41
|
+
'fabric.linking.pending_request': 'Din anmodning om adgang afventer behandling',
|
|
116
42
|
'fabric.linking.preview': 'Vis',
|
|
117
|
-
'fabric.linking.
|
|
118
|
-
'fabric.linking.
|
|
119
|
-
'fabric.linking.
|
|
120
|
-
'fabric.linking.
|
|
43
|
+
'fabric.linking.priority_blocker': 'Blokering',
|
|
44
|
+
'fabric.linking.priority_critical': 'Kritisk',
|
|
45
|
+
'fabric.linking.priority_high': 'Høj',
|
|
46
|
+
'fabric.linking.priority_highest': 'Højeste',
|
|
47
|
+
'fabric.linking.priority_low': 'Lav',
|
|
48
|
+
'fabric.linking.priority_lowest': 'Laveste',
|
|
49
|
+
'fabric.linking.priority_major': 'Væsentlig',
|
|
50
|
+
'fabric.linking.priority_medium': 'Middel',
|
|
51
|
+
'fabric.linking.priority_minor': 'Mindre',
|
|
52
|
+
'fabric.linking.priority_trivial': 'Triviel',
|
|
53
|
+
'fabric.linking.priority_undefined': 'Ikke defineret',
|
|
121
54
|
'fabric.linking.request_access': 'Anmod om adgang',
|
|
122
55
|
'fabric.linking.request_access_description': 'Anmod om adgang til {context} for at se denne forhåndsvisning.',
|
|
123
56
|
'fabric.linking.request_access_pending': 'Afventer adgang',
|
|
124
57
|
'fabric.linking.request_access_pending_description': 'Din anmodning om adgang afventer behandling.',
|
|
58
|
+
'fabric.linking.request_access_to_view': 'Anmod om adgang til {context} for at se denne sag',
|
|
59
|
+
'fabric.linking.request_denied': 'Din anmodning om adgang blev afvist',
|
|
125
60
|
'fabric.linking.request_denied_description': 'Din anmodning om adgang blev afvist. Kontakt webstedets administrator, hvis du stadig har brug for adgang.',
|
|
61
|
+
'fabric.linking.restricted_link': 'Begrænset link. Prøv en anden konto',
|
|
126
62
|
'fabric.linking.retry': 'Prøv igen',
|
|
127
63
|
'fabric.linking.save': 'Gem',
|
|
128
|
-
'fabric.linking.search': 'Søg',
|
|
129
|
-
'fabric.linking.search_all_gifs': "Søg i alle GIF'er!",
|
|
130
|
-
'fabric.linking.share_files_instantly': 'Vi deler dem med det samme',
|
|
131
|
-
'fabric.linking.skip_backward': '10 sekunder tilbage',
|
|
132
|
-
'fabric.linking.skip_forward': '10 sekunder frem',
|
|
133
|
-
'fabric.linking.something_went_wrong': 'Noget gik galt.',
|
|
134
64
|
'fabric.linking.srclink': 'Vis i',
|
|
135
65
|
'fabric.linking.srclinkunknown': 'Vis original',
|
|
136
|
-
'fabric.linking.text': 'Tekst',
|
|
137
66
|
'fabric.linking.try_again': 'Prøv igen',
|
|
138
67
|
'fabric.linking.try_another_account': 'Prøv en anden konto',
|
|
139
|
-
'fabric.linking.try_downloading_file': 'Prøv at downloade filen for at vise den.',
|
|
140
|
-
'fabric.linking.unable_to_annotate_image': 'Du kan ikke annotere dette billede',
|
|
141
|
-
'fabric.linking.unknown': 'ukendt',
|
|
142
68
|
'fabric.linking.unlink_account': 'Fjern link til konto',
|
|
143
|
-
'fabric.linking.
|
|
144
|
-
'fabric.linking.
|
|
145
|
-
'fabric.linking.upload_file': 'Upload en fil',
|
|
146
|
-
'fabric.linking.upload_file_from': 'Upload en fil fra {name}',
|
|
147
|
-
'fabric.linking.upload_image': 'Upload billede',
|
|
148
|
-
'fabric.linking.upload_photo': 'Upload et foto',
|
|
149
|
-
'fabric.linking.video': 'video',
|
|
150
|
-
'fabric.linking.view': 'Vis',
|
|
151
|
-
'fabric.linking.viewer_rateLimited': 'Vi har problemer med at indlæse din fil.',
|
|
152
|
-
'fabric.linking.webgl_warning_description': 'Din browser understøtter ikke WebGL. Brug en WebGL-kompatibel browser for at annotere billeder.',
|
|
153
|
-
'fabric.linking.zip_entry_load_failed': 'Vi kunne ikke indlæse zip-filelementet til forhåndsvisning',
|
|
154
|
-
'fabric.linking.zoom_in': 'zoom ind',
|
|
155
|
-
'fabric.linking.zoom_out': 'zoom ud'
|
|
69
|
+
'fabric.linking.updated_by': 'Ændret af {context}',
|
|
70
|
+
'fabric.linking.view': 'Vis'
|
|
156
71
|
};
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -6,152 +6,66 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//German (Germany)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
|
|
10
|
-
'fabric.linking.cannot_find_link': 'Link konnte nicht gefunden werden',
|
|
11
|
-
'fabric.linking.join_to_view': '{context} beitreten, um diesen Vorgang anzuzeigen',
|
|
12
|
-
'fabric.linking.create_on': 'Erstellt am {context}',
|
|
13
|
-
'fabric.linking.created_by': 'Erstellt von {context}',
|
|
14
|
-
'fabric.linking.delete': 'Löschen',
|
|
15
|
-
'fabric.linking.edit': 'Bearbeiten',
|
|
16
|
-
'fabric.linking.forbidden_access': 'Sie sind nicht zugriffsberechtigt',
|
|
17
|
-
'fabric.linking.restricted_link': 'Eingeschränkter Link, bitte versuchen Sie es mit einem anderen Konto.',
|
|
18
|
-
'fabric.linking.modified_on': 'Aktualisiert am {context}',
|
|
19
|
-
'fabric.linking.pending_request': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
20
|
-
'fabric.linking.priority_blocker': 'Blocker',
|
|
21
|
-
'fabric.linking.priority_critical': 'Kritisch',
|
|
22
|
-
'fabric.linking.priority_high': 'Hoch',
|
|
23
|
-
'fabric.linking.priority_highest': 'Höchste',
|
|
24
|
-
'fabric.linking.priority_low': 'Niedrig',
|
|
25
|
-
'fabric.linking.priority_lowest': 'Niedrigste',
|
|
26
|
-
'fabric.linking.priority_major': 'Sehr hoch',
|
|
27
|
-
'fabric.linking.priority_medium': 'Mittel',
|
|
28
|
-
'fabric.linking.priority_minor': 'Gering',
|
|
29
|
-
'fabric.linking.priority_trivial': 'Unwesentlich',
|
|
30
|
-
'fabric.linking.priority_undefined': 'Nicht definiert',
|
|
31
|
-
'fabric.linking.request_access_to_view': 'Zugriff auf {context} anfordern, um diesen Vorgang anzuzeigen',
|
|
32
|
-
'fabric.linking.request_denied': 'Ihre Zugriffsanfrage wurde abgelehnt.',
|
|
33
|
-
'fabric.linking.updated_by': 'Geändert von {context}',
|
|
34
|
-
'fabric.linking.accounts': 'Konten',
|
|
35
9
|
'fabric.linking.actions': 'Aktionen',
|
|
36
10
|
'fabric.linking.add_account': 'Account hinzufügen',
|
|
37
|
-
'fabric.linking.annotate': 'Kommentieren',
|
|
38
|
-
'fabric.linking.annotate.confirmation.close.anyway': 'Trotzdem schließen',
|
|
39
|
-
'fabric.linking.annotate.confirmation.content': 'Es sind nicht gespeicherte Änderungen vorhanden. Möchten Sie die Datei wirklich verlassen?',
|
|
40
|
-
'fabric.linking.annotate.confirmation.heading': 'Nicht gespeicherte Änderungen',
|
|
41
|
-
'fabric.linking.annotate.tool.arrow': 'Pfeil',
|
|
42
|
-
'fabric.linking.annotate.tool.blur': 'Weichzeichnung',
|
|
43
|
-
'fabric.linking.annotate.tool.brush': 'Pinsel',
|
|
44
|
-
'fabric.linking.annotate.tool.color': 'Farbe',
|
|
45
|
-
'fabric.linking.annotate.tool.line.thickness': 'Strichstärke',
|
|
46
|
-
'fabric.linking.annotate.tool.shape': 'Form',
|
|
47
|
-
'fabric.linking.annotate.tool.text': 'Text',
|
|
48
|
-
'fabric.linking.archive': 'archivieren',
|
|
49
|
-
'fabric.linking.audio': 'Audio',
|
|
50
11
|
'fabric.linking.cancel': 'Abbrechen',
|
|
51
|
-
'fabric.linking.
|
|
52
|
-
'fabric.linking.
|
|
53
|
-
'fabric.linking.cant_retrieve_gifs': 'Hoppla, es konnten keine GIFs abgerufen werden.',
|
|
54
|
-
'fabric.linking.change_view': 'Ansicht wechseln',
|
|
55
|
-
'fabric.linking.check_your_network': 'Überprüfen Sie Ihre Netzwerkverbindung.',
|
|
12
|
+
'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
|
|
13
|
+
'fabric.linking.cannot_find_link': 'Link konnte nicht gefunden werden',
|
|
56
14
|
'fabric.linking.click_to_join': 'Werden Sie ein Teil von {context}',
|
|
57
15
|
'fabric.linking.click_to_join_description': 'Ihre Anfrage wurde genehmigt und Sie können {context} direkt beitreten.',
|
|
58
16
|
'fabric.linking.close': 'Schließen',
|
|
59
|
-
'fabric.linking.close_and_reopen': 'Versuchen Sie, diese Datei zu schließen und erneut zu öffnen.',
|
|
60
17
|
'fabric.linking.connect_account_description': 'Es wird eine neue Seite geöffnet, auf der Sie Ihr {name}-Konto verbinden können.',
|
|
61
18
|
'fabric.linking.connect_link_account': 'Verknüpfen und Vorschau ansehen',
|
|
62
19
|
'fabric.linking.connect_link_account_card_view': 'Verbinden',
|
|
63
20
|
'fabric.linking.connect_link_account_card_view_description': 'Verbinden Sie Ihr {context}-Konto, um eine Vorschau dieses Links anzuzeigen.',
|
|
64
21
|
'fabric.linking.connect_link_account_card_view_name': 'Verbinden Sie Ihr {context}-Konto',
|
|
65
22
|
'fabric.linking.connect_to': 'Mit {name} verbinden',
|
|
66
|
-
'fabric.linking.could_not_load_editor': 'Hoppla, der Editor konnte nicht abgerufen werden.',
|
|
67
|
-
'fabric.linking.could_not_save_image': 'Hoppla, das Bild konnte nicht gespeichert werden.',
|
|
68
|
-
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Es kann keine Vorschau für verschlüsselte oder passwortgeschützte Dateien erstellt werden.',
|
|
69
|
-
'fabric.linking.couldnt_generate_preview': 'Für diese Datei kann keine Vorschau generiert werden.',
|
|
70
|
-
'fabric.linking.couldnt_load_file': 'Wir konnten die Datei nicht laden.',
|
|
71
23
|
'fabric.linking.couldnt_load_link': 'Dieser Link konnte aus unbekannten Gründen nicht geladen werden.',
|
|
72
|
-
'fabric.linking.
|
|
73
|
-
'fabric.linking.
|
|
74
|
-
'fabric.linking.
|
|
75
|
-
'fabric.linking.
|
|
76
|
-
'fabric.linking.document': 'Dokument',
|
|
24
|
+
'fabric.linking.create_on_absolute': 'Erstellt am: {context}',
|
|
25
|
+
'fabric.linking.create_on_relative': 'Erstellt: {context}',
|
|
26
|
+
'fabric.linking.created_by': 'Erstellt von {context}',
|
|
27
|
+
'fabric.linking.delete': 'Löschen',
|
|
77
28
|
'fabric.linking.download': 'Herunterladen',
|
|
78
|
-
'fabric.linking.
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Dateien und Ordner per Drag-and-Drop irgendwohin verschieben oder',
|
|
81
|
-
'fabric.linking.drop_your_files': 'Dateien zum Hochladen ablegen',
|
|
82
|
-
'fabric.linking.drop_your_files_here': 'Dateien hier ablegen',
|
|
83
|
-
'fabric.linking.email': 'E-Mail',
|
|
84
|
-
'fabric.linking.enable_fullscreen': 'Vollbildmodus aktivieren',
|
|
85
|
-
'fabric.linking.error_429': 'Fehler 429',
|
|
86
|
-
'fabric.linking.error_generating_preview': 'Fehler beim Erzeugen der Vorschau',
|
|
87
|
-
'fabric.linking.error_hint_critical': 'Sollte das Problem bestehen bleiben, wenden Sie sich an den Support.',
|
|
88
|
-
'fabric.linking.error_hint_retry': 'Versuchen Sie es erneut.',
|
|
89
|
-
'fabric.linking.error_loading_file': 'Fehler beim Laden der Datei',
|
|
90
|
-
'fabric.linking.failed_to_load': 'Fehler beim Laden',
|
|
91
|
-
'fabric.linking.failed_to_upload': 'Upload fehlgeschlagen',
|
|
29
|
+
'fabric.linking.edit': 'Bearbeiten',
|
|
30
|
+
'fabric.linking.forbidden_access': 'Sie sind nicht zugriffsberechtigt',
|
|
92
31
|
'fabric.linking.forbidden_description': 'Sie haben keinen Zugriff auf diese Vorschau. Wenden Sie sich an Ihren Administrator, falls Sie noch Zugriff benötigen.',
|
|
93
|
-
'fabric.linking.give_feedback': 'Feedback geben',
|
|
94
|
-
'fabric.linking.image': 'Bild',
|
|
95
|
-
'fabric.linking.image_format_invalid_error': 'Das Bild konnte nicht geladen werden. Das Format ist ungültig.',
|
|
96
|
-
'fabric.linking.image_size_too_large_error': 'Das Bild ist zu groß. Es darf nicht größer sein als {MAX_SIZE_MB} MB.',
|
|
97
|
-
'fabric.linking.image_url_invalid_error': 'Das Bild konnte nicht geladen werden. Die URL ist ungültig.',
|
|
98
|
-
'fabric.linking.insert_files': '{0, plural, one {{0} Datei einfügen} other {{0} Dateien einfügen}}',
|
|
99
32
|
'fabric.linking.invalid_permissions': 'Eingeschränkter Link',
|
|
100
33
|
'fabric.linking.invalid_permissions_description': 'Bitte senden Sie eine Zugriffsanfrage oder versuchen Sie, die Vorschau über ein anderes Konto anzusehen.',
|
|
101
|
-
'fabric.linking.
|
|
102
|
-
'fabric.linking.learn_more': 'Mehr erfahren',
|
|
103
|
-
'fabric.linking.load_more_gifs': 'Mehr GIFs laden',
|
|
34
|
+
'fabric.linking.join_to_view': '{context} beitreten, um diesen Vorgang anzuzeigen',
|
|
104
35
|
'fabric.linking.loading': 'Lädt ...',
|
|
105
|
-
'fabric.linking.
|
|
106
|
-
'fabric.linking.
|
|
107
|
-
'fabric.linking.
|
|
108
|
-
'fabric.linking.no_gifs_found_suggestion': 'Es wurden keine Ergebnisse für „{query}” gefunden.',
|
|
109
|
-
'fabric.linking.no_pdf_artifacts': 'Keine PDF-Artifakte für diese Datei gefunden.',
|
|
36
|
+
'fabric.linking.modified_on_absolute': 'Aktualisiert am: {context}',
|
|
37
|
+
'fabric.linking.modified_on_relative': 'Aktualisiert: {context}',
|
|
38
|
+
'fabric.linking.more_actions': 'Weitere Aktionen',
|
|
110
39
|
'fabric.linking.not_found_description': 'Der Link konnte nicht gefunden werden. Überprüfen Sie die URL und versuchen Sie die Bearbeitung oder das Einfügen erneut.',
|
|
111
40
|
'fabric.linking.not_found_title': 'Oh! Diese Verknüpfung konnte nicht gefunden werden!',
|
|
112
|
-
'fabric.linking.
|
|
113
|
-
'fabric.linking.pause': 'Anhalten',
|
|
114
|
-
'fabric.linking.play': 'Abspielen',
|
|
115
|
-
'fabric.linking.playback_default_speed': 'Standard',
|
|
116
|
-
'fabric.linking.playback_speed': 'Geschwindigkeit der Wiedergabe',
|
|
41
|
+
'fabric.linking.pending_request': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
117
42
|
'fabric.linking.preview': 'Vorschau',
|
|
118
|
-
'fabric.linking.
|
|
119
|
-
'fabric.linking.
|
|
120
|
-
'fabric.linking.
|
|
121
|
-
'fabric.linking.
|
|
43
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
44
|
+
'fabric.linking.priority_critical': 'Kritisch',
|
|
45
|
+
'fabric.linking.priority_high': 'Hoch',
|
|
46
|
+
'fabric.linking.priority_highest': 'Höchste',
|
|
47
|
+
'fabric.linking.priority_low': 'Niedrig',
|
|
48
|
+
'fabric.linking.priority_lowest': 'Niedrigste',
|
|
49
|
+
'fabric.linking.priority_major': 'Schwerwiegend',
|
|
50
|
+
'fabric.linking.priority_medium': 'Mittel',
|
|
51
|
+
'fabric.linking.priority_minor': 'Geringfügig',
|
|
52
|
+
'fabric.linking.priority_trivial': 'Unwesentlich',
|
|
53
|
+
'fabric.linking.priority_undefined': 'Nicht definiert',
|
|
122
54
|
'fabric.linking.request_access': 'Zugriff anfordern',
|
|
123
55
|
'fabric.linking.request_access_description': 'Sie müssen Zugriff auf {context} anfordern, um diese Vorschau anzeigen zu können.',
|
|
124
56
|
'fabric.linking.request_access_pending': 'Zugriff ausstehend',
|
|
125
57
|
'fabric.linking.request_access_pending_description': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
58
|
+
'fabric.linking.request_access_to_view': 'Zugriff auf {context} anfordern, um diesen Vorgang anzuzeigen',
|
|
59
|
+
'fabric.linking.request_denied': 'Ihre Zugriffsanfrage wurde abgelehnt.',
|
|
126
60
|
'fabric.linking.request_denied_description': 'Ihre Zugriffsanfrage wurde abgelehnt. Wenden Sie sich an Ihren Administrator, falls Sie noch Zugriff benötigen.',
|
|
61
|
+
'fabric.linking.restricted_link': 'Eingeschränkter Link, bitte versuchen Sie es mit einem anderen Konto.',
|
|
127
62
|
'fabric.linking.retry': 'Erneut versuchen',
|
|
128
63
|
'fabric.linking.save': 'Speichern',
|
|
129
|
-
'fabric.linking.search': 'Suchen',
|
|
130
|
-
'fabric.linking.search_all_gifs': 'Durchsuchen Sie alle GIFs!',
|
|
131
|
-
'fabric.linking.share_files_instantly': 'Wir teilen sie sofort.',
|
|
132
|
-
'fabric.linking.skip_backward': '10 Sekunden zurück',
|
|
133
|
-
'fabric.linking.skip_forward': '10 Sekunden vor',
|
|
134
|
-
'fabric.linking.something_went_wrong': 'Irgendetwas ist schiefgelaufen.',
|
|
135
64
|
'fabric.linking.srclink': 'Anzeigen in',
|
|
136
65
|
'fabric.linking.srclinkunknown': 'Original anzeigen',
|
|
137
|
-
'fabric.linking.
|
|
138
|
-
'fabric.linking.try_again': 'Erneut versuchen',
|
|
66
|
+
'fabric.linking.try_again': 'Versuchen Sie es erneut.',
|
|
139
67
|
'fabric.linking.try_another_account': 'Versuchen Sie es mit einem anderen Konto erneut.',
|
|
140
|
-
'fabric.linking.try_downloading_file': 'Laden Sie die Datei herunter, um sie anzusehen.',
|
|
141
|
-
'fabric.linking.unable_to_annotate_image': 'Sie können dieses Bild nicht kommentieren.',
|
|
142
|
-
'fabric.linking.unknown': 'Unbekannt',
|
|
143
68
|
'fabric.linking.unlink_account': 'Kontoverknüpfung löschen',
|
|
144
|
-
'fabric.linking.
|
|
145
|
-
'fabric.linking.
|
|
146
|
-
'fabric.linking.upload_file': 'Datei hochladen',
|
|
147
|
-
'fabric.linking.upload_file_from': 'Datei von {name} hochladen',
|
|
148
|
-
'fabric.linking.upload_image': 'Bild hochladen',
|
|
149
|
-
'fabric.linking.upload_photo': 'Foto hochladen',
|
|
150
|
-
'fabric.linking.video': 'Video',
|
|
151
|
-
'fabric.linking.view': 'Anzeigen',
|
|
152
|
-
'fabric.linking.viewer_rateLimited': 'Beim Laden Ihrer Datei gibt es Schwierigkeiten.',
|
|
153
|
-
'fabric.linking.webgl_warning_description': 'Ihr Browser unterstützt WebGL nicht. Verwenden Sie zum Kommentieren von Bildern einen WebGL-fähigen Browser.',
|
|
154
|
-
'fabric.linking.zip_entry_load_failed': 'Eine Vorschau dieser ZIP-Datei konnte nicht geladen werden',
|
|
155
|
-
'fabric.linking.zoom_in': 'Vergrößern',
|
|
156
|
-
'fabric.linking.zoom_out': 'Verkleinern'
|
|
69
|
+
'fabric.linking.updated_by': 'Geändert von {context}',
|
|
70
|
+
'fabric.linking.view': 'Anzeigen'
|
|
157
71
|
};
|