@atlaskit/afm-i18n-platform-media-media-ui 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.js +131 -0
- package/dist/cjs/i18n/cs.js +176 -0
- package/dist/cjs/i18n/da.js +176 -0
- package/dist/cjs/i18n/de.js +176 -0
- package/dist/cjs/i18n/en.js +176 -0
- package/dist/cjs/i18n/en_GB.js +176 -0
- package/dist/cjs/i18n/en_ZZ.js +176 -0
- package/dist/cjs/i18n/es.js +176 -0
- package/dist/cjs/i18n/fi.js +176 -0
- package/dist/cjs/i18n/fr.js +176 -0
- package/dist/cjs/i18n/hr.js +171 -0
- package/dist/cjs/i18n/hu.js +176 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +176 -0
- package/dist/cjs/i18n/ja.js +176 -0
- package/dist/cjs/i18n/ko.js +176 -0
- package/dist/cjs/i18n/nb.js +176 -0
- package/dist/cjs/i18n/nl.js +176 -0
- package/dist/cjs/i18n/pl.js +176 -0
- package/dist/cjs/i18n/pt_BR.js +176 -0
- package/dist/cjs/i18n/ru.js +176 -0
- package/dist/cjs/i18n/sl.js +162 -0
- package/dist/cjs/i18n/sr_RS.js +171 -0
- package/dist/cjs/i18n/sr_YR.js +171 -0
- package/dist/cjs/i18n/sv.js +176 -0
- package/dist/cjs/i18n/th.js +176 -0
- package/dist/cjs/i18n/tr.js +176 -0
- package/dist/cjs/i18n/uk.js +176 -0
- package/dist/cjs/i18n/vi.js +176 -0
- package/dist/cjs/i18n/zh.js +176 -0
- package/dist/cjs/i18n/zh_TW.js +176 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +173 -0
- package/dist/esm/i18n/cs.js +174 -0
- package/dist/esm/i18n/da.d.ts +173 -0
- package/dist/esm/i18n/da.js +174 -0
- package/dist/esm/i18n/de.d.ts +173 -0
- package/dist/esm/i18n/de.js +174 -0
- package/dist/esm/i18n/en.d.ts +173 -0
- package/dist/esm/i18n/en.js +174 -0
- package/dist/esm/i18n/en_GB.d.ts +173 -0
- package/dist/esm/i18n/en_GB.js +174 -0
- package/dist/esm/i18n/en_ZZ.d.ts +173 -0
- package/dist/esm/i18n/en_ZZ.js +174 -0
- package/dist/esm/i18n/es.d.ts +173 -0
- package/dist/esm/i18n/es.js +174 -0
- package/dist/esm/i18n/fi.d.ts +173 -0
- package/dist/esm/i18n/fi.js +174 -0
- package/dist/esm/i18n/fr.d.ts +173 -0
- package/dist/esm/i18n/fr.js +174 -0
- package/dist/esm/i18n/hr.d.ts +168 -0
- package/dist/esm/i18n/hr.js +169 -0
- package/dist/esm/i18n/hu.d.ts +173 -0
- package/dist/esm/i18n/hu.js +174 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +173 -0
- package/dist/esm/i18n/it.js +174 -0
- package/dist/esm/i18n/ja.d.ts +173 -0
- package/dist/esm/i18n/ja.js +174 -0
- package/dist/esm/i18n/ko.d.ts +173 -0
- package/dist/esm/i18n/ko.js +174 -0
- package/dist/esm/i18n/nb.d.ts +173 -0
- package/dist/esm/i18n/nb.js +174 -0
- package/dist/esm/i18n/nl.d.ts +173 -0
- package/dist/esm/i18n/nl.js +174 -0
- package/dist/esm/i18n/pl.d.ts +173 -0
- package/dist/esm/i18n/pl.js +174 -0
- package/dist/esm/i18n/pt_BR.d.ts +173 -0
- package/dist/esm/i18n/pt_BR.js +174 -0
- package/dist/esm/i18n/ru.d.ts +173 -0
- package/dist/esm/i18n/ru.js +174 -0
- package/dist/esm/i18n/sl.d.ts +159 -0
- package/dist/esm/i18n/sl.js +160 -0
- package/dist/esm/i18n/sr_RS.d.ts +168 -0
- package/dist/esm/i18n/sr_RS.js +169 -0
- package/dist/esm/i18n/sr_YR.d.ts +168 -0
- package/dist/esm/i18n/sr_YR.js +169 -0
- package/dist/esm/i18n/sv.d.ts +173 -0
- package/dist/esm/i18n/sv.js +174 -0
- package/dist/esm/i18n/th.d.ts +173 -0
- package/dist/esm/i18n/th.js +174 -0
- package/dist/esm/i18n/tr.d.ts +173 -0
- package/dist/esm/i18n/tr.js +174 -0
- package/dist/esm/i18n/uk.d.ts +173 -0
- package/dist/esm/i18n/uk.js +174 -0
- package/dist/esm/i18n/vi.d.ts +173 -0
- package/dist/esm/i18n/vi.js +174 -0
- package/dist/esm/i18n/zh.d.ts +173 -0
- package/dist/esm/i18n/zh.js +174 -0
- package/dist/esm/i18n/zh_TW.d.ts +173 -0
- package/dist/esm/i18n/zh_TW.js +174 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +173 -0
- package/dist/types/i18n/da.d.ts +173 -0
- package/dist/types/i18n/de.d.ts +173 -0
- package/dist/types/i18n/en.d.ts +173 -0
- package/dist/types/i18n/en_GB.d.ts +173 -0
- package/dist/types/i18n/en_ZZ.d.ts +173 -0
- package/dist/types/i18n/es.d.ts +173 -0
- package/dist/types/i18n/fi.d.ts +173 -0
- package/dist/types/i18n/fr.d.ts +173 -0
- package/dist/types/i18n/hr.d.ts +168 -0
- package/dist/types/i18n/hu.d.ts +173 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +173 -0
- package/dist/types/i18n/ja.d.ts +173 -0
- package/dist/types/i18n/ko.d.ts +173 -0
- package/dist/types/i18n/nb.d.ts +173 -0
- package/dist/types/i18n/nl.d.ts +173 -0
- package/dist/types/i18n/pl.d.ts +173 -0
- package/dist/types/i18n/pt_BR.d.ts +173 -0
- package/dist/types/i18n/ru.d.ts +173 -0
- package/dist/types/i18n/sl.d.ts +159 -0
- package/dist/types/i18n/sr_RS.d.ts +168 -0
- package/dist/types/i18n/sr_YR.d.ts +168 -0
- package/dist/types/i18n/sv.d.ts +173 -0
- package/dist/types/i18n/th.d.ts +173 -0
- package/dist/types/i18n/tr.d.ts +173 -0
- package/dist/types/i18n/uk.d.ts +173 -0
- package/dist/types/i18n/vi.d.ts +173 -0
- package/dist/types/i18n/zh.d.ts +173 -0
- package/dist/types/i18n/zh_TW.d.ts +173 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +189 -0
- package/i18n/da.ts +187 -0
- package/i18n/de.ts +194 -0
- package/i18n/en.ts +184 -0
- package/i18n/en_GB.ts +184 -0
- package/i18n/en_ZZ.ts +199 -0
- package/i18n/es.ts +189 -0
- package/i18n/fi.ts +188 -0
- package/i18n/fr.ts +191 -0
- package/i18n/hr.ts +181 -0
- package/i18n/hu.ts +189 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +188 -0
- package/i18n/ja.ts +188 -0
- package/i18n/ko.ts +184 -0
- package/i18n/nb.ts +188 -0
- package/i18n/nl.ts +191 -0
- package/i18n/pl.ts +187 -0
- package/i18n/pt_BR.ts +188 -0
- package/i18n/ru.ts +187 -0
- package/i18n/sl.ts +173 -0
- package/i18n/sr_RS.ts +181 -0
- package/i18n/sr_YR.ts +180 -0
- package/i18n/sv.ts +187 -0
- package/i18n/th.ts +186 -0
- package/i18n/tr.ts +190 -0
- package/i18n/uk.ts +190 -0
- package/i18n/vi.ts +187 -0
- package/i18n/zh.ts +177 -0
- package/i18n/zh_TW.ts +177 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Norwegian (Bokmål)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'fabric.media.abuse_modal_body': 'Av sikkerhetsmessige årsaker skanner systemet vårt automatisk alle opplastede filer. Filen du er i ferd med å laste ned, kan inneholde skadelig innhold',
|
|
13
|
+
'fabric.media.abuse_modal_submit': 'Fortsett å laste ned',
|
|
14
|
+
'fabric.media.abuse_modal_title': 'Advarsel',
|
|
15
|
+
'fabric.media.accounts': 'Kontoer',
|
|
16
|
+
'fabric.media.actions': 'Tiltak',
|
|
17
|
+
'fabric.media.add_account': 'Legg til en konto',
|
|
18
|
+
'fabric.media.add_captions': 'Legg til undertekster',
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Hvordan vil du beskrive det valgte bildet til noen med nedsatt syn?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alternativ tekst',
|
|
21
|
+
'fabric.media.annotate': 'Kommenter',
|
|
22
|
+
'fabric.media.annotate.confirmation.close.anyway': 'Lukk likevel',
|
|
23
|
+
'fabric.media.annotate.confirmation.content': 'Du har noen ulagrede endringer. Er du sikker på at du vil forlate siden?',
|
|
24
|
+
'fabric.media.annotate.confirmation.heading': 'Ulagrede endringer',
|
|
25
|
+
'fabric.media.annotate.tool.arrow': 'Pil',
|
|
26
|
+
'fabric.media.annotate.tool.blur': 'Uskarphet',
|
|
27
|
+
'fabric.media.annotate.tool.brush': 'Børste',
|
|
28
|
+
'fabric.media.annotate.tool.color': 'Farge',
|
|
29
|
+
'fabric.media.annotate.tool.line.thickness': 'Linjetykkelse',
|
|
30
|
+
'fabric.media.annotate.tool.shape': 'Form',
|
|
31
|
+
'fabric.media.annotate.tool.text': 'Tekst',
|
|
32
|
+
'fabric.media.archive': 'arkiver',
|
|
33
|
+
'fabric.media.audio': 'lyd',
|
|
34
|
+
'fabric.media.avatar_picker_back_btn_label': 'Gå tilbake',
|
|
35
|
+
'fabric.media.cancel': 'Avbryt',
|
|
36
|
+
'fabric.media.cant_preview_file_type': 'Vi kan ikke forhåndsvise denne filtypen.',
|
|
37
|
+
'fabric.media.cant_retrieve_files': 'Uff da! Vi kunne ikke hente noen filer',
|
|
38
|
+
'fabric.media.cant_retrieve_gifs': 'Beklager. Vi kunne ikke hente noen GIF-bilder',
|
|
39
|
+
'fabric.media.change_view': 'Endre visning',
|
|
40
|
+
'fabric.media.check_your_network': 'Kontroller nettverksforbindelsen',
|
|
41
|
+
'fabric.media.click_to_join': 'Bli med i {context}',
|
|
42
|
+
'fabric.media.click_to_join_description': 'Du er blitt godkjent, så du kan bli med i {context} med én gang.',
|
|
43
|
+
'fabric.media.close': 'Lukk',
|
|
44
|
+
'fabric.media.close_and_reopen': 'Prøv å lukke denne filen og åpne den på nytt.',
|
|
45
|
+
'fabric.media.connect_account_description': 'Vi vil åpne en ny side for å hjelpe deg med å koble til {name}-kontoen din',
|
|
46
|
+
'fabric.media.connect_link_account': 'Koble til for forhåndsvisning',
|
|
47
|
+
'fabric.media.connect_link_account_card_view': 'Koble til',
|
|
48
|
+
'fabric.media.connect_link_account_card_view_description': 'For en forhåndsvisning av denne koblingen kobler du til {context}-kontoen din.',
|
|
49
|
+
'fabric.media.connect_link_account_card_view_name': 'Koble til {context}-kontoen din',
|
|
50
|
+
'fabric.media.connect_to': 'Koble til {name}',
|
|
51
|
+
'fabric.media.could_not_load_editor': 'Beklager. Vi kunne ikke laste opp redigeringsprogrammet',
|
|
52
|
+
'fabric.media.could_not_save_image': 'Beklager. Vi kunne ikke lagre bildet',
|
|
53
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview': 'Vi kan ikke forhåndsvise krypterte eller passordbeskyttede filer.',
|
|
54
|
+
'fabric.media.couldnt_generate_preview': 'Vi kan ikke forhåndsvise denne filen.',
|
|
55
|
+
'fabric.media.couldnt_load_file': 'Vi kan ikke laste inn filen.',
|
|
56
|
+
'fabric.media.couldnt_load_link': 'Vi kan ikke laste inn denne koblingen av ukjent grunn.',
|
|
57
|
+
'fabric.media.creating_preview': 'Oppretter forhåndsvisning …',
|
|
58
|
+
'fabric.media.default_avatars': 'Standardavatarer',
|
|
59
|
+
'fabric.media.delete': 'Slett',
|
|
60
|
+
'fabric.media.disable_fullscreen': 'deaktiver fullskjerm',
|
|
61
|
+
'fabric.media.display_thumbnail': 'Vis miniatyrbilde',
|
|
62
|
+
'fabric.media.document': 'dokument',
|
|
63
|
+
'fabric.media.download': 'Last ned',
|
|
64
|
+
'fabric.media.download_disabled_security_policy': 'Organisasjonens sikkerhetsretningslinjer blokkerer nedlasting.',
|
|
65
|
+
'fabric.media.drag_and_drop_images_here': 'Dra og slipp bildene her',
|
|
66
|
+
'fabric.media.drag_and_drop_your_files': 'Dra og slipp filene dine hvor som helst eller',
|
|
67
|
+
'fabric.media.drag_and_drop_your_files_and_folders': 'Dra og slipp filer og mapper hvor som helst eller',
|
|
68
|
+
'fabric.media.drop_your_files': 'Slipp filer for å laste dem opp',
|
|
69
|
+
'fabric.media.drop_your_files_here': 'Slipp bildene her',
|
|
70
|
+
'fabric.media.email': 'E-post',
|
|
71
|
+
'fabric.media.enable_fullscreen': 'aktiver fullskjerm',
|
|
72
|
+
'fabric.media.enter_password': 'Oppgi passord',
|
|
73
|
+
'fabric.media.error': 'Feil',
|
|
74
|
+
'fabric.media.error_429': 'Feil 429',
|
|
75
|
+
'fabric.media.error_generating_preview': 'Feil ved generering av forhåndsvisning',
|
|
76
|
+
'fabric.media.error_hint_critical': 'Kontakt brukerstøtte hvis problemet ikke forsvinner.',
|
|
77
|
+
'fabric.media.error_hint_retry': 'Vent litt, så prøver vi igjen.',
|
|
78
|
+
'fabric.media.error_loading_file': 'Feil ved lasting av feil',
|
|
79
|
+
'fabric.media.failed_to_load': 'Kunne ikke lastes inn',
|
|
80
|
+
'fabric.media.failed_to_upload': 'Kan ikke laste opp',
|
|
81
|
+
'fabric.media.file.display_options': 'Visningsalternativer',
|
|
82
|
+
'fabric.media.file_is_selected': 'Filen {name} er valgt',
|
|
83
|
+
'fabric.media.forbidden_description': 'Du har ikke tilgang til denne forhåndsvisningen. Ta kontakt med nettstedets administrator hvis du trenger tilgang.',
|
|
84
|
+
'fabric.media.give_feedback': 'Gi en tilbakemelding',
|
|
85
|
+
'fabric.media.image': 'bilde',
|
|
86
|
+
'fabric.media.image_format_invalid_error': 'Bildet har feil format. Det kan derfor ikke lastes inn.',
|
|
87
|
+
'fabric.media.image_size_too_large_error': 'Bildet er for stort. Det kan ikke være større enn {MAX_SIZE_MB}MB',
|
|
88
|
+
'fabric.media.image_url_invalid_error': 'Nettadressen er feil. Bildet kan derfor ikke lastes inn.',
|
|
89
|
+
'fabric.media.incorrect_password': 'Feil passord. Prøv på nytt.',
|
|
90
|
+
'fabric.media.insert_files': '{0, plural, one {Legg inn {0} fil} other {Legg inn {0} filer}}',
|
|
91
|
+
'fabric.media.invalid_permissions': 'Begrenset kobling',
|
|
92
|
+
'fabric.media.invalid_permissions_description': 'Du må be om tilgang eller prøve en annen konto for kunne se denne forhåndsvisningen.',
|
|
93
|
+
'fabric.media.item_not_found_in_list': 'Det valgte elementet ble ikke funnet på listen.',
|
|
94
|
+
'fabric.media.learn_more': 'Les mer',
|
|
95
|
+
'fabric.media.load_more_gifs': 'Last opp flere GIF-bilder',
|
|
96
|
+
'fabric.media.loading': 'Laster …',
|
|
97
|
+
'fabric.media.loading_file': 'Laster inn filen …',
|
|
98
|
+
'fabric.media.manage_captions': 'Administrer undertekster',
|
|
99
|
+
'fabric.media.might_be_a_hiccup': 'Det kan være et midlertidig problem.',
|
|
100
|
+
'fabric.media.no_gifs_found': 'Hei! Var det meg du lette etter?',
|
|
101
|
+
'fabric.media.no_gifs_found_suggestion': 'Vi kunne ikke finne noe for «{query}»',
|
|
102
|
+
'fabric.media.no_pdf_artifacts': 'Kunne ikke finne noen PDF-artefakter for denne filen.',
|
|
103
|
+
'fabric.media.not_found_description': 'Vi finner ikke koblingen. Sjekk URL-en og prøv å redigere den, eller lim inn på nytt.',
|
|
104
|
+
'fabric.media.not_found_title': 'Oi sann. VI finner ikke denne koblingen.',
|
|
105
|
+
'fabric.media.open_file_in_viewer': 'Åpne {name}',
|
|
106
|
+
'fabric.media.or': 'eller',
|
|
107
|
+
'fabric.media.or_select_default_avatars': 'Last opp et bilde eller velg blant noen standardalternativer',
|
|
108
|
+
'fabric.media.password': 'Passord',
|
|
109
|
+
'fabric.media.password_protected_pdf': 'Denne filen er passordbeskyttet.',
|
|
110
|
+
'fabric.media.pause': 'Sett på pause',
|
|
111
|
+
'fabric.media.play': 'Spill av',
|
|
112
|
+
'fabric.media.playback_default_speed': 'Standard',
|
|
113
|
+
'fabric.media.playback_speed': 'Avspillingshastighet',
|
|
114
|
+
'fabric.media.preview': 'Forhåndsvisning',
|
|
115
|
+
'fabric.media.preview_unavailable': 'Forhåndsvisning er ikke tilgjengelig',
|
|
116
|
+
'fabric.media.recent_uploads': 'Nylige opplastinger',
|
|
117
|
+
'fabric.media.remove_image': 'Fjern bilde',
|
|
118
|
+
'fabric.media.request_access': 'Be om tilgang',
|
|
119
|
+
'fabric.media.request_access_description': 'Be om tilgang til {context} for å se denne forhåndsvisningen.',
|
|
120
|
+
'fabric.media.request_access_pending': 'Venter på tilgang',
|
|
121
|
+
'fabric.media.request_access_pending_description': 'Avventer svar på forespørsel om tilgang',
|
|
122
|
+
'fabric.media.request_denied_description': 'Forespørselen din om tilgang ble avslått. Kontakt administratoren for nettstedet for å be om tilgang.',
|
|
123
|
+
'fabric.media.retry': 'Prøv igjen',
|
|
124
|
+
'fabric.media.save': 'Lagre',
|
|
125
|
+
'fabric.media.search': 'søk',
|
|
126
|
+
'fabric.media.search_all_gifs': 'Søk i alle GIF-ene',
|
|
127
|
+
'fabric.media.select_an_avatar': 'Velg standardavatar',
|
|
128
|
+
'fabric.media.select_an_avatar_from_all_defaults': 'Velg blant alle standardalternativer',
|
|
129
|
+
'fabric.media.share_files_instantly': 'Vi deler dem med det samme',
|
|
130
|
+
'fabric.media.show_more_avatars_btn_label': 'Vis mer',
|
|
131
|
+
'fabric.media.size_options': 'Størrelsesalternativer',
|
|
132
|
+
'fabric.media.skip_backward': '10 sekunder bakover',
|
|
133
|
+
'fabric.media.skip_forward': '10 sekunder fremover',
|
|
134
|
+
'fabric.media.something_went_wrong': 'Det oppsto en feil.',
|
|
135
|
+
'fabric.media.srclink': 'Se i',
|
|
136
|
+
'fabric.media.srclinkunknown': 'Vis original',
|
|
137
|
+
'fabric.media.submit': 'Send inn',
|
|
138
|
+
'fabric.media.success': 'Vellykket',
|
|
139
|
+
'fabric.media.text': 'tekst',
|
|
140
|
+
'fabric.media.try_again': 'Prøv på nytt',
|
|
141
|
+
'fabric.media.try_another_account': 'Prøv en annen konto',
|
|
142
|
+
'fabric.media.try_downloading_file': 'Prøv å laste ned filen for å vise den.',
|
|
143
|
+
'fabric.media.unable_to_annotate_image': 'Du kan ikke kommentere dette bildet',
|
|
144
|
+
'fabric.media.unknown': 'ukjent',
|
|
145
|
+
'fabric.media.unlink_account': 'Fjern kobling fra konto',
|
|
146
|
+
'fabric.media.upload': 'Last opp',
|
|
147
|
+
'fabric.media.upload_an_avatar': 'Last opp en avatar',
|
|
148
|
+
'fabric.media.upload_file': 'Last opp en fil',
|
|
149
|
+
'fabric.media.upload_file_from': 'Last opp en fil fra {name}',
|
|
150
|
+
'fabric.media.upload_photo': 'Last opp et bilde',
|
|
151
|
+
'fabric.media.video': 'video',
|
|
152
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Bekreft at du ønsker å slette denne underteksten.',
|
|
153
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Slett undertekst',
|
|
154
|
+
'fabric.media.video_captions_delete_error_description': 'Kan ikke slette underteksten.',
|
|
155
|
+
'fabric.media.video_captions_delete_success_description': 'Underteksten er fjernet fra denne videoen.',
|
|
156
|
+
'fabric.media.video_captions_enable': 'Undertekster',
|
|
157
|
+
'fabric.media.video_captions_select_captions': 'Velg undertekster',
|
|
158
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Last opp undertekster',
|
|
159
|
+
'fabric.media.video_captions_upload_captions_form_language_picker': 'Velg filspråk',
|
|
160
|
+
'fabric.media.video_captions_upload_error_description': 'Kan ikke laste opp underteksten.',
|
|
161
|
+
'fabric.media.video_captions_upload_success_description': 'Underteksten er lastet opp til denne videoen.',
|
|
162
|
+
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} av {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
163
|
+
'fabric.media.video_seeker_label_assistive_text': 'Glidebryter for fremdrift',
|
|
164
|
+
'fabric.media.view': 'Vis',
|
|
165
|
+
'fabric.media.viewer_rateLimited': 'Vi har problemer med å laste inn filen din.',
|
|
166
|
+
'fabric.media.volume_level': 'demp',
|
|
167
|
+
'fabric.media.webgl_warning_description': 'Nettleserdin støtter ikke WebGL. Bruk en WebGL-aktivert nettleser til å kommentere bilder.',
|
|
168
|
+
'fabric.media.zip_entry_load_failed': 'Vi kunne ikke laste zip-filelementet for å forhåndsvise',
|
|
169
|
+
'fabric.media.zoom_in': 'Zoom inn',
|
|
170
|
+
'fabric.media.zoom_out': 'Zoom ut',
|
|
171
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.action': '{key, select, left {Du har flyttet bildet fra venstre til høyre. Bruk piltastene til å flytte og beskjære bildet} right {Du har flyttet bildet fra høyre til venstre. Bruk piltastene til å flytte og beskjære bildet} top {Du har flyttet bildet fra øverst til nederst. Bruk piltastene til å flytte og beskjære bildet} other {Du har flyttet bildet fra nederst til øverst. Bruk piltastene til å flytte og beskjære bildet}}',
|
|
172
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.label': 'Bilde som kan dras. Påse at skjermleseren ikke er i lesemodus. Bruk piltastene til å flytte og beskjære bildet.',
|
|
173
|
+
'media.media-avatar-picker.image-cropper.zoom_in': 'Forstørr',
|
|
174
|
+
'media.media-avatar-picker.image-cropper.zoom_out': 'Forminsk',
|
|
175
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': 'angi zoom',
|
|
176
|
+
};
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Dutch (Netherlands)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'fabric.media.abuse_modal_body': 'Voor je veiligheid scant ons systeem automatisch alle geüploade bestanden. Het bestand dat je gaat downloaden, bevat mogelijk schadelijke inhoud',
|
|
13
|
+
'fabric.media.abuse_modal_submit': 'Verder met downloaden',
|
|
14
|
+
'fabric.media.abuse_modal_title': 'Waarschuwing',
|
|
15
|
+
'fabric.media.accounts': 'Accounts',
|
|
16
|
+
'fabric.media.actions': 'Acties',
|
|
17
|
+
'fabric.media.add_account': 'Account toevoegen',
|
|
18
|
+
'fabric.media.add_captions': 'Bijschrift toevoegen',
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Hoe zou je de geselecteerde afbeelding beschrijven aan een slechtziend persoon?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alt-tekst',
|
|
21
|
+
'fabric.media.annotate': 'Aantekeningen maken',
|
|
22
|
+
'fabric.media.annotate.confirmation.close.anyway': 'Toch sluiten',
|
|
23
|
+
'fabric.media.annotate.confirmation.content': 'Je hebt wijzigingen die niet zijn opgeslagen. Weet je zeker dat je dit venster wilt sluiten?',
|
|
24
|
+
'fabric.media.annotate.confirmation.heading': 'Niet-opgeslagen wijzigingen',
|
|
25
|
+
'fabric.media.annotate.tool.arrow': 'Pijl',
|
|
26
|
+
'fabric.media.annotate.tool.blur': 'Vervagen',
|
|
27
|
+
'fabric.media.annotate.tool.brush': 'Kwast',
|
|
28
|
+
'fabric.media.annotate.tool.color': 'Kleur',
|
|
29
|
+
'fabric.media.annotate.tool.line.thickness': 'Lijndikte',
|
|
30
|
+
'fabric.media.annotate.tool.shape': 'Vorm',
|
|
31
|
+
'fabric.media.annotate.tool.text': 'Tekst',
|
|
32
|
+
'fabric.media.archive': 'archiveren',
|
|
33
|
+
'fabric.media.audio': 'audio',
|
|
34
|
+
'fabric.media.avatar_picker_back_btn_label': 'Terug',
|
|
35
|
+
'fabric.media.cancel': 'Annuleren',
|
|
36
|
+
'fabric.media.cant_preview_file_type': 'Dit bestandstype kunnen we niet voorvertonen.',
|
|
37
|
+
'fabric.media.cant_retrieve_files': 'Oei! We konden geen bestanden ophalen',
|
|
38
|
+
'fabric.media.cant_retrieve_gifs': "Oei! We konden geen GIF's vinden",
|
|
39
|
+
'fabric.media.change_view': 'Weergave wijzigen',
|
|
40
|
+
'fabric.media.check_your_network': 'Controleer je netwerkverbinding',
|
|
41
|
+
'fabric.media.click_to_join': 'Neem deel aan {context}',
|
|
42
|
+
'fabric.media.click_to_join_description': 'Je bent goedgekeurd, dus je kunt onmiddellijk deelnemen aan {context}.',
|
|
43
|
+
'fabric.media.close': 'Sluiten',
|
|
44
|
+
'fabric.media.close_and_reopen': 'Probeer dit bestand te sluiten en opnieuw te openen.',
|
|
45
|
+
'fabric.media.connect_account_description': 'We zullen een nieuwe pagina openen waarop je je {name}-account kunt verbinden',
|
|
46
|
+
'fabric.media.connect_link_account': 'Maak verbinding voor voorbeeld',
|
|
47
|
+
'fabric.media.connect_link_account_card_view': 'Koppelen',
|
|
48
|
+
'fabric.media.connect_link_account_card_view_description': 'Koppel je {context}-account om een voorbeeld van deze link weer te geven.',
|
|
49
|
+
'fabric.media.connect_link_account_card_view_name': 'Koppel je {context}-account',
|
|
50
|
+
'fabric.media.connect_to': 'Met {name} verbinden',
|
|
51
|
+
'fabric.media.could_not_load_editor': 'Oei! De editor kon niet geladen worden',
|
|
52
|
+
'fabric.media.could_not_save_image': 'Oei! De afbeelding kon niet opgeslagen worden',
|
|
53
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview': 'We kunnen geen voorbeeld weergeven van gecodeerde bestanden of bestanden die beveiligd zijn met een wachtwoord.',
|
|
54
|
+
'fabric.media.couldnt_generate_preview': 'Dit bestandstype kunnen we niet voorvertonen.',
|
|
55
|
+
'fabric.media.couldnt_load_file': 'We konden het bestand niet laden.',
|
|
56
|
+
'fabric.media.couldnt_load_link': 'Om een onbekende reden konden we deze link niet laden.',
|
|
57
|
+
'fabric.media.creating_preview': 'Voorbeeld aanmaken...',
|
|
58
|
+
'fabric.media.default_avatars': "Standaardavatar's",
|
|
59
|
+
'fabric.media.delete': 'Verwijderen',
|
|
60
|
+
'fabric.media.disable_fullscreen': 'volledig scherm uitschakelen',
|
|
61
|
+
'fabric.media.display_thumbnail': 'Thumbnail weergeven',
|
|
62
|
+
'fabric.media.document': 'document',
|
|
63
|
+
'fabric.media.download': 'Downloaden',
|
|
64
|
+
'fabric.media.download_disabled_security_policy': 'Downloaden wordt geblokkeerd door het beveiligingsbeleid van je organisatie.',
|
|
65
|
+
'fabric.media.drag_and_drop_images_here': 'Afbeelding hierheen slepen en neerzetten',
|
|
66
|
+
'fabric.media.drag_and_drop_your_files': 'Bestanden ergens naartoe slepen en neerzetten of',
|
|
67
|
+
'fabric.media.drag_and_drop_your_files_and_folders': 'Sleep de bestanden en mappen waar dan ook naartoe, of',
|
|
68
|
+
'fabric.media.drop_your_files': 'Zet hier je te uploaden bestanden neer',
|
|
69
|
+
'fabric.media.drop_your_files_here': 'Zet je bestanden hier neer.',
|
|
70
|
+
'fabric.media.email': 'E-mail',
|
|
71
|
+
'fabric.media.enable_fullscreen': 'volledig scherm inschakelen',
|
|
72
|
+
'fabric.media.enter_password': 'Voer wachtwoord in',
|
|
73
|
+
'fabric.media.error': 'Fout',
|
|
74
|
+
'fabric.media.error_429': 'Fout 429',
|
|
75
|
+
'fabric.media.error_generating_preview': 'Fout bij aanmaken van voorvertoning',
|
|
76
|
+
'fabric.media.error_hint_critical': 'Neem contact op met support als dit probleem zich blijft voordoen.',
|
|
77
|
+
'fabric.media.error_hint_retry': 'Probeer het opnieuw dan doen wij het ook.',
|
|
78
|
+
'fabric.media.error_loading_file': 'Fout bij laden van bestand',
|
|
79
|
+
'fabric.media.failed_to_load': 'Fout bij het laden',
|
|
80
|
+
'fabric.media.failed_to_upload': 'Kan niet worden geüpload',
|
|
81
|
+
'fabric.media.file.display_options': 'Weergave-opties',
|
|
82
|
+
'fabric.media.file_is_selected': 'Bestand {name} is geselecteerd',
|
|
83
|
+
'fabric.media.forbidden_description': 'Je hebt geen toegang tot deze voorvertoning. Neem contact op met de sitebeheerder als je toegang nodig hebt.',
|
|
84
|
+
'fabric.media.give_feedback': 'Feedback geven',
|
|
85
|
+
'fabric.media.image': 'afbeelding',
|
|
86
|
+
'fabric.media.image_format_invalid_error': 'De afbeelding kon niet geladen worden omdat het bestandsformaat ongeldig is.',
|
|
87
|
+
'fabric.media.image_size_too_large_error': 'Afbeelding is te groot, mag niet groter zijn dan {MAX_SIZE_MB} MB.',
|
|
88
|
+
'fabric.media.image_url_invalid_error': 'De afbeelding kon niet geladen worden omdat de URL ongeldig is.',
|
|
89
|
+
'fabric.media.incorrect_password': 'Onjuist wachtwoord. Probeer het opnieuw.',
|
|
90
|
+
'fabric.media.insert_files': '{0, plural, one {Voer {0} bestanden in} other {Voer {0} bestanden in}}',
|
|
91
|
+
'fabric.media.invalid_permissions': 'Afgeschermde link',
|
|
92
|
+
'fabric.media.invalid_permissions_description': 'Je moet om toegang vragen of een ander account proberen om deze voorvertoning te bekijken.',
|
|
93
|
+
'fabric.media.item_not_found_in_list': 'Het geselecteerde item is niet op de lijst gevonden.',
|
|
94
|
+
'fabric.media.learn_more': 'Meer informatie',
|
|
95
|
+
'fabric.media.load_more_gifs': "Meer GIF's laden",
|
|
96
|
+
'fabric.media.loading': 'Laden...',
|
|
97
|
+
'fabric.media.loading_file': 'Bestand laden ...',
|
|
98
|
+
'fabric.media.manage_captions': 'Bijschrift beheren',
|
|
99
|
+
'fabric.media.might_be_a_hiccup': 'Het kan even een tijdelijke kink in de kabel zijn.',
|
|
100
|
+
'fabric.media.no_gifs_found': 'Hallo? Was je naar mij op zoek?',
|
|
101
|
+
'fabric.media.no_gifs_found_suggestion': 'We konden niks vinden voor "{query}"',
|
|
102
|
+
'fabric.media.no_pdf_artifacts': 'Geen PDF-artefacten gevonden voor dit bestand.',
|
|
103
|
+
'fabric.media.not_found_description': 'We konden de link niet vinden. Controleer de URL en probeer nogmaals te bewerken of plakken.',
|
|
104
|
+
'fabric.media.not_found_title': 'Oh-oh. We kunnen deze link niet vinden.',
|
|
105
|
+
'fabric.media.open_file_in_viewer': '{name} openen',
|
|
106
|
+
'fabric.media.or': 'of',
|
|
107
|
+
'fabric.media.or_select_default_avatars': 'Upload een foto of selecteer een foto uit de standaardopties',
|
|
108
|
+
'fabric.media.password': 'Wachtwoord',
|
|
109
|
+
'fabric.media.password_protected_pdf': 'Dit bestand is beveiligd met een wachtwoord.',
|
|
110
|
+
'fabric.media.pause': 'Pauzeren',
|
|
111
|
+
'fabric.media.play': 'Afspelen',
|
|
112
|
+
'fabric.media.playback_default_speed': 'Standaard',
|
|
113
|
+
'fabric.media.playback_speed': 'Afspeelsnelheid',
|
|
114
|
+
'fabric.media.preview': 'Voorvertoning',
|
|
115
|
+
'fabric.media.preview_unavailable': 'Voorbeeld niet beschikbaar',
|
|
116
|
+
'fabric.media.recent_uploads': 'Recente uploads',
|
|
117
|
+
'fabric.media.remove_image': 'Afbeelding verwijderen',
|
|
118
|
+
'fabric.media.request_access': 'Toegang aanvragen',
|
|
119
|
+
'fabric.media.request_access_description': 'Vraag toegang aan tot {context} om deze voorvertoning te bekijken.',
|
|
120
|
+
'fabric.media.request_access_pending': 'Toegang wordt behandeld',
|
|
121
|
+
'fabric.media.request_access_pending_description': 'Je toegangsaanvraag wordt behandeld.',
|
|
122
|
+
'fabric.media.request_denied_description': 'Je toegangsaanvraag is afgewezen. Neem contact op met de sitebeheerder als je toegang nodig hebt.',
|
|
123
|
+
'fabric.media.retry': 'Probeer opnieuw',
|
|
124
|
+
'fabric.media.save': 'Opslaan',
|
|
125
|
+
'fabric.media.search': 'Zoeken',
|
|
126
|
+
'fabric.media.search_all_gifs': "Doorzoek alle GIF's!",
|
|
127
|
+
'fabric.media.select_an_avatar': 'Selecteer een standaardavatar',
|
|
128
|
+
'fabric.media.select_an_avatar_from_all_defaults': 'Selecteer uit alle standaardopties',
|
|
129
|
+
'fabric.media.share_files_instantly': 'We delen ze direct',
|
|
130
|
+
'fabric.media.show_more_avatars_btn_label': 'Meer tonen',
|
|
131
|
+
'fabric.media.size_options': 'Opties voor de grootte',
|
|
132
|
+
'fabric.media.skip_backward': '10 seconden terug',
|
|
133
|
+
'fabric.media.skip_forward': '10 seconden vooruit',
|
|
134
|
+
'fabric.media.something_went_wrong': 'Er is iets misgegaan.',
|
|
135
|
+
'fabric.media.srclink': 'Bekijken in',
|
|
136
|
+
'fabric.media.srclinkunknown': 'Bekijk Origineel',
|
|
137
|
+
'fabric.media.submit': 'Verzenden',
|
|
138
|
+
'fabric.media.success': 'Gelukt',
|
|
139
|
+
'fabric.media.text': 'Tekst',
|
|
140
|
+
'fabric.media.try_again': 'Opnieuw proberen',
|
|
141
|
+
'fabric.media.try_another_account': 'Gebruik een ander account',
|
|
142
|
+
'fabric.media.try_downloading_file': 'Probeer het bestand te downloaden om het te bekijken.',
|
|
143
|
+
'fabric.media.unable_to_annotate_image': 'Je kunt bij deze afbeelding geen aantekeningen maken',
|
|
144
|
+
'fabric.media.unknown': 'onbekend',
|
|
145
|
+
'fabric.media.unlink_account': 'Verbinding met account verwijderen',
|
|
146
|
+
'fabric.media.upload': 'Uploaden',
|
|
147
|
+
'fabric.media.upload_an_avatar': 'Een avatar uploaden',
|
|
148
|
+
'fabric.media.upload_file': 'Bestand uploaden',
|
|
149
|
+
'fabric.media.upload_file_from': 'Een bestand vanaf {name} uploaden',
|
|
150
|
+
'fabric.media.upload_photo': 'Een foto uploaden',
|
|
151
|
+
'fabric.media.video': 'video',
|
|
152
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Bevestig dat je dit bijschrift wilt verwijderen.',
|
|
153
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Bijschrift verwijderen',
|
|
154
|
+
'fabric.media.video_captions_delete_error_description': 'Het bijschrift kon niet verwijderd worden.',
|
|
155
|
+
'fabric.media.video_captions_delete_success_description': 'Het bijschrift is verwijderd uit deze video.',
|
|
156
|
+
'fabric.media.video_captions_enable': 'Afgesloten bijschriften',
|
|
157
|
+
'fabric.media.video_captions_select_captions': 'Bijschriften selecteren',
|
|
158
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Bijschriften uploaden',
|
|
159
|
+
'fabric.media.video_captions_upload_captions_form_language_picker': 'Selecteer de bestandstaal',
|
|
160
|
+
'fabric.media.video_captions_upload_error_description': 'Het bijschrift kon niet geüpload worden.',
|
|
161
|
+
'fabric.media.video_captions_upload_success_description': 'Het bijschrift is geüpload voor deze video.',
|
|
162
|
+
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} van {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
163
|
+
'fabric.media.video_seeker_label_assistive_text': 'Voortgangsbalk',
|
|
164
|
+
'fabric.media.view': 'Bekijken',
|
|
165
|
+
'fabric.media.viewer_rateLimited': 'We hebben problemen met het laden van je bestand.',
|
|
166
|
+
'fabric.media.volume_level': 'dempen',
|
|
167
|
+
'fabric.media.webgl_warning_description': 'Je browser ondersteunt geen WebGL. Gebruik een browser met WebGL-functie om aantekeningen te maken bij afbeeldingen.',
|
|
168
|
+
'fabric.media.zip_entry_load_failed': 'We konden dat zip-bestandsitem niet laden om voor te vertonen',
|
|
169
|
+
'fabric.media.zoom_in': 'inzoomen',
|
|
170
|
+
'fabric.media.zoom_out': 'uitzoomen',
|
|
171
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.action': '{key, select, left {Je hebt de afbeelding van links naar rechts verplaatst, gebruik de pijltjestoetsen om de afbeelding te verplaatsen en bij te snijden} right {Je hebt de afbeelding van rechts naar links verplaatst, gebruik de pijltjestoetsen om de afbeelding te verplaatsen en bij te snijden} top {Je hebt de afbeelding van boven naar beneden verplaatst, gebruik de pijltjestoetsen om de afbeelding te verplaatsen en bij te snijden} other {Je hebt de afbeelding van beneden naar boven verplaatst, gebruik de pijltjestoetsen om de afbeelding te verplaatsen en bij te snijden}}',
|
|
172
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.label': 'Sleepbare afbeelding, zorg ervoor dat je schermlezer niet in de bladermodus staat. Gebruik de pijltjestoetsen om de afbeelding te verplaatsen en bij te snijden',
|
|
173
|
+
'media.media-avatar-picker.image-cropper.zoom_in': 'Inzoomen',
|
|
174
|
+
'media.media-avatar-picker.image-cropper.zoom_out': 'Uitzoomen',
|
|
175
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': 'zoom instellen',
|
|
176
|
+
};
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Polish (Poland)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'fabric.media.abuse_modal_body': 'Ze względów bezpieczeństwa nasz system automatycznie skanuje wszystkie przekazywane pliki. Plik, który zamierzasz pobrać, może zawierać złośliwe treści.',
|
|
13
|
+
'fabric.media.abuse_modal_submit': 'Kontynuuj pobieranie',
|
|
14
|
+
'fabric.media.abuse_modal_title': 'Ostrzeżenie',
|
|
15
|
+
'fabric.media.accounts': 'Konta',
|
|
16
|
+
'fabric.media.actions': 'Akcje',
|
|
17
|
+
'fabric.media.add_account': 'Dodaj konto',
|
|
18
|
+
'fabric.media.add_captions': 'Dodaj podpisy',
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Jak można by opisać wybrany obraz osobie słabowidzącej?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Tekst alternatywny',
|
|
21
|
+
'fabric.media.annotate': 'Dodaj adnotację',
|
|
22
|
+
'fabric.media.annotate.confirmation.close.anyway': 'Zamknij mimo to',
|
|
23
|
+
'fabric.media.annotate.confirmation.content': 'Masz niezapisane zmiany. Czy na pewno chcesz wyjść?',
|
|
24
|
+
'fabric.media.annotate.confirmation.heading': 'Niezapisane zmiany',
|
|
25
|
+
'fabric.media.annotate.tool.arrow': 'Strzałka',
|
|
26
|
+
'fabric.media.annotate.tool.blur': 'Rozmycie',
|
|
27
|
+
'fabric.media.annotate.tool.brush': 'Pędzel',
|
|
28
|
+
'fabric.media.annotate.tool.color': 'Kolor',
|
|
29
|
+
'fabric.media.annotate.tool.line.thickness': 'Grubość linii',
|
|
30
|
+
'fabric.media.annotate.tool.shape': 'Kształt',
|
|
31
|
+
'fabric.media.annotate.tool.text': 'Tekst',
|
|
32
|
+
'fabric.media.archive': 'archiwizuj',
|
|
33
|
+
'fabric.media.audio': 'dźwięk',
|
|
34
|
+
'fabric.media.avatar_picker_back_btn_label': 'Wróć',
|
|
35
|
+
'fabric.media.cancel': 'Anuluj',
|
|
36
|
+
'fabric.media.cant_preview_file_type': 'Podgląd plików tego typu nie jest możliwy.',
|
|
37
|
+
'fabric.media.cant_retrieve_files': 'Ojej! Nie można pobrać żadnych plików',
|
|
38
|
+
'fabric.media.cant_retrieve_gifs': 'Ojej! Nie można pobrać żadnych plików GIF',
|
|
39
|
+
'fabric.media.change_view': 'Zmień widok',
|
|
40
|
+
'fabric.media.check_your_network': 'Sprawdź swoje połączenie sieciowe.',
|
|
41
|
+
'fabric.media.click_to_join': 'Zacznij korzystać z {context}',
|
|
42
|
+
'fabric.media.click_to_join_description': 'Uzyskano zatwierdzenie, więc możesz od razu dołączyć do {context}.',
|
|
43
|
+
'fabric.media.close': 'Zamknij',
|
|
44
|
+
'fabric.media.close_and_reopen': 'Spróbuj zamknąć plik i otworzyć go ponownie.',
|
|
45
|
+
'fabric.media.connect_account_description': 'Otworzymy nową stronę, aby pomóc Ci połączyć swoje konto {name}',
|
|
46
|
+
'fabric.media.connect_link_account': 'Połącz podgląd',
|
|
47
|
+
'fabric.media.connect_link_account_card_view': 'Połącz',
|
|
48
|
+
'fabric.media.connect_link_account_card_view_description': 'Aby wyświetlić podgląd tego łącza, połącz swoje konto {context}.',
|
|
49
|
+
'fabric.media.connect_link_account_card_view_name': 'Połącz konto {context}',
|
|
50
|
+
'fabric.media.connect_to': 'Połącz z {name}',
|
|
51
|
+
'fabric.media.could_not_load_editor': 'Oj! Nie można załadować edytora',
|
|
52
|
+
'fabric.media.could_not_save_image': 'Oj! Nie można zapisać obrazu',
|
|
53
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview': 'Nie można wyświetlać podglądu plików zaszyfrowanych lub chronionych hasłem.',
|
|
54
|
+
'fabric.media.couldnt_generate_preview': 'Nie można wygenerować podglądu tego pliku.',
|
|
55
|
+
'fabric.media.couldnt_load_file': 'Nie można załadować pliku.',
|
|
56
|
+
'fabric.media.couldnt_load_link': 'Z nieznanego powodu nie udało się wczytać tego łącza.',
|
|
57
|
+
'fabric.media.creating_preview': 'Tworzenie podglądu…',
|
|
58
|
+
'fabric.media.default_avatars': 'Domyślne awatary',
|
|
59
|
+
'fabric.media.delete': 'Usuń',
|
|
60
|
+
'fabric.media.disable_fullscreen': 'wyłącz tryb pełnoekranowy',
|
|
61
|
+
'fabric.media.display_thumbnail': 'Wyświetl miniaturę',
|
|
62
|
+
'fabric.media.document': 'dokument',
|
|
63
|
+
'fabric.media.download': 'Pobierz',
|
|
64
|
+
'fabric.media.download_disabled_security_policy': 'Pobieranie zostało zablokowane przy użyciu zasad bezpieczeństwa organizacji.',
|
|
65
|
+
'fabric.media.drag_and_drop_images_here': 'Przeciągnij i upuść obrazy tutaj',
|
|
66
|
+
'fabric.media.drag_and_drop_your_files': 'Przeciągnij i upuść pliki w dowolne miejsce lub',
|
|
67
|
+
'fabric.media.drag_and_drop_your_files_and_folders': 'Przeciągnij lub upuść pliki i foldery w dowolnym miejscu lub',
|
|
68
|
+
'fabric.media.drop_your_files': 'Upuść pliki, aby je przekazać',
|
|
69
|
+
'fabric.media.drop_your_files_here': 'Upuść pliki tutaj',
|
|
70
|
+
'fabric.media.email': 'Adres e-mail',
|
|
71
|
+
'fabric.media.enable_fullscreen': 'włącz tryb pełnoekranowy',
|
|
72
|
+
'fabric.media.enter_password': 'Wprowadź hasło',
|
|
73
|
+
'fabric.media.error': 'Błąd',
|
|
74
|
+
'fabric.media.error_429': 'Błąd 429',
|
|
75
|
+
'fabric.media.error_generating_preview': 'Błąd generowania podglądu',
|
|
76
|
+
'fabric.media.error_hint_critical': 'Jeśli problem nadal będzie występować, skontaktuj się ze wsparciem.',
|
|
77
|
+
'fabric.media.error_hint_retry': 'Spróbuj ponownie.',
|
|
78
|
+
'fabric.media.error_loading_file': 'Błąd ładowania pliku',
|
|
79
|
+
'fabric.media.failed_to_load': 'Niepowodzenie ładowania',
|
|
80
|
+
'fabric.media.failed_to_upload': 'Nie można przesłać',
|
|
81
|
+
'fabric.media.file.display_options': 'Opcje wyświetlania',
|
|
82
|
+
'fabric.media.file_is_selected': 'Wybrano plik {name}',
|
|
83
|
+
'fabric.media.forbidden_description': 'Nie masz dostępu do tego podglądu. Skontaktuj się z administratorem witryny, jeśli potrzebujesz dostępu.',
|
|
84
|
+
'fabric.media.give_feedback': 'Prześlij opinię',
|
|
85
|
+
'fabric.media.image': 'obraz',
|
|
86
|
+
'fabric.media.image_format_invalid_error': 'Nie można załadować obrazu. Format jest niepoprawny.',
|
|
87
|
+
'fabric.media.image_size_too_large_error': 'Obraz jest za duży, rozmiar nie może przekraczać {MAX_SIZE_MB} MB',
|
|
88
|
+
'fabric.media.image_url_invalid_error': 'Nie można załadować obrazu. Adres URL jest niepoprawny.',
|
|
89
|
+
'fabric.media.incorrect_password': 'Niepoprawne hasło. Spróbuj ponownie.',
|
|
90
|
+
'fabric.media.insert_files': '{0, plural, one {Wstaw {0} plik} few {Wstaw {0} pliki} many {Wstaw {0} plików} other {Wstaw {0} pliku}}',
|
|
91
|
+
'fabric.media.invalid_permissions': 'Łącze z ograniczeniami',
|
|
92
|
+
'fabric.media.invalid_permissions_description': 'Musisz poprosić o dostęp lub spróbować innego konta, aby zobaczyć ten podgląd.',
|
|
93
|
+
'fabric.media.item_not_found_in_list': 'Zaznaczony element nie został odnaleziony na liście.',
|
|
94
|
+
'fabric.media.learn_more': 'Dowiedz się więcej',
|
|
95
|
+
'fabric.media.load_more_gifs': 'Załaduj więcej plików GIF',
|
|
96
|
+
'fabric.media.loading': 'Wczytywanie...',
|
|
97
|
+
'fabric.media.loading_file': 'Ładowanie pliku…',
|
|
98
|
+
'fabric.media.manage_captions': 'Zarządzaj podpisami',
|
|
99
|
+
'fabric.media.might_be_a_hiccup': 'To może być przejściowy problem.',
|
|
100
|
+
'fabric.media.no_gifs_found': 'Halo! Czy to mnie szukasz?',
|
|
101
|
+
'fabric.media.no_gifs_found_suggestion': 'Nie można znaleźć wyników pasujących do zapytania „{query}”',
|
|
102
|
+
'fabric.media.no_pdf_artifacts': 'Nie znaleziono artefaktów PDF w tym pliku.',
|
|
103
|
+
'fabric.media.not_found_description': 'Nie udało się znaleźć łącza. Sprawdź adres url i spróbuj go edytować lub wkleić ponownie.',
|
|
104
|
+
'fabric.media.not_found_title': 'Niestety. Nie można znaleźć tego łącza!',
|
|
105
|
+
'fabric.media.open_file_in_viewer': 'Otwórz {name}',
|
|
106
|
+
'fabric.media.or': 'lub',
|
|
107
|
+
'fabric.media.or_select_default_avatars': 'Przekaż zdjęcie lub wybierz jedną z domyślnych opcji',
|
|
108
|
+
'fabric.media.password': 'Hasło',
|
|
109
|
+
'fabric.media.password_protected_pdf': 'Ten plik jest chroniony hasłem.',
|
|
110
|
+
'fabric.media.pause': 'Wstrzymaj',
|
|
111
|
+
'fabric.media.play': 'Odtwarzaj',
|
|
112
|
+
'fabric.media.playback_default_speed': 'Domyślnie',
|
|
113
|
+
'fabric.media.playback_speed': 'Prędkość odtwarzania',
|
|
114
|
+
'fabric.media.preview': 'Podgląd',
|
|
115
|
+
'fabric.media.preview_unavailable': 'Podgląd niedostępny',
|
|
116
|
+
'fabric.media.recent_uploads': 'Ostatnio przekazane',
|
|
117
|
+
'fabric.media.remove_image': 'usuń obraz',
|
|
118
|
+
'fabric.media.request_access': 'Poproś o dostęp',
|
|
119
|
+
'fabric.media.request_access_description': 'Poproś o dostęp do {context}, aby wyświetlić ten podgląd.',
|
|
120
|
+
'fabric.media.request_access_pending': 'Oczekuje na dostęp',
|
|
121
|
+
'fabric.media.request_access_pending_description': 'Twój wniosek o dostęp oczekuje na rozpatrzenie.',
|
|
122
|
+
'fabric.media.request_denied_description': 'Twój wniosek o dostęp został odrzucony. Skontaktuj się z administratorem witryny, jeśli dalej potrzebujesz dostępu.',
|
|
123
|
+
'fabric.media.retry': 'Spróbuj ponownie',
|
|
124
|
+
'fabric.media.save': 'Zapisz',
|
|
125
|
+
'fabric.media.search': 'Szukaj',
|
|
126
|
+
'fabric.media.search_all_gifs': 'Szukaj wszystkich plików GIF!',
|
|
127
|
+
'fabric.media.select_an_avatar': 'Wybierz domyślny awatar',
|
|
128
|
+
'fabric.media.select_an_avatar_from_all_defaults': 'Wybierz spośród wszystkich domyślnych opcji',
|
|
129
|
+
'fabric.media.share_files_instantly': 'Błyskawicznie je udostępnimy',
|
|
130
|
+
'fabric.media.show_more_avatars_btn_label': 'Pokaż więcej',
|
|
131
|
+
'fabric.media.size_options': 'Opcje rozmiaru',
|
|
132
|
+
'fabric.media.skip_backward': 'Cofnij o 10 sekund',
|
|
133
|
+
'fabric.media.skip_forward': 'Przeskocz o 10 sekund',
|
|
134
|
+
'fabric.media.something_went_wrong': 'Coś poszło nie tak.',
|
|
135
|
+
'fabric.media.srclink': 'Wyświetl w',
|
|
136
|
+
'fabric.media.srclinkunknown': 'Wyświetl oryginał',
|
|
137
|
+
'fabric.media.submit': 'Prześlij',
|
|
138
|
+
'fabric.media.success': 'Sukces',
|
|
139
|
+
'fabric.media.text': 'Tekst',
|
|
140
|
+
'fabric.media.try_again': 'Spróbuj ponownie',
|
|
141
|
+
'fabric.media.try_another_account': 'Spróbuj użyć innego konta',
|
|
142
|
+
'fabric.media.try_downloading_file': 'Spróbuj pobrać plik, aby go wyświetlić.',
|
|
143
|
+
'fabric.media.unable_to_annotate_image': 'Nie można dodać adnotacji do tego obrazu',
|
|
144
|
+
'fabric.media.unknown': 'nieznane',
|
|
145
|
+
'fabric.media.unlink_account': 'Odłącz konto',
|
|
146
|
+
'fabric.media.upload': 'Przekaż',
|
|
147
|
+
'fabric.media.upload_an_avatar': 'Przekaż awatar',
|
|
148
|
+
'fabric.media.upload_file': 'Przekaż plik',
|
|
149
|
+
'fabric.media.upload_file_from': 'Przekaż plik z {name}',
|
|
150
|
+
'fabric.media.upload_photo': 'Przekaż zdjęcie',
|
|
151
|
+
'fabric.media.video': 'wideo',
|
|
152
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Potwierdź usunięcie tych napisów.',
|
|
153
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Usuwanie napisów',
|
|
154
|
+
'fabric.media.video_captions_delete_error_description': 'Nie można usunąć napisów.',
|
|
155
|
+
'fabric.media.video_captions_delete_success_description': 'Usunięcie napisów z tego filmu powiodło się.',
|
|
156
|
+
'fabric.media.video_captions_enable': 'Napisy',
|
|
157
|
+
'fabric.media.video_captions_select_captions': 'Wybierz napisy',
|
|
158
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Przekaż napisy',
|
|
159
|
+
'fabric.media.video_captions_upload_captions_form_language_picker': 'Wybierz język pliku',
|
|
160
|
+
'fabric.media.video_captions_upload_error_description': 'Nie można przekazać napisów.',
|
|
161
|
+
'fabric.media.video_captions_upload_success_description': 'Przekazanie napisów do tego filmu powiodło się.',
|
|
162
|
+
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} z {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
163
|
+
'fabric.media.video_seeker_label_assistive_text': 'Suwak przewijania',
|
|
164
|
+
'fabric.media.view': 'Wyświetl',
|
|
165
|
+
'fabric.media.viewer_rateLimited': 'Mamy problemy z załadowaniem Twojego pliku.',
|
|
166
|
+
'fabric.media.volume_level': 'wycisz',
|
|
167
|
+
'fabric.media.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',
|
|
168
|
+
'fabric.media.zip_entry_load_failed': 'Nie można załadować tego elementu pliku zip do podglądu',
|
|
169
|
+
'fabric.media.zoom_in': 'powiększ',
|
|
170
|
+
'fabric.media.zoom_out': 'pomniejsz',
|
|
171
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.action': '{key, select, left {Przesunięto obraz od lewej do prawej. Użyj klawiszy strzałek, aby przesuwać i przycinać obraz.} right {Przesunięto obraz od prawej do lewej. Użyj klawiszy strzałek, aby przesuwać i przycinać obraz.} top {Przesunięto obraz od góry do dołu. Użyj klawiszy strzałek, aby przesuwać i przycinać obraz.} other {Przesunięto obraz od dołu do góry. Użyj klawiszy strzałek, aby przesuwać i przycinać obraz.}}',
|
|
172
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.label': 'Obraz przeciągalny. Upewnij się, że czytnik ekranowy nie jest w trybie przeglądania. Użyj klawiszy strzałek, aby przesuwać i przycinać obraz.',
|
|
173
|
+
'media.media-avatar-picker.image-cropper.zoom_in': 'Powiększ',
|
|
174
|
+
'media.media-avatar-picker.image-cropper.zoom_out': 'Pomniejsz',
|
|
175
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': 'ustaw zoom',
|
|
176
|
+
};
|