@atlaskit/afm-i18n-platform-media-media-ui 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.js +131 -0
- package/dist/cjs/i18n/cs.js +176 -0
- package/dist/cjs/i18n/da.js +176 -0
- package/dist/cjs/i18n/de.js +176 -0
- package/dist/cjs/i18n/en.js +176 -0
- package/dist/cjs/i18n/en_GB.js +176 -0
- package/dist/cjs/i18n/en_ZZ.js +176 -0
- package/dist/cjs/i18n/es.js +176 -0
- package/dist/cjs/i18n/fi.js +176 -0
- package/dist/cjs/i18n/fr.js +176 -0
- package/dist/cjs/i18n/hr.js +171 -0
- package/dist/cjs/i18n/hu.js +176 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +176 -0
- package/dist/cjs/i18n/ja.js +176 -0
- package/dist/cjs/i18n/ko.js +176 -0
- package/dist/cjs/i18n/nb.js +176 -0
- package/dist/cjs/i18n/nl.js +176 -0
- package/dist/cjs/i18n/pl.js +176 -0
- package/dist/cjs/i18n/pt_BR.js +176 -0
- package/dist/cjs/i18n/ru.js +176 -0
- package/dist/cjs/i18n/sl.js +162 -0
- package/dist/cjs/i18n/sr_RS.js +171 -0
- package/dist/cjs/i18n/sr_YR.js +171 -0
- package/dist/cjs/i18n/sv.js +176 -0
- package/dist/cjs/i18n/th.js +176 -0
- package/dist/cjs/i18n/tr.js +176 -0
- package/dist/cjs/i18n/uk.js +176 -0
- package/dist/cjs/i18n/vi.js +176 -0
- package/dist/cjs/i18n/zh.js +176 -0
- package/dist/cjs/i18n/zh_TW.js +176 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +173 -0
- package/dist/esm/i18n/cs.js +174 -0
- package/dist/esm/i18n/da.d.ts +173 -0
- package/dist/esm/i18n/da.js +174 -0
- package/dist/esm/i18n/de.d.ts +173 -0
- package/dist/esm/i18n/de.js +174 -0
- package/dist/esm/i18n/en.d.ts +173 -0
- package/dist/esm/i18n/en.js +174 -0
- package/dist/esm/i18n/en_GB.d.ts +173 -0
- package/dist/esm/i18n/en_GB.js +174 -0
- package/dist/esm/i18n/en_ZZ.d.ts +173 -0
- package/dist/esm/i18n/en_ZZ.js +174 -0
- package/dist/esm/i18n/es.d.ts +173 -0
- package/dist/esm/i18n/es.js +174 -0
- package/dist/esm/i18n/fi.d.ts +173 -0
- package/dist/esm/i18n/fi.js +174 -0
- package/dist/esm/i18n/fr.d.ts +173 -0
- package/dist/esm/i18n/fr.js +174 -0
- package/dist/esm/i18n/hr.d.ts +168 -0
- package/dist/esm/i18n/hr.js +169 -0
- package/dist/esm/i18n/hu.d.ts +173 -0
- package/dist/esm/i18n/hu.js +174 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +173 -0
- package/dist/esm/i18n/it.js +174 -0
- package/dist/esm/i18n/ja.d.ts +173 -0
- package/dist/esm/i18n/ja.js +174 -0
- package/dist/esm/i18n/ko.d.ts +173 -0
- package/dist/esm/i18n/ko.js +174 -0
- package/dist/esm/i18n/nb.d.ts +173 -0
- package/dist/esm/i18n/nb.js +174 -0
- package/dist/esm/i18n/nl.d.ts +173 -0
- package/dist/esm/i18n/nl.js +174 -0
- package/dist/esm/i18n/pl.d.ts +173 -0
- package/dist/esm/i18n/pl.js +174 -0
- package/dist/esm/i18n/pt_BR.d.ts +173 -0
- package/dist/esm/i18n/pt_BR.js +174 -0
- package/dist/esm/i18n/ru.d.ts +173 -0
- package/dist/esm/i18n/ru.js +174 -0
- package/dist/esm/i18n/sl.d.ts +159 -0
- package/dist/esm/i18n/sl.js +160 -0
- package/dist/esm/i18n/sr_RS.d.ts +168 -0
- package/dist/esm/i18n/sr_RS.js +169 -0
- package/dist/esm/i18n/sr_YR.d.ts +168 -0
- package/dist/esm/i18n/sr_YR.js +169 -0
- package/dist/esm/i18n/sv.d.ts +173 -0
- package/dist/esm/i18n/sv.js +174 -0
- package/dist/esm/i18n/th.d.ts +173 -0
- package/dist/esm/i18n/th.js +174 -0
- package/dist/esm/i18n/tr.d.ts +173 -0
- package/dist/esm/i18n/tr.js +174 -0
- package/dist/esm/i18n/uk.d.ts +173 -0
- package/dist/esm/i18n/uk.js +174 -0
- package/dist/esm/i18n/vi.d.ts +173 -0
- package/dist/esm/i18n/vi.js +174 -0
- package/dist/esm/i18n/zh.d.ts +173 -0
- package/dist/esm/i18n/zh.js +174 -0
- package/dist/esm/i18n/zh_TW.d.ts +173 -0
- package/dist/esm/i18n/zh_TW.js +174 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +173 -0
- package/dist/types/i18n/da.d.ts +173 -0
- package/dist/types/i18n/de.d.ts +173 -0
- package/dist/types/i18n/en.d.ts +173 -0
- package/dist/types/i18n/en_GB.d.ts +173 -0
- package/dist/types/i18n/en_ZZ.d.ts +173 -0
- package/dist/types/i18n/es.d.ts +173 -0
- package/dist/types/i18n/fi.d.ts +173 -0
- package/dist/types/i18n/fr.d.ts +173 -0
- package/dist/types/i18n/hr.d.ts +168 -0
- package/dist/types/i18n/hu.d.ts +173 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +173 -0
- package/dist/types/i18n/ja.d.ts +173 -0
- package/dist/types/i18n/ko.d.ts +173 -0
- package/dist/types/i18n/nb.d.ts +173 -0
- package/dist/types/i18n/nl.d.ts +173 -0
- package/dist/types/i18n/pl.d.ts +173 -0
- package/dist/types/i18n/pt_BR.d.ts +173 -0
- package/dist/types/i18n/ru.d.ts +173 -0
- package/dist/types/i18n/sl.d.ts +159 -0
- package/dist/types/i18n/sr_RS.d.ts +168 -0
- package/dist/types/i18n/sr_YR.d.ts +168 -0
- package/dist/types/i18n/sv.d.ts +173 -0
- package/dist/types/i18n/th.d.ts +173 -0
- package/dist/types/i18n/tr.d.ts +173 -0
- package/dist/types/i18n/uk.d.ts +173 -0
- package/dist/types/i18n/vi.d.ts +173 -0
- package/dist/types/i18n/zh.d.ts +173 -0
- package/dist/types/i18n/zh_TW.d.ts +173 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +189 -0
- package/i18n/da.ts +187 -0
- package/i18n/de.ts +194 -0
- package/i18n/en.ts +184 -0
- package/i18n/en_GB.ts +184 -0
- package/i18n/en_ZZ.ts +199 -0
- package/i18n/es.ts +189 -0
- package/i18n/fi.ts +188 -0
- package/i18n/fr.ts +191 -0
- package/i18n/hr.ts +181 -0
- package/i18n/hu.ts +189 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +188 -0
- package/i18n/ja.ts +188 -0
- package/i18n/ko.ts +184 -0
- package/i18n/nb.ts +188 -0
- package/i18n/nl.ts +191 -0
- package/i18n/pl.ts +187 -0
- package/i18n/pt_BR.ts +188 -0
- package/i18n/ru.ts +187 -0
- package/i18n/sl.ts +173 -0
- package/i18n/sr_RS.ts +181 -0
- package/i18n/sr_YR.ts +180 -0
- package/i18n/sv.ts +187 -0
- package/i18n/th.ts +186 -0
- package/i18n/tr.ts +190 -0
- package/i18n/uk.ts +190 -0
- package/i18n/vi.ts +187 -0
- package/i18n/zh.ts +177 -0
- package/i18n/zh_TW.ts +177 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
package/i18n/en_GB.ts
ADDED
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//English (United Kingdom)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.media.abuse_modal_body':
|
|
11
|
+
'For your security, our system automatically scans all uploaded files. The file you are about to download potentially contains malicious content',
|
|
12
|
+
'fabric.media.abuse_modal_submit': 'Proceed with download',
|
|
13
|
+
'fabric.media.abuse_modal_title': 'Warning',
|
|
14
|
+
'fabric.media.accounts': 'Accounts',
|
|
15
|
+
'fabric.media.actions': 'Actions',
|
|
16
|
+
'fabric.media.add_account': 'Add account',
|
|
17
|
+
'fabric.media.add_captions': 'Add Captions',
|
|
18
|
+
'fabric.media.alt_text_helper_message': 'How would you describe the selected image to someone with low vision?',
|
|
19
|
+
'fabric.media.alt_text_label': 'Alt text',
|
|
20
|
+
'fabric.media.annotate': 'Annotate',
|
|
21
|
+
'fabric.media.annotate.confirmation.close.anyway': 'Close anyway',
|
|
22
|
+
'fabric.media.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
|
23
|
+
'fabric.media.annotate.confirmation.heading': 'Unsaved changes',
|
|
24
|
+
'fabric.media.annotate.tool.arrow': 'Arrow',
|
|
25
|
+
'fabric.media.annotate.tool.blur': 'Blur',
|
|
26
|
+
'fabric.media.annotate.tool.brush': 'Brush',
|
|
27
|
+
'fabric.media.annotate.tool.color': 'Colour',
|
|
28
|
+
'fabric.media.annotate.tool.line.thickness': 'Line thickness',
|
|
29
|
+
'fabric.media.annotate.tool.shape': 'Shape',
|
|
30
|
+
'fabric.media.annotate.tool.text': 'Text',
|
|
31
|
+
'fabric.media.archive': 'archive',
|
|
32
|
+
'fabric.media.audio': 'audio',
|
|
33
|
+
'fabric.media.avatar_picker_back_btn_label': 'Go Back',
|
|
34
|
+
'fabric.media.cancel': 'Cancel',
|
|
35
|
+
'fabric.media.cant_preview_file_type': "We can't preview this file type.",
|
|
36
|
+
'fabric.media.cant_retrieve_files': 'Ouch! We could not retrieve any files',
|
|
37
|
+
'fabric.media.cant_retrieve_gifs': 'Ouch! We could not retrieve any GIFs',
|
|
38
|
+
'fabric.media.change_view': 'Change view',
|
|
39
|
+
'fabric.media.check_your_network': 'Check your network connection',
|
|
40
|
+
'fabric.media.click_to_join': 'Join {context}',
|
|
41
|
+
'fabric.media.click_to_join_description': "You've been approved, so you can join {context} right away.",
|
|
42
|
+
'fabric.media.close': 'Close',
|
|
43
|
+
'fabric.media.close_and_reopen': 'Try closing this file and reopening.',
|
|
44
|
+
'fabric.media.connect_account_description': "We'll open a new page to help you connect your {name} account",
|
|
45
|
+
'fabric.media.connect_link_account': 'Connect to preview',
|
|
46
|
+
'fabric.media.connect_link_account_card_view': 'Connect',
|
|
47
|
+
'fabric.media.connect_link_account_card_view_description':
|
|
48
|
+
'To show a preview of this link, connect your {context} account.',
|
|
49
|
+
'fabric.media.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
50
|
+
'fabric.media.connect_to': 'Connect to {name}',
|
|
51
|
+
'fabric.media.could_not_load_editor': 'Ouch! We could not load the editor',
|
|
52
|
+
'fabric.media.could_not_save_image': 'Ouch! We could not save the image',
|
|
53
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview': "We can't preview encrypted or password protected files.",
|
|
54
|
+
'fabric.media.couldnt_generate_preview': "We couldn't generate a preview for this file.",
|
|
55
|
+
'fabric.media.couldnt_load_file': "We couldn't load the file.",
|
|
56
|
+
'fabric.media.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
57
|
+
'fabric.media.creating_preview': 'Creating preview...',
|
|
58
|
+
'fabric.media.default_avatars': 'Default avatars',
|
|
59
|
+
'fabric.media.delete': 'Delete',
|
|
60
|
+
'fabric.media.disable_fullscreen': 'disable fullscreen',
|
|
61
|
+
'fabric.media.display_thumbnail': 'Display thumbnail',
|
|
62
|
+
'fabric.media.document': 'document',
|
|
63
|
+
'fabric.media.download': 'Download',
|
|
64
|
+
'fabric.media.download_disabled_security_policy': "Download is blocked by your organisation's security policy.",
|
|
65
|
+
'fabric.media.drag_and_drop_images_here': 'Drag and drop your images here',
|
|
66
|
+
'fabric.media.drag_and_drop_your_files': 'Drag and drop your files anywhere or',
|
|
67
|
+
'fabric.media.drag_and_drop_your_files_and_folders': 'Drag and drop your files and folders anywhere or',
|
|
68
|
+
'fabric.media.drop_your_files': 'Drop your files to upload',
|
|
69
|
+
'fabric.media.drop_your_files_here': 'Drop your files here',
|
|
70
|
+
'fabric.media.email': 'email',
|
|
71
|
+
'fabric.media.enable_fullscreen': 'enable fullscreen',
|
|
72
|
+
'fabric.media.enter_password': 'Enter password',
|
|
73
|
+
'fabric.media.error': 'Error',
|
|
74
|
+
'fabric.media.error_429': 'Error 429',
|
|
75
|
+
'fabric.media.error_generating_preview': 'Error generating preview',
|
|
76
|
+
'fabric.media.error_hint_critical': 'If the problem keeps happening contact support.',
|
|
77
|
+
'fabric.media.error_hint_retry': "Try again and we'll give it another shot.",
|
|
78
|
+
'fabric.media.error_loading_file': 'Error loading file',
|
|
79
|
+
'fabric.media.failed_to_load': 'Failed to load',
|
|
80
|
+
'fabric.media.failed_to_upload': 'Failed to upload',
|
|
81
|
+
'fabric.media.file.display_options': 'Display options',
|
|
82
|
+
'fabric.media.file_is_selected': 'File {name} is selected',
|
|
83
|
+
'fabric.media.forbidden_description':
|
|
84
|
+
'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
85
|
+
'fabric.media.give_feedback': 'Give feedback',
|
|
86
|
+
'fabric.media.image': 'image',
|
|
87
|
+
'fabric.media.image_format_invalid_error': 'Could not load image, the format is invalid.',
|
|
88
|
+
'fabric.media.image_size_too_large_error': 'Image is too large, must be no larger than {MAX_SIZE_MB}Mb',
|
|
89
|
+
'fabric.media.image_url_invalid_error': 'Could not load image, the url is invalid.',
|
|
90
|
+
'fabric.media.incorrect_password': 'Incorrect password. Please try again.',
|
|
91
|
+
'fabric.media.insert_files': 'Insert {0, plural, one {a file} other {{0} files}}',
|
|
92
|
+
'fabric.media.invalid_permissions': 'Restricted link',
|
|
93
|
+
'fabric.media.invalid_permissions_description':
|
|
94
|
+
"You'll need to request access or try a different account to view this preview.",
|
|
95
|
+
'fabric.media.item_not_found_in_list': 'The selected item was not found on the list.',
|
|
96
|
+
'fabric.media.learn_more': 'Learn More',
|
|
97
|
+
'fabric.media.load_more_gifs': 'Load more GIFs',
|
|
98
|
+
'fabric.media.loading': 'Loading...',
|
|
99
|
+
'fabric.media.loading_file': 'Loading file...',
|
|
100
|
+
'fabric.media.manage_captions': 'Manage Captions',
|
|
101
|
+
'fabric.media.might_be_a_hiccup': 'It might just be a hiccup.',
|
|
102
|
+
'fabric.media.no_gifs_found': "Hello? Was it me you're looking for?",
|
|
103
|
+
'fabric.media.no_gifs_found_suggestion': 'We couldn\'t find anything for "{query}"',
|
|
104
|
+
'fabric.media.no_pdf_artifacts': 'No PDF artifacts found for this file.',
|
|
105
|
+
'fabric.media.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
|
|
106
|
+
'fabric.media.not_found_title': "Uh oh. We can't find this link!",
|
|
107
|
+
'fabric.media.open_file_in_viewer': 'Open {name}',
|
|
108
|
+
'fabric.media.or': 'or',
|
|
109
|
+
'fabric.media.or_select_default_avatars': 'Upload a photo or select from some default options',
|
|
110
|
+
'fabric.media.password': 'Password',
|
|
111
|
+
'fabric.media.password_protected_pdf': 'This file is password protected.',
|
|
112
|
+
'fabric.media.pause': 'Pause',
|
|
113
|
+
'fabric.media.play': 'Play',
|
|
114
|
+
'fabric.media.playback_default_speed': 'Default',
|
|
115
|
+
'fabric.media.playback_speed': 'Playback speed',
|
|
116
|
+
'fabric.media.preview': 'Preview',
|
|
117
|
+
'fabric.media.preview_unavailable': 'Preview unavailable',
|
|
118
|
+
'fabric.media.recent_uploads': 'Recent uploads',
|
|
119
|
+
'fabric.media.remove_image': 'Remove image',
|
|
120
|
+
'fabric.media.request_access': 'Request access',
|
|
121
|
+
'fabric.media.request_access_description': 'Request access to {context} view this preview.',
|
|
122
|
+
'fabric.media.request_access_pending': 'Access pending',
|
|
123
|
+
'fabric.media.request_access_pending_description': 'Your access request is pending.',
|
|
124
|
+
'fabric.media.request_denied_description':
|
|
125
|
+
'Your access request was denied. Contact the site admin if you still need access.',
|
|
126
|
+
'fabric.media.retry': 'Retry',
|
|
127
|
+
'fabric.media.save': 'Save',
|
|
128
|
+
'fabric.media.search': 'search',
|
|
129
|
+
'fabric.media.search_all_gifs': 'Search all the GIFs!',
|
|
130
|
+
'fabric.media.select_an_avatar': 'Select a default avatar',
|
|
131
|
+
'fabric.media.select_an_avatar_from_all_defaults': 'Select from all default options',
|
|
132
|
+
'fabric.media.share_files_instantly': "We'll share them instantly",
|
|
133
|
+
'fabric.media.show_more_avatars_btn_label': 'Show more',
|
|
134
|
+
'fabric.media.size_options': 'Size options',
|
|
135
|
+
'fabric.media.skip_backward': 'Back 10 seconds',
|
|
136
|
+
'fabric.media.skip_forward': 'Forward 10 seconds',
|
|
137
|
+
'fabric.media.something_went_wrong': 'Something went wrong.',
|
|
138
|
+
'fabric.media.srclink': 'View in',
|
|
139
|
+
'fabric.media.srclinkunknown': 'View Original',
|
|
140
|
+
'fabric.media.submit': 'Submit',
|
|
141
|
+
'fabric.media.success': 'Success',
|
|
142
|
+
'fabric.media.text': 'text',
|
|
143
|
+
'fabric.media.try_again': 'Try again',
|
|
144
|
+
'fabric.media.try_another_account': 'Try another account',
|
|
145
|
+
'fabric.media.try_downloading_file': 'Try downloading the file to view it.',
|
|
146
|
+
'fabric.media.unable_to_annotate_image': "You're unable to annotate this image",
|
|
147
|
+
'fabric.media.unknown': 'unknown',
|
|
148
|
+
'fabric.media.unlink_account': 'Unlink Account',
|
|
149
|
+
'fabric.media.upload': 'Upload',
|
|
150
|
+
'fabric.media.upload_an_avatar': 'Upload an avatar',
|
|
151
|
+
'fabric.media.upload_file': 'Upload a file',
|
|
152
|
+
'fabric.media.upload_file_from': 'Upload a file from {name}',
|
|
153
|
+
'fabric.media.upload_photo': 'Upload a photo',
|
|
154
|
+
'fabric.media.video': 'video',
|
|
155
|
+
'fabric.media.video_captions_delete_captions_confirmation_description':
|
|
156
|
+
'Please confirm that you want to delete this caption.',
|
|
157
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Delete Caption',
|
|
158
|
+
'fabric.media.video_captions_delete_error_description': 'The caption failed to delete.',
|
|
159
|
+
'fabric.media.video_captions_delete_success_description': 'The caption was successfully removed from this video.',
|
|
160
|
+
'fabric.media.video_captions_enable': 'Closed Captions',
|
|
161
|
+
'fabric.media.video_captions_select_captions': 'Select Captions',
|
|
162
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Upload Captions',
|
|
163
|
+
'fabric.media.video_captions_upload_captions_form_language_picker': 'Select the file language',
|
|
164
|
+
'fabric.media.video_captions_upload_error_description': 'The caption failed to upload.',
|
|
165
|
+
'fabric.media.video_captions_upload_success_description': 'The caption was successfully uploaded for this video.',
|
|
166
|
+
'fabric.media.video_seeker_assistive_text_time_value':
|
|
167
|
+
'{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} of {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
168
|
+
'fabric.media.video_seeker_label_assistive_text': 'Seek slider',
|
|
169
|
+
'fabric.media.view': 'View',
|
|
170
|
+
'fabric.media.viewer_rateLimited': "We're having difficulties loading your file.",
|
|
171
|
+
'fabric.media.volume_level': 'mute',
|
|
172
|
+
'fabric.media.webgl_warning_description':
|
|
173
|
+
'Your browser does not support WebGL. Use a WebGL enabled browser to annotate images.',
|
|
174
|
+
'fabric.media.zip_entry_load_failed': "We couldn't load that zip file item to preview",
|
|
175
|
+
'fabric.media.zoom_in': 'zoom in',
|
|
176
|
+
'fabric.media.zoom_out': 'zoom out',
|
|
177
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.action':
|
|
178
|
+
'You have moved the image from {key, select, left {left to right} right {right to left} top {top to bottom} other {bottom to top} }, use arrow keys to move & crop the image',
|
|
179
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.label':
|
|
180
|
+
'Draggable Image, Ensure your screen reader is not in browse mode. use arrow keys to move & crop the image',
|
|
181
|
+
'media.media-avatar-picker.image-cropper.zoom_in': 'Zoom in',
|
|
182
|
+
'media.media-avatar-picker.image-cropper.zoom_out': 'Zoom out',
|
|
183
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': 'set zoom',
|
|
184
|
+
};
|
package/i18n/en_ZZ.ts
ADDED
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.media.abuse_modal_body':
|
|
11
|
+
'For your security, our system automatically scans all uploaded files. The file you are about to download potentially contains malicious content',
|
|
12
|
+
'fabric.media.abuse_modal_submit': 'Proceed with download',
|
|
13
|
+
'fabric.media.abuse_modal_title': 'Warning',
|
|
14
|
+
'fabric.media.accounts': 'Accounts',
|
|
15
|
+
'fabric.media.actions': 'Actions',
|
|
16
|
+
'fabric.media.add_account': 'Add account',
|
|
17
|
+
'fabric.media.add_captions': 'Add Captions',
|
|
18
|
+
'fabric.media.alt_text_helper_message':
|
|
19
|
+
'How would you describe the selected image to someone with low vision?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alt text',
|
|
21
|
+
'fabric.media.annotate': 'Annotate',
|
|
22
|
+
'fabric.media.annotate.confirmation.close.anyway': 'Close anyway',
|
|
23
|
+
'fabric.media.annotate.confirmation.content':
|
|
24
|
+
'You have some unsaved changes. Are you sure you want to leave?',
|
|
25
|
+
'fabric.media.annotate.confirmation.heading': 'Unsaved changes',
|
|
26
|
+
'fabric.media.annotate.tool.arrow': 'Arrow',
|
|
27
|
+
'fabric.media.annotate.tool.blur': 'Blur',
|
|
28
|
+
'fabric.media.annotate.tool.brush': 'Brush',
|
|
29
|
+
'fabric.media.annotate.tool.color': 'Color',
|
|
30
|
+
'fabric.media.annotate.tool.line.thickness': 'Line thickness',
|
|
31
|
+
'fabric.media.annotate.tool.shape': 'Shape',
|
|
32
|
+
'fabric.media.annotate.tool.text': 'Text',
|
|
33
|
+
'fabric.media.archive': 'archive',
|
|
34
|
+
'fabric.media.audio': 'audio',
|
|
35
|
+
'fabric.media.avatar_picker_back_btn_label': 'Go Back',
|
|
36
|
+
'fabric.media.cancel': 'Cancel',
|
|
37
|
+
'fabric.media.cant_preview_file_type': "We can't preview this file type.",
|
|
38
|
+
'fabric.media.cant_retrieve_files': 'Ouch! We could not retrieve any files',
|
|
39
|
+
'fabric.media.cant_retrieve_gifs': 'Ouch! We could not retrieve any GIFs',
|
|
40
|
+
'fabric.media.change_view': 'Change view',
|
|
41
|
+
'fabric.media.check_your_network': 'Check your network connection',
|
|
42
|
+
'fabric.media.click_to_join': 'Join {context}',
|
|
43
|
+
'fabric.media.click_to_join_description':
|
|
44
|
+
"You've been approved, so you can join {context} right away.",
|
|
45
|
+
'fabric.media.close': 'Close',
|
|
46
|
+
'fabric.media.close_and_reopen': 'Try closing this file and reopening.',
|
|
47
|
+
'fabric.media.connect_account_description':
|
|
48
|
+
"We'll open a new page to help you connect your {name} account",
|
|
49
|
+
'fabric.media.connect_link_account': 'Connect to preview',
|
|
50
|
+
'fabric.media.connect_link_account_card_view': 'Connect',
|
|
51
|
+
'fabric.media.connect_link_account_card_view_description':
|
|
52
|
+
'To show a preview of this link, connect your {context} account.',
|
|
53
|
+
'fabric.media.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
54
|
+
'fabric.media.connect_to': 'Connect to {name}',
|
|
55
|
+
'fabric.media.could_not_load_editor': 'Ouch! We could not load the editor',
|
|
56
|
+
'fabric.media.could_not_save_image': 'Ouch! We could not save the image',
|
|
57
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview':
|
|
58
|
+
"We can't preview encrypted or password protected files.",
|
|
59
|
+
'fabric.media.couldnt_generate_preview': "We couldn't generate a preview for this file.",
|
|
60
|
+
'fabric.media.couldnt_load_file': "We couldn't load the file.",
|
|
61
|
+
'fabric.media.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
62
|
+
'fabric.media.creating_preview': 'Creating preview...',
|
|
63
|
+
'fabric.media.default_avatars': 'Default avatars',
|
|
64
|
+
'fabric.media.delete': 'Delete',
|
|
65
|
+
'fabric.media.disable_fullscreen': 'disable fullscreen',
|
|
66
|
+
'fabric.media.display_thumbnail': 'Display thumbnail',
|
|
67
|
+
'fabric.media.document': 'document',
|
|
68
|
+
'fabric.media.download': 'Download',
|
|
69
|
+
'fabric.media.download_disabled_security_policy':
|
|
70
|
+
"Download is blocked by your organization's security policy.",
|
|
71
|
+
'fabric.media.drag_and_drop_images_here': 'Drag and drop your images here',
|
|
72
|
+
'fabric.media.drag_and_drop_your_files': 'Drag and drop your files anywhere or',
|
|
73
|
+
'fabric.media.drag_and_drop_your_files_and_folders':
|
|
74
|
+
'Drag and drop your files and folders anywhere or',
|
|
75
|
+
'fabric.media.drop_your_files': 'Drop your files to upload',
|
|
76
|
+
'fabric.media.drop_your_files_here': 'Drop your files here',
|
|
77
|
+
'fabric.media.email': 'email',
|
|
78
|
+
'fabric.media.enable_fullscreen': 'enable fullscreen',
|
|
79
|
+
'fabric.media.enter_password': 'Enter password',
|
|
80
|
+
'fabric.media.error': 'Error',
|
|
81
|
+
'fabric.media.error_429': 'Error 429',
|
|
82
|
+
'fabric.media.error_generating_preview': 'Error generating preview',
|
|
83
|
+
'fabric.media.error_hint_critical': 'If the problem keeps happening contact support.',
|
|
84
|
+
'fabric.media.error_hint_retry': "Try again and we'll give it another shot.",
|
|
85
|
+
'fabric.media.error_loading_file': 'Error loading file',
|
|
86
|
+
'fabric.media.failed_to_load': 'Failed to load',
|
|
87
|
+
'fabric.media.failed_to_upload': 'Failed to upload',
|
|
88
|
+
'fabric.media.file.display_options': 'Display options',
|
|
89
|
+
'fabric.media.file_is_selected': 'File {name} is selected',
|
|
90
|
+
'fabric.media.forbidden_description':
|
|
91
|
+
'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
92
|
+
'fabric.media.give_feedback': 'Give feedback',
|
|
93
|
+
'fabric.media.image': 'image',
|
|
94
|
+
'fabric.media.image_format_invalid_error': 'Could not load image, the format is invalid.',
|
|
95
|
+
'fabric.media.image_size_too_large_error':
|
|
96
|
+
'Image is too large, must be no larger than {MAX_SIZE_MB}Mb',
|
|
97
|
+
'fabric.media.image_url_invalid_error': 'Could not load image, the url is invalid.',
|
|
98
|
+
'fabric.media.incorrect_password': 'Incorrect password. Please try again.',
|
|
99
|
+
'fabric.media.insert_files':
|
|
100
|
+
'{0, plural, one {Insert a file} other {Insert {0} files}}',
|
|
101
|
+
'fabric.media.invalid_permissions': 'Restricted link',
|
|
102
|
+
'fabric.media.invalid_permissions_description':
|
|
103
|
+
"You'll need to request access or try a different account to view this preview.",
|
|
104
|
+
'fabric.media.item_not_found_in_list': 'The selected item was not found on the list.',
|
|
105
|
+
'fabric.media.learn_more': 'Learn More',
|
|
106
|
+
'fabric.media.load_more_gifs': 'Load more GIFs',
|
|
107
|
+
'fabric.media.loading': 'Loading...',
|
|
108
|
+
'fabric.media.loading_file': 'Loading file...',
|
|
109
|
+
'fabric.media.manage_captions': 'Manage Captions',
|
|
110
|
+
'fabric.media.might_be_a_hiccup': 'It might just be a hiccup.',
|
|
111
|
+
'fabric.media.no_gifs_found': "Hello? Was it me you're looking for?",
|
|
112
|
+
'fabric.media.no_gifs_found_suggestion': 'We couldn\'t find anything for "{query}"',
|
|
113
|
+
'fabric.media.no_pdf_artifacts': 'No PDF artifacts found for this file.',
|
|
114
|
+
'fabric.media.not_found_description':
|
|
115
|
+
"We couldn't find the link. Check the url and try editing or paste again.",
|
|
116
|
+
'fabric.media.not_found_title': "Uh oh. We can't find this link!",
|
|
117
|
+
'fabric.media.open_file_in_viewer': 'Open {name}',
|
|
118
|
+
'fabric.media.or': 'or',
|
|
119
|
+
'fabric.media.or_select_default_avatars':
|
|
120
|
+
'Upload a photo or select from some default options',
|
|
121
|
+
'fabric.media.password': 'Password',
|
|
122
|
+
'fabric.media.password_protected_pdf': 'This file is password protected.',
|
|
123
|
+
'fabric.media.pause': 'Pause',
|
|
124
|
+
'fabric.media.play': 'Play',
|
|
125
|
+
'fabric.media.playback_default_speed': 'Default',
|
|
126
|
+
'fabric.media.playback_speed': 'Playback speed',
|
|
127
|
+
'fabric.media.preview': 'Preview',
|
|
128
|
+
'fabric.media.preview_unavailable': 'Preview unavailable',
|
|
129
|
+
'fabric.media.recent_uploads': 'Recent uploads',
|
|
130
|
+
'fabric.media.remove_image': 'Remove image',
|
|
131
|
+
'fabric.media.request_access': 'Request access',
|
|
132
|
+
'fabric.media.request_access_description':
|
|
133
|
+
'Request access to {context} view this preview.',
|
|
134
|
+
'fabric.media.request_access_pending': 'Access pending',
|
|
135
|
+
'fabric.media.request_access_pending_description': 'Your access request is pending.',
|
|
136
|
+
'fabric.media.request_denied_description':
|
|
137
|
+
'Your access request was denied. Contact the site admin if you still need access.',
|
|
138
|
+
'fabric.media.retry': 'Retry',
|
|
139
|
+
'fabric.media.save': 'Save',
|
|
140
|
+
'fabric.media.search': 'search',
|
|
141
|
+
'fabric.media.search_all_gifs': 'Search all the GIFs!',
|
|
142
|
+
'fabric.media.select_an_avatar': 'Select a default avatar',
|
|
143
|
+
'fabric.media.select_an_avatar_from_all_defaults': 'Select from all default options',
|
|
144
|
+
'fabric.media.share_files_instantly': "We'll share them instantly",
|
|
145
|
+
'fabric.media.show_more_avatars_btn_label': 'Show more',
|
|
146
|
+
'fabric.media.size_options': 'Size options',
|
|
147
|
+
'fabric.media.skip_backward': 'Back 10 seconds',
|
|
148
|
+
'fabric.media.skip_forward': 'Forward 10 seconds',
|
|
149
|
+
'fabric.media.something_went_wrong': 'Something went wrong.',
|
|
150
|
+
'fabric.media.srclink': 'View in',
|
|
151
|
+
'fabric.media.srclinkunknown': 'View Original',
|
|
152
|
+
'fabric.media.submit': 'Submit',
|
|
153
|
+
'fabric.media.success': 'Success',
|
|
154
|
+
'fabric.media.text': 'text',
|
|
155
|
+
'fabric.media.try_again': 'Try again',
|
|
156
|
+
'fabric.media.try_another_account': 'Try another account',
|
|
157
|
+
'fabric.media.try_downloading_file': 'Try downloading the file to view it.',
|
|
158
|
+
'fabric.media.unable_to_annotate_image': "You're unable to annotate this image",
|
|
159
|
+
'fabric.media.unknown': 'unknown',
|
|
160
|
+
'fabric.media.unlink_account': 'Unlink Account',
|
|
161
|
+
'fabric.media.upload': 'Upload',
|
|
162
|
+
'fabric.media.upload_an_avatar': 'Upload an avatar',
|
|
163
|
+
'fabric.media.upload_file': 'Upload a file',
|
|
164
|
+
'fabric.media.upload_file_from': 'Upload a file from {name}',
|
|
165
|
+
'fabric.media.upload_photo': 'Upload a photo',
|
|
166
|
+
'fabric.media.video': 'video',
|
|
167
|
+
'fabric.media.video_captions_delete_captions_confirmation_description':
|
|
168
|
+
'Please confirm that you want to delete this caption.',
|
|
169
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Delete Caption',
|
|
170
|
+
'fabric.media.video_captions_delete_error_description': 'The caption failed to delete.',
|
|
171
|
+
'fabric.media.video_captions_delete_success_description':
|
|
172
|
+
'The caption was successfully removed from this video.',
|
|
173
|
+
'fabric.media.video_captions_enable': 'Closed Captions',
|
|
174
|
+
'fabric.media.video_captions_select_captions': 'Select Captions',
|
|
175
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Upload Captions',
|
|
176
|
+
'fabric.media.video_captions_upload_captions_form_language_picker':
|
|
177
|
+
'Select the file language',
|
|
178
|
+
'fabric.media.video_captions_upload_error_description': 'The caption failed to upload.',
|
|
179
|
+
'fabric.media.video_captions_upload_success_description':
|
|
180
|
+
'The caption was successfully uploaded for this video.',
|
|
181
|
+
'fabric.media.video_seeker_assistive_text_time_value':
|
|
182
|
+
'{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} of {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
183
|
+
'fabric.media.video_seeker_label_assistive_text': 'Seek slider',
|
|
184
|
+
'fabric.media.view': 'View',
|
|
185
|
+
'fabric.media.viewer_rateLimited': "We're having difficulties loading your file.",
|
|
186
|
+
'fabric.media.volume_level': 'mute',
|
|
187
|
+
'fabric.media.webgl_warning_description':
|
|
188
|
+
'Your browser does not support WebGL. Use a WebGL enabled browser to annotate images.',
|
|
189
|
+
'fabric.media.zip_entry_load_failed': "We couldn't load that zip file item to preview",
|
|
190
|
+
'fabric.media.zoom_in': 'zoom in',
|
|
191
|
+
'fabric.media.zoom_out': 'zoom out',
|
|
192
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.action':
|
|
193
|
+
'{key, select, left {You have moved the image from left to right, use arrow keys to move & crop the image} right {You have moved the image from right to left, use arrow keys to move & crop the image} top {You have moved the image from top to bottom, use arrow keys to move & crop the image} other {You have moved the image from bottom to top, use arrow keys to move & crop the image}}',
|
|
194
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.label':
|
|
195
|
+
'Draggable Image, Ensure your screen reader is not in browse mode. use arrow keys to move & crop the image',
|
|
196
|
+
'media.media-avatar-picker.image-cropper.zoom_in': 'Zoom in',
|
|
197
|
+
'media.media-avatar-picker.image-cropper.zoom_out': 'Zoom out',
|
|
198
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': 'set zoom',
|
|
199
|
+
};
|
package/i18n/es.ts
ADDED
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Spanish (International)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.media.abuse_modal_body':
|
|
11
|
+
'Por tu seguridad, nuestro sistema analiza automáticamente todos los archivos subidos. Es posible que el archivo que vas a descargar tenga contenido malintencionado.',
|
|
12
|
+
'fabric.media.abuse_modal_submit': 'Seguir con la descarga',
|
|
13
|
+
'fabric.media.abuse_modal_title': 'Advertencia',
|
|
14
|
+
'fabric.media.accounts': 'Cuentas',
|
|
15
|
+
'fabric.media.actions': 'Acciones',
|
|
16
|
+
'fabric.media.add_account': 'Añadir cuenta',
|
|
17
|
+
'fabric.media.add_captions': 'Añadir subtítulos',
|
|
18
|
+
'fabric.media.alt_text_helper_message':
|
|
19
|
+
'¿Cómo describirías la imagen seleccionada a una persona con problemas de visión?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Texto alternativo',
|
|
21
|
+
'fabric.media.annotate': 'Anotar',
|
|
22
|
+
'fabric.media.annotate.confirmation.close.anyway': 'Cerrar de todos modos',
|
|
23
|
+
'fabric.media.annotate.confirmation.content':
|
|
24
|
+
'Tienes algunos cambios sin guardar. ¿Seguro que quieres salir de aquí?',
|
|
25
|
+
'fabric.media.annotate.confirmation.heading': 'Cambios sin guardar',
|
|
26
|
+
'fabric.media.annotate.tool.arrow': 'Flecha',
|
|
27
|
+
'fabric.media.annotate.tool.blur': 'Mancha',
|
|
28
|
+
'fabric.media.annotate.tool.brush': 'Pincel',
|
|
29
|
+
'fabric.media.annotate.tool.color': 'Color',
|
|
30
|
+
'fabric.media.annotate.tool.line.thickness': 'Grosor de la línea',
|
|
31
|
+
'fabric.media.annotate.tool.shape': 'Forma',
|
|
32
|
+
'fabric.media.annotate.tool.text': 'Texto',
|
|
33
|
+
'fabric.media.archive': 'archivar',
|
|
34
|
+
'fabric.media.audio': 'audio',
|
|
35
|
+
'fabric.media.avatar_picker_back_btn_label': 'Volver',
|
|
36
|
+
'fabric.media.cancel': 'Cancelar',
|
|
37
|
+
'fabric.media.cant_preview_file_type': 'No podemos previsualizar este tipo de archivo.',
|
|
38
|
+
'fabric.media.cant_retrieve_files': '¡Ups! No hemos podido recuperar ningún archivo',
|
|
39
|
+
'fabric.media.cant_retrieve_gifs': '¡Qué pena! No hemos recuperado ningún GIF',
|
|
40
|
+
'fabric.media.change_view': 'Cambiar vista',
|
|
41
|
+
'fabric.media.check_your_network': 'Comprueba tu conexión de red',
|
|
42
|
+
'fabric.media.click_to_join': 'Únete a {context}',
|
|
43
|
+
'fabric.media.click_to_join_description': 'Se te ha aprobado, por lo que puedes unirte a {context} de inmediato.',
|
|
44
|
+
'fabric.media.close': 'Cerrar',
|
|
45
|
+
'fabric.media.close_and_reopen': 'Intenta cerrar este archivo y reabrirlo.',
|
|
46
|
+
'fabric.media.connect_account_description': 'Abriremos otra página para ayudarte a conectar tu cuenta de {name}',
|
|
47
|
+
'fabric.media.connect_link_account': 'Conectar para obtener vista previa',
|
|
48
|
+
'fabric.media.connect_link_account_card_view': 'Conectar',
|
|
49
|
+
'fabric.media.connect_link_account_card_view_description':
|
|
50
|
+
'Para mostrar una vista previa de este enlace, conecta tu cuenta de {context}.',
|
|
51
|
+
'fabric.media.connect_link_account_card_view_name': 'Conecta tu cuenta de {context}',
|
|
52
|
+
'fabric.media.connect_to': 'Conectarse a {name}',
|
|
53
|
+
'fabric.media.could_not_load_editor': '¡Qué pena! No hemos podido cargar el editor',
|
|
54
|
+
'fabric.media.could_not_save_image': '¡Qué pena! No hemos podido guardar la imagen',
|
|
55
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview':
|
|
56
|
+
'No podemos mostrar vistas previas de archivos cifrados o protegidos con contraseña.',
|
|
57
|
+
'fabric.media.couldnt_generate_preview': 'No hemos podido generar la previsualización de este archivo.',
|
|
58
|
+
'fabric.media.couldnt_load_file': 'No hemos podido cargar el archivo.',
|
|
59
|
+
'fabric.media.couldnt_load_link': 'Por algún motivo que desconocemos, no hemos podido cargar este enlace.',
|
|
60
|
+
'fabric.media.creating_preview': 'Generando vista previa...',
|
|
61
|
+
'fabric.media.default_avatars': 'Avatares predeterminados',
|
|
62
|
+
'fabric.media.delete': 'Eliminar',
|
|
63
|
+
'fabric.media.disable_fullscreen': 'desactivar pantalla completa',
|
|
64
|
+
'fabric.media.display_thumbnail': 'Mostrar miniatura',
|
|
65
|
+
'fabric.media.document': 'documento',
|
|
66
|
+
'fabric.media.download': 'Descargar',
|
|
67
|
+
'fabric.media.download_disabled_security_policy':
|
|
68
|
+
'La política de seguridad de tu organización ha bloqueado la descarga.',
|
|
69
|
+
'fabric.media.drag_and_drop_images_here': 'Arrastra y suelta las imágenes aquí',
|
|
70
|
+
'fabric.media.drag_and_drop_your_files': 'Arrastra y suelta los archivos en cualquier lugar o',
|
|
71
|
+
'fabric.media.drag_and_drop_your_files_and_folders': 'Arrastra y suelta tus archivos y carpetas en cualquier lugar o',
|
|
72
|
+
'fabric.media.drop_your_files': 'Suelta los archivos para cargarlos',
|
|
73
|
+
'fabric.media.drop_your_files_here': 'Arrastra tus archivos hasta aquí',
|
|
74
|
+
'fabric.media.email': 'Correo electrónico',
|
|
75
|
+
'fabric.media.enable_fullscreen': 'activar pantalla completa',
|
|
76
|
+
'fabric.media.enter_password': 'Introducir contraseña',
|
|
77
|
+
'fabric.media.error': 'Error',
|
|
78
|
+
'fabric.media.error_429': 'Error 429',
|
|
79
|
+
'fabric.media.error_generating_preview': 'Error al generar la vista previa',
|
|
80
|
+
'fabric.media.error_hint_critical': 'Si el problema continúa, ponte en contacto con la asistencia.',
|
|
81
|
+
'fabric.media.error_hint_retry': 'Vuelve a probar y lo intentaremos otra vez.',
|
|
82
|
+
'fabric.media.error_loading_file': 'Error al cargar el archivo',
|
|
83
|
+
'fabric.media.failed_to_load': 'No se pudo cargar',
|
|
84
|
+
'fabric.media.failed_to_upload': 'Error al cargar',
|
|
85
|
+
'fabric.media.file.display_options': 'Opciones de visualización',
|
|
86
|
+
'fabric.media.file_is_selected': 'El archivo {name} está seleccionado',
|
|
87
|
+
'fabric.media.forbidden_description':
|
|
88
|
+
'No puedes acceder a esta vista previa. Ponte en contacto con el administrador del sitio si tienes que acceder.',
|
|
89
|
+
'fabric.media.give_feedback': 'Enviar comentarios',
|
|
90
|
+
'fabric.media.image': 'imagen',
|
|
91
|
+
'fabric.media.image_format_invalid_error': 'No se pudo cargar la imagen porque el formato no es válido.',
|
|
92
|
+
'fabric.media.image_size_too_large_error': 'La imagen es demasiado grande; no puede superar los {MAX_SIZE_MB} MB',
|
|
93
|
+
'fabric.media.image_url_invalid_error': 'No se pudo cargar la imagen porque la URL no es válida.',
|
|
94
|
+
'fabric.media.incorrect_password': 'Contraseña incorrecta. Vuelve a intentarlo.',
|
|
95
|
+
'fabric.media.insert_files': '{0, plural, one {Insertar {0} archivo} other {Insertar {0} archivos}}',
|
|
96
|
+
'fabric.media.invalid_permissions': 'Enlace restringido',
|
|
97
|
+
'fabric.media.invalid_permissions_description':
|
|
98
|
+
'Deberás solicitar el acceso o probar con otra cuenta para obtener esta vista previa.',
|
|
99
|
+
'fabric.media.item_not_found_in_list': 'No se ha encontrado el elemento seleccionado en la lista.',
|
|
100
|
+
'fabric.media.learn_more': 'Más información',
|
|
101
|
+
'fabric.media.load_more_gifs': 'Cargar más GIF',
|
|
102
|
+
'fabric.media.loading': 'Cargando…',
|
|
103
|
+
'fabric.media.loading_file': 'Cargando archivo...',
|
|
104
|
+
'fabric.media.manage_captions': 'Gestionar subtítulos',
|
|
105
|
+
'fabric.media.might_be_a_hiccup': 'Tal vez sea solo un tropiezo.',
|
|
106
|
+
'fabric.media.no_gifs_found': 'Hola, ¿me buscabas?',
|
|
107
|
+
'fabric.media.no_gifs_found_suggestion': 'No hemos encontrado nada para "{query}"',
|
|
108
|
+
'fabric.media.no_pdf_artifacts': 'No se han encontrado artefactos de PDF en este archivo.',
|
|
109
|
+
'fabric.media.not_found_description':
|
|
110
|
+
'No hemos encontrado el enlace. Comprueba la URL y prueba a editarla, o pégala de nuevo.',
|
|
111
|
+
'fabric.media.not_found_title': '¡Vaya! No encontramos este enlace',
|
|
112
|
+
'fabric.media.open_file_in_viewer': 'Abrir {name}',
|
|
113
|
+
'fabric.media.or': 'o',
|
|
114
|
+
'fabric.media.or_select_default_avatars': 'Sube una foto o selecciona alguna de las opciones predeterminadas',
|
|
115
|
+
'fabric.media.password': 'Contraseña',
|
|
116
|
+
'fabric.media.password_protected_pdf': 'Este archivo está protegido con contraseña.',
|
|
117
|
+
'fabric.media.pause': 'Pausar',
|
|
118
|
+
'fabric.media.play': 'Reproducir',
|
|
119
|
+
'fabric.media.playback_default_speed': 'Predeterminado',
|
|
120
|
+
'fabric.media.playback_speed': 'Velocidad de reproducción',
|
|
121
|
+
'fabric.media.preview': 'Vista previa',
|
|
122
|
+
'fabric.media.preview_unavailable': 'Vista previa no disponible',
|
|
123
|
+
'fabric.media.recent_uploads': 'Cargas recientes',
|
|
124
|
+
'fabric.media.remove_image': 'Eliminar imagen',
|
|
125
|
+
'fabric.media.request_access': 'Solicitar acceso',
|
|
126
|
+
'fabric.media.request_access_description': 'Solicita acceso a {context} para ver esta vista previa.',
|
|
127
|
+
'fabric.media.request_access_pending': 'Acceso pendiente',
|
|
128
|
+
'fabric.media.request_access_pending_description': 'Tu solicitud de acceso está pendiente.',
|
|
129
|
+
'fabric.media.request_denied_description':
|
|
130
|
+
'Se ha denegado tu solicitud de acceso. Ponte en contacto con el administrador del sitio si sigues teniendo que acceder.',
|
|
131
|
+
'fabric.media.retry': 'Reintentar',
|
|
132
|
+
'fabric.media.save': 'Guardar',
|
|
133
|
+
'fabric.media.search': 'Buscar',
|
|
134
|
+
'fabric.media.search_all_gifs': '¡Busca en todos los GIF!',
|
|
135
|
+
'fabric.media.select_an_avatar': 'Selecciona un avatar predeterminado',
|
|
136
|
+
'fabric.media.select_an_avatar_from_all_defaults': 'Selecciona alguna de las opciones predeterminadas',
|
|
137
|
+
'fabric.media.share_files_instantly': 'Los compartiremos al instante',
|
|
138
|
+
'fabric.media.show_more_avatars_btn_label': 'Mostrar más',
|
|
139
|
+
'fabric.media.size_options': 'Opciones de tamaño',
|
|
140
|
+
'fabric.media.skip_backward': 'Retroceder 10 segundos',
|
|
141
|
+
'fabric.media.skip_forward': 'Avanzar 10 segundos',
|
|
142
|
+
'fabric.media.something_went_wrong': 'Algo ha ido mal.',
|
|
143
|
+
'fabric.media.srclink': 'Ver en',
|
|
144
|
+
'fabric.media.srclinkunknown': 'Ver original',
|
|
145
|
+
'fabric.media.submit': 'Enviar',
|
|
146
|
+
'fabric.media.success': 'Correcto',
|
|
147
|
+
'fabric.media.text': 'Texto',
|
|
148
|
+
'fabric.media.try_again': 'Volver a intentarlo',
|
|
149
|
+
'fabric.media.try_another_account': 'Probar otra cuenta',
|
|
150
|
+
'fabric.media.try_downloading_file': 'Prueba a descargar el archivo para verlo.',
|
|
151
|
+
'fabric.media.unable_to_annotate_image': 'No puedes anotar esta imagen',
|
|
152
|
+
'fabric.media.unknown': 'desconocido',
|
|
153
|
+
'fabric.media.unlink_account': 'Desvincular cuenta',
|
|
154
|
+
'fabric.media.upload': 'Cargar',
|
|
155
|
+
'fabric.media.upload_an_avatar': 'Carga un avatar',
|
|
156
|
+
'fabric.media.upload_file': 'Cargar un archivo',
|
|
157
|
+
'fabric.media.upload_file_from': 'Carga un archivo de {name}',
|
|
158
|
+
'fabric.media.upload_photo': 'Carga una foto',
|
|
159
|
+
'fabric.media.video': 'vídeo',
|
|
160
|
+
'fabric.media.video_captions_delete_captions_confirmation_description':
|
|
161
|
+
'Confirma que quieres eliminar este subtítulo.',
|
|
162
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Eliminar subtítulo',
|
|
163
|
+
'fabric.media.video_captions_delete_error_description': 'No se ha podido eliminar el subtítulo.',
|
|
164
|
+
'fabric.media.video_captions_delete_success_description': 'El subtítulo se ha eliminado correctamente de este vídeo.',
|
|
165
|
+
'fabric.media.video_captions_enable': 'Subtítulos',
|
|
166
|
+
'fabric.media.video_captions_select_captions': 'Seleccionar subtítulos',
|
|
167
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Cargar subtítulos',
|
|
168
|
+
'fabric.media.video_captions_upload_captions_form_language_picker': 'Seleccionar el idioma del archivo',
|
|
169
|
+
'fabric.media.video_captions_upload_error_description': 'No se ha podido subir el subtítulo.',
|
|
170
|
+
'fabric.media.video_captions_upload_success_description': 'El subtítulo se ha subido correctamente a este vídeo.',
|
|
171
|
+
'fabric.media.video_seeker_assistive_text_time_value':
|
|
172
|
+
'{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} de {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
173
|
+
'fabric.media.video_seeker_label_assistive_text': 'Control deslizante de búsqueda',
|
|
174
|
+
'fabric.media.view': 'Ver',
|
|
175
|
+
'fabric.media.viewer_rateLimited': 'Estamos teniendo dificultades para cargar el archivo.',
|
|
176
|
+
'fabric.media.volume_level': 'silenciar',
|
|
177
|
+
'fabric.media.webgl_warning_description':
|
|
178
|
+
'Tu navegador no admite WebGL. Usa un navegador compatible con WebGL para anotar imágenes.',
|
|
179
|
+
'fabric.media.zip_entry_load_failed': 'No se ha podido cargar el elemento de archivo comprimido para previsualizarlo',
|
|
180
|
+
'fabric.media.zoom_in': 'acercar',
|
|
181
|
+
'fabric.media.zoom_out': 'alejar',
|
|
182
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.action':
|
|
183
|
+
'{key, select, left {Has movido la imagen de izquierda a derecha; usa las teclas de flecha para mover y recortar la imagen} right {Has movido la imagen de derecha a izquierda; usa las teclas de flecha para mover y recortar la imagen} top {Has movido la imagen de arriba a abajo; usa las teclas de flecha para mover y recortar la imagen} other {Has movido la imagen de abajo a arriba; usa las teclas de flecha para mover y recortar la imagen}}',
|
|
184
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.label':
|
|
185
|
+
'Imagen arrastrable. Asegúrate de que el lector de pantalla no está en modo navegación. Usa las teclas de flecha para mover y recortar la imagen',
|
|
186
|
+
'media.media-avatar-picker.image-cropper.zoom_in': 'Acercar',
|
|
187
|
+
'media.media-avatar-picker.image-cropper.zoom_out': 'Alejar',
|
|
188
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': 'establecer zoom',
|
|
189
|
+
};
|