@atlaskit/smart-card 19.1.10 → 19.1.13
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 +20 -0
- package/dist/cjs/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/cjs/i18n/cs.js +127 -5
- package/dist/cjs/i18n/da.js +126 -5
- package/dist/cjs/i18n/de.js +127 -5
- package/dist/cjs/i18n/en.js +127 -5
- package/dist/cjs/i18n/en_GB.js +127 -5
- package/dist/cjs/i18n/en_ZZ.js +127 -5
- package/dist/cjs/i18n/es.js +127 -5
- package/dist/cjs/i18n/et.js +87 -1
- package/dist/cjs/i18n/fi.js +127 -5
- package/dist/cjs/i18n/fr.js +127 -5
- package/dist/cjs/i18n/hu.js +127 -5
- package/dist/cjs/i18n/index.js +239 -0
- package/dist/cjs/i18n/is.js +77 -0
- package/dist/cjs/i18n/it.js +127 -5
- package/dist/cjs/i18n/ja.js +127 -5
- package/dist/cjs/i18n/ko.js +127 -5
- package/dist/cjs/i18n/languages.js +33 -0
- package/dist/cjs/i18n/nb.js +127 -5
- package/dist/cjs/i18n/nl.js +127 -5
- package/dist/cjs/i18n/pl.js +127 -5
- package/dist/cjs/i18n/pt_BR.js +127 -5
- package/dist/cjs/i18n/pt_PT.js +87 -1
- package/dist/cjs/i18n/ro.js +77 -0
- package/dist/cjs/i18n/ru.js +127 -5
- package/dist/cjs/i18n/sk.js +87 -1
- package/dist/cjs/i18n/sv.js +127 -5
- package/dist/cjs/i18n/th.js +127 -5
- package/dist/cjs/i18n/tr.js +127 -5
- package/dist/cjs/i18n/uk.js +127 -5
- package/dist/cjs/i18n/vi.js +127 -5
- package/dist/cjs/i18n/zh.js +127 -5
- package/dist/cjs/i18n/zh_TW.js +127 -5
- package/dist/cjs/messages.js +167 -2
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/cjs/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/cjs/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/cjs/view/FlexibleCard/utils.js +2 -2
- package/dist/cjs/view/HoverCard/index.js +3 -1
- package/dist/cjs/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/cjs/view/common/ModalHeader.js +1 -1
- package/dist/es2019/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/es2019/i18n/cs.js +127 -5
- package/dist/es2019/i18n/da.js +126 -5
- package/dist/es2019/i18n/de.js +127 -5
- package/dist/es2019/i18n/en.js +127 -5
- package/dist/es2019/i18n/en_GB.js +127 -5
- package/dist/es2019/i18n/en_ZZ.js +127 -5
- package/dist/es2019/i18n/es.js +127 -5
- package/dist/es2019/i18n/et.js +87 -1
- package/dist/es2019/i18n/fi.js +127 -5
- package/dist/es2019/i18n/fr.js +127 -5
- package/dist/es2019/i18n/hu.js +127 -5
- package/dist/es2019/i18n/index.js +35 -0
- package/dist/es2019/i18n/is.js +70 -0
- package/dist/es2019/i18n/it.js +127 -5
- package/dist/es2019/i18n/ja.js +127 -5
- package/dist/es2019/i18n/ko.js +127 -5
- package/dist/es2019/i18n/languages.js +26 -0
- package/dist/es2019/i18n/nb.js +127 -5
- package/dist/es2019/i18n/nl.js +127 -5
- package/dist/es2019/i18n/pl.js +127 -5
- package/dist/es2019/i18n/pt_BR.js +127 -5
- package/dist/es2019/i18n/pt_PT.js +87 -1
- package/dist/es2019/i18n/ro.js +70 -0
- package/dist/es2019/i18n/ru.js +127 -5
- package/dist/es2019/i18n/sk.js +87 -1
- package/dist/es2019/i18n/sv.js +127 -5
- package/dist/es2019/i18n/th.js +127 -5
- package/dist/es2019/i18n/tr.js +127 -5
- package/dist/es2019/i18n/uk.js +127 -5
- package/dist/es2019/i18n/vi.js +127 -5
- package/dist/es2019/i18n/zh.js +127 -5
- package/dist/es2019/i18n/zh_TW.js +127 -5
- package/dist/es2019/messages.js +167 -2
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/es2019/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/es2019/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/es2019/view/FlexibleCard/utils.js +2 -2
- package/dist/es2019/view/HoverCard/index.js +3 -1
- package/dist/es2019/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/es2019/view/common/ModalHeader.js +1 -1
- package/dist/esm/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/esm/i18n/cs.js +127 -5
- package/dist/esm/i18n/da.js +126 -5
- package/dist/esm/i18n/de.js +127 -5
- package/dist/esm/i18n/en.js +127 -5
- package/dist/esm/i18n/en_GB.js +127 -5
- package/dist/esm/i18n/en_ZZ.js +127 -5
- package/dist/esm/i18n/es.js +127 -5
- package/dist/esm/i18n/et.js +87 -1
- package/dist/esm/i18n/fi.js +127 -5
- package/dist/esm/i18n/fr.js +127 -5
- package/dist/esm/i18n/hu.js +127 -5
- package/dist/esm/i18n/index.js +35 -0
- package/dist/esm/i18n/is.js +70 -0
- package/dist/esm/i18n/it.js +127 -5
- package/dist/esm/i18n/ja.js +127 -5
- package/dist/esm/i18n/ko.js +127 -5
- package/dist/esm/i18n/languages.js +26 -0
- package/dist/esm/i18n/nb.js +127 -5
- package/dist/esm/i18n/nl.js +127 -5
- package/dist/esm/i18n/pl.js +127 -5
- package/dist/esm/i18n/pt_BR.js +127 -5
- package/dist/esm/i18n/pt_PT.js +87 -1
- package/dist/esm/i18n/ro.js +70 -0
- package/dist/esm/i18n/ru.js +127 -5
- package/dist/esm/i18n/sk.js +87 -1
- package/dist/esm/i18n/sv.js +127 -5
- package/dist/esm/i18n/th.js +127 -5
- package/dist/esm/i18n/tr.js +127 -5
- package/dist/esm/i18n/uk.js +127 -5
- package/dist/esm/i18n/vi.js +127 -5
- package/dist/esm/i18n/zh.js +127 -5
- package/dist/esm/i18n/zh_TW.js +127 -5
- package/dist/esm/messages.js +167 -2
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/esm/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/esm/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/esm/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/esm/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/esm/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/esm/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/esm/view/FlexibleCard/utils.js +2 -2
- package/dist/esm/view/HoverCard/index.js +3 -1
- package/dist/esm/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/esm/view/common/ModalHeader.js +1 -1
- package/dist/types/i18n/cs.d.ts +126 -4
- package/dist/types/i18n/da.d.ts +125 -4
- package/dist/types/i18n/de.d.ts +126 -4
- package/dist/types/i18n/en.d.ts +126 -4
- package/dist/types/i18n/en_GB.d.ts +126 -4
- package/dist/types/i18n/en_ZZ.d.ts +126 -4
- package/dist/types/i18n/es.d.ts +126 -4
- package/dist/types/i18n/et.d.ts +87 -1
- package/dist/types/i18n/fi.d.ts +126 -4
- package/dist/types/i18n/fr.d.ts +126 -4
- package/dist/types/i18n/hu.d.ts +126 -4
- package/dist/types/i18n/index.d.ts +35 -0
- package/dist/types/i18n/is.d.ts +70 -0
- package/dist/types/i18n/it.d.ts +126 -4
- package/dist/types/i18n/ja.d.ts +126 -4
- package/dist/types/i18n/ko.d.ts +126 -4
- package/dist/types/i18n/languages.d.ts +27 -0
- package/dist/types/i18n/nb.d.ts +126 -4
- package/dist/types/i18n/nl.d.ts +126 -4
- package/dist/types/i18n/pl.d.ts +126 -4
- package/dist/types/i18n/pt_BR.d.ts +126 -4
- package/dist/types/i18n/pt_PT.d.ts +87 -1
- package/dist/types/i18n/ro.d.ts +70 -0
- package/dist/types/i18n/ru.d.ts +126 -4
- package/dist/types/i18n/sk.d.ts +87 -1
- package/dist/types/i18n/sv.d.ts +126 -4
- package/dist/types/i18n/th.d.ts +126 -4
- package/dist/types/i18n/tr.d.ts +126 -4
- package/dist/types/i18n/uk.d.ts +126 -4
- package/dist/types/i18n/vi.d.ts +126 -4
- package/dist/types/i18n/zh.d.ts +126 -4
- package/dist/types/i18n/zh_TW.d.ts +126 -4
- package/dist/types/messages.d.ts +2 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/views/UnresolvedView.d.ts +1 -1
- package/dist/types/view/types.d.ts +1 -1
- package/package.json +8 -9
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
10
10
|
'fabric.linking.cannot_find_link': "Can't find link",
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
11
|
+
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
13
12
|
'fabric.linking.create_on': 'Created {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Created by {context}',
|
|
15
14
|
'fabric.linking.delete': 'Delete',
|
|
16
15
|
'fabric.linking.edit': 'Edit',
|
|
17
16
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
19
18
|
'fabric.linking.modified_on': 'Updated {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'Your access request is pending',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Blocker',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Minor',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
33
32
|
'fabric.linking.request_denied': 'Your access request was denied',
|
|
34
|
-
'fabric.linking.updated_by': 'Modified by {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Modified by {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Accounts',
|
|
35
|
+
'fabric.linking.actions': 'Actions',
|
|
36
|
+
'fabric.linking.add_account': 'Add account',
|
|
37
|
+
'fabric.linking.annotate': 'Annotate',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Close anyway',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Unsaved changes',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Arrow',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Blur',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Brush',
|
|
44
|
+
'fabric.linking.annotate.tool.colour': 'Colour',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Line thickness',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Shape',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Text',
|
|
48
|
+
'fabric.linking.archive': 'archive',
|
|
49
|
+
'fabric.linking.audio': 'audio',
|
|
50
|
+
'fabric.linking.cancel': 'Cancel',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': "We can't preview this file type.",
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Ouch! We could not retrieve any files',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': 'Ouch! We could not retrieve any GIFs',
|
|
54
|
+
'fabric.linking.change_view': 'Change view',
|
|
55
|
+
'fabric.linking.check_your_network': 'Check your network connection',
|
|
56
|
+
'fabric.linking.click_to_join': 'Join {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': "You've been approved, so you can join {context} right away.",
|
|
58
|
+
'fabric.linking.close': 'Close',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Try closing this file and reopening.',
|
|
60
|
+
'fabric.linking.connect_account_description': "We'll open a new page to help you connect your {name} account",
|
|
61
|
+
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Connect',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'To show a preview of this link, connect your {context} account.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
65
|
+
'fabric.linking.connect_to': 'Connect to {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'Ouch! We could not load the editor',
|
|
67
|
+
'fabric.linking.could_not_save_image': 'Ouch! We could not save the image',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': "We can't preview encrypted or password protected files.",
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': "We couldn't generate a preview for this file.",
|
|
70
|
+
'fabric.linking.couldnt_load_file': "We couldn't load the file.",
|
|
71
|
+
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
72
|
+
'fabric.linking.creating_preview': 'Creating preview...',
|
|
73
|
+
'fabric.linking.default_avatars': 'Default avatars',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'disable fullscreen',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Display thumbnail',
|
|
76
|
+
'fabric.linking.document': 'document',
|
|
77
|
+
'fabric.linking.download': 'Download',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Drag and drop your images here',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Drag and drop your files anywhere or',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Drag and drop your files and folders anywhere or',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Drop your files to upload',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Drop your files here',
|
|
83
|
+
'fabric.linking.email': 'email',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'enable fullscreen',
|
|
85
|
+
'fabric.linking.error_429': 'Error 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Error generating preview',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'If the problem keeps happening contact support.',
|
|
88
|
+
'fabric.linking.error_hint_retry': "Try again and we'll give it another shot.",
|
|
89
|
+
'fabric.linking.error_loading_file': 'Error loading file',
|
|
90
|
+
'fabric.linking.failed_to_load': 'Failed to load',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Failed to upload',
|
|
92
|
+
'fabric.linking.forbidden_description': 'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
93
|
+
'fabric.linking.give_feedback': 'Give feedback',
|
|
94
|
+
'fabric.linking.image': 'image',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': 'Could not load image, the format is invalid.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': 'Image is too large, must be no larger than {MAX_SIZE_MB}Mb',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': 'Could not load image, the url is invalid.',
|
|
98
|
+
'fabric.linking.insert_files': 'Insert {0, plural, one {a file} other {{0} files}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Restricted link',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'The selected item was not found on the list.',
|
|
102
|
+
'fabric.linking.learn_more': 'Learn More',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'Load more GIFs',
|
|
104
|
+
'fabric.linking.loading': 'Loading...',
|
|
105
|
+
'fabric.linking.loading_file': 'Loading file...',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'It might just be a hiccup.',
|
|
107
|
+
'fabric.linking.no_gifs_found': "Hello? Was it me you're looking for?",
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'We couldn\'t find anything for "{query}"',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'No PDF artifacts found for this file.',
|
|
110
|
+
'fabric.linking.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
|
|
111
|
+
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
112
|
+
'fabric.linking.or': 'or',
|
|
113
|
+
'fabric.linking.pause': 'Pause',
|
|
114
|
+
'fabric.linking.play': 'Play',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Default',
|
|
116
|
+
'fabric.linking.playback_speed': 'Playback speed',
|
|
117
|
+
'fabric.linking.preview': 'Preview',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Preview currently unavailable',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Preview unavailable',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Recent uploads',
|
|
121
|
+
'fabric.linking.remove_image': 'Remove image',
|
|
122
|
+
'fabric.linking.request_access': 'Request access',
|
|
123
|
+
'fabric.linking.request_access_description': 'Request access to {context} view this preview.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Access pending',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
126
|
+
'fabric.linking.request_denied_description': 'Your access request was denied. Contact the site admin if you still need access.',
|
|
127
|
+
'fabric.linking.retry': 'Retry',
|
|
128
|
+
'fabric.linking.save': 'Save',
|
|
129
|
+
'fabric.linking.search': 'search',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'Search all the GIFs!',
|
|
131
|
+
'fabric.linking.share_files_instantly': "We'll share them instantly",
|
|
132
|
+
'fabric.linking.skip_backward': 'Back 10 seconds',
|
|
133
|
+
'fabric.linking.skip_forward': 'Forward 10 seconds',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Something went wrong.',
|
|
135
|
+
'fabric.linking.srclink': 'View in',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'View Original',
|
|
137
|
+
'fabric.linking.text': 'text',
|
|
138
|
+
'fabric.linking.try_again': 'Try again',
|
|
139
|
+
'fabric.linking.try_another_account': 'Try another account',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Try downloading the file to view it.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': "You're unable to annotate this image",
|
|
142
|
+
'fabric.linking.unknown': 'unknown',
|
|
143
|
+
'fabric.linking.unlink_account': 'Unlink Account',
|
|
144
|
+
'fabric.linking.upload': 'Upload',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Upload an avatar',
|
|
146
|
+
'fabric.linking.upload_file': 'Upload a file',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Upload a file from {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Upload image',
|
|
149
|
+
'fabric.linking.upload_photo': 'Upload a photo',
|
|
150
|
+
'fabric.linking.video': 'video',
|
|
151
|
+
'fabric.linking.view': 'View',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': "We're having difficulties loading your file.",
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Your browser does not support WebGL. Use a WebGL enabled browser to annotate images.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': "We couldn't load that zip file item to preview",
|
|
155
|
+
'fabric.linking.zoom_in': 'zoom in',
|
|
156
|
+
'fabric.linking.zoom_out': 'zoom out'
|
|
35
157
|
};
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
10
10
|
'fabric.linking.cannot_find_link': "Can't find link",
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
11
|
+
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
13
12
|
'fabric.linking.create_on': 'Created {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Created by {context}',
|
|
15
14
|
'fabric.linking.delete': 'Delete',
|
|
16
15
|
'fabric.linking.edit': 'Edit',
|
|
17
16
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
19
18
|
'fabric.linking.modified_on': 'Updated {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'Your access request is pending',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Blocker',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Minor',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Undefined',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
33
32
|
'fabric.linking.request_denied': 'Your access request was denied',
|
|
34
|
-
'fabric.linking.updated_by': 'Modified by {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Modified by {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Accounts',
|
|
35
|
+
'fabric.linking.actions': 'Actions',
|
|
36
|
+
'fabric.linking.add_account': 'Add account',
|
|
37
|
+
'fabric.linking.annotate': 'Annotate',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Close anyway',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Unsaved changes',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Arrow',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Blur',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Brush',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Color',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Line thickness',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Shape',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Text',
|
|
48
|
+
'fabric.linking.archive': 'archive',
|
|
49
|
+
'fabric.linking.audio': 'audio',
|
|
50
|
+
'fabric.linking.cancel': 'Cancel',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': "We can't preview this file type.",
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Ouch! We could not retrieve any files',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': 'Ouch! We could not retrieve any GIFs',
|
|
54
|
+
'fabric.linking.change_view': 'Change view',
|
|
55
|
+
'fabric.linking.check_your_network': 'Check your network connection',
|
|
56
|
+
'fabric.linking.click_to_join': 'Join {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': "You've been approved, so you can join {context} right away.",
|
|
58
|
+
'fabric.linking.close': 'Close',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Try closing this file and reopening.',
|
|
60
|
+
'fabric.linking.connect_account_description': "We'll open a new page to help you connect your {name} account",
|
|
61
|
+
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Connect',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'To show a preview of this link, connect your {context} account.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
65
|
+
'fabric.linking.connect_to': 'Connect to {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'Ouch! We could not load the editor',
|
|
67
|
+
'fabric.linking.could_not_save_image': 'Ouch! We could not save the image',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': "We can't preview encrypted or password protected files.",
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': "We couldn't generate a preview for this file.",
|
|
70
|
+
'fabric.linking.couldnt_load_file': "We couldn't load the file.",
|
|
71
|
+
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
72
|
+
'fabric.linking.creating_preview': 'Creating preview...',
|
|
73
|
+
'fabric.linking.default_avatars': 'Default avatars',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'disable fullscreen',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Display thumbnail',
|
|
76
|
+
'fabric.linking.document': 'document',
|
|
77
|
+
'fabric.linking.download': 'Download',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Drag and drop your images here',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Drag and drop your files anywhere or',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Drag and drop your files and folders anywhere or',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Drop your files to upload',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Drop your files here',
|
|
83
|
+
'fabric.linking.email': 'email',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'enable fullscreen',
|
|
85
|
+
'fabric.linking.error_429': 'Error 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Error generating preview',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'If the problem keeps happening contact support.',
|
|
88
|
+
'fabric.linking.error_hint_retry': "Try again and we'll give it another shot.",
|
|
89
|
+
'fabric.linking.error_loading_file': 'Error loading file',
|
|
90
|
+
'fabric.linking.failed_to_load': 'Failed to load',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Failed to upload',
|
|
92
|
+
'fabric.linking.forbidden_description': 'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
93
|
+
'fabric.linking.give_feedback': 'Give feedback',
|
|
94
|
+
'fabric.linking.image': 'image',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': 'Could not load image, the format is invalid.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': 'Image is too large, must be no larger than {MAX_SIZE_MB}Mb',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': 'Could not load image, the url is invalid.',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {Insert a file} other {Insert {0} files}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Restricted link',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'The selected item was not found on the list.',
|
|
102
|
+
'fabric.linking.learn_more': 'Learn More',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'Load more GIFs',
|
|
104
|
+
'fabric.linking.loading': 'Loading...',
|
|
105
|
+
'fabric.linking.loading_file': 'Loading file...',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'It might just be a hiccup.',
|
|
107
|
+
'fabric.linking.no_gifs_found': "Hello? Was it me you're looking for?",
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'We couldn\'t find anything for "{query}"',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'No PDF artifacts found for this file.',
|
|
110
|
+
'fabric.linking.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
|
|
111
|
+
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
112
|
+
'fabric.linking.or': 'or',
|
|
113
|
+
'fabric.linking.pause': 'Pause',
|
|
114
|
+
'fabric.linking.play': 'Play',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Default',
|
|
116
|
+
'fabric.linking.playback_speed': 'Playback speed',
|
|
117
|
+
'fabric.linking.preview': 'Preview',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Preview currently unavailable',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Preview unavailable',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Recent uploads',
|
|
121
|
+
'fabric.linking.remove_image': 'Remove image',
|
|
122
|
+
'fabric.linking.request_access': 'Request access',
|
|
123
|
+
'fabric.linking.request_access_description': 'Request access to {context} view this preview.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Access pending',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
126
|
+
'fabric.linking.request_denied_description': 'Your access request was denied. Contact the site admin if you still need access.',
|
|
127
|
+
'fabric.linking.retry': 'Retry',
|
|
128
|
+
'fabric.linking.save': 'Save',
|
|
129
|
+
'fabric.linking.search': 'search',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'Search all the GIFs!',
|
|
131
|
+
'fabric.linking.share_files_instantly': "We'll share them instantly",
|
|
132
|
+
'fabric.linking.skip_backward': 'Back 10 seconds',
|
|
133
|
+
'fabric.linking.skip_forward': 'Forward 10 seconds',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Something went wrong.',
|
|
135
|
+
'fabric.linking.srclink': 'View in',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'View Original',
|
|
137
|
+
'fabric.linking.text': 'text',
|
|
138
|
+
'fabric.linking.try_again': 'Try again',
|
|
139
|
+
'fabric.linking.try_another_account': 'Try another account',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Try downloading the file to view it.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': "You're unable to annotate this image",
|
|
142
|
+
'fabric.linking.unknown': 'unknown',
|
|
143
|
+
'fabric.linking.unlink_account': 'Unlink Account',
|
|
144
|
+
'fabric.linking.upload': 'Upload',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Upload an avatar',
|
|
146
|
+
'fabric.linking.upload_file': 'Upload a file',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Upload a file from {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Upload image',
|
|
149
|
+
'fabric.linking.upload_photo': 'Upload a photo',
|
|
150
|
+
'fabric.linking.video': 'video',
|
|
151
|
+
'fabric.linking.view': 'View',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': "We're having difficulties loading your file.",
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Your browser does not support WebGL. Use a WebGL enabled browser to annotate images.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': "We couldn't load that zip file item to preview",
|
|
155
|
+
'fabric.linking.zoom_in': 'zoom in',
|
|
156
|
+
'fabric.linking.zoom_out': 'zoom out'
|
|
35
157
|
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': 'No se podido establecer la conexión. Inténtalo de nuevo',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'No se ha podido encontrar el enlace',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Conectar para obtener vista previa',
|
|
11
|
+
'fabric.linking.join_to_view': 'Únete a {context} para ver esta incidencia',
|
|
13
12
|
'fabric.linking.create_on': 'Fecha de creación: {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Creado por {context}',
|
|
15
14
|
'fabric.linking.delete': 'Eliminar',
|
|
16
15
|
'fabric.linking.edit': 'Editar',
|
|
17
16
|
'fabric.linking.forbidden_access': 'Tienes prohibido el acceso',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Enlace restringido, prueba con otra cuenta',
|
|
19
18
|
'fabric.linking.modified_on': 'Fecha de actualización: {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'Tu solicitud de acceso está pendiente',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Impedimento',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Menor',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Sin definir',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Solicita acceso a {context} para ver esta incidencia',
|
|
33
32
|
'fabric.linking.request_denied': 'Se ha denegado tu solicitud de acceso',
|
|
34
|
-
'fabric.linking.updated_by': 'Modificado por {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Cuentas',
|
|
35
|
+
'fabric.linking.actions': 'Acciones',
|
|
36
|
+
'fabric.linking.add_account': 'Añadir cuenta',
|
|
37
|
+
'fabric.linking.annotate': 'Anotar',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Cerrar de todos modos',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'Tienes algunos cambios sin guardar. ¿Seguro que quieres salir de aquí?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Cambios sin guardar',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Flecha',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Mancha',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Pincel',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Color',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Grosor de la línea',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Forma',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Texto',
|
|
48
|
+
'fabric.linking.archive': 'archivar',
|
|
49
|
+
'fabric.linking.audio': 'audio',
|
|
50
|
+
'fabric.linking.cancel': 'Cancelar',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'No podemos previsualizar este tipo de archivo.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': '¡Ups! No hemos podido recuperar ningún archivo',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': '¡Qué pena! No hemos recuperado ningún GIF',
|
|
54
|
+
'fabric.linking.change_view': 'Cambiar vista',
|
|
55
|
+
'fabric.linking.check_your_network': 'Comprueba tu conexión de red',
|
|
56
|
+
'fabric.linking.click_to_join': 'Únete a {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': 'Se te ha aprobado, por lo que puedes unirte a {context} de inmediato.',
|
|
58
|
+
'fabric.linking.close': 'Cerrar',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Intenta cerrar este archivo y reabrirlo.',
|
|
60
|
+
'fabric.linking.connect_account_description': 'Abriremos otra página para ayudarte a conectar tu cuenta de {name}',
|
|
61
|
+
'fabric.linking.connect_link_account': 'Conectar para obtener vista previa',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Conectar',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'Para mostrar una vista previa de este enlace, conecta tu cuenta de {context}.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Conecta tu cuenta de {context}',
|
|
65
|
+
'fabric.linking.connect_to': 'Conectarse a {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': '¡Qué pena! No hemos podido cargar el editor',
|
|
67
|
+
'fabric.linking.could_not_save_image': '¡Qué pena! No hemos podido guardar la imagen',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'No podemos mostrar vistas previas de archivos cifrados o protegidos con contraseña.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': 'No hemos podido generar la previsualización de este archivo.',
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'No hemos podido cargar el archivo.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': 'Por algún motivo que desconocemos, no hemos podido cargar este enlace.',
|
|
72
|
+
'fabric.linking.creating_preview': 'Generando vista previa...',
|
|
73
|
+
'fabric.linking.default_avatars': 'Avatares predeterminados',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'desactivar pantalla completa',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Mostrar miniatura',
|
|
76
|
+
'fabric.linking.document': 'documento',
|
|
77
|
+
'fabric.linking.download': 'Descargar',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Arrastra y suelta las imágenes aquí',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Arrastra y suelta los archivos en cualquier lugar o',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Arrastra y suelta tus archivos y carpetas en cualquier lugar o',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Suelta los archivos para cargarlos',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Arrastra tus archivos hasta aquí',
|
|
83
|
+
'fabric.linking.email': 'Correo electrónico',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'activar pantalla completa',
|
|
85
|
+
'fabric.linking.error_429': 'Error 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Error al generar la vista previa',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'Si el problema continúa, ponte en contacto con la asistencia.',
|
|
88
|
+
'fabric.linking.error_hint_retry': 'Vuelve a probar y lo intentaremos otra vez.',
|
|
89
|
+
'fabric.linking.error_loading_file': 'Error al cargar el archivo',
|
|
90
|
+
'fabric.linking.failed_to_load': 'No se pudo cargar',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Error al cargar',
|
|
92
|
+
'fabric.linking.forbidden_description': 'No puedes acceder a esta vista previa. Ponte en contacto con el administrador del sitio si tienes que acceder.',
|
|
93
|
+
'fabric.linking.give_feedback': 'Enviar comentarios',
|
|
94
|
+
'fabric.linking.image': 'imagen',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': 'No se pudo cargar la imagen porque el formato no es válido.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': 'La imagen es demasiado grande; no puede superar los {MAX_SIZE_MB} MB',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': 'No se pudo cargar la imagen porque la URL no es válida.',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {Insertar {0} archivo} other {Insertar {0} archivos}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Enlace restringido',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': 'Deberás solicitar el acceso o probar con otra cuenta para obtener esta vista previa.',
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'No se ha encontrado el elemento seleccionado en la lista.',
|
|
102
|
+
'fabric.linking.learn_more': 'Más información',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'Cargar más GIF',
|
|
104
|
+
'fabric.linking.loading': 'Cargando…',
|
|
105
|
+
'fabric.linking.loading_file': 'Cargando archivo...',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'Tal vez sea solo un tropiezo.',
|
|
107
|
+
'fabric.linking.no_gifs_found': 'Hola, ¿me buscabas?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'No hemos encontrado nada para "{query}"',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'No se han encontrado artefactos de PDF en este archivo.',
|
|
110
|
+
'fabric.linking.not_found_description': 'No hemos encontrado el enlace. Comprueba la URL y prueba a editarla, o pégala de nuevo.',
|
|
111
|
+
'fabric.linking.not_found_title': '¡Vaya! No encontramos este enlace',
|
|
112
|
+
'fabric.linking.or': 'o',
|
|
113
|
+
'fabric.linking.pause': 'Pausar',
|
|
114
|
+
'fabric.linking.play': 'Reproducir',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Predeterminado',
|
|
116
|
+
'fabric.linking.playback_speed': 'Velocidad de reproducción',
|
|
117
|
+
'fabric.linking.preview': 'Vista previa',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'La vista previa no se encuentra disponible en estos momentos',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Vista previa no disponible',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Cargas recientes',
|
|
121
|
+
'fabric.linking.remove_image': 'Eliminar imagen',
|
|
122
|
+
'fabric.linking.request_access': 'Solicitar acceso',
|
|
123
|
+
'fabric.linking.request_access_description': 'Solicita acceso a {context} para ver esta vista previa.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Acceso pendiente',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'Tu solicitud de acceso está pendiente.',
|
|
126
|
+
'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.',
|
|
127
|
+
'fabric.linking.retry': 'Reintentar',
|
|
128
|
+
'fabric.linking.save': 'Guardar',
|
|
129
|
+
'fabric.linking.search': 'Buscar',
|
|
130
|
+
'fabric.linking.search_all_gifs': '¡Busca en todos los GIF!',
|
|
131
|
+
'fabric.linking.share_files_instantly': 'Los compartiremos al instante',
|
|
132
|
+
'fabric.linking.skip_backward': 'Retroceder 10 segundos',
|
|
133
|
+
'fabric.linking.skip_forward': 'Avanzar 10 segundos',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Algo ha ido mal.',
|
|
135
|
+
'fabric.linking.srclink': 'Ver en',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'Ver original',
|
|
137
|
+
'fabric.linking.text': 'Texto',
|
|
138
|
+
'fabric.linking.try_again': 'Volver a intentarlo',
|
|
139
|
+
'fabric.linking.try_another_account': 'Probar otra cuenta',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Prueba a descargar el archivo para verlo.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'No puedes anotar esta imagen',
|
|
142
|
+
'fabric.linking.unknown': 'desconocido',
|
|
143
|
+
'fabric.linking.unlink_account': 'Desvincular cuenta',
|
|
144
|
+
'fabric.linking.upload': 'Cargar',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Carga un avatar',
|
|
146
|
+
'fabric.linking.upload_file': 'Cargar un archivo',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Carga un archivo de {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Carga una imagen',
|
|
149
|
+
'fabric.linking.upload_photo': 'Carga una foto',
|
|
150
|
+
'fabric.linking.video': 'vídeo',
|
|
151
|
+
'fabric.linking.view': 'Ver',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'Estamos teniendo dificultades para cargar el archivo.',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Tu navegador no admite WebGL. Usa un navegador compatible con WebGL para anotar imágenes.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'No se ha podido cargar el elemento de archivo comprimido para previsualizarlo',
|
|
155
|
+
'fabric.linking.zoom_in': 'acercar',
|
|
156
|
+
'fabric.linking.zoom_out': 'alejar'
|
|
35
157
|
};
|
package/dist/esm/i18n/et.js
CHANGED
|
@@ -5,4 +5,90 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
//Estonian
|
|
8
|
-
export default {
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.accounts': 'Kontod',
|
|
10
|
+
'fabric.linking.actions': 'Toimingud',
|
|
11
|
+
'fabric.linking.add_account': 'Lisa konto',
|
|
12
|
+
'fabric.linking.annotate': 'Lisa märge',
|
|
13
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Sule ikkagi',
|
|
14
|
+
'fabric.linking.annotate.confirmation.content': 'Teil on salvestamata muudatusi. Kas soovite kindlasti lahkuda?',
|
|
15
|
+
'fabric.linking.annotate.confirmation.heading': 'Salvestamata muudatused',
|
|
16
|
+
'fabric.linking.annotate.tool.arrow': 'Nool',
|
|
17
|
+
'fabric.linking.annotate.tool.blur': 'Hägustus',
|
|
18
|
+
'fabric.linking.annotate.tool.brush': 'Pintsel',
|
|
19
|
+
'fabric.linking.annotate.tool.color': 'Värv',
|
|
20
|
+
'fabric.linking.annotate.tool.line.thickness': 'Joone paksus',
|
|
21
|
+
'fabric.linking.annotate.tool.shape': 'Kujund',
|
|
22
|
+
'fabric.linking.annotate.tool.text': 'Tekst',
|
|
23
|
+
'fabric.linking.audio': 'heli',
|
|
24
|
+
'fabric.linking.cancel': 'Tühista',
|
|
25
|
+
'fabric.linking.cant_preview_file_type': 'Seda failitüüpi ei saa eelvaadata.',
|
|
26
|
+
'fabric.linking.cant_retrieve_files': 'Oih! Me ei leidnud ühtki faili',
|
|
27
|
+
'fabric.linking.cant_retrieve_gifs': 'Oih! Me ei leidnud ühtki GIFi',
|
|
28
|
+
'fabric.linking.check_your_network': 'Kontrolli oma võrguühendust',
|
|
29
|
+
'fabric.linking.close': 'Sulge',
|
|
30
|
+
'fabric.linking.connect_account_description': '{name} konto ühendamisel abi pakkumiseks avame uue lehekülje',
|
|
31
|
+
'fabric.linking.connect_link_account': 'Eelvaatega ühenduse loomine',
|
|
32
|
+
'fabric.linking.connect_link_account_card_view': 'Ühenda',
|
|
33
|
+
'fabric.linking.connect_link_account_card_view_name': 'Ühendage konto {context}',
|
|
34
|
+
'fabric.linking.connect_to': 'Ühendu teenusega {name}',
|
|
35
|
+
'fabric.linking.could_not_load_editor': 'Ups! Muutja laadimine nurjus',
|
|
36
|
+
'fabric.linking.could_not_save_image': 'Ups! Pildi salvestamine nurjus',
|
|
37
|
+
'fabric.linking.couldnt_generate_preview': 'Selle faili eelvaadet ei saa luua.',
|
|
38
|
+
'fabric.linking.default_avatars': 'Vaikimisi avatarid',
|
|
39
|
+
'fabric.linking.disable_fullscreen': 'keela täisekraan',
|
|
40
|
+
'fabric.linking.document': 'dokument',
|
|
41
|
+
'fabric.linking.download': 'Laadi alla',
|
|
42
|
+
'fabric.linking.drag_and_drop_images_here': 'Lohista ja lisa pildid siia',
|
|
43
|
+
'fabric.linking.drag_and_drop_your_files': 'Lohista ja aseta oma failid ükskõik, kuhu või',
|
|
44
|
+
'fabric.linking.drop_your_files': 'Üleslaadimiseks aseta failid',
|
|
45
|
+
'fabric.linking.drop_your_files_here': 'Aseta failid siia',
|
|
46
|
+
'fabric.linking.enable_fullscreen': 'luba täisekraan',
|
|
47
|
+
'fabric.linking.error_generating_preview': 'Eelvaate loomisel tekkis viga',
|
|
48
|
+
'fabric.linking.error_hint_critical': 'Probleemi kordumisel võta ühendust klienditoega.',
|
|
49
|
+
'fabric.linking.error_hint_retry': 'Proovi uuesti ja anname uue võimaluse.',
|
|
50
|
+
'fabric.linking.error_loading_file': 'Faili laadimisel tekkis tõrge',
|
|
51
|
+
'fabric.linking.failed_to_load': 'Laadimine nurjus',
|
|
52
|
+
'fabric.linking.give_feedback': 'Anna tagasisidet',
|
|
53
|
+
'fabric.linking.image': 'pilt',
|
|
54
|
+
'fabric.linking.image_format_invalid_error': 'Pilt ei õnnestunud laadida, formaat ei kehti.',
|
|
55
|
+
'fabric.linking.image_size_too_large_error': 'Pilt on liiga suur, ei tohi olla suurem kui {MAX_SIZE_MB}Mb',
|
|
56
|
+
'fabric.linking.image_url_invalid_error': 'Pilt ei õnnestunud laadida, URL ei kehti.',
|
|
57
|
+
'fabric.linking.insert_files': '{0, plural, one {Sisestage {0} fail} other {Sisestage {0} faili}}',
|
|
58
|
+
'fabric.linking.invalid_permissions_description': 'Eelvaate kuvamiseks peate taotlema ligipääsu või proovima mõnda muud kontot.',
|
|
59
|
+
'fabric.linking.item_not_found_in_list': 'Valitut ei leitud loendist.',
|
|
60
|
+
'fabric.linking.learn_more': 'Lisateave',
|
|
61
|
+
'fabric.linking.load_more_gifs': 'Lae veel GIFe',
|
|
62
|
+
'fabric.linking.loading': 'Laadimine …',
|
|
63
|
+
'fabric.linking.might_be_a_hiccup': 'Tegu võib olla väikese tagasilöögiga.',
|
|
64
|
+
'fabric.linking.no_gifs_found': 'Tere.. Kas otsisid mind?',
|
|
65
|
+
'fabric.linking.no_gifs_found_suggestion': 'Me ei leidnud seoses päringuga „{query}“ midagi',
|
|
66
|
+
'fabric.linking.no_pdf_artifacts': 'Ühtki PDF järeletehtud objekti ei leitud selle faili jaoks.',
|
|
67
|
+
'fabric.linking.not_found_title': 'Oijah. Me ei leia seda linki!',
|
|
68
|
+
'fabric.linking.or': 'või',
|
|
69
|
+
'fabric.linking.recent_uploads': 'Hiljutised üleslaadimised',
|
|
70
|
+
'fabric.linking.remove_image': 'Eemalda pilt',
|
|
71
|
+
'fabric.linking.retry': 'Proovi uuesti',
|
|
72
|
+
'fabric.linking.save': 'Salvesta',
|
|
73
|
+
'fabric.linking.search_all_gifs': 'Otsi kõikide GIFide seast!',
|
|
74
|
+
'fabric.linking.share_files_instantly': 'Jagame seda kohe',
|
|
75
|
+
'fabric.linking.something_went_wrong': 'Midagi läks valesti.',
|
|
76
|
+
'fabric.linking.srclink': 'Kuva kohas',
|
|
77
|
+
'fabric.linking.srclinkunknown': 'Kuva esialgne',
|
|
78
|
+
'fabric.linking.try_again': 'Proovi uuesti',
|
|
79
|
+
'fabric.linking.try_another_account': 'Proovige teise kontoga',
|
|
80
|
+
'fabric.linking.try_downloading_file': 'Faili vaatamiseks proovi see alla laadida.',
|
|
81
|
+
'fabric.linking.unable_to_annotate_image': 'Sa ei saa sellele pildile lisada märke',
|
|
82
|
+
'fabric.linking.unknown': 'teadmata',
|
|
83
|
+
'fabric.linking.unlink_account': 'Eemalda kontolt seos',
|
|
84
|
+
'fabric.linking.upload': 'Laadi üles',
|
|
85
|
+
'fabric.linking.upload_an_avatar': 'Laadi avatar üles',
|
|
86
|
+
'fabric.linking.upload_file': 'Faili üleslaadimine',
|
|
87
|
+
'fabric.linking.upload_file_from': 'Laadi fail üles {name}-st',
|
|
88
|
+
'fabric.linking.upload_image': 'Laadi pilt üles',
|
|
89
|
+
'fabric.linking.upload_photo': 'Foto üleslaadimine',
|
|
90
|
+
'fabric.linking.video': 'video',
|
|
91
|
+
'fabric.linking.webgl_warning_description': 'Veebilehitseja ei toeta WebGLi. Piltidele märke lisamiseks kasuta WebGL toetavat veebilehitsejat.',
|
|
92
|
+
'fabric.linking.zoom_in': 'Suurenda',
|
|
93
|
+
'fabric.linking.zoom_out': 'vähenda'
|
|
94
|
+
};
|