@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/cjs/i18n/es.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': 'No se podido establecer la conexión. Inténtalo de nuevo',
|
|
17
17
|
'fabric.linking.cannot_find_link': 'No se ha podido encontrar el enlace',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': 'Conectar para obtener vista previa',
|
|
18
|
+
'fabric.linking.join_to_view': 'Únete a {context} para ver esta incidencia',
|
|
20
19
|
'fabric.linking.create_on': 'Fecha de creación: {context}',
|
|
21
20
|
'fabric.linking.created_by': 'Creado por {context}',
|
|
22
21
|
'fabric.linking.delete': 'Eliminar',
|
|
23
22
|
'fabric.linking.edit': 'Editar',
|
|
24
23
|
'fabric.linking.forbidden_access': 'Tienes prohibido el acceso',
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': 'Enlace restringido, prueba con otra cuenta',
|
|
26
25
|
'fabric.linking.modified_on': 'Fecha de actualización: {context}',
|
|
27
26
|
'fabric.linking.pending_request': 'Tu solicitud de acceso está pendiente',
|
|
28
27
|
'fabric.linking.priority_blocker': 'Impedimento',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': 'Menor',
|
|
37
36
|
'fabric.linking.priority_trivial': 'Trivial',
|
|
38
37
|
'fabric.linking.priority_undefined': 'Sin definir',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': 'Solicita acceso a {context} para ver esta incidencia',
|
|
40
39
|
'fabric.linking.request_denied': 'Se ha denegado tu solicitud de acceso',
|
|
41
|
-
'fabric.linking.updated_by': 'Modificado por {context}'
|
|
40
|
+
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
41
|
+
'fabric.linking.accounts': 'Cuentas',
|
|
42
|
+
'fabric.linking.actions': 'Acciones',
|
|
43
|
+
'fabric.linking.add_account': 'Añadir cuenta',
|
|
44
|
+
'fabric.linking.annotate': 'Anotar',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Cerrar de todos modos',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': 'Tienes algunos cambios sin guardar. ¿Seguro que quieres salir de aquí?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': 'Cambios sin guardar',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': 'Flecha',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': 'Mancha',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': 'Pincel',
|
|
51
|
+
'fabric.linking.annotate.tool.color': 'Color',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': 'Grosor de la línea',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': 'Forma',
|
|
54
|
+
'fabric.linking.annotate.tool.text': 'Texto',
|
|
55
|
+
'fabric.linking.archive': 'archivar',
|
|
56
|
+
'fabric.linking.audio': 'audio',
|
|
57
|
+
'fabric.linking.cancel': 'Cancelar',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': 'No podemos previsualizar este tipo de archivo.',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': '¡Ups! No hemos podido recuperar ningún archivo',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': '¡Qué pena! No hemos recuperado ningún GIF',
|
|
61
|
+
'fabric.linking.change_view': 'Cambiar vista',
|
|
62
|
+
'fabric.linking.check_your_network': 'Comprueba tu conexión de red',
|
|
63
|
+
'fabric.linking.click_to_join': 'Únete a {context}',
|
|
64
|
+
'fabric.linking.click_to_join_description': 'Se te ha aprobado, por lo que puedes unirte a {context} de inmediato.',
|
|
65
|
+
'fabric.linking.close': 'Cerrar',
|
|
66
|
+
'fabric.linking.close_and_reopen': 'Intenta cerrar este archivo y reabrirlo.',
|
|
67
|
+
'fabric.linking.connect_account_description': 'Abriremos otra página para ayudarte a conectar tu cuenta de {name}',
|
|
68
|
+
'fabric.linking.connect_link_account': 'Conectar para obtener vista previa',
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': 'Conectar',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': 'Para mostrar una vista previa de este enlace, conecta tu cuenta de {context}.',
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': 'Conecta tu cuenta de {context}',
|
|
72
|
+
'fabric.linking.connect_to': 'Conectarse a {name}',
|
|
73
|
+
'fabric.linking.could_not_load_editor': '¡Qué pena! No hemos podido cargar el editor',
|
|
74
|
+
'fabric.linking.could_not_save_image': '¡Qué pena! No hemos podido guardar la imagen',
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'No podemos mostrar vistas previas de archivos cifrados o protegidos con contraseña.',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': 'No hemos podido generar la previsualización de este archivo.',
|
|
77
|
+
'fabric.linking.couldnt_load_file': 'No hemos podido cargar el archivo.',
|
|
78
|
+
'fabric.linking.couldnt_load_link': 'Por algún motivo que desconocemos, no hemos podido cargar este enlace.',
|
|
79
|
+
'fabric.linking.creating_preview': 'Generando vista previa...',
|
|
80
|
+
'fabric.linking.default_avatars': 'Avatares predeterminados',
|
|
81
|
+
'fabric.linking.disable_fullscreen': 'desactivar pantalla completa',
|
|
82
|
+
'fabric.linking.display_thumbnail': 'Mostrar miniatura',
|
|
83
|
+
'fabric.linking.document': 'documento',
|
|
84
|
+
'fabric.linking.download': 'Descargar',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': 'Arrastra y suelta las imágenes aquí',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': 'Arrastra y suelta los archivos en cualquier lugar o',
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Arrastra y suelta tus archivos y carpetas en cualquier lugar o',
|
|
88
|
+
'fabric.linking.drop_your_files': 'Suelta los archivos para cargarlos',
|
|
89
|
+
'fabric.linking.drop_your_files_here': 'Arrastra tus archivos hasta aquí',
|
|
90
|
+
'fabric.linking.email': 'Correo electrónico',
|
|
91
|
+
'fabric.linking.enable_fullscreen': 'activar pantalla completa',
|
|
92
|
+
'fabric.linking.error_429': 'Error 429',
|
|
93
|
+
'fabric.linking.error_generating_preview': 'Error al generar la vista previa',
|
|
94
|
+
'fabric.linking.error_hint_critical': 'Si el problema continúa, ponte en contacto con la asistencia.',
|
|
95
|
+
'fabric.linking.error_hint_retry': 'Vuelve a probar y lo intentaremos otra vez.',
|
|
96
|
+
'fabric.linking.error_loading_file': 'Error al cargar el archivo',
|
|
97
|
+
'fabric.linking.failed_to_load': 'No se pudo cargar',
|
|
98
|
+
'fabric.linking.failed_to_upload': 'Error al cargar',
|
|
99
|
+
'fabric.linking.forbidden_description': 'No puedes acceder a esta vista previa. Ponte en contacto con el administrador del sitio si tienes que acceder.',
|
|
100
|
+
'fabric.linking.give_feedback': 'Enviar comentarios',
|
|
101
|
+
'fabric.linking.image': 'imagen',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': 'No se pudo cargar la imagen porque el formato no es válido.',
|
|
103
|
+
'fabric.linking.image_size_too_large_error': 'La imagen es demasiado grande; no puede superar los {MAX_SIZE_MB} MB',
|
|
104
|
+
'fabric.linking.image_url_invalid_error': 'No se pudo cargar la imagen porque la URL no es válida.',
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, one {Insertar {0} archivo} other {Insertar {0} archivos}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': 'Enlace restringido',
|
|
107
|
+
'fabric.linking.invalid_permissions_description': 'Deberás solicitar el acceso o probar con otra cuenta para obtener esta vista previa.',
|
|
108
|
+
'fabric.linking.item_not_found_in_list': 'No se ha encontrado el elemento seleccionado en la lista.',
|
|
109
|
+
'fabric.linking.learn_more': 'Más información',
|
|
110
|
+
'fabric.linking.load_more_gifs': 'Cargar más GIF',
|
|
111
|
+
'fabric.linking.loading': 'Cargando…',
|
|
112
|
+
'fabric.linking.loading_file': 'Cargando archivo...',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': 'Tal vez sea solo un tropiezo.',
|
|
114
|
+
'fabric.linking.no_gifs_found': 'Hola, ¿me buscabas?',
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': 'No hemos encontrado nada para "{query}"',
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': 'No se han encontrado artefactos de PDF en este archivo.',
|
|
117
|
+
'fabric.linking.not_found_description': 'No hemos encontrado el enlace. Comprueba la URL y prueba a editarla, o pégala de nuevo.',
|
|
118
|
+
'fabric.linking.not_found_title': '¡Vaya! No encontramos este enlace',
|
|
119
|
+
'fabric.linking.or': 'o',
|
|
120
|
+
'fabric.linking.pause': 'Pausar',
|
|
121
|
+
'fabric.linking.play': 'Reproducir',
|
|
122
|
+
'fabric.linking.playback_default_speed': 'Predeterminado',
|
|
123
|
+
'fabric.linking.playback_speed': 'Velocidad de reproducción',
|
|
124
|
+
'fabric.linking.preview': 'Vista previa',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': 'La vista previa no se encuentra disponible en estos momentos',
|
|
126
|
+
'fabric.linking.preview_unavailable': 'Vista previa no disponible',
|
|
127
|
+
'fabric.linking.recent_uploads': 'Cargas recientes',
|
|
128
|
+
'fabric.linking.remove_image': 'Eliminar imagen',
|
|
129
|
+
'fabric.linking.request_access': 'Solicitar acceso',
|
|
130
|
+
'fabric.linking.request_access_description': 'Solicita acceso a {context} para ver esta vista previa.',
|
|
131
|
+
'fabric.linking.request_access_pending': 'Acceso pendiente',
|
|
132
|
+
'fabric.linking.request_access_pending_description': 'Tu solicitud de acceso está pendiente.',
|
|
133
|
+
'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.',
|
|
134
|
+
'fabric.linking.retry': 'Reintentar',
|
|
135
|
+
'fabric.linking.save': 'Guardar',
|
|
136
|
+
'fabric.linking.search': 'Buscar',
|
|
137
|
+
'fabric.linking.search_all_gifs': '¡Busca en todos los GIF!',
|
|
138
|
+
'fabric.linking.share_files_instantly': 'Los compartiremos al instante',
|
|
139
|
+
'fabric.linking.skip_backward': 'Retroceder 10 segundos',
|
|
140
|
+
'fabric.linking.skip_forward': 'Avanzar 10 segundos',
|
|
141
|
+
'fabric.linking.something_went_wrong': 'Algo ha ido mal.',
|
|
142
|
+
'fabric.linking.srclink': 'Ver en',
|
|
143
|
+
'fabric.linking.srclinkunknown': 'Ver original',
|
|
144
|
+
'fabric.linking.text': 'Texto',
|
|
145
|
+
'fabric.linking.try_again': 'Volver a intentarlo',
|
|
146
|
+
'fabric.linking.try_another_account': 'Probar otra cuenta',
|
|
147
|
+
'fabric.linking.try_downloading_file': 'Prueba a descargar el archivo para verlo.',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': 'No puedes anotar esta imagen',
|
|
149
|
+
'fabric.linking.unknown': 'desconocido',
|
|
150
|
+
'fabric.linking.unlink_account': 'Desvincular cuenta',
|
|
151
|
+
'fabric.linking.upload': 'Cargar',
|
|
152
|
+
'fabric.linking.upload_an_avatar': 'Carga un avatar',
|
|
153
|
+
'fabric.linking.upload_file': 'Cargar un archivo',
|
|
154
|
+
'fabric.linking.upload_file_from': 'Carga un archivo de {name}',
|
|
155
|
+
'fabric.linking.upload_image': 'Carga una imagen',
|
|
156
|
+
'fabric.linking.upload_photo': 'Carga una foto',
|
|
157
|
+
'fabric.linking.video': 'vídeo',
|
|
158
|
+
'fabric.linking.view': 'Ver',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': 'Estamos teniendo dificultades para cargar el archivo.',
|
|
160
|
+
'fabric.linking.webgl_warning_description': 'Tu navegador no admite WebGL. Usa un navegador compatible con WebGL para anotar imágenes.',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': 'No se ha podido cargar el elemento de archivo comprimido para previsualizarlo',
|
|
162
|
+
'fabric.linking.zoom_in': 'acercar',
|
|
163
|
+
'fabric.linking.zoom_out': 'alejar'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|
package/dist/cjs/i18n/et.js
CHANGED
|
@@ -12,5 +12,91 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Estonian
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.linking.accounts': 'Kontod',
|
|
17
|
+
'fabric.linking.actions': 'Toimingud',
|
|
18
|
+
'fabric.linking.add_account': 'Lisa konto',
|
|
19
|
+
'fabric.linking.annotate': 'Lisa märge',
|
|
20
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Sule ikkagi',
|
|
21
|
+
'fabric.linking.annotate.confirmation.content': 'Teil on salvestamata muudatusi. Kas soovite kindlasti lahkuda?',
|
|
22
|
+
'fabric.linking.annotate.confirmation.heading': 'Salvestamata muudatused',
|
|
23
|
+
'fabric.linking.annotate.tool.arrow': 'Nool',
|
|
24
|
+
'fabric.linking.annotate.tool.blur': 'Hägustus',
|
|
25
|
+
'fabric.linking.annotate.tool.brush': 'Pintsel',
|
|
26
|
+
'fabric.linking.annotate.tool.color': 'Värv',
|
|
27
|
+
'fabric.linking.annotate.tool.line.thickness': 'Joone paksus',
|
|
28
|
+
'fabric.linking.annotate.tool.shape': 'Kujund',
|
|
29
|
+
'fabric.linking.annotate.tool.text': 'Tekst',
|
|
30
|
+
'fabric.linking.audio': 'heli',
|
|
31
|
+
'fabric.linking.cancel': 'Tühista',
|
|
32
|
+
'fabric.linking.cant_preview_file_type': 'Seda failitüüpi ei saa eelvaadata.',
|
|
33
|
+
'fabric.linking.cant_retrieve_files': 'Oih! Me ei leidnud ühtki faili',
|
|
34
|
+
'fabric.linking.cant_retrieve_gifs': 'Oih! Me ei leidnud ühtki GIFi',
|
|
35
|
+
'fabric.linking.check_your_network': 'Kontrolli oma võrguühendust',
|
|
36
|
+
'fabric.linking.close': 'Sulge',
|
|
37
|
+
'fabric.linking.connect_account_description': '{name} konto ühendamisel abi pakkumiseks avame uue lehekülje',
|
|
38
|
+
'fabric.linking.connect_link_account': 'Eelvaatega ühenduse loomine',
|
|
39
|
+
'fabric.linking.connect_link_account_card_view': 'Ühenda',
|
|
40
|
+
'fabric.linking.connect_link_account_card_view_name': 'Ühendage konto {context}',
|
|
41
|
+
'fabric.linking.connect_to': 'Ühendu teenusega {name}',
|
|
42
|
+
'fabric.linking.could_not_load_editor': 'Ups! Muutja laadimine nurjus',
|
|
43
|
+
'fabric.linking.could_not_save_image': 'Ups! Pildi salvestamine nurjus',
|
|
44
|
+
'fabric.linking.couldnt_generate_preview': 'Selle faili eelvaadet ei saa luua.',
|
|
45
|
+
'fabric.linking.default_avatars': 'Vaikimisi avatarid',
|
|
46
|
+
'fabric.linking.disable_fullscreen': 'keela täisekraan',
|
|
47
|
+
'fabric.linking.document': 'dokument',
|
|
48
|
+
'fabric.linking.download': 'Laadi alla',
|
|
49
|
+
'fabric.linking.drag_and_drop_images_here': 'Lohista ja lisa pildid siia',
|
|
50
|
+
'fabric.linking.drag_and_drop_your_files': 'Lohista ja aseta oma failid ükskõik, kuhu või',
|
|
51
|
+
'fabric.linking.drop_your_files': 'Üleslaadimiseks aseta failid',
|
|
52
|
+
'fabric.linking.drop_your_files_here': 'Aseta failid siia',
|
|
53
|
+
'fabric.linking.enable_fullscreen': 'luba täisekraan',
|
|
54
|
+
'fabric.linking.error_generating_preview': 'Eelvaate loomisel tekkis viga',
|
|
55
|
+
'fabric.linking.error_hint_critical': 'Probleemi kordumisel võta ühendust klienditoega.',
|
|
56
|
+
'fabric.linking.error_hint_retry': 'Proovi uuesti ja anname uue võimaluse.',
|
|
57
|
+
'fabric.linking.error_loading_file': 'Faili laadimisel tekkis tõrge',
|
|
58
|
+
'fabric.linking.failed_to_load': 'Laadimine nurjus',
|
|
59
|
+
'fabric.linking.give_feedback': 'Anna tagasisidet',
|
|
60
|
+
'fabric.linking.image': 'pilt',
|
|
61
|
+
'fabric.linking.image_format_invalid_error': 'Pilt ei õnnestunud laadida, formaat ei kehti.',
|
|
62
|
+
'fabric.linking.image_size_too_large_error': 'Pilt on liiga suur, ei tohi olla suurem kui {MAX_SIZE_MB}Mb',
|
|
63
|
+
'fabric.linking.image_url_invalid_error': 'Pilt ei õnnestunud laadida, URL ei kehti.',
|
|
64
|
+
'fabric.linking.insert_files': '{0, plural, one {Sisestage {0} fail} other {Sisestage {0} faili}}',
|
|
65
|
+
'fabric.linking.invalid_permissions_description': 'Eelvaate kuvamiseks peate taotlema ligipääsu või proovima mõnda muud kontot.',
|
|
66
|
+
'fabric.linking.item_not_found_in_list': 'Valitut ei leitud loendist.',
|
|
67
|
+
'fabric.linking.learn_more': 'Lisateave',
|
|
68
|
+
'fabric.linking.load_more_gifs': 'Lae veel GIFe',
|
|
69
|
+
'fabric.linking.loading': 'Laadimine …',
|
|
70
|
+
'fabric.linking.might_be_a_hiccup': 'Tegu võib olla väikese tagasilöögiga.',
|
|
71
|
+
'fabric.linking.no_gifs_found': 'Tere.. Kas otsisid mind?',
|
|
72
|
+
'fabric.linking.no_gifs_found_suggestion': 'Me ei leidnud seoses päringuga „{query}“ midagi',
|
|
73
|
+
'fabric.linking.no_pdf_artifacts': 'Ühtki PDF järeletehtud objekti ei leitud selle faili jaoks.',
|
|
74
|
+
'fabric.linking.not_found_title': 'Oijah. Me ei leia seda linki!',
|
|
75
|
+
'fabric.linking.or': 'või',
|
|
76
|
+
'fabric.linking.recent_uploads': 'Hiljutised üleslaadimised',
|
|
77
|
+
'fabric.linking.remove_image': 'Eemalda pilt',
|
|
78
|
+
'fabric.linking.retry': 'Proovi uuesti',
|
|
79
|
+
'fabric.linking.save': 'Salvesta',
|
|
80
|
+
'fabric.linking.search_all_gifs': 'Otsi kõikide GIFide seast!',
|
|
81
|
+
'fabric.linking.share_files_instantly': 'Jagame seda kohe',
|
|
82
|
+
'fabric.linking.something_went_wrong': 'Midagi läks valesti.',
|
|
83
|
+
'fabric.linking.srclink': 'Kuva kohas',
|
|
84
|
+
'fabric.linking.srclinkunknown': 'Kuva esialgne',
|
|
85
|
+
'fabric.linking.try_again': 'Proovi uuesti',
|
|
86
|
+
'fabric.linking.try_another_account': 'Proovige teise kontoga',
|
|
87
|
+
'fabric.linking.try_downloading_file': 'Faili vaatamiseks proovi see alla laadida.',
|
|
88
|
+
'fabric.linking.unable_to_annotate_image': 'Sa ei saa sellele pildile lisada märke',
|
|
89
|
+
'fabric.linking.unknown': 'teadmata',
|
|
90
|
+
'fabric.linking.unlink_account': 'Eemalda kontolt seos',
|
|
91
|
+
'fabric.linking.upload': 'Laadi üles',
|
|
92
|
+
'fabric.linking.upload_an_avatar': 'Laadi avatar üles',
|
|
93
|
+
'fabric.linking.upload_file': 'Faili üleslaadimine',
|
|
94
|
+
'fabric.linking.upload_file_from': 'Laadi fail üles {name}-st',
|
|
95
|
+
'fabric.linking.upload_image': 'Laadi pilt üles',
|
|
96
|
+
'fabric.linking.upload_photo': 'Foto üleslaadimine',
|
|
97
|
+
'fabric.linking.video': 'video',
|
|
98
|
+
'fabric.linking.webgl_warning_description': 'Veebilehitseja ei toeta WebGLi. Piltidele märke lisamiseks kasuta WebGL toetavat veebilehitsejat.',
|
|
99
|
+
'fabric.linking.zoom_in': 'Suurenda',
|
|
100
|
+
'fabric.linking.zoom_out': 'vähenda'
|
|
101
|
+
};
|
|
16
102
|
exports.default = _default;
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': 'Ei voi muodostaa yhteyttä, yritä uudelleen',
|
|
17
17
|
'fabric.linking.cannot_find_link': 'Linkkiä ei löydy',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': 'Yhdistä esikatseluun',
|
|
18
|
+
'fabric.linking.join_to_view': 'Liity palveluun {context} niin voit tarkastella asiaa',
|
|
20
19
|
'fabric.linking.create_on': 'Luotu {context}',
|
|
21
20
|
'fabric.linking.created_by': 'Tekijä: {context}',
|
|
22
21
|
'fabric.linking.delete': 'Poista',
|
|
23
22
|
'fabric.linking.edit': 'Muokkaa',
|
|
24
23
|
'fabric.linking.forbidden_access': 'Pääsy on kielletty',
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': 'Rajoitettu linkki, kokeile toista tiliä',
|
|
26
25
|
'fabric.linking.modified_on': 'Päivitetty {context}',
|
|
27
26
|
'fabric.linking.pending_request': 'Käyttöoikeuspyyntösi on vireillä',
|
|
28
27
|
'fabric.linking.priority_blocker': 'Esto',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': 'Vähäinen',
|
|
37
36
|
'fabric.linking.priority_trivial': 'Mitätön',
|
|
38
37
|
'fabric.linking.priority_undefined': 'Määrittelemätön',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': 'Pyydä palvelun {context} käyttöoikeutta tämän asian tarkastelua varten',
|
|
40
39
|
'fabric.linking.request_denied': 'Käyttöoikeuspyyntösi evättiin',
|
|
41
|
-
'fabric.linking.updated_by': 'Muokannut: {context}'
|
|
40
|
+
'fabric.linking.updated_by': 'Muokannut: {context}',
|
|
41
|
+
'fabric.linking.accounts': 'Tilit',
|
|
42
|
+
'fabric.linking.actions': 'Toiminnot',
|
|
43
|
+
'fabric.linking.add_account': 'Lisää tili',
|
|
44
|
+
'fabric.linking.annotate': 'Tee merkintöjä',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Sulje joka tapauksessa',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': 'Sinulla on tallentamattomia muutoksia. Haluatko varmasti poistua?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': 'Tallentamattomat muutokset',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': 'Nuoli',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': 'Sumennus',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': 'Sivellin',
|
|
51
|
+
'fabric.linking.annotate.tool.color': 'Väri',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': 'Viivan paksuus',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': 'Muoto',
|
|
54
|
+
'fabric.linking.annotate.tool.text': 'Teksti',
|
|
55
|
+
'fabric.linking.archive': 'arkistoi',
|
|
56
|
+
'fabric.linking.audio': 'ääni',
|
|
57
|
+
'fabric.linking.cancel': 'Peruuta',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': 'Tätä tiedostotyyppiä ei voi esikatsella.',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': 'Voi ei! Emme voineet noutaa yhtään tiedostoa',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': 'Voi ei! Emme voineet noutaa yhtään GIFiä',
|
|
61
|
+
'fabric.linking.change_view': 'Vaihda näkymä',
|
|
62
|
+
'fabric.linking.check_your_network': 'Tarkista verkkoyhteytesi',
|
|
63
|
+
'fabric.linking.click_to_join': 'Liity käyttämään tuotetta {context}',
|
|
64
|
+
'fabric.linking.click_to_join_description': 'Sinut on hyväksytty, joten voit liittyä heti tuotteen {context} käyttäjäksi.',
|
|
65
|
+
'fabric.linking.close': 'Sulje',
|
|
66
|
+
'fabric.linking.close_and_reopen': 'Kokeile sulkea tämä tiedosto ja avata se uudelleen.',
|
|
67
|
+
'fabric.linking.connect_account_description': 'Avaamme uuden sivun, jotta voimme auttaa sinua yhdistämään {name} -tilisi',
|
|
68
|
+
'fabric.linking.connect_link_account': 'Yhdistä esikatseluun',
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': 'Yhdistä',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': 'Jotta voit esikatsella tätä linkkiä, yhdistä {context}-tilisi.',
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': 'Yhdistä {context}-tilisi',
|
|
72
|
+
'fabric.linking.connect_to': 'Yhdistä kohteeseen {name}',
|
|
73
|
+
'fabric.linking.could_not_load_editor': 'Voi ei! Muokkainta ei voitu ladata',
|
|
74
|
+
'fabric.linking.could_not_save_image': 'Voi ei! Kuvaa ei voitu tallentaa',
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Salattuja tai salasanalla suojattuja tiedostoja ei voi esikatsella.',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': 'Tälle tiedostolle ei voitu luoda esikatselua.',
|
|
77
|
+
'fabric.linking.couldnt_load_file': 'Tiedostoa ei voitu ladata.',
|
|
78
|
+
'fabric.linking.couldnt_load_link': 'Tämän linkin lataaminen epäonnistui tuntemattomasta syystä.',
|
|
79
|
+
'fabric.linking.creating_preview': 'Luodaan esikatselua...',
|
|
80
|
+
'fabric.linking.default_avatars': 'Oletusavatarit',
|
|
81
|
+
'fabric.linking.disable_fullscreen': 'poista kokoruututila käytöstä',
|
|
82
|
+
'fabric.linking.display_thumbnail': 'Näytä pienoiskuva',
|
|
83
|
+
'fabric.linking.document': 'asiakirja',
|
|
84
|
+
'fabric.linking.download': 'Lataa',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': 'Vedä ja pudota kuvasi tänne',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': 'Vedä ja pudota tiedostosi minne tahansa tai',
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Vedä ja pudota tiedostosi ja kansiosi minne tahansa tai',
|
|
88
|
+
'fabric.linking.drop_your_files': 'Pudota tiedostosi ladattavaksi',
|
|
89
|
+
'fabric.linking.drop_your_files_here': 'Pudota tiedostosi tänne',
|
|
90
|
+
'fabric.linking.email': 'Sähköposti',
|
|
91
|
+
'fabric.linking.enable_fullscreen': 'ota kokoruututila käyttöön',
|
|
92
|
+
'fabric.linking.error_429': 'Virhe 429',
|
|
93
|
+
'fabric.linking.error_generating_preview': 'Virhe esikatselun luomisessa',
|
|
94
|
+
'fabric.linking.error_hint_critical': 'Jos ongelma toistuu jatkuvasti, ota yhteyttä tukeen.',
|
|
95
|
+
'fabric.linking.error_hint_retry': 'Yritä uudelleen, ja mekin kokeilemme vielä kerran.',
|
|
96
|
+
'fabric.linking.error_loading_file': 'Virhe ladattaessa tiedostoa',
|
|
97
|
+
'fabric.linking.failed_to_load': 'Ei voitu ladata',
|
|
98
|
+
'fabric.linking.failed_to_upload': 'Lataaminen epäonnistui',
|
|
99
|
+
'fabric.linking.forbidden_description': 'Sinulla ei ole tämän esikatselun käyttöoikeutta. Jos tarvitset käyttöoikeuden, ota yhteyttä sivuston ylläpitäjään.',
|
|
100
|
+
'fabric.linking.give_feedback': 'Anna palautetta',
|
|
101
|
+
'fabric.linking.image': 'kuva',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': 'Kuvaa ei voitu ladata, muoto on virheellinen.',
|
|
103
|
+
'fabric.linking.image_size_too_large_error': 'Kuva on liian suuri, se ei voi olla suurempi kuin {MAX_SIZE_MB}Mt',
|
|
104
|
+
'fabric.linking.image_url_invalid_error': 'Kuvaa ei voitu ladata, url-osoite on virheellinen.',
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, one {Lisää {0} tiedosto} other {Lisää {0} tiedostoa}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': 'Rajoitettu linkki',
|
|
107
|
+
'fabric.linking.invalid_permissions_description': 'Pyydä käyttöoikeus tai käytä toista tiliä, jos haluat nähdä tämän esikatselun.',
|
|
108
|
+
'fabric.linking.item_not_found_in_list': 'Valittua kohdetta ei löytynyt luettelosta.',
|
|
109
|
+
'fabric.linking.learn_more': 'Lue lisää',
|
|
110
|
+
'fabric.linking.load_more_gifs': 'Lataa lisää GIFejä',
|
|
111
|
+
'fabric.linking.loading': 'Ladataan...',
|
|
112
|
+
'fabric.linking.loading_file': 'Ladataan tiedostoa...',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': 'Se saattaa olla vain tilapäinen ongelma.',
|
|
114
|
+
'fabric.linking.no_gifs_found': 'Hei? Minuako etsit?',
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': 'Emme löytäneet tuloksia kyselylle "{query}"',
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': 'PDF-artefaktoja ei löytynyt tälle tiedostolle.',
|
|
117
|
+
'fabric.linking.not_found_description': 'Linkkiä ei löytynyt. Tarkista URL-osoite ja muokkaa tai liitä uudelleen.',
|
|
118
|
+
'fabric.linking.not_found_title': 'Oho. Emme löydä tätä linkkiä!',
|
|
119
|
+
'fabric.linking.or': 'tai',
|
|
120
|
+
'fabric.linking.pause': 'Keskeytä',
|
|
121
|
+
'fabric.linking.play': 'Toista',
|
|
122
|
+
'fabric.linking.playback_default_speed': 'Oletus',
|
|
123
|
+
'fabric.linking.playback_speed': 'Toistonopeus',
|
|
124
|
+
'fabric.linking.preview': 'Esikatselu',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': 'Esikatselua ei tällä hetkellä saatavilla',
|
|
126
|
+
'fabric.linking.preview_unavailable': 'Esikatselua ei saatavilla',
|
|
127
|
+
'fabric.linking.recent_uploads': 'Viimeaikaiset lataukset',
|
|
128
|
+
'fabric.linking.remove_image': 'Poista kuva',
|
|
129
|
+
'fabric.linking.request_access': 'Pyydä pääsyä',
|
|
130
|
+
'fabric.linking.request_access_description': 'Pyydä sovelluksen {context} käyttöoikeutta tämän esikatselun katsomista varten.',
|
|
131
|
+
'fabric.linking.request_access_pending': 'Käyttöoikeuksia odotetaan',
|
|
132
|
+
'fabric.linking.request_access_pending_description': 'Käyttöoikeuspyyntösi on vireillä.',
|
|
133
|
+
'fabric.linking.request_denied_description': 'Käyttöoikeuspyyntösi evättiin. Ota yhteyttä sivustosi ylläpitäjään, jos silti tarvitset käyttöoikeuden.',
|
|
134
|
+
'fabric.linking.retry': 'Yritä uudelleen',
|
|
135
|
+
'fabric.linking.save': 'Tallenna',
|
|
136
|
+
'fabric.linking.search': 'Hae',
|
|
137
|
+
'fabric.linking.search_all_gifs': 'Hae kaikista GIFeistä!',
|
|
138
|
+
'fabric.linking.share_files_instantly': 'Jaamme ne heti',
|
|
139
|
+
'fabric.linking.skip_backward': '10 sekuntia taaksepäin',
|
|
140
|
+
'fabric.linking.skip_forward': '10 sekuntia eteenpäin',
|
|
141
|
+
'fabric.linking.something_went_wrong': 'Jotain meni pieleen.',
|
|
142
|
+
'fabric.linking.srclink': 'Näytä kohteessa',
|
|
143
|
+
'fabric.linking.srclinkunknown': 'Näytä alkuperäinen',
|
|
144
|
+
'fabric.linking.text': 'Teksti',
|
|
145
|
+
'fabric.linking.try_again': 'Yritä uudelleen',
|
|
146
|
+
'fabric.linking.try_another_account': 'Kokeile toista tiliä',
|
|
147
|
+
'fabric.linking.try_downloading_file': 'Kokeile ladata tiedosto, jotta voit tarkastella sitä.',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': 'Et voi tehdä merkintöjä tähän kuvaan',
|
|
149
|
+
'fabric.linking.unknown': 'tuntematon',
|
|
150
|
+
'fabric.linking.unlink_account': 'Poista tilin linkitys',
|
|
151
|
+
'fabric.linking.upload': 'Lataa',
|
|
152
|
+
'fabric.linking.upload_an_avatar': 'Lataa avatar',
|
|
153
|
+
'fabric.linking.upload_file': 'Lataa tiedosto',
|
|
154
|
+
'fabric.linking.upload_file_from': 'Lataa tiedosto kohteesta {name}',
|
|
155
|
+
'fabric.linking.upload_image': 'Lataa kuva',
|
|
156
|
+
'fabric.linking.upload_photo': 'Lataa kuva',
|
|
157
|
+
'fabric.linking.video': 'video',
|
|
158
|
+
'fabric.linking.view': 'Näytä',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': 'Tiedostosi lataamisessa on ongelma.',
|
|
160
|
+
'fabric.linking.webgl_warning_description': 'Selaimesi ei tue WebGL:ää. Käytä WebGL:ää tukevaa selainta, jos haluat tehdä merkintöjä kuviin.',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': 'Emme voineet ladata kyseistä zip-tiedoston kohdetta esikatselua varten',
|
|
162
|
+
'fabric.linking.zoom_in': 'lähennä',
|
|
163
|
+
'fabric.linking.zoom_out': 'loitonna'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': 'Connexion impossible, réessayez',
|
|
17
17
|
'fabric.linking.cannot_find_link': 'Le lien est introuvable',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': "Connecter à l'aperçu",
|
|
18
|
+
'fabric.linking.join_to_view': 'Rejoignez {context} pour consulter ce ticket',
|
|
20
19
|
'fabric.linking.create_on': 'Création : {context}',
|
|
21
20
|
'fabric.linking.created_by': 'Création par : {context}',
|
|
22
21
|
'fabric.linking.delete': 'Supprimer',
|
|
23
22
|
'fabric.linking.edit': 'Modifier',
|
|
24
23
|
'fabric.linking.forbidden_access': "Vous n'avez pas accès à cette ressource",
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': 'Lien restreint, essayez un autre compte',
|
|
26
25
|
'fabric.linking.modified_on': 'Mise à jour : {context}',
|
|
27
26
|
'fabric.linking.pending_request': "Votre demande d'accès est en attente",
|
|
28
27
|
'fabric.linking.priority_blocker': 'Bloqueur',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': 'Mineure',
|
|
37
36
|
'fabric.linking.priority_trivial': 'Sans importance',
|
|
38
37
|
'fabric.linking.priority_undefined': 'Non définie',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': 'Demandez un accès à {context} pour consulter ce ticket',
|
|
40
39
|
'fabric.linking.request_denied': "Votre demande d'accès a été refusée",
|
|
41
|
-
'fabric.linking.updated_by': 'Modification par {context}'
|
|
40
|
+
'fabric.linking.updated_by': 'Modification par {context}',
|
|
41
|
+
'fabric.linking.accounts': 'Comptes',
|
|
42
|
+
'fabric.linking.actions': 'Actions',
|
|
43
|
+
'fabric.linking.add_account': 'Ajouter un compte',
|
|
44
|
+
'fabric.linking.annotate': 'Annoter',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Fermer quand même',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': 'Certains de vos changements ne sont pas enregistrés. Voulez-vous vraiment quitter ?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': 'Changements non enregistrés',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': 'Flèche',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': 'Flou',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': 'Pinceau',
|
|
51
|
+
'fabric.linking.annotate.tool.color': 'Couleur',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': 'Épaisseur de ligne',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': 'Forme',
|
|
54
|
+
'fabric.linking.annotate.tool.text': 'Texte',
|
|
55
|
+
'fabric.linking.archive': 'archiver',
|
|
56
|
+
'fabric.linking.audio': 'audio',
|
|
57
|
+
'fabric.linking.cancel': 'Annuler',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': 'Aucun aperçu disponible pour ce type de fichiers.',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': 'Désolés, impossible de récupérer le moindre fichier',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': "Désolés, nous n'avons pu récupérer aucun GIF",
|
|
61
|
+
'fabric.linking.change_view': 'Changer de vue',
|
|
62
|
+
'fabric.linking.check_your_network': 'Vérifier votre connexion réseau',
|
|
63
|
+
'fabric.linking.click_to_join': 'Rejoindre {context}',
|
|
64
|
+
'fabric.linking.click_to_join_description': "Vous avez reçu l'approbation, vous pouvez donc rejoindre {context} immédiatement.",
|
|
65
|
+
'fabric.linking.close': 'Fermer',
|
|
66
|
+
'fabric.linking.close_and_reopen': 'Essayez de fermer ce fichier, puis de le rouvrir.',
|
|
67
|
+
'fabric.linking.connect_account_description': 'Nous ouvrirons une nouvelle page pour vous aider à vous connecter à votre compte {name}',
|
|
68
|
+
'fabric.linking.connect_link_account': "Connecter à l'aperçu",
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': 'Connecter',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': 'Pour afficher un aperçu de ce lien, connectez votre compte {context}.',
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': 'Connectez votre compte {context}',
|
|
72
|
+
'fabric.linking.connect_to': 'Se connecter à {name}',
|
|
73
|
+
'fabric.linking.could_not_load_editor': "Désolés, nous n'avons pas pu charger l'éditeur",
|
|
74
|
+
'fabric.linking.could_not_save_image': "Désolés, nous n'avons pas pu enregistrer l'image",
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Impossible de prévisualiser les fichiers chiffrés ou protégés par un mot de passe.',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': "Impossible de générer l'aperçu de ce fichier.",
|
|
77
|
+
'fabric.linking.couldnt_load_file': 'Impossible de charger le fichier.',
|
|
78
|
+
'fabric.linking.couldnt_load_link': 'Impossible de charger ce lien pour une raison inconnue.',
|
|
79
|
+
'fabric.linking.creating_preview': "Création de l'aperçu…",
|
|
80
|
+
'fabric.linking.default_avatars': 'Avatars par défaut',
|
|
81
|
+
'fabric.linking.disable_fullscreen': 'désactiver le mode plein écran',
|
|
82
|
+
'fabric.linking.display_thumbnail': 'Afficher la miniature',
|
|
83
|
+
'fabric.linking.document': 'document',
|
|
84
|
+
'fabric.linking.download': 'Télécharger',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': 'Glisser-déplacer vos images ici',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': "Glisser-déplacer des fichiers n'importe où ou",
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': "Glissez-déplacez vos fichiers et dossiers n'importe où ou",
|
|
88
|
+
'fabric.linking.drop_your_files': 'Déposer vos fichiers à importer',
|
|
89
|
+
'fabric.linking.drop_your_files_here': 'Déposer vos fichiers ici',
|
|
90
|
+
'fabric.linking.email': 'E-mail',
|
|
91
|
+
'fabric.linking.enable_fullscreen': 'activer le mode plein écran',
|
|
92
|
+
'fabric.linking.error_429': 'Erreur 429',
|
|
93
|
+
'fabric.linking.error_generating_preview': "Erreur de génération de l'aperçu",
|
|
94
|
+
'fabric.linking.error_hint_critical': "Si le problème persiste, contactez le service d'assistance.",
|
|
95
|
+
'fabric.linking.error_hint_retry': 'Réessayez.',
|
|
96
|
+
'fabric.linking.error_loading_file': 'Erreur de chargement du fichier',
|
|
97
|
+
'fabric.linking.failed_to_load': 'Échec du chargement',
|
|
98
|
+
'fabric.linking.failed_to_upload': 'Échec du chargement',
|
|
99
|
+
'fabric.linking.forbidden_description': "Vous n'avez pas accès à cet aperçu. Contactez l'administrateur de site si vous avez besoin d'y accéder.",
|
|
100
|
+
'fabric.linking.give_feedback': 'Envoyer un commentaire',
|
|
101
|
+
'fabric.linking.image': 'image',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': "Impossible de charger l'image, le format n'est pas valide.",
|
|
103
|
+
'fabric.linking.image_size_too_large_error': "L'image est trop grande. Elle ne doit pas dépasser {MAX_SIZE_MB} Mo",
|
|
104
|
+
'fabric.linking.image_url_invalid_error': "Impossible de charger l'image, l'URL n'est pas valide.",
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, one {Insérer {0} fichier} other {Insérer {0} fichiers}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': 'Lien restreint',
|
|
107
|
+
'fabric.linking.invalid_permissions_description': "Vous devrez demander l'accès ou essayer un autre compte pour afficher cet aperçu.",
|
|
108
|
+
'fabric.linking.item_not_found_in_list': "L'élément sélectionné ne fait pas partie de la liste.",
|
|
109
|
+
'fabric.linking.learn_more': 'En savoir plus',
|
|
110
|
+
'fabric.linking.load_more_gifs': 'Charger plus de GIF',
|
|
111
|
+
'fabric.linking.loading': 'Chargement…',
|
|
112
|
+
'fabric.linking.loading_file': 'Chargement du fichier…',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': "Ce n'est sûrement qu'un contretemps.",
|
|
114
|
+
'fabric.linking.no_gifs_found': "Hello? Is it me you're looking for?",
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': "Nous n'avons trouvé aucun résultat pour « {query} »",
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': 'Aucun artefact PDF trouvé pour ce fichier.',
|
|
117
|
+
'fabric.linking.not_found_description': "Lien introuvable. Cliquez sur l'URL et essayez de la modifier, ou collez-la de nouveau.",
|
|
118
|
+
'fabric.linking.not_found_title': 'Oups, ce lien est introuvable !',
|
|
119
|
+
'fabric.linking.or': 'ou',
|
|
120
|
+
'fabric.linking.pause': 'Interrompre',
|
|
121
|
+
'fabric.linking.play': 'Lire',
|
|
122
|
+
'fabric.linking.playback_default_speed': 'Par défaut',
|
|
123
|
+
'fabric.linking.playback_speed': 'Vitesse de lecture',
|
|
124
|
+
'fabric.linking.preview': 'Afficher un aperçu',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': 'Aperçu actuellement non disponible',
|
|
126
|
+
'fabric.linking.preview_unavailable': 'Aperçu non disponible',
|
|
127
|
+
'fabric.linking.recent_uploads': 'Importations récentes',
|
|
128
|
+
'fabric.linking.remove_image': "Supprimer l'image",
|
|
129
|
+
'fabric.linking.request_access': "Demander l'accès",
|
|
130
|
+
'fabric.linking.request_access_description': 'Demandez un accès à {context} pour voir cet aperçu.',
|
|
131
|
+
'fabric.linking.request_access_pending': 'Accès en attente',
|
|
132
|
+
'fabric.linking.request_access_pending_description': "Votre demande d'accès est en attente.",
|
|
133
|
+
'fabric.linking.request_denied_description': "Votre demande d'accès a été refusée. Contactez l'administrateur de site pour demander l'accès.",
|
|
134
|
+
'fabric.linking.retry': 'Réessayer',
|
|
135
|
+
'fabric.linking.save': 'Enregistrer',
|
|
136
|
+
'fabric.linking.search': 'rechercher',
|
|
137
|
+
'fabric.linking.search_all_gifs': 'Rechercher parmi tous les GIF',
|
|
138
|
+
'fabric.linking.share_files_instantly': 'Nous les partagerons instantanément',
|
|
139
|
+
'fabric.linking.skip_backward': 'Reculer de 10 secondes',
|
|
140
|
+
'fabric.linking.skip_forward': 'Avancer de 10 secondes',
|
|
141
|
+
'fabric.linking.something_went_wrong': "Une erreur s'est produite.",
|
|
142
|
+
'fabric.linking.srclink': 'Afficher dans',
|
|
143
|
+
'fabric.linking.srclinkunknown': "Afficher l'original",
|
|
144
|
+
'fabric.linking.text': 'Texte',
|
|
145
|
+
'fabric.linking.try_again': 'Réessayez',
|
|
146
|
+
'fabric.linking.try_another_account': 'Essayez un autre compte',
|
|
147
|
+
'fabric.linking.try_downloading_file': 'Essayez de télécharger le fichier pour le consulter.',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': 'Vous ne pouvez pas annoter cette image',
|
|
149
|
+
'fabric.linking.unknown': 'inconnu',
|
|
150
|
+
'fabric.linking.unlink_account': 'Dissocier le compte',
|
|
151
|
+
'fabric.linking.upload': 'Importer',
|
|
152
|
+
'fabric.linking.upload_an_avatar': 'Importer un avatar',
|
|
153
|
+
'fabric.linking.upload_file': 'Importer un fichier',
|
|
154
|
+
'fabric.linking.upload_file_from': 'Importer un fichier depuis {name}',
|
|
155
|
+
'fabric.linking.upload_image': 'Importer une image',
|
|
156
|
+
'fabric.linking.upload_photo': 'Importer une photo',
|
|
157
|
+
'fabric.linking.video': 'vidéo',
|
|
158
|
+
'fabric.linking.view': 'Afficher',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': 'Nous rencontrons des difficultés pour charger votre fichier.',
|
|
160
|
+
'fabric.linking.webgl_warning_description': 'Votre navigateur ne prend pas en charge WebGL. Utilisez un navigateur compatible WebGL pour annoter les images.',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': 'Impossible de charger cet élément du fichier ZIP pour le prévisualiser',
|
|
162
|
+
'fabric.linking.zoom_in': 'zoomer',
|
|
163
|
+
'fabric.linking.zoom_out': 'réduire'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|