mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-26 18:40:53 +00:00
update sdoc version and sdoc translate
This commit is contained in:
parent
84928d6701
commit
a452a5990d
8
frontend/package-lock.json
generated
8
frontend/package-lock.json
generated
@ -16,7 +16,7 @@
|
||||
"@gatsbyjs/reach-router": "1.3.9",
|
||||
"@seafile/react-image-lightbox": "3.0.1",
|
||||
"@seafile/resumablejs": "1.1.16",
|
||||
"@seafile/sdoc-editor": "1.0.137",
|
||||
"@seafile/sdoc-editor": "1.0.138",
|
||||
"@seafile/seafile-calendar": "0.0.28",
|
||||
"@seafile/seafile-editor": "^1.0.122",
|
||||
"@seafile/sf-metadata-ui-component": "^0.0.53",
|
||||
@ -4728,9 +4728,9 @@
|
||||
"integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig=="
|
||||
},
|
||||
"node_modules/@seafile/sdoc-editor": {
|
||||
"version": "1.0.137",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.137.tgz",
|
||||
"integrity": "sha512-7owf4BfKXAtvcQFTD+dM/WbvHRC6KqLczdkec/ZhWjyQtOtdpfhgRsnFGnzgmdcM9MKeEQ2AUGnxiaZx6v00eQ==",
|
||||
"version": "1.0.138",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.138.tgz",
|
||||
"integrity": "sha512-YlB6yNR2lfS9tj1CjUIvT8wxvB7EzHlqi4nQL1/OWVT/1cEBdOJPMs/li+/a0Q8/r7Pg/45KtvwE3jOTjqgIfg==",
|
||||
"dependencies": {
|
||||
"@seafile/print-js": "1.6.6",
|
||||
"@seafile/react-image-lightbox": "2.0.5",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"@gatsbyjs/reach-router": "1.3.9",
|
||||
"@seafile/react-image-lightbox": "3.0.1",
|
||||
"@seafile/resumablejs": "1.1.16",
|
||||
"@seafile/sdoc-editor": "1.0.137",
|
||||
"@seafile/sdoc-editor": "1.0.138",
|
||||
"@seafile/seafile-calendar": "0.0.28",
|
||||
"@seafile/seafile-editor": "^1.0.122",
|
||||
"@seafile/sf-metadata-ui-component": "^0.0.53",
|
||||
|
@ -565,7 +565,7 @@
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
||||
"Sub_table": "Tabulka",
|
||||
"Search_action...": "Search action...",
|
||||
"Search_action": "Search action...",
|
||||
"Comment_details": "Comment details",
|
||||
"Two_column": "2 columns",
|
||||
"Three_column": "3 columns",
|
||||
|
@ -565,7 +565,7 @@
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
||||
"Sub_table": "Tabelle",
|
||||
"Search_action...": "Search action...",
|
||||
"Search_action": "Search action...",
|
||||
"Comment_details": "Comment details",
|
||||
"Two_column": "2 columns",
|
||||
"Three_column": "3 columns",
|
||||
|
@ -565,7 +565,7 @@
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
||||
"Sub_table": "Table",
|
||||
"Search_action...": "Search action...",
|
||||
"Search_action": "Search action...",
|
||||
"Comment_details": "Comment details",
|
||||
"Two_column": "2 columns",
|
||||
"Three_column": "3 columns",
|
||||
|
@ -1,112 +1,168 @@
|
||||
{
|
||||
"bold": "Negrita",
|
||||
"italic": "Itálica",
|
||||
"inline_code": "Código",
|
||||
"header_one": "Encabezado 1",
|
||||
"header_two": "Encabezado 2",
|
||||
"header_three": "Encabezado 3",
|
||||
"header_four": "Encabezado 4",
|
||||
"header_five": "Encabezado 5",
|
||||
"header_six": "Encabezado 6",
|
||||
"paragraph": "Párrafo",
|
||||
"quote": "Cita",
|
||||
"ordered_list": "Lista Ordenada",
|
||||
"unordered_list": "Lista Desordenada",
|
||||
"check_list_item": "Check List Item",
|
||||
"insert_image": "Insertar Imagen",
|
||||
"code": "Inline Code",
|
||||
"code_block": "Bloque de Código",
|
||||
"insert_link": "Insertar Enlace",
|
||||
"insert_table": "Insertar Tabla",
|
||||
"save": "Guardar",
|
||||
"more": "Más",
|
||||
"invalid_url": "URL Inválida",
|
||||
"link_address": "Dirección del enlace",
|
||||
"image_address": "Dirección de la imagen",
|
||||
"submit": "Enviar",
|
||||
"cancel": "Cancelar",
|
||||
"switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
||||
"switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
||||
"switch_to_viewer": "Cambiar a visualizador Markdown",
|
||||
"help": "Ayuda",
|
||||
"Remove_table": "Eliminar tabla",
|
||||
"column": "Columna",
|
||||
"row": "Fila",
|
||||
"set_align": "Establecer alineación",
|
||||
"left": "Izquierda",
|
||||
"center": "Centrar",
|
||||
"right": "derecha",
|
||||
"file_saved": "Archivo guardado",
|
||||
"file_failed_to_save": "Fallo al guardar archivo",
|
||||
"star": "Add star",
|
||||
"unstar": "Remove star",
|
||||
"back_to_parent_directory":"Volver a la carpeta superior",
|
||||
"edit":"editar",
|
||||
"copy": "Copiar",
|
||||
"copied": "Copiado",
|
||||
"internal_link": "Enlace interno",
|
||||
"copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
||||
"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. ",
|
||||
"share": "Compartir",
|
||||
"share_link": "Compartir enlace",
|
||||
"generate": "Generar",
|
||||
"add_password_protection": "Agregar protección por contraseña",
|
||||
"password": "Contraseña ",
|
||||
"at_least_8_characters": "al menos 8 caracteres",
|
||||
"password_again": "Repetir contraseña",
|
||||
"add_auto_expiration": "Agregar vencimiento automático",
|
||||
"days": "días",
|
||||
"please_enter_password": "Ingresa una contraseña",
|
||||
"greater_than_or_equal_to": "Mayor o igual que",
|
||||
"less_than_or_equal_to": "Menor o igual que",
|
||||
"set_permission": "Establecer permiso",
|
||||
"preview_and_download": "Vista previa y descargar",
|
||||
"preview_only": "Vista previa solamente",
|
||||
"please_enter_valid_days": "Ingresa cantidad válida de días",
|
||||
"please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
||||
"please_enter_days": "Ingresa cantidad de días",
|
||||
"password_is_too_short": "Contraseña demasiado corta",
|
||||
"passwords_do_not_match": "Las contraseñas no concuerdan",
|
||||
"return_to_wiki_page": "Volver a la página del Wiki",
|
||||
"insert_network_image": "Insertar imágen desde la red",
|
||||
"upload_local_image": "Subir imagen local",
|
||||
"add_link": "Agregar enlace",
|
||||
"file_history": "Historial del Archivo",
|
||||
"history_version": "Historial de Versiones",
|
||||
"back_to_viewer": "Volver al Visualizador",
|
||||
"link_title": "Título del enlace",
|
||||
"local_draft": "Borrador local",
|
||||
"use_draft": "Usar borrador",
|
||||
"delete_draft": "Eliminar borrador",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
||||
"local_draft_saved": "Borrador local guardado",
|
||||
"new_draft": "Nuevo Borrador",
|
||||
"edit_draft": "Editar Borrador",
|
||||
"this_file_has_a_draft": "Este archivo tiene un borrador",
|
||||
"delete": "Borrar",
|
||||
"comments": "Comentarios",
|
||||
"add_a_comment": "Agregar un comentario...",
|
||||
"no_comment_yet": "No hay comentarios.",
|
||||
"Mark_as_Resolved": "Marcar como resuelto",
|
||||
"ask_for_review": "Solicitar revisión",
|
||||
"review_already_exists": "La revisión ya existe",
|
||||
"view_review": "Ver revisión",
|
||||
"there_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
||||
"start_review": "Iniciar revisión",
|
||||
"this_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
||||
"this_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
||||
"this_file_has_been_updated": "Este archivo ha sido actualizado.",
|
||||
"refresh": "Refrescar",
|
||||
"related_files": "archivos relacionados",
|
||||
"related_file": "archivo relacionado",
|
||||
"no_tags": "Sin etiquetas",
|
||||
"no_related_files": "Sin archivos relacionados",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
||||
"userHelp": {
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Underline": "Subrayado",
|
||||
"Strikethrough": "Tachado",
|
||||
"Superscript": "Superíndice",
|
||||
"Subscript": "Subíndice",
|
||||
"Inline_code": "Código",
|
||||
"Header_one": "Encabezado 1",
|
||||
"Header_two": "Encabezado 2",
|
||||
"Header_three": "Encabezado 3",
|
||||
"Header_four": "Encabezado 4",
|
||||
"Header_five": "Encabezado 5",
|
||||
"Header_six": "Encabezado 6",
|
||||
"Paragraph": "Párrafo",
|
||||
"Quote": "Cita",
|
||||
"Ordered_list": "Lista ordenada",
|
||||
"Unordered_list": "Lista desordenada",
|
||||
"Check_list": "Check list",
|
||||
"Insert_image": "Insertar Imagen",
|
||||
"Insert_formula": "Insertar Fórmula",
|
||||
"Formula": "Fórmula",
|
||||
"Insert_file": "Insertar Archivo",
|
||||
"Code": "Inline code",
|
||||
"Code_block": "Bloque de Código",
|
||||
"Insert_link": "Insertar Enlace",
|
||||
"Insert_table": "Insertar Tabla",
|
||||
"Valid_values_for_rows_and_columns": "Los valores válidos para el número de filas y columnas son 0 a 50",
|
||||
"Save": "Guardar",
|
||||
"More": "Más",
|
||||
"Invalid_url": "URL Inválida",
|
||||
"Link_address": "Dirección del enlace",
|
||||
"Image_address": "Dirección de la imagen",
|
||||
"Submit": "Enviar",
|
||||
"Cancel": "Cancelar",
|
||||
"Switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
||||
"Switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
||||
"Switch_to_viewer": "Cambiar a visualizador Markdown",
|
||||
"Help": "Ayuda",
|
||||
"Column": "Columna",
|
||||
"Row": "Fila",
|
||||
"Delete_table": "Eliminar Tabla",
|
||||
"Delete_row": "Eliminar fila",
|
||||
"Delete_column": "Eliminar columna",
|
||||
"Insert_row": "Insertar Fila",
|
||||
"Set_align": "Establecer alineación",
|
||||
"Left": "Izquierda",
|
||||
"Center": "Centrar",
|
||||
"Right": "derecha",
|
||||
"File_saved": "Archivo guardado",
|
||||
"File_failed_to_save": "Fallo al guardar archivo",
|
||||
"Back_to_parent_directory": "Volver a la carpeta superior",
|
||||
"Edit": "Editar",
|
||||
"Copy": "Copiar",
|
||||
"Copied": "Copiado",
|
||||
"Cut": "Cortar",
|
||||
"Internal_link": "Enlace interno",
|
||||
"Copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
||||
"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. ",
|
||||
"Share": "Compartir",
|
||||
"Share_link": "Compartir enlace",
|
||||
"Generate": "Generar",
|
||||
"Add_password_protection": "Agregar protección por contraseña",
|
||||
"Password": "Contraseña ",
|
||||
"At_least_8_characters": "al menos 8 caracteres",
|
||||
"Password_again": "Repetir contraseña",
|
||||
"Add_auto_expiration": "Agregar vencimiento automático",
|
||||
"Days": "días",
|
||||
"Please_enter_password": "Ingresa una contraseña",
|
||||
"Greater_than_or_equal_to": "Mayor o igual que",
|
||||
"Less_than_or_equal_to": "Menor o igual que",
|
||||
"Set_permission": "Establecer permiso",
|
||||
"Preview_and_download": "Vista previa y descargar",
|
||||
"Preview_only": "Vista previa solamente",
|
||||
"Please_enter_valid_days": "Ingresa cantidad válida de días",
|
||||
"Please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
||||
"Please_enter_days": "Ingresa cantidad de días",
|
||||
"Password_is_too_short": "Contraseña demasiado corta",
|
||||
"Passwords_do_not_match": "Las contraseñas no concuerdan",
|
||||
"Return_to_wiki_page": "Volver a la página del Wiki",
|
||||
"Insert_network_image": "Insertar imágen desde la red",
|
||||
"Upload_local_image": "Subir imagen local",
|
||||
"Add_link": "Agregar enlace",
|
||||
"File_history": "Historial del Archivo",
|
||||
"History_version": "Historial de Versiones",
|
||||
"Back_to_viewer": "Volver al Visualizador",
|
||||
"Link_title": "Título del enlace",
|
||||
"Local_draft": "Borrador local",
|
||||
"Use_draft": "Usar borrador",
|
||||
"Delete_draft": "Eliminar borrador",
|
||||
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
||||
"Local_draft_saved": "Borrador local guardado",
|
||||
"New_draft": "Nuevo Borrador",
|
||||
"View_draft": "Ver Borrador",
|
||||
"Publish": "Publicar",
|
||||
"This_file_has_a_draft": "Este archivo tiene un borrador",
|
||||
"Delete": "Borrar",
|
||||
"Reply": "Responder",
|
||||
"Comment": "Comentar",
|
||||
"Comments": "Comentarios",
|
||||
"All_comments": "Todos los comentarios",
|
||||
"Resolved_comments": "Comentarios resueltos",
|
||||
"Unresolved_comments": "Comentarios sin resolver",
|
||||
"Total_1_comment": "Total 1 comentario",
|
||||
"Total_count_comments": "Total {{count}} comentarios",
|
||||
"Add_a_comment": "Agregar un comentario...",
|
||||
"No_comment_yet": "No hay comentarios.",
|
||||
"Mark_as_Resolved": "Marcar como Resuelto",
|
||||
"Resubmit": "Resubmit",
|
||||
"Resubmitted": "Resubmitted",
|
||||
"Ask_for_review": "Solicitar revisión",
|
||||
"Review_already_exists": "La revisión ya existe",
|
||||
"View_review": "Ver revisión",
|
||||
"There_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
||||
"Start_review": "Iniciar revisión",
|
||||
"This_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
||||
"This_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
||||
"This_file_has_been_updated": "Este archivo ha sido actualizado.",
|
||||
"Refresh": "Refrescar",
|
||||
"Related_files": "Related files",
|
||||
"Related_file": "Related file",
|
||||
"No_tags": "Sin etiquetas",
|
||||
"Date": "Fecha",
|
||||
"Participants": "Participantes",
|
||||
"Meeting_note": "Nota de la reunión",
|
||||
"Chooser_document_type": "Elija el tipo de documento",
|
||||
"Empty": "Vacío",
|
||||
"No_related_files": "Sin archivos relacionados",
|
||||
"No_out_line": "No hay esquema",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editar archivos en este navegador puede producir algunos problemas en el display.",
|
||||
"No_document_improvement_suggestion": "No hay sugerencias para mejorar el documento",
|
||||
"Hide_side_panel": "Ocultar panel lateral",
|
||||
"Show_side_panel": "Mostrar panel lateral",
|
||||
"Show_resolved_comments": "Mostrar comentarios resueltos",
|
||||
"Update": "Actualizar",
|
||||
"Width": "Ancho",
|
||||
"Height": "Alto",
|
||||
"Full_screen": "Pantalla completa",
|
||||
"Insert_library_image": "Insertar imagen desde la biblioteca",
|
||||
"Size": "Tamaño",
|
||||
"Location": "Ubicación",
|
||||
"Last_update": "Last update",
|
||||
"Tags": "Rótulos",
|
||||
"Add_participants": "Agregar participantes",
|
||||
"Clear_format": "Clear format",
|
||||
"MarkdownLint": {
|
||||
"missing_h1": {
|
||||
"description": "No hay h1 en el documento",
|
||||
"issue": "Falta h1"
|
||||
},
|
||||
"heading_end_with_colon": {
|
||||
"description": "Un encabezado no debe finalizar con el signo Dos Puntos",
|
||||
"issue": "El encabezado finaliza con el signo Dos Puntos"
|
||||
},
|
||||
"heading_increase_irregular": {
|
||||
"description": "Los niveles del encabezado sólo deben incrementarse de a uno por vez",
|
||||
"issue": "Problema con nivel de encabezado"
|
||||
}
|
||||
},
|
||||
"Shortcut_help": "Ayuda de atajos",
|
||||
"User_help": {
|
||||
"title": "Atajos de teclado",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"Listar atajos",
|
||||
"shortcutType": "Listar atajos",
|
||||
"shortcutData": {
|
||||
"Make_list": "Crear lista",
|
||||
"Make_ordered_list": "Crear lista ordenada",
|
||||
@ -114,7 +170,8 @@
|
||||
"Insert_child_in_item": "Insert child in item",
|
||||
"Increase_depth": "Increase depth"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Head shortcuts",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Encabezado 1",
|
||||
@ -124,7 +181,8 @@
|
||||
"Heading_5": "Encabezado 5",
|
||||
"Heading_6": "Encabezado 6"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Code block shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Crear bloque de código",
|
||||
@ -132,32 +190,43 @@
|
||||
"Escape_code_block": "Escape code block",
|
||||
"Insert_indent": "Insert indent"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Block quote shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Make Block quote",
|
||||
"Escape_Block_quote": "Escape Block quote"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de tabla",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Insertar fila de tabla",
|
||||
"Escape_table": "Escape table"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Inline shortcuts",
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de fórmula",
|
||||
"shortcutData": {
|
||||
"Insert_Formula": "Insertar Fórmula"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Inline shortcuts",
|
||||
"shortcutData": {
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Italic_Bold": "Negrita itálica",
|
||||
"Inline_code": "Inline code"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Guardar atajos",
|
||||
"shortcutData": {
|
||||
"Save_file": "Guardar archivo"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de imagen",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Pegar captura de pantalla",
|
||||
@ -165,5 +234,341 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"The_link_address_is_required": "The link address is required.",
|
||||
"The_link_title_is_required": "The link title is required.",
|
||||
"The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.",
|
||||
"All_changes_saved": "All changes saved",
|
||||
"Saving": "Guardando...",
|
||||
"Collaborators": "Collaborators",
|
||||
"Online_members": "Online members",
|
||||
"Me": "me",
|
||||
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.",
|
||||
"Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...",
|
||||
"Server_is_reconnected": "Server is reconnected.",
|
||||
"Outline": "Outline",
|
||||
"Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here",
|
||||
"Open_parent_folder": "Abrir carpeta contenedora",
|
||||
"Redo": "redo",
|
||||
"Undo": "undo",
|
||||
"Open_link": "Open link",
|
||||
"Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns",
|
||||
"Rows": "Filas",
|
||||
"Columns": "Columnas",
|
||||
"Please_enter_title": "Please enter title",
|
||||
"Please_enter_text": "Please enter text",
|
||||
"Row(s)": "row(s)",
|
||||
"Column(s)": "column(s)",
|
||||
"Insert_below": "Insert below",
|
||||
"Insert_above": "Insert above",
|
||||
"Insert_on_the_right": "Insert on the right",
|
||||
"Insert_on_the_left": "Insert on the left",
|
||||
"Starred": "Favoritos",
|
||||
"Unstarred": "Unstarred",
|
||||
"Star": "Marcar",
|
||||
"Unstar": "Desmarcar",
|
||||
"Auto_wrap": "Auto wrap",
|
||||
"Add_comment": "Add comment",
|
||||
"Delete_comment": "Delete comment",
|
||||
"Delete_reply": "Delete reply",
|
||||
"Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?",
|
||||
"Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?",
|
||||
"Enter_comment_shift_enter_for_new_line_Enter_to_send": "Enter comment, Shift + Enter for new line, Enter to send",
|
||||
"Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send",
|
||||
"Reopen_discussion": "Adding a reply will reopen this discussion",
|
||||
"Confirm": "Confirmar",
|
||||
"View_changes": "View changes",
|
||||
"Revision": "Revision",
|
||||
"Error": "Error",
|
||||
"Start_revise": "Start revise",
|
||||
"Revise": "Revise",
|
||||
"Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn",
|
||||
"Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
|
||||
"Load_doc_content_error": "Load doc content error",
|
||||
"Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification",
|
||||
"Draft": "Borrador",
|
||||
"Unmark_as_draft": "Unmark as draft",
|
||||
"Background_color": "Background color",
|
||||
"No_color": "No color",
|
||||
"Standard_color": "Standard color",
|
||||
"Recently_used": "Recently used",
|
||||
"More_color": "More color",
|
||||
"White": "White",
|
||||
"Black": "Black",
|
||||
"Blue_grey": "Blue_grey",
|
||||
"Blue": "Blue",
|
||||
"Sky_blue": "Sky_blue",
|
||||
"Green": "Green",
|
||||
"Red": "Red",
|
||||
"Orange": "Orange",
|
||||
"Yellow": "Yellow",
|
||||
"Purple": "Purple",
|
||||
"Light_grey_x": "Light grey {{value}}",
|
||||
"Dark_grey_x": "Dark grey {{value}}",
|
||||
"Light_blue_grey_x": "Light blue grey {{value}}",
|
||||
"Light_blue_x": "Light blue {{value}}",
|
||||
"Light_sky_blue_x": "Light sky blue {{value}}",
|
||||
"Light_green_x": "Light green {{value}}",
|
||||
"Light_red_x": "Light red {{value}}",
|
||||
"Light_orange_x": "Light orange {{value}}",
|
||||
"Light_yellow_x": "Light yellow {{value}}",
|
||||
"Light_purple_x": "Light purple {{value}}",
|
||||
"Dark_blue_grey_x": "Dark blue grey {{value}}",
|
||||
"Dark_blue_x": "Dark blue {{value}}",
|
||||
"Dark_sky_blue_x": "Dark sky blue {{value}}",
|
||||
"Dark_green_x": "Dark green {{value}}",
|
||||
"Dark_red_x": "Dark red {{value}}",
|
||||
"Dark_orange_x": "Dark orange {{value}}",
|
||||
"Dark_yellow_x": "Dark yellow {{value}}",
|
||||
"Dark_purple_x": "Dark purple {{value}}",
|
||||
"Standard_dark_red": "Standard dark red",
|
||||
"Standard_red": "Standard red",
|
||||
"Standard_orange": "Standard orange",
|
||||
"Standard_yellow": "Standard yellow",
|
||||
"Standard_light_green": "Standard light green",
|
||||
"Standard_green": "Standard green",
|
||||
"Standard_light_blue": "Standard light blue",
|
||||
"Standard_blue": "Standard blue",
|
||||
"Standard_dark_blue": "Standard dark blue",
|
||||
"Standard_purple": "Standard purple",
|
||||
"Highlight_color": "Highlight",
|
||||
"Font_color": "Font color",
|
||||
"Default": "Predeterminado",
|
||||
"No_revisions": "No revisions",
|
||||
"1_revision": "1 revision",
|
||||
"x_revisions": "{{count}} revisions",
|
||||
"Creator": "Creador",
|
||||
"Created_time": "Created time",
|
||||
"Created_at": "Created at",
|
||||
"Resolved_tip": "Mark as resolved and hide discussion",
|
||||
"Search_language": "Search language",
|
||||
"Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.",
|
||||
"Repair": "Repair",
|
||||
"Font_size": "Font size",
|
||||
"Increase_font_size": "Increase font size",
|
||||
"Reduce_font_size": "Reduce font size",
|
||||
"Font": "Fuente",
|
||||
"All_fonts": "All fonts",
|
||||
"Default_font": "Default font",
|
||||
"Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.",
|
||||
"Recently_saved": "Recently saved",
|
||||
"Text_Link": "Text Link",
|
||||
"Icon_and_text_Link": "Icon and text Link",
|
||||
"Card": "Card",
|
||||
"Select_sdoc_document": "Select sdoc document",
|
||||
"Select_file": "Select file",
|
||||
"Local_file": "Local file",
|
||||
"Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again",
|
||||
"Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page",
|
||||
"Style": "Style",
|
||||
"Insert": "Insert",
|
||||
"Image": "Imagen",
|
||||
"Table": "Tabla",
|
||||
"Link": "Enlace",
|
||||
"Transform_to": "Transform to",
|
||||
"Last_modification": "Last modification",
|
||||
"Next_modification": "Next modification",
|
||||
"Changes": "Cambios",
|
||||
"No_changes": "No changes",
|
||||
"Title": "Título",
|
||||
"Subtitle": "Subtitle",
|
||||
"Link_sdoc": "Link sdoc",
|
||||
"Link_file": "Link file",
|
||||
"Keep_my_modification": "Keep my modification",
|
||||
"Keep_other_modification": "Keep other's modification",
|
||||
"Keep_both_modification": "Keep both modification",
|
||||
"Tip": "Tip",
|
||||
"Rebase_delete_no_change_revision_tip": "Revision has not made any change compared to original document. Do you want to delete this revision?",
|
||||
"Has_been_replaced_tip": "Document content has been replaced. Please refresh the page",
|
||||
"Has_been_published_tip": "Revision published",
|
||||
"Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!",
|
||||
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
|
||||
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
|
||||
"Has_been_removed_tip": "Document has been removed, please view other documents.",
|
||||
"Checking": "Checking...",
|
||||
"Publishing": "Publishing...",
|
||||
"Inline": "Inline",
|
||||
"Block": "Block",
|
||||
"Full_screen_mode": "Full screen mode",
|
||||
"Image_border": "Image border",
|
||||
"Delete_revision": "Delete revision",
|
||||
"Delete_tip": "Are you sure you want to delete {{content}} ?",
|
||||
"Revision_deleted": "Revision deleted",
|
||||
"Published": "Publicado",
|
||||
"Delete_Successfully": "Delete Successfully",
|
||||
"Delete_failed": "Eliminar falló",
|
||||
"Caption": "Caption",
|
||||
"No_collaborators_available": "No_collaborators_available",
|
||||
"Search_collaborator": "Search collaborator",
|
||||
"Doc_comments": "Document comments",
|
||||
"Tag_not_found": "Tag not found",
|
||||
"Create_a_new_tag": "Cear una nueva etiqueta",
|
||||
"Search_tags": "Search tags",
|
||||
"No_options_available": "Tag not found",
|
||||
"Add_option": "Cear una nueva etiqueta",
|
||||
"Find_an_option": "Search tags",
|
||||
"Copy_link_of_section": "Copy link of section",
|
||||
"revision": "revision",
|
||||
"xxx_added_a_new_comment": "{{author}} added a new comment",
|
||||
"xxx_added_a_reply": "{{author}} added a reply",
|
||||
"New": "Nuevo",
|
||||
"Table_template": "Table template",
|
||||
"Jump_to_original_doc": "Jump to the original document",
|
||||
"Freezed": "Freezed",
|
||||
"Callout": "Callout",
|
||||
"The_current_location_does_not_support_pasting": "The current location does not support pasting ",
|
||||
"Please_enter": "Please enter",
|
||||
"Combine_cell": "Combine cells",
|
||||
"Split_cell": "Split cell",
|
||||
"Row_number": "Row number",
|
||||
"Column_number": "Column number",
|
||||
"The_maximum_row_number_is_{number}": "The maximum row number is {number}",
|
||||
"Other_modification": "Other's modification",
|
||||
"My_modification": "My modification",
|
||||
"Document_history": "Document history",
|
||||
"Freeze_document": "Freeze document",
|
||||
"Document_frozen": "Document frozen",
|
||||
"Unfreeze": "Unfreeze",
|
||||
"Search_and_replace": "Search and replace",
|
||||
"Search": "Buscar",
|
||||
"Type_search_content": "Type search content",
|
||||
"Replace_as": "Replace as",
|
||||
"Type_replace_content": "Type replace content",
|
||||
"Prevs": "Prevs",
|
||||
"Next": "Siguiente",
|
||||
"Replace": "Reemplazar",
|
||||
"Replace_all": "Replace all",
|
||||
"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}}'?",
|
||||
"Are_you_sure_to_clear_all_number_xxx_in_this_document": "Are you sure to clear all {{number}} '{{originalWord}}' in this document?",
|
||||
"Search_not_found": "Not found",
|
||||
"Recent_visited": "Recent visited",
|
||||
"The_document_does_not_exist": "The document does not exist",
|
||||
"Create_a_new_sdoc_file": "Create a new sdoc file",
|
||||
"New_page": "New page",
|
||||
"Create": "Crear",
|
||||
"Top_align": "Top",
|
||||
"Center_align": "Middle",
|
||||
"Bottom_align": "Bottom",
|
||||
"Move_column_count": "Moving {{count}} column(s)",
|
||||
"Move_row_count": "Moving {{count}} row(s)",
|
||||
"Mark_all_as_read": "Mark all as read",
|
||||
"Alignment_type": "Alignment",
|
||||
"Print": "Print",
|
||||
"Enter_more_character_start_search": "Enter more characters to start search",
|
||||
"Create_file_name_sdoc": "Create {{file_name_sdoc}}",
|
||||
"Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?",
|
||||
"Fit_table_to_page_width": "Fit table to page width",
|
||||
"Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
|
||||
"Vertical_align": "Vertical alignment",
|
||||
"Horizontal_align": "Horizontal alignment",
|
||||
"SeaTable_column": "SeaTable column",
|
||||
"SeaTable_table": "SeaTable table",
|
||||
"And_x_more_records": "and {{count}} more records",
|
||||
"Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed",
|
||||
"Show_record_numbers": "Show record numbers",
|
||||
"Alternate_color": "Alternate color",
|
||||
"Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors",
|
||||
"Header": "Encabezado",
|
||||
"Remove_icon": "Remove icon",
|
||||
"Hide_columns": "Hide columns",
|
||||
"1_hidden_column": "1 hidden column",
|
||||
"hidden_columns": "hidden columns",
|
||||
"Search_column": "Search column",
|
||||
"No_columns_available_to_be_hidden": "No columns available to be hidden.",
|
||||
"Hide_all": "Hide all",
|
||||
"Show_all": "Show all",
|
||||
"Sort": "Sort",
|
||||
"1 Sort": "1 sort",
|
||||
"Sorts": "sorts",
|
||||
"No_sorts": "No sorts",
|
||||
"Add_sort": "Add sort",
|
||||
"No_sort_added": "No sort added",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"No_results": "No results",
|
||||
"Filter": "Filter",
|
||||
"1 Filter": "1 filter",
|
||||
"Filters": "filters",
|
||||
"Add_filter": "Add filter",
|
||||
"No_filters": "No filters",
|
||||
"And": "And",
|
||||
"Or": "Or",
|
||||
"Select_option(s)": "Select option(s)",
|
||||
"Select_an_option": "Select an option",
|
||||
"Search_option": "Search option",
|
||||
"Add_collaborator": "Add collaborator",
|
||||
"Add_a_creator": "Add a creator",
|
||||
"Add_a_last_modifier": "Add a last modifier",
|
||||
"Invalid_filter": "Invalid filter",
|
||||
"Department_single_select": "Department single select",
|
||||
"Search_department": "Search department",
|
||||
"Select_department": "Select department",
|
||||
"No_departments_available": "No departments available",
|
||||
"Current_user_department": "Current user's department",
|
||||
"Current_user_department_and_sub": "Current user's department and sub-departments",
|
||||
"Deleted_department": "Deleted department",
|
||||
"Data_settings": "Data settings",
|
||||
"Style_settings": "Style settings",
|
||||
"contains": "contains",
|
||||
"does_not_contain": "does not contain",
|
||||
"is": "is",
|
||||
"is_not": "is not",
|
||||
"equal": "\u003d",
|
||||
"not_equal": "\u2260",
|
||||
"less": "\u003C",
|
||||
"greater": "\u003E",
|
||||
"less_or_equal": "\u2264",
|
||||
"greater_or_equal": "\u2265",
|
||||
"is_empty": "is empty",
|
||||
"is_not_empty": "is not empty",
|
||||
"is_within": "is within",
|
||||
"is_before": "is before",
|
||||
"is_after": "is after",
|
||||
"is_on_or_before": "is on or before",
|
||||
"is_on_or_after": "is on or after",
|
||||
"has_any_of": "has any of",
|
||||
"has_all_of": "has all of",
|
||||
"has_none_of": "has none of",
|
||||
"is_exactly": "is exactly",
|
||||
"is_current_user_ID": "is current user's ID",
|
||||
"Current_date": "Current date",
|
||||
"Specific_date": "Specific date",
|
||||
"x_days_before_current_date": "x days before current date",
|
||||
"x_days_after_current_date": "x days after current date",
|
||||
"is_any_of": "is any of",
|
||||
"is_none_of": "is none of",
|
||||
"include_me": "include the current user",
|
||||
"today": "today",
|
||||
"tomorrow": "tomorrow",
|
||||
"yesterday": "yesterday",
|
||||
"one_week_ago": "one week ago",
|
||||
"one_week_from_now": "one week from now",
|
||||
"one_month_ago": "one month ago",
|
||||
"one_month_from_now": "one month from now",
|
||||
"number_of_days_ago": "number of days ago",
|
||||
"number_of_days_from_now": "number of days from now",
|
||||
"exact_date": "exact date",
|
||||
"last_week": "last week",
|
||||
"last_month": "last month",
|
||||
"last_year": "last year",
|
||||
"this_week": "this week",
|
||||
"this_month": "this month",
|
||||
"this_year": "this year",
|
||||
"the_next_week": "the next week",
|
||||
"the_next_month": "the next month",
|
||||
"the_next_year": "the next year",
|
||||
"the_past_week": "last week",
|
||||
"the_past_month": "last month",
|
||||
"the_past_year": "last year",
|
||||
"the_next_numbers_of_days": "the next numbers of days",
|
||||
"the_past_numbers_of_days": "the past numbers of days",
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
||||
"Sub_table": "Tabla",
|
||||
"Search_action": "Search action...",
|
||||
"Comment_details": "Comment details",
|
||||
"Two_column": "2 columns",
|
||||
"Three_column": "3 columns",
|
||||
"Four_column": "4 columns",
|
||||
"Five_column": "5 columns"
|
||||
}
|
||||
|
@ -1,112 +1,168 @@
|
||||
{
|
||||
"bold": "Negrita",
|
||||
"italic": "Itálica",
|
||||
"inline_code": "Código",
|
||||
"header_one": "Encabezado 1",
|
||||
"header_two": "Encabezado 2",
|
||||
"header_three": "Encabezado 3",
|
||||
"header_four": "Encabezado 4",
|
||||
"header_five": "Encabezado 5",
|
||||
"header_six": "Encabezado 6",
|
||||
"paragraph": "Párrafo",
|
||||
"quote": "Cita",
|
||||
"ordered_list": "Lista Ordenada",
|
||||
"unordered_list": "Lista Desordenada",
|
||||
"check_list_item": "Check List Item",
|
||||
"insert_image": "Insertar Imagen",
|
||||
"code": "Inline Code",
|
||||
"code_block": "Bloque de Código",
|
||||
"insert_link": "Insertar Enlace",
|
||||
"insert_table": "Insertar Tabla",
|
||||
"save": "Guardar",
|
||||
"more": "Más",
|
||||
"invalid_url": "URL Inválida",
|
||||
"link_address": "Dirección del enlace",
|
||||
"image_address": "Dirección de la imagen",
|
||||
"submit": "Enviar",
|
||||
"cancel": "Cancelar",
|
||||
"switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
||||
"switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
||||
"switch_to_viewer": "Cambiar a visualizador Markdown",
|
||||
"help": "Ayuda",
|
||||
"Remove_table": "Eliminar tabla",
|
||||
"column": "Columna",
|
||||
"row": "Fila",
|
||||
"set_align": "Establecer alineación",
|
||||
"left": "Izquierda",
|
||||
"center": "Centrar",
|
||||
"right": "derecha",
|
||||
"file_saved": "Archivo guardado",
|
||||
"file_failed_to_save": "Fallo al guardar archivo",
|
||||
"star": "Add star",
|
||||
"unstar": "Remove star",
|
||||
"back_to_parent_directory":"Volver a la carpeta superior",
|
||||
"edit":"editar",
|
||||
"copy": "Copiar",
|
||||
"copied": "Copiado",
|
||||
"internal_link": "Enlace interno",
|
||||
"copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
||||
"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. ",
|
||||
"share": "Compartir",
|
||||
"share_link": "Compartir enlace",
|
||||
"generate": "Generar",
|
||||
"add_password_protection": "Agregar protección por contraseña",
|
||||
"password": "Contraseña ",
|
||||
"at_least_8_characters": "al menos 8 caracteres",
|
||||
"password_again": "Repetir contraseña",
|
||||
"add_auto_expiration": "Agregar vencimiento automático",
|
||||
"days": "días",
|
||||
"please_enter_password": "Ingresa una contraseña",
|
||||
"greater_than_or_equal_to": "Mayor o igual que",
|
||||
"less_than_or_equal_to": "Menor o igual que",
|
||||
"set_permission": "Establecer permiso",
|
||||
"preview_and_download": "Vista previa y descargar",
|
||||
"preview_only": "Vista previa solamente",
|
||||
"please_enter_valid_days": "Ingresa cantidad válida de días",
|
||||
"please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
||||
"please_enter_days": "Ingresa cantidad de días",
|
||||
"password_is_too_short": "Contraseña demasiado corta",
|
||||
"passwords_do_not_match": "Las contraseñas no concuerdan",
|
||||
"return_to_wiki_page": "Volver a la página del Wiki",
|
||||
"insert_network_image": "Insertar imágen desde la red",
|
||||
"upload_local_image": "Subir imagen local",
|
||||
"add_link": "Agregar enlace",
|
||||
"file_history": "Historial del Archivo",
|
||||
"history_version": "Historial de Versiones",
|
||||
"back_to_viewer": "Volver al Visualizador",
|
||||
"link_title": "Título del enlace",
|
||||
"local_draft": "Borrador local",
|
||||
"use_draft": "Usar borrador",
|
||||
"delete_draft": "Eliminar borrador",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
||||
"local_draft_saved": "Borrador local guardado",
|
||||
"new_draft": "Nuevo Borrador",
|
||||
"edit_draft": "Editar Borrador",
|
||||
"this_file_has_a_draft": "Este archivo tiene un borrador",
|
||||
"delete": "Borrar",
|
||||
"comments": "Comentarios",
|
||||
"add_a_comment": "Agregar un comentario...",
|
||||
"no_comment_yet": "No hay comentarios.",
|
||||
"Mark_as_Resolved": "Marcar como resuelto",
|
||||
"ask_for_review": "Solicitar revisión",
|
||||
"review_already_exists": "La revisión ya existe",
|
||||
"view_review": "Ver revisión",
|
||||
"there_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
||||
"start_review": "Iniciar revisión",
|
||||
"this_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
||||
"this_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
||||
"this_file_has_been_updated": "Este archivo ha sido actualizado.",
|
||||
"refresh": "Refrescar",
|
||||
"related_files": "archivos relacionados",
|
||||
"related_file": "archivo relacionado",
|
||||
"no_tags": "Sin etiquetas",
|
||||
"no_related_files": "Sin archivos relacionados",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
||||
"userHelp": {
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Underline": "Underline",
|
||||
"Strikethrough": "Tachado",
|
||||
"Superscript": "Superscript",
|
||||
"Subscript": "Subscript",
|
||||
"Inline_code": "Código",
|
||||
"Header_one": "Encabezado 1",
|
||||
"Header_two": "Encabezado 2",
|
||||
"Header_three": "Encabezado 3",
|
||||
"Header_four": "Encabezado 4",
|
||||
"Header_five": "Encabezado 5",
|
||||
"Header_six": "Encabezado 6",
|
||||
"Paragraph": "Párrafo",
|
||||
"Quote": "Cita",
|
||||
"Ordered_list": "Lista ordenada",
|
||||
"Unordered_list": "Lista desordenada",
|
||||
"Check_list": "Check list",
|
||||
"Insert_image": "Insert image",
|
||||
"Insert_formula": "Insert formula",
|
||||
"Formula": "Fórmula",
|
||||
"Insert_file": "Insert file",
|
||||
"Code": "Inline code",
|
||||
"Code_block": "Code block",
|
||||
"Insert_link": "Insert link",
|
||||
"Insert_table": "Insert table",
|
||||
"Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
|
||||
"Save": "Guardar",
|
||||
"More": "Más",
|
||||
"Invalid_url": "URL Inválida",
|
||||
"Link_address": "Dirección del enlace",
|
||||
"Image_address": "Dirección de la imagen",
|
||||
"Submit": "Enviar",
|
||||
"Cancel": "Cancelar",
|
||||
"Switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
||||
"Switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
||||
"Switch_to_viewer": "Cambiar a visualizador Markdown",
|
||||
"Help": "Ayuda",
|
||||
"Column": "Columna",
|
||||
"Row": "Fila",
|
||||
"Delete_table": "Delete table",
|
||||
"Delete_row": "Delete row",
|
||||
"Delete_column": "Delete column",
|
||||
"Insert_row": "Insert row",
|
||||
"Set_align": "Establecer alineación",
|
||||
"Left": "Izquierda",
|
||||
"Center": "Centrar",
|
||||
"Right": "derecha",
|
||||
"File_saved": "Archivo guardado",
|
||||
"File_failed_to_save": "Fallo al guardar archivo",
|
||||
"Back_to_parent_directory": "Volver a la carpeta superior",
|
||||
"Edit": "Editar",
|
||||
"Copy": "Copiar",
|
||||
"Copied": "Copiado",
|
||||
"Cut": "Cut",
|
||||
"Internal_link": "Enlace interno",
|
||||
"Copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
||||
"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. ",
|
||||
"Share": "Compartir",
|
||||
"Share_link": "Compartir enlace",
|
||||
"Generate": "Generar",
|
||||
"Add_password_protection": "Agregar protección por contraseña",
|
||||
"Password": "Contraseña ",
|
||||
"At_least_8_characters": "al menos 8 caracteres",
|
||||
"Password_again": "Repetir contraseña",
|
||||
"Add_auto_expiration": "Agregar vencimiento automático",
|
||||
"Days": "días",
|
||||
"Please_enter_password": "Ingresa una contraseña",
|
||||
"Greater_than_or_equal_to": "Mayor o igual que",
|
||||
"Less_than_or_equal_to": "Menor o igual que",
|
||||
"Set_permission": "Establecer permiso",
|
||||
"Preview_and_download": "Vista previa y descargar",
|
||||
"Preview_only": "Vista previa solamente",
|
||||
"Please_enter_valid_days": "Ingresa cantidad válida de días",
|
||||
"Please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
||||
"Please_enter_days": "Ingresa cantidad de días",
|
||||
"Password_is_too_short": "Contraseña demasiado corta",
|
||||
"Passwords_do_not_match": "Las contraseñas no concuerdan",
|
||||
"Return_to_wiki_page": "Volver a la página del Wiki",
|
||||
"Insert_network_image": "Insertar imágen desde la red",
|
||||
"Upload_local_image": "Subir imagen local",
|
||||
"Add_link": "Agregar enlace",
|
||||
"File_history": "File history",
|
||||
"History_version": "History versions",
|
||||
"Back_to_viewer": "Back to viewer",
|
||||
"Link_title": "Título del enlace",
|
||||
"Local_draft": "Borrador local",
|
||||
"Use_draft": "Usar borrador",
|
||||
"Delete_draft": "Eliminar borrador",
|
||||
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
||||
"Local_draft_saved": "Borrador local guardado",
|
||||
"New_draft": "New draft",
|
||||
"View_draft": "View draft",
|
||||
"Publish": "Publicar",
|
||||
"This_file_has_a_draft": "Este archivo tiene un borrador",
|
||||
"Delete": "Borrar",
|
||||
"Reply": "Responder",
|
||||
"Comment": "Comentar",
|
||||
"Comments": "Comentarios",
|
||||
"All_comments": "All comments",
|
||||
"Resolved_comments": "Resolved comments",
|
||||
"Unresolved_comments": "Unresolved comments",
|
||||
"Total_1_comment": "Total 1 comment",
|
||||
"Total_count_comments": "Total {{count}} comments",
|
||||
"Add_a_comment": "Agregar un comentario...",
|
||||
"No_comment_yet": "No hay comentarios.",
|
||||
"Mark_as_Resolved": "Marcar como Resuelto",
|
||||
"Resubmit": "Resubmit",
|
||||
"Resubmitted": "Resubmitted",
|
||||
"Ask_for_review": "Solicitar revisión",
|
||||
"Review_already_exists": "La revisión ya existe",
|
||||
"View_review": "Ver revisión",
|
||||
"There_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
||||
"Start_review": "Iniciar revisión",
|
||||
"This_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
||||
"This_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
||||
"This_file_has_been_updated": "Este archivo ha sido actualizado.",
|
||||
"Refresh": "Refrescar",
|
||||
"Related_files": "Related files",
|
||||
"Related_file": "Related file",
|
||||
"No_tags": "Sin etiquetas",
|
||||
"Date": "Fecha",
|
||||
"Participants": "Participantes",
|
||||
"Meeting_note": "Nota de la reunión",
|
||||
"Chooser_document_type": "Elija el tipo de documento",
|
||||
"Empty": "Vacío",
|
||||
"No_related_files": "Sin archivos relacionados",
|
||||
"No_out_line": "No hay esquema",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editar archivos en este navegador puede producir algunos problemas en el display.",
|
||||
"No_document_improvement_suggestion": "No hay sugerencias para mejorar el documento",
|
||||
"Hide_side_panel": "Ocultar panel lateral",
|
||||
"Show_side_panel": "Mostrar panel lateral",
|
||||
"Show_resolved_comments": "Mostrar comentarios resueltos",
|
||||
"Update": "Actualizar",
|
||||
"Width": "Ancho",
|
||||
"Height": "Alto",
|
||||
"Full_screen": "Pantalla completa",
|
||||
"Insert_library_image": "Insertar imagen desde la biblioteca",
|
||||
"Size": "Tamaño",
|
||||
"Location": "Ubicación",
|
||||
"Last_update": "Last update",
|
||||
"Tags": "Rótulos",
|
||||
"Add_participants": "Agregar participantes",
|
||||
"Clear_format": "Clear format",
|
||||
"MarkdownLint": {
|
||||
"missing_h1": {
|
||||
"description": "No hay h1 en el documento",
|
||||
"issue": "Falta h1"
|
||||
},
|
||||
"heading_end_with_colon": {
|
||||
"description": "Un encabezado no debe finalizar con el signo Dos Puntos",
|
||||
"issue": "El encabezado finaliza con el signo Dos Puntos"
|
||||
},
|
||||
"heading_increase_irregular": {
|
||||
"description": "Los niveles del encabezado sólo deben incrementarse de a uno por vez",
|
||||
"issue": "Problema con nivel de encabezado"
|
||||
}
|
||||
},
|
||||
"Shortcut_help": "Ayuda de atajos",
|
||||
"User_help": {
|
||||
"title": "Atajos de teclado",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"Listar atajos",
|
||||
"shortcutType": "Listar atajos",
|
||||
"shortcutData": {
|
||||
"Make_list": "Crear lista",
|
||||
"Make_ordered_list": "Crear lista ordenada",
|
||||
@ -114,7 +170,8 @@
|
||||
"Insert_child_in_item": "Insert child in item",
|
||||
"Increase_depth": "Increase depth"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Head shortcuts",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Encabezado 1",
|
||||
@ -124,7 +181,8 @@
|
||||
"Heading_5": "Encabezado 5",
|
||||
"Heading_6": "Encabezado 6"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Code block shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Crear bloque de código",
|
||||
@ -132,32 +190,43 @@
|
||||
"Escape_code_block": "Escape code block",
|
||||
"Insert_indent": "Insert indent"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Block quote shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Make Block quote",
|
||||
"Escape_Block_quote": "Escape Block quote"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de tabla",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Insertar fila de tabla",
|
||||
"Escape_table": "Escape table"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Inline shortcuts",
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de fórmula",
|
||||
"shortcutData": {
|
||||
"Insert_Formula": "Insertar Fórmula"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Inline shortcuts",
|
||||
"shortcutData": {
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Italic_Bold": "Negrita itálica",
|
||||
"Inline_code": "Inline code"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Guardar atajos",
|
||||
"shortcutData": {
|
||||
"Save_file": "Guardar archivo"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de imagen",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Pegar captura de pantalla",
|
||||
@ -165,5 +234,341 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"The_link_address_is_required": "The link address is required.",
|
||||
"The_link_title_is_required": "The link title is required.",
|
||||
"The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.",
|
||||
"All_changes_saved": "All changes saved",
|
||||
"Saving": "Guardando...",
|
||||
"Collaborators": "Collaborators",
|
||||
"Online_members": "Online members",
|
||||
"Me": "me",
|
||||
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.",
|
||||
"Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...",
|
||||
"Server_is_reconnected": "Server is reconnected.",
|
||||
"Outline": "Outline",
|
||||
"Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here",
|
||||
"Open_parent_folder": "Abrir carpeta contenedora",
|
||||
"Redo": "redo",
|
||||
"Undo": "undo",
|
||||
"Open_link": "Open link",
|
||||
"Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns",
|
||||
"Rows": "Filas",
|
||||
"Columns": "Columnas",
|
||||
"Please_enter_title": "Please enter title",
|
||||
"Please_enter_text": "Please enter text",
|
||||
"Row(s)": "row(s)",
|
||||
"Column(s)": "column(s)",
|
||||
"Insert_below": "Insert below",
|
||||
"Insert_above": "Insert above",
|
||||
"Insert_on_the_right": "Insert on the right",
|
||||
"Insert_on_the_left": "Insert on the left",
|
||||
"Starred": "Marcado",
|
||||
"Unstarred": "Unstarred",
|
||||
"Star": "Marcar",
|
||||
"Unstar": "Desmarcar",
|
||||
"Auto_wrap": "Auto wrap",
|
||||
"Add_comment": "Add comment",
|
||||
"Delete_comment": "Delete comment",
|
||||
"Delete_reply": "Delete reply",
|
||||
"Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?",
|
||||
"Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?",
|
||||
"Enter_comment_shift_enter_for_new_line_Enter_to_send": "Enter comment, Shift + Enter for new line, Enter to send",
|
||||
"Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send",
|
||||
"Reopen_discussion": "Adding a reply will reopen this discussion",
|
||||
"Confirm": "Confirmar",
|
||||
"View_changes": "View changes",
|
||||
"Revision": "Revision",
|
||||
"Error": "Error",
|
||||
"Start_revise": "Start revise",
|
||||
"Revise": "Revise",
|
||||
"Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn",
|
||||
"Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
|
||||
"Load_doc_content_error": "Load doc content error",
|
||||
"Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification",
|
||||
"Draft": "Borrador",
|
||||
"Unmark_as_draft": "Unmark as draft",
|
||||
"Background_color": "Background color",
|
||||
"No_color": "No color",
|
||||
"Standard_color": "Standard color",
|
||||
"Recently_used": "Recently used",
|
||||
"More_color": "More color",
|
||||
"White": "White",
|
||||
"Black": "Black",
|
||||
"Blue_grey": "Blue_grey",
|
||||
"Blue": "Blue",
|
||||
"Sky_blue": "Sky_blue",
|
||||
"Green": "Green",
|
||||
"Red": "Red",
|
||||
"Orange": "Orange",
|
||||
"Yellow": "Yellow",
|
||||
"Purple": "Purple",
|
||||
"Light_grey_x": "Light grey {{value}}",
|
||||
"Dark_grey_x": "Dark grey {{value}}",
|
||||
"Light_blue_grey_x": "Light blue grey {{value}}",
|
||||
"Light_blue_x": "Light blue {{value}}",
|
||||
"Light_sky_blue_x": "Light sky blue {{value}}",
|
||||
"Light_green_x": "Light green {{value}}",
|
||||
"Light_red_x": "Light red {{value}}",
|
||||
"Light_orange_x": "Light orange {{value}}",
|
||||
"Light_yellow_x": "Light yellow {{value}}",
|
||||
"Light_purple_x": "Light purple {{value}}",
|
||||
"Dark_blue_grey_x": "Dark blue grey {{value}}",
|
||||
"Dark_blue_x": "Dark blue {{value}}",
|
||||
"Dark_sky_blue_x": "Dark sky blue {{value}}",
|
||||
"Dark_green_x": "Dark green {{value}}",
|
||||
"Dark_red_x": "Dark red {{value}}",
|
||||
"Dark_orange_x": "Dark orange {{value}}",
|
||||
"Dark_yellow_x": "Dark yellow {{value}}",
|
||||
"Dark_purple_x": "Dark purple {{value}}",
|
||||
"Standard_dark_red": "Standard dark red",
|
||||
"Standard_red": "Standard red",
|
||||
"Standard_orange": "Standard orange",
|
||||
"Standard_yellow": "Standard yellow",
|
||||
"Standard_light_green": "Standard light green",
|
||||
"Standard_green": "Standard green",
|
||||
"Standard_light_blue": "Standard light blue",
|
||||
"Standard_blue": "Standard blue",
|
||||
"Standard_dark_blue": "Standard dark blue",
|
||||
"Standard_purple": "Standard purple",
|
||||
"Highlight_color": "Highlight",
|
||||
"Font_color": "Font color",
|
||||
"Default": "Predeterminado",
|
||||
"No_revisions": "No revisions",
|
||||
"1_revision": "1 revision",
|
||||
"x_revisions": "{{count}} revisions",
|
||||
"Creator": "Creador",
|
||||
"Created_time": "Created time",
|
||||
"Created_at": "Created at",
|
||||
"Resolved_tip": "Mark as resolved and hide discussion",
|
||||
"Search_language": "Search language",
|
||||
"Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.",
|
||||
"Repair": "Repair",
|
||||
"Font_size": "Font size",
|
||||
"Increase_font_size": "Increase font size",
|
||||
"Reduce_font_size": "Reduce font size",
|
||||
"Font": "Fuente",
|
||||
"All_fonts": "All fonts",
|
||||
"Default_font": "Default font",
|
||||
"Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.",
|
||||
"Recently_saved": "Recently saved",
|
||||
"Text_Link": "Text Link",
|
||||
"Icon_and_text_Link": "Icon and text Link",
|
||||
"Card": "Card",
|
||||
"Select_sdoc_document": "Select sdoc document",
|
||||
"Select_file": "Select file",
|
||||
"Local_file": "Local file",
|
||||
"Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again",
|
||||
"Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page",
|
||||
"Style": "Style",
|
||||
"Insert": "Insert",
|
||||
"Image": "Imagen",
|
||||
"Table": "Tabla",
|
||||
"Link": "Enlace",
|
||||
"Transform_to": "Transform to",
|
||||
"Last_modification": "Last modification",
|
||||
"Next_modification": "Next modification",
|
||||
"Changes": "Cambios",
|
||||
"No_changes": "No changes",
|
||||
"Title": "Título",
|
||||
"Subtitle": "Subtitle",
|
||||
"Link_sdoc": "Link sdoc",
|
||||
"Link_file": "Link file",
|
||||
"Keep_my_modification": "Keep my modification",
|
||||
"Keep_other_modification": "Keep other's modification",
|
||||
"Keep_both_modification": "Keep both modification",
|
||||
"Tip": "Tip",
|
||||
"Rebase_delete_no_change_revision_tip": "Revision has not made any change compared to original document. Do you want to delete this revision?",
|
||||
"Has_been_replaced_tip": "Document content has been replaced. Please refresh the page",
|
||||
"Has_been_published_tip": "Revision published",
|
||||
"Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!",
|
||||
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
|
||||
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
|
||||
"Has_been_removed_tip": "Document has been removed, please view other documents.",
|
||||
"Checking": "Checking...",
|
||||
"Publishing": "Publishing...",
|
||||
"Inline": "Inline",
|
||||
"Block": "Block",
|
||||
"Full_screen_mode": "Full screen mode",
|
||||
"Image_border": "Image border",
|
||||
"Delete_revision": "Delete revision",
|
||||
"Delete_tip": "Are you sure you want to delete {{content}} ?",
|
||||
"Revision_deleted": "Revision deleted",
|
||||
"Published": "Publicado",
|
||||
"Delete_Successfully": "Delete Successfully",
|
||||
"Delete_failed": "Eliminar falló",
|
||||
"Caption": "Caption",
|
||||
"No_collaborators_available": "No_collaborators_available",
|
||||
"Search_collaborator": "Search collaborator",
|
||||
"Doc_comments": "Document comments",
|
||||
"Tag_not_found": "Tag not found",
|
||||
"Create_a_new_tag": "Cear una nueva etiqueta",
|
||||
"Search_tags": "Search tags",
|
||||
"No_options_available": "Tag not found",
|
||||
"Add_option": "Cear una nueva etiqueta",
|
||||
"Find_an_option": "Search tags",
|
||||
"Copy_link_of_section": "Copy link of section",
|
||||
"revision": "revision",
|
||||
"xxx_added_a_new_comment": "{{author}} added a new comment",
|
||||
"xxx_added_a_reply": "{{author}} added a reply",
|
||||
"New": "Nuevo",
|
||||
"Table_template": "Table template",
|
||||
"Jump_to_original_doc": "Jump to the original document",
|
||||
"Freezed": "Freezed",
|
||||
"Callout": "Callout",
|
||||
"The_current_location_does_not_support_pasting": "The current location does not support pasting ",
|
||||
"Please_enter": "Please enter",
|
||||
"Combine_cell": "Combine cells",
|
||||
"Split_cell": "Split cell",
|
||||
"Row_number": "Row number",
|
||||
"Column_number": "Column number",
|
||||
"The_maximum_row_number_is_{number}": "The maximum row number is {number}",
|
||||
"Other_modification": "Other's modification",
|
||||
"My_modification": "My modification",
|
||||
"Document_history": "Document history",
|
||||
"Freeze_document": "Freeze document",
|
||||
"Document_frozen": "Document frozen",
|
||||
"Unfreeze": "Unfreeze",
|
||||
"Search_and_replace": "Search and replace",
|
||||
"Search": "Buscar",
|
||||
"Type_search_content": "Type search content",
|
||||
"Replace_as": "Replace as",
|
||||
"Type_replace_content": "Type replace content",
|
||||
"Prevs": "Prevs",
|
||||
"Next": "Siguiente",
|
||||
"Replace": "Reemplazar",
|
||||
"Replace_all": "Replace all",
|
||||
"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}}'?",
|
||||
"Are_you_sure_to_clear_all_number_xxx_in_this_document": "Are you sure to clear all {{number}} '{{originalWord}}' in this document?",
|
||||
"Search_not_found": "Not found",
|
||||
"Recent_visited": "Recent visited",
|
||||
"The_document_does_not_exist": "The document does not exist",
|
||||
"Create_a_new_sdoc_file": "Create a new sdoc file",
|
||||
"New_page": "New page",
|
||||
"Create": "Crear",
|
||||
"Top_align": "Top",
|
||||
"Center_align": "Middle",
|
||||
"Bottom_align": "Bottom",
|
||||
"Move_column_count": "Moving {{count}} column(s)",
|
||||
"Move_row_count": "Moving {{count}} row(s)",
|
||||
"Mark_all_as_read": "Mark all as read",
|
||||
"Alignment_type": "Alignment",
|
||||
"Print": "Print",
|
||||
"Enter_more_character_start_search": "Enter more characters to start search",
|
||||
"Create_file_name_sdoc": "Create {{file_name_sdoc}}",
|
||||
"Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?",
|
||||
"Fit_table_to_page_width": "Fit table to page width",
|
||||
"Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
|
||||
"Vertical_align": "Vertical alignment",
|
||||
"Horizontal_align": "Horizontal alignment",
|
||||
"SeaTable_column": "SeaTable column",
|
||||
"SeaTable_table": "SeaTable table",
|
||||
"And_x_more_records": "and {{count}} more records",
|
||||
"Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed",
|
||||
"Show_record_numbers": "Show record numbers",
|
||||
"Alternate_color": "Alternate color",
|
||||
"Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors",
|
||||
"Header": "Encabezado",
|
||||
"Remove_icon": "Remove icon",
|
||||
"Hide_columns": "Hide columns",
|
||||
"1_hidden_column": "1 hidden column",
|
||||
"hidden_columns": "hidden columns",
|
||||
"Search_column": "Search column",
|
||||
"No_columns_available_to_be_hidden": "No columns available to be hidden.",
|
||||
"Hide_all": "Hide all",
|
||||
"Show_all": "Show all",
|
||||
"Sort": "Sort",
|
||||
"1 Sort": "1 sort",
|
||||
"Sorts": "sorts",
|
||||
"No_sorts": "No sorts",
|
||||
"Add_sort": "Add sort",
|
||||
"No_sort_added": "No sort added",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"No_results": "No results",
|
||||
"Filter": "Filter",
|
||||
"1 Filter": "1 filter",
|
||||
"Filters": "filters",
|
||||
"Add_filter": "Add filter",
|
||||
"No_filters": "No filters",
|
||||
"And": "And",
|
||||
"Or": "Or",
|
||||
"Select_option(s)": "Select option(s)",
|
||||
"Select_an_option": "Select an option",
|
||||
"Search_option": "Search option",
|
||||
"Add_collaborator": "Add collaborator",
|
||||
"Add_a_creator": "Add a creator",
|
||||
"Add_a_last_modifier": "Add a last modifier",
|
||||
"Invalid_filter": "Invalid filter",
|
||||
"Department_single_select": "Department single select",
|
||||
"Search_department": "Search department",
|
||||
"Select_department": "Select department",
|
||||
"No_departments_available": "No departments available",
|
||||
"Current_user_department": "Current user's department",
|
||||
"Current_user_department_and_sub": "Current user's department and sub-departments",
|
||||
"Deleted_department": "Deleted department",
|
||||
"Data_settings": "Data settings",
|
||||
"Style_settings": "Style settings",
|
||||
"contains": "contains",
|
||||
"does_not_contain": "does not contain",
|
||||
"is": "is",
|
||||
"is_not": "is not",
|
||||
"equal": "\u003d",
|
||||
"not_equal": "\u2260",
|
||||
"less": "\u003C",
|
||||
"greater": "\u003E",
|
||||
"less_or_equal": "\u2264",
|
||||
"greater_or_equal": "\u2265",
|
||||
"is_empty": "is empty",
|
||||
"is_not_empty": "is not empty",
|
||||
"is_within": "is within",
|
||||
"is_before": "is before",
|
||||
"is_after": "is after",
|
||||
"is_on_or_before": "is on or before",
|
||||
"is_on_or_after": "is on or after",
|
||||
"has_any_of": "has any of",
|
||||
"has_all_of": "has all of",
|
||||
"has_none_of": "has none of",
|
||||
"is_exactly": "is exactly",
|
||||
"is_current_user_ID": "is current user's ID",
|
||||
"Current_date": "Current date",
|
||||
"Specific_date": "Specific date",
|
||||
"x_days_before_current_date": "x days before current date",
|
||||
"x_days_after_current_date": "x days after current date",
|
||||
"is_any_of": "is any of",
|
||||
"is_none_of": "is none of",
|
||||
"include_me": "include the current user",
|
||||
"today": "today",
|
||||
"tomorrow": "tomorrow",
|
||||
"yesterday": "yesterday",
|
||||
"one_week_ago": "one week ago",
|
||||
"one_week_from_now": "one week from now",
|
||||
"one_month_ago": "one month ago",
|
||||
"one_month_from_now": "one month from now",
|
||||
"number_of_days_ago": "number of days ago",
|
||||
"number_of_days_from_now": "number of days from now",
|
||||
"exact_date": "exact date",
|
||||
"last_week": "last week",
|
||||
"last_month": "last month",
|
||||
"last_year": "last year",
|
||||
"this_week": "this week",
|
||||
"this_month": "this month",
|
||||
"this_year": "this year",
|
||||
"the_next_week": "the next week",
|
||||
"the_next_month": "the next month",
|
||||
"the_next_year": "the next year",
|
||||
"the_past_week": "last week",
|
||||
"the_past_month": "last month",
|
||||
"the_past_year": "last year",
|
||||
"the_next_numbers_of_days": "the next numbers of days",
|
||||
"the_past_numbers_of_days": "the past numbers of days",
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
||||
"Sub_table": "Tabla",
|
||||
"Search_action": "Search action...",
|
||||
"Comment_details": "Comment details",
|
||||
"Two_column": "2 columns",
|
||||
"Three_column": "3 columns",
|
||||
"Four_column": "4 columns",
|
||||
"Five_column": "5 columns"
|
||||
}
|
||||
|
@ -565,7 +565,7 @@
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
||||
"Sub_table": "Tabla",
|
||||
"Search_action...": "Search action...",
|
||||
"Search_action": "Search action...",
|
||||
"Comment_details": "Comment details",
|
||||
"Two_column": "2 columns",
|
||||
"Three_column": "3 columns",
|
||||
|
574
media/sdoc-editor/locales/es_AR/sdoc-editor.json
Normal file
574
media/sdoc-editor/locales/es_AR/sdoc-editor.json
Normal file
@ -0,0 +1,574 @@
|
||||
{
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Underline": "Subrayado",
|
||||
"Strikethrough": "Tachado",
|
||||
"Superscript": "Superíndice",
|
||||
"Subscript": "Subíndice",
|
||||
"Inline_code": "Código",
|
||||
"Header_one": "Encabezado 1",
|
||||
"Header_two": "Encabezado 2",
|
||||
"Header_three": "Encabezado 3",
|
||||
"Header_four": "Encabezado 4",
|
||||
"Header_five": "Encabezado 5",
|
||||
"Header_six": "Encabezado 6",
|
||||
"Paragraph": "Párrafo",
|
||||
"Quote": "Cita",
|
||||
"Ordered_list": "Lista ordenada",
|
||||
"Unordered_list": "Lista desordenada",
|
||||
"Check_list": "Check list",
|
||||
"Insert_image": "Insertar Imagen",
|
||||
"Insert_formula": "Insertar Fórmula",
|
||||
"Formula": "Fórmula",
|
||||
"Insert_file": "Insertar Archivo",
|
||||
"Code": "Inline code",
|
||||
"Code_block": "Bloque de Código",
|
||||
"Insert_link": "Insertar Enlace",
|
||||
"Insert_table": "Insertar Tabla",
|
||||
"Valid_values_for_rows_and_columns": "Los valores válidos para el número de filas y columnas son 0 a 50",
|
||||
"Save": "Guardar",
|
||||
"More": "Más",
|
||||
"Invalid_url": "URL Inválida",
|
||||
"Link_address": "Dirección del enlace",
|
||||
"Image_address": "Dirección de la imagen",
|
||||
"Submit": "Enviar",
|
||||
"Cancel": "Cancelar",
|
||||
"Switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
||||
"Switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
||||
"Switch_to_viewer": "Cambiar a visualizador Markdown",
|
||||
"Help": "Ayuda",
|
||||
"Column": "Columna",
|
||||
"Row": "Fila",
|
||||
"Delete_table": "Eliminar Tabla",
|
||||
"Delete_row": "Eliminar fila",
|
||||
"Delete_column": "Eliminar columna",
|
||||
"Insert_row": "Insertar Fila",
|
||||
"Set_align": "Establecer alineación",
|
||||
"Left": "Izquierda",
|
||||
"Center": "Centrar",
|
||||
"Right": "derecha",
|
||||
"File_saved": "Archivo guardado",
|
||||
"File_failed_to_save": "Fallo al guardar archivo",
|
||||
"Back_to_parent_directory": "Volver a la carpeta superior",
|
||||
"Edit": "Editar",
|
||||
"Copy": "Copiar",
|
||||
"Copied": "Copiado",
|
||||
"Cut": "Cortar",
|
||||
"Internal_link": "Enlace interno",
|
||||
"Copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
||||
"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. ",
|
||||
"Share": "Compartir",
|
||||
"Share_link": "Compartir enlace",
|
||||
"Generate": "Generar",
|
||||
"Add_password_protection": "Agregar protección por contraseña",
|
||||
"Password": "Contraseña ",
|
||||
"At_least_8_characters": "al menos 8 caracteres",
|
||||
"Password_again": "Repetir contraseña",
|
||||
"Add_auto_expiration": "Agregar vencimiento automático",
|
||||
"Days": "días",
|
||||
"Please_enter_password": "Ingresa una contraseña",
|
||||
"Greater_than_or_equal_to": "Mayor o igual que",
|
||||
"Less_than_or_equal_to": "Menor o igual que",
|
||||
"Set_permission": "Establecer permiso",
|
||||
"Preview_and_download": "Vista previa y descargar",
|
||||
"Preview_only": "Vista previa solamente",
|
||||
"Please_enter_valid_days": "Ingresa cantidad válida de días",
|
||||
"Please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
||||
"Please_enter_days": "Ingresa cantidad de días",
|
||||
"Password_is_too_short": "Contraseña demasiado corta",
|
||||
"Passwords_do_not_match": "Las contraseñas no concuerdan",
|
||||
"Return_to_wiki_page": "Volver a la página del Wiki",
|
||||
"Insert_network_image": "Insertar imágen desde la red",
|
||||
"Upload_local_image": "Subir imagen local",
|
||||
"Add_link": "Agregar enlace",
|
||||
"File_history": "Historial del Archivo",
|
||||
"History_version": "Historial de Versiones",
|
||||
"Back_to_viewer": "Volver al Visualizador",
|
||||
"Link_title": "Título del enlace",
|
||||
"Local_draft": "Borrador local",
|
||||
"Use_draft": "Usar borrador",
|
||||
"Delete_draft": "Eliminar borrador",
|
||||
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
||||
"Local_draft_saved": "Borrador local guardado",
|
||||
"New_draft": "Nuevo Borrador",
|
||||
"View_draft": "Ver Borrador",
|
||||
"Publish": "Publicar",
|
||||
"This_file_has_a_draft": "Este archivo tiene un borrador",
|
||||
"Delete": "Borrar",
|
||||
"Reply": "Responder",
|
||||
"Comment": "Comentar",
|
||||
"Comments": "Comentarios",
|
||||
"All_comments": "Todos los comentarios",
|
||||
"Resolved_comments": "Comentarios resueltos",
|
||||
"Unresolved_comments": "Comentarios sin resolver",
|
||||
"Total_1_comment": "Total 1 comentario",
|
||||
"Total_count_comments": "Total {{count}} comentarios",
|
||||
"Add_a_comment": "Agregar un comentario...",
|
||||
"No_comment_yet": "No hay comentarios.",
|
||||
"Mark_as_Resolved": "Marcar como Resuelto",
|
||||
"Resubmit": "Resubmit",
|
||||
"Resubmitted": "Resubmitted",
|
||||
"Ask_for_review": "Solicitar revisión",
|
||||
"Review_already_exists": "La revisión ya existe",
|
||||
"View_review": "Ver revisión",
|
||||
"There_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
||||
"Start_review": "Iniciar revisión",
|
||||
"This_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
||||
"This_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
||||
"This_file_has_been_updated": "Este archivo ha sido actualizado.",
|
||||
"Refresh": "Refrescar",
|
||||
"Related_files": "Related files",
|
||||
"Related_file": "Related file",
|
||||
"No_tags": "Sin etiquetas",
|
||||
"Date": "Fecha",
|
||||
"Participants": "Participantes",
|
||||
"Meeting_note": "Nota de la reunión",
|
||||
"Chooser_document_type": "Elija el tipo de documento",
|
||||
"Empty": "Vacío",
|
||||
"No_related_files": "Sin archivos relacionados",
|
||||
"No_out_line": "No hay esquema",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editar archivos en este navegador puede producir algunos problemas en el display.",
|
||||
"No_document_improvement_suggestion": "No hay sugerencias para mejorar el documento",
|
||||
"Hide_side_panel": "Ocultar panel lateral",
|
||||
"Show_side_panel": "Mostrar panel lateral",
|
||||
"Show_resolved_comments": "Mostrar comentarios resueltos",
|
||||
"Update": "Actualizar",
|
||||
"Width": "Ancho",
|
||||
"Height": "Alto",
|
||||
"Full_screen": "Pantalla completa",
|
||||
"Insert_library_image": "Insertar imagen desde la biblioteca",
|
||||
"Size": "Tamaño",
|
||||
"Location": "Ubicación",
|
||||
"Last_update": "Last update",
|
||||
"Tags": "Rótulos",
|
||||
"Add_participants": "Agregar participantes",
|
||||
"Clear_format": "Clear format",
|
||||
"MarkdownLint": {
|
||||
"missing_h1": {
|
||||
"description": "No hay h1 en el documento",
|
||||
"issue": "Falta h1"
|
||||
},
|
||||
"heading_end_with_colon": {
|
||||
"description": "Un encabezado no debe finalizar con el signo Dos Puntos",
|
||||
"issue": "El encabezado finaliza con el signo Dos Puntos"
|
||||
},
|
||||
"heading_increase_irregular": {
|
||||
"description": "Los niveles del encabezado sólo deben incrementarse de a uno por vez",
|
||||
"issue": "Problema con nivel de encabezado"
|
||||
}
|
||||
},
|
||||
"Shortcut_help": "Ayuda de atajos",
|
||||
"User_help": {
|
||||
"title": "Atajos de teclado",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType": "Listar atajos",
|
||||
"shortcutData": {
|
||||
"Make_list": "Crear lista",
|
||||
"Make_ordered_list": "Crear lista ordenada",
|
||||
"Insert_new_item": "Insertar nuevo ítem",
|
||||
"Insert_child_in_item": "Insert child in item",
|
||||
"Increase_depth": "Increase depth"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Head shortcuts",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Encabezado 1",
|
||||
"Heading_2": "Encabezado 2",
|
||||
"Heading_3": "Encabezado 3",
|
||||
"Heading_4": "Encabezado 4",
|
||||
"Heading_5": "Encabezado 5",
|
||||
"Heading_6": "Encabezado 6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Code block shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Crear bloque de código",
|
||||
"Insert_new_line": "Insertar nueva línea",
|
||||
"Escape_code_block": "Escape code block",
|
||||
"Insert_indent": "Insert indent"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Block quote shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Make Block quote",
|
||||
"Escape_Block_quote": "Escape Block quote"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de tabla",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Insertar fila de tabla",
|
||||
"Escape_table": "Escape table"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de fórmula",
|
||||
"shortcutData": {
|
||||
"Insert_Formula": "Insertar Fórmula"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Inline shortcuts",
|
||||
"shortcutData": {
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Italic_Bold": "Negrita itálica",
|
||||
"Inline_code": "Inline code"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Guardar atajos",
|
||||
"shortcutData": {
|
||||
"Save_file": "Guardar archivo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de imagen",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Pegar captura de pantalla",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Arrastrar imagen desde cualquier sitio para subirla"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"The_link_address_is_required": "The link address is required.",
|
||||
"The_link_title_is_required": "The link title is required.",
|
||||
"The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.",
|
||||
"All_changes_saved": "All changes saved",
|
||||
"Saving": "Guardando...",
|
||||
"Collaborators": "Collaborators",
|
||||
"Online_members": "Online members",
|
||||
"Me": "me",
|
||||
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.",
|
||||
"Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...",
|
||||
"Server_is_reconnected": "Server is reconnected.",
|
||||
"Outline": "Outline",
|
||||
"Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here",
|
||||
"Open_parent_folder": "Abrir carpeta contenedora",
|
||||
"Redo": "redo",
|
||||
"Undo": "undo",
|
||||
"Open_link": "Open link",
|
||||
"Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns",
|
||||
"Rows": "Filas",
|
||||
"Columns": "Columnas",
|
||||
"Please_enter_title": "Please enter title",
|
||||
"Please_enter_text": "Please enter text",
|
||||
"Row(s)": "row(s)",
|
||||
"Column(s)": "column(s)",
|
||||
"Insert_below": "Insert below",
|
||||
"Insert_above": "Insert above",
|
||||
"Insert_on_the_right": "Insert on the right",
|
||||
"Insert_on_the_left": "Insert on the left",
|
||||
"Starred": "Favoritos",
|
||||
"Unstarred": "Unstarred",
|
||||
"Star": "Marcar",
|
||||
"Unstar": "Desmarcar",
|
||||
"Auto_wrap": "Auto wrap",
|
||||
"Add_comment": "Add comment",
|
||||
"Delete_comment": "Delete comment",
|
||||
"Delete_reply": "Delete reply",
|
||||
"Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?",
|
||||
"Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?",
|
||||
"Enter_comment_shift_enter_for_new_line_Enter_to_send": "Enter comment, Shift + Enter for new line, Enter to send",
|
||||
"Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send",
|
||||
"Reopen_discussion": "Adding a reply will reopen this discussion",
|
||||
"Confirm": "Confirmar",
|
||||
"View_changes": "View changes",
|
||||
"Revision": "Revision",
|
||||
"Error": "Error",
|
||||
"Start_revise": "Start revise",
|
||||
"Revise": "Revise",
|
||||
"Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn",
|
||||
"Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
|
||||
"Load_doc_content_error": "Load doc content error",
|
||||
"Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification",
|
||||
"Draft": "Borrador",
|
||||
"Unmark_as_draft": "Unmark as draft",
|
||||
"Background_color": "Background color",
|
||||
"No_color": "No color",
|
||||
"Standard_color": "Standard color",
|
||||
"Recently_used": "Recently used",
|
||||
"More_color": "More color",
|
||||
"White": "White",
|
||||
"Black": "Black",
|
||||
"Blue_grey": "Blue_grey",
|
||||
"Blue": "Blue",
|
||||
"Sky_blue": "Sky_blue",
|
||||
"Green": "Green",
|
||||
"Red": "Red",
|
||||
"Orange": "Orange",
|
||||
"Yellow": "Yellow",
|
||||
"Purple": "Purple",
|
||||
"Light_grey_x": "Light grey {{value}}",
|
||||
"Dark_grey_x": "Dark grey {{value}}",
|
||||
"Light_blue_grey_x": "Light blue grey {{value}}",
|
||||
"Light_blue_x": "Light blue {{value}}",
|
||||
"Light_sky_blue_x": "Light sky blue {{value}}",
|
||||
"Light_green_x": "Light green {{value}}",
|
||||
"Light_red_x": "Light red {{value}}",
|
||||
"Light_orange_x": "Light orange {{value}}",
|
||||
"Light_yellow_x": "Light yellow {{value}}",
|
||||
"Light_purple_x": "Light purple {{value}}",
|
||||
"Dark_blue_grey_x": "Dark blue grey {{value}}",
|
||||
"Dark_blue_x": "Dark blue {{value}}",
|
||||
"Dark_sky_blue_x": "Dark sky blue {{value}}",
|
||||
"Dark_green_x": "Dark green {{value}}",
|
||||
"Dark_red_x": "Dark red {{value}}",
|
||||
"Dark_orange_x": "Dark orange {{value}}",
|
||||
"Dark_yellow_x": "Dark yellow {{value}}",
|
||||
"Dark_purple_x": "Dark purple {{value}}",
|
||||
"Standard_dark_red": "Standard dark red",
|
||||
"Standard_red": "Standard red",
|
||||
"Standard_orange": "Standard orange",
|
||||
"Standard_yellow": "Standard yellow",
|
||||
"Standard_light_green": "Standard light green",
|
||||
"Standard_green": "Standard green",
|
||||
"Standard_light_blue": "Standard light blue",
|
||||
"Standard_blue": "Standard blue",
|
||||
"Standard_dark_blue": "Standard dark blue",
|
||||
"Standard_purple": "Standard purple",
|
||||
"Highlight_color": "Highlight",
|
||||
"Font_color": "Font color",
|
||||
"Default": "Predeterminado",
|
||||
"No_revisions": "No revisions",
|
||||
"1_revision": "1 revision",
|
||||
"x_revisions": "{{count}} revisions",
|
||||
"Creator": "Creador",
|
||||
"Created_time": "Created time",
|
||||
"Created_at": "Created at",
|
||||
"Resolved_tip": "Mark as resolved and hide discussion",
|
||||
"Search_language": "Search language",
|
||||
"Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.",
|
||||
"Repair": "Repair",
|
||||
"Font_size": "Font size",
|
||||
"Increase_font_size": "Increase font size",
|
||||
"Reduce_font_size": "Reduce font size",
|
||||
"Font": "Fuente",
|
||||
"All_fonts": "All fonts",
|
||||
"Default_font": "Default font",
|
||||
"Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.",
|
||||
"Recently_saved": "Recently saved",
|
||||
"Text_Link": "Text Link",
|
||||
"Icon_and_text_Link": "Icon and text Link",
|
||||
"Card": "Card",
|
||||
"Select_sdoc_document": "Select sdoc document",
|
||||
"Select_file": "Select file",
|
||||
"Local_file": "Local file",
|
||||
"Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again",
|
||||
"Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page",
|
||||
"Style": "Style",
|
||||
"Insert": "Insert",
|
||||
"Image": "Imagen",
|
||||
"Table": "Tabla",
|
||||
"Link": "Enlace",
|
||||
"Transform_to": "Transform to",
|
||||
"Last_modification": "Last modification",
|
||||
"Next_modification": "Next modification",
|
||||
"Changes": "Cambios",
|
||||
"No_changes": "No changes",
|
||||
"Title": "Título",
|
||||
"Subtitle": "Subtitle",
|
||||
"Link_sdoc": "Link sdoc",
|
||||
"Link_file": "Link file",
|
||||
"Keep_my_modification": "Keep my modification",
|
||||
"Keep_other_modification": "Keep other's modification",
|
||||
"Keep_both_modification": "Keep both modification",
|
||||
"Tip": "Tip",
|
||||
"Rebase_delete_no_change_revision_tip": "Revision has not made any change compared to original document. Do you want to delete this revision?",
|
||||
"Has_been_replaced_tip": "Document content has been replaced. Please refresh the page",
|
||||
"Has_been_published_tip": "Revision published",
|
||||
"Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!",
|
||||
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
|
||||
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
|
||||
"Has_been_removed_tip": "Document has been removed, please view other documents.",
|
||||
"Checking": "Checking...",
|
||||
"Publishing": "Publishing...",
|
||||
"Inline": "Inline",
|
||||
"Block": "Block",
|
||||
"Full_screen_mode": "Full screen mode",
|
||||
"Image_border": "Image border",
|
||||
"Delete_revision": "Delete revision",
|
||||
"Delete_tip": "Are you sure you want to delete {{content}} ?",
|
||||
"Revision_deleted": "Revision deleted",
|
||||
"Published": "Publicado",
|
||||
"Delete_Successfully": "Delete Successfully",
|
||||
"Delete_failed": "Eliminar falló",
|
||||
"Caption": "Caption",
|
||||
"No_collaborators_available": "No_collaborators_available",
|
||||
"Search_collaborator": "Search collaborator",
|
||||
"Doc_comments": "Document comments",
|
||||
"Tag_not_found": "Tag not found",
|
||||
"Create_a_new_tag": "Cear una nueva etiqueta",
|
||||
"Search_tags": "Search tags",
|
||||
"No_options_available": "Tag not found",
|
||||
"Add_option": "Cear una nueva etiqueta",
|
||||
"Find_an_option": "Search tags",
|
||||
"Copy_link_of_section": "Copy link of section",
|
||||
"revision": "revision",
|
||||
"xxx_added_a_new_comment": "{{author}} added a new comment",
|
||||
"xxx_added_a_reply": "{{author}} added a reply",
|
||||
"New": "Nuevo",
|
||||
"Table_template": "Table template",
|
||||
"Jump_to_original_doc": "Jump to the original document",
|
||||
"Freezed": "Freezed",
|
||||
"Callout": "Callout",
|
||||
"The_current_location_does_not_support_pasting": "The current location does not support pasting ",
|
||||
"Please_enter": "Please enter",
|
||||
"Combine_cell": "Combine cells",
|
||||
"Split_cell": "Split cell",
|
||||
"Row_number": "Row number",
|
||||
"Column_number": "Column number",
|
||||
"The_maximum_row_number_is_{number}": "The maximum row number is {number}",
|
||||
"Other_modification": "Other's modification",
|
||||
"My_modification": "My modification",
|
||||
"Document_history": "Document history",
|
||||
"Freeze_document": "Freeze document",
|
||||
"Document_frozen": "Document frozen",
|
||||
"Unfreeze": "Unfreeze",
|
||||
"Search_and_replace": "Search and replace",
|
||||
"Search": "Buscar",
|
||||
"Type_search_content": "Type search content",
|
||||
"Replace_as": "Replace as",
|
||||
"Type_replace_content": "Type replace content",
|
||||
"Prevs": "Prevs",
|
||||
"Next": "Siguiente",
|
||||
"Replace": "Reemplazar",
|
||||
"Replace_all": "Replace all",
|
||||
"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}}'?",
|
||||
"Are_you_sure_to_clear_all_number_xxx_in_this_document": "Are you sure to clear all {{number}} '{{originalWord}}' in this document?",
|
||||
"Search_not_found": "Not found",
|
||||
"Recent_visited": "Recent visited",
|
||||
"The_document_does_not_exist": "The document does not exist",
|
||||
"Create_a_new_sdoc_file": "Create a new sdoc file",
|
||||
"New_page": "New page",
|
||||
"Create": "Crear",
|
||||
"Top_align": "Top",
|
||||
"Center_align": "Middle",
|
||||
"Bottom_align": "Bottom",
|
||||
"Move_column_count": "Moving {{count}} column(s)",
|
||||
"Move_row_count": "Moving {{count}} row(s)",
|
||||
"Mark_all_as_read": "Mark all as read",
|
||||
"Alignment_type": "Alignment",
|
||||
"Print": "Print",
|
||||
"Enter_more_character_start_search": "Enter more characters to start search",
|
||||
"Create_file_name_sdoc": "Create {{file_name_sdoc}}",
|
||||
"Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?",
|
||||
"Fit_table_to_page_width": "Fit table to page width",
|
||||
"Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
|
||||
"Vertical_align": "Vertical alignment",
|
||||
"Horizontal_align": "Horizontal alignment",
|
||||
"SeaTable_column": "SeaTable column",
|
||||
"SeaTable_table": "SeaTable table",
|
||||
"And_x_more_records": "and {{count}} more records",
|
||||
"Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed",
|
||||
"Show_record_numbers": "Show record numbers",
|
||||
"Alternate_color": "Alternate color",
|
||||
"Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors",
|
||||
"Header": "Encabezado",
|
||||
"Remove_icon": "Remove icon",
|
||||
"Hide_columns": "Hide columns",
|
||||
"1_hidden_column": "1 hidden column",
|
||||
"hidden_columns": "hidden columns",
|
||||
"Search_column": "Search column",
|
||||
"No_columns_available_to_be_hidden": "No columns available to be hidden.",
|
||||
"Hide_all": "Hide all",
|
||||
"Show_all": "Show all",
|
||||
"Sort": "Sort",
|
||||
"1 Sort": "1 sort",
|
||||
"Sorts": "sorts",
|
||||
"No_sorts": "No sorts",
|
||||
"Add_sort": "Add sort",
|
||||
"No_sort_added": "No sort added",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"No_results": "No results",
|
||||
"Filter": "Filter",
|
||||
"1 Filter": "1 filter",
|
||||
"Filters": "filters",
|
||||
"Add_filter": "Add filter",
|
||||
"No_filters": "No filters",
|
||||
"And": "And",
|
||||
"Or": "Or",
|
||||
"Select_option(s)": "Select option(s)",
|
||||
"Select_an_option": "Select an option",
|
||||
"Search_option": "Search option",
|
||||
"Add_collaborator": "Add collaborator",
|
||||
"Add_a_creator": "Add a creator",
|
||||
"Add_a_last_modifier": "Add a last modifier",
|
||||
"Invalid_filter": "Invalid filter",
|
||||
"Department_single_select": "Department single select",
|
||||
"Search_department": "Search department",
|
||||
"Select_department": "Select department",
|
||||
"No_departments_available": "No departments available",
|
||||
"Current_user_department": "Current user's department",
|
||||
"Current_user_department_and_sub": "Current user's department and sub-departments",
|
||||
"Deleted_department": "Deleted department",
|
||||
"Data_settings": "Data settings",
|
||||
"Style_settings": "Style settings",
|
||||
"contains": "contains",
|
||||
"does_not_contain": "does not contain",
|
||||
"is": "is",
|
||||
"is_not": "is not",
|
||||
"equal": "\u003d",
|
||||
"not_equal": "\u2260",
|
||||
"less": "\u003C",
|
||||
"greater": "\u003E",
|
||||
"less_or_equal": "\u2264",
|
||||
"greater_or_equal": "\u2265",
|
||||
"is_empty": "is empty",
|
||||
"is_not_empty": "is not empty",
|
||||
"is_within": "is within",
|
||||
"is_before": "is before",
|
||||
"is_after": "is after",
|
||||
"is_on_or_before": "is on or before",
|
||||
"is_on_or_after": "is on or after",
|
||||
"has_any_of": "has any of",
|
||||
"has_all_of": "has all of",
|
||||
"has_none_of": "has none of",
|
||||
"is_exactly": "is exactly",
|
||||
"is_current_user_ID": "is current user's ID",
|
||||
"Current_date": "Current date",
|
||||
"Specific_date": "Specific date",
|
||||
"x_days_before_current_date": "x days before current date",
|
||||
"x_days_after_current_date": "x days after current date",
|
||||
"is_any_of": "is any of",
|
||||
"is_none_of": "is none of",
|
||||
"include_me": "include the current user",
|
||||
"today": "today",
|
||||
"tomorrow": "tomorrow",
|
||||
"yesterday": "yesterday",
|
||||
"one_week_ago": "one week ago",
|
||||
"one_week_from_now": "one week from now",
|
||||
"one_month_ago": "one month ago",
|
||||
"one_month_from_now": "one month from now",
|
||||
"number_of_days_ago": "number of days ago",
|
||||
"number_of_days_from_now": "number of days from now",
|
||||
"exact_date": "exact date",
|
||||
"last_week": "last week",
|
||||
"last_month": "last month",
|
||||
"last_year": "last year",
|
||||
"this_week": "this week",
|
||||
"this_month": "this month",
|
||||
"this_year": "this year",
|
||||
"the_next_week": "the next week",
|
||||
"the_next_month": "the next month",
|
||||
"the_next_year": "the next year",
|
||||
"the_past_week": "last week",
|
||||
"the_past_month": "last month",
|
||||
"the_past_year": "last year",
|
||||
"the_next_numbers_of_days": "the next numbers of days",
|
||||
"the_past_numbers_of_days": "the past numbers of days",
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
||||
"Sub_table": "Tabla",
|
||||
"Search_action": "Search action...",
|
||||
"Comment_details": "Comment details",
|
||||
"Two_column": "2 columns",
|
||||
"Three_column": "3 columns",
|
||||
"Four_column": "4 columns",
|
||||
"Five_column": "5 columns"
|
||||
}
|
574
media/sdoc-editor/locales/es_MX/sdoc-editor.json
Normal file
574
media/sdoc-editor/locales/es_MX/sdoc-editor.json
Normal file
@ -0,0 +1,574 @@
|
||||
{
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Underline": "Underline",
|
||||
"Strikethrough": "Tachado",
|
||||
"Superscript": "Superscript",
|
||||
"Subscript": "Subscript",
|
||||
"Inline_code": "Código",
|
||||
"Header_one": "Encabezado 1",
|
||||
"Header_two": "Encabezado 2",
|
||||
"Header_three": "Encabezado 3",
|
||||
"Header_four": "Encabezado 4",
|
||||
"Header_five": "Encabezado 5",
|
||||
"Header_six": "Encabezado 6",
|
||||
"Paragraph": "Párrafo",
|
||||
"Quote": "Cita",
|
||||
"Ordered_list": "Lista ordenada",
|
||||
"Unordered_list": "Lista desordenada",
|
||||
"Check_list": "Check list",
|
||||
"Insert_image": "Insert image",
|
||||
"Insert_formula": "Insert formula",
|
||||
"Formula": "Fórmula",
|
||||
"Insert_file": "Insert file",
|
||||
"Code": "Inline code",
|
||||
"Code_block": "Code block",
|
||||
"Insert_link": "Insert link",
|
||||
"Insert_table": "Insert table",
|
||||
"Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
|
||||
"Save": "Guardar",
|
||||
"More": "Más",
|
||||
"Invalid_url": "URL Inválida",
|
||||
"Link_address": "Dirección del enlace",
|
||||
"Image_address": "Dirección de la imagen",
|
||||
"Submit": "Enviar",
|
||||
"Cancel": "Cancelar",
|
||||
"Switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
||||
"Switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
||||
"Switch_to_viewer": "Cambiar a visualizador Markdown",
|
||||
"Help": "Ayuda",
|
||||
"Column": "Columna",
|
||||
"Row": "Fila",
|
||||
"Delete_table": "Delete table",
|
||||
"Delete_row": "Delete row",
|
||||
"Delete_column": "Delete column",
|
||||
"Insert_row": "Insert row",
|
||||
"Set_align": "Establecer alineación",
|
||||
"Left": "Izquierda",
|
||||
"Center": "Centrar",
|
||||
"Right": "derecha",
|
||||
"File_saved": "Archivo guardado",
|
||||
"File_failed_to_save": "Fallo al guardar archivo",
|
||||
"Back_to_parent_directory": "Volver a la carpeta superior",
|
||||
"Edit": "Editar",
|
||||
"Copy": "Copiar",
|
||||
"Copied": "Copiado",
|
||||
"Cut": "Cut",
|
||||
"Internal_link": "Enlace interno",
|
||||
"Copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
||||
"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. ",
|
||||
"Share": "Compartir",
|
||||
"Share_link": "Compartir enlace",
|
||||
"Generate": "Generar",
|
||||
"Add_password_protection": "Agregar protección por contraseña",
|
||||
"Password": "Contraseña ",
|
||||
"At_least_8_characters": "al menos 8 caracteres",
|
||||
"Password_again": "Repetir contraseña",
|
||||
"Add_auto_expiration": "Agregar vencimiento automático",
|
||||
"Days": "días",
|
||||
"Please_enter_password": "Ingresa una contraseña",
|
||||
"Greater_than_or_equal_to": "Mayor o igual que",
|
||||
"Less_than_or_equal_to": "Menor o igual que",
|
||||
"Set_permission": "Establecer permiso",
|
||||
"Preview_and_download": "Vista previa y descargar",
|
||||
"Preview_only": "Vista previa solamente",
|
||||
"Please_enter_valid_days": "Ingresa cantidad válida de días",
|
||||
"Please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
||||
"Please_enter_days": "Ingresa cantidad de días",
|
||||
"Password_is_too_short": "Contraseña demasiado corta",
|
||||
"Passwords_do_not_match": "Las contraseñas no concuerdan",
|
||||
"Return_to_wiki_page": "Volver a la página del Wiki",
|
||||
"Insert_network_image": "Insertar imágen desde la red",
|
||||
"Upload_local_image": "Subir imagen local",
|
||||
"Add_link": "Agregar enlace",
|
||||
"File_history": "File history",
|
||||
"History_version": "History versions",
|
||||
"Back_to_viewer": "Back to viewer",
|
||||
"Link_title": "Título del enlace",
|
||||
"Local_draft": "Borrador local",
|
||||
"Use_draft": "Usar borrador",
|
||||
"Delete_draft": "Eliminar borrador",
|
||||
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
||||
"Local_draft_saved": "Borrador local guardado",
|
||||
"New_draft": "New draft",
|
||||
"View_draft": "View draft",
|
||||
"Publish": "Publicar",
|
||||
"This_file_has_a_draft": "Este archivo tiene un borrador",
|
||||
"Delete": "Borrar",
|
||||
"Reply": "Responder",
|
||||
"Comment": "Comentar",
|
||||
"Comments": "Comentarios",
|
||||
"All_comments": "All comments",
|
||||
"Resolved_comments": "Resolved comments",
|
||||
"Unresolved_comments": "Unresolved comments",
|
||||
"Total_1_comment": "Total 1 comment",
|
||||
"Total_count_comments": "Total {{count}} comments",
|
||||
"Add_a_comment": "Agregar un comentario...",
|
||||
"No_comment_yet": "No hay comentarios.",
|
||||
"Mark_as_Resolved": "Marcar como Resuelto",
|
||||
"Resubmit": "Resubmit",
|
||||
"Resubmitted": "Resubmitted",
|
||||
"Ask_for_review": "Solicitar revisión",
|
||||
"Review_already_exists": "La revisión ya existe",
|
||||
"View_review": "Ver revisión",
|
||||
"There_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
||||
"Start_review": "Iniciar revisión",
|
||||
"This_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
||||
"This_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
||||
"This_file_has_been_updated": "Este archivo ha sido actualizado.",
|
||||
"Refresh": "Refrescar",
|
||||
"Related_files": "Related files",
|
||||
"Related_file": "Related file",
|
||||
"No_tags": "Sin etiquetas",
|
||||
"Date": "Fecha",
|
||||
"Participants": "Participantes",
|
||||
"Meeting_note": "Nota de la reunión",
|
||||
"Chooser_document_type": "Elija el tipo de documento",
|
||||
"Empty": "Vacío",
|
||||
"No_related_files": "Sin archivos relacionados",
|
||||
"No_out_line": "No hay esquema",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editar archivos en este navegador puede producir algunos problemas en el display.",
|
||||
"No_document_improvement_suggestion": "No hay sugerencias para mejorar el documento",
|
||||
"Hide_side_panel": "Ocultar panel lateral",
|
||||
"Show_side_panel": "Mostrar panel lateral",
|
||||
"Show_resolved_comments": "Mostrar comentarios resueltos",
|
||||
"Update": "Actualizar",
|
||||
"Width": "Ancho",
|
||||
"Height": "Alto",
|
||||
"Full_screen": "Pantalla completa",
|
||||
"Insert_library_image": "Insertar imagen desde la biblioteca",
|
||||
"Size": "Tamaño",
|
||||
"Location": "Ubicación",
|
||||
"Last_update": "Last update",
|
||||
"Tags": "Rótulos",
|
||||
"Add_participants": "Agregar participantes",
|
||||
"Clear_format": "Clear format",
|
||||
"MarkdownLint": {
|
||||
"missing_h1": {
|
||||
"description": "No hay h1 en el documento",
|
||||
"issue": "Falta h1"
|
||||
},
|
||||
"heading_end_with_colon": {
|
||||
"description": "Un encabezado no debe finalizar con el signo Dos Puntos",
|
||||
"issue": "El encabezado finaliza con el signo Dos Puntos"
|
||||
},
|
||||
"heading_increase_irregular": {
|
||||
"description": "Los niveles del encabezado sólo deben incrementarse de a uno por vez",
|
||||
"issue": "Problema con nivel de encabezado"
|
||||
}
|
||||
},
|
||||
"Shortcut_help": "Ayuda de atajos",
|
||||
"User_help": {
|
||||
"title": "Atajos de teclado",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType": "Listar atajos",
|
||||
"shortcutData": {
|
||||
"Make_list": "Crear lista",
|
||||
"Make_ordered_list": "Crear lista ordenada",
|
||||
"Insert_new_item": "Insertar nuevo ítem",
|
||||
"Insert_child_in_item": "Insert child in item",
|
||||
"Increase_depth": "Increase depth"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Head shortcuts",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Encabezado 1",
|
||||
"Heading_2": "Encabezado 2",
|
||||
"Heading_3": "Encabezado 3",
|
||||
"Heading_4": "Encabezado 4",
|
||||
"Heading_5": "Encabezado 5",
|
||||
"Heading_6": "Encabezado 6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Code block shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Crear bloque de código",
|
||||
"Insert_new_line": "Insertar nueva línea",
|
||||
"Escape_code_block": "Escape code block",
|
||||
"Insert_indent": "Insert indent"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Block quote shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Make Block quote",
|
||||
"Escape_Block_quote": "Escape Block quote"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de tabla",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Insertar fila de tabla",
|
||||
"Escape_table": "Escape table"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de fórmula",
|
||||
"shortcutData": {
|
||||
"Insert_Formula": "Insertar Fórmula"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Inline shortcuts",
|
||||
"shortcutData": {
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Italic_Bold": "Negrita itálica",
|
||||
"Inline_code": "Inline code"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Guardar atajos",
|
||||
"shortcutData": {
|
||||
"Save_file": "Guardar archivo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"shortcutType": "Atajos de imagen",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Pegar captura de pantalla",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Arrastrar imagen desde cualquier sitio para subirla"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"The_link_address_is_required": "The link address is required.",
|
||||
"The_link_title_is_required": "The link title is required.",
|
||||
"The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.",
|
||||
"All_changes_saved": "All changes saved",
|
||||
"Saving": "Guardando...",
|
||||
"Collaborators": "Collaborators",
|
||||
"Online_members": "Online members",
|
||||
"Me": "me",
|
||||
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.",
|
||||
"Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...",
|
||||
"Server_is_reconnected": "Server is reconnected.",
|
||||
"Outline": "Outline",
|
||||
"Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here",
|
||||
"Open_parent_folder": "Abrir carpeta contenedora",
|
||||
"Redo": "redo",
|
||||
"Undo": "undo",
|
||||
"Open_link": "Open link",
|
||||
"Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns",
|
||||
"Rows": "Filas",
|
||||
"Columns": "Columnas",
|
||||
"Please_enter_title": "Please enter title",
|
||||
"Please_enter_text": "Please enter text",
|
||||
"Row(s)": "row(s)",
|
||||
"Column(s)": "column(s)",
|
||||
"Insert_below": "Insert below",
|
||||
"Insert_above": "Insert above",
|
||||
"Insert_on_the_right": "Insert on the right",
|
||||
"Insert_on_the_left": "Insert on the left",
|
||||
"Starred": "Marcado",
|
||||
"Unstarred": "Unstarred",
|
||||
"Star": "Marcar",
|
||||
"Unstar": "Desmarcar",
|
||||
"Auto_wrap": "Auto wrap",
|
||||
"Add_comment": "Add comment",
|
||||
"Delete_comment": "Delete comment",
|
||||
"Delete_reply": "Delete reply",
|
||||
"Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?",
|
||||
"Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?",
|
||||
"Enter_comment_shift_enter_for_new_line_Enter_to_send": "Enter comment, Shift + Enter for new line, Enter to send",
|
||||
"Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send",
|
||||
"Reopen_discussion": "Adding a reply will reopen this discussion",
|
||||
"Confirm": "Confirmar",
|
||||
"View_changes": "View changes",
|
||||
"Revision": "Revision",
|
||||
"Error": "Error",
|
||||
"Start_revise": "Start revise",
|
||||
"Revise": "Revise",
|
||||
"Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn",
|
||||
"Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
|
||||
"Load_doc_content_error": "Load doc content error",
|
||||
"Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification",
|
||||
"Draft": "Borrador",
|
||||
"Unmark_as_draft": "Unmark as draft",
|
||||
"Background_color": "Background color",
|
||||
"No_color": "No color",
|
||||
"Standard_color": "Standard color",
|
||||
"Recently_used": "Recently used",
|
||||
"More_color": "More color",
|
||||
"White": "White",
|
||||
"Black": "Black",
|
||||
"Blue_grey": "Blue_grey",
|
||||
"Blue": "Blue",
|
||||
"Sky_blue": "Sky_blue",
|
||||
"Green": "Green",
|
||||
"Red": "Red",
|
||||
"Orange": "Orange",
|
||||
"Yellow": "Yellow",
|
||||
"Purple": "Purple",
|
||||
"Light_grey_x": "Light grey {{value}}",
|
||||
"Dark_grey_x": "Dark grey {{value}}",
|
||||
"Light_blue_grey_x": "Light blue grey {{value}}",
|
||||
"Light_blue_x": "Light blue {{value}}",
|
||||
"Light_sky_blue_x": "Light sky blue {{value}}",
|
||||
"Light_green_x": "Light green {{value}}",
|
||||
"Light_red_x": "Light red {{value}}",
|
||||
"Light_orange_x": "Light orange {{value}}",
|
||||
"Light_yellow_x": "Light yellow {{value}}",
|
||||
"Light_purple_x": "Light purple {{value}}",
|
||||
"Dark_blue_grey_x": "Dark blue grey {{value}}",
|
||||
"Dark_blue_x": "Dark blue {{value}}",
|
||||
"Dark_sky_blue_x": "Dark sky blue {{value}}",
|
||||
"Dark_green_x": "Dark green {{value}}",
|
||||
"Dark_red_x": "Dark red {{value}}",
|
||||
"Dark_orange_x": "Dark orange {{value}}",
|
||||
"Dark_yellow_x": "Dark yellow {{value}}",
|
||||
"Dark_purple_x": "Dark purple {{value}}",
|
||||
"Standard_dark_red": "Standard dark red",
|
||||
"Standard_red": "Standard red",
|
||||
"Standard_orange": "Standard orange",
|
||||
"Standard_yellow": "Standard yellow",
|
||||
"Standard_light_green": "Standard light green",
|
||||
"Standard_green": "Standard green",
|
||||
"Standard_light_blue": "Standard light blue",
|
||||
"Standard_blue": "Standard blue",
|
||||
"Standard_dark_blue": "Standard dark blue",
|
||||
"Standard_purple": "Standard purple",
|
||||
"Highlight_color": "Highlight",
|
||||
"Font_color": "Font color",
|
||||
"Default": "Predeterminado",
|
||||
"No_revisions": "No revisions",
|
||||
"1_revision": "1 revision",
|
||||
"x_revisions": "{{count}} revisions",
|
||||
"Creator": "Creador",
|
||||
"Created_time": "Created time",
|
||||
"Created_at": "Created at",
|
||||
"Resolved_tip": "Mark as resolved and hide discussion",
|
||||
"Search_language": "Search language",
|
||||
"Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.",
|
||||
"Repair": "Repair",
|
||||
"Font_size": "Font size",
|
||||
"Increase_font_size": "Increase font size",
|
||||
"Reduce_font_size": "Reduce font size",
|
||||
"Font": "Fuente",
|
||||
"All_fonts": "All fonts",
|
||||
"Default_font": "Default font",
|
||||
"Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.",
|
||||
"Recently_saved": "Recently saved",
|
||||
"Text_Link": "Text Link",
|
||||
"Icon_and_text_Link": "Icon and text Link",
|
||||
"Card": "Card",
|
||||
"Select_sdoc_document": "Select sdoc document",
|
||||
"Select_file": "Select file",
|
||||
"Local_file": "Local file",
|
||||
"Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again",
|
||||
"Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page",
|
||||
"Style": "Style",
|
||||
"Insert": "Insert",
|
||||
"Image": "Imagen",
|
||||
"Table": "Tabla",
|
||||
"Link": "Enlace",
|
||||
"Transform_to": "Transform to",
|
||||
"Last_modification": "Last modification",
|
||||
"Next_modification": "Next modification",
|
||||
"Changes": "Cambios",
|
||||
"No_changes": "No changes",
|
||||
"Title": "Título",
|
||||
"Subtitle": "Subtitle",
|
||||
"Link_sdoc": "Link sdoc",
|
||||
"Link_file": "Link file",
|
||||
"Keep_my_modification": "Keep my modification",
|
||||
"Keep_other_modification": "Keep other's modification",
|
||||
"Keep_both_modification": "Keep both modification",
|
||||
"Tip": "Tip",
|
||||
"Rebase_delete_no_change_revision_tip": "Revision has not made any change compared to original document. Do you want to delete this revision?",
|
||||
"Has_been_replaced_tip": "Document content has been replaced. Please refresh the page",
|
||||
"Has_been_published_tip": "Revision published",
|
||||
"Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!",
|
||||
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
|
||||
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
|
||||
"Has_been_removed_tip": "Document has been removed, please view other documents.",
|
||||
"Checking": "Checking...",
|
||||
"Publishing": "Publishing...",
|
||||
"Inline": "Inline",
|
||||
"Block": "Block",
|
||||
"Full_screen_mode": "Full screen mode",
|
||||
"Image_border": "Image border",
|
||||
"Delete_revision": "Delete revision",
|
||||
"Delete_tip": "Are you sure you want to delete {{content}} ?",
|
||||
"Revision_deleted": "Revision deleted",
|
||||
"Published": "Publicado",
|
||||
"Delete_Successfully": "Delete Successfully",
|
||||
"Delete_failed": "Eliminar falló",
|
||||
"Caption": "Caption",
|
||||
"No_collaborators_available": "No_collaborators_available",
|
||||
"Search_collaborator": "Search collaborator",
|
||||
"Doc_comments": "Document comments",
|
||||
"Tag_not_found": "Tag not found",
|
||||
"Create_a_new_tag": "Cear una nueva etiqueta",
|
||||
"Search_tags": "Search tags",
|
||||
"No_options_available": "Tag not found",
|
||||
"Add_option": "Cear una nueva etiqueta",
|
||||
"Find_an_option": "Search tags",
|
||||
"Copy_link_of_section": "Copy link of section",
|
||||
"revision": "revision",
|
||||
"xxx_added_a_new_comment": "{{author}} added a new comment",
|
||||
"xxx_added_a_reply": "{{author}} added a reply",
|
||||
"New": "Nuevo",
|
||||
"Table_template": "Table template",
|
||||
"Jump_to_original_doc": "Jump to the original document",
|
||||
"Freezed": "Freezed",
|
||||
"Callout": "Callout",
|
||||
"The_current_location_does_not_support_pasting": "The current location does not support pasting ",
|
||||
"Please_enter": "Please enter",
|
||||
"Combine_cell": "Combine cells",
|
||||
"Split_cell": "Split cell",
|
||||
"Row_number": "Row number",
|
||||
"Column_number": "Column number",
|
||||
"The_maximum_row_number_is_{number}": "The maximum row number is {number}",
|
||||
"Other_modification": "Other's modification",
|
||||
"My_modification": "My modification",
|
||||
"Document_history": "Document history",
|
||||
"Freeze_document": "Freeze document",
|
||||
"Document_frozen": "Document frozen",
|
||||
"Unfreeze": "Unfreeze",
|
||||
"Search_and_replace": "Search and replace",
|
||||
"Search": "Buscar",
|
||||
"Type_search_content": "Type search content",
|
||||
"Replace_as": "Replace as",
|
||||
"Type_replace_content": "Type replace content",
|
||||
"Prevs": "Prevs",
|
||||
"Next": "Siguiente",
|
||||
"Replace": "Reemplazar",
|
||||
"Replace_all": "Replace all",
|
||||
"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}}'?",
|
||||
"Are_you_sure_to_clear_all_number_xxx_in_this_document": "Are you sure to clear all {{number}} '{{originalWord}}' in this document?",
|
||||
"Search_not_found": "Not found",
|
||||
"Recent_visited": "Recent visited",
|
||||
"The_document_does_not_exist": "The document does not exist",
|
||||
"Create_a_new_sdoc_file": "Create a new sdoc file",
|
||||
"New_page": "New page",
|
||||
"Create": "Crear",
|
||||
"Top_align": "Top",
|
||||
"Center_align": "Middle",
|
||||
"Bottom_align": "Bottom",
|
||||
"Move_column_count": "Moving {{count}} column(s)",
|
||||
"Move_row_count": "Moving {{count}} row(s)",
|
||||
"Mark_all_as_read": "Mark all as read",
|
||||
"Alignment_type": "Alignment",
|
||||
"Print": "Print",
|
||||
"Enter_more_character_start_search": "Enter more characters to start search",
|
||||
"Create_file_name_sdoc": "Create {{file_name_sdoc}}",
|
||||
"Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?",
|
||||
"Fit_table_to_page_width": "Fit table to page width",
|
||||
"Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
|
||||
"Vertical_align": "Vertical alignment",
|
||||
"Horizontal_align": "Horizontal alignment",
|
||||
"SeaTable_column": "SeaTable column",
|
||||
"SeaTable_table": "SeaTable table",
|
||||
"And_x_more_records": "and {{count}} more records",
|
||||
"Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed",
|
||||
"Show_record_numbers": "Show record numbers",
|
||||
"Alternate_color": "Alternate color",
|
||||
"Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors",
|
||||
"Header": "Encabezado",
|
||||
"Remove_icon": "Remove icon",
|
||||
"Hide_columns": "Hide columns",
|
||||
"1_hidden_column": "1 hidden column",
|
||||
"hidden_columns": "hidden columns",
|
||||
"Search_column": "Search column",
|
||||
"No_columns_available_to_be_hidden": "No columns available to be hidden.",
|
||||
"Hide_all": "Hide all",
|
||||
"Show_all": "Show all",
|
||||
"Sort": "Sort",
|
||||
"1 Sort": "1 sort",
|
||||
"Sorts": "sorts",
|
||||
"No_sorts": "No sorts",
|
||||
"Add_sort": "Add sort",
|
||||
"No_sort_added": "No sort added",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"No_results": "No results",
|
||||
"Filter": "Filter",
|
||||
"1 Filter": "1 filter",
|
||||
"Filters": "filters",
|
||||
"Add_filter": "Add filter",
|
||||
"No_filters": "No filters",
|
||||
"And": "And",
|
||||
"Or": "Or",
|
||||
"Select_option(s)": "Select option(s)",
|
||||
"Select_an_option": "Select an option",
|
||||
"Search_option": "Search option",
|
||||
"Add_collaborator": "Add collaborator",
|
||||
"Add_a_creator": "Add a creator",
|
||||
"Add_a_last_modifier": "Add a last modifier",
|
||||
"Invalid_filter": "Invalid filter",
|
||||
"Department_single_select": "Department single select",
|
||||
"Search_department": "Search department",
|
||||
"Select_department": "Select department",
|
||||
"No_departments_available": "No departments available",
|
||||
"Current_user_department": "Current user's department",
|
||||
"Current_user_department_and_sub": "Current user's department and sub-departments",
|
||||
"Deleted_department": "Deleted department",
|
||||
"Data_settings": "Data settings",
|
||||
"Style_settings": "Style settings",
|
||||
"contains": "contains",
|
||||
"does_not_contain": "does not contain",
|
||||
"is": "is",
|
||||
"is_not": "is not",
|
||||
"equal": "\u003d",
|
||||
"not_equal": "\u2260",
|
||||
"less": "\u003C",
|
||||
"greater": "\u003E",
|
||||
"less_or_equal": "\u2264",
|
||||
"greater_or_equal": "\u2265",
|
||||
"is_empty": "is empty",
|
||||
"is_not_empty": "is not empty",
|
||||
"is_within": "is within",
|
||||
"is_before": "is before",
|
||||
"is_after": "is after",
|
||||
"is_on_or_before": "is on or before",
|
||||
"is_on_or_after": "is on or after",
|
||||
"has_any_of": "has any of",
|
||||
"has_all_of": "has all of",
|
||||
"has_none_of": "has none of",
|
||||
"is_exactly": "is exactly",
|
||||
"is_current_user_ID": "is current user's ID",
|
||||
"Current_date": "Current date",
|
||||
"Specific_date": "Specific date",
|
||||
"x_days_before_current_date": "x days before current date",
|
||||
"x_days_after_current_date": "x days after current date",
|
||||
"is_any_of": "is any of",
|
||||
"is_none_of": "is none of",
|
||||
"include_me": "include the current user",
|
||||
"today": "today",
|
||||
"tomorrow": "tomorrow",
|
||||
"yesterday": "yesterday",
|
||||
"one_week_ago": "one week ago",
|
||||
"one_week_from_now": "one week from now",
|
||||
"one_month_ago": "one month ago",
|
||||
"one_month_from_now": "one month from now",
|
||||
"number_of_days_ago": "number of days ago",
|
||||
"number_of_days_from_now": "number of days from now",
|
||||
"exact_date": "exact date",
|
||||
"last_week": "last week",
|
||||
"last_month": "last month",
|
||||
"last_year": "last year",
|
||||
"this_week": "this week",
|
||||
"this_month": "this month",
|
||||
"this_year": "this year",
|
||||
"the_next_week": "the next week",
|
||||
"the_next_month": "the next month",
|
||||
"the_next_year": "the next year",
|
||||
"the_past_week": "last week",
|
||||
"the_past_month": "last month",
|
||||
"the_past_year": "last year",
|
||||
"the_next_numbers_of_days": "the next numbers of days",
|
||||
"the_past_numbers_of_days": "the past numbers of days",
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
||||
"Sub_table": "Tabla",
|
||||
"Search_action": "Search action...",
|
||||
"Comment_details": "Comment details",
|
||||
"Two_column": "2 columns",
|
||||
"Three_column": "3 columns",
|
||||
"Four_column": "4 columns",
|
||||
"Five_column": "5 columns"
|
||||
}
|
@ -565,7 +565,7 @@
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
||||
"Sub_table": "Tableau",
|
||||
"Search_action...": "Search action...",
|
||||
"Search_action": "Search action...",
|
||||
"Comment_details": "Comment details",
|
||||
"Two_column": "2 columns",
|
||||
"Three_column": "3 columns",
|
||||
|
@ -565,7 +565,7 @@
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
||||
"Sub_table": "Tabella",
|
||||
"Search_action...": "Search action...",
|
||||
"Search_action": "Search action...",
|
||||
"Comment_details": "Comment details",
|
||||
"Two_column": "2 columns",
|
||||
"Three_column": "3 columns",
|
||||
|
@ -565,7 +565,7 @@
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Дважды щелкните, чтобы войти в режим редактирования и отрегулировать ширину поля",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Введите комментарий, Enter для новой строки, Shift + Enter для отправки",
|
||||
"Sub_table": "Таблица",
|
||||
"Search_action...": "Поиск действия...",
|
||||
"Search_action": "Поиск действия...",
|
||||
"Comment_details": "Подробности комментария",
|
||||
"Two_column": "2 столбца",
|
||||
"Three_column": "3 столбца",
|
||||
|
@ -565,7 +565,7 @@
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "双击可进入编辑模式并调整字段宽度",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "输入评论,Enter 换行,Shift + Enter 发送",
|
||||
"Sub_table": "子表",
|
||||
"Search_action...": "搜索操作...",
|
||||
"Search_action": "搜索操作...",
|
||||
"Comment_details": "评论详情",
|
||||
"Two_column": "2 列",
|
||||
"Three_column": "3 列",
|
||||
|
@ -565,7 +565,7 @@
|
||||
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "双击可进入编辑模式并调整字段宽度",
|
||||
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "输入评论,Enter 换行,Shift + Enter 发送",
|
||||
"Sub_table": "子表",
|
||||
"Search_action...": "搜索操作...",
|
||||
"Search_action": "搜索操作...",
|
||||
"Comment_details": "评论详情",
|
||||
"Two_column": "2 列",
|
||||
"Three_column": "3 列",
|
||||
|
@ -16,6 +16,8 @@ cp -r frontend/node_modules/@seafile/sdoc-editor/public/media/sdoc-editor-font.c
|
||||
echo 'update sdoc-editor translation content'
|
||||
tx pull -s -t -f seahub.sdoc-editor
|
||||
cp -r media/sdoc-editor/locales/zh_CN/sdoc-editor.json media/sdoc-editor/locales/zh-CN/sdoc-editor.json
|
||||
cp -r media/sdoc-editor/locales/es_AR/sdoc-editor.json media/sdoc-editor/locales/es-AR/sdoc-editor.json
|
||||
cp -r media/sdoc-editor/locales/es_MX/sdoc-editor.json media/sdoc-editor/locales/es-MX/sdoc-editor.json
|
||||
|
||||
echo 'Please check the updated content and see if it needs to be submitted.'
|
||||
read -p "Do you want to continue submitting code? y/n: " Y
|
||||
|
Loading…
Reference in New Issue
Block a user