@atlaskit/media-ui 21.0.0 → 22.0.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.
Files changed (154) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/browser/package.json +1 -0
  3. package/classNames/package.json +1 -0
  4. package/codeViewer/package.json +1 -0
  5. package/dist/cjs/codeViewer.js +21 -2
  6. package/dist/cjs/i18n/cs.js +9 -5
  7. package/dist/cjs/i18n/da.js +9 -5
  8. package/dist/cjs/i18n/de.js +7 -3
  9. package/dist/cjs/i18n/en.js +117 -65
  10. package/dist/cjs/i18n/en_GB.js +117 -65
  11. package/dist/cjs/i18n/en_ZZ.js +140 -0
  12. package/dist/cjs/i18n/es.js +9 -5
  13. package/dist/cjs/i18n/et.js +2 -4
  14. package/dist/cjs/i18n/fi.js +9 -5
  15. package/dist/cjs/i18n/fr.js +9 -5
  16. package/dist/cjs/i18n/hu.js +9 -5
  17. package/dist/cjs/i18n/it.js +9 -5
  18. package/dist/cjs/i18n/ja.js +8 -4
  19. package/dist/cjs/i18n/ko.js +8 -4
  20. package/dist/cjs/i18n/nb.js +8 -4
  21. package/dist/cjs/i18n/nl.js +9 -5
  22. package/dist/cjs/i18n/pl.js +9 -5
  23. package/dist/cjs/i18n/pt_BR.js +9 -5
  24. package/dist/cjs/i18n/pt_PT.js +2 -4
  25. package/dist/cjs/i18n/ru.js +10 -6
  26. package/dist/cjs/i18n/sk.js +2 -4
  27. package/dist/cjs/i18n/sv.js +9 -5
  28. package/dist/cjs/i18n/th.js +7 -3
  29. package/dist/cjs/i18n/tr.js +9 -5
  30. package/dist/cjs/i18n/uk.js +9 -5
  31. package/dist/cjs/i18n/vi.js +9 -5
  32. package/dist/cjs/i18n/zh.js +7 -3
  33. package/dist/cjs/i18n/zh_TW.js +7 -3
  34. package/dist/cjs/index.js +0 -8
  35. package/dist/cjs/util.js +1 -1
  36. package/dist/cjs/version.json +1 -1
  37. package/dist/es2019/codeViewer.js +18 -3
  38. package/dist/es2019/i18n/cs.js +9 -5
  39. package/dist/es2019/i18n/da.js +9 -5
  40. package/dist/es2019/i18n/de.js +7 -3
  41. package/dist/es2019/i18n/en.js +116 -65
  42. package/dist/es2019/i18n/en_GB.js +116 -65
  43. package/dist/es2019/i18n/en_ZZ.js +132 -0
  44. package/dist/es2019/i18n/es.js +9 -5
  45. package/dist/es2019/i18n/et.js +2 -4
  46. package/dist/es2019/i18n/fi.js +9 -5
  47. package/dist/es2019/i18n/fr.js +9 -5
  48. package/dist/es2019/i18n/hu.js +9 -5
  49. package/dist/es2019/i18n/it.js +9 -5
  50. package/dist/es2019/i18n/ja.js +8 -4
  51. package/dist/es2019/i18n/ko.js +8 -4
  52. package/dist/es2019/i18n/nb.js +8 -4
  53. package/dist/es2019/i18n/nl.js +9 -5
  54. package/dist/es2019/i18n/pl.js +9 -5
  55. package/dist/es2019/i18n/pt_BR.js +9 -5
  56. package/dist/es2019/i18n/pt_PT.js +2 -4
  57. package/dist/es2019/i18n/ru.js +10 -6
  58. package/dist/es2019/i18n/sk.js +2 -4
  59. package/dist/es2019/i18n/sv.js +9 -5
  60. package/dist/es2019/i18n/th.js +7 -3
  61. package/dist/es2019/i18n/tr.js +9 -5
  62. package/dist/es2019/i18n/uk.js +9 -5
  63. package/dist/es2019/i18n/vi.js +9 -5
  64. package/dist/es2019/i18n/zh.js +7 -3
  65. package/dist/es2019/i18n/zh_TW.js +7 -3
  66. package/dist/es2019/index.js +0 -1
  67. package/dist/es2019/util.js +1 -1
  68. package/dist/es2019/version.json +1 -1
  69. package/dist/esm/codeViewer.js +20 -2
  70. package/dist/esm/i18n/cs.js +9 -5
  71. package/dist/esm/i18n/da.js +9 -5
  72. package/dist/esm/i18n/de.js +7 -3
  73. package/dist/esm/i18n/en.js +116 -65
  74. package/dist/esm/i18n/en_GB.js +116 -65
  75. package/dist/esm/i18n/en_ZZ.js +132 -0
  76. package/dist/esm/i18n/es.js +9 -5
  77. package/dist/esm/i18n/et.js +2 -4
  78. package/dist/esm/i18n/fi.js +9 -5
  79. package/dist/esm/i18n/fr.js +9 -5
  80. package/dist/esm/i18n/hu.js +9 -5
  81. package/dist/esm/i18n/it.js +9 -5
  82. package/dist/esm/i18n/ja.js +8 -4
  83. package/dist/esm/i18n/ko.js +8 -4
  84. package/dist/esm/i18n/nb.js +8 -4
  85. package/dist/esm/i18n/nl.js +9 -5
  86. package/dist/esm/i18n/pl.js +9 -5
  87. package/dist/esm/i18n/pt_BR.js +9 -5
  88. package/dist/esm/i18n/pt_PT.js +2 -4
  89. package/dist/esm/i18n/ru.js +10 -6
  90. package/dist/esm/i18n/sk.js +2 -4
  91. package/dist/esm/i18n/sv.js +9 -5
  92. package/dist/esm/i18n/th.js +7 -3
  93. package/dist/esm/i18n/tr.js +9 -5
  94. package/dist/esm/i18n/uk.js +9 -5
  95. package/dist/esm/i18n/vi.js +9 -5
  96. package/dist/esm/i18n/zh.js +7 -3
  97. package/dist/esm/i18n/zh_TW.js +7 -3
  98. package/dist/esm/index.js +0 -1
  99. package/dist/esm/util.js +1 -1
  100. package/dist/esm/version.json +1 -1
  101. package/dist/types/MediaInlineCard/Icon.d.ts +2 -2
  102. package/dist/types/MediaInlineCard/IconAndTitleLayout/styled.d.ts +9 -9
  103. package/dist/types/MediaInlineCard/LoadingView/styled.d.ts +3 -3
  104. package/dist/types/MediaInlineCard/styled.d.ts +1 -1
  105. package/dist/types/codeViewer.d.ts +2 -2
  106. package/dist/types/customMediaPlayer/playPauseBlanket.d.ts +1 -1
  107. package/dist/types/customMediaPlayer/styled.d.ts +14 -14
  108. package/dist/types/formatDate.d.ts +1 -8
  109. package/dist/types/i18n/cs.d.ts +6 -2
  110. package/dist/types/i18n/da.d.ts +6 -2
  111. package/dist/types/i18n/de.d.ts +6 -2
  112. package/dist/types/i18n/en.d.ts +114 -63
  113. package/dist/types/i18n/en_GB.d.ts +114 -63
  114. package/dist/types/i18n/en_ZZ.d.ts +132 -0
  115. package/dist/types/i18n/es.d.ts +6 -2
  116. package/dist/types/i18n/et.d.ts +1 -3
  117. package/dist/types/i18n/fi.d.ts +6 -2
  118. package/dist/types/i18n/fr.d.ts +6 -2
  119. package/dist/types/i18n/hu.d.ts +6 -2
  120. package/dist/types/i18n/it.d.ts +6 -2
  121. package/dist/types/i18n/ja.d.ts +6 -2
  122. package/dist/types/i18n/ko.d.ts +6 -2
  123. package/dist/types/i18n/nb.d.ts +6 -2
  124. package/dist/types/i18n/nl.d.ts +6 -2
  125. package/dist/types/i18n/pl.d.ts +6 -2
  126. package/dist/types/i18n/pt_BR.d.ts +6 -2
  127. package/dist/types/i18n/pt_PT.d.ts +1 -3
  128. package/dist/types/i18n/ru.d.ts +6 -2
  129. package/dist/types/i18n/sk.d.ts +1 -3
  130. package/dist/types/i18n/sv.d.ts +6 -2
  131. package/dist/types/i18n/th.d.ts +6 -2
  132. package/dist/types/i18n/tr.d.ts +6 -2
  133. package/dist/types/i18n/uk.d.ts +6 -2
  134. package/dist/types/i18n/vi.d.ts +6 -2
  135. package/dist/types/i18n/zh.d.ts +6 -2
  136. package/dist/types/i18n/zh_TW.d.ts +6 -2
  137. package/dist/types/index.d.ts +0 -2
  138. package/dist/types/modalSpinner.d.ts +2 -2
  139. package/dist/types/truncateText.d.ts +4 -2
  140. package/errorIcon/package.json +1 -0
  141. package/formatDate/package.json +1 -0
  142. package/locales/package.json +1 -0
  143. package/media-type-icon/package.json +1 -0
  144. package/messages/package.json +1 -0
  145. package/mime-type-icon/package.json +1 -0
  146. package/modalSpinner/package.json +1 -0
  147. package/package.json +7 -8
  148. package/truncateText/package.json +1 -0
  149. package/types/package.json +1 -0
  150. package/util/package.json +1 -0
  151. package/dist/cjs/infiniteScroll.js +0 -117
  152. package/dist/es2019/infiniteScroll.js +0 -75
  153. package/dist/esm/infiniteScroll.js +0 -100
  154. package/dist/types/infiniteScroll.d.ts +0 -26
@@ -4,85 +4,137 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- // English (United Kingdom)
7
+
8
+ /**
9
+ * NOTE:
10
+ *
11
+ * This file is automatically generated by Traduki 2.0.
12
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
+ */
14
+ //English (United Kingdom)
8
15
  var _default = {
9
- 'fabric.media.retry': 'Retry',
10
- 'fabric.media.failed_to_load': 'Failed to load',
11
- 'fabric.media.recent_uploads': 'Recent uploads',
12
- 'fabric.media.upload_file': 'Upload a file',
13
- 'fabric.media.drag_and_drop_your_files': 'Drag and drop your files anywhere or',
14
- 'fabric.media.drag_and_drop_your_files_and_folders': 'Drag and drop your files and folders anywhere or',
15
- 'fabric.media.drop_your_files': 'Drop your files to upload',
16
- 'fabric.media.upload': 'Upload',
16
+ 'fabric.media.accounts': 'Accounts',
17
+ 'fabric.media.actions': 'Actions',
18
+ 'fabric.media.add_account': 'Add account',
19
+ 'fabric.media.annotate': 'Annotate',
20
+ 'fabric.media.annotate.confirmation.close.anyway': 'Close anyway',
21
+ 'fabric.media.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
22
+ 'fabric.media.annotate.confirmation.heading': 'Unsaved changes',
23
+ 'fabric.media.annotate.tool.arrow': 'Arrow',
24
+ 'fabric.media.annotate.tool.blur': 'Blur',
25
+ 'fabric.media.annotate.tool.brush': 'Brush',
26
+ 'fabric.media.annotate.tool.colour': 'Colour',
27
+ 'fabric.media.annotate.tool.line.thickness': 'Line thickness',
28
+ 'fabric.media.annotate.tool.shape': 'Shape',
29
+ 'fabric.media.annotate.tool.text': 'Text',
30
+ 'fabric.media.archive': 'archive',
31
+ 'fabric.media.audio': 'audio',
17
32
  'fabric.media.cancel': 'Cancel',
18
- 'fabric.media.search_all_gifs': 'Search all the GIFs!',
33
+ 'fabric.media.cant_preview_file_type': "We can't preview this file type.",
34
+ 'fabric.media.cant_retrieve_files': 'Ouch! We could not retrieve any files',
19
35
  'fabric.media.cant_retrieve_gifs': 'Ouch! We could not retrieve any GIFs',
36
+ 'fabric.media.change_view': 'Change view',
20
37
  'fabric.media.check_your_network': 'Check your network connection',
21
- 'fabric.media.try_again': 'Try again',
22
- 'fabric.media.no_gifs_found': "Hello? Was it me you're looking for?",
23
- 'fabric.media.no_gifs_found_suggestion': 'We couldn\'t find anything for "{query}"',
24
- 'fabric.media.load_more_gifs': 'Load more GIFs',
25
- 'fabric.media.add_account': 'Add account',
26
- 'fabric.media.unlink_account': 'Unlink Account',
27
- 'fabric.media.upload_file_from': 'Upload a file from {name}',
28
- 'fabric.media.connect_to': 'Connect to {name}',
38
+ 'fabric.media.click_to_join': 'Join {context}',
39
+ 'fabric.media.click_to_join_description': "You've been approved, so you can join {context} right away.",
40
+ 'fabric.media.close': 'Close',
41
+ 'fabric.media.close_and_reopen': 'Try closing this file and reopening.',
29
42
  'fabric.media.connect_account_description': "We'll open a new page to help you connect your {name} account",
30
- 'fabric.media.upload_an_avatar': 'Upload an avatar',
31
- 'fabric.media.save': 'Save',
32
- 'fabric.media.or': 'or',
33
- 'fabric.media.upload_photo': 'Upload a photo',
43
+ 'fabric.media.connect_link_account': 'Connect to preview',
44
+ 'fabric.media.connect_link_account_card_view': 'Connect',
45
+ 'fabric.media.connect_link_account_card_view_description': 'To show a preview of this link, connect your {context} account.',
46
+ 'fabric.media.connect_link_account_card_view_name': 'Connect your {context} account',
47
+ 'fabric.media.connect_to': 'Connect to {name}',
48
+ 'fabric.media.could_not_load_editor': 'Ouch! We could not load the editor',
49
+ 'fabric.media.could_not_save_image': 'Ouch! We could not save the image',
50
+ 'fabric.media.couldnt_generate_encrypted_entry_preview': "We can't preview encrypted or password protected files.",
51
+ 'fabric.media.couldnt_generate_preview': "We couldn't generate a preview for this file.",
52
+ 'fabric.media.couldnt_load_file': "We couldn't load the file.",
53
+ 'fabric.media.couldnt_load_link': "We couldn't load this link for an unknown reason.",
54
+ 'fabric.media.creating_preview': 'Creating preview...',
34
55
  'fabric.media.default_avatars': 'Default avatars',
56
+ 'fabric.media.disable_fullscreen': 'disable fullscreen',
57
+ 'fabric.media.display_thumbnail': 'Display thumbnail',
58
+ 'fabric.media.document': 'document',
59
+ 'fabric.media.download': 'Download',
35
60
  'fabric.media.drag_and_drop_images_here': 'Drag and drop your images here',
36
- 'fabric.media.upload_image': 'Upload image',
37
- 'fabric.media.image_url_invalid_error': 'Could not load image, the url is invalid.',
61
+ 'fabric.media.drag_and_drop_your_files': 'Drag and drop your files anywhere or',
62
+ 'fabric.media.drag_and_drop_your_files_and_folders': 'Drag and drop your files and folders anywhere or',
63
+ 'fabric.media.drop_your_files': 'Drop your files to upload',
64
+ 'fabric.media.drop_your_files_here': 'Drop your files here',
65
+ 'fabric.media.email': 'email',
66
+ 'fabric.media.enable_fullscreen': 'enable fullscreen',
67
+ 'fabric.media.error_429': 'Error 429',
68
+ 'fabric.media.error_generating_preview': 'Error generating preview',
69
+ 'fabric.media.error_hint_critical': 'If the problem keeps happening contact support.',
70
+ 'fabric.media.error_hint_retry': "Try again and we'll give it another shot.",
71
+ 'fabric.media.error_loading_file': 'Error loading file',
72
+ 'fabric.media.failed_to_load': 'Failed to load',
73
+ 'fabric.media.failed_to_upload': 'Failed to upload',
74
+ 'fabric.media.forbidden_description': 'You don’t have access to this preview. Contact the site admin if you need access.',
75
+ 'fabric.media.give_feedback': 'Give feedback',
76
+ 'fabric.media.image': 'image',
38
77
  'fabric.media.image_format_invalid_error': 'Could not load image, the format is invalid.',
39
78
  'fabric.media.image_size_too_large_error': 'Image is too large, must be no larger than {MAX_SIZE_MB}Mb',
40
- 'fabric.media.something_went_wrong': 'Something went wrong.',
41
- 'fabric.media.might_be_a_hiccup': 'It might just be a hiccup.',
42
- 'fabric.media.couldnt_generate_preview': "We couldn't generate a preview for this file.",
43
- 'fabric.media.cant_preview_file_type': "We can't preview this file type.",
79
+ 'fabric.media.image_url_invalid_error': 'Could not load image, the url is invalid.',
80
+ 'fabric.media.insert_files': 'Insert {0, plural, one {a file} other {{0} files}}',
81
+ 'fabric.media.invalid_permissions': 'Restricted link',
82
+ 'fabric.media.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
44
83
  'fabric.media.item_not_found_in_list': 'The selected item was not found on the list.',
84
+ 'fabric.media.learn_more': 'Learn More',
85
+ 'fabric.media.load_more_gifs': 'Load more GIFs',
86
+ 'fabric.media.loading': 'Loading...',
87
+ 'fabric.media.loading_file': 'Loading file...',
88
+ 'fabric.media.might_be_a_hiccup': 'It might just be a hiccup.',
89
+ 'fabric.media.no_gifs_found': "Hello? Was it me you're looking for?",
90
+ 'fabric.media.no_gifs_found_suggestion': 'We couldn\'t find anything for "{query}"',
45
91
  'fabric.media.no_pdf_artifacts': 'No PDF artifacts found for this file.',
46
- 'fabric.media.give_feedback': 'Give feedback',
92
+ 'fabric.media.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
93
+ 'fabric.media.not_found_title': "Uh oh. We can't find this link!",
94
+ 'fabric.media.or': 'or',
95
+ 'fabric.media.pause': 'Pause',
96
+ 'fabric.media.play': 'Play',
97
+ 'fabric.media.playback_default_speed': 'Default',
98
+ 'fabric.media.playback_speed': 'Playback speed',
99
+ 'fabric.media.preview': 'Preview',
100
+ 'fabric.media.preview_currently_unavailable': 'Preview currently unavailable',
101
+ 'fabric.media.preview_unavailable': 'Preview unavailable',
102
+ 'fabric.media.recent_uploads': 'Recent uploads',
103
+ 'fabric.media.remove_image': 'Remove image',
104
+ 'fabric.media.request_access': 'Request access',
105
+ 'fabric.media.request_access_description': 'Request access to {context} view this preview.',
106
+ 'fabric.media.request_access_pending': 'Access pending',
107
+ 'fabric.media.request_access_pending_description': 'Your access request is pending.',
108
+ 'fabric.media.request_denied_description': 'Your access request was denied. Contact the site admin if you still need access.',
109
+ 'fabric.media.retry': 'Retry',
110
+ 'fabric.media.save': 'Save',
111
+ 'fabric.media.search': 'search',
112
+ 'fabric.media.search_all_gifs': 'Search all the GIFs!',
113
+ 'fabric.media.share_files_instantly': "We'll share them instantly",
114
+ 'fabric.media.skip_backward': 'Back 10 seconds',
115
+ 'fabric.media.skip_forward': 'Forward 10 seconds',
116
+ 'fabric.media.something_went_wrong': 'Something went wrong.',
117
+ 'fabric.media.srclink': 'View in',
118
+ 'fabric.media.srclinkunknown': 'View Original',
119
+ 'fabric.media.text': 'text',
120
+ 'fabric.media.try_again': 'Try again',
121
+ 'fabric.media.try_another_account': 'Try another account',
47
122
  'fabric.media.try_downloading_file': 'Try downloading the file to view it.',
48
- 'fabric.media.webgl_warning_description': 'Your browser does not support WebGL. Use a WebGL enabled browser to annotate images.',
49
123
  'fabric.media.unable_to_annotate_image': "You're unable to annotate this image",
50
- 'fabric.media.learn_more': 'Learn More',
51
- 'fabric.media.accounts': 'Accounts',
52
- 'fabric.media.actions': 'Actions',
53
- 'fabric.media.error_hint_retry': "Try again and we'll give it another shot.",
54
- 'fabric.media.error_hint_critical': 'If the problem keeps happening contact support.',
55
- 'fabric.media.close': 'Close',
56
- 'fabric.media.could_not_load_editor': 'Ouch! We could not load the editor',
57
- 'fabric.media.could_not_save_image': 'Ouch! We could not save the image',
58
- 'fabric.media.annotate': 'Annotate',
59
- 'fabric.media.drop_your_files_here': 'Drop your files here',
60
- 'fabric.media.share_files_instantly': "We'll share them instantly",
61
- 'fabric.media.insert_files': '{0, plural, one{Insert a file} other{Insert {0} files}}',
62
- 'fabric.media.zoom_out': 'zoom out',
63
- 'fabric.media.zoom_in': 'zoom in',
64
- 'fabric.media.remove_image': 'Remove image',
65
- 'fabric.media.play': 'play',
66
- 'fabric.media.pause': 'pause',
67
- 'fabric.media.disable_fullscreen': 'disable fullscreen',
68
- 'fabric.media.enable_fullscreen': 'enable fullscreen',
69
- 'fabric.media.error_loading_file': 'Error loading file',
70
- 'fabric.media.error_generating_preview': 'Error generating preview',
71
- 'fabric.media.download': 'Download',
72
124
  'fabric.media.unknown': 'unknown',
73
- 'fabric.media.document': 'document',
74
- 'fabric.media.audio': 'audio',
125
+ 'fabric.media.unlink_account': 'Unlink Account',
126
+ 'fabric.media.upload': 'Upload',
127
+ 'fabric.media.upload_an_avatar': 'Upload an avatar',
128
+ 'fabric.media.upload_file': 'Upload a file',
129
+ 'fabric.media.upload_file_from': 'Upload a file from {name}',
130
+ 'fabric.media.upload_image': 'Upload image',
131
+ 'fabric.media.upload_photo': 'Upload a photo',
75
132
  'fabric.media.video': 'video',
76
- 'fabric.media.image': 'image',
77
- 'fabric.media.email': 'email',
78
- 'fabric.media.text': 'text',
79
- 'fabric.media.creating_preview': 'Creating preview...',
80
- 'fabric.media.preview_unavailable': 'Preview unavailable',
81
- 'fabric.media.preview_currently_unavailable': 'Preview currently unavailable',
82
- 'fabric.media.couldnt_load_file': "We couldn't load the file.",
83
- 'fabric.media.error_429': 'Error 429',
84
- 'fabric.media.preview_rateLimited': 'We had difficulties creating a preview.',
85
- 'fabric.media.close_and_reopen': 'Try closing this file and reopening.',
86
- 'fabric.media.viewer_rateLimited': "We're having difficulties loading your file."
133
+ 'fabric.media.view': 'View',
134
+ 'fabric.media.viewer_rateLimited': "We're having difficulties loading your file.",
135
+ 'fabric.media.webgl_warning_description': 'Your browser does not support WebGL. Use a WebGL enabled browser to annotate images.',
136
+ 'fabric.media.zip_entry_load_failed': "We couldn't load that zip file item to preview",
137
+ 'fabric.media.zoom_in': 'zoom in',
138
+ 'fabric.media.zoom_out': 'zoom out'
87
139
  };
88
140
  exports.default = _default;
@@ -0,0 +1,140 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ /**
9
+ * NOTE:
10
+ *
11
+ * This file is automatically generated by Traduki 2.0.
12
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
+ */
14
+ //
15
+ var _default = {
16
+ 'fabric.media.accounts': '⁣⁢Accounts⁡⁡⁠⁡‍‌‌‍⁣⁤',
17
+ 'fabric.media.actions': '⁣⁢Actions⁡‍⁡⁡‍⁣⁤',
18
+ 'fabric.media.add_account': '⁣⁢Add account‍‌‌⁡‌؜‌⁡⁡‌‌⁡⁠⁣⁤',
19
+ 'fabric.media.annotate': '⁣⁢Annotate‍⁡‌⁡⁡⁡؜⁡‌‌⁣⁤',
20
+ 'fabric.media.annotate.confirmation.close.anyway': '⁣⁢Close anyway‍‍⁠⁠‌⁠؜⁣⁤',
21
+ 'fabric.media.annotate.confirmation.content': '⁣⁢You have some unsaved changes. Are you sure you want to leave?؜⁡؜‍‌⁠⁡‍⁠‍‍‍⁣⁤',
22
+ 'fabric.media.annotate.confirmation.heading': '⁣⁢Unsaved changes⁡⁠⁠⁠؜؜؜؜‍‍⁣⁤',
23
+ 'fabric.media.annotate.tool.arrow': '⁣⁢Arrow؜⁡⁡‌⁡⁡؜⁡⁠؜⁠‍‌؜⁠⁣⁤',
24
+ 'fabric.media.annotate.tool.blur': '⁣⁢Blur⁡⁡؜‌‍‌⁡‍⁡‌⁠‍⁣⁤',
25
+ 'fabric.media.annotate.tool.brush': '⁣⁢Brush‌؜⁠‍⁡‌⁡⁠‌‌⁣⁤',
26
+ 'fabric.media.annotate.tool.color': '⁣⁢Color؜‌⁠‌⁠⁡‍‌⁡‌‌؜⁠⁡⁡⁣⁤',
27
+ 'fabric.media.annotate.tool.line.thickness': '⁣⁢Line thickness‌⁠‍⁡⁠؜⁠⁠⁡؜؜⁣⁤',
28
+ 'fabric.media.annotate.tool.shape': '⁣⁢Shape⁡‍‌‍⁡⁡؜⁡؜⁠⁣⁤',
29
+ 'fabric.media.annotate.tool.text': '⁣⁢Text⁡⁡⁠⁠⁡؜‌‌‍⁡⁠‌‍⁣⁤',
30
+ 'fabric.media.archive': '⁣⁢archive‌⁡‌‍‍‌؜⁡⁠⁣⁤',
31
+ 'fabric.media.audio': '⁣⁢audio‍⁡⁡؜⁡⁣⁤',
32
+ 'fabric.media.cancel': '⁣⁢Cancel‌‍؜⁠‍؜‌‌⁠⁡⁣⁤',
33
+ 'fabric.media.cant_preview_file_type': "⁣⁢We can't preview this file type.⁠‍‌⁡⁡‍؜‍⁠؜⁣⁤",
34
+ 'fabric.media.cant_retrieve_files': '⁣⁢Ouch! We could not retrieve any files⁠‍؜؜‌؜⁡‌⁡؜⁠⁣⁤',
35
+ 'fabric.media.cant_retrieve_gifs': '⁣⁢Ouch! We could not retrieve any GIFs‍‍‍⁡⁡؜؜؜؜⁣⁤',
36
+ 'fabric.media.change_view': '⁣⁢Change view⁠⁠⁡‌⁡‌‍‍‌⁣⁤',
37
+ 'fabric.media.check_your_network': '⁣⁢Check your network connection⁠‌؜‍؜؜؜⁣⁤',
38
+ 'fabric.media.click_to_join': '⁣⁢Join {context}⁠‌؜⁠‌‍⁠؜⁣⁤',
39
+ 'fabric.media.click_to_join_description': "⁣⁢You've been approved, so you can join {context} right away.‌⁡‌؜‍‌⁠؜⁣⁤",
40
+ 'fabric.media.close': '⁣⁢Close⁠؜⁡‍‍؜؜‍⁣⁤',
41
+ 'fabric.media.close_and_reopen': '⁣⁢Try closing this file and reopening.؜⁠‌‌⁠‌⁡⁠‍‌‍⁠؜⁣⁤',
42
+ 'fabric.media.connect_account_description': "⁣⁢We'll open a new page to help you connect your {name} account‍⁠⁡⁠⁠؜؜⁡⁣⁤",
43
+ 'fabric.media.connect_link_account': '⁣⁢Connect to preview‍؜‍⁠‍؜⁡⁡‍⁣⁤',
44
+ 'fabric.media.connect_link_account_card_view': '⁣⁢Connect‌‍؜⁡؜⁠‍‍⁠⁠؜⁣⁤',
45
+ 'fabric.media.connect_link_account_card_view_description': '⁣⁢To show a preview of this link, connect your {context} account.‍⁡⁡؜⁡⁠⁡‍⁠؜⁠⁠⁣⁤',
46
+ 'fabric.media.connect_link_account_card_view_name': '⁣⁢Connect your {context} account‍؜‍؜⁡⁡⁠‌‌⁡‍⁣⁤',
47
+ 'fabric.media.connect_to': '⁣⁢Connect to {name}⁠⁡؜⁡‌⁡‍؜‌⁠‌‍⁠⁡⁣⁤',
48
+ 'fabric.media.could_not_load_editor': '⁣⁢Ouch! We could not load the editor⁡⁠⁡؜⁠⁡⁠‍⁡⁣⁤',
49
+ 'fabric.media.could_not_save_image': '⁣⁢Ouch! We could not save the image⁠⁠⁡‍⁡⁠‍؜‍⁣⁤',
50
+ 'fabric.media.couldnt_generate_encrypted_entry_preview': "⁣⁢We can't preview encrypted or password protected files.؜؜⁡⁠⁡‌⁡⁡⁣⁤",
51
+ 'fabric.media.couldnt_generate_preview': "⁣⁢We couldn't generate a preview for this file.؜؜⁡‍‍‌؜⁠⁡⁠⁡⁣⁤",
52
+ 'fabric.media.couldnt_load_file': "⁣⁢We couldn't load the file.⁠؜‌⁠⁠⁡⁡⁣⁤",
53
+ 'fabric.media.couldnt_load_link': "⁣⁢We couldn't load this link for an unknown reason.⁡‍‍؜‍‍‌‍؜؜⁣⁤",
54
+ 'fabric.media.creating_preview': '⁣⁢Creating preview...⁡‍⁡⁠‌؜⁡؜‍⁣⁤',
55
+ 'fabric.media.default_avatars': '⁣⁢Default avatars⁡‍؜⁠⁡‍⁠⁡⁡⁣⁤',
56
+ 'fabric.media.disable_fullscreen': '⁣⁢disable fullscreen‌⁡؜⁡⁡⁡‍‌‍‍⁠‍‌‌‌‍؜⁡⁣⁤',
57
+ 'fabric.media.display_thumbnail': '⁣⁢Display thumbnail؜⁠⁠‌‍‍⁡‍⁠⁣⁤',
58
+ 'fabric.media.document': '⁣⁢document‌⁡‍⁡‌؜⁠⁣⁤',
59
+ 'fabric.media.download': '⁣⁢Download‍⁠‍؜⁠‍⁠؜؜⁣⁤',
60
+ 'fabric.media.drag_and_drop_images_here': '⁣⁢Drag and drop your images here⁠⁠⁠‌⁠‌⁠⁡⁣⁤',
61
+ 'fabric.media.drag_and_drop_your_files': '⁣⁢Drag and drop your files anywhere or؜‌‌‌⁠؜⁣⁤',
62
+ 'fabric.media.drag_and_drop_your_files_and_folders': '⁣⁢Drag and drop your files and folders anywhere or‍‌؜⁠‌⁠⁠⁡⁠‌⁡⁠؜⁠⁣⁤',
63
+ 'fabric.media.drop_your_files': '⁣⁢Drop your files to upload⁠‍⁡‌؜‌⁡؜⁡؜⁠‌⁣⁤',
64
+ 'fabric.media.drop_your_files_here': '⁣⁢Drop your files here؜⁠⁠؜‍؜؜⁣⁤',
65
+ 'fabric.media.email': '⁣⁢email⁡؜⁡‍⁠⁡‌⁡⁠⁣⁤',
66
+ 'fabric.media.enable_fullscreen': '⁣⁢enable fullscreen‍؜⁡⁠⁠⁠⁣⁤',
67
+ 'fabric.media.error_429': '⁣⁢Error 429‌⁡‍⁡؜⁠‌⁠⁣⁤',
68
+ 'fabric.media.error_generating_preview': '⁣⁢Error generating preview؜⁡‍‌⁠؜⁡‌؜⁣⁤',
69
+ 'fabric.media.error_hint_critical': '⁣⁢If the problem keeps happening contact support.؜‍؜‌‍؜‌⁡⁣⁤',
70
+ 'fabric.media.error_hint_retry': "⁣⁢Try again and we'll give it another shot.؜؜⁠؜‌؜‌‍⁣⁤",
71
+ 'fabric.media.error_loading_file': '⁣⁢Error loading file؜؜‌⁡؜⁠‍⁠⁠‍⁣⁤',
72
+ 'fabric.media.failed_to_load': '⁣⁢Failed to load⁠؜⁡‌‌⁡⁠⁡⁠⁡‍⁣⁤',
73
+ 'fabric.media.failed_to_upload': '⁣⁢Failed to upload‍‌⁡⁠‌؜⁠‍؜⁡⁡⁡⁣⁤',
74
+ 'fabric.media.forbidden_description': '⁣⁢You don’t have access to this preview. Contact the site admin if you need access.؜⁡‌‌⁠؜‍‌‍‍‍‌⁣⁤',
75
+ 'fabric.media.give_feedback': '⁣⁢Give feedback‍⁠‌‌⁠‍‍⁣⁤',
76
+ 'fabric.media.image': '⁣⁢image؜⁠؜‌⁠‌‌‍⁡⁠⁣⁤',
77
+ 'fabric.media.image_format_invalid_error': '⁣⁢Could not load image, the format is invalid.‍⁠‌؜؜‌‌⁣⁤',
78
+ 'fabric.media.image_size_too_large_error': '⁣⁢Image is too large, must be no larger than {MAX_SIZE_MB}Mb‌⁡⁡⁡‌‍‍⁡⁠⁠⁠‌⁠؜⁠؜⁣⁤',
79
+ 'fabric.media.image_url_invalid_error': '⁣⁢Could not load image, the url is invalid.‌‍⁠⁠‌؜⁠‍⁡‍‍‌⁣⁤',
80
+ 'fabric.media.insert_files': '{0, plural, one {⁣⁢Insert a file‍⁠؜⁠⁡⁡⁠‍‌⁠‌⁣⁤} other {⁣⁢Insert {0} files‍⁠؜⁠⁡⁡⁠‍‌⁠‌⁣⁤}}',
81
+ 'fabric.media.invalid_permissions': '⁣⁢Restricted link؜‍‍؜؜⁠⁠⁣⁤',
82
+ 'fabric.media.invalid_permissions_description': "⁣⁢You'll need to request access or try a different account to view this preview.⁡‌‌‍‌⁠⁡‌⁣⁤",
83
+ 'fabric.media.item_not_found_in_list': '⁣⁢The selected item was not found on the list.؜؜⁡؜⁡⁡⁠؜⁡⁣⁤',
84
+ 'fabric.media.learn_more': '⁣⁢Learn More⁠؜‍؜؜⁡؜‍⁠؜⁡‍‌‍؜‌⁣⁤',
85
+ 'fabric.media.load_more_gifs': '⁣⁢Load more GIFs⁡‌⁠⁡‍‍؜⁡؜⁣⁤',
86
+ 'fabric.media.loading': '⁣⁢Loading...؜‌‌⁡⁠⁠⁡‌⁡‍‍⁡⁣⁤',
87
+ 'fabric.media.loading_file': '⁣⁢Loading file...‌‍⁠؜؜⁡⁣⁤',
88
+ 'fabric.media.might_be_a_hiccup': '⁣⁢It might just be a hiccup.‌؜‍‌‍⁡‌‍‍؜⁠⁠؜‍‍‌⁣⁤',
89
+ 'fabric.media.no_gifs_found': "⁣⁢Hello? Was it me you're looking for?⁡⁡؜⁠⁠‌⁡؜؜؜⁡؜‍⁣⁤",
90
+ 'fabric.media.no_gifs_found_suggestion': '⁣⁢We couldn\'t find anything for "{query}"⁠⁠‌‍⁠‌⁣⁤',
91
+ 'fabric.media.no_pdf_artifacts': '⁣⁢No PDF artifacts found for this file.⁡⁡‌‍؜؜⁡⁠‍‌⁠‌⁣⁤',
92
+ 'fabric.media.not_found_description': "⁣⁢We couldn't find the link. Check the url and try editing or paste again.⁡‍⁡‌‌‌⁡⁡؜⁡‌⁣⁤",
93
+ 'fabric.media.not_found_title': "⁣⁢Uh oh. We can't find this link!‌؜؜؜‌⁡‌⁣⁤",
94
+ 'fabric.media.or': '⁣⁢or‌⁡‌‍‍⁡‍‌⁠⁡‍⁣⁤',
95
+ 'fabric.media.pause': '⁣⁢Pause‍؜⁠؜‍‌⁡‌‍⁡⁣⁤',
96
+ 'fabric.media.play': '⁣⁢Play‍⁠؜‍‍⁡‍⁠؜‌⁣⁤',
97
+ 'fabric.media.playback_default_speed': '⁣⁢Default‍⁡⁡‌⁠‍⁣⁤',
98
+ 'fabric.media.playback_speed': '⁣⁢Playback speed⁡؜⁠‌؜؜⁣⁤',
99
+ 'fabric.media.preview': '⁣⁢Preview⁠⁠⁡⁡⁠⁠⁣⁤',
100
+ 'fabric.media.preview_currently_unavailable': '⁣⁢Preview currently unavailable⁠‌‍؜⁡⁡‍‍⁡؜؜⁣⁤',
101
+ 'fabric.media.preview_unavailable': '⁣⁢Preview unavailable‌⁠‍‌‌‌‍؜‍⁠⁣⁤',
102
+ 'fabric.media.recent_uploads': '⁣⁢Recent uploads‌‍⁠‍⁡‌⁡⁡⁡⁣⁤',
103
+ 'fabric.media.remove_image': '⁣⁢Remove image⁡‍⁡‍⁠؜‍‌⁡‌⁣⁤',
104
+ 'fabric.media.request_access': '⁣⁢Request access‍⁠‍‍⁠؜‌⁡⁣⁤',
105
+ 'fabric.media.request_access_description': '⁣⁢Request access to {context} view this preview.؜⁠‌‍⁠⁠‌؜⁡‍‌⁠⁣⁤',
106
+ 'fabric.media.request_access_pending': '⁣⁢Access pending‍‍؜‌⁡⁡⁠⁣⁤',
107
+ 'fabric.media.request_access_pending_description': '⁣⁢Your access request is pending.⁠؜‌‍⁠⁡⁡⁣⁤',
108
+ 'fabric.media.request_denied_description': '⁣⁢Your access request was denied. Contact the site admin if you still need access.؜‌‍؜؜⁠‌⁠‌⁠؜⁠⁣⁤',
109
+ 'fabric.media.retry': '⁣⁢Retry⁡⁠⁡⁠‍؜⁠⁡⁡‍‌⁣⁤',
110
+ 'fabric.media.save': '⁣⁢Save؜؜⁡‌‍‌‍⁡⁠⁣⁤',
111
+ 'fabric.media.search': '⁣⁢search‍‍‍⁡؜⁡‌‍‍⁣⁤',
112
+ 'fabric.media.search_all_gifs': '⁣⁢Search all the GIFs!⁠‌‍؜⁡؜‌⁠⁡‌⁣⁤',
113
+ 'fabric.media.share_files_instantly': "⁣⁢We'll share them instantly؜⁠‍؜؜⁡⁠⁡⁠‌‌⁣⁤",
114
+ 'fabric.media.skip_backward': '⁣⁢Back 10 seconds‌⁡‍‌‌‍‌؜⁡⁣⁤',
115
+ 'fabric.media.skip_forward': '⁣⁢Forward 10 seconds⁡‍‌‌؜؜‍؜⁣⁤',
116
+ 'fabric.media.something_went_wrong': '⁣⁢Something went wrong.‌⁡⁠⁠‌⁡‌؜⁣⁤',
117
+ 'fabric.media.srclink': '⁣⁢View in⁡⁠‍⁡‍⁡‌⁠⁡⁣⁤',
118
+ 'fabric.media.srclinkunknown': '⁣⁢View Original⁠‌‌‍⁡‍‍⁡‌؜‍⁣⁤',
119
+ 'fabric.media.text': '⁣⁢text⁠‌⁠‌‌؜‌‍⁠⁠‍؜⁠⁣⁤',
120
+ 'fabric.media.try_again': '⁣⁢Try again؜؜⁠‍⁠‌؜⁡؜⁡⁡⁣⁤',
121
+ 'fabric.media.try_another_account': '⁣⁢Try another account⁠⁡‌‌‍⁡⁣⁤',
122
+ 'fabric.media.try_downloading_file': '⁣⁢Try downloading the file to view it.؜⁠‍؜؜‍؜‌⁡‌‌⁡⁣⁤',
123
+ 'fabric.media.unable_to_annotate_image': "⁣⁢You're unable to annotate this image⁡‌‌⁡‍‌‌‌؜‍‌؜⁠⁣⁤",
124
+ 'fabric.media.unknown': '⁣⁢unknown‌‍؜‌‌‍⁠‍⁡⁠⁣⁤',
125
+ 'fabric.media.unlink_account': '⁣⁢Unlink Account⁡‍؜‌⁡؜‍‍‌⁣⁤',
126
+ 'fabric.media.upload': '⁣⁢Upload‌‌؜‍‍‍⁡‍⁡⁣⁤',
127
+ 'fabric.media.upload_an_avatar': '⁣⁢Upload an avatar‌‍‍⁡⁣⁤',
128
+ 'fabric.media.upload_file': '⁣⁢Upload a file؜‍‌‍؜؜⁡‍⁠⁠‍‍‌‌⁡⁡⁣⁤',
129
+ 'fabric.media.upload_file_from': '⁣⁢Upload a file from {name}⁡‍؜‌‍‍‍‌⁠‌⁠⁣⁤',
130
+ 'fabric.media.upload_image': '⁣⁢Upload image‌‍؜؜‌؜⁣⁤',
131
+ 'fabric.media.upload_photo': '⁣⁢Upload a photo⁡؜⁡⁡‌؜⁠⁡‌⁠‌⁠‌‌‌⁣⁤',
132
+ 'fabric.media.video': '⁣⁢video‍⁡‌؜⁡‍⁠⁡⁡؜⁣⁤',
133
+ 'fabric.media.view': '⁣⁢View⁡‌⁡‌؜‌‌؜‍؜⁣⁤',
134
+ 'fabric.media.viewer_rateLimited': "⁣⁢We're having difficulties loading your file.‍‌⁠‍‌؜⁡⁠⁠⁡‍⁠‍⁣⁤",
135
+ 'fabric.media.webgl_warning_description': '⁣⁢Your browser does not support WebGL. Use a WebGL enabled browser to annotate images.⁠⁡⁠‍؜⁠‌⁣⁤',
136
+ 'fabric.media.zip_entry_load_failed': "⁣⁢We couldn't load that zip file item to preview⁠⁠⁠⁡‌‍⁠؜⁠‍‍‌⁡⁠⁣⁤",
137
+ 'fabric.media.zoom_in': '⁣⁢zoom in‍⁠‌‌⁠‍⁣⁤',
138
+ 'fabric.media.zoom_out': '⁣⁢zoom out؜⁡‌‌‍‌؜‌؜⁠؜⁣⁤'
139
+ };
140
+ exports.default = _default;
@@ -8,10 +8,10 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
11
+ * This file is automatically generated by Traduki 2.0.
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
- // Spanish
14
+ //Spanish (International)
15
15
  var _default = {
16
16
  'fabric.media.accounts': 'Cuentas',
17
17
  'fabric.media.actions': 'Acciones',
@@ -33,6 +33,7 @@ var _default = {
33
33
  'fabric.media.cant_preview_file_type': 'No podemos previsualizar este tipo de archivo.',
34
34
  'fabric.media.cant_retrieve_files': '¡Ups! No hemos podido recuperar ningún archivo',
35
35
  'fabric.media.cant_retrieve_gifs': '¡Qué pena! No hemos recuperado ningún GIF',
36
+ 'fabric.media.change_view': 'Cambiar vista',
36
37
  'fabric.media.check_your_network': 'Comprueba tu conexión de red',
37
38
  'fabric.media.click_to_join': 'Únete a {context}',
38
39
  'fabric.media.click_to_join_description': 'Se te ha aprobado, por lo que puedes unirte a {context} de inmediato.',
@@ -53,6 +54,7 @@ var _default = {
53
54
  'fabric.media.creating_preview': 'Generando vista previa...',
54
55
  'fabric.media.default_avatars': 'Avatares predeterminados',
55
56
  'fabric.media.disable_fullscreen': 'desactivar pantalla completa',
57
+ 'fabric.media.display_thumbnail': 'Mostrar miniatura',
56
58
  'fabric.media.document': 'documento',
57
59
  'fabric.media.download': 'Descargar',
58
60
  'fabric.media.drag_and_drop_images_here': 'Arrastra y suelta las imágenes aquí',
@@ -68,6 +70,7 @@ var _default = {
68
70
  'fabric.media.error_hint_retry': 'Vuelve a probar y lo intentaremos otra vez.',
69
71
  'fabric.media.error_loading_file': 'Error al cargar el archivo',
70
72
  'fabric.media.failed_to_load': 'No se pudo cargar',
73
+ 'fabric.media.failed_to_upload': 'Error al cargar',
71
74
  'fabric.media.forbidden_description': 'No puedes acceder a esta vista previa. Ponte en contacto con el administrador del sitio si tienes que acceder.',
72
75
  'fabric.media.give_feedback': 'Enviar comentarios',
73
76
  'fabric.media.image': 'imagen',
@@ -89,13 +92,12 @@ var _default = {
89
92
  'fabric.media.not_found_description': 'No hemos encontrado el enlace. Comprueba la URL y prueba a editarla, o pégala de nuevo.',
90
93
  'fabric.media.not_found_title': '¡Vaya! No encontramos este enlace',
91
94
  'fabric.media.or': 'o',
92
- 'fabric.media.pause': 'pausar',
93
- 'fabric.media.play': 'reproducir',
95
+ 'fabric.media.pause': 'Pausar',
96
+ 'fabric.media.play': 'Reproducir',
94
97
  'fabric.media.playback_default_speed': 'Predeterminado',
95
98
  'fabric.media.playback_speed': 'Velocidad de reproducción',
96
99
  'fabric.media.preview': 'Vista previa',
97
100
  'fabric.media.preview_currently_unavailable': 'La vista previa no se encuentra disponible en estos momentos',
98
- 'fabric.media.preview_rateLimited': 'Hemos tenido dificultades para crear una vista previa',
99
101
  'fabric.media.preview_unavailable': 'Vista previa no disponible',
100
102
  'fabric.media.recent_uploads': 'Cargas recientes',
101
103
  'fabric.media.remove_image': 'Eliminar imagen',
@@ -109,6 +111,8 @@ var _default = {
109
111
  'fabric.media.search': 'Buscar',
110
112
  'fabric.media.search_all_gifs': '¡Busca en todos los GIF!',
111
113
  'fabric.media.share_files_instantly': 'Los compartiremos al instante',
114
+ 'fabric.media.skip_backward': 'Retroceder 10 segundos',
115
+ 'fabric.media.skip_forward': 'Avanzar 10 segundos',
112
116
  'fabric.media.something_went_wrong': 'Algo ha ido mal.',
113
117
  'fabric.media.srclink': 'Ver en',
114
118
  'fabric.media.srclinkunknown': 'Ver original',
@@ -8,10 +8,10 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
11
+ * This file is automatically generated by Traduki 2.0.
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
- // Estonian
14
+ //Estonian
15
15
  var _default = {
16
16
  'fabric.media.accounts': 'Kontod',
17
17
  'fabric.media.actions': 'Toimingud',
@@ -73,8 +73,6 @@ var _default = {
73
73
  'fabric.media.no_pdf_artifacts': 'Ühtki PDF järeletehtud objekti ei leitud selle faili jaoks.',
74
74
  'fabric.media.not_found_title': 'Oijah. Me ei leia seda linki!',
75
75
  'fabric.media.or': 'või',
76
- 'fabric.media.pause': 'pausi',
77
- 'fabric.media.play': 'esita',
78
76
  'fabric.media.recent_uploads': 'Hiljutised üleslaadimised',
79
77
  'fabric.media.remove_image': 'Eemalda pilt',
80
78
  'fabric.media.retry': 'Proovi uuesti',
@@ -8,10 +8,10 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
11
+ * This file is automatically generated by Traduki 2.0.
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
- // Finnish
14
+ //Finnish
15
15
  var _default = {
16
16
  'fabric.media.accounts': 'Tilit',
17
17
  'fabric.media.actions': 'Toiminnot',
@@ -33,6 +33,7 @@ var _default = {
33
33
  'fabric.media.cant_preview_file_type': 'Tätä tiedostotyyppiä ei voi esikatsella.',
34
34
  'fabric.media.cant_retrieve_files': 'Voi ei! Emme voineet noutaa yhtään tiedostoa',
35
35
  'fabric.media.cant_retrieve_gifs': 'Voi ei! Emme voineet noutaa yhtään GIFiä',
36
+ 'fabric.media.change_view': 'Vaihda näkymä',
36
37
  'fabric.media.check_your_network': 'Tarkista verkkoyhteytesi',
37
38
  'fabric.media.click_to_join': 'Liity käyttämään tuotetta {context}',
38
39
  'fabric.media.click_to_join_description': 'Sinut on hyväksytty, joten voit liittyä heti tuotteen {context} käyttäjäksi.',
@@ -53,6 +54,7 @@ var _default = {
53
54
  'fabric.media.creating_preview': 'Luodaan esikatselua...',
54
55
  'fabric.media.default_avatars': 'Oletusavatarit',
55
56
  'fabric.media.disable_fullscreen': 'poista kokoruututila käytöstä',
57
+ 'fabric.media.display_thumbnail': 'Näytä pienoiskuva',
56
58
  'fabric.media.document': 'asiakirja',
57
59
  'fabric.media.download': 'Lataa',
58
60
  'fabric.media.drag_and_drop_images_here': 'Vedä ja pudota kuvasi tänne',
@@ -68,6 +70,7 @@ var _default = {
68
70
  'fabric.media.error_hint_retry': 'Yritä uudelleen, ja mekin kokeilemme vielä kerran.',
69
71
  'fabric.media.error_loading_file': 'Virhe ladattaessa tiedostoa',
70
72
  'fabric.media.failed_to_load': 'Ei voitu ladata',
73
+ 'fabric.media.failed_to_upload': 'Lataaminen epäonnistui',
71
74
  'fabric.media.forbidden_description': 'Sinulla ei ole tämän esikatselun käyttöoikeutta. Jos tarvitset käyttöoikeuden, ota yhteyttä sivuston ylläpitäjään.',
72
75
  'fabric.media.give_feedback': 'Anna palautetta',
73
76
  'fabric.media.image': 'kuva',
@@ -89,13 +92,12 @@ var _default = {
89
92
  'fabric.media.not_found_description': 'Linkkiä ei löytynyt. Tarkista URL-osoite ja muokkaa tai liitä uudelleen.',
90
93
  'fabric.media.not_found_title': 'Oho. Emme löydä tätä linkkiä!',
91
94
  'fabric.media.or': 'tai',
92
- 'fabric.media.pause': 'keskeytä',
93
- 'fabric.media.play': 'toista',
95
+ 'fabric.media.pause': 'Keskeytä',
96
+ 'fabric.media.play': 'Toista',
94
97
  'fabric.media.playback_default_speed': 'Oletus',
95
98
  'fabric.media.playback_speed': 'Toistonopeus',
96
99
  'fabric.media.preview': 'Esikatselu',
97
100
  'fabric.media.preview_currently_unavailable': 'Esikatselua ei tällä hetkellä saatavilla',
98
- 'fabric.media.preview_rateLimited': 'Esikatselun luonnissa ilmeni vaikeuksia',
99
101
  'fabric.media.preview_unavailable': 'Esikatselua ei saatavilla',
100
102
  'fabric.media.recent_uploads': 'Viimeaikaiset lataukset',
101
103
  'fabric.media.remove_image': 'Poista kuva',
@@ -109,6 +111,8 @@ var _default = {
109
111
  'fabric.media.search': 'Hae',
110
112
  'fabric.media.search_all_gifs': 'Hae kaikista GIFeistä!',
111
113
  'fabric.media.share_files_instantly': 'Jaamme ne heti',
114
+ 'fabric.media.skip_backward': '10 sekuntia taaksepäin',
115
+ 'fabric.media.skip_forward': '10 sekuntia eteenpäin',
112
116
  'fabric.media.something_went_wrong': 'Jotain meni pieleen.',
113
117
  'fabric.media.srclink': 'Näytä kohteessa',
114
118
  'fabric.media.srclinkunknown': 'Näytä alkuperäinen',
@@ -8,10 +8,10 @@ exports.default = void 0;
8
8
  /**
9
9
  * NOTE:
10
10
  *
11
- * This file is automatically generated by i18n-tools.
11
+ * This file is automatically generated by Traduki 2.0.
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
- // French
14
+ //French (France)
15
15
  var _default = {
16
16
  'fabric.media.accounts': 'Comptes',
17
17
  'fabric.media.actions': 'Actions',
@@ -33,6 +33,7 @@ var _default = {
33
33
  'fabric.media.cant_preview_file_type': 'Aucun aperçu disponible pour ce type de fichiers.',
34
34
  'fabric.media.cant_retrieve_files': 'Désolés, impossible de récupérer le moindre fichier',
35
35
  'fabric.media.cant_retrieve_gifs': "Désolés, nous n'avons pu récupérer aucun GIF",
36
+ 'fabric.media.change_view': 'Changer de vue',
36
37
  'fabric.media.check_your_network': 'Vérifier votre connexion réseau',
37
38
  'fabric.media.click_to_join': 'Rejoindre {context}',
38
39
  'fabric.media.click_to_join_description': "Vous avez reçu l'approbation, vous pouvez donc rejoindre {context} immédiatement.",
@@ -53,6 +54,7 @@ var _default = {
53
54
  'fabric.media.creating_preview': "Création de l'aperçu…",
54
55
  'fabric.media.default_avatars': 'Avatars par défaut',
55
56
  'fabric.media.disable_fullscreen': 'désactiver le mode plein écran',
57
+ 'fabric.media.display_thumbnail': 'Afficher la miniature',
56
58
  'fabric.media.document': 'document',
57
59
  'fabric.media.download': 'Télécharger',
58
60
  'fabric.media.drag_and_drop_images_here': 'Glisser-déplacer vos images ici',
@@ -68,6 +70,7 @@ var _default = {
68
70
  'fabric.media.error_hint_retry': 'Réessayez.',
69
71
  'fabric.media.error_loading_file': 'Erreur de chargement du fichier',
70
72
  'fabric.media.failed_to_load': 'Échec du chargement',
73
+ 'fabric.media.failed_to_upload': 'Échec du chargement',
71
74
  'fabric.media.forbidden_description': "Vous n'avez pas accès à cet aperçu. Contactez l'administrateur de site si vous avez besoin d'y accéder.",
72
75
  'fabric.media.give_feedback': 'Envoyer un commentaire',
73
76
  'fabric.media.image': 'image',
@@ -89,13 +92,12 @@ var _default = {
89
92
  'fabric.media.not_found_description': "Lien introuvable. Cliquez sur l'URL et essayez de la modifier, ou collez-la de nouveau.",
90
93
  'fabric.media.not_found_title': 'Oups, ce lien est introuvable !',
91
94
  'fabric.media.or': 'ou',
92
- 'fabric.media.pause': 'mettre en pause',
93
- 'fabric.media.play': 'démarrer',
95
+ 'fabric.media.pause': 'Interrompre',
96
+ 'fabric.media.play': 'Lire',
94
97
  'fabric.media.playback_default_speed': 'Par défaut',
95
98
  'fabric.media.playback_speed': 'Vitesse de lecture',
96
99
  'fabric.media.preview': 'Afficher un aperçu',
97
100
  'fabric.media.preview_currently_unavailable': 'Aperçu actuellement non disponible',
98
- 'fabric.media.preview_rateLimited': 'Nous avons rencontré des difficultés pour créer un aperçu',
99
101
  'fabric.media.preview_unavailable': 'Aperçu non disponible',
100
102
  'fabric.media.recent_uploads': 'Importations récentes',
101
103
  'fabric.media.remove_image': "Supprimer l'image",
@@ -109,6 +111,8 @@ var _default = {
109
111
  'fabric.media.search': 'rechercher',
110
112
  'fabric.media.search_all_gifs': 'Rechercher parmi tous les GIF',
111
113
  'fabric.media.share_files_instantly': 'Nous les partagerons instantanément',
114
+ 'fabric.media.skip_backward': 'Reculer de 10 secondes',
115
+ 'fabric.media.skip_forward': 'Avancer de 10 secondes',
112
116
  'fabric.media.something_went_wrong': "Une erreur s'est produite.",
113
117
  'fabric.media.srclink': 'Afficher dans',
114
118
  'fabric.media.srclinkunknown': "Afficher l'original",