@atlaskit/smart-card 19.1.15 → 19.1.18
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 +25 -0
- package/dist/cjs/extractors/block/index.js +2 -1
- package/dist/cjs/extractors/common/actions/extractPreviewAction.js +2 -1
- 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/elements/date-time/index.js +3 -2
- 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/extractors/block/index.js +2 -1
- package/dist/es2019/extractors/common/actions/extractPreviewAction.js +2 -2
- 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/elements/date-time/index.js +3 -2
- 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/extractors/block/index.js +2 -1
- package/dist/esm/extractors/common/actions/extractPreviewAction.js +2 -1
- 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/elements/date-time/index.js +3 -2
- 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/extractors/block/types.d.ts +2 -0
- package/dist/types/extractors/common/actions/extractPreviewAction.d.ts +2 -1
- 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/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/elements/date-time/types.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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 19.1.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`b26dd70a1e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b26dd70a1e6) - This PR adds the ability for an integrator to provide a string via `placeholder` which will be displayed instead of the url while the CardWithURLContent component is not mounted (i.e. not currently being observed). This should help with performance use cases where some text is required to be displayed before the full Smart Link component is rendered.
|
|
8
|
+
|
|
9
|
+
Usage:
|
|
10
|
+
|
|
11
|
+
```Typescript
|
|
12
|
+
// This will render the string "spaghetti" before the Smart Link is loaded.
|
|
13
|
+
<Card url={url} appearance='inline' placeholder='spaghetti'/>
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## 19.1.17
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- [`46f6c1a70e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46f6c1a70e3) - Hover Preview: Improve analytics and update Flexible UI usage within Hover Preview
|
|
21
|
+
|
|
22
|
+
## 19.1.16
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- [`47058879f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47058879f49) - [ux] Text customisation made possible for Flexible UI fields “ModifiedOn“ & “CreatedOn" (example: <TitleBlock metadata={[ { name: ElementName.CreatedOn, text: 'Last commit on' }]} />)
|
|
27
|
+
|
|
3
28
|
## 19.1.15
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -68,9 +68,10 @@ var extractBlockActions = function extractBlockActions(props, jsonLd, opts, plat
|
|
|
68
68
|
var handleInvoke = opts.handleInvoke,
|
|
69
69
|
handleAnalytics = opts.handleAnalytics,
|
|
70
70
|
extensionKey = opts.extensionKey,
|
|
71
|
+
source = opts.source,
|
|
71
72
|
testId = opts.testId;
|
|
72
73
|
var actions = (0, _extractActions.extractActions)(jsonLd, handleInvoke);
|
|
73
|
-
var previewAction = (0, _extractPreviewAction.extractPreviewAction)(extensionKey, props, jsonLd, handleInvoke, handleAnalytics, testId, platform); // The previewAction should always be the last action
|
|
74
|
+
var previewAction = (0, _extractPreviewAction.extractPreviewAction)(extensionKey, props, jsonLd, handleInvoke, handleAnalytics, testId, platform, source); // The previewAction should always be the last action
|
|
74
75
|
|
|
75
76
|
if (previewAction) {
|
|
76
77
|
actions.push(previewAction);
|
|
@@ -73,6 +73,7 @@ var extractPreviewAction = function extractPreviewAction() {
|
|
|
73
73
|
var handleAnalytics = arguments.length > 4 ? arguments[4] : undefined;
|
|
74
74
|
var testId = arguments.length > 5 ? arguments[5] : undefined;
|
|
75
75
|
var platform = arguments.length > 6 ? arguments[6] : undefined;
|
|
76
|
+
var source = arguments.length > 7 ? arguments[7] : undefined;
|
|
76
77
|
// Extract metadata from view props & raw JSON-LD.
|
|
77
78
|
var metadataFromJsonLd = getMetadataFromJsonLd(jsonLd, platform);
|
|
78
79
|
var metadataFromViewProps = getMetadataFromResolvedProps(viewProps);
|
|
@@ -100,7 +101,7 @@ var extractPreviewAction = function extractPreviewAction() {
|
|
|
100
101
|
})); // Setup props to go through proper Redux 'invocation' flow
|
|
101
102
|
// for analytics, further state management if required in future.
|
|
102
103
|
|
|
103
|
-
var previewActionProps = getInvokeOpts(key, 'PreviewAction', 'block'); // - Promise invoked by the action invocation handler; open preview.
|
|
104
|
+
var previewActionProps = getInvokeOpts(key, 'PreviewAction', source !== null && source !== void 0 ? source : 'block'); // - Promise invoked by the action invocation handler; open preview.
|
|
104
105
|
|
|
105
106
|
previewActionProps.action.promise = previewAction.promise; // - Promise invoked on click of `Preview` on block card; trigger above promise.
|
|
106
107
|
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -13,153 +13,67 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Czech
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
17
|
-
'fabric.linking.cannot_find_link': 'Nepodařilo se najít odkaz.',
|
|
18
|
-
'fabric.linking.join_to_view': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
19
|
-
'fabric.linking.create_on': 'Vytvořeno {context}',
|
|
20
|
-
'fabric.linking.created_by': 'Vytvořil(a) {context}',
|
|
21
|
-
'fabric.linking.delete': 'Odstranit',
|
|
22
|
-
'fabric.linking.edit': 'Upravit',
|
|
23
|
-
'fabric.linking.forbidden_access': 'Přístup byl odepřen',
|
|
24
|
-
'fabric.linking.restricted_link': 'Omezený odkaz, zkuste jiný účet.',
|
|
25
|
-
'fabric.linking.modified_on': 'Aktualizováno {context}',
|
|
26
|
-
'fabric.linking.pending_request': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
27
|
-
'fabric.linking.priority_blocker': 'Blokující',
|
|
28
|
-
'fabric.linking.priority_critical': 'Kritická',
|
|
29
|
-
'fabric.linking.priority_high': 'Vysoká',
|
|
30
|
-
'fabric.linking.priority_highest': 'Nejvyšší',
|
|
31
|
-
'fabric.linking.priority_low': 'Nízká',
|
|
32
|
-
'fabric.linking.priority_lowest': 'Nejnižší',
|
|
33
|
-
'fabric.linking.priority_major': 'Vysoká',
|
|
34
|
-
'fabric.linking.priority_medium': 'Střední',
|
|
35
|
-
'fabric.linking.priority_minor': 'Nízká',
|
|
36
|
-
'fabric.linking.priority_trivial': 'Triviální',
|
|
37
|
-
'fabric.linking.priority_undefined': 'Nedefinováno',
|
|
38
|
-
'fabric.linking.request_access_to_view': 'Chcete-li si zobrazit tento požadavek, požádejte o přístup ke službě {context}.',
|
|
39
|
-
'fabric.linking.request_denied': 'Vaše žádost o přístup byla odmítnuta.',
|
|
40
|
-
'fabric.linking.updated_by': 'Upravil(a) {context}',
|
|
41
|
-
'fabric.linking.accounts': 'Účty',
|
|
42
16
|
'fabric.linking.actions': 'Akce',
|
|
43
17
|
'fabric.linking.add_account': 'Přidat účet',
|
|
44
|
-
'fabric.linking.annotate': 'Přidat poznámku',
|
|
45
|
-
'fabric.linking.annotate.confirmation.close.anyway': 'Přesto zavřít',
|
|
46
|
-
'fabric.linking.annotate.confirmation.content': 'Máte nějaké neuložené změny. Opravdu chcete odejít?',
|
|
47
|
-
'fabric.linking.annotate.confirmation.heading': 'Neuložené změny',
|
|
48
|
-
'fabric.linking.annotate.tool.arrow': 'Šipka',
|
|
49
|
-
'fabric.linking.annotate.tool.blur': 'Rozostření',
|
|
50
|
-
'fabric.linking.annotate.tool.brush': 'Štětec',
|
|
51
|
-
'fabric.linking.annotate.tool.color': 'Barva',
|
|
52
|
-
'fabric.linking.annotate.tool.line.thickness': 'Tloušťka čáry',
|
|
53
|
-
'fabric.linking.annotate.tool.shape': 'Tvar',
|
|
54
|
-
'fabric.linking.annotate.tool.text': 'Text',
|
|
55
|
-
'fabric.linking.archive': 'archivovat',
|
|
56
|
-
'fabric.linking.audio': 'zvuk',
|
|
57
18
|
'fabric.linking.cancel': 'Zrušit',
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
60
|
-
'fabric.linking.cant_retrieve_gifs': 'Nepodařilo se nám dohledat žádné GIFy.',
|
|
61
|
-
'fabric.linking.change_view': 'Změnit zobrazení',
|
|
62
|
-
'fabric.linking.check_your_network': 'Zkontrolujte své připojení k síti.',
|
|
19
|
+
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
20
|
+
'fabric.linking.cannot_find_link': 'Nepodařilo se najít odkaz.',
|
|
63
21
|
'fabric.linking.click_to_join': 'Připojte se k {context}',
|
|
64
22
|
'fabric.linking.click_to_join_description': 'Byli jste schváleni, takže se můžete okamžitě připojit k řešení {context}.',
|
|
65
23
|
'fabric.linking.close': 'Zavřít',
|
|
66
|
-
'fabric.linking.close_and_reopen': 'Zkuste tento soubor zavřít a znovu otevřít.',
|
|
67
24
|
'fabric.linking.connect_account_description': 'Otevřeme novou stránku, abychom vám pomohli připojit váš {name} účet.',
|
|
68
25
|
'fabric.linking.connect_link_account': 'Pokud chcete zobrazit náhled, připojte svůj účet',
|
|
69
26
|
'fabric.linking.connect_link_account_card_view': 'Připojit',
|
|
70
27
|
'fabric.linking.connect_link_account_card_view_description': 'Pokud chcete zobrazit náhled tohoto odkazu, připojte svůj účet {context}.',
|
|
71
28
|
'fabric.linking.connect_link_account_card_view_name': 'Připojte svůj účet {context}',
|
|
72
29
|
'fabric.linking.connect_to': 'Připojit k {name}',
|
|
73
|
-
'fabric.linking.could_not_load_editor': 'Editor se nepodařilo načíst.',
|
|
74
|
-
'fabric.linking.could_not_save_image': 'Obrázek se nepodařilo uložit.',
|
|
75
|
-
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Náhled souborů chráněných šifrováním nebo heslem nelze zobrazit.',
|
|
76
|
-
'fabric.linking.couldnt_generate_preview': 'Náhled tohoto souboru se nepodařilo vytvořit.',
|
|
77
|
-
'fabric.linking.couldnt_load_file': 'Soubor se nepodařilo načíst.',
|
|
78
30
|
'fabric.linking.couldnt_load_link': 'Tento odkaz se z neznámého důvodu nepodařilo načíst.',
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.
|
|
83
|
-
'fabric.linking.document': 'dokument',
|
|
31
|
+
'fabric.linking.create_on_absolute': 'Vytvořeno: {context}',
|
|
32
|
+
'fabric.linking.create_on_relative': 'Vytvořeno: {context}',
|
|
33
|
+
'fabric.linking.created_by': 'Vytvořil(a) {context}',
|
|
34
|
+
'fabric.linking.delete': 'Odstranit',
|
|
84
35
|
'fabric.linking.download': 'Stáhnout',
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
87
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Přetáhněte své soubory a složky kamkoli na stránku nebo',
|
|
88
|
-
'fabric.linking.drop_your_files': 'Chcete-li nahrát soubory, přetáhněte je sem',
|
|
89
|
-
'fabric.linking.drop_your_files_here': 'Přetáhněte své soubory sem.',
|
|
90
|
-
'fabric.linking.email': 'E-mail',
|
|
91
|
-
'fabric.linking.enable_fullscreen': 'povolit zobrazení na celou obrazovku',
|
|
92
|
-
'fabric.linking.error_429': 'Chyba 429',
|
|
93
|
-
'fabric.linking.error_generating_preview': 'Chyba při vytváření náhledu',
|
|
94
|
-
'fabric.linking.error_hint_critical': 'Pokud problém přetrvává, kontaktujte podporu.',
|
|
95
|
-
'fabric.linking.error_hint_retry': 'Zkuste to znovu a my se o to také pokusíme.',
|
|
96
|
-
'fabric.linking.error_loading_file': 'Chyba při načítání souboru',
|
|
97
|
-
'fabric.linking.failed_to_load': 'Nepodařilo se načíst',
|
|
98
|
-
'fabric.linking.failed_to_upload': 'Nahrání se nezdařilo',
|
|
36
|
+
'fabric.linking.edit': 'Upravit',
|
|
37
|
+
'fabric.linking.forbidden_access': 'Přístup byl odepřen',
|
|
99
38
|
'fabric.linking.forbidden_description': 'K tomuto náhledu nemáte přístup. Pokud potřebujete přístup, obraťte se na správce webu.',
|
|
100
|
-
'fabric.linking.give_feedback': 'Váš názor',
|
|
101
|
-
'fabric.linking.image': 'obrázek',
|
|
102
|
-
'fabric.linking.image_format_invalid_error': 'Nepodařilo se nahrát obrázek, formát je neplatný.',
|
|
103
|
-
'fabric.linking.image_size_too_large_error': 'Obrázek je příliš velký. Maximální velikost je {MAX_SIZE_MB} MB.',
|
|
104
|
-
'fabric.linking.image_url_invalid_error': 'Nepodařilo se nahrát obrázek, adresa URL je neplatná.',
|
|
105
|
-
'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ů}}',
|
|
106
39
|
'fabric.linking.invalid_permissions': 'Omezený odkaz',
|
|
107
40
|
'fabric.linking.invalid_permissions_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup nebo vyzkoušejte jiný účet.',
|
|
108
|
-
'fabric.linking.
|
|
109
|
-
'fabric.linking.learn_more': 'Další informace',
|
|
110
|
-
'fabric.linking.load_more_gifs': 'Nahrát více GIFů',
|
|
41
|
+
'fabric.linking.join_to_view': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
111
42
|
'fabric.linking.loading': 'Načítání…',
|
|
112
|
-
'fabric.linking.
|
|
113
|
-
'fabric.linking.
|
|
114
|
-
'fabric.linking.
|
|
115
|
-
'fabric.linking.no_gifs_found_suggestion': 'Pro výraz „{query}“ jsme nic nenašli.',
|
|
116
|
-
'fabric.linking.no_pdf_artifacts': 'Pro tento soubor nebyly nalezeny žádné PDF artefakty.',
|
|
43
|
+
'fabric.linking.modified_on_absolute': 'Aktualizováno: {context}',
|
|
44
|
+
'fabric.linking.modified_on_relative': 'Aktualizováno: {context}',
|
|
45
|
+
'fabric.linking.more_actions': 'Další akce',
|
|
117
46
|
'fabric.linking.not_found_description': 'Odkaz se nepodařilo najít. Zkontrolujte adresu URL a zkuste ji upravit nebo vložit znovu.',
|
|
118
47
|
'fabric.linking.not_found_title': 'Jejda. Tento odkaz se nepodařilo najít.',
|
|
119
|
-
'fabric.linking.
|
|
120
|
-
'fabric.linking.pause': 'Pozastavit',
|
|
121
|
-
'fabric.linking.play': 'Přehrát',
|
|
122
|
-
'fabric.linking.playback_default_speed': 'Výchozí',
|
|
123
|
-
'fabric.linking.playback_speed': 'Rychlost přehrávání',
|
|
48
|
+
'fabric.linking.pending_request': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
124
49
|
'fabric.linking.preview': 'Náhled',
|
|
125
|
-
'fabric.linking.
|
|
126
|
-
'fabric.linking.
|
|
127
|
-
'fabric.linking.
|
|
128
|
-
'fabric.linking.
|
|
50
|
+
'fabric.linking.priority_blocker': 'Blokující',
|
|
51
|
+
'fabric.linking.priority_critical': 'Kritická',
|
|
52
|
+
'fabric.linking.priority_high': 'Vysoká',
|
|
53
|
+
'fabric.linking.priority_highest': 'Nejvyšší',
|
|
54
|
+
'fabric.linking.priority_low': 'Nízká',
|
|
55
|
+
'fabric.linking.priority_lowest': 'Nejnižší',
|
|
56
|
+
'fabric.linking.priority_major': 'Vysoká',
|
|
57
|
+
'fabric.linking.priority_medium': 'Střední',
|
|
58
|
+
'fabric.linking.priority_minor': 'Nízká',
|
|
59
|
+
'fabric.linking.priority_trivial': 'Triviální',
|
|
60
|
+
'fabric.linking.priority_undefined': 'Nedefinováno',
|
|
129
61
|
'fabric.linking.request_access': 'Požádat o přístup',
|
|
130
62
|
'fabric.linking.request_access_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup k řešení {context}.',
|
|
131
63
|
'fabric.linking.request_access_pending': 'Čeká se na vyřízení přístupu',
|
|
132
64
|
'fabric.linking.request_access_pending_description': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
65
|
+
'fabric.linking.request_access_to_view': 'Chcete-li si zobrazit tento požadavek, požádejte o přístup ke službě {context}.',
|
|
66
|
+
'fabric.linking.request_denied': 'Vaše žádost o přístup byla odmítnuta.',
|
|
133
67
|
'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.',
|
|
68
|
+
'fabric.linking.restricted_link': 'Omezený odkaz, zkuste jiný účet.',
|
|
134
69
|
'fabric.linking.retry': 'Zkusit znovu',
|
|
135
70
|
'fabric.linking.save': 'Uložit',
|
|
136
|
-
'fabric.linking.search': 'vyhledat',
|
|
137
|
-
'fabric.linking.search_all_gifs': 'Prohledejte všechny GIFy!',
|
|
138
|
-
'fabric.linking.share_files_instantly': 'Okamžitě je nasdílíme.',
|
|
139
|
-
'fabric.linking.skip_backward': 'Zpět o 10 sekund',
|
|
140
|
-
'fabric.linking.skip_forward': 'Dopředu o 10 sekund',
|
|
141
|
-
'fabric.linking.something_went_wrong': 'Něco se pokazilo.',
|
|
142
71
|
'fabric.linking.srclink': 'Zobrazit v',
|
|
143
72
|
'fabric.linking.srclinkunknown': 'Zobrazit originál',
|
|
144
|
-
'fabric.linking.text': 'text',
|
|
145
73
|
'fabric.linking.try_again': 'Zkusit znovu',
|
|
146
74
|
'fabric.linking.try_another_account': 'Zkuste jiný účet',
|
|
147
|
-
'fabric.linking.try_downloading_file': 'Pokud chcete soubor zobrazit, zkuste ho stáhnout.',
|
|
148
|
-
'fabric.linking.unable_to_annotate_image': 'K tomuto obrázku nemůžete přidávat poznámky.',
|
|
149
|
-
'fabric.linking.unknown': 'neznámé',
|
|
150
75
|
'fabric.linking.unlink_account': 'Odpojit účet',
|
|
151
|
-
'fabric.linking.
|
|
152
|
-
'fabric.linking.
|
|
153
|
-
'fabric.linking.upload_file': 'Nahrát soubor',
|
|
154
|
-
'fabric.linking.upload_file_from': 'Nahrát soubor z: {name}',
|
|
155
|
-
'fabric.linking.upload_image': 'Nahrát obrázek',
|
|
156
|
-
'fabric.linking.upload_photo': 'Nahrát fotku',
|
|
157
|
-
'fabric.linking.video': 'video',
|
|
158
|
-
'fabric.linking.view': 'Zobrazit',
|
|
159
|
-
'fabric.linking.viewer_rateLimited': 'Při načítání vašeho souboru došlo k potížím.',
|
|
160
|
-
'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.',
|
|
161
|
-
'fabric.linking.zip_entry_load_failed': 'Načtení daného souboru ZIP potřebného k náhledu se nezdařilo',
|
|
162
|
-
'fabric.linking.zoom_in': 'přiblížit',
|
|
163
|
-
'fabric.linking.zoom_out': 'oddálit'
|
|
76
|
+
'fabric.linking.updated_by': 'Upravil(a) {context}',
|
|
77
|
+
'fabric.linking.view': 'Zobrazit'
|
|
164
78
|
};
|
|
165
79
|
exports.default = _default;
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -13,152 +13,67 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Danish (Denmark)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
|
|
17
|
-
'fabric.linking.cannot_find_link': 'Kan ikke finde linket',
|
|
18
|
-
'fabric.linking.join_to_view': 'Deltag i {context} for at se denne sag',
|
|
19
|
-
'fabric.linking.create_on': 'Oprettet {context}',
|
|
20
|
-
'fabric.linking.created_by': 'Oprettet af {context}',
|
|
21
|
-
'fabric.linking.delete': 'Slet',
|
|
22
|
-
'fabric.linking.edit': 'Rediger',
|
|
23
|
-
'fabric.linking.forbidden_access': 'Du har ikke adgang',
|
|
24
|
-
'fabric.linking.modified_on': 'Opdateret {context}',
|
|
25
|
-
'fabric.linking.pending_request': 'Din anmodning om adgang afventer behandling',
|
|
26
|
-
'fabric.linking.priority_blocker': 'Blokering',
|
|
27
|
-
'fabric.linking.priority_critical': 'Kritisk',
|
|
28
|
-
'fabric.linking.priority_high': 'Høj',
|
|
29
|
-
'fabric.linking.priority_highest': 'Højeste',
|
|
30
|
-
'fabric.linking.priority_low': 'Lav',
|
|
31
|
-
'fabric.linking.priority_lowest': 'Laveste',
|
|
32
|
-
'fabric.linking.priority_major': 'Væsentlig',
|
|
33
|
-
'fabric.linking.priority_medium': 'Middel',
|
|
34
|
-
'fabric.linking.priority_minor': 'Mindre',
|
|
35
|
-
'fabric.linking.priority_trivial': 'Triviel',
|
|
36
|
-
'fabric.linking.priority_undefined': 'Ikke defineret',
|
|
37
|
-
'fabric.linking.request_access_to_view': 'Anmod om adgang til {context} for at se denne sag',
|
|
38
|
-
'fabric.linking.request_denied': 'Din anmodning om adgang blev afvist',
|
|
39
|
-
'fabric.linking.updated_by': 'Ændret af {context}',
|
|
40
|
-
'fabric.linking.accounts': 'Konti',
|
|
41
16
|
'fabric.linking.actions': 'Handlinger',
|
|
42
17
|
'fabric.linking.add_account': 'Tilføj konto',
|
|
43
|
-
'fabric.linking.
|
|
44
|
-
'fabric.linking.
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.annotate.confirmation.heading': 'Ændringer, der ikke er gemt',
|
|
47
|
-
'fabric.linking.annotate.tool.arrow': 'Pil',
|
|
48
|
-
'fabric.linking.annotate.tool.blur': 'Slør',
|
|
49
|
-
'fabric.linking.annotate.tool.brush': 'Pensel',
|
|
50
|
-
'fabric.linking.annotate.tool.color': 'Farve',
|
|
51
|
-
'fabric.linking.annotate.tool.line.thickness': 'Stregtykkelse',
|
|
52
|
-
'fabric.linking.annotate.tool.shape': 'Form',
|
|
53
|
-
'fabric.linking.annotate.tool.text': 'Tekst',
|
|
54
|
-
'fabric.linking.archive': 'arkivér',
|
|
55
|
-
'fabric.linking.audio': 'lyd',
|
|
56
|
-
'fabric.linking.cancel': 'Annullér',
|
|
57
|
-
'fabric.linking.cant_preview_file_type': 'Vi kan ikke vise denne filtype.',
|
|
58
|
-
'fabric.linking.cant_retrieve_files': 'Ups! Vi kunne ikke finde nogen filer',
|
|
59
|
-
'fabric.linking.cant_retrieve_gifs': "Ups! Vi kunne ikke hente GIF'er",
|
|
60
|
-
'fabric.linking.change_view': 'Skift visning',
|
|
61
|
-
'fabric.linking.check_your_network': 'Tjek din netværksforbindelse',
|
|
18
|
+
'fabric.linking.cancel': 'Annuller',
|
|
19
|
+
'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
|
|
20
|
+
'fabric.linking.cannot_find_link': 'Kan ikke finde linket',
|
|
62
21
|
'fabric.linking.click_to_join': 'Tilmeld dig {context}',
|
|
63
22
|
'fabric.linking.click_to_join_description': 'Du er blevet godkendt, så du kan deltage i {context} med det samme.',
|
|
64
23
|
'fabric.linking.close': 'Luk',
|
|
65
|
-
'fabric.linking.close_and_reopen': 'Prøv at lukke filen og åbne den igen.',
|
|
66
24
|
'fabric.linking.connect_account_description': 'Vi åbner en ny side for at hjælpe dig til at forbinde din {name}-konto',
|
|
67
25
|
'fabric.linking.connect_link_account': 'Forbind til forhåndsvisning',
|
|
68
26
|
'fabric.linking.connect_link_account_card_view': 'Forbind',
|
|
69
27
|
'fabric.linking.connect_link_account_card_view_description': 'Tilknyt din {context}-konto, hvis du vil se en forhåndsvisning af dette link',
|
|
70
28
|
'fabric.linking.connect_link_account_card_view_name': 'Forbind din {context}-konto',
|
|
71
29
|
'fabric.linking.connect_to': 'Forbind til {name}',
|
|
72
|
-
'fabric.linking.could_not_load_editor': 'Ups! Vi kunne ikke indlæse editoren',
|
|
73
|
-
'fabric.linking.could_not_save_image': 'Ups! Vi kunne ikke gemme billedet',
|
|
74
|
-
'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.',
|
|
75
|
-
'fabric.linking.couldnt_generate_preview': 'Vi kunne ikke vise denne fil.',
|
|
76
|
-
'fabric.linking.couldnt_load_file': 'Vi kunne ikke indlæse filen.',
|
|
77
30
|
'fabric.linking.couldnt_load_link': 'Af en ukendt årsag kunne vi ikke indlæse dette link.',
|
|
78
|
-
'fabric.linking.
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.document': 'dokument',
|
|
31
|
+
'fabric.linking.create_on_absolute': 'Oprettet {context}',
|
|
32
|
+
'fabric.linking.create_on_relative': 'Oprettet: {context}',
|
|
33
|
+
'fabric.linking.created_by': 'Oprettet af {context}',
|
|
34
|
+
'fabric.linking.delete': 'Slet',
|
|
83
35
|
'fabric.linking.download': 'Hent',
|
|
84
|
-
'fabric.linking.
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Træk og slip dine filer og mapper hvor som helst eller',
|
|
87
|
-
'fabric.linking.drop_your_files': 'Træk filer hertil for at uploade',
|
|
88
|
-
'fabric.linking.drop_your_files_here': 'Træk dine filer hertil',
|
|
89
|
-
'fabric.linking.email': 'E-mail',
|
|
90
|
-
'fabric.linking.enable_fullscreen': 'slå fuldskærmsvisning til',
|
|
91
|
-
'fabric.linking.error_429': 'Fejl 429',
|
|
92
|
-
'fabric.linking.error_generating_preview': 'Fejl ved forhåndsvisning',
|
|
93
|
-
'fabric.linking.error_hint_critical': 'Hvis problemet fortsat opstår, skal du kontakte support.',
|
|
94
|
-
'fabric.linking.error_hint_retry': 'Prøv igen, så giver vi det endnu et forsøg.',
|
|
95
|
-
'fabric.linking.error_loading_file': 'Fejl ved indlæsning af fil',
|
|
96
|
-
'fabric.linking.failed_to_load': 'Kunne ikke indlæses',
|
|
97
|
-
'fabric.linking.failed_to_upload': 'Upload mislykkedes',
|
|
36
|
+
'fabric.linking.edit': 'Rediger',
|
|
37
|
+
'fabric.linking.forbidden_access': 'Du har ikke adgang',
|
|
98
38
|
'fabric.linking.forbidden_description': 'Du har ikke adgang til denne forhåndsvisning. Kontakt webstedets administrator, hvis du har brug for adgang.',
|
|
99
|
-
'fabric.linking.give_feedback': 'Giv feedback',
|
|
100
|
-
'fabric.linking.image': 'billede',
|
|
101
|
-
'fabric.linking.image_format_invalid_error': 'Billedet kunne ikke indlæses; ugyldigt format.',
|
|
102
|
-
'fabric.linking.image_size_too_large_error': 'Billedet er for stort. Det må ikke være større end {MAX_SIZE_MB}MB',
|
|
103
|
-
'fabric.linking.image_url_invalid_error': 'Billedet kunne ikke indlæses; ugyldig URL.',
|
|
104
|
-
'fabric.linking.insert_files': '{0, plural, one {Indsæt {0} fil} other {Indsæt {0} filer}}',
|
|
105
39
|
'fabric.linking.invalid_permissions': 'Begrænset link',
|
|
106
40
|
'fabric.linking.invalid_permissions_description': 'Anmod om adgang, eller prøv med en anden konto for at se denne forhåndsvisning.',
|
|
107
|
-
'fabric.linking.
|
|
108
|
-
'fabric.linking.
|
|
109
|
-
'fabric.linking.
|
|
110
|
-
'fabric.linking.
|
|
111
|
-
'fabric.linking.
|
|
112
|
-
'fabric.linking.might_be_a_hiccup': 'Det må være et midlertidigt problem.',
|
|
113
|
-
'fabric.linking.no_gifs_found': 'Hallo? Var det mig, du ledte efter?',
|
|
114
|
-
'fabric.linking.no_gifs_found_suggestion': 'Vi kunne ikke finde noget for "{query}"',
|
|
115
|
-
'fabric.linking.no_pdf_artifacts': 'Ingen PDF-artefakter for denne fil fundet.',
|
|
41
|
+
'fabric.linking.join_to_view': 'Deltag i {context} for at se denne sag',
|
|
42
|
+
'fabric.linking.loading': 'Indlæser ...',
|
|
43
|
+
'fabric.linking.modified_on_absolute': 'Opdateret {context}',
|
|
44
|
+
'fabric.linking.modified_on_relative': 'Opdateret: {context}',
|
|
45
|
+
'fabric.linking.more_actions': 'Flere handlinger',
|
|
116
46
|
'fabric.linking.not_found_description': 'Vi kunne ikke finde linket. Kontrollér og rediger URL-adressen, eller indsæt den igen.',
|
|
117
47
|
'fabric.linking.not_found_title': 'Ups. Vi kan ikke finde dette link!',
|
|
118
|
-
'fabric.linking.
|
|
119
|
-
'fabric.linking.pause': 'Sæt på pause',
|
|
120
|
-
'fabric.linking.play': 'Afspil',
|
|
121
|
-
'fabric.linking.playback_default_speed': 'Standard',
|
|
122
|
-
'fabric.linking.playback_speed': 'Afspilningshastighed',
|
|
48
|
+
'fabric.linking.pending_request': 'Din anmodning om adgang afventer behandling',
|
|
123
49
|
'fabric.linking.preview': 'Vis',
|
|
124
|
-
'fabric.linking.
|
|
125
|
-
'fabric.linking.
|
|
126
|
-
'fabric.linking.
|
|
127
|
-
'fabric.linking.
|
|
50
|
+
'fabric.linking.priority_blocker': 'Blokering',
|
|
51
|
+
'fabric.linking.priority_critical': 'Kritisk',
|
|
52
|
+
'fabric.linking.priority_high': 'Høj',
|
|
53
|
+
'fabric.linking.priority_highest': 'Højeste',
|
|
54
|
+
'fabric.linking.priority_low': 'Lav',
|
|
55
|
+
'fabric.linking.priority_lowest': 'Laveste',
|
|
56
|
+
'fabric.linking.priority_major': 'Væsentlig',
|
|
57
|
+
'fabric.linking.priority_medium': 'Middel',
|
|
58
|
+
'fabric.linking.priority_minor': 'Mindre',
|
|
59
|
+
'fabric.linking.priority_trivial': 'Triviel',
|
|
60
|
+
'fabric.linking.priority_undefined': 'Ikke defineret',
|
|
128
61
|
'fabric.linking.request_access': 'Anmod om adgang',
|
|
129
62
|
'fabric.linking.request_access_description': 'Anmod om adgang til {context} for at se denne forhåndsvisning.',
|
|
130
63
|
'fabric.linking.request_access_pending': 'Afventer adgang',
|
|
131
64
|
'fabric.linking.request_access_pending_description': 'Din anmodning om adgang afventer behandling.',
|
|
65
|
+
'fabric.linking.request_access_to_view': 'Anmod om adgang til {context} for at se denne sag',
|
|
66
|
+
'fabric.linking.request_denied': 'Din anmodning om adgang blev afvist',
|
|
132
67
|
'fabric.linking.request_denied_description': 'Din anmodning om adgang blev afvist. Kontakt webstedets administrator, hvis du stadig har brug for adgang.',
|
|
68
|
+
'fabric.linking.restricted_link': 'Begrænset link. Prøv en anden konto',
|
|
133
69
|
'fabric.linking.retry': 'Prøv igen',
|
|
134
70
|
'fabric.linking.save': 'Gem',
|
|
135
|
-
'fabric.linking.search': 'Søg',
|
|
136
|
-
'fabric.linking.search_all_gifs': "Søg i alle GIF'er!",
|
|
137
|
-
'fabric.linking.share_files_instantly': 'Vi deler dem med det samme',
|
|
138
|
-
'fabric.linking.skip_backward': '10 sekunder tilbage',
|
|
139
|
-
'fabric.linking.skip_forward': '10 sekunder frem',
|
|
140
|
-
'fabric.linking.something_went_wrong': 'Noget gik galt.',
|
|
141
71
|
'fabric.linking.srclink': 'Vis i',
|
|
142
72
|
'fabric.linking.srclinkunknown': 'Vis original',
|
|
143
|
-
'fabric.linking.text': 'Tekst',
|
|
144
73
|
'fabric.linking.try_again': 'Prøv igen',
|
|
145
74
|
'fabric.linking.try_another_account': 'Prøv en anden konto',
|
|
146
|
-
'fabric.linking.try_downloading_file': 'Prøv at downloade filen for at vise den.',
|
|
147
|
-
'fabric.linking.unable_to_annotate_image': 'Du kan ikke annotere dette billede',
|
|
148
|
-
'fabric.linking.unknown': 'ukendt',
|
|
149
75
|
'fabric.linking.unlink_account': 'Fjern link til konto',
|
|
150
|
-
'fabric.linking.
|
|
151
|
-
'fabric.linking.
|
|
152
|
-
'fabric.linking.upload_file': 'Upload en fil',
|
|
153
|
-
'fabric.linking.upload_file_from': 'Upload en fil fra {name}',
|
|
154
|
-
'fabric.linking.upload_image': 'Upload billede',
|
|
155
|
-
'fabric.linking.upload_photo': 'Upload et foto',
|
|
156
|
-
'fabric.linking.video': 'video',
|
|
157
|
-
'fabric.linking.view': 'Vis',
|
|
158
|
-
'fabric.linking.viewer_rateLimited': 'Vi har problemer med at indlæse din fil.',
|
|
159
|
-
'fabric.linking.webgl_warning_description': 'Din browser understøtter ikke WebGL. Brug en WebGL-kompatibel browser for at annotere billeder.',
|
|
160
|
-
'fabric.linking.zip_entry_load_failed': 'Vi kunne ikke indlæse zip-filelementet til forhåndsvisning',
|
|
161
|
-
'fabric.linking.zoom_in': 'zoom ind',
|
|
162
|
-
'fabric.linking.zoom_out': 'zoom ud'
|
|
76
|
+
'fabric.linking.updated_by': 'Ændret af {context}',
|
|
77
|
+
'fabric.linking.view': 'Vis'
|
|
163
78
|
};
|
|
164
79
|
exports.default = _default;
|