@seafile/sdoc-editor 0.5.69 → 0.5.71
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/dist/basic-sdk/editor/editable-article.js +4 -3
- package/dist/basic-sdk/editor/sdoc-editor.js +1 -18
- package/dist/basic-sdk/editor/wiki-editor.js +161 -0
- package/dist/basic-sdk/extension/commons/file-insert-dialog/index.js +39 -13
- package/dist/basic-sdk/extension/commons/insert-element-dialog/index.js +12 -2
- package/dist/basic-sdk/extension/constants/element-type.js +1 -0
- package/dist/basic-sdk/extension/constants/index.js +2 -2
- package/dist/basic-sdk/extension/plugins/column/column-list-menu.css +35 -0
- package/dist/basic-sdk/extension/plugins/column/column-list-menu.js +47 -0
- package/dist/basic-sdk/extension/plugins/column/helpers.js +13 -8
- package/dist/basic-sdk/extension/plugins/column/index.js +0 -2
- package/dist/basic-sdk/extension/plugins/column/menu/seatable-column.js +31 -0
- package/dist/basic-sdk/extension/plugins/column/model.js +6 -8
- package/dist/basic-sdk/extension/plugins/column/render-elem.js +39 -101
- package/dist/basic-sdk/extension/plugins/index.js +3 -2
- package/dist/basic-sdk/extension/plugins/link/dialog/add-link-dialog/index.js +5 -2
- package/dist/basic-sdk/extension/plugins/link/plugin.js +26 -11
- package/dist/basic-sdk/extension/plugins/sdoc-link/hover-menu/index.js +4 -3
- package/dist/basic-sdk/extension/plugins/sdoc-link/plugin.js +3 -2
- package/dist/basic-sdk/extension/plugins/sdoc-link/render/render-elem.js +8 -2
- package/dist/basic-sdk/extension/plugins/table/plugin.js +8 -1
- package/dist/basic-sdk/extension/plugins/wiki-link/helpers.js +60 -0
- package/dist/basic-sdk/extension/plugins/wiki-link/index.js +9 -0
- package/dist/basic-sdk/extension/render/custom-element.js +10 -6
- package/dist/basic-sdk/extension/toolbar/header-toolbar/index.js +1 -6
- package/dist/basic-sdk/extension/toolbar/header-toolbar/insert-toolbar/index.js +2 -2
- package/dist/basic-sdk/utils/dom-utils.js +1 -2
- package/dist/constants/index.js +2 -0
- package/dist/pages/document-plugin-editor.js +3 -1
- package/dist/pages/document-plugin-viewer.js +1 -1
- package/dist/pages/sdoc-wiki-viewer.js +11 -10
- package/package.json +1 -1
- package/public/locales/cs/sdoc-editor.json +2 -1
- package/public/locales/de/sdoc-editor.json +2 -1
- package/public/locales/en/sdoc-editor.json +2 -1
- package/public/locales/es/sdoc-editor.json +2 -1
- package/public/locales/es_AR/sdoc-editor.json +465 -0
- package/public/locales/es_MX/sdoc-editor.json +465 -0
- package/public/locales/fr/sdoc-editor.json +2 -1
- package/public/locales/it/sdoc-editor.json +2 -1
- package/public/locales/ru/sdoc-editor.json +5 -4
- package/public/locales/zh_CN/sdoc-editor.json +2 -1
- package/dist/basic-sdk/extension/plugins/column/menu/index.js +0 -28
- package/public/locales/es-AR/sdoc-editor.json +0 -169
- package/public/locales/es-MX/sdoc-editor.json +0 -169
|
@@ -445,6 +445,7 @@
|
|
|
445
445
|
"Recent_visited": "Recent visited",
|
|
446
446
|
"The_document_does_not_exist": "The document does not exist",
|
|
447
447
|
"Create_a_new_sdoc_file": "Create a new sdoc file",
|
|
448
|
+
"New_page": "New page",
|
|
448
449
|
"Create": "Vytvořit",
|
|
449
450
|
"Top_align": "Top",
|
|
450
451
|
"Center_align": "Middle",
|
|
@@ -461,4 +462,4 @@
|
|
|
461
462
|
"Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
|
|
462
463
|
"Vertical_align": "Vertical alignment",
|
|
463
464
|
"Horizontal_align": "Horizontal alignment"
|
|
464
|
-
}
|
|
465
|
+
}
|
|
@@ -445,6 +445,7 @@
|
|
|
445
445
|
"Recent_visited": "Recent visited",
|
|
446
446
|
"The_document_does_not_exist": "The document does not exist",
|
|
447
447
|
"Create_a_new_sdoc_file": "Create a new sdoc file",
|
|
448
|
+
"New_page": "New page",
|
|
448
449
|
"Create": "Erstellen",
|
|
449
450
|
"Top_align": "Top",
|
|
450
451
|
"Center_align": "Middle",
|
|
@@ -461,4 +462,4 @@
|
|
|
461
462
|
"Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
|
|
462
463
|
"Vertical_align": "Vertical alignment",
|
|
463
464
|
"Horizontal_align": "Horizontal alignment"
|
|
464
|
-
}
|
|
465
|
+
}
|
|
@@ -445,6 +445,7 @@
|
|
|
445
445
|
"Recent_visited": "Recent visited",
|
|
446
446
|
"The_document_does_not_exist": "The document does not exist",
|
|
447
447
|
"Create_a_new_sdoc_file": "Create a new sdoc file",
|
|
448
|
+
"New_page": "New page",
|
|
448
449
|
"Create": "Create",
|
|
449
450
|
"Top_align": "Top",
|
|
450
451
|
"Center_align": "Middle",
|
|
@@ -461,4 +462,4 @@
|
|
|
461
462
|
"Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
|
|
462
463
|
"Vertical_align": "Vertical alignment",
|
|
463
464
|
"Horizontal_align": "Horizontal alignment"
|
|
464
|
-
}
|
|
465
|
+
}
|
|
@@ -445,6 +445,7 @@
|
|
|
445
445
|
"Recent_visited": "Recent visited",
|
|
446
446
|
"The_document_does_not_exist": "The document does not exist",
|
|
447
447
|
"Create_a_new_sdoc_file": "Create a new sdoc file",
|
|
448
|
+
"New_page": "New page",
|
|
448
449
|
"Create": "Crear",
|
|
449
450
|
"Top_align": "Top",
|
|
450
451
|
"Center_align": "Middle",
|
|
@@ -461,4 +462,4 @@
|
|
|
461
462
|
"Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
|
|
462
463
|
"Vertical_align": "Vertical alignment",
|
|
463
464
|
"Horizontal_align": "Horizontal alignment"
|
|
464
|
-
}
|
|
465
|
+
}
|
|
@@ -0,0 +1,465 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Negrita",
|
|
3
|
+
"Italic": "Itálica",
|
|
4
|
+
"Underline": "Underline",
|
|
5
|
+
"Strikethrough": "Tachado",
|
|
6
|
+
"Superscript": "Superscript",
|
|
7
|
+
"Subscript": "Subscript",
|
|
8
|
+
"Inline_code": "Código",
|
|
9
|
+
"Header_one": "Encabezado 1",
|
|
10
|
+
"Header_two": "Encabezado 2",
|
|
11
|
+
"Header_three": "Encabezado 3",
|
|
12
|
+
"Header_four": "Encabezado 4",
|
|
13
|
+
"Header_five": "Encabezado 5",
|
|
14
|
+
"Header_six": "Encabezado 6",
|
|
15
|
+
"Paragraph": "Párrafo",
|
|
16
|
+
"Quote": "Cita",
|
|
17
|
+
"Ordered_list": "Lista ordenada",
|
|
18
|
+
"Unordered_list": "Lista desordenada",
|
|
19
|
+
"Check_list_item": "Check list item",
|
|
20
|
+
"Insert_image": "Insert image",
|
|
21
|
+
"Insert_formula": "Insert formula",
|
|
22
|
+
"Formula": "Fórmula",
|
|
23
|
+
"Insert_file": "Insert file",
|
|
24
|
+
"Code": "Inline code",
|
|
25
|
+
"Code_block": "Code block",
|
|
26
|
+
"Insert_link": "Insert link",
|
|
27
|
+
"Insert_table": "Insert table",
|
|
28
|
+
"Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
|
|
29
|
+
"Save": "Guardar",
|
|
30
|
+
"More": "Más",
|
|
31
|
+
"Invalid_url": "URL Inválida",
|
|
32
|
+
"Link_address": "Dirección del enlace",
|
|
33
|
+
"Image_address": "Dirección de la imagen",
|
|
34
|
+
"Submit": "Enviar",
|
|
35
|
+
"Cancel": "Cancelar",
|
|
36
|
+
"Switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
|
37
|
+
"Switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
|
38
|
+
"Switch_to_viewer": "Cambiar a visualizador Markdown",
|
|
39
|
+
"Help": "Ayuda",
|
|
40
|
+
"Column": "Columna",
|
|
41
|
+
"Row": "Fila",
|
|
42
|
+
"Delete_table": "Delete table",
|
|
43
|
+
"Delete_row": "Delete row",
|
|
44
|
+
"Delete_column": "Delete column",
|
|
45
|
+
"Insert_row": "Insert row",
|
|
46
|
+
"Insert_column": "Insert column",
|
|
47
|
+
"Set_align": "Establecer alineación",
|
|
48
|
+
"Left": "Izquierda",
|
|
49
|
+
"Center": "Centrar",
|
|
50
|
+
"Right": "derecha",
|
|
51
|
+
"File_saved": "Archivo guardado",
|
|
52
|
+
"File_failed_to_save": "Fallo al guardar archivo",
|
|
53
|
+
"Back_to_parent_directory": "Volver a la carpeta superior",
|
|
54
|
+
"Edit": "Editar",
|
|
55
|
+
"Copy": "Copiar",
|
|
56
|
+
"Copied": "Copiado",
|
|
57
|
+
"Cut": "Cut",
|
|
58
|
+
"Internal_link": "Enlace interno",
|
|
59
|
+
"Copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
|
60
|
+
"Internal_link_desc": "Un enlace interno es un enlace a un archivo o carpeta que puede ser accedido por usuarios con permiso de lectura al archivo o carpeta. ",
|
|
61
|
+
"Share": "Compartir",
|
|
62
|
+
"Share_link": "Compartir enlace",
|
|
63
|
+
"Generate": "Generar",
|
|
64
|
+
"Add_password_protection": "Agregar protección por contraseña",
|
|
65
|
+
"Password": "Contraseña ",
|
|
66
|
+
"At_least_8_characters": "al menos 8 caracteres",
|
|
67
|
+
"Password_again": "Repetir contraseña",
|
|
68
|
+
"Add_auto_expiration": "Agregar vencimiento automático",
|
|
69
|
+
"Days": "días",
|
|
70
|
+
"Please_enter_password": "Ingresa una contraseña",
|
|
71
|
+
"Greater_than_or_equal_to": "Mayor o igual que",
|
|
72
|
+
"Less_than_or_equal_to": "Menor o igual que",
|
|
73
|
+
"Set_permission": "Establecer permiso",
|
|
74
|
+
"Preview_and_download": "Vista previa y descargar",
|
|
75
|
+
"Preview_only": "Vista previa solamente",
|
|
76
|
+
"Please_enter_valid_days": "Ingresa cantidad válida de días",
|
|
77
|
+
"Please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
|
78
|
+
"Please_enter_days": "Ingresa cantidad de días",
|
|
79
|
+
"Password_is_too_short": "Contraseña demasiado corta",
|
|
80
|
+
"Passwords_do_not_match": "Las contraseñas no concuerdan",
|
|
81
|
+
"Return_to_wiki_page": "Volver a la página del Wiki",
|
|
82
|
+
"Insert_network_image": "Insertar imágen desde la red",
|
|
83
|
+
"Upload_local_image": "Subir imagen local",
|
|
84
|
+
"Add_link": "Agregar enlace",
|
|
85
|
+
"File_history": "File history",
|
|
86
|
+
"History_version": "History versions",
|
|
87
|
+
"Back_to_viewer": "Back to viewer",
|
|
88
|
+
"Link_title": "Título del enlace",
|
|
89
|
+
"Local_draft": "Borrador local",
|
|
90
|
+
"Use_draft": "Usar borrador",
|
|
91
|
+
"Delete_draft": "Eliminar borrador",
|
|
92
|
+
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
|
93
|
+
"Local_draft_saved": "Borrador local guardado",
|
|
94
|
+
"New_draft": "New draft",
|
|
95
|
+
"View_draft": "View draft",
|
|
96
|
+
"Publish": "Publicar",
|
|
97
|
+
"This_file_has_a_draft": "Este archivo tiene un borrador",
|
|
98
|
+
"Delete": "Borrar",
|
|
99
|
+
"Reply": "Responder",
|
|
100
|
+
"Comment": "Comentar",
|
|
101
|
+
"Comments": "Comentarios",
|
|
102
|
+
"All_comments": "All comments",
|
|
103
|
+
"Resolved_comments": "Resolved comments",
|
|
104
|
+
"Unresolved_comments": "Unresolved comments",
|
|
105
|
+
"Total_1_comment": "Total 1 comment",
|
|
106
|
+
"Total_count_comments": "Total {{count}} comments",
|
|
107
|
+
"Add_a_comment": "Agregar un comentario...",
|
|
108
|
+
"No_comment_yet": "No hay comentarios.",
|
|
109
|
+
"Mark_as_Resolved": "Marcar como Resuelto",
|
|
110
|
+
"Resubmit": "Resubmit",
|
|
111
|
+
"Resubmitted": "Resubmitted",
|
|
112
|
+
"Ask_for_review": "Solicitar revisión",
|
|
113
|
+
"Review_already_exists": "La revisión ya existe",
|
|
114
|
+
"View_review": "Ver revisión",
|
|
115
|
+
"There_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
|
116
|
+
"Start_review": "Iniciar revisión",
|
|
117
|
+
"This_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
|
118
|
+
"This_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
|
119
|
+
"This_file_has_been_updated": "Este archivo ha sido actualizado.",
|
|
120
|
+
"Refresh": "Refrescar",
|
|
121
|
+
"Related_files": "Related files",
|
|
122
|
+
"Related_file": "Related file",
|
|
123
|
+
"No_tags": "Sin etiquetas",
|
|
124
|
+
"Date": "Fecha",
|
|
125
|
+
"Participants": "Participantes",
|
|
126
|
+
"Meeting_note": "Nota de la reunión",
|
|
127
|
+
"Chooser_document_type": "Elija el tipo de documento",
|
|
128
|
+
"Empty": "Vacío",
|
|
129
|
+
"No_related_files": "Sin archivos relacionados",
|
|
130
|
+
"No_out_line": "No hay esquema",
|
|
131
|
+
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editar archivos en este navegador puede producir algunos problemas en el display.",
|
|
132
|
+
"No_document_improvement_suggestion": "No hay sugerencias para mejorar el documento",
|
|
133
|
+
"Hide_side_panel": "Ocultar panel lateral",
|
|
134
|
+
"Show_side_panel": "Mostrar panel lateral",
|
|
135
|
+
"Show_resolved_comments": "Mostrar comentarios resueltos",
|
|
136
|
+
"Update": "Actualizar",
|
|
137
|
+
"Width": "Ancho",
|
|
138
|
+
"Height": "Alto",
|
|
139
|
+
"Full_screen": "Pantalla completa",
|
|
140
|
+
"Insert_library_image": "Insertar imagen desde la biblioteca",
|
|
141
|
+
"Size": "Tamaño",
|
|
142
|
+
"Location": "Ubicación",
|
|
143
|
+
"Last_update": "Last update",
|
|
144
|
+
"Tags": "Rótulos",
|
|
145
|
+
"Add_participants": "Agregar participantes",
|
|
146
|
+
"Clear_format": "Clear format",
|
|
147
|
+
"MarkdownLint": {
|
|
148
|
+
"missing_h1": {
|
|
149
|
+
"description": "No hay h1 en el documento",
|
|
150
|
+
"issue": "Falta h1"
|
|
151
|
+
},
|
|
152
|
+
"heading_end_with_colon": {
|
|
153
|
+
"description": "Un encabezado no debe finalizar con el signo Dos Puntos",
|
|
154
|
+
"issue": "El encabezado finaliza con el signo Dos Puntos"
|
|
155
|
+
},
|
|
156
|
+
"heading_increase_irregular": {
|
|
157
|
+
"description": "Los niveles del encabezado sólo deben incrementarse de a uno por vez",
|
|
158
|
+
"issue": "Problema con nivel de encabezado"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"Shortcut_help": "Ayuda de atajos",
|
|
162
|
+
"User_help": {
|
|
163
|
+
"title": "Atajos de teclado",
|
|
164
|
+
"userHelpData": [
|
|
165
|
+
{
|
|
166
|
+
"shortcutType": "Listar atajos",
|
|
167
|
+
"shortcutData": {
|
|
168
|
+
"Make_list": "Crear lista",
|
|
169
|
+
"Make_ordered_list": "Crear lista ordenada",
|
|
170
|
+
"Insert_new_item": "Insertar nuevo ítem",
|
|
171
|
+
"Insert_child_in_item": "Insert child in item",
|
|
172
|
+
"Increase_depth": "Increase depth"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"shortcutType": "Head shortcuts",
|
|
177
|
+
"shortcutData": {
|
|
178
|
+
"Heading_1": "Encabezado 1",
|
|
179
|
+
"Heading_2": "Encabezado 2",
|
|
180
|
+
"Heading_3": "Encabezado 3",
|
|
181
|
+
"Heading_4": "Encabezado 4",
|
|
182
|
+
"Heading_5": "Encabezado 5",
|
|
183
|
+
"Heading_6": "Encabezado 6"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"shortcutType": "Code block shortcuts",
|
|
188
|
+
"shortcutData": {
|
|
189
|
+
"Make_code_block": "Crear bloque de código",
|
|
190
|
+
"Insert_new_line": "Insertar nueva línea",
|
|
191
|
+
"Escape_code_block": "Escape code block",
|
|
192
|
+
"Insert_indent": "Insert indent"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"shortcutType": "Block quote shortcuts",
|
|
197
|
+
"shortcutData": {
|
|
198
|
+
"Make_Block_quote": "Make Block quote",
|
|
199
|
+
"Escape_Block_quote": "Escape Block quote"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"shortcutType": "Atajos de tabla",
|
|
204
|
+
"shortcutData": {
|
|
205
|
+
"Insert_Table_Row": "Insertar fila de tabla",
|
|
206
|
+
"Escape_table": "Escape table"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"shortcutType": "Atajos de fórmula",
|
|
211
|
+
"shortcutData": {
|
|
212
|
+
"Insert_Formula": "Insertar Fórmula"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"shortcutType": "Inline shortcuts",
|
|
217
|
+
"shortcutData": {
|
|
218
|
+
"Bold": "Negrita",
|
|
219
|
+
"Italic": "Itálica",
|
|
220
|
+
"Italic_Bold": "Negrita itálica",
|
|
221
|
+
"Inline_code": "Inline code"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"shortcutType": "Guardar atajos",
|
|
226
|
+
"shortcutData": {
|
|
227
|
+
"Save_file": "Guardar archivo"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"shortcutType": "Atajos de imagen",
|
|
232
|
+
"shortcutData": {
|
|
233
|
+
"Paste_screen_shot": "Pegar captura de pantalla",
|
|
234
|
+
"Drag_image_from_anywhere_to_upload_it": "Arrastrar imagen desde cualquier sitio para subirla"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
"The_link_address_is_required": "The link address is required.",
|
|
240
|
+
"The_link_title_is_required": "The link title is required.",
|
|
241
|
+
"The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.",
|
|
242
|
+
"All_changes_saved": "All changes saved",
|
|
243
|
+
"Saving": "Guardando...",
|
|
244
|
+
"Collaborators": "Collaborators",
|
|
245
|
+
"Online_members": "Online members",
|
|
246
|
+
"Me": "me",
|
|
247
|
+
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.",
|
|
248
|
+
"Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...",
|
|
249
|
+
"Server_is_reconnected": "Server is reconnected.",
|
|
250
|
+
"Outline": "Outline",
|
|
251
|
+
"Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here",
|
|
252
|
+
"Open_parent_folder": "Abrir carpeta contenedora",
|
|
253
|
+
"Redo": "redo",
|
|
254
|
+
"Undo": "undo",
|
|
255
|
+
"Open_link": "Open link",
|
|
256
|
+
"Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns",
|
|
257
|
+
"Rows": "Filas",
|
|
258
|
+
"Columns": "Columnas",
|
|
259
|
+
"Please_enter_title": "Please enter title",
|
|
260
|
+
"Please_enter_text": "Please enter text",
|
|
261
|
+
"Row(s)": "row(s)",
|
|
262
|
+
"Column(s)": "column(s)",
|
|
263
|
+
"Insert_below": "Insert below",
|
|
264
|
+
"Insert_above": "Insert above",
|
|
265
|
+
"Insert_on_the_right": "Insert on the right",
|
|
266
|
+
"Insert_on_the_left": "Insert on the left",
|
|
267
|
+
"Starred": "Favoritos",
|
|
268
|
+
"Unstarred": "Unstarred",
|
|
269
|
+
"Star": "Marcar",
|
|
270
|
+
"Unstar": "Desmarcar",
|
|
271
|
+
"Auto_wrap": "Auto wrap",
|
|
272
|
+
"Add_comment": "Add comment",
|
|
273
|
+
"Delete_comment": "Delete comment",
|
|
274
|
+
"Delete_reply": "Delete reply",
|
|
275
|
+
"Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?",
|
|
276
|
+
"Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?",
|
|
277
|
+
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
|
278
|
+
"Enter_reply_Enter_for_new_line_Shift_Enter_to_send": "Enter reply, Enter for new line, Shift + Enter to send",
|
|
279
|
+
"Reopen_discussion": "Adding a reply will reopen this discussion",
|
|
280
|
+
"Confirm": "Confirmar",
|
|
281
|
+
"View_changes": "View changes",
|
|
282
|
+
"Revision": "Revision",
|
|
283
|
+
"Error": "Error",
|
|
284
|
+
"Start_revise": "Start revise",
|
|
285
|
+
"Revise": "Revise",
|
|
286
|
+
"Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn",
|
|
287
|
+
"Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
|
|
288
|
+
"Load_doc_content_error": "Load doc content error",
|
|
289
|
+
"Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification",
|
|
290
|
+
"Draft": "Borrador",
|
|
291
|
+
"Unmark_as_draft": "Unmark as draft",
|
|
292
|
+
"Background_color": "Background color",
|
|
293
|
+
"No_color": "No color",
|
|
294
|
+
"Standard_color": "Standard color",
|
|
295
|
+
"Recently_used": "Recently used",
|
|
296
|
+
"More_color": "More color",
|
|
297
|
+
"White": "White",
|
|
298
|
+
"Black": "Black",
|
|
299
|
+
"Blue_grey": "Blue_grey",
|
|
300
|
+
"Blue": "Blue",
|
|
301
|
+
"Sky_blue": "Sky_blue",
|
|
302
|
+
"Green": "Green",
|
|
303
|
+
"Red": "Red",
|
|
304
|
+
"Orange": "Orange",
|
|
305
|
+
"Yellow": "Yellow",
|
|
306
|
+
"Purple": "Purple",
|
|
307
|
+
"Light_grey_x": "Light grey {{value}}",
|
|
308
|
+
"Dark_grey_x": "Dark grey {{value}}",
|
|
309
|
+
"Light_blue_grey_x": "Light blue grey {{value}}",
|
|
310
|
+
"Light_blue_x": "Light blue {{value}}",
|
|
311
|
+
"Light_sky_blue_x": "Light sky blue {{value}}",
|
|
312
|
+
"Light_green_x": "Light green {{value}}",
|
|
313
|
+
"Light_red_x": "Light red {{value}}",
|
|
314
|
+
"Light_orange_x": "Light orange {{value}}",
|
|
315
|
+
"Light_yellow_x": "Light yellow {{value}}",
|
|
316
|
+
"Light_purple_x": "Light purple {{value}}",
|
|
317
|
+
"Dark_blue_grey_x": "Dark blue grey {{value}}",
|
|
318
|
+
"Dark_blue_x": "Dark blue {{value}}",
|
|
319
|
+
"Dark_sky_blue_x": "Dark sky blue {{value}}",
|
|
320
|
+
"Dark_green_x": "Dark green {{value}}",
|
|
321
|
+
"Dark_red_x": "Dark red {{value}}",
|
|
322
|
+
"Dark_orange_x": "Dark orange {{value}}",
|
|
323
|
+
"Dark_yellow_x": "Dark yellow {{value}}",
|
|
324
|
+
"Dark_purple_x": "Dark purple {{value}}",
|
|
325
|
+
"Standard_dark_red": "Standard dark red",
|
|
326
|
+
"Standard_red": "Standard red",
|
|
327
|
+
"Standard_orange": "Standard orange",
|
|
328
|
+
"Standard_yellow": "Standard yellow",
|
|
329
|
+
"Standard_light_green": "Standard light green",
|
|
330
|
+
"Standard_green": "Standard green",
|
|
331
|
+
"Standard_light_blue": "Standard light blue",
|
|
332
|
+
"Standard_blue": "Standard blue",
|
|
333
|
+
"Standard_dark_blue": "Standard dark blue",
|
|
334
|
+
"Standard_purple": "Standard purple",
|
|
335
|
+
"Highlight_color": "Highlight",
|
|
336
|
+
"Font_color": "Font color",
|
|
337
|
+
"Default": "Predeterminado",
|
|
338
|
+
"No_revisions": "No revisions",
|
|
339
|
+
"1_revision": "1 revision",
|
|
340
|
+
"x_revisions": "{{count}} revisions",
|
|
341
|
+
"Creator": "Creador",
|
|
342
|
+
"Created_time": "Created time",
|
|
343
|
+
"Created_at": "Created at",
|
|
344
|
+
"Resolved_tip": "Mark as resolved and hide discussion",
|
|
345
|
+
"Search_language": "Search language",
|
|
346
|
+
"Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.",
|
|
347
|
+
"Repair": "Repair",
|
|
348
|
+
"Font_size": "Font size",
|
|
349
|
+
"Increase_font_size": "Increase font size",
|
|
350
|
+
"Reduce_font_size": "Reduce font size",
|
|
351
|
+
"Font": "Fuente",
|
|
352
|
+
"All_fonts": "All fonts",
|
|
353
|
+
"Default_font": "Default font",
|
|
354
|
+
"Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.",
|
|
355
|
+
"Recently_saved": "Recently saved",
|
|
356
|
+
"Text_Link": "Text Link",
|
|
357
|
+
"Icon_and_text_Link": "Icon and text Link",
|
|
358
|
+
"Card": "Card",
|
|
359
|
+
"Select_sdoc_document": "Select sdoc document",
|
|
360
|
+
"Select_file": "Select file",
|
|
361
|
+
"Local_file": "Local file",
|
|
362
|
+
"Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again",
|
|
363
|
+
"Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page",
|
|
364
|
+
"Style": "Style",
|
|
365
|
+
"Insert": "Insert",
|
|
366
|
+
"Image": "Imagen",
|
|
367
|
+
"Table": "Tabla",
|
|
368
|
+
"Link": "Enlace",
|
|
369
|
+
"Transform_to": "Transform to",
|
|
370
|
+
"Last_modification": "Last modification",
|
|
371
|
+
"Next_modification": "Next modification",
|
|
372
|
+
"Changes": "Cambios",
|
|
373
|
+
"No_changes": "No changes",
|
|
374
|
+
"Title": "Título",
|
|
375
|
+
"Subtitle": "Subtitle",
|
|
376
|
+
"Link_sdoc": "Link sdoc",
|
|
377
|
+
"Link_file": "Link file",
|
|
378
|
+
"Keep_my_modification": "Keep my modification",
|
|
379
|
+
"Keep_other_modification": "Keep other's modification",
|
|
380
|
+
"Keep_both_modification": "Keep both modification",
|
|
381
|
+
"Tip": "Tip",
|
|
382
|
+
"Rebase_delete_no_change_revision_tip": "Revision has not made any change compared to original document. Do you want to delete this revision?",
|
|
383
|
+
"Has_been_replaced_tip": "Document content has been replaced. Please refresh the page",
|
|
384
|
+
"Has_been_published_tip": "Revision published",
|
|
385
|
+
"Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!",
|
|
386
|
+
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
|
|
387
|
+
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
|
|
388
|
+
"Has_been_removed_tip": "Document has been removed, please view other documents.",
|
|
389
|
+
"Checking": "Checking...",
|
|
390
|
+
"Publishing": "Publishing...",
|
|
391
|
+
"Inline": "Inline",
|
|
392
|
+
"Block": "Block",
|
|
393
|
+
"Full_screen_mode": "Full screen mode",
|
|
394
|
+
"Image_border": "Image border",
|
|
395
|
+
"Delete_revision": "Delete revision",
|
|
396
|
+
"Delete_tip": "Are you sure you want to delete {{content}} ?",
|
|
397
|
+
"Revision_deleted": "Revision deleted",
|
|
398
|
+
"Published": "Publicado",
|
|
399
|
+
"Delete_Successfully": "Delete Successfully",
|
|
400
|
+
"Delete_failed": "Eliminar falló",
|
|
401
|
+
"Insert_caption": "Insert caption",
|
|
402
|
+
"No_collaborators_available": "No_collaborators_available",
|
|
403
|
+
"Search_collaborator": "Search collaborator",
|
|
404
|
+
"Doc_comments": "Document comments",
|
|
405
|
+
"Tag_not_found": "Tag not found",
|
|
406
|
+
"Create_a_new_tag": "Cear una nueva etiqueta",
|
|
407
|
+
"Search_tags": "Search tags",
|
|
408
|
+
"No_options_available": "Tag not found",
|
|
409
|
+
"Add_option": "Cear una nueva etiqueta",
|
|
410
|
+
"Find_an_option": "Search tags",
|
|
411
|
+
"Copy_link_of_section": "Copy link of section",
|
|
412
|
+
"revision": "revision",
|
|
413
|
+
"xxx_added_a_new_comment": "{{author}} added a new comment",
|
|
414
|
+
"xxx_added_a_reply": "{{author}} added a reply",
|
|
415
|
+
"New": "Nuevo",
|
|
416
|
+
"Table_template": "Table template",
|
|
417
|
+
"Jump_to_original_doc": "Jump to the original document",
|
|
418
|
+
"Freezed": "Freezed",
|
|
419
|
+
"Callout": "Callout",
|
|
420
|
+
"The_current_location_does_not_support_pasting": "The current location does not support pasting ",
|
|
421
|
+
"Please_enter": "Please enter",
|
|
422
|
+
"Combine_cell": "Combine cells",
|
|
423
|
+
"Split_cell": "Split cell",
|
|
424
|
+
"Row_number": "Row number",
|
|
425
|
+
"Column_number": "Column number",
|
|
426
|
+
"The_maximum_row_number_is_{number}": "The maximum row number is {number}",
|
|
427
|
+
"Other_modification": "Other's modification",
|
|
428
|
+
"My_modification": "My modification",
|
|
429
|
+
"Document_history": "Document history",
|
|
430
|
+
"Freeze_document": "Freeze document",
|
|
431
|
+
"Document_frozen": "Document frozen",
|
|
432
|
+
"Unfreeze": "Unfreeze",
|
|
433
|
+
"Search_and_replace": "Search and replace",
|
|
434
|
+
"Search": "Buscar",
|
|
435
|
+
"Type_search_content": "Type search content",
|
|
436
|
+
"Replace_as": "Replace as",
|
|
437
|
+
"Type_replace_content": "Type replace content",
|
|
438
|
+
"Prevs": "Prevs",
|
|
439
|
+
"Next": "Siguiente",
|
|
440
|
+
"Replace": "Reemplazar",
|
|
441
|
+
"Replace_all": "Replace all",
|
|
442
|
+
"Are_you_sure_to_replace_all_number_xxx_in_this_document_with_yyy": "Are you sure to replace all {{number}} '{{originalWord}}' in this document with '{{replacedWord}}'?",
|
|
443
|
+
"Are_you_sure_to_clear_all_number_xxx_in_this_document": "Are you sure to clear all {{number}} '{{originalWord}}' in this document?",
|
|
444
|
+
"Search_not_found": "Not found",
|
|
445
|
+
"Recent_visited": "Recent visited",
|
|
446
|
+
"The_document_does_not_exist": "The document does not exist",
|
|
447
|
+
"Create_a_new_sdoc_file": "Create a new sdoc file",
|
|
448
|
+
"New_page": "New page",
|
|
449
|
+
"Create": "Crear",
|
|
450
|
+
"Top_align": "Top",
|
|
451
|
+
"Center_align": "Middle",
|
|
452
|
+
"Bottom_align": "Bottom",
|
|
453
|
+
"Move_column_count": "Moving {{count}} column(s)",
|
|
454
|
+
"Move_row_count": "Moving {{count}} row(s)",
|
|
455
|
+
"Mark_all_as_read": "Mark all as read",
|
|
456
|
+
"Alignment_type": "Alignment",
|
|
457
|
+
"Print": "Print",
|
|
458
|
+
"Enter_more_character_start_search": "Enter more characters to start search",
|
|
459
|
+
"Create_file_name_sdoc": "Create {{file_name_sdoc}}",
|
|
460
|
+
"Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?",
|
|
461
|
+
"Fit_table_to_page_width": "Fit table to page width",
|
|
462
|
+
"Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
|
|
463
|
+
"Vertical_align": "Vertical alignment",
|
|
464
|
+
"Horizontal_align": "Horizontal alignment"
|
|
465
|
+
}
|