@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,174 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Polish (Poland)
|
|
9
|
+
export default {
|
|
10
|
+
'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.',
|
|
11
|
+
'fabric.media.abuse_modal_submit': 'Kontynuuj pobieranie',
|
|
12
|
+
'fabric.media.abuse_modal_title': 'Ostrzeżenie',
|
|
13
|
+
'fabric.media.accounts': 'Konta',
|
|
14
|
+
'fabric.media.actions': 'Akcje',
|
|
15
|
+
'fabric.media.add_account': 'Dodaj konto',
|
|
16
|
+
'fabric.media.add_captions': 'Dodaj podpisy',
|
|
17
|
+
'fabric.media.alt_text_helper_message': 'Jak można by opisać wybrany obraz osobie słabowidzącej?',
|
|
18
|
+
'fabric.media.alt_text_label': 'Tekst alternatywny',
|
|
19
|
+
'fabric.media.annotate': 'Dodaj adnotację',
|
|
20
|
+
'fabric.media.annotate.confirmation.close.anyway': 'Zamknij mimo to',
|
|
21
|
+
'fabric.media.annotate.confirmation.content': 'Masz niezapisane zmiany. Czy na pewno chcesz wyjść?',
|
|
22
|
+
'fabric.media.annotate.confirmation.heading': 'Niezapisane zmiany',
|
|
23
|
+
'fabric.media.annotate.tool.arrow': 'Strzałka',
|
|
24
|
+
'fabric.media.annotate.tool.blur': 'Rozmycie',
|
|
25
|
+
'fabric.media.annotate.tool.brush': 'Pędzel',
|
|
26
|
+
'fabric.media.annotate.tool.color': 'Kolor',
|
|
27
|
+
'fabric.media.annotate.tool.line.thickness': 'Grubość linii',
|
|
28
|
+
'fabric.media.annotate.tool.shape': 'Kształt',
|
|
29
|
+
'fabric.media.annotate.tool.text': 'Tekst',
|
|
30
|
+
'fabric.media.archive': 'archiwizuj',
|
|
31
|
+
'fabric.media.audio': 'dźwięk',
|
|
32
|
+
'fabric.media.avatar_picker_back_btn_label': 'Wróć',
|
|
33
|
+
'fabric.media.cancel': 'Anuluj',
|
|
34
|
+
'fabric.media.cant_preview_file_type': 'Podgląd plików tego typu nie jest możliwy.',
|
|
35
|
+
'fabric.media.cant_retrieve_files': 'Ojej! Nie można pobrać żadnych plików',
|
|
36
|
+
'fabric.media.cant_retrieve_gifs': 'Ojej! Nie można pobrać żadnych plików GIF',
|
|
37
|
+
'fabric.media.change_view': 'Zmień widok',
|
|
38
|
+
'fabric.media.check_your_network': 'Sprawdź swoje połączenie sieciowe.',
|
|
39
|
+
'fabric.media.click_to_join': 'Zacznij korzystać z {context}',
|
|
40
|
+
'fabric.media.click_to_join_description': 'Uzyskano zatwierdzenie, więc możesz od razu dołączyć do {context}.',
|
|
41
|
+
'fabric.media.close': 'Zamknij',
|
|
42
|
+
'fabric.media.close_and_reopen': 'Spróbuj zamknąć plik i otworzyć go ponownie.',
|
|
43
|
+
'fabric.media.connect_account_description': 'Otworzymy nową stronę, aby pomóc Ci połączyć swoje konto {name}',
|
|
44
|
+
'fabric.media.connect_link_account': 'Połącz podgląd',
|
|
45
|
+
'fabric.media.connect_link_account_card_view': 'Połącz',
|
|
46
|
+
'fabric.media.connect_link_account_card_view_description': 'Aby wyświetlić podgląd tego łącza, połącz swoje konto {context}.',
|
|
47
|
+
'fabric.media.connect_link_account_card_view_name': 'Połącz konto {context}',
|
|
48
|
+
'fabric.media.connect_to': 'Połącz z {name}',
|
|
49
|
+
'fabric.media.could_not_load_editor': 'Oj! Nie można załadować edytora',
|
|
50
|
+
'fabric.media.could_not_save_image': 'Oj! Nie można zapisać obrazu',
|
|
51
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview': 'Nie można wyświetlać podglądu plików zaszyfrowanych lub chronionych hasłem.',
|
|
52
|
+
'fabric.media.couldnt_generate_preview': 'Nie można wygenerować podglądu tego pliku.',
|
|
53
|
+
'fabric.media.couldnt_load_file': 'Nie można załadować pliku.',
|
|
54
|
+
'fabric.media.couldnt_load_link': 'Z nieznanego powodu nie udało się wczytać tego łącza.',
|
|
55
|
+
'fabric.media.creating_preview': 'Tworzenie podglądu…',
|
|
56
|
+
'fabric.media.default_avatars': 'Domyślne awatary',
|
|
57
|
+
'fabric.media.delete': 'Usuń',
|
|
58
|
+
'fabric.media.disable_fullscreen': 'wyłącz tryb pełnoekranowy',
|
|
59
|
+
'fabric.media.display_thumbnail': 'Wyświetl miniaturę',
|
|
60
|
+
'fabric.media.document': 'dokument',
|
|
61
|
+
'fabric.media.download': 'Pobierz',
|
|
62
|
+
'fabric.media.download_disabled_security_policy': 'Pobieranie zostało zablokowane przy użyciu zasad bezpieczeństwa organizacji.',
|
|
63
|
+
'fabric.media.drag_and_drop_images_here': 'Przeciągnij i upuść obrazy tutaj',
|
|
64
|
+
'fabric.media.drag_and_drop_your_files': 'Przeciągnij i upuść pliki w dowolne miejsce lub',
|
|
65
|
+
'fabric.media.drag_and_drop_your_files_and_folders': 'Przeciągnij lub upuść pliki i foldery w dowolnym miejscu lub',
|
|
66
|
+
'fabric.media.drop_your_files': 'Upuść pliki, aby je przekazać',
|
|
67
|
+
'fabric.media.drop_your_files_here': 'Upuść pliki tutaj',
|
|
68
|
+
'fabric.media.email': 'Adres e-mail',
|
|
69
|
+
'fabric.media.enable_fullscreen': 'włącz tryb pełnoekranowy',
|
|
70
|
+
'fabric.media.enter_password': 'Wprowadź hasło',
|
|
71
|
+
'fabric.media.error': 'Błąd',
|
|
72
|
+
'fabric.media.error_429': 'Błąd 429',
|
|
73
|
+
'fabric.media.error_generating_preview': 'Błąd generowania podglądu',
|
|
74
|
+
'fabric.media.error_hint_critical': 'Jeśli problem nadal będzie występować, skontaktuj się ze wsparciem.',
|
|
75
|
+
'fabric.media.error_hint_retry': 'Spróbuj ponownie.',
|
|
76
|
+
'fabric.media.error_loading_file': 'Błąd ładowania pliku',
|
|
77
|
+
'fabric.media.failed_to_load': 'Niepowodzenie ładowania',
|
|
78
|
+
'fabric.media.failed_to_upload': 'Nie można przesłać',
|
|
79
|
+
'fabric.media.file.display_options': 'Opcje wyświetlania',
|
|
80
|
+
'fabric.media.file_is_selected': 'Wybrano plik {name}',
|
|
81
|
+
'fabric.media.forbidden_description': 'Nie masz dostępu do tego podglądu. Skontaktuj się z administratorem witryny, jeśli potrzebujesz dostępu.',
|
|
82
|
+
'fabric.media.give_feedback': 'Prześlij opinię',
|
|
83
|
+
'fabric.media.image': 'obraz',
|
|
84
|
+
'fabric.media.image_format_invalid_error': 'Nie można załadować obrazu. Format jest niepoprawny.',
|
|
85
|
+
'fabric.media.image_size_too_large_error': 'Obraz jest za duży, rozmiar nie może przekraczać {MAX_SIZE_MB} MB',
|
|
86
|
+
'fabric.media.image_url_invalid_error': 'Nie można załadować obrazu. Adres URL jest niepoprawny.',
|
|
87
|
+
'fabric.media.incorrect_password': 'Niepoprawne hasło. Spróbuj ponownie.',
|
|
88
|
+
'fabric.media.insert_files': '{0, plural, one {Wstaw {0} plik} few {Wstaw {0} pliki} many {Wstaw {0} plików} other {Wstaw {0} pliku}}',
|
|
89
|
+
'fabric.media.invalid_permissions': 'Łącze z ograniczeniami',
|
|
90
|
+
'fabric.media.invalid_permissions_description': 'Musisz poprosić o dostęp lub spróbować innego konta, aby zobaczyć ten podgląd.',
|
|
91
|
+
'fabric.media.item_not_found_in_list': 'Zaznaczony element nie został odnaleziony na liście.',
|
|
92
|
+
'fabric.media.learn_more': 'Dowiedz się więcej',
|
|
93
|
+
'fabric.media.load_more_gifs': 'Załaduj więcej plików GIF',
|
|
94
|
+
'fabric.media.loading': 'Wczytywanie...',
|
|
95
|
+
'fabric.media.loading_file': 'Ładowanie pliku…',
|
|
96
|
+
'fabric.media.manage_captions': 'Zarządzaj podpisami',
|
|
97
|
+
'fabric.media.might_be_a_hiccup': 'To może być przejściowy problem.',
|
|
98
|
+
'fabric.media.no_gifs_found': 'Halo! Czy to mnie szukasz?',
|
|
99
|
+
'fabric.media.no_gifs_found_suggestion': 'Nie można znaleźć wyników pasujących do zapytania „{query}”',
|
|
100
|
+
'fabric.media.no_pdf_artifacts': 'Nie znaleziono artefaktów PDF w tym pliku.',
|
|
101
|
+
'fabric.media.not_found_description': 'Nie udało się znaleźć łącza. Sprawdź adres url i spróbuj go edytować lub wkleić ponownie.',
|
|
102
|
+
'fabric.media.not_found_title': 'Niestety. Nie można znaleźć tego łącza!',
|
|
103
|
+
'fabric.media.open_file_in_viewer': 'Otwórz {name}',
|
|
104
|
+
'fabric.media.or': 'lub',
|
|
105
|
+
'fabric.media.or_select_default_avatars': 'Przekaż zdjęcie lub wybierz jedną z domyślnych opcji',
|
|
106
|
+
'fabric.media.password': 'Hasło',
|
|
107
|
+
'fabric.media.password_protected_pdf': 'Ten plik jest chroniony hasłem.',
|
|
108
|
+
'fabric.media.pause': 'Wstrzymaj',
|
|
109
|
+
'fabric.media.play': 'Odtwarzaj',
|
|
110
|
+
'fabric.media.playback_default_speed': 'Domyślnie',
|
|
111
|
+
'fabric.media.playback_speed': 'Prędkość odtwarzania',
|
|
112
|
+
'fabric.media.preview': 'Podgląd',
|
|
113
|
+
'fabric.media.preview_unavailable': 'Podgląd niedostępny',
|
|
114
|
+
'fabric.media.recent_uploads': 'Ostatnio przekazane',
|
|
115
|
+
'fabric.media.remove_image': 'usuń obraz',
|
|
116
|
+
'fabric.media.request_access': 'Poproś o dostęp',
|
|
117
|
+
'fabric.media.request_access_description': 'Poproś o dostęp do {context}, aby wyświetlić ten podgląd.',
|
|
118
|
+
'fabric.media.request_access_pending': 'Oczekuje na dostęp',
|
|
119
|
+
'fabric.media.request_access_pending_description': 'Twój wniosek o dostęp oczekuje na rozpatrzenie.',
|
|
120
|
+
'fabric.media.request_denied_description': 'Twój wniosek o dostęp został odrzucony. Skontaktuj się z administratorem witryny, jeśli dalej potrzebujesz dostępu.',
|
|
121
|
+
'fabric.media.retry': 'Spróbuj ponownie',
|
|
122
|
+
'fabric.media.save': 'Zapisz',
|
|
123
|
+
'fabric.media.search': 'Szukaj',
|
|
124
|
+
'fabric.media.search_all_gifs': 'Szukaj wszystkich plików GIF!',
|
|
125
|
+
'fabric.media.select_an_avatar': 'Wybierz domyślny awatar',
|
|
126
|
+
'fabric.media.select_an_avatar_from_all_defaults': 'Wybierz spośród wszystkich domyślnych opcji',
|
|
127
|
+
'fabric.media.share_files_instantly': 'Błyskawicznie je udostępnimy',
|
|
128
|
+
'fabric.media.show_more_avatars_btn_label': 'Pokaż więcej',
|
|
129
|
+
'fabric.media.size_options': 'Opcje rozmiaru',
|
|
130
|
+
'fabric.media.skip_backward': 'Cofnij o 10 sekund',
|
|
131
|
+
'fabric.media.skip_forward': 'Przeskocz o 10 sekund',
|
|
132
|
+
'fabric.media.something_went_wrong': 'Coś poszło nie tak.',
|
|
133
|
+
'fabric.media.srclink': 'Wyświetl w',
|
|
134
|
+
'fabric.media.srclinkunknown': 'Wyświetl oryginał',
|
|
135
|
+
'fabric.media.submit': 'Prześlij',
|
|
136
|
+
'fabric.media.success': 'Sukces',
|
|
137
|
+
'fabric.media.text': 'Tekst',
|
|
138
|
+
'fabric.media.try_again': 'Spróbuj ponownie',
|
|
139
|
+
'fabric.media.try_another_account': 'Spróbuj użyć innego konta',
|
|
140
|
+
'fabric.media.try_downloading_file': 'Spróbuj pobrać plik, aby go wyświetlić.',
|
|
141
|
+
'fabric.media.unable_to_annotate_image': 'Nie można dodać adnotacji do tego obrazu',
|
|
142
|
+
'fabric.media.unknown': 'nieznane',
|
|
143
|
+
'fabric.media.unlink_account': 'Odłącz konto',
|
|
144
|
+
'fabric.media.upload': 'Przekaż',
|
|
145
|
+
'fabric.media.upload_an_avatar': 'Przekaż awatar',
|
|
146
|
+
'fabric.media.upload_file': 'Przekaż plik',
|
|
147
|
+
'fabric.media.upload_file_from': 'Przekaż plik z {name}',
|
|
148
|
+
'fabric.media.upload_photo': 'Przekaż zdjęcie',
|
|
149
|
+
'fabric.media.video': 'wideo',
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Potwierdź usunięcie tych napisów.',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Usuwanie napisów',
|
|
152
|
+
'fabric.media.video_captions_delete_error_description': 'Nie można usunąć napisów.',
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'Usunięcie napisów z tego filmu powiodło się.',
|
|
154
|
+
'fabric.media.video_captions_enable': 'Napisy',
|
|
155
|
+
'fabric.media.video_captions_select_captions': 'Wybierz napisy',
|
|
156
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Przekaż napisy',
|
|
157
|
+
'fabric.media.video_captions_upload_captions_form_language_picker': 'Wybierz język pliku',
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': 'Nie można przekazać napisów.',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Przekazanie napisów do tego filmu powiodło się.',
|
|
160
|
+
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} z {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
|
+
'fabric.media.video_seeker_label_assistive_text': 'Suwak przewijania',
|
|
162
|
+
'fabric.media.view': 'Wyświetl',
|
|
163
|
+
'fabric.media.viewer_rateLimited': 'Mamy problemy z załadowaniem Twojego pliku.',
|
|
164
|
+
'fabric.media.volume_level': 'wycisz',
|
|
165
|
+
'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',
|
|
166
|
+
'fabric.media.zip_entry_load_failed': 'Nie można załadować tego elementu pliku zip do podglądu',
|
|
167
|
+
'fabric.media.zoom_in': 'powiększ',
|
|
168
|
+
'fabric.media.zoom_out': 'pomniejsz',
|
|
169
|
+
'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.}}',
|
|
170
|
+
'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.',
|
|
171
|
+
'media.media-avatar-picker.image-cropper.zoom_in': 'Powiększ',
|
|
172
|
+
'media.media-avatar-picker.image-cropper.zoom_out': 'Pomniejsz',
|
|
173
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': 'ustaw zoom',
|
|
174
|
+
};
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.media.abuse_modal_body': string;
|
|
9
|
+
'fabric.media.abuse_modal_submit': string;
|
|
10
|
+
'fabric.media.abuse_modal_title': string;
|
|
11
|
+
'fabric.media.accounts': string;
|
|
12
|
+
'fabric.media.actions': string;
|
|
13
|
+
'fabric.media.add_account': string;
|
|
14
|
+
'fabric.media.add_captions': string;
|
|
15
|
+
'fabric.media.alt_text_helper_message': string;
|
|
16
|
+
'fabric.media.alt_text_label': string;
|
|
17
|
+
'fabric.media.annotate': string;
|
|
18
|
+
'fabric.media.annotate.confirmation.close.anyway': string;
|
|
19
|
+
'fabric.media.annotate.confirmation.content': string;
|
|
20
|
+
'fabric.media.annotate.confirmation.heading': string;
|
|
21
|
+
'fabric.media.annotate.tool.arrow': string;
|
|
22
|
+
'fabric.media.annotate.tool.blur': string;
|
|
23
|
+
'fabric.media.annotate.tool.brush': string;
|
|
24
|
+
'fabric.media.annotate.tool.color': string;
|
|
25
|
+
'fabric.media.annotate.tool.line.thickness': string;
|
|
26
|
+
'fabric.media.annotate.tool.shape': string;
|
|
27
|
+
'fabric.media.annotate.tool.text': string;
|
|
28
|
+
'fabric.media.archive': string;
|
|
29
|
+
'fabric.media.audio': string;
|
|
30
|
+
'fabric.media.avatar_picker_back_btn_label': string;
|
|
31
|
+
'fabric.media.cancel': string;
|
|
32
|
+
'fabric.media.cant_preview_file_type': string;
|
|
33
|
+
'fabric.media.cant_retrieve_files': string;
|
|
34
|
+
'fabric.media.cant_retrieve_gifs': string;
|
|
35
|
+
'fabric.media.change_view': string;
|
|
36
|
+
'fabric.media.check_your_network': string;
|
|
37
|
+
'fabric.media.click_to_join': string;
|
|
38
|
+
'fabric.media.click_to_join_description': string;
|
|
39
|
+
'fabric.media.close': string;
|
|
40
|
+
'fabric.media.close_and_reopen': string;
|
|
41
|
+
'fabric.media.connect_account_description': string;
|
|
42
|
+
'fabric.media.connect_link_account': string;
|
|
43
|
+
'fabric.media.connect_link_account_card_view': string;
|
|
44
|
+
'fabric.media.connect_link_account_card_view_description': string;
|
|
45
|
+
'fabric.media.connect_link_account_card_view_name': string;
|
|
46
|
+
'fabric.media.connect_to': string;
|
|
47
|
+
'fabric.media.could_not_load_editor': string;
|
|
48
|
+
'fabric.media.could_not_save_image': string;
|
|
49
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview': string;
|
|
50
|
+
'fabric.media.couldnt_generate_preview': string;
|
|
51
|
+
'fabric.media.couldnt_load_file': string;
|
|
52
|
+
'fabric.media.couldnt_load_link': string;
|
|
53
|
+
'fabric.media.creating_preview': string;
|
|
54
|
+
'fabric.media.default_avatars': string;
|
|
55
|
+
'fabric.media.delete': string;
|
|
56
|
+
'fabric.media.disable_fullscreen': string;
|
|
57
|
+
'fabric.media.display_thumbnail': string;
|
|
58
|
+
'fabric.media.document': string;
|
|
59
|
+
'fabric.media.download': string;
|
|
60
|
+
'fabric.media.download_disabled_security_policy': string;
|
|
61
|
+
'fabric.media.drag_and_drop_images_here': string;
|
|
62
|
+
'fabric.media.drag_and_drop_your_files': string;
|
|
63
|
+
'fabric.media.drag_and_drop_your_files_and_folders': string;
|
|
64
|
+
'fabric.media.drop_your_files': string;
|
|
65
|
+
'fabric.media.drop_your_files_here': string;
|
|
66
|
+
'fabric.media.email': string;
|
|
67
|
+
'fabric.media.enable_fullscreen': string;
|
|
68
|
+
'fabric.media.enter_password': string;
|
|
69
|
+
'fabric.media.error': string;
|
|
70
|
+
'fabric.media.error_429': string;
|
|
71
|
+
'fabric.media.error_generating_preview': string;
|
|
72
|
+
'fabric.media.error_hint_critical': string;
|
|
73
|
+
'fabric.media.error_hint_retry': string;
|
|
74
|
+
'fabric.media.error_loading_file': string;
|
|
75
|
+
'fabric.media.failed_to_load': string;
|
|
76
|
+
'fabric.media.failed_to_upload': string;
|
|
77
|
+
'fabric.media.file.display_options': string;
|
|
78
|
+
'fabric.media.file_is_selected': string;
|
|
79
|
+
'fabric.media.forbidden_description': string;
|
|
80
|
+
'fabric.media.give_feedback': string;
|
|
81
|
+
'fabric.media.image': string;
|
|
82
|
+
'fabric.media.image_format_invalid_error': string;
|
|
83
|
+
'fabric.media.image_size_too_large_error': string;
|
|
84
|
+
'fabric.media.image_url_invalid_error': string;
|
|
85
|
+
'fabric.media.incorrect_password': string;
|
|
86
|
+
'fabric.media.insert_files': string;
|
|
87
|
+
'fabric.media.invalid_permissions': string;
|
|
88
|
+
'fabric.media.invalid_permissions_description': string;
|
|
89
|
+
'fabric.media.item_not_found_in_list': string;
|
|
90
|
+
'fabric.media.learn_more': string;
|
|
91
|
+
'fabric.media.load_more_gifs': string;
|
|
92
|
+
'fabric.media.loading': string;
|
|
93
|
+
'fabric.media.loading_file': string;
|
|
94
|
+
'fabric.media.manage_captions': string;
|
|
95
|
+
'fabric.media.might_be_a_hiccup': string;
|
|
96
|
+
'fabric.media.no_gifs_found': string;
|
|
97
|
+
'fabric.media.no_gifs_found_suggestion': string;
|
|
98
|
+
'fabric.media.no_pdf_artifacts': string;
|
|
99
|
+
'fabric.media.not_found_description': string;
|
|
100
|
+
'fabric.media.not_found_title': string;
|
|
101
|
+
'fabric.media.open_file_in_viewer': string;
|
|
102
|
+
'fabric.media.or': string;
|
|
103
|
+
'fabric.media.or_select_default_avatars': string;
|
|
104
|
+
'fabric.media.password': string;
|
|
105
|
+
'fabric.media.password_protected_pdf': string;
|
|
106
|
+
'fabric.media.pause': string;
|
|
107
|
+
'fabric.media.play': string;
|
|
108
|
+
'fabric.media.playback_default_speed': string;
|
|
109
|
+
'fabric.media.playback_speed': string;
|
|
110
|
+
'fabric.media.preview': string;
|
|
111
|
+
'fabric.media.preview_unavailable': string;
|
|
112
|
+
'fabric.media.recent_uploads': string;
|
|
113
|
+
'fabric.media.remove_image': string;
|
|
114
|
+
'fabric.media.request_access': string;
|
|
115
|
+
'fabric.media.request_access_description': string;
|
|
116
|
+
'fabric.media.request_access_pending': string;
|
|
117
|
+
'fabric.media.request_access_pending_description': string;
|
|
118
|
+
'fabric.media.request_denied_description': string;
|
|
119
|
+
'fabric.media.retry': string;
|
|
120
|
+
'fabric.media.save': string;
|
|
121
|
+
'fabric.media.search': string;
|
|
122
|
+
'fabric.media.search_all_gifs': string;
|
|
123
|
+
'fabric.media.select_an_avatar': string;
|
|
124
|
+
'fabric.media.select_an_avatar_from_all_defaults': string;
|
|
125
|
+
'fabric.media.share_files_instantly': string;
|
|
126
|
+
'fabric.media.show_more_avatars_btn_label': string;
|
|
127
|
+
'fabric.media.size_options': string;
|
|
128
|
+
'fabric.media.skip_backward': string;
|
|
129
|
+
'fabric.media.skip_forward': string;
|
|
130
|
+
'fabric.media.something_went_wrong': string;
|
|
131
|
+
'fabric.media.srclink': string;
|
|
132
|
+
'fabric.media.srclinkunknown': string;
|
|
133
|
+
'fabric.media.submit': string;
|
|
134
|
+
'fabric.media.success': string;
|
|
135
|
+
'fabric.media.text': string;
|
|
136
|
+
'fabric.media.try_again': string;
|
|
137
|
+
'fabric.media.try_another_account': string;
|
|
138
|
+
'fabric.media.try_downloading_file': string;
|
|
139
|
+
'fabric.media.unable_to_annotate_image': string;
|
|
140
|
+
'fabric.media.unknown': string;
|
|
141
|
+
'fabric.media.unlink_account': string;
|
|
142
|
+
'fabric.media.upload': string;
|
|
143
|
+
'fabric.media.upload_an_avatar': string;
|
|
144
|
+
'fabric.media.upload_file': string;
|
|
145
|
+
'fabric.media.upload_file_from': string;
|
|
146
|
+
'fabric.media.upload_photo': string;
|
|
147
|
+
'fabric.media.video': string;
|
|
148
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': string;
|
|
149
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': string;
|
|
150
|
+
'fabric.media.video_captions_delete_error_description': string;
|
|
151
|
+
'fabric.media.video_captions_delete_success_description': string;
|
|
152
|
+
'fabric.media.video_captions_enable': string;
|
|
153
|
+
'fabric.media.video_captions_select_captions': string;
|
|
154
|
+
'fabric.media.video_captions_upload_captions_form_header': string;
|
|
155
|
+
'fabric.media.video_captions_upload_captions_form_language_picker': string;
|
|
156
|
+
'fabric.media.video_captions_upload_error_description': string;
|
|
157
|
+
'fabric.media.video_captions_upload_success_description': string;
|
|
158
|
+
'fabric.media.video_seeker_assistive_text_time_value': string;
|
|
159
|
+
'fabric.media.video_seeker_label_assistive_text': string;
|
|
160
|
+
'fabric.media.view': string;
|
|
161
|
+
'fabric.media.viewer_rateLimited': string;
|
|
162
|
+
'fabric.media.volume_level': string;
|
|
163
|
+
'fabric.media.webgl_warning_description': string;
|
|
164
|
+
'fabric.media.zip_entry_load_failed': string;
|
|
165
|
+
'fabric.media.zoom_in': string;
|
|
166
|
+
'fabric.media.zoom_out': string;
|
|
167
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.action': string;
|
|
168
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.label': string;
|
|
169
|
+
'media.media-avatar-picker.image-cropper.zoom_in': string;
|
|
170
|
+
'media.media-avatar-picker.image-cropper.zoom_out': string;
|
|
171
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': string;
|
|
172
|
+
};
|
|
173
|
+
export default _default;
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Portuguese (Brazil)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.media.abuse_modal_body': 'Para fins de segurança, o sistema verifica de imediato todos os arquivos carregados. O arquivo que você está prestes a baixar pode conter conteúdo malicioso',
|
|
11
|
+
'fabric.media.abuse_modal_submit': 'Continue o download',
|
|
12
|
+
'fabric.media.abuse_modal_title': 'Aviso',
|
|
13
|
+
'fabric.media.accounts': 'Contas',
|
|
14
|
+
'fabric.media.actions': 'Ações',
|
|
15
|
+
'fabric.media.add_account': 'Adicionar conta',
|
|
16
|
+
'fabric.media.add_captions': 'Adicionar legenda',
|
|
17
|
+
'fabric.media.alt_text_helper_message': 'Como você descreveria a imagem selecionada para alguém com baixa visão?',
|
|
18
|
+
'fabric.media.alt_text_label': 'Texto Alt',
|
|
19
|
+
'fabric.media.annotate': 'Anotar',
|
|
20
|
+
'fabric.media.annotate.confirmation.close.anyway': 'Fechar mesmo assim',
|
|
21
|
+
'fabric.media.annotate.confirmation.content': 'Você tem algumas alterações não salvas. Você quer mesmo sair?',
|
|
22
|
+
'fabric.media.annotate.confirmation.heading': 'Alterações não salvas',
|
|
23
|
+
'fabric.media.annotate.tool.arrow': 'Seta',
|
|
24
|
+
'fabric.media.annotate.tool.blur': 'Desfoque',
|
|
25
|
+
'fabric.media.annotate.tool.brush': 'Pincel',
|
|
26
|
+
'fabric.media.annotate.tool.color': 'Cor',
|
|
27
|
+
'fabric.media.annotate.tool.line.thickness': 'Espessura de borda',
|
|
28
|
+
'fabric.media.annotate.tool.shape': 'Formato',
|
|
29
|
+
'fabric.media.annotate.tool.text': 'Texto',
|
|
30
|
+
'fabric.media.archive': 'arquivar',
|
|
31
|
+
'fabric.media.audio': 'áudio',
|
|
32
|
+
'fabric.media.avatar_picker_back_btn_label': 'Voltar',
|
|
33
|
+
'fabric.media.cancel': 'Cancelar',
|
|
34
|
+
'fabric.media.cant_preview_file_type': 'Não é possível visualizar este tipo de arquivo.',
|
|
35
|
+
'fabric.media.cant_retrieve_files': 'Ops! Não foi possível encontrar nenhum arquivo',
|
|
36
|
+
'fabric.media.cant_retrieve_gifs': 'Ops! Não foi possível encontrar nenhum GIF',
|
|
37
|
+
'fabric.media.change_view': 'Alterar visualização',
|
|
38
|
+
'fabric.media.check_your_network': 'Verifique sua conexão de rede',
|
|
39
|
+
'fabric.media.click_to_join': 'Entrar no {context}',
|
|
40
|
+
'fabric.media.click_to_join_description': 'Você foi aprovado, então já pode entrar no {context}.',
|
|
41
|
+
'fabric.media.close': 'Fechar',
|
|
42
|
+
'fabric.media.close_and_reopen': 'Tente fechar o arquivo e abri-lo novamente',
|
|
43
|
+
'fabric.media.connect_account_description': 'Abriremos uma nova página para ajudar você a conectar sua conta do {name}',
|
|
44
|
+
'fabric.media.connect_link_account': 'Conectar para visualizar',
|
|
45
|
+
'fabric.media.connect_link_account_card_view': 'Conectar',
|
|
46
|
+
'fabric.media.connect_link_account_card_view_description': 'Para ver uma prévia desse link, conecte a conta {context}.',
|
|
47
|
+
'fabric.media.connect_link_account_card_view_name': 'Conectar a conta do {context}',
|
|
48
|
+
'fabric.media.connect_to': 'Conectar-se ao {name}',
|
|
49
|
+
'fabric.media.could_not_load_editor': 'Ops! Não foi possível carregar o editor',
|
|
50
|
+
'fabric.media.could_not_save_image': 'Ops! Não foi possível salvar a imagem',
|
|
51
|
+
'fabric.media.couldnt_generate_encrypted_entry_preview': 'Não é possível exibir arquivos criptografados ou protegidos por senha.',
|
|
52
|
+
'fabric.media.couldnt_generate_preview': 'Não foi possível gerar uma visualização para este arquivo.',
|
|
53
|
+
'fabric.media.couldnt_load_file': 'Não foi possível carregar o arquivo.',
|
|
54
|
+
'fabric.media.couldnt_load_link': 'Não foi possível carregar esse link por um motivo desconhecido.',
|
|
55
|
+
'fabric.media.creating_preview': 'Criando visualização...',
|
|
56
|
+
'fabric.media.default_avatars': 'Avatares padrão',
|
|
57
|
+
'fabric.media.delete': 'Excluir',
|
|
58
|
+
'fabric.media.disable_fullscreen': 'desativar tela cheia',
|
|
59
|
+
'fabric.media.display_thumbnail': 'Exibir miniatura',
|
|
60
|
+
'fabric.media.document': 'documento',
|
|
61
|
+
'fabric.media.download': 'Baixar',
|
|
62
|
+
'fabric.media.download_disabled_security_policy': 'O download está bloqueado pela política de segurança da sua organização.',
|
|
63
|
+
'fabric.media.drag_and_drop_images_here': 'Arraste e solte suas imagens aqui',
|
|
64
|
+
'fabric.media.drag_and_drop_your_files': 'Arraste e solte seus arquivos em qualquer lugar ou',
|
|
65
|
+
'fabric.media.drag_and_drop_your_files_and_folders': 'Arraste e solte arquivos e pastas em qualquer lugar ou',
|
|
66
|
+
'fabric.media.drop_your_files': 'Solte seus arquivos para carregá-los',
|
|
67
|
+
'fabric.media.drop_your_files_here': 'Solte seus arquivos aqui',
|
|
68
|
+
'fabric.media.email': 'e-mail',
|
|
69
|
+
'fabric.media.enable_fullscreen': 'ativar tela cheia',
|
|
70
|
+
'fabric.media.enter_password': 'Digitar senha',
|
|
71
|
+
'fabric.media.error': 'Erro',
|
|
72
|
+
'fabric.media.error_429': 'Erro 429',
|
|
73
|
+
'fabric.media.error_generating_preview': 'Erro ao gerar pré-visualização',
|
|
74
|
+
'fabric.media.error_hint_critical': 'Se o problema persistir, entre em contato com o suporte.',
|
|
75
|
+
'fabric.media.error_hint_retry': 'Tente outra vez.',
|
|
76
|
+
'fabric.media.error_loading_file': 'Erro ao carregar arquivo',
|
|
77
|
+
'fabric.media.failed_to_load': 'Falha ao carregar',
|
|
78
|
+
'fabric.media.failed_to_upload': 'Falha ao carregar',
|
|
79
|
+
'fabric.media.file.display_options': 'Exibir opções',
|
|
80
|
+
'fabric.media.file_is_selected': 'O arquivo {name} foi selecionado',
|
|
81
|
+
'fabric.media.forbidden_description': 'Você não tem acesso a essa visualização. Entre em contato com o administrador do site se precisar de acesso.',
|
|
82
|
+
'fabric.media.give_feedback': 'Enviar feedback',
|
|
83
|
+
'fabric.media.image': 'imagem',
|
|
84
|
+
'fabric.media.image_format_invalid_error': 'Não foi possível carregar a imagem. O formato é inválido.',
|
|
85
|
+
'fabric.media.image_size_too_large_error': 'A imagem é muito grande. Ela não pode ter mais de {MAX_SIZE_MB} MB',
|
|
86
|
+
'fabric.media.image_url_invalid_error': 'Não foi possível carregar a imagem. O URL é inválido.',
|
|
87
|
+
'fabric.media.incorrect_password': 'Senha incorreta. Tente de novo.',
|
|
88
|
+
'fabric.media.insert_files': '{0, plural, one {Inserir {0} arquivo} other {Inserir {0} arquivos}}',
|
|
89
|
+
'fabric.media.invalid_permissions': 'Link restrito',
|
|
90
|
+
'fabric.media.invalid_permissions_description': 'Você precisa solicitar o acesso ou tentar usar outra conta para poder visualizar.',
|
|
91
|
+
'fabric.media.item_not_found_in_list': 'O item selecionado não foi encontrado na lista.',
|
|
92
|
+
'fabric.media.learn_more': 'Saiba mais',
|
|
93
|
+
'fabric.media.load_more_gifs': 'Carregar mais GIFs',
|
|
94
|
+
'fabric.media.loading': 'Carregando...',
|
|
95
|
+
'fabric.media.loading_file': 'Carregando arquivo...',
|
|
96
|
+
'fabric.media.manage_captions': 'Gerenciar legenda',
|
|
97
|
+
'fabric.media.might_be_a_hiccup': 'Deve ser algo temporário.',
|
|
98
|
+
'fabric.media.no_gifs_found': 'Alô? Era isso que você estava procurando?',
|
|
99
|
+
'fabric.media.no_gifs_found_suggestion': 'Não encontramos nenhum resultado para "{query}"',
|
|
100
|
+
'fabric.media.no_pdf_artifacts': 'Nenhum artefato de PDF foi encontrado para este arquivo.',
|
|
101
|
+
'fabric.media.not_found_description': 'Não foi possível encontrar o link. Verifique a URL e tente editar ou colar de novo.',
|
|
102
|
+
'fabric.media.not_found_title': 'Ah, não! Não foi possível encontrar o link.',
|
|
103
|
+
'fabric.media.open_file_in_viewer': 'Abrir {name}',
|
|
104
|
+
'fabric.media.or': 'ou',
|
|
105
|
+
'fabric.media.or_select_default_avatars': 'Carregue uma foto ou escolha algumas opções padrão',
|
|
106
|
+
'fabric.media.password': 'Senha',
|
|
107
|
+
'fabric.media.password_protected_pdf': 'Este arquivo é protegido por senha.',
|
|
108
|
+
'fabric.media.pause': 'Pausar',
|
|
109
|
+
'fabric.media.play': 'Reproduzir',
|
|
110
|
+
'fabric.media.playback_default_speed': 'Padrão',
|
|
111
|
+
'fabric.media.playback_speed': 'Velocidade de reprodução',
|
|
112
|
+
'fabric.media.preview': 'Pré-visualizar',
|
|
113
|
+
'fabric.media.preview_unavailable': 'Visualização indisponível',
|
|
114
|
+
'fabric.media.recent_uploads': 'Arquivos carregados recentemente',
|
|
115
|
+
'fabric.media.remove_image': 'Remover imagem',
|
|
116
|
+
'fabric.media.request_access': 'Solicitar acesso',
|
|
117
|
+
'fabric.media.request_access_description': 'Solicitar acesso a {context} para ver esta visualização.',
|
|
118
|
+
'fabric.media.request_access_pending': 'Acesso pendente',
|
|
119
|
+
'fabric.media.request_access_pending_description': 'Sua solicitação de acesso está pendente.',
|
|
120
|
+
'fabric.media.request_denied_description': 'Sua solicitação de acesso foi negada. Se ainda precisar de acesso, entre em contato com o administrador do site.',
|
|
121
|
+
'fabric.media.retry': 'Tentar novamente',
|
|
122
|
+
'fabric.media.save': 'Salvar',
|
|
123
|
+
'fabric.media.search': 'pesquisar',
|
|
124
|
+
'fabric.media.search_all_gifs': 'Pesquise todos os GIFs!',
|
|
125
|
+
'fabric.media.select_an_avatar': 'Selecione um avatar padrão',
|
|
126
|
+
'fabric.media.select_an_avatar_from_all_defaults': 'Escolha uma das opções padrão',
|
|
127
|
+
'fabric.media.share_files_instantly': 'Compartilharemos os arquivos instantaneamente',
|
|
128
|
+
'fabric.media.show_more_avatars_btn_label': 'Ver mais',
|
|
129
|
+
'fabric.media.size_options': 'Opções de tamanho',
|
|
130
|
+
'fabric.media.skip_backward': 'Voltar 10 segundos',
|
|
131
|
+
'fabric.media.skip_forward': 'Avançar 10 segundos',
|
|
132
|
+
'fabric.media.something_went_wrong': 'Algo deu errado.',
|
|
133
|
+
'fabric.media.srclink': 'Visualizar em',
|
|
134
|
+
'fabric.media.srclinkunknown': 'Ver o original',
|
|
135
|
+
'fabric.media.submit': 'Enviar',
|
|
136
|
+
'fabric.media.success': 'Sucesso',
|
|
137
|
+
'fabric.media.text': 'texto',
|
|
138
|
+
'fabric.media.try_again': 'Tentar novamente',
|
|
139
|
+
'fabric.media.try_another_account': 'Experimente uma outra conta',
|
|
140
|
+
'fabric.media.try_downloading_file': 'Tente baixar o arquivo para visualizá-lo.',
|
|
141
|
+
'fabric.media.unable_to_annotate_image': 'Você não pode fazer anotações nesta imagem',
|
|
142
|
+
'fabric.media.unknown': 'desconhecido',
|
|
143
|
+
'fabric.media.unlink_account': 'Desvincular conta',
|
|
144
|
+
'fabric.media.upload': 'Carregar',
|
|
145
|
+
'fabric.media.upload_an_avatar': 'Carregar um avatar',
|
|
146
|
+
'fabric.media.upload_file': 'Carregar um arquivo',
|
|
147
|
+
'fabric.media.upload_file_from': 'Carregar um arquivo do {name}',
|
|
148
|
+
'fabric.media.upload_photo': 'Carregar uma foto',
|
|
149
|
+
'fabric.media.video': 'vídeo',
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Confirme que você quer excluir esta legenda.',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Excluir legenda',
|
|
152
|
+
'fabric.media.video_captions_delete_error_description': 'Falha ao excluir a legenda.',
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'A legenda foi removida com sucesso deste vídeo.',
|
|
154
|
+
'fabric.media.video_captions_enable': 'Legendas ocultas',
|
|
155
|
+
'fabric.media.video_captions_select_captions': 'Selecionar legendas',
|
|
156
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Carregar legendas',
|
|
157
|
+
'fabric.media.video_captions_upload_captions_form_language_picker': 'Selecionar o idioma do arquivo',
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': 'Falha ao carregar a legenda.',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'A legenda foi carregada com sucesso para este vídeo.',
|
|
160
|
+
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} de {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
|
+
'fabric.media.video_seeker_label_assistive_text': 'Seletor de busca',
|
|
162
|
+
'fabric.media.view': 'Visualizar',
|
|
163
|
+
'fabric.media.viewer_rateLimited': 'Estamos com dificuldade para carregar este arquivo',
|
|
164
|
+
'fabric.media.volume_level': 'silenciar',
|
|
165
|
+
'fabric.media.webgl_warning_description': 'Seu navegador não é compatível com WebGL. Use um navegador compatível com WebGL para fazer anotações em imagens.',
|
|
166
|
+
'fabric.media.zip_entry_load_failed': 'Não foi possível carregar esse item de arquivo ZIP para visualizar',
|
|
167
|
+
'fabric.media.zoom_in': 'mais zoom',
|
|
168
|
+
'fabric.media.zoom_out': 'menos zoom',
|
|
169
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.action': '{key, select, left {Você moveu a imagem da esquerda para a direita, use as teclas de seta para mover e recortar a imagem} right {Você moveu a imagem da direita para a esquerda, use as teclas de seta para mover e recortar a imagem} top {Você moveu a imagem de cima para baixo, use as teclas de seta para mover e recortar a imagem} other {Você moveu a imagem de baixo para cima, use as teclas de seta para mover e recortar a imagem}}',
|
|
170
|
+
'media.media-avatar-picker.image-cropper.arrow-keys.label': 'Imagem arrastável, verifique se seu leitor de tela não está no modo de navegação. Use as teclas de seta para mover e recortar a imagem',
|
|
171
|
+
'media.media-avatar-picker.image-cropper.zoom_in': 'Mais zoom',
|
|
172
|
+
'media.media-avatar-picker.image-cropper.zoom_out': 'Menos zoom',
|
|
173
|
+
'media.media-avatar-picker.image-cropper.zoom_slider': 'configurar zoom',
|
|
174
|
+
};
|