@seafile/seafile-database 0.0.38 → 0.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/_i18n/i18n-seafile-editor.js +3 -2
  2. package/package.json +1 -1
  3. package/public/seafile-editor/locales/ar/seafile-editor.json +239 -0
  4. package/public/seafile-editor/locales/ca/seafile-editor.json +239 -0
  5. package/public/seafile-editor/locales/cs/seafile-editor.json +234 -0
  6. package/public/seafile-editor/locales/de/seafile-editor.json +234 -0
  7. package/public/seafile-editor/locales/el/seafile-editor.json +239 -0
  8. package/public/seafile-editor/locales/en/seafile-editor.json +244 -0
  9. package/public/seafile-editor/locales/es/seafile-editor.json +234 -0
  10. package/public/seafile-editor/locales/es-AR/seafile-editor.json +169 -0
  11. package/public/seafile-editor/locales/es-MX/seafile-editor.json +169 -0
  12. package/public/seafile-editor/locales/es_AR/seafile-editor.json +239 -0
  13. package/public/seafile-editor/locales/es_MX/seafile-editor.json +239 -0
  14. package/public/seafile-editor/locales/fa_IR/seafile-editor.json +239 -0
  15. package/public/seafile-editor/locales/fi/seafile-editor.json +239 -0
  16. package/public/seafile-editor/locales/fr/seafile-editor.json +234 -0
  17. package/public/seafile-editor/locales/he/seafile-editor.json +239 -0
  18. package/public/seafile-editor/locales/hu/seafile-editor.json +239 -0
  19. package/public/seafile-editor/locales/id/seafile-editor.json +239 -0
  20. package/public/seafile-editor/locales/is/seafile-editor.json +239 -0
  21. package/public/seafile-editor/locales/it/seafile-editor.json +234 -0
  22. package/public/seafile-editor/locales/ja/seafile-editor.json +239 -0
  23. package/public/seafile-editor/locales/ko/seafile-editor.json +239 -0
  24. package/public/seafile-editor/locales/lt/seafile-editor.json +239 -0
  25. package/public/seafile-editor/locales/lv/seafile-editor.json +239 -0
  26. package/public/seafile-editor/locales/nb_NO/seafile-editor.json +239 -0
  27. package/public/seafile-editor/locales/nl_NL/seafile-editor.json +239 -0
  28. package/public/seafile-editor/locales/pl/seafile-editor.json +239 -0
  29. package/public/seafile-editor/locales/pt_BR/seafile-editor.json +239 -0
  30. package/public/seafile-editor/locales/ru/seafile-editor.json +234 -0
  31. package/public/seafile-editor/locales/sk_SK/seafile-editor.json +239 -0
  32. package/public/seafile-editor/locales/sl_SI/seafile-editor.json +239 -0
  33. package/public/seafile-editor/locales/sv/seafile-editor.json +239 -0
  34. package/public/seafile-editor/locales/th_TH/seafile-editor.json +239 -0
  35. package/public/seafile-editor/locales/tr/seafile-editor.json +239 -0
  36. package/public/seafile-editor/locales/uk/seafile-editor.json +239 -0
  37. package/public/seafile-editor/locales/vi/seafile-editor.json +239 -0
  38. package/public/seafile-editor/locales/zh-CN/seafile-editor.json +241 -0
  39. package/public/seafile-editor/locales/zh_CN/seafile-editor.json +241 -0
  40. package/public/seafile-editor/locales/zh_TW/seafile-editor.json +239 -0
@@ -0,0 +1,239 @@
1
+ {
2
+ "Bold": "Pogrubienie",
3
+ "Italic": "Kursywa",
4
+ "Inline_code": "Kod",
5
+ "Header_one": "Nagłówek 1",
6
+ "Header_two": "Nagłówek 2",
7
+ "Header_three": "Nagłówek 3",
8
+ "Header_four": "Nagłówek 4",
9
+ "Header_five": "Nagłówek 5",
10
+ "Header_six": "Nagłówek 6",
11
+ "Paragraph": "Paragraf",
12
+ "Quote": "Cytat",
13
+ "Ordered_list": "Lista uporządkowana",
14
+ "Unordered_list": "Lista nieuporządkowana",
15
+ "Check_list_item": "Element listy z zaznaczeniem",
16
+ "Insert_image": "Wstaw obrazek",
17
+ "Insert_formula": "Wstaw wzór",
18
+ "Formula": "Wzór",
19
+ "Insert_file": "Wstaw plik",
20
+ "Code": "Kod",
21
+ "Code_block": "Blok kodu",
22
+ "Insert_link": "Wstaw link",
23
+ "Insert_table": "Wstaw tabelę",
24
+ "Save": "Zapisz",
25
+ "More": "Więcej",
26
+ "Invalid_url": "Nieprawidłowy adres URL",
27
+ "Link_address": "Adres linku",
28
+ "Image_address": "Adres obrazka",
29
+ "Submit": "Wyślij",
30
+ "Cancel": "Anuluj",
31
+ "Switch_to_plain_text_editor": "Przełącz na edytor tekstu",
32
+ "Switch_to_rich_text_editor": "Przełącz na edytor tekstu z formatowaniem",
33
+ "Switch_to_viewer": "Przełącz na widok",
34
+ "Help": "Pomoc",
35
+ "Delete_table": "Usuń tabelę",
36
+ "Column": "Kolumna",
37
+ "Row": "Wiersz",
38
+ "Insert_row_before": "Wstaw wiersz przed",
39
+ "Insert_row_after": "Wstaw wiersz po",
40
+ "Insert_column_before": "Wstaw kolumnę przed",
41
+ "Insert_column_after": "Wstaw kolumnę po",
42
+ "Delete_row": "Usuń wiersz",
43
+ "Delete_column": "Usuń kolumnę",
44
+ "Insert_row": "Wstaw wiersz",
45
+ "Insert_column": "Wstaw kolumnę",
46
+ "Set_align": "Ustaw wyrównanie",
47
+ "Left": "Wyrównaj do lewej",
48
+ "Center": "Wyrównaj do środka",
49
+ "Right": "Wyrównaj do prawej",
50
+ "File_saved": "Plik zapisany",
51
+ "File_failed_to_save": "Plik nie został zapisany",
52
+ "Star": "Szczegółowy widok",
53
+ "Unstar": "Przestaw szczegółowy widok",
54
+ "Back_to_parent_directory": "Wróć do katalogu nadrzędnego",
55
+ "Edit": "Edytuj",
56
+ "Copy": "Kopiuj",
57
+ "Copied": "Skopiowano",
58
+ "Internal_link": "Wewnętrzny link",
59
+ "Copy_internal_link": "Kopiuj wewnętrzny link",
60
+ "Internal_link_desc": "Opis wewnętrznego linku",
61
+ "Share": "Udostępnij",
62
+ "Share_link": "Udostępnij link",
63
+ "Generate": "Wygeneruj",
64
+ "Add_password_protection": "Dodaj ochronę hasła",
65
+ "Password": "Hasło",
66
+ "At_least_8_characters": "Wymagane jest co najmniej 8 znaków",
67
+ "Password_again": "Powtórz hasło",
68
+ "Add_auto_expiration": "Dodaj termin ważności",
69
+ "Days": "dni",
70
+ "Please_enter_password": "Proszę podać hasło",
71
+ "Greater_than_or_equal_to": "Wymagane jest co najmniej",
72
+ "Less_than_or_equal_to": "Wymagane jest co najwyżej",
73
+ "Set_permission": "Ustaw uprawnienia",
74
+ "Preview_and_download": "Podgląd i pobranie",
75
+ "Preview_only": "Podgląd tylko",
76
+ "Please_enter_valid_days": "Podaj prawidłową liczbę dni",
77
+ "Please_enter_a_non-negative_integer": "Proszę podać nieujemną liczbę całkowitą",
78
+ "Please_enter_days": "Proszę podać dni",
79
+ "Password_is_too_short": "Hasło jest za krótkie",
80
+ "Passwords_do_not_match": "Hasła nie pasują",
81
+ "Return_to_wiki_page": "Wróć do strony Wiki",
82
+ "Insert_network_image": "Wstaw obrazek z sieci",
83
+ "Upload_local_image": "Prześlij lokalny obrazek",
84
+ "Add_link": "Dodaj link",
85
+ "File_history": "Historia pliku",
86
+ "History_version": "Wersja historii",
87
+ "Back_to_viewer": "Wróć do widoku",
88
+ "Link_title": "Tytuł linku",
89
+ "Local_draft": "Lokalny szkic",
90
+ "Use_draft": "Użyj szkicu",
91
+ "Delete_draft": "Usuń szkic",
92
+ "You_have_an_unsaved_draft_do_you_like_to_use_it": "Masz niezapisany szkic. Czy chcesz go użyć?",
93
+ "Local_draft_saved": "Lokalny szkic zapisany",
94
+ "New_draft": "Nowy szkic",
95
+ "View_draft": "Widok szkicu",
96
+ "Publish": "Opublikuj",
97
+ "This_file_has_a_draft": "Ten plik ma szkic",
98
+ "Delete": "Usuń",
99
+ "Comments": "Komentarze",
100
+ "Add_a_comment": "Dodaj komentarz...",
101
+ "No_comment_yet": "Brak komentarzy.",
102
+ "Mark_as_resolved": "Oznacz jako rozwiązane",
103
+ "Ask_for_review": "Poproś o przegląd",
104
+ "Review_already_exists": "Przegląd już istnieje",
105
+ "View_review": "Widok przeglądu",
106
+ "There_is_an_associated_review_with_this_file": "Ten plik ma powiązany przegląd",
107
+ "Start_review": "Zacznij przegląd",
108
+ "This_file_is_in_draft_stage": "Ten plik jest w fazie szkicu",
109
+ "This_file_is_in_review_stage": "Ten plik jest w fazie przeglądu",
110
+ "This_file_has_been_updated": "Ten plik został zaktualizowany",
111
+ "Refresh": "Odśwież",
112
+ "Related_files": "Powiązane pliki",
113
+ "Related_file": "Powiązany plik",
114
+ "No_tags": "Brak tagów",
115
+ "Date": "Data",
116
+ "Participants": "Członkowie",
117
+ "Meeting_note": "Notatka spotkania",
118
+ "Chooser_document_type": "Wybierz typ dokumentu",
119
+ "Empty": "Pusto",
120
+ "No_related_files": "Brak powiązanych plików",
121
+ "Outline": "Wstęp",
122
+ "No_outline": "Brak wstępu",
123
+ "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Edytowanie plików w tym przeglądarce może prowadzić do nieprzyjemnych problemów z wyświetleniem",
124
+ "No_document_improvement_suggestion": "Brak sugestii poprawienia dokumentu",
125
+ "Hide_side_panel": "Ukryj panel boczy",
126
+ "Show_side_panel": "Pokaż panel boczy",
127
+ "Show_resolved_comments": "Pokaż rozwiązane komentarze",
128
+ "Update": "Aktualizuj",
129
+ "Width": "Szerokość",
130
+ "Height": "Wysokość",
131
+ "Full_screen": "Pełny ekran",
132
+ "Insert_library_image": "Wstaw obraz z biblioteki",
133
+ "Size": "Rozmiar",
134
+ "Location": "Położenie",
135
+ "Last_update": "Ostatnia aktualizacja",
136
+ "Tags": "Tagi",
137
+ "Add_participants": "Dodaj uczestników",
138
+ "Clear_format": "Wyczyść format",
139
+ "Image_address_invalid": "Nieprawidłowy adres obrazu",
140
+ "Shortcut_help": "Pomoc skrótów",
141
+ "Link_address_required": "Wymagany jest adres linku",
142
+ "Link_address_invalid": "Nieprawidłowy adres linku",
143
+ "Link_title_required": "Wymagany jest tytuł linku",
144
+ "Blank_title_not_allowed": "Pusty tytuł nie jest dozwolony",
145
+ "userHelp": {
146
+ "title": "Pomoc skrótów",
147
+ "userHelpData": [
148
+ {
149
+ "shortcutType": "Edytor tekstu",
150
+ "shortcutData": {
151
+ "Make_list": "Utwórz listę",
152
+ "Make_ordered_list": "Utwórz numerowaną listę",
153
+ "Insert_new_item": "Wstaw nowy element",
154
+ "Insert_child_in_item": "Wstaw podelement",
155
+ "Increase_depth": "Zwiększ głębokość"
156
+ }
157
+ },
158
+ {
159
+ "shortcutType": "Nagłówki",
160
+ "shortcutData": {
161
+ "Heading_1": "Nagłówek 1",
162
+ "Heading_2": "Nagłówek 2",
163
+ "Heading_3": "Nagłówek 3",
164
+ "Heading_4": "Nagłówek 4",
165
+ "Heading_5": "Nagłówek 5",
166
+ "Heading_6": "Nagłówek 6"
167
+ }
168
+ },
169
+ {
170
+ "shortcutType": "Bloki kodu",
171
+ "shortcutData": {
172
+ "Make_code_block": "Utwórz blok kodu",
173
+ "Insert_new_line": "Wstaw nową linię",
174
+ "Escape_code_block": "Zamknij blok kodu",
175
+ "Insert_indent": "Wstaw wcięcie"
176
+ }
177
+ },
178
+ {
179
+ "shortcutType": "Cytaty",
180
+ "shortcutData": {
181
+ "Make_block_quote": "Utwórz cytat",
182
+ "Escape_block_quote": "Zamknij cytat"
183
+ }
184
+ },
185
+ {
186
+ "shortcutType": "Tablice",
187
+ "shortcutData": {
188
+ "Insert_table_row": "Wstaw wiersz tabeli",
189
+ "Escape_table": "Zamknij tabelę"
190
+ }
191
+ },
192
+ {
193
+ "shortcutType": "Wzory",
194
+ "shortcutData": {
195
+ "Insert_formula": "Wstaw wzor"
196
+ }
197
+ },
198
+ {
199
+ "shortcutType": "Formatowanie tekstu",
200
+ "shortcutData": {
201
+ "Bold": "Pogrubienie",
202
+ "Italic": "Kursywa",
203
+ "Italic_bold": "Pogrubiona kursywa",
204
+ "Inline_code": "Kod wiersza"
205
+ }
206
+ },
207
+ {
208
+ "shortcutType": "Zapisz plik",
209
+ "shortcutData": {
210
+ "Save_file": "Zapisz plik"
211
+ }
212
+ },
213
+ {
214
+ "shortcutType": "Wklej obrazek",
215
+ "shortcutData": {
216
+ "Paste_screen_shot": "Wklej obrazek",
217
+ "Drag_image_from_anywhere_to_upload_it": "Przeciągnij obrazek z dowolnego miejsca, aby go przesłać"
218
+ }
219
+ }
220
+ ]
221
+ },
222
+ "Select_field": "Wybierz pole",
223
+ "Font_style": "Styl czcionki",
224
+ "Open_link": "Otwórz link",
225
+ "Image_is_uploading": "Obrazek jest w trakcie przesyłania",
226
+ "Image_loading_failed": "Wczytywanie obrazu nie powiodło się",
227
+ "Expand_editor": " Rozwiń edytor",
228
+ "Insert_below": "Wstaw poniżej",
229
+ "Insert_above": "Wstaw powyżej",
230
+ "Insert_on_the_right": "Wstaw na prawo",
231
+ "Insert_on_the_left": "Wstaw na lewo",
232
+ "Row(s)": "Wiersz(ów)",
233
+ "Column(s)": "Kolumna(ów)",
234
+ "Insert": "Wstaw",
235
+ "Horizontal_align": "Wyrównaj poziomo",
236
+ "Underline": "Podkreślenie",
237
+ "Row_number": "Numer wiersza",
238
+ "Column_number": "Numer kolumny"
239
+ }
@@ -0,0 +1,239 @@
1
+ {
2
+ "Bold": "Negrito",
3
+ "Italic": "Itálico",
4
+ "Inline_code": "Código Inline",
5
+ "Header_one": "Cabeçalho 1",
6
+ "Header_two": "Cabeçalho 2",
7
+ "Header_three": "Cabeçalho 3",
8
+ "Header_four": "Cabeçalho 4",
9
+ "Header_five": "Cabeçalho 5",
10
+ "Header_six": "Cabeçalho 6",
11
+ "Paragraph": "Parágrafo",
12
+ "Quote": "Citação",
13
+ "Ordered_list": "Lista Ordenada",
14
+ "Unordered_list": "Lista não ordenada",
15
+ "Check_list_item": "Item de lista de verificação",
16
+ "Insert_image": "Inserir imagem",
17
+ "Insert_formula": "Inserir fórmula",
18
+ "Formula": "Fórmula",
19
+ "Insert_file": "Inserir arquivo",
20
+ "Code": "Código",
21
+ "Code_block": "Bloco de código",
22
+ "Insert_link": "Inserir link",
23
+ "Insert_table": "Inserir tabela",
24
+ "Save": "Salvar",
25
+ "More": "Mais",
26
+ "Invalid_url": "URL inválida",
27
+ "Link_address": "Endereço do link",
28
+ "Image_address": "Endereço da imagem",
29
+ "Submit": "Enviar",
30
+ "Cancel": "Cancelar",
31
+ "Switch_to_plain_text_editor": "Mudar para editor de texto simples",
32
+ "Switch_to_rich_text_editor": "Mudar para editor de texto rico",
33
+ "Switch_to_viewer": "Mudar para visualizador",
34
+ "Help": "Ajuda",
35
+ "Delete_table": "Deletar tabela",
36
+ "Column": "Coluna",
37
+ "Row": "Linha",
38
+ "Insert_row_before": "Inserir linha antes",
39
+ "Insert_row_after": "Inserir linha depois",
40
+ "Insert_column_before": "Inserir coluna antes",
41
+ "Insert_column_after": "Inserir coluna depois",
42
+ "Delete_row": "Deletar linha",
43
+ "Delete_column": "Deletar coluna",
44
+ "Insert_row": "Inserir linha",
45
+ "Insert_column": "Inserir coluna",
46
+ "Set_align": "Definir alinhamento",
47
+ "Left": "Esquerda",
48
+ "Center": "Centro",
49
+ "Right": "Direita",
50
+ "File_saved": "Arquivo salvo",
51
+ "File_failed_to_save": "Arquivo não foi salvo",
52
+ "Star": "Estrela",
53
+ "Unstar": "Remover estrela",
54
+ "Back_to_parent_directory": "Voltar para diretório pai",
55
+ "Edit": "Editar",
56
+ "Copy": "Copiar",
57
+ "Copied": "Copiado",
58
+ "Internal_link": "Link interno",
59
+ "Copy_internal_link": "Copiar link interno",
60
+ "Internal_link_desc": "Descrição do link interno",
61
+ "Share": "Compartilhar",
62
+ "Share_link": "Link compartilhado",
63
+ "Generate": "Gerar",
64
+ "Add_password_protection": "Adicionar proteção por senha",
65
+ "Password": "Senha",
66
+ "At_least_8_characters": "No mínimo 8 caracteres",
67
+ "Password_again": "Informe a senha novamente",
68
+ "Add_auto_expiration": "Adicionar auto expiração",
69
+ "Days": "dias",
70
+ "Please_enter_password": "Por favor insira a senha",
71
+ "Greater_than_or_equal_to": "Maior ou igual a",
72
+ "Less_than_or_equal_to": "Menor ou igual a",
73
+ "Set_permission": "Definir permissão",
74
+ "Preview_and_download": "Pré-visualizar e baixar",
75
+ "Preview_only": "Pré-visualizar apenas",
76
+ "Please_enter_valid_days": "Por favor insira dias validos",
77
+ "Please_enter_a_non-negative_integer": "Por favor insira um número inteiro não negativo",
78
+ "Please_enter_days": "Por favor, informe os dias",
79
+ "Password_is_too_short": "Senha muito curta",
80
+ "Passwords_do_not_match": "Senhas não conscidem",
81
+ "Return_to_wiki_page": "Retornar à página do wiki",
82
+ "Insert_network_image": "Inserir imagem da rede",
83
+ "Upload_local_image": "Upload de imagem local",
84
+ "Add_link": "Adicionar link",
85
+ "File_history": "Histórico do arquivo",
86
+ "History_version": "Versão do histórico",
87
+ "Back_to_viewer": "Voltar para visualizador",
88
+ "Link_title": "Título do link",
89
+ "Local_draft": "Rascunho local",
90
+ "Use_draft": "Usar rascunho",
91
+ "Delete_draft": "Excluir rascunho",
92
+ "You_have_an_unsaved_draft_do_you_like_to_use_it": "Você tem um rascunho não salvo. Deseja usá-lo?",
93
+ "Local_draft_saved": "Rascunho local salvo",
94
+ "New_draft": "Novo rascunho",
95
+ "View_draft": "Visualizar rascunho",
96
+ "Publish": "Publicar",
97
+ "This_file_has_a_draft": "Este arquivo tem um rascunho",
98
+ "Delete": "Excluir",
99
+ "Comments": "Comentários",
100
+ "Add_a_comment": "Adicionar comentário",
101
+ "No_comment_yet": "Nenhum comentário ainda.",
102
+ "Mark_as_resolved": "Marcar como resolvido",
103
+ "Ask_for_review": "Solicitar revisão",
104
+ "Review_already_exists": "Já existe uma revisão para este arquivo",
105
+ "View_review": "Visualizar revisão",
106
+ "There_is_an_associated_review_with_this_file": "Existe uma revisão associada a este arquivo",
107
+ "Start_review": "Iniciar revisão",
108
+ "This_file_is_in_draft_stage": "Este arquivo está em estágio de rascunho",
109
+ "This_file_is_in_review_stage": "Este arquivo está em estágio de revisão",
110
+ "This_file_has_been_updated": "Este arquivo foi atualizado",
111
+ "Refresh": "Atualizar",
112
+ "Related_files": "Arquivos relacionados",
113
+ "Related_file": "Arquivo relacionado",
114
+ "No_tags": "Nenhuma tag",
115
+ "Date": "Data",
116
+ "Participants": "Participantes",
117
+ "Meeting_note": "Nota da reunião",
118
+ "Chooser_document_type": "Tipo de documento",
119
+ "Empty": "Vazio",
120
+ "No_related_files": "Nenhum arquivo relacionado",
121
+ "Outline": "Sumário",
122
+ "No_outline": "Nenhum sumário",
123
+ "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editar arquivos neste navegador pode levar a problemas de exibição ligeiros",
124
+ "No_document_improvement_suggestion": "Nenhuma sugestão de melhoria de documento",
125
+ "Hide_side_panel": "Ocultar painel lateral",
126
+ "Show_side_panel": "Mostrar painel lateral",
127
+ "Show_resolved_comments": "Mostrar comentários resolvidos",
128
+ "Update": "Atualizar",
129
+ "Width": "Largura",
130
+ "Height": "Altura",
131
+ "Full_screen": "Tela cheia",
132
+ "Insert_library_image": "Inserir imagem da biblioteca",
133
+ "Size": "Tamanho",
134
+ "Location": "Localização",
135
+ "Last_update": "Última atualização",
136
+ "Tags": "Tags",
137
+ "Add_participants": "Adicionar participantes",
138
+ "Clear_format": "Limpar formato",
139
+ "Image_address_invalid": "Endereço de imagem inválido",
140
+ "Shortcut_help": "Ajuda de atalho",
141
+ "Link_address_required": "Endereço de link necessário",
142
+ "Link_address_invalid": "Endereço de link inválido",
143
+ "Link_title_required": "Título de link necessário",
144
+ "Blank_title_not_allowed": "Título em branco não é permitido",
145
+ "userHelp": {
146
+ "title": "Ajuda de atalho",
147
+ "userHelpData": [
148
+ {
149
+ "shortcutType": "Lista",
150
+ "shortcutData": {
151
+ "Make_list": "Criar lista",
152
+ "Make_ordered_list": "Criar lista ordenada",
153
+ "Insert_new_item": "Inserir novo item",
154
+ "Insert_child_in_item": "Inserir filho no item",
155
+ "Increase_depth": "Aumentar profundidade"
156
+ }
157
+ },
158
+ {
159
+ "shortcutType": "Cabeçalho",
160
+ "shortcutData": {
161
+ "Heading_1": "Cabeçalho 1",
162
+ "Heading_2": "Cabeçalho 2",
163
+ "Heading_3": "Cabeçalho 3",
164
+ "Heading_4": "Cabeçalho 4",
165
+ "Heading_5": "Cabeçalho 5",
166
+ "Heading_6": "Cabeçalho 6"
167
+ }
168
+ },
169
+ {
170
+ "shortcutType": "Bloco de código",
171
+ "shortcutData": {
172
+ "Make_code_block": "Criar bloco de código",
173
+ "Insert_new_line": "Inserir nova linha",
174
+ "Escape_code_block": "Sair do bloco de código",
175
+ "Insert_indent": "Inserir recuo"
176
+ }
177
+ },
178
+ {
179
+ "shortcutType": "Citação",
180
+ "shortcutData": {
181
+ "Make_block_quote": "Criar citação",
182
+ "Escape_block_quote": "Sair da citação"
183
+ }
184
+ },
185
+ {
186
+ "shortcutType": "Tabela",
187
+ "shortcutData": {
188
+ "Insert_table_row": "Inserir linha de tabela",
189
+ "Escape_table": "Sair da tabela"
190
+ }
191
+ },
192
+ {
193
+ "shortcutType": "Fórmula",
194
+ "shortcutData": {
195
+ "Insert_formula": "Inserir fórmula"
196
+ }
197
+ },
198
+ {
199
+ "shortcutType": "Formatação",
200
+ "shortcutData": {
201
+ "Bold": "Negrito",
202
+ "Italic": "Itálico",
203
+ "Italic_bold": "Negrito e itálico",
204
+ "Inline_code": "Código inline"
205
+ }
206
+ },
207
+ {
208
+ "shortcutType": "Salvar",
209
+ "shortcutData": {
210
+ "Save_file": "Salvar arquivo"
211
+ }
212
+ },
213
+ {
214
+ "shortcutType": "Colar",
215
+ "shortcutData": {
216
+ "Paste_screen_shot": "Colar captura de tela",
217
+ "Drag_image_from_anywhere_to_upload_it": "Arraste a imagem de qualquer lugar para fazer upload"
218
+ }
219
+ }
220
+ ]
221
+ },
222
+ "Select_field": "Campo de seleção",
223
+ "Font_style": "Estilo de fonte",
224
+ "Open_link": "Abrir link",
225
+ "Image_is_uploading": "Imagem está sendo carregada",
226
+ "Image_loading_failed": "Falha ao carregar imagem",
227
+ "Expand_editor": "Expandir editor",
228
+ "Insert_below": "Inserir abaixo",
229
+ "Insert_above": "Inserir acima",
230
+ "Insert_on_the_right": "Inserir à direita",
231
+ "Insert_on_the_left": "Inserir à esquerda",
232
+ "Row(s)": "Linha(s)",
233
+ "Column(s)": "Coluna(s)",
234
+ "Insert": "Inserir",
235
+ "Horizontal_align": "Alinhamento horizontal",
236
+ "Underline": "Sublinhado",
237
+ "Row_number": "Número da linha",
238
+ "Column_number": "Número da coluna"
239
+ }