@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/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -15,14 +15,18 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
17
17
|
'fabric.linking.cannot_find_link': "Can't find link",
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.
|
|
18
|
+
'fabric.linking.click_to_join': 'Join {context} to view this issue',
|
|
19
|
+
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
20
|
+
'fabric.linking.create_on_absolute': 'Created on {context}',
|
|
21
|
+
'fabric.linking.create_on_relative': 'Created {context}',
|
|
20
22
|
'fabric.linking.created_by': 'Created by {context}',
|
|
21
23
|
'fabric.linking.delete': 'Delete',
|
|
22
24
|
'fabric.linking.edit': 'Edit',
|
|
23
25
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
24
|
-
'fabric.linking.
|
|
25
|
-
'fabric.linking.
|
|
26
|
+
'fabric.linking.invalid_permissions': 'Restricted link, try another account',
|
|
27
|
+
'fabric.linking.modified_on_absolute': 'Updated on {context}',
|
|
28
|
+
'fabric.linking.modified_on_relative': 'Updated {context}',
|
|
29
|
+
'fabric.linking.more_actions': 'More actions',
|
|
26
30
|
'fabric.linking.pending_request': 'Your access request is pending',
|
|
27
31
|
'fabric.linking.priority_blocker': 'Blocker',
|
|
28
32
|
'fabric.linking.priority_critical': 'Critical',
|
|
@@ -35,131 +39,8 @@ var _default = {
|
|
|
35
39
|
'fabric.linking.priority_minor': 'Minor',
|
|
36
40
|
'fabric.linking.priority_trivial': 'Trivial',
|
|
37
41
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
38
|
-
'fabric.linking.
|
|
42
|
+
'fabric.linking.request_access': 'Request access to {context} to view this issue',
|
|
39
43
|
'fabric.linking.request_denied': 'Your access request was denied',
|
|
40
|
-
'fabric.linking.updated_by': 'Modified by {context}'
|
|
41
|
-
'fabric.linking.accounts': 'Accounts',
|
|
42
|
-
'fabric.linking.actions': 'Actions',
|
|
43
|
-
'fabric.linking.add_account': 'Add account',
|
|
44
|
-
'fabric.linking.annotate': 'Annotate',
|
|
45
|
-
'fabric.linking.annotate.confirmation.close.anyway': 'Close anyway',
|
|
46
|
-
'fabric.linking.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
|
47
|
-
'fabric.linking.annotate.confirmation.heading': 'Unsaved changes',
|
|
48
|
-
'fabric.linking.annotate.tool.arrow': 'Arrow',
|
|
49
|
-
'fabric.linking.annotate.tool.blur': 'Blur',
|
|
50
|
-
'fabric.linking.annotate.tool.brush': 'Brush',
|
|
51
|
-
'fabric.linking.annotate.tool.color': 'Color',
|
|
52
|
-
'fabric.linking.annotate.tool.line.thickness': 'Line thickness',
|
|
53
|
-
'fabric.linking.annotate.tool.shape': 'Shape',
|
|
54
|
-
'fabric.linking.annotate.tool.text': 'Text',
|
|
55
|
-
'fabric.linking.archive': 'archive',
|
|
56
|
-
'fabric.linking.audio': 'audio',
|
|
57
|
-
'fabric.linking.cancel': 'Cancel',
|
|
58
|
-
'fabric.linking.cant_preview_file_type': "We can't preview this file type.",
|
|
59
|
-
'fabric.linking.cant_retrieve_files': 'Ouch! We could not retrieve any files',
|
|
60
|
-
'fabric.linking.cant_retrieve_gifs': 'Ouch! We could not retrieve any GIFs',
|
|
61
|
-
'fabric.linking.change_view': 'Change view',
|
|
62
|
-
'fabric.linking.check_your_network': 'Check your network connection',
|
|
63
|
-
'fabric.linking.click_to_join': 'Join {context}',
|
|
64
|
-
'fabric.linking.click_to_join_description': "You've been approved, so you can join {context} right away.",
|
|
65
|
-
'fabric.linking.close': 'Close',
|
|
66
|
-
'fabric.linking.close_and_reopen': 'Try closing this file and reopening.',
|
|
67
|
-
'fabric.linking.connect_account_description': "We'll open a new page to help you connect your {name} account",
|
|
68
|
-
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
69
|
-
'fabric.linking.connect_link_account_card_view': 'Connect',
|
|
70
|
-
'fabric.linking.connect_link_account_card_view_description': 'To show a preview of this link, connect your {context} account.',
|
|
71
|
-
'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
72
|
-
'fabric.linking.connect_to': 'Connect to {name}',
|
|
73
|
-
'fabric.linking.could_not_load_editor': 'Ouch! We could not load the editor',
|
|
74
|
-
'fabric.linking.could_not_save_image': 'Ouch! We could not save the image',
|
|
75
|
-
'fabric.linking.couldnt_generate_encrypted_entry_preview': "We can't preview encrypted or password protected files.",
|
|
76
|
-
'fabric.linking.couldnt_generate_preview': "We couldn't generate a preview for this file.",
|
|
77
|
-
'fabric.linking.couldnt_load_file': "We couldn't load the file.",
|
|
78
|
-
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
79
|
-
'fabric.linking.creating_preview': 'Creating preview...',
|
|
80
|
-
'fabric.linking.default_avatars': 'Default avatars',
|
|
81
|
-
'fabric.linking.disable_fullscreen': 'disable fullscreen',
|
|
82
|
-
'fabric.linking.display_thumbnail': 'Display thumbnail',
|
|
83
|
-
'fabric.linking.document': 'document',
|
|
84
|
-
'fabric.linking.download': 'Download',
|
|
85
|
-
'fabric.linking.drag_and_drop_images_here': 'Drag and drop your images here',
|
|
86
|
-
'fabric.linking.drag_and_drop_your_files': 'Drag and drop your files anywhere or',
|
|
87
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Drag and drop your files and folders anywhere or',
|
|
88
|
-
'fabric.linking.drop_your_files': 'Drop your files to upload',
|
|
89
|
-
'fabric.linking.drop_your_files_here': 'Drop your files here',
|
|
90
|
-
'fabric.linking.email': 'email',
|
|
91
|
-
'fabric.linking.enable_fullscreen': 'enable fullscreen',
|
|
92
|
-
'fabric.linking.error_429': 'Error 429',
|
|
93
|
-
'fabric.linking.error_generating_preview': 'Error generating preview',
|
|
94
|
-
'fabric.linking.error_hint_critical': 'If the problem keeps happening contact support.',
|
|
95
|
-
'fabric.linking.error_hint_retry': "Try again and we'll give it another shot.",
|
|
96
|
-
'fabric.linking.error_loading_file': 'Error loading file',
|
|
97
|
-
'fabric.linking.failed_to_load': 'Failed to load',
|
|
98
|
-
'fabric.linking.failed_to_upload': 'Failed to upload',
|
|
99
|
-
'fabric.linking.forbidden_description': 'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
100
|
-
'fabric.linking.give_feedback': 'Give feedback',
|
|
101
|
-
'fabric.linking.image': 'image',
|
|
102
|
-
'fabric.linking.image_format_invalid_error': 'Could not load image, the format is invalid.',
|
|
103
|
-
'fabric.linking.image_size_too_large_error': 'Image is too large, must be no larger than {MAX_SIZE_MB}Mb',
|
|
104
|
-
'fabric.linking.image_url_invalid_error': 'Could not load image, the url is invalid.',
|
|
105
|
-
'fabric.linking.insert_files': '{0, plural, one {Insert a file} other {Insert {0} files}}',
|
|
106
|
-
'fabric.linking.invalid_permissions': 'Restricted link',
|
|
107
|
-
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
108
|
-
'fabric.linking.item_not_found_in_list': 'The selected item was not found on the list.',
|
|
109
|
-
'fabric.linking.learn_more': 'Learn More',
|
|
110
|
-
'fabric.linking.load_more_gifs': 'Load more GIFs',
|
|
111
|
-
'fabric.linking.loading': 'Loading...',
|
|
112
|
-
'fabric.linking.loading_file': 'Loading file...',
|
|
113
|
-
'fabric.linking.might_be_a_hiccup': 'It might just be a hiccup.',
|
|
114
|
-
'fabric.linking.no_gifs_found': "Hello? Was it me you're looking for?",
|
|
115
|
-
'fabric.linking.no_gifs_found_suggestion': 'We couldn\'t find anything for "{query}"',
|
|
116
|
-
'fabric.linking.no_pdf_artifacts': 'No PDF artifacts found for this file.',
|
|
117
|
-
'fabric.linking.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
|
|
118
|
-
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
119
|
-
'fabric.linking.or': 'or',
|
|
120
|
-
'fabric.linking.pause': 'Pause',
|
|
121
|
-
'fabric.linking.play': 'Play',
|
|
122
|
-
'fabric.linking.playback_default_speed': 'Default',
|
|
123
|
-
'fabric.linking.playback_speed': 'Playback speed',
|
|
124
|
-
'fabric.linking.preview': 'Preview',
|
|
125
|
-
'fabric.linking.preview_currently_unavailable': 'Preview currently unavailable',
|
|
126
|
-
'fabric.linking.preview_unavailable': 'Preview unavailable',
|
|
127
|
-
'fabric.linking.recent_uploads': 'Recent uploads',
|
|
128
|
-
'fabric.linking.remove_image': 'Remove image',
|
|
129
|
-
'fabric.linking.request_access': 'Request access',
|
|
130
|
-
'fabric.linking.request_access_description': 'Request access to {context} view this preview.',
|
|
131
|
-
'fabric.linking.request_access_pending': 'Access pending',
|
|
132
|
-
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
133
|
-
'fabric.linking.request_denied_description': 'Your access request was denied. Contact the site admin if you still need access.',
|
|
134
|
-
'fabric.linking.retry': 'Retry',
|
|
135
|
-
'fabric.linking.save': 'Save',
|
|
136
|
-
'fabric.linking.search': 'search',
|
|
137
|
-
'fabric.linking.search_all_gifs': 'Search all the GIFs!',
|
|
138
|
-
'fabric.linking.share_files_instantly': "We'll share them instantly",
|
|
139
|
-
'fabric.linking.skip_backward': 'Back 10 seconds',
|
|
140
|
-
'fabric.linking.skip_forward': 'Forward 10 seconds',
|
|
141
|
-
'fabric.linking.something_went_wrong': 'Something went wrong.',
|
|
142
|
-
'fabric.linking.srclink': 'View in',
|
|
143
|
-
'fabric.linking.srclinkunknown': 'View Original',
|
|
144
|
-
'fabric.linking.text': 'text',
|
|
145
|
-
'fabric.linking.try_again': 'Try again',
|
|
146
|
-
'fabric.linking.try_another_account': 'Try another account',
|
|
147
|
-
'fabric.linking.try_downloading_file': 'Try downloading the file to view it.',
|
|
148
|
-
'fabric.linking.unable_to_annotate_image': "You're unable to annotate this image",
|
|
149
|
-
'fabric.linking.unknown': 'unknown',
|
|
150
|
-
'fabric.linking.unlink_account': 'Unlink Account',
|
|
151
|
-
'fabric.linking.upload': 'Upload',
|
|
152
|
-
'fabric.linking.upload_an_avatar': 'Upload an avatar',
|
|
153
|
-
'fabric.linking.upload_file': 'Upload a file',
|
|
154
|
-
'fabric.linking.upload_file_from': 'Upload a file from {name}',
|
|
155
|
-
'fabric.linking.upload_image': 'Upload image',
|
|
156
|
-
'fabric.linking.upload_photo': 'Upload a photo',
|
|
157
|
-
'fabric.linking.video': 'video',
|
|
158
|
-
'fabric.linking.view': 'View',
|
|
159
|
-
'fabric.linking.viewer_rateLimited': "We're having difficulties loading your file.",
|
|
160
|
-
'fabric.linking.webgl_warning_description': 'Your browser does not support WebGL. Use a WebGL enabled browser to annotate images.',
|
|
161
|
-
'fabric.linking.zip_entry_load_failed': "We couldn't load that zip file item to preview",
|
|
162
|
-
'fabric.linking.zoom_in': 'zoom in',
|
|
163
|
-
'fabric.linking.zoom_out': 'zoom out'
|
|
44
|
+
'fabric.linking.updated_by': 'Modified by {context}'
|
|
164
45
|
};
|
|
165
46
|
exports.default = _default;
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -13,153 +13,67 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Spanish (International)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.linking.cannot_connect': 'No se podido establecer la conexión. Inténtalo de nuevo',
|
|
17
|
-
'fabric.linking.cannot_find_link': 'No se ha podido encontrar el enlace',
|
|
18
|
-
'fabric.linking.join_to_view': 'Únete a {context} para ver esta incidencia',
|
|
19
|
-
'fabric.linking.create_on': 'Fecha de creación: {context}',
|
|
20
|
-
'fabric.linking.created_by': 'Creado por {context}',
|
|
21
|
-
'fabric.linking.delete': 'Eliminar',
|
|
22
|
-
'fabric.linking.edit': 'Editar',
|
|
23
|
-
'fabric.linking.forbidden_access': 'Tienes prohibido el acceso',
|
|
24
|
-
'fabric.linking.restricted_link': 'Enlace restringido, prueba con otra cuenta',
|
|
25
|
-
'fabric.linking.modified_on': 'Fecha de actualización: {context}',
|
|
26
|
-
'fabric.linking.pending_request': 'Tu solicitud de acceso está pendiente',
|
|
27
|
-
'fabric.linking.priority_blocker': 'Impedimento',
|
|
28
|
-
'fabric.linking.priority_critical': 'Crítica',
|
|
29
|
-
'fabric.linking.priority_high': 'Alta',
|
|
30
|
-
'fabric.linking.priority_highest': 'Más alta',
|
|
31
|
-
'fabric.linking.priority_low': 'Baja',
|
|
32
|
-
'fabric.linking.priority_lowest': 'Más baja',
|
|
33
|
-
'fabric.linking.priority_major': 'Mayor',
|
|
34
|
-
'fabric.linking.priority_medium': 'Media',
|
|
35
|
-
'fabric.linking.priority_minor': 'Menor',
|
|
36
|
-
'fabric.linking.priority_trivial': 'Trivial',
|
|
37
|
-
'fabric.linking.priority_undefined': 'Sin definir',
|
|
38
|
-
'fabric.linking.request_access_to_view': 'Solicita acceso a {context} para ver esta incidencia',
|
|
39
|
-
'fabric.linking.request_denied': 'Se ha denegado tu solicitud de acceso',
|
|
40
|
-
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
41
|
-
'fabric.linking.accounts': 'Cuentas',
|
|
42
16
|
'fabric.linking.actions': 'Acciones',
|
|
43
17
|
'fabric.linking.add_account': 'Añadir cuenta',
|
|
44
|
-
'fabric.linking.annotate': 'Anotar',
|
|
45
|
-
'fabric.linking.annotate.confirmation.close.anyway': 'Cerrar de todos modos',
|
|
46
|
-
'fabric.linking.annotate.confirmation.content': 'Tienes algunos cambios sin guardar. ¿Seguro que quieres salir de aquí?',
|
|
47
|
-
'fabric.linking.annotate.confirmation.heading': 'Cambios sin guardar',
|
|
48
|
-
'fabric.linking.annotate.tool.arrow': 'Flecha',
|
|
49
|
-
'fabric.linking.annotate.tool.blur': 'Mancha',
|
|
50
|
-
'fabric.linking.annotate.tool.brush': 'Pincel',
|
|
51
|
-
'fabric.linking.annotate.tool.color': 'Color',
|
|
52
|
-
'fabric.linking.annotate.tool.line.thickness': 'Grosor de la línea',
|
|
53
|
-
'fabric.linking.annotate.tool.shape': 'Forma',
|
|
54
|
-
'fabric.linking.annotate.tool.text': 'Texto',
|
|
55
|
-
'fabric.linking.archive': 'archivar',
|
|
56
|
-
'fabric.linking.audio': 'audio',
|
|
57
18
|
'fabric.linking.cancel': 'Cancelar',
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
60
|
-
'fabric.linking.cant_retrieve_gifs': '¡Qué pena! No hemos recuperado ningún GIF',
|
|
61
|
-
'fabric.linking.change_view': 'Cambiar vista',
|
|
62
|
-
'fabric.linking.check_your_network': 'Comprueba tu conexión de red',
|
|
19
|
+
'fabric.linking.cannot_connect': 'No se podido establecer la conexión. Inténtalo de nuevo',
|
|
20
|
+
'fabric.linking.cannot_find_link': 'No se ha podido encontrar el enlace',
|
|
63
21
|
'fabric.linking.click_to_join': 'Únete a {context}',
|
|
64
22
|
'fabric.linking.click_to_join_description': 'Se te ha aprobado, por lo que puedes unirte a {context} de inmediato.',
|
|
65
23
|
'fabric.linking.close': 'Cerrar',
|
|
66
|
-
'fabric.linking.close_and_reopen': 'Intenta cerrar este archivo y reabrirlo.',
|
|
67
24
|
'fabric.linking.connect_account_description': 'Abriremos otra página para ayudarte a conectar tu cuenta de {name}',
|
|
68
25
|
'fabric.linking.connect_link_account': 'Conectar para obtener vista previa',
|
|
69
26
|
'fabric.linking.connect_link_account_card_view': 'Conectar',
|
|
70
27
|
'fabric.linking.connect_link_account_card_view_description': 'Para mostrar una vista previa de este enlace, conecta tu cuenta de {context}.',
|
|
71
28
|
'fabric.linking.connect_link_account_card_view_name': 'Conecta tu cuenta de {context}',
|
|
72
29
|
'fabric.linking.connect_to': 'Conectarse a {name}',
|
|
73
|
-
'fabric.linking.could_not_load_editor': '¡Qué pena! No hemos podido cargar el editor',
|
|
74
|
-
'fabric.linking.could_not_save_image': '¡Qué pena! No hemos podido guardar la imagen',
|
|
75
|
-
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'No podemos mostrar vistas previas de archivos cifrados o protegidos con contraseña.',
|
|
76
|
-
'fabric.linking.couldnt_generate_preview': 'No hemos podido generar la previsualización de este archivo.',
|
|
77
|
-
'fabric.linking.couldnt_load_file': 'No hemos podido cargar el archivo.',
|
|
78
30
|
'fabric.linking.couldnt_load_link': 'Por algún motivo que desconocemos, no hemos podido cargar este enlace.',
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.
|
|
83
|
-
'fabric.linking.document': 'documento',
|
|
31
|
+
'fabric.linking.create_on_absolute': 'Creación: {context}',
|
|
32
|
+
'fabric.linking.create_on_relative': 'Fecha de creación: {context}',
|
|
33
|
+
'fabric.linking.created_by': 'Creado por {context}',
|
|
34
|
+
'fabric.linking.delete': 'Eliminar',
|
|
84
35
|
'fabric.linking.download': 'Descargar',
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
87
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Arrastra y suelta tus archivos y carpetas en cualquier lugar o',
|
|
88
|
-
'fabric.linking.drop_your_files': 'Suelta los archivos para cargarlos',
|
|
89
|
-
'fabric.linking.drop_your_files_here': 'Arrastra tus archivos hasta aquí',
|
|
90
|
-
'fabric.linking.email': 'Correo electrónico',
|
|
91
|
-
'fabric.linking.enable_fullscreen': 'activar pantalla completa',
|
|
92
|
-
'fabric.linking.error_429': 'Error 429',
|
|
93
|
-
'fabric.linking.error_generating_preview': 'Error al generar la vista previa',
|
|
94
|
-
'fabric.linking.error_hint_critical': 'Si el problema continúa, ponte en contacto con la asistencia.',
|
|
95
|
-
'fabric.linking.error_hint_retry': 'Vuelve a probar y lo intentaremos otra vez.',
|
|
96
|
-
'fabric.linking.error_loading_file': 'Error al cargar el archivo',
|
|
97
|
-
'fabric.linking.failed_to_load': 'No se pudo cargar',
|
|
98
|
-
'fabric.linking.failed_to_upload': 'Error al cargar',
|
|
36
|
+
'fabric.linking.edit': 'Editar',
|
|
37
|
+
'fabric.linking.forbidden_access': 'Tienes prohibido el acceso',
|
|
99
38
|
'fabric.linking.forbidden_description': 'No puedes acceder a esta vista previa. Ponte en contacto con el administrador del sitio si tienes que acceder.',
|
|
100
|
-
'fabric.linking.give_feedback': 'Enviar comentarios',
|
|
101
|
-
'fabric.linking.image': 'imagen',
|
|
102
|
-
'fabric.linking.image_format_invalid_error': 'No se pudo cargar la imagen porque el formato no es válido.',
|
|
103
|
-
'fabric.linking.image_size_too_large_error': 'La imagen es demasiado grande; no puede superar los {MAX_SIZE_MB} MB',
|
|
104
|
-
'fabric.linking.image_url_invalid_error': 'No se pudo cargar la imagen porque la URL no es válida.',
|
|
105
|
-
'fabric.linking.insert_files': '{0, plural, one {Insertar {0} archivo} other {Insertar {0} archivos}}',
|
|
106
39
|
'fabric.linking.invalid_permissions': 'Enlace restringido',
|
|
107
40
|
'fabric.linking.invalid_permissions_description': 'Deberás solicitar el acceso o probar con otra cuenta para obtener esta vista previa.',
|
|
108
|
-
'fabric.linking.
|
|
109
|
-
'fabric.linking.learn_more': 'Más información',
|
|
110
|
-
'fabric.linking.load_more_gifs': 'Cargar más GIF',
|
|
41
|
+
'fabric.linking.join_to_view': 'Únete a {context} para ver esta incidencia',
|
|
111
42
|
'fabric.linking.loading': 'Cargando…',
|
|
112
|
-
'fabric.linking.
|
|
113
|
-
'fabric.linking.
|
|
114
|
-
'fabric.linking.
|
|
115
|
-
'fabric.linking.no_gifs_found_suggestion': 'No hemos encontrado nada para "{query}"',
|
|
116
|
-
'fabric.linking.no_pdf_artifacts': 'No se han encontrado artefactos de PDF en este archivo.',
|
|
43
|
+
'fabric.linking.modified_on_absolute': 'Fecha de actualización: {context}',
|
|
44
|
+
'fabric.linking.modified_on_relative': 'Fecha de actualización: {context}',
|
|
45
|
+
'fabric.linking.more_actions': 'Más acciones',
|
|
117
46
|
'fabric.linking.not_found_description': 'No hemos encontrado el enlace. Comprueba la URL y prueba a editarla, o pégala de nuevo.',
|
|
118
47
|
'fabric.linking.not_found_title': '¡Vaya! No encontramos este enlace',
|
|
119
|
-
'fabric.linking.
|
|
120
|
-
'fabric.linking.pause': 'Pausar',
|
|
121
|
-
'fabric.linking.play': 'Reproducir',
|
|
122
|
-
'fabric.linking.playback_default_speed': 'Predeterminado',
|
|
123
|
-
'fabric.linking.playback_speed': 'Velocidad de reproducción',
|
|
48
|
+
'fabric.linking.pending_request': 'Tu solicitud de acceso está pendiente',
|
|
124
49
|
'fabric.linking.preview': 'Vista previa',
|
|
125
|
-
'fabric.linking.
|
|
126
|
-
'fabric.linking.
|
|
127
|
-
'fabric.linking.
|
|
128
|
-
'fabric.linking.
|
|
50
|
+
'fabric.linking.priority_blocker': 'Impedimento',
|
|
51
|
+
'fabric.linking.priority_critical': 'Crítica',
|
|
52
|
+
'fabric.linking.priority_high': 'Alta',
|
|
53
|
+
'fabric.linking.priority_highest': 'Más alta',
|
|
54
|
+
'fabric.linking.priority_low': 'Baja',
|
|
55
|
+
'fabric.linking.priority_lowest': 'Más baja',
|
|
56
|
+
'fabric.linking.priority_major': 'Importante',
|
|
57
|
+
'fabric.linking.priority_medium': 'Media',
|
|
58
|
+
'fabric.linking.priority_minor': 'No importante',
|
|
59
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
60
|
+
'fabric.linking.priority_undefined': 'Sin definir',
|
|
129
61
|
'fabric.linking.request_access': 'Solicitar acceso',
|
|
130
62
|
'fabric.linking.request_access_description': 'Solicita acceso a {context} para ver esta vista previa.',
|
|
131
63
|
'fabric.linking.request_access_pending': 'Acceso pendiente',
|
|
132
64
|
'fabric.linking.request_access_pending_description': 'Tu solicitud de acceso está pendiente.',
|
|
65
|
+
'fabric.linking.request_access_to_view': 'Solicita acceso a {context} para ver esta incidencia',
|
|
66
|
+
'fabric.linking.request_denied': 'Se ha denegado tu solicitud de acceso',
|
|
133
67
|
'fabric.linking.request_denied_description': 'Se ha denegado tu solicitud de acceso. Ponte en contacto con el administrador del sitio si sigues teniendo que acceder.',
|
|
68
|
+
'fabric.linking.restricted_link': 'Enlace restringido, prueba con otra cuenta',
|
|
134
69
|
'fabric.linking.retry': 'Reintentar',
|
|
135
70
|
'fabric.linking.save': 'Guardar',
|
|
136
|
-
'fabric.linking.search': 'Buscar',
|
|
137
|
-
'fabric.linking.search_all_gifs': '¡Busca en todos los GIF!',
|
|
138
|
-
'fabric.linking.share_files_instantly': 'Los compartiremos al instante',
|
|
139
|
-
'fabric.linking.skip_backward': 'Retroceder 10 segundos',
|
|
140
|
-
'fabric.linking.skip_forward': 'Avanzar 10 segundos',
|
|
141
|
-
'fabric.linking.something_went_wrong': 'Algo ha ido mal.',
|
|
142
71
|
'fabric.linking.srclink': 'Ver en',
|
|
143
72
|
'fabric.linking.srclinkunknown': 'Ver original',
|
|
144
|
-
'fabric.linking.text': 'Texto',
|
|
145
73
|
'fabric.linking.try_again': 'Volver a intentarlo',
|
|
146
74
|
'fabric.linking.try_another_account': 'Probar otra cuenta',
|
|
147
|
-
'fabric.linking.try_downloading_file': 'Prueba a descargar el archivo para verlo.',
|
|
148
|
-
'fabric.linking.unable_to_annotate_image': 'No puedes anotar esta imagen',
|
|
149
|
-
'fabric.linking.unknown': 'desconocido',
|
|
150
75
|
'fabric.linking.unlink_account': 'Desvincular cuenta',
|
|
151
|
-
'fabric.linking.
|
|
152
|
-
'fabric.linking.
|
|
153
|
-
'fabric.linking.upload_file': 'Cargar un archivo',
|
|
154
|
-
'fabric.linking.upload_file_from': 'Carga un archivo de {name}',
|
|
155
|
-
'fabric.linking.upload_image': 'Carga una imagen',
|
|
156
|
-
'fabric.linking.upload_photo': 'Carga una foto',
|
|
157
|
-
'fabric.linking.video': 'vídeo',
|
|
158
|
-
'fabric.linking.view': 'Ver',
|
|
159
|
-
'fabric.linking.viewer_rateLimited': 'Estamos teniendo dificultades para cargar el archivo.',
|
|
160
|
-
'fabric.linking.webgl_warning_description': 'Tu navegador no admite WebGL. Usa un navegador compatible con WebGL para anotar imágenes.',
|
|
161
|
-
'fabric.linking.zip_entry_load_failed': 'No se ha podido cargar el elemento de archivo comprimido para previsualizarlo',
|
|
162
|
-
'fabric.linking.zoom_in': 'acercar',
|
|
163
|
-
'fabric.linking.zoom_out': 'alejar'
|
|
76
|
+
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
77
|
+
'fabric.linking.view': 'Ver'
|
|
164
78
|
};
|
|
165
79
|
exports.default = _default;
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -13,153 +13,67 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Finnish
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.linking.cannot_connect': 'Ei voi muodostaa yhteyttä, yritä uudelleen',
|
|
17
|
-
'fabric.linking.cannot_find_link': 'Linkkiä ei löydy',
|
|
18
|
-
'fabric.linking.join_to_view': 'Liity palveluun {context} niin voit tarkastella asiaa',
|
|
19
|
-
'fabric.linking.create_on': 'Luotu {context}',
|
|
20
|
-
'fabric.linking.created_by': 'Tekijä: {context}',
|
|
21
|
-
'fabric.linking.delete': 'Poista',
|
|
22
|
-
'fabric.linking.edit': 'Muokkaa',
|
|
23
|
-
'fabric.linking.forbidden_access': 'Pääsy on kielletty',
|
|
24
|
-
'fabric.linking.restricted_link': 'Rajoitettu linkki, kokeile toista tiliä',
|
|
25
|
-
'fabric.linking.modified_on': 'Päivitetty {context}',
|
|
26
|
-
'fabric.linking.pending_request': 'Käyttöoikeuspyyntösi on vireillä',
|
|
27
|
-
'fabric.linking.priority_blocker': 'Esto',
|
|
28
|
-
'fabric.linking.priority_critical': 'Kriittinen',
|
|
29
|
-
'fabric.linking.priority_high': 'Korkea',
|
|
30
|
-
'fabric.linking.priority_highest': 'Korkein',
|
|
31
|
-
'fabric.linking.priority_low': 'Matala',
|
|
32
|
-
'fabric.linking.priority_lowest': 'Matalin',
|
|
33
|
-
'fabric.linking.priority_major': 'Suuri',
|
|
34
|
-
'fabric.linking.priority_medium': 'Keskitaso',
|
|
35
|
-
'fabric.linking.priority_minor': 'Vähäinen',
|
|
36
|
-
'fabric.linking.priority_trivial': 'Mitätön',
|
|
37
|
-
'fabric.linking.priority_undefined': 'Määrittelemätön',
|
|
38
|
-
'fabric.linking.request_access_to_view': 'Pyydä palvelun {context} käyttöoikeutta tämän asian tarkastelua varten',
|
|
39
|
-
'fabric.linking.request_denied': 'Käyttöoikeuspyyntösi evättiin',
|
|
40
|
-
'fabric.linking.updated_by': 'Muokannut: {context}',
|
|
41
|
-
'fabric.linking.accounts': 'Tilit',
|
|
42
16
|
'fabric.linking.actions': 'Toiminnot',
|
|
43
17
|
'fabric.linking.add_account': 'Lisää tili',
|
|
44
|
-
'fabric.linking.annotate': 'Tee merkintöjä',
|
|
45
|
-
'fabric.linking.annotate.confirmation.close.anyway': 'Sulje joka tapauksessa',
|
|
46
|
-
'fabric.linking.annotate.confirmation.content': 'Sinulla on tallentamattomia muutoksia. Haluatko varmasti poistua?',
|
|
47
|
-
'fabric.linking.annotate.confirmation.heading': 'Tallentamattomat muutokset',
|
|
48
|
-
'fabric.linking.annotate.tool.arrow': 'Nuoli',
|
|
49
|
-
'fabric.linking.annotate.tool.blur': 'Sumennus',
|
|
50
|
-
'fabric.linking.annotate.tool.brush': 'Sivellin',
|
|
51
|
-
'fabric.linking.annotate.tool.color': 'Väri',
|
|
52
|
-
'fabric.linking.annotate.tool.line.thickness': 'Viivan paksuus',
|
|
53
|
-
'fabric.linking.annotate.tool.shape': 'Muoto',
|
|
54
|
-
'fabric.linking.annotate.tool.text': 'Teksti',
|
|
55
|
-
'fabric.linking.archive': 'arkistoi',
|
|
56
|
-
'fabric.linking.audio': 'ääni',
|
|
57
18
|
'fabric.linking.cancel': 'Peruuta',
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
60
|
-
'fabric.linking.cant_retrieve_gifs': 'Voi ei! Emme voineet noutaa yhtään GIFiä',
|
|
61
|
-
'fabric.linking.change_view': 'Vaihda näkymä',
|
|
62
|
-
'fabric.linking.check_your_network': 'Tarkista verkkoyhteytesi',
|
|
19
|
+
'fabric.linking.cannot_connect': 'Ei voi muodostaa yhteyttä, yritä uudelleen',
|
|
20
|
+
'fabric.linking.cannot_find_link': 'Linkkiä ei löydy',
|
|
63
21
|
'fabric.linking.click_to_join': 'Liity käyttämään tuotetta {context}',
|
|
64
22
|
'fabric.linking.click_to_join_description': 'Sinut on hyväksytty, joten voit liittyä heti tuotteen {context} käyttäjäksi.',
|
|
65
23
|
'fabric.linking.close': 'Sulje',
|
|
66
|
-
'fabric.linking.close_and_reopen': 'Kokeile sulkea tämä tiedosto ja avata se uudelleen.',
|
|
67
24
|
'fabric.linking.connect_account_description': 'Avaamme uuden sivun, jotta voimme auttaa sinua yhdistämään {name} -tilisi',
|
|
68
25
|
'fabric.linking.connect_link_account': 'Yhdistä esikatseluun',
|
|
69
26
|
'fabric.linking.connect_link_account_card_view': 'Yhdistä',
|
|
70
27
|
'fabric.linking.connect_link_account_card_view_description': 'Jotta voit esikatsella tätä linkkiä, yhdistä {context}-tilisi.',
|
|
71
28
|
'fabric.linking.connect_link_account_card_view_name': 'Yhdistä {context}-tilisi',
|
|
72
29
|
'fabric.linking.connect_to': 'Yhdistä kohteeseen {name}',
|
|
73
|
-
'fabric.linking.could_not_load_editor': 'Voi ei! Muokkainta ei voitu ladata',
|
|
74
|
-
'fabric.linking.could_not_save_image': 'Voi ei! Kuvaa ei voitu tallentaa',
|
|
75
|
-
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Salattuja tai salasanalla suojattuja tiedostoja ei voi esikatsella.',
|
|
76
|
-
'fabric.linking.couldnt_generate_preview': 'Tälle tiedostolle ei voitu luoda esikatselua.',
|
|
77
|
-
'fabric.linking.couldnt_load_file': 'Tiedostoa ei voitu ladata.',
|
|
78
30
|
'fabric.linking.couldnt_load_link': 'Tämän linkin lataaminen epäonnistui tuntemattomasta syystä.',
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.
|
|
83
|
-
'fabric.linking.document': 'asiakirja',
|
|
31
|
+
'fabric.linking.create_on_absolute': 'Luotiin {context}',
|
|
32
|
+
'fabric.linking.create_on_relative': 'Luotu {context}',
|
|
33
|
+
'fabric.linking.created_by': 'Tekijä: {context}',
|
|
34
|
+
'fabric.linking.delete': 'Poista',
|
|
84
35
|
'fabric.linking.download': 'Lataa',
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
87
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Vedä ja pudota tiedostosi ja kansiosi minne tahansa tai',
|
|
88
|
-
'fabric.linking.drop_your_files': 'Pudota tiedostosi ladattavaksi',
|
|
89
|
-
'fabric.linking.drop_your_files_here': 'Pudota tiedostosi tänne',
|
|
90
|
-
'fabric.linking.email': 'Sähköposti',
|
|
91
|
-
'fabric.linking.enable_fullscreen': 'ota kokoruututila käyttöön',
|
|
92
|
-
'fabric.linking.error_429': 'Virhe 429',
|
|
93
|
-
'fabric.linking.error_generating_preview': 'Virhe esikatselun luomisessa',
|
|
94
|
-
'fabric.linking.error_hint_critical': 'Jos ongelma toistuu jatkuvasti, ota yhteyttä tukeen.',
|
|
95
|
-
'fabric.linking.error_hint_retry': 'Yritä uudelleen, ja mekin kokeilemme vielä kerran.',
|
|
96
|
-
'fabric.linking.error_loading_file': 'Virhe ladattaessa tiedostoa',
|
|
97
|
-
'fabric.linking.failed_to_load': 'Ei voitu ladata',
|
|
98
|
-
'fabric.linking.failed_to_upload': 'Lataaminen epäonnistui',
|
|
36
|
+
'fabric.linking.edit': 'Muokkaa',
|
|
37
|
+
'fabric.linking.forbidden_access': 'Pääsy on kielletty',
|
|
99
38
|
'fabric.linking.forbidden_description': 'Sinulla ei ole tämän esikatselun käyttöoikeutta. Jos tarvitset käyttöoikeuden, ota yhteyttä sivuston ylläpitäjään.',
|
|
100
|
-
'fabric.linking.give_feedback': 'Anna palautetta',
|
|
101
|
-
'fabric.linking.image': 'kuva',
|
|
102
|
-
'fabric.linking.image_format_invalid_error': 'Kuvaa ei voitu ladata, muoto on virheellinen.',
|
|
103
|
-
'fabric.linking.image_size_too_large_error': 'Kuva on liian suuri, se ei voi olla suurempi kuin {MAX_SIZE_MB}Mt',
|
|
104
|
-
'fabric.linking.image_url_invalid_error': 'Kuvaa ei voitu ladata, url-osoite on virheellinen.',
|
|
105
|
-
'fabric.linking.insert_files': '{0, plural, one {Lisää {0} tiedosto} other {Lisää {0} tiedostoa}}',
|
|
106
39
|
'fabric.linking.invalid_permissions': 'Rajoitettu linkki',
|
|
107
40
|
'fabric.linking.invalid_permissions_description': 'Pyydä käyttöoikeus tai käytä toista tiliä, jos haluat nähdä tämän esikatselun.',
|
|
108
|
-
'fabric.linking.
|
|
109
|
-
'fabric.linking.learn_more': 'Lue lisää',
|
|
110
|
-
'fabric.linking.load_more_gifs': 'Lataa lisää GIFejä',
|
|
41
|
+
'fabric.linking.join_to_view': 'Liity palveluun {context} niin voit tarkastella asiaa',
|
|
111
42
|
'fabric.linking.loading': 'Ladataan...',
|
|
112
|
-
'fabric.linking.
|
|
113
|
-
'fabric.linking.
|
|
114
|
-
'fabric.linking.
|
|
115
|
-
'fabric.linking.no_gifs_found_suggestion': 'Emme löytäneet tuloksia kyselylle "{query}"',
|
|
116
|
-
'fabric.linking.no_pdf_artifacts': 'PDF-artefaktoja ei löytynyt tälle tiedostolle.',
|
|
43
|
+
'fabric.linking.modified_on_absolute': 'Päivitetty {context}',
|
|
44
|
+
'fabric.linking.modified_on_relative': 'Päivitetty {context}',
|
|
45
|
+
'fabric.linking.more_actions': 'Lisää toimintoja',
|
|
117
46
|
'fabric.linking.not_found_description': 'Linkkiä ei löytynyt. Tarkista URL-osoite ja muokkaa tai liitä uudelleen.',
|
|
118
47
|
'fabric.linking.not_found_title': 'Oho. Emme löydä tätä linkkiä!',
|
|
119
|
-
'fabric.linking.
|
|
120
|
-
'fabric.linking.pause': 'Keskeytä',
|
|
121
|
-
'fabric.linking.play': 'Toista',
|
|
122
|
-
'fabric.linking.playback_default_speed': 'Oletus',
|
|
123
|
-
'fabric.linking.playback_speed': 'Toistonopeus',
|
|
48
|
+
'fabric.linking.pending_request': 'Käyttöoikeuspyyntösi on vireillä',
|
|
124
49
|
'fabric.linking.preview': 'Esikatselu',
|
|
125
|
-
'fabric.linking.
|
|
126
|
-
'fabric.linking.
|
|
127
|
-
'fabric.linking.
|
|
128
|
-
'fabric.linking.
|
|
50
|
+
'fabric.linking.priority_blocker': 'Esto',
|
|
51
|
+
'fabric.linking.priority_critical': 'Kriittinen',
|
|
52
|
+
'fabric.linking.priority_high': 'Korkea',
|
|
53
|
+
'fabric.linking.priority_highest': 'Korkein',
|
|
54
|
+
'fabric.linking.priority_low': 'Matala',
|
|
55
|
+
'fabric.linking.priority_lowest': 'Matalin',
|
|
56
|
+
'fabric.linking.priority_major': 'Suuri',
|
|
57
|
+
'fabric.linking.priority_medium': 'Keskitaso',
|
|
58
|
+
'fabric.linking.priority_minor': 'Vähäinen',
|
|
59
|
+
'fabric.linking.priority_trivial': 'Mitätön',
|
|
60
|
+
'fabric.linking.priority_undefined': 'Määrittelemätön',
|
|
129
61
|
'fabric.linking.request_access': 'Pyydä pääsyä',
|
|
130
62
|
'fabric.linking.request_access_description': 'Pyydä sovelluksen {context} käyttöoikeutta tämän esikatselun katsomista varten.',
|
|
131
63
|
'fabric.linking.request_access_pending': 'Käyttöoikeuksia odotetaan',
|
|
132
64
|
'fabric.linking.request_access_pending_description': 'Käyttöoikeuspyyntösi on vireillä.',
|
|
65
|
+
'fabric.linking.request_access_to_view': 'Pyydä palvelun {context} käyttöoikeutta tämän asian tarkastelua varten',
|
|
66
|
+
'fabric.linking.request_denied': 'Käyttöoikeuspyyntösi evättiin',
|
|
133
67
|
'fabric.linking.request_denied_description': 'Käyttöoikeuspyyntösi evättiin. Ota yhteyttä sivustosi ylläpitäjään, jos silti tarvitset käyttöoikeuden.',
|
|
68
|
+
'fabric.linking.restricted_link': 'Rajoitettu linkki, kokeile toista tiliä',
|
|
134
69
|
'fabric.linking.retry': 'Yritä uudelleen',
|
|
135
70
|
'fabric.linking.save': 'Tallenna',
|
|
136
|
-
'fabric.linking.search': 'Hae',
|
|
137
|
-
'fabric.linking.search_all_gifs': 'Hae kaikista GIFeistä!',
|
|
138
|
-
'fabric.linking.share_files_instantly': 'Jaamme ne heti',
|
|
139
|
-
'fabric.linking.skip_backward': '10 sekuntia taaksepäin',
|
|
140
|
-
'fabric.linking.skip_forward': '10 sekuntia eteenpäin',
|
|
141
|
-
'fabric.linking.something_went_wrong': 'Jotain meni pieleen.',
|
|
142
71
|
'fabric.linking.srclink': 'Näytä kohteessa',
|
|
143
72
|
'fabric.linking.srclinkunknown': 'Näytä alkuperäinen',
|
|
144
|
-
'fabric.linking.text': 'Teksti',
|
|
145
73
|
'fabric.linking.try_again': 'Yritä uudelleen',
|
|
146
74
|
'fabric.linking.try_another_account': 'Kokeile toista tiliä',
|
|
147
|
-
'fabric.linking.try_downloading_file': 'Kokeile ladata tiedosto, jotta voit tarkastella sitä.',
|
|
148
|
-
'fabric.linking.unable_to_annotate_image': 'Et voi tehdä merkintöjä tähän kuvaan',
|
|
149
|
-
'fabric.linking.unknown': 'tuntematon',
|
|
150
75
|
'fabric.linking.unlink_account': 'Poista tilin linkitys',
|
|
151
|
-
'fabric.linking.
|
|
152
|
-
'fabric.linking.
|
|
153
|
-
'fabric.linking.upload_file': 'Lataa tiedosto',
|
|
154
|
-
'fabric.linking.upload_file_from': 'Lataa tiedosto kohteesta {name}',
|
|
155
|
-
'fabric.linking.upload_image': 'Lataa kuva',
|
|
156
|
-
'fabric.linking.upload_photo': 'Lataa kuva',
|
|
157
|
-
'fabric.linking.video': 'video',
|
|
158
|
-
'fabric.linking.view': 'Näytä',
|
|
159
|
-
'fabric.linking.viewer_rateLimited': 'Tiedostosi lataamisessa on ongelma.',
|
|
160
|
-
'fabric.linking.webgl_warning_description': 'Selaimesi ei tue WebGL:ää. Käytä WebGL:ää tukevaa selainta, jos haluat tehdä merkintöjä kuviin.',
|
|
161
|
-
'fabric.linking.zip_entry_load_failed': 'Emme voineet ladata kyseistä zip-tiedoston kohdetta esikatselua varten',
|
|
162
|
-
'fabric.linking.zoom_in': 'lähennä',
|
|
163
|
-
'fabric.linking.zoom_out': 'loitonna'
|
|
76
|
+
'fabric.linking.updated_by': 'Muokannut: {context}',
|
|
77
|
+
'fabric.linking.view': 'Näytä'
|
|
164
78
|
};
|
|
165
79
|
exports.default = _default;
|