@atlaskit/smart-card 19.1.9 → 19.1.12
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/utils/index.js +8 -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/CardWithUrl/component-lazy/index.js +3 -3
- package/dist/cjs/view/EmbedCard/components/styled.js +29 -13
- 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/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/utils/index.js +2 -1
- 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/CardWithUrl/component-lazy/index.js +1 -1
- package/dist/es2019/view/EmbedCard/components/styled.js +22 -4
- 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/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/state/actions/index.js +1 -1
- package/dist/esm/state/hooks/usePrefetch.js +1 -1
- package/dist/esm/utils/index.js +3 -0
- package/dist/esm/utils/mocks.js +1 -1
- 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 +2 -2
- package/dist/esm/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/PreviewAction.js +2 -2
- package/dist/esm/view/BlockCard/actions/RetryAction.js +2 -2
- package/dist/esm/view/BlockCard/actions/ViewAction.js +2 -2
- 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/CardWithUrl/component-lazy/index.js +1 -1
- package/dist/esm/view/EmbedCard/components/styled.js +14 -4
- 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/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/utils/index.d.ts +1 -0
- package/dist/types/view/EmbedCard/components/styled.d.ts +3 -0
- 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/__mocks__/intersection-observer.mock.d.ts +12 -0
- package/dist/types/view/types.d.ts +1 -1
- package/package.json +8 -9
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': 'Kan ikke koble til, prøv på nytt',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'Finner ikke koblingen',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Koble til for forhåndsvisning',
|
|
11
|
+
'fabric.linking.join_to_view': 'Bli med {context} for å se denne saken',
|
|
13
12
|
'fabric.linking.create_on': 'Opprettet {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Opprettet av {context}',
|
|
15
14
|
'fabric.linking.delete': 'Slett',
|
|
16
15
|
'fabric.linking.edit': 'Rediger',
|
|
17
16
|
'fabric.linking.forbidden_access': 'Du har ikke tilgang',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Begrenset kobling, prøv en annen konto',
|
|
19
18
|
'fabric.linking.modified_on': 'Oppdatert {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'Avventer svar på forespørselen din om tilgang',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Blokkering',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Mindre',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Uviktig',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Udefinert',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Be om tilgang til {context} for å vise denne saken',
|
|
33
32
|
'fabric.linking.request_denied': 'Forespørselen din om tilgang ble avslått',
|
|
34
|
-
'fabric.linking.updated_by': 'Endret av {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Endret av {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Kontoer',
|
|
35
|
+
'fabric.linking.actions': 'Tiltak',
|
|
36
|
+
'fabric.linking.add_account': 'Legg til en konto',
|
|
37
|
+
'fabric.linking.annotate': 'Kommenter',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Lukk likevel',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'Du har noen ulagrede endringer. Er du sikker på at du vil forlate siden?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Ulagrede endringer',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Pil',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Uskarphet',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Børste',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Farge',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Linjetykkelse',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Form',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Tekst',
|
|
48
|
+
'fabric.linking.archive': 'arkiver',
|
|
49
|
+
'fabric.linking.audio': 'lyd',
|
|
50
|
+
'fabric.linking.cancel': 'Avbryt',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'Vi kan ikke forhåndsvise denne filtypen.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Uff da! Vi kunne ikke hente noen filer',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': 'Beklager. Vi kunne ikke hente noen GIF-bilder',
|
|
54
|
+
'fabric.linking.change_view': 'Endre visning',
|
|
55
|
+
'fabric.linking.check_your_network': 'Kontroller nettverksforbindelsen',
|
|
56
|
+
'fabric.linking.click_to_join': 'Bli med i {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': 'Du er blitt godkjent, så du kan bli med i {context} med én gang.',
|
|
58
|
+
'fabric.linking.close': 'Lukk',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Prøv å lukke denne filen og åpne den på nytt.',
|
|
60
|
+
'fabric.linking.connect_account_description': 'Vi vil åpne en ny side for å hjelpe deg med å koble til {name}-kontoen din',
|
|
61
|
+
'fabric.linking.connect_link_account': 'Koble til for forhåndsvisning',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Koble til',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'For en forhåndsvisning av denne koblingen kobler du til {context}-kontoen din.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Koble til {context}-kontoen din',
|
|
65
|
+
'fabric.linking.connect_to': 'Koble til {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'Beklager. Vi kunne ikke laste opp redigeringsprogrammet',
|
|
67
|
+
'fabric.linking.could_not_save_image': 'Beklager. Vi kunne ikke lagre bildet',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Vi kan ikke forhåndsvise krypterte eller passordbeskyttede filer.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': 'Vi kan ikke forhåndsvise denne filen.',
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'Vi kan ikke laste inn filen.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': 'Vi kan ikke laste inn denne koblingen av ukjent grunn.',
|
|
72
|
+
'fabric.linking.creating_preview': 'Oppretter forhåndsvisning …',
|
|
73
|
+
'fabric.linking.default_avatars': 'Standardavatarer',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'deaktiver fullskjerm',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Vis miniatyrbilde',
|
|
76
|
+
'fabric.linking.document': 'dokument',
|
|
77
|
+
'fabric.linking.download': 'Last ned',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Dra og slipp bildene her',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Dra og slipp filene dine hvor som helst eller',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Dra og slipp filer og mapper hvor som helst eller',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Slipp filer for å laste dem opp',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Slipp bildene her',
|
|
83
|
+
'fabric.linking.email': 'E-post',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'aktiver fullskjerm',
|
|
85
|
+
'fabric.linking.error_429': 'Feil 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Feil ved generering av forhåndsvisning',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'Kontakt brukerstøtte hvis problemet ikke forsvinner.',
|
|
88
|
+
'fabric.linking.error_hint_retry': 'Vent litt, så prøver vi igjen.',
|
|
89
|
+
'fabric.linking.error_loading_file': 'Feil ved lasting av feil',
|
|
90
|
+
'fabric.linking.failed_to_load': 'Kunne ikke lastes inn',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Kan ikke laste opp',
|
|
92
|
+
'fabric.linking.forbidden_description': 'Du har ikke tilgang til denne forhåndsvisningen. Ta kontakt med nettstedets administrator hvis du trenger tilgang.',
|
|
93
|
+
'fabric.linking.give_feedback': 'Gi en tilbakemelding',
|
|
94
|
+
'fabric.linking.image': 'bilde',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': 'Bildet har feil format. Det kan derfor ikke lastes inn.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': 'Bildet er for stort. Det kan ikke være større enn {MAX_SIZE_MB}MB',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': 'Nettadressen er feil. Bildet kan derfor ikke lastes inn.',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {Legg inn {0} fil} other {Legg inn {0} filer}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Begrenset kobling',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': 'Du må be om tilgang eller prøve en annen konto for kunne se denne forhåndsvisningen.',
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'Det valgte elementet ble ikke funnet på listen.',
|
|
102
|
+
'fabric.linking.learn_more': 'Les mer',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'Last opp flere GIF-bilder',
|
|
104
|
+
'fabric.linking.loading': 'Laster …',
|
|
105
|
+
'fabric.linking.loading_file': 'Laster inn filen …',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'Det kan være et midlertidig problem.',
|
|
107
|
+
'fabric.linking.no_gifs_found': 'Hei! Var det meg du lette etter?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'Vi kunne ikke finne noe for «{query}»',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'Kunne ikke finne noen PDF-artefakter for denne filen.',
|
|
110
|
+
'fabric.linking.not_found_description': 'Vi finner ikke koblingen. Sjekk URL-en og prøv å redigere den, eller lim inn på nytt.',
|
|
111
|
+
'fabric.linking.not_found_title': 'Oi sann. VI finner ikke denne koblingen.',
|
|
112
|
+
'fabric.linking.or': 'eller',
|
|
113
|
+
'fabric.linking.pause': 'Sett på pause',
|
|
114
|
+
'fabric.linking.play': 'Spill av',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Standard',
|
|
116
|
+
'fabric.linking.playback_speed': 'Avspillingshastighet',
|
|
117
|
+
'fabric.linking.preview': 'Forhåndsvisning',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Forhåndsvisning er for øyeblikket ikke tilgjengelig',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Forhåndsvisning er ikke tilgjengelig',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Nylige opplastinger',
|
|
121
|
+
'fabric.linking.remove_image': 'Fjern bilde',
|
|
122
|
+
'fabric.linking.request_access': 'Be om tilgang',
|
|
123
|
+
'fabric.linking.request_access_description': 'Be om tilgang til {context} for å se denne forhåndsvisningen.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Venter på tilgang',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'Avventer svar på forespørsel om tilgang',
|
|
126
|
+
'fabric.linking.request_denied_description': 'Forespørselen din om tilgang ble avslått. Kontakt administratoren for nettstedet for å be om tilgang.',
|
|
127
|
+
'fabric.linking.retry': 'Prøv igjen',
|
|
128
|
+
'fabric.linking.save': 'Lagre',
|
|
129
|
+
'fabric.linking.search': 'søk',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'Søk i alle GIF-ene',
|
|
131
|
+
'fabric.linking.share_files_instantly': 'Vi deler dem med det samme',
|
|
132
|
+
'fabric.linking.skip_backward': '10 sekunder bakover',
|
|
133
|
+
'fabric.linking.skip_forward': '10 sekunder fremover',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Det oppsto en feil.',
|
|
135
|
+
'fabric.linking.srclink': 'Se i',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'Vis original',
|
|
137
|
+
'fabric.linking.text': 'tekst',
|
|
138
|
+
'fabric.linking.try_again': 'Prøv på nytt',
|
|
139
|
+
'fabric.linking.try_another_account': 'Prøv en annen konto',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Prøv å laste ned filen for å vise den.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'Du kan ikke kommentere dette bildet',
|
|
142
|
+
'fabric.linking.unknown': 'ukjent',
|
|
143
|
+
'fabric.linking.unlink_account': 'Fjern kobling fra konto',
|
|
144
|
+
'fabric.linking.upload': 'Last opp',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Last opp en avatar',
|
|
146
|
+
'fabric.linking.upload_file': 'Last opp en fil',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Last opp en fil fra {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Last opp et bilde',
|
|
149
|
+
'fabric.linking.upload_photo': 'Last opp et bilde',
|
|
150
|
+
'fabric.linking.video': 'video',
|
|
151
|
+
'fabric.linking.view': 'Vis',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'Vi har problemer med å laste inn filen din.',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Nettleserdin støtter ikke WebGL. Bruk en WebGL-aktivert nettleser til å kommentere bilder.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'Vi kunne ikke laste zip-filelementet for å forhåndsvise',
|
|
155
|
+
'fabric.linking.zoom_in': 'Zoom inn',
|
|
156
|
+
'fabric.linking.zoom_out': 'Zoom ut'
|
|
35
157
|
};
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': 'Geen verbinding, probeer het opnieuw',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'Kan link niet vinden',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Maak verbinding voor voorbeeld',
|
|
11
|
+
'fabric.linking.join_to_view': 'Word lid van {context} om deze issue te bekijken',
|
|
13
12
|
'fabric.linking.create_on': 'Aangemaakt op {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Aangemaakt door {context}',
|
|
15
14
|
'fabric.linking.delete': 'Verwijderen',
|
|
16
15
|
'fabric.linking.edit': 'Bewerken',
|
|
17
16
|
'fabric.linking.forbidden_access': 'Je hebt geen toegang',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Afgeschermde link, probeer een ander account',
|
|
19
18
|
'fabric.linking.modified_on': 'Bijgewerkt op {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'Je toegangsaanvraag wordt behandeld.',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Blocker',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Gering',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Triviaal',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Niet gedefinieerd',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Vraag toegang aan tot {context} om deze issue te bekijken',
|
|
33
32
|
'fabric.linking.request_denied': 'Je toegangsaanvraag is afgewezen',
|
|
34
|
-
'fabric.linking.updated_by': 'Gewijzigd door {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Gewijzigd door {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Accounts',
|
|
35
|
+
'fabric.linking.actions': 'Acties',
|
|
36
|
+
'fabric.linking.add_account': 'Account toevoegen',
|
|
37
|
+
'fabric.linking.annotate': 'Aantekeningen maken',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Toch sluiten',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'Je hebt wijzigingen die niet zijn opgeslagen. Weet je zeker dat je dit venster wilt sluiten?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Niet-opgeslagen wijzigingen',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Pijl',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Vervagen',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Kwast',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Kleur',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Lijndikte',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Vorm',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Tekst',
|
|
48
|
+
'fabric.linking.archive': 'archiveren',
|
|
49
|
+
'fabric.linking.audio': 'audio',
|
|
50
|
+
'fabric.linking.cancel': 'Annuleren',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'Dit bestandstype kunnen we niet voorvertonen.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Oei! We konden geen bestanden ophalen',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': "Oei! We konden geen GIF's vinden",
|
|
54
|
+
'fabric.linking.change_view': 'Weergave wijzigen',
|
|
55
|
+
'fabric.linking.check_your_network': 'Controleer je netwerkverbinding',
|
|
56
|
+
'fabric.linking.click_to_join': 'Neem deel aan {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': 'Je bent goedgekeurd, dus je kunt onmiddellijk deelnemen aan {context}.',
|
|
58
|
+
'fabric.linking.close': 'Sluiten',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Probeer dit bestand te sluiten en opnieuw te openen.',
|
|
60
|
+
'fabric.linking.connect_account_description': 'We zullen een nieuwe pagina openen waarop je je {name}-account kunt verbinden',
|
|
61
|
+
'fabric.linking.connect_link_account': 'Maak verbinding voor voorbeeld',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Koppelen',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'Koppel je {context}-account om een voorbeeld van deze link weer te geven.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Koppel je {context}-account',
|
|
65
|
+
'fabric.linking.connect_to': 'Met {name} verbinden',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'Oei! De editor kon niet geladen worden',
|
|
67
|
+
'fabric.linking.could_not_save_image': 'Oei! De afbeelding kon niet opgeslagen worden',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'We kunnen geen voorbeeld weergeven van gecodeerde bestanden of bestanden die beveiligd zijn met een wachtwoord.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': 'Dit bestandstype kunnen we niet voorvertonen.',
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'We konden het bestand niet laden.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': 'Om een onbekende reden konden we deze link niet laden.',
|
|
72
|
+
'fabric.linking.creating_preview': 'Voorbeeld aanmaken...',
|
|
73
|
+
'fabric.linking.default_avatars': "Standaardavatar's",
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'volledig scherm uitschakelen',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Thumbnail weergeven',
|
|
76
|
+
'fabric.linking.document': 'document',
|
|
77
|
+
'fabric.linking.download': 'Downloaden',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Afbeelding hierheen slepen en neerzetten',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Bestanden ergens naartoe slepen en neerzetten of',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Sleep de bestanden en mappen waar dan ook naartoe, of',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Zet hier je te uploaden bestanden neer',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Zet je bestanden hier neer.',
|
|
83
|
+
'fabric.linking.email': 'E-mail',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'volledig scherm inschakelen',
|
|
85
|
+
'fabric.linking.error_429': 'Fout 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Fout bij aanmaken van voorvertoning',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'Neem contact op met support als dit probleem zich blijft voordoen.',
|
|
88
|
+
'fabric.linking.error_hint_retry': 'Probeer het opnieuw dan doen wij het ook.',
|
|
89
|
+
'fabric.linking.error_loading_file': 'Fout bij laden van bestand',
|
|
90
|
+
'fabric.linking.failed_to_load': 'Fout bij het laden',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Kan niet worden geüpload',
|
|
92
|
+
'fabric.linking.forbidden_description': 'Je hebt geen toegang tot deze voorvertoning. Neem contact op met de sitebeheerder als je toegang nodig hebt.',
|
|
93
|
+
'fabric.linking.give_feedback': 'Feedback geven',
|
|
94
|
+
'fabric.linking.image': 'afbeelding',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': 'De afbeelding kon niet geladen worden omdat het bestandsformaat ongeldig is.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': 'Afbeelding is te groot, mag niet groter zijn dan {MAX_SIZE_MB} MB.',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': 'De afbeelding kon niet geladen worden omdat de URL ongeldig is.',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {Voer {0} bestanden in} other {Voer {0} bestanden in}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Afgeschermde link',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': 'Je moet om toegang vragen of een ander account proberen om deze voorvertoning te bekijken.',
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'Het geselecteerde item is niet op de lijst gevonden.',
|
|
102
|
+
'fabric.linking.learn_more': 'Meer informatie',
|
|
103
|
+
'fabric.linking.load_more_gifs': "Meer GIF's laden",
|
|
104
|
+
'fabric.linking.loading': 'Laden...',
|
|
105
|
+
'fabric.linking.loading_file': 'Bestand laden ...',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'Het kan even een tijdelijke kink in de kabel zijn.',
|
|
107
|
+
'fabric.linking.no_gifs_found': 'Hallo? Was je naar mij op zoek?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'We konden niks vinden voor "{query}"',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'Geen PDF-artefacten gevonden voor dit bestand.',
|
|
110
|
+
'fabric.linking.not_found_description': 'We konden de link niet vinden. Controleer de URL en probeer nogmaals te bewerken of plakken.',
|
|
111
|
+
'fabric.linking.not_found_title': 'Oh-oh. We kunnen deze link niet vinden.',
|
|
112
|
+
'fabric.linking.or': 'of',
|
|
113
|
+
'fabric.linking.pause': 'Pauzeren',
|
|
114
|
+
'fabric.linking.play': 'Afspelen',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Standaard',
|
|
116
|
+
'fabric.linking.playback_speed': 'Afspeelsnelheid',
|
|
117
|
+
'fabric.linking.preview': 'Voorvertoning',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Voorvertoning is momenteel niet beschikbaar',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Voorbeeld niet beschikbaar',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Recente uploads',
|
|
121
|
+
'fabric.linking.remove_image': 'Afbeelding verwijderen',
|
|
122
|
+
'fabric.linking.request_access': 'Toegang aanvragen',
|
|
123
|
+
'fabric.linking.request_access_description': 'Vraag toegang aan tot {context} om deze voorvertoning te bekijken.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Toegang wordt behandeld',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'Je toegangsaanvraag wordt behandeld.',
|
|
126
|
+
'fabric.linking.request_denied_description': 'Je toegangsaanvraag is afgewezen. Neem contact op met de sitebeheerder als je toegang nodig hebt.',
|
|
127
|
+
'fabric.linking.retry': 'Probeer opnieuw',
|
|
128
|
+
'fabric.linking.save': 'Opslaan',
|
|
129
|
+
'fabric.linking.search': 'Zoeken',
|
|
130
|
+
'fabric.linking.search_all_gifs': "Doorzoek alle GIF's!",
|
|
131
|
+
'fabric.linking.share_files_instantly': 'We delen ze direct',
|
|
132
|
+
'fabric.linking.skip_backward': '10 seconden terug',
|
|
133
|
+
'fabric.linking.skip_forward': '10 seconden vooruit',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Er is iets misgegaan.',
|
|
135
|
+
'fabric.linking.srclink': 'Bekijken in',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'Bekijk Origineel',
|
|
137
|
+
'fabric.linking.text': 'Tekst',
|
|
138
|
+
'fabric.linking.try_again': 'Opnieuw proberen',
|
|
139
|
+
'fabric.linking.try_another_account': 'Gebruik een ander account',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Probeer het bestand te downloaden om het te bekijken.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'Je kunt bij deze afbeelding geen aantekeningen maken',
|
|
142
|
+
'fabric.linking.unknown': 'onbekend',
|
|
143
|
+
'fabric.linking.unlink_account': 'Verbinding met account verwijderen',
|
|
144
|
+
'fabric.linking.upload': 'Uploaden',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Een avatar uploaden',
|
|
146
|
+
'fabric.linking.upload_file': 'Bestand uploaden',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Een bestand vanaf {name} uploaden',
|
|
148
|
+
'fabric.linking.upload_image': 'Afbeelding uploaden',
|
|
149
|
+
'fabric.linking.upload_photo': 'Een foto uploaden',
|
|
150
|
+
'fabric.linking.video': 'video',
|
|
151
|
+
'fabric.linking.view': 'Bekijken',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'We hebben problemen met het laden van je bestand.',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Je browser ondersteunt geen WebGL. Gebruik een browser met WebGL-functie om aantekeningen te maken bij afbeeldingen.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'We konden dat zip-bestandsitem niet laden om voor te vertonen',
|
|
155
|
+
'fabric.linking.zoom_in': 'inzoomen',
|
|
156
|
+
'fabric.linking.zoom_out': 'uitzoomen'
|
|
35
157
|
};
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': 'Nie można nawiązać połączenia. Spróbuj ponownie.',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'Nie można znaleźć łącza',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Połącz podgląd',
|
|
11
|
+
'fabric.linking.join_to_view': 'Dołącz do {context}, aby wyświetlić to zgłoszenie',
|
|
13
12
|
'fabric.linking.create_on': 'Utworzono {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Autor: {context}',
|
|
15
14
|
'fabric.linking.delete': 'Usuń',
|
|
16
15
|
'fabric.linking.edit': 'Edytuj',
|
|
17
16
|
'fabric.linking.forbidden_access': 'Dostęp zabroniony',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Łącze z ograniczeniami. Spróbuj z innego konta.',
|
|
19
18
|
'fabric.linking.modified_on': 'Zaktualizowano {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'Twój wniosek o dostęp oczekuje na rozpatrzenie',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Bloker',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Drobny',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Trywialny',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Nie zdefiniowano',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Poproś o dostęp do {context}, aby wyświetlić to zgłoszenie',
|
|
33
32
|
'fabric.linking.request_denied': 'Twój wniosek o dostęp został odrzucony',
|
|
34
|
-
'fabric.linking.updated_by': 'Autor modyfikacji: {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Autor modyfikacji: {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Konta',
|
|
35
|
+
'fabric.linking.actions': 'Akcje',
|
|
36
|
+
'fabric.linking.add_account': 'Dodaj konto',
|
|
37
|
+
'fabric.linking.annotate': 'Dodaj adnotację',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Zamknij mimo to',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'Masz niezapisane zmiany. Czy na pewno chcesz wyjść?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Niezapisane zmiany',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Strzałka',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Rozmycie',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Pędzel',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Kolor',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Grubość linii',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Kształt',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Tekst',
|
|
48
|
+
'fabric.linking.archive': 'archiwizuj',
|
|
49
|
+
'fabric.linking.audio': 'dźwięk',
|
|
50
|
+
'fabric.linking.cancel': 'Anuluj',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'Podgląd plików tego typu nie jest możliwy.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Ojej! Nie można pobrać żadnych plików',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': 'Ojej! Nie można pobrać żadnych plików GIF',
|
|
54
|
+
'fabric.linking.change_view': 'Zmień widok',
|
|
55
|
+
'fabric.linking.check_your_network': 'Sprawdź swoje połączenie sieciowe.',
|
|
56
|
+
'fabric.linking.click_to_join': 'Zacznij korzystać z {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': 'Uzyskano zatwierdzenie, więc możesz od razu dołączyć do {context}.',
|
|
58
|
+
'fabric.linking.close': 'Zamknij',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Spróbuj zamknąć plik i otworzyć go ponownie.',
|
|
60
|
+
'fabric.linking.connect_account_description': 'Otworzymy nową stronę, aby pomóc Ci połączyć swoje konto {name}',
|
|
61
|
+
'fabric.linking.connect_link_account': 'Połącz podgląd',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Połącz',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'Aby wyświetlić podgląd tego łącza, połącz swoje konto {context}.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Połącz konto {context}',
|
|
65
|
+
'fabric.linking.connect_to': 'Połącz z {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'Oj! Nie można załadować edytora',
|
|
67
|
+
'fabric.linking.could_not_save_image': 'Oj! Nie można zapisać obrazu',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Nie można wyświetlać podglądu plików zaszyfrowanych lub chronionych hasłem.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': 'Nie można wygenerować podglądu tego pliku.',
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'Nie można załadować pliku.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': 'Z nieznanego powodu nie udało się wczytać tego łącza.',
|
|
72
|
+
'fabric.linking.creating_preview': 'Tworzenie podglądu…',
|
|
73
|
+
'fabric.linking.default_avatars': 'Domyślne awatary',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'wyłącz tryb pełnoekranowy',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Wyświetl miniaturę',
|
|
76
|
+
'fabric.linking.document': 'dokument',
|
|
77
|
+
'fabric.linking.download': 'Pobierz',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Przeciągnij i upuść obrazy tutaj',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Przeciągnij i upuść pliki w dowolne miejsce lub',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Przeciągnij lub upuść pliki i foldery w dowolnym miejscu lub',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Upuść pliki, aby je przekazać',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Upuść pliki tutaj',
|
|
83
|
+
'fabric.linking.email': 'Adres e-mail',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'włącz tryb pełnoekranowy',
|
|
85
|
+
'fabric.linking.error_429': 'Błąd 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Błąd generowania podglądu',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'Jeśli problem nadal będzie występować, skontaktuj się ze wsparciem.',
|
|
88
|
+
'fabric.linking.error_hint_retry': 'Spróbuj ponownie.',
|
|
89
|
+
'fabric.linking.error_loading_file': 'Błąd ładowania pliku',
|
|
90
|
+
'fabric.linking.failed_to_load': 'Niepowodzenie ładowania',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Nie można przesłać',
|
|
92
|
+
'fabric.linking.forbidden_description': 'Nie masz dostępu do tego podglądu. Skontaktuj się z administratorem witryny, jeśli potrzebujesz dostępu.',
|
|
93
|
+
'fabric.linking.give_feedback': 'Prześlij opinię',
|
|
94
|
+
'fabric.linking.image': 'obraz',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': 'Nie można załadować obrazu. Format jest niepoprawny.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': 'Obraz jest za duży, rozmiar nie może przekraczać {MAX_SIZE_MB} MB',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': 'Nie można załadować obrazu. Adres URL jest niepoprawny.',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {Wstaw {0} plik} few {Wstaw {0} pliki} many {Wstaw {0} plików} other {Wstaw {0} pliku}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Łącze z ograniczeniami',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': 'Musisz poprosić o dostęp lub spróbować innego konta, aby zobaczyć ten podgląd.',
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'Zaznaczony element nie został odnaleziony na liście.',
|
|
102
|
+
'fabric.linking.learn_more': 'Dowiedz się więcej',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'Załaduj więcej plików GIF',
|
|
104
|
+
'fabric.linking.loading': 'Wczytywanie...',
|
|
105
|
+
'fabric.linking.loading_file': 'Ładowanie pliku…',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'To może być przejściowy problem.',
|
|
107
|
+
'fabric.linking.no_gifs_found': 'Halo! Czy to mnie szukasz?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'Nie można znaleźć wyników pasujących do zapytania „{query}”',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'Nie znaleziono artefaktów PDF w tym pliku.',
|
|
110
|
+
'fabric.linking.not_found_description': 'Nie udało się znaleźć łącza. Sprawdź adres url i spróbuj go edytować lub wkleić ponownie.',
|
|
111
|
+
'fabric.linking.not_found_title': 'Niestety. Nie można znaleźć tego łącza!',
|
|
112
|
+
'fabric.linking.or': 'lub',
|
|
113
|
+
'fabric.linking.pause': 'Wstrzymaj',
|
|
114
|
+
'fabric.linking.play': 'Odtwarzaj',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Domyślnie',
|
|
116
|
+
'fabric.linking.playback_speed': 'Prędkość odtwarzania',
|
|
117
|
+
'fabric.linking.preview': 'Podgląd',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Podgląd aktualnie niedostępny',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Podgląd niedostępny',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Ostatnio przekazane',
|
|
121
|
+
'fabric.linking.remove_image': 'usuń obraz',
|
|
122
|
+
'fabric.linking.request_access': 'Wyślij wniosek o dostęp',
|
|
123
|
+
'fabric.linking.request_access_description': 'Poproś o dostęp do {context}, aby wyświetlić ten podgląd.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Oczekuje na dostęp',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'Twój wniosek o dostęp oczekuje na rozpatrzenie.',
|
|
126
|
+
'fabric.linking.request_denied_description': 'Twój wniosek o dostęp został odrzucony. Skontaktuj się z administratorem witryny, jeśli dalej potrzebujesz dostępu.',
|
|
127
|
+
'fabric.linking.retry': 'Spróbuj ponownie',
|
|
128
|
+
'fabric.linking.save': 'Zapisz',
|
|
129
|
+
'fabric.linking.search': 'Szukaj',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'Szukaj wszystkich plików GIF!',
|
|
131
|
+
'fabric.linking.share_files_instantly': 'Błyskawicznie je udostępnimy',
|
|
132
|
+
'fabric.linking.skip_backward': 'Cofnij o 10 sekund',
|
|
133
|
+
'fabric.linking.skip_forward': 'Przeskocz o 10 sekund',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Coś poszło nie tak.',
|
|
135
|
+
'fabric.linking.srclink': 'Wyświetl w',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'Wyświetl oryginał',
|
|
137
|
+
'fabric.linking.text': 'Tekst',
|
|
138
|
+
'fabric.linking.try_again': 'Spróbuj ponownie',
|
|
139
|
+
'fabric.linking.try_another_account': 'Spróbuj użyć innego konta',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Spróbuj pobrać plik, aby go wyświetlić.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'Nie można dodać adnotacji do tego obrazu',
|
|
142
|
+
'fabric.linking.unknown': 'nieznane',
|
|
143
|
+
'fabric.linking.unlink_account': 'Odłącz konto',
|
|
144
|
+
'fabric.linking.upload': 'Przekaż',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Przekaż awatar',
|
|
146
|
+
'fabric.linking.upload_file': 'Przekaż plik',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Przekaż plik z {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Przekaż obraz',
|
|
149
|
+
'fabric.linking.upload_photo': 'Przekaż zdjęcie',
|
|
150
|
+
'fabric.linking.video': 'wideo',
|
|
151
|
+
'fabric.linking.view': 'Wyświetl',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'Mamy problemy z załadowaniem Twojego pliku.',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Twoja przeglądarka nie obsługuje WebGL. Użyj przeglądarki z włączoną obsługą WebGL, aby dodawać adnotacje do obrazów',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'Nie można załadować tego elementu pliku zip do podglądu',
|
|
155
|
+
'fabric.linking.zoom_in': 'powiększ',
|
|
156
|
+
'fabric.linking.zoom_out': 'pomniejsz'
|
|
35
157
|
};
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': 'Não é possível conectar; tente de novo',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'Não é possível encontrar o link',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Conectar para visualizar',
|
|
11
|
+
'fabric.linking.join_to_view': 'Entre em {context} para ver esse item',
|
|
13
12
|
'fabric.linking.create_on': 'Criação: {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Criado por {context}',
|
|
15
14
|
'fabric.linking.delete': 'Excluir',
|
|
16
15
|
'fabric.linking.edit': 'Editar',
|
|
17
16
|
'fabric.linking.forbidden_access': 'O acesso é proibido',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Link restrito; tente outra conta',
|
|
19
18
|
'fabric.linking.modified_on': 'Atualizado em {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'A solicitação de acesso está pendente',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Bloqueador',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Leve',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Indefinida',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Solicite acesso a {context} para ver esse item',
|
|
33
32
|
'fabric.linking.request_denied': 'A solicitação de acesso foi negada',
|
|
34
|
-
'fabric.linking.updated_by': 'Modificado por {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Contas',
|
|
35
|
+
'fabric.linking.actions': 'Ações',
|
|
36
|
+
'fabric.linking.add_account': 'Adicionar conta',
|
|
37
|
+
'fabric.linking.annotate': 'Anotar',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Fechar mesmo assim',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'Você tem algumas alterações não salvas. Você quer mesmo sair?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Alterações não salvas',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Seta',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Desfoque',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Pincel',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Cor',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Espessura de borda',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Formato',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Texto',
|
|
48
|
+
'fabric.linking.archive': 'arquivar',
|
|
49
|
+
'fabric.linking.audio': 'áudio',
|
|
50
|
+
'fabric.linking.cancel': 'Cancelar',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'Não é possível visualizar este tipo de arquivo.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Ops! Não foi possível encontrar nenhum arquivo',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': 'Ops! Não foi possível encontrar nenhum GIF',
|
|
54
|
+
'fabric.linking.change_view': 'Alterar visualização',
|
|
55
|
+
'fabric.linking.check_your_network': 'Verifique sua conexão de rede',
|
|
56
|
+
'fabric.linking.click_to_join': 'Entrar no {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': 'Você foi aprovado, então já pode entrar no {context}.',
|
|
58
|
+
'fabric.linking.close': 'Fechar',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Tente fechar o arquivo e abri-lo novamente',
|
|
60
|
+
'fabric.linking.connect_account_description': 'Abriremos uma nova página para ajudar você a conectar sua conta do {name}',
|
|
61
|
+
'fabric.linking.connect_link_account': 'Conectar para visualizar',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Conectar',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'Para ver uma prévia desse link, conecte a conta {context}.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Conectar a conta do {context}',
|
|
65
|
+
'fabric.linking.connect_to': 'Conectar-se ao {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'Ops! Não foi possível carregar o editor',
|
|
67
|
+
'fabric.linking.could_not_save_image': 'Ops! Não foi possível salvar a imagem',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Não é possível exibir arquivos criptografados ou protegidos por senha.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': 'Não foi possível gerar uma visualização para este arquivo.',
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'Não foi possível carregar o arquivo.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': 'Não foi possível carregar esse link por um motivo desconhecido.',
|
|
72
|
+
'fabric.linking.creating_preview': 'Criando visualização...',
|
|
73
|
+
'fabric.linking.default_avatars': 'Avatares padrão',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'desativar tela cheia',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Exibir miniatura',
|
|
76
|
+
'fabric.linking.document': 'documento',
|
|
77
|
+
'fabric.linking.download': 'Baixar',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Arraste e solte suas imagens aqui',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Arraste e solte seus arquivos em qualquer lugar ou',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Arraste e solte arquivos e pastas em qualquer lugar ou',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Solte seus arquivos para carregá-los',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Solte seus arquivos aqui',
|
|
83
|
+
'fabric.linking.email': 'e-mail',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'ativar tela cheia',
|
|
85
|
+
'fabric.linking.error_429': 'Erro 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Erro ao gerar pré-visualização',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'Se o problema persistir, entre em contato com o suporte.',
|
|
88
|
+
'fabric.linking.error_hint_retry': 'Tente outra vez.',
|
|
89
|
+
'fabric.linking.error_loading_file': 'Erro ao carregar arquivo',
|
|
90
|
+
'fabric.linking.failed_to_load': 'Falha ao carregar',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Falha ao carregar',
|
|
92
|
+
'fabric.linking.forbidden_description': 'Você não tem acesso a essa visualização. Entre em contato com o administrador do site se precisar de acesso.',
|
|
93
|
+
'fabric.linking.give_feedback': 'Enviar feedback',
|
|
94
|
+
'fabric.linking.image': 'imagem',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': 'Não foi possível carregar a imagem. O formato é inválido.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': 'A imagem é muito grande. Ela não pode ter mais de {MAX_SIZE_MB} MB',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': 'Não foi possível carregar a imagem. O URL é inválido.',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {Inserir {0} arquivo} other {Inserir {0} arquivos}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Link restrito',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': 'Você precisa solicitar o acesso ou tentar usar outra conta para poder visualizar.',
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'O item selecionado não foi encontrado na lista.',
|
|
102
|
+
'fabric.linking.learn_more': 'Saiba mais',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'Carregar mais GIFs',
|
|
104
|
+
'fabric.linking.loading': 'Carregando...',
|
|
105
|
+
'fabric.linking.loading_file': 'Carregando arquivo...',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'Deve ser algo temporário.',
|
|
107
|
+
'fabric.linking.no_gifs_found': 'Alô? Era isso que você estava procurando?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'Não encontramos nenhum resultado para "{query}"',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'Nenhum artefato de PDF foi encontrado para este arquivo.',
|
|
110
|
+
'fabric.linking.not_found_description': 'Não foi possível encontrar o link. Verifique a URL e tente editar ou colar de novo.',
|
|
111
|
+
'fabric.linking.not_found_title': 'Ah, não! Não foi possível encontrar o link.',
|
|
112
|
+
'fabric.linking.or': 'ou',
|
|
113
|
+
'fabric.linking.pause': 'Pausar',
|
|
114
|
+
'fabric.linking.play': 'Reproduzir',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Padrão',
|
|
116
|
+
'fabric.linking.playback_speed': 'Velocidade de reprodução',
|
|
117
|
+
'fabric.linking.preview': 'Pré-visualizar',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Pré-visualização indisponível no momento',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Visualização indisponível',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Arquivos carregados recentemente',
|
|
121
|
+
'fabric.linking.remove_image': 'Remover imagem',
|
|
122
|
+
'fabric.linking.request_access': 'Solicitar acesso',
|
|
123
|
+
'fabric.linking.request_access_description': 'Solicitar acesso a {context} para ver esta visualização.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Acesso pendente',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'Sua solicitação de acesso está pendente.',
|
|
126
|
+
'fabric.linking.request_denied_description': 'Sua solicitação de acesso foi negada. Se ainda precisar de acesso, entre em contato com o administrador do site.',
|
|
127
|
+
'fabric.linking.retry': 'Tentar novamente',
|
|
128
|
+
'fabric.linking.save': 'Salvar',
|
|
129
|
+
'fabric.linking.search': 'pesquisar',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'Pesquise todos os GIFs!',
|
|
131
|
+
'fabric.linking.share_files_instantly': 'Compartilharemos os arquivos instantaneamente',
|
|
132
|
+
'fabric.linking.skip_backward': 'Voltar 10 segundos',
|
|
133
|
+
'fabric.linking.skip_forward': 'Avançar 10 segundos',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Algo deu errado.',
|
|
135
|
+
'fabric.linking.srclink': 'Visualizar em',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'Ver o original',
|
|
137
|
+
'fabric.linking.text': 'texto',
|
|
138
|
+
'fabric.linking.try_again': 'Tentar novamente',
|
|
139
|
+
'fabric.linking.try_another_account': 'Experimente uma outra conta',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Tente baixar o arquivo para visualizá-lo.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'Você não pode fazer anotações nesta imagem',
|
|
142
|
+
'fabric.linking.unknown': 'desconhecido',
|
|
143
|
+
'fabric.linking.unlink_account': 'Desvincular conta',
|
|
144
|
+
'fabric.linking.upload': 'Carregar',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Carregar um avatar',
|
|
146
|
+
'fabric.linking.upload_file': 'Carregar um arquivo',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Carregar um arquivo do {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Carregar imagem',
|
|
149
|
+
'fabric.linking.upload_photo': 'Carregar uma foto',
|
|
150
|
+
'fabric.linking.video': 'vídeo',
|
|
151
|
+
'fabric.linking.view': 'Visualizar',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'Estamos com dificuldade para carregar este arquivo',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Seu navegador não é compatível com WebGL. Use um navegador compatível com WebGL para fazer anotações em imagens.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'Não foi possível carregar esse item de arquivo ZIP para visualizar',
|
|
155
|
+
'fabric.linking.zoom_in': 'mais zoom',
|
|
156
|
+
'fabric.linking.zoom_out': 'menos zoom'
|
|
35
157
|
};
|