1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

update sdoc-editor version

This commit is contained in:
小强
2025-09-03 14:15:22 +08:00
parent 380f20715d
commit c21ea4111c
13 changed files with 1212 additions and 1364 deletions

View File

@@ -20,7 +20,7 @@
"@seafile/resumablejs": "1.1.16", "@seafile/resumablejs": "1.1.16",
"@seafile/seafile-calendar": "0.1.1", "@seafile/seafile-calendar": "0.1.1",
"@seafile/seafile-editor": "2.0.31", "@seafile/seafile-editor": "2.0.31",
"@seafile/seafile-sdoc-editor": "2.0.73", "@seafile/seafile-sdoc-editor": "2.0.74",
"@seafile/stldraw-editor": "1.0.1", "@seafile/stldraw-editor": "1.0.1",
"@uiw/codemirror-extensions-langs": "^4.19.4", "@uiw/codemirror-extensions-langs": "^4.19.4",
"@uiw/codemirror-themes": "^4.23.5", "@uiw/codemirror-themes": "^4.23.5",
@@ -5658,9 +5658,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@seafile/sdoc-editor": { "node_modules/@seafile/sdoc-editor": {
"version": "2.0.156", "version": "2.0.157",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.156.tgz", "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.157.tgz",
"integrity": "sha512-YIcCvoLp6xd9eoX5SSZivRYinMJuTLQiYHnCegMOF3E2rIKGsvNg6r9QlkeYWdmcqt3pJ2yxhQUw585/g92RfA==", "integrity": "sha512-0mgsScdDmNEd6TyRaHR07x54Vu2UcWNQ1C7vCpM6B+s8jtSxQT+lNKH4IWGKDSdARMLxs5Xfc9C7MTWghOLCsA==",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@seafile/comment-editor": "0.0.13", "@seafile/comment-editor": "0.0.13",
@@ -5887,13 +5887,13 @@
} }
}, },
"node_modules/@seafile/seafile-sdoc-editor": { "node_modules/@seafile/seafile-sdoc-editor": {
"version": "2.0.73", "version": "2.0.74",
"resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.73.tgz", "resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.74.tgz",
"integrity": "sha512-ZKwz0wvaMzet6xk4yM43hc6KKy8eyMF/Kj1v83bWaVOBbdpaGa8d3LQ4VXuSL3HFJ+fYQs6YTo9Pb/mIKJsvrg==", "integrity": "sha512-R695iMAkUth0cnd3jZKbj2DXeSn9wHrgdgDnJKRehKMeRzxpUBi1iUhAev3kaXjMGVN6VCaM8+IxkcDBQHfp+A==",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@seafile/print-js": "1.6.6", "@seafile/print-js": "1.6.6",
"@seafile/sdoc-editor": "^2.0.156", "@seafile/sdoc-editor": "^2.0.157",
"classnames": "2.3.2", "classnames": "2.3.2",
"dayjs": "1.10.7" "dayjs": "1.10.7"
}, },

View File

@@ -15,7 +15,7 @@
"@seafile/resumablejs": "1.1.16", "@seafile/resumablejs": "1.1.16",
"@seafile/seafile-calendar": "0.1.1", "@seafile/seafile-calendar": "0.1.1",
"@seafile/seafile-editor": "2.0.31", "@seafile/seafile-editor": "2.0.31",
"@seafile/seafile-sdoc-editor": "2.0.73", "@seafile/seafile-sdoc-editor": "2.0.74",
"@seafile/stldraw-editor": "1.0.1", "@seafile/stldraw-editor": "1.0.1",
"@uiw/codemirror-extensions-langs": "^4.19.4", "@uiw/codemirror-extensions-langs": "^4.19.4",
"@uiw/codemirror-themes": "^4.23.5", "@uiw/codemirror-themes": "^4.23.5",

View File

@@ -565,7 +565,7 @@
"Double_click_to_enter_edit_mode_and_adjust_field_width": "Double click to enter edit mode and adjust field width", "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", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
"Sub_table": "Tabulka", "Sub_table": "Tabulka",
"Search_1": "Hledat...", "Search_action": "Search action...",
"Comment_details": "Comment details", "Comment_details": "Comment details",
"Two_column": "2 columns", "Two_column": "2 columns",
"Three_column": "3 columns", "Three_column": "3 columns",
@@ -594,7 +594,7 @@
"Try_again": "Try again", "Try_again": "Try again",
"Deprecation": "Deprecation", "Deprecation": "Deprecation",
"Generated_content_x_words": "Generated content {{count}} words", "Generated_content_x_words": "Generated content {{count}} words",
"Ask_AI_anything": "Please enter the command...", "Ask_AI_anything": "Ask AI anything...",
"Thinking": "Thinking...", "Thinking": "Thinking...",
"Translation_error_message": "Translation error, please try again.", "Translation_error_message": "Translation error, please try again.",
"The_translation_content_cannot_be_empty": "The translation content cannot be empty", "The_translation_content_cannot_be_empty": "The translation content cannot be empty",
@@ -603,9 +603,6 @@
"Discard": "Zrušit změny", "Discard": "Zrušit změny",
"English": "English", "English": "English",
"Chinese": "Chinese", "Chinese": "Chinese",
"French": "French",
"German": "German",
"Italian": "Italian",
"Ask_AI": "Ask AI", "Ask_AI": "Ask AI",
"Enter_reply": "Enter reply", "Enter_reply": "Enter reply",
"Processing_content_cannot_be_empty": "Processing content cannot be empty", "Processing_content_cannot_be_empty": "Processing content cannot be empty",
@@ -623,25 +620,7 @@
"Select_seatable_rows": "Select seatable rows", "Select_seatable_rows": "Select seatable rows",
"Add_rows_record": "Add rows record", "Add_rows_record": "Add rows record",
"Double_click_then_adjust_field_width": "Double click, then adjust field width", "Double_click_then_adjust_field_width": "Double click, then adjust field width",
"SeaTable_row": "SeaTable row",
"Please_select_one_row_record": "Please select one row record",
"No_linked_records": "No linked records",
"Insert_chart": "Insert chart", "Insert_chart": "Insert chart",
"Edit_chart": "Edit chart", "Edit_chart": "Edit chart",
"Please_complete_the_chart_configuration_first": "Please complete the chart configuration first", "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first"
"chart": "chart",
"Image_is_upload_error": "Image upload failed, please delete it and try again",
"Table_not_exist": "The table does not exist, please delete the current table element",
"Row_not_exist": "The row data does not exist, please delete the current row element",
"Presentation": "Presentation",
"More_operation": "More operation",
"Property": "Property",
"Comment_list": "Comment list",
"Add_Comment": "Add Comment",
"Finish": "Finish",
"More_fluent": "More fluent",
"Select_Excalidraw_file": "Select Excalidraw file",
"New_Excalidraw_file": "New Excalidraw file",
"Whiteboard": "Whiteboard",
"Open": "Otevřít"
} }

View File

@@ -565,7 +565,7 @@
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Klicken Sie doppelt, um in den Bearbeitungsmodus zu wechseln", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "Klicken Sie doppelt, um in den Bearbeitungsmodus zu wechseln",
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Geben Sie ein Kommentar ein: ENTER für einen Zeilenumbruch; SHIFT + ENTER zum Absenden", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Geben Sie ein Kommentar ein: ENTER für einen Zeilenumbruch; SHIFT + ENTER zum Absenden",
"Sub_table": "Tabelle", "Sub_table": "Tabelle",
"Search_1": "Suche", "Search_action": "Aktion suchen",
"Comment_details": "Kommentardetails", "Comment_details": "Kommentardetails",
"Two_column": "2 Spalten", "Two_column": "2 Spalten",
"Three_column": "3 Spalten", "Three_column": "3 Spalten",
@@ -594,18 +594,15 @@
"Try_again": "Erneut probieren", "Try_again": "Erneut probieren",
"Deprecation": "Deprecation", "Deprecation": "Deprecation",
"Generated_content_x_words": "Der erstellte Inhalt hat {{count}} Wörter", "Generated_content_x_words": "Der erstellte Inhalt hat {{count}} Wörter",
"Ask_AI_anything": "Bitte geben Sie den Befehl ein", "Ask_AI_anything": "Fragen die KI alles ...",
"Thinking": "Im Gang ...", "Thinking": "Im Gang ...",
"Translation_error_message": "Beim Übersetzen ist ein Fehler aufgetreten. Probieren Sie es erneut.", "Translation_error_message": "Beim Übersetzen ist ein Fehler aufgetreten. Probieren Sie es erneut.",
"The_translation_content_cannot_be_empty": "Der übersetzte Inhalt darf nicht leer sein.", "The_translation_content_cannot_be_empty": "Der übersetzte Inhalt darf nicht leer sein.",
"Processing_message": "Die Bearbeitung ist im Gang ...", "Processing_message": "Die Bearbeitung ist im Gang ...",
"AI_tip_content": "Wollen Sie den aktuellen Inhalt verwerfen?", "AI_tip_content": "Aktuellen Inhalt verwerfen?",
"Discard": "Verwerfen", "Discard": "Verwerfen",
"English": "Englisch", "English": "Englisch",
"Chinese": "Chinesisch", "Chinese": "Chinesisch",
"French": "French",
"German": "German",
"Italian": "Italian",
"Ask_AI": "KI fragen", "Ask_AI": "KI fragen",
"Enter_reply": "Antwort eingeben", "Enter_reply": "Antwort eingeben",
"Processing_content_cannot_be_empty": "Der bearbeitete Inhalt kann nicht leer sein.", "Processing_content_cannot_be_empty": "Der bearbeitete Inhalt kann nicht leer sein.",
@@ -623,25 +620,7 @@
"Select_seatable_rows": "Seatable-Zeilen auswählen", "Select_seatable_rows": "Seatable-Zeilen auswählen",
"Add_rows_record": "Zeileneintrag hinzufügen", "Add_rows_record": "Zeileneintrag hinzufügen",
"Double_click_then_adjust_field_width": "Klicken Sie doppelt, dann passen Sie die Breite des Felds an", "Double_click_then_adjust_field_width": "Klicken Sie doppelt, dann passen Sie die Breite des Felds an",
"SeaTable_row": "SeaTable Zeile", "Insert_chart": "Insert chart",
"Please_select_one_row_record": "Bitte wählen Sie einen Eintrag in der Zeile aus", "Edit_chart": "Edit chart",
"No_linked_records": "Keine verbundenen Einträge", "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first"
"Insert_chart": "Chart einfügen",
"Edit_chart": "Chart bearbeiten",
"Please_complete_the_chart_configuration_first": "Bitte schließen Sie erst die Konfiguration des Chart ab",
"chart": "Chart",
"Image_is_upload_error": "Der Upload des Bildes ist fehlgeschlagen. Bitte löschen Sie es und versuchen Sie es erneut.",
"Table_not_exist": "Diese Tabelle ist nicht vorhanden, bitte das aktuelle Element der Tabelle löschen",
"Row_not_exist": "Diese Daten der Zeile sind nicht vorhanden, bitte das aktuelle Element der Zeile löschen",
"Presentation": "Präsentation",
"More_operation": "Weitere Aktionen",
"Property": "Einstellung",
"Comment_list": "Liste der Kommentare",
"Add_Comment": "Kommentar hinzufügen",
"Finish": "Abschließen",
"More_fluent": "Flüssiger",
"Select_Excalidraw_file": "Select Excalidraw file",
"New_Excalidraw_file": "New Excalidraw file",
"Whiteboard": "Whiteboard",
"Open": "Öffnen"
} }

View File

@@ -611,7 +611,7 @@
"Processing_content_cannot_be_empty": "Processing content cannot be empty", "Processing_content_cannot_be_empty": "Processing content cannot be empty",
"AI_error_message": "Request error, please try again", "AI_error_message": "Request error, please try again",
"Add_video_link": "Add video link", "Add_video_link": "Add video link",
"Link_Seafile_video_file": "Link Seafile video file", "Link_video_file": "Link video file",
"Select_video_file": "Select video file", "Select_video_file": "Select video file",
"Support_Youtube_Tencent_Bilibili_and_more": "Support Youtube, Tencent, Bilibili and more", "Support_Youtube_Tencent_Bilibili_and_more": "Support Youtube, Tencent, Bilibili and more",
"Image_cannot_be_copied_Please_download_the_source_image": "Image cannot be copied. Please download the source image,", "Image_cannot_be_copied_Please_download_the_source_image": "Image cannot be copied. Please download the source image,",
@@ -640,8 +640,13 @@
"Add_Comment": "Add Comment", "Add_Comment": "Add Comment",
"Finish": "Finish", "Finish": "Finish",
"More_fluent": "More fluent", "More_fluent": "More fluent",
"Select_Excalidraw_file": "Select Excalidraw file", "Link_Excalidraw_file": "Link Excalidraw file",
"New_Excalidraw_file": "New Excalidraw file", "New_Excalidraw_file": "New Excalidraw file",
"Whiteboard": "Whiteboard", "Whiteboard": "Whiteboard",
"Open": "Open" "Open": "Open",
"Icon": "Icon",
"Select_style": "Select style",
"Edit_link": "Edit link",
"Remove_link": "Remove link",
"Preview": "Preview"
} }

View File

@@ -1,10 +1,10 @@
{ {
"Bold": "Negrita", "Bold": "Negrita",
"Italic": "Itálica", "Italic": "Itálica",
"Underline": "Subrayado", "Underline": "Underline",
"Strikethrough": "Tachado", "Strikethrough": "Tachado",
"Superscript": "Superíndice", "Superscript": "Superscript",
"Subscript": "Subíndice", "Subscript": "Subscript",
"Inline_code": "Código", "Inline_code": "Código",
"Header_one": "Encabezado 1", "Header_one": "Encabezado 1",
"Header_two": "Encabezado 2", "Header_two": "Encabezado 2",
@@ -16,16 +16,16 @@
"Quote": "Cita", "Quote": "Cita",
"Ordered_list": "Lista ordenada", "Ordered_list": "Lista ordenada",
"Unordered_list": "Lista desordenada", "Unordered_list": "Lista desordenada",
"Check_list": "Lista de verificación", "Check_list": "Check list",
"Insert_image": "Insertar imagen", "Insert_image": "Insert image",
"Insert_formula": "Insertar fórmula", "Insert_formula": "Insert formula",
"Formula": "Fórmula", "Formula": "Fórmula",
"Insert_file": "Insertar archivo", "Insert_file": "Insert file",
"Code": "Código en línea", "Code": "Inline code",
"Code_block": "Bloque de código", "Code_block": "Code block",
"Insert_link": "Insertar enlace", "Insert_link": "Insert link",
"Insert_table": "Insertar tabla", "Insert_table": "Insert table",
"Valid_values_for_rows_and_columns": "Valores válidos para filas y columnas", "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
"Save": "Guardar", "Save": "Guardar",
"More": "Más", "More": "Más",
"Invalid_url": "URL Inválida", "Invalid_url": "URL Inválida",
@@ -39,10 +39,10 @@
"Help": "Ayuda", "Help": "Ayuda",
"Column": "Columna", "Column": "Columna",
"Row": "Fila", "Row": "Fila",
"Delete_table": "Eliminar tabla", "Delete_table": "Delete table",
"Delete_row": "Eliminar fila", "Delete_row": "Delete row",
"Delete_column": "Eliminar columna", "Delete_column": "Delete column",
"Insert_row": "Insertar fila", "Insert_row": "Insert row",
"Set_align": "Establecer alineación", "Set_align": "Establecer alineación",
"Left": "Izquierda", "Left": "Izquierda",
"Center": "Centrar", "Center": "Centrar",
@@ -53,7 +53,7 @@
"Edit": "Editar", "Edit": "Editar",
"Copy": "Copiar", "Copy": "Copiar",
"Copied": "Copiado", "Copied": "Copiado",
"Cut": "Cortar", "Cut": "Cut",
"Internal_link": "Enlace interno", "Internal_link": "Enlace interno",
"Copy_internal_link": "El enlace interno ha sido copiado al portapapeles", "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. ", "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. ",
@@ -81,33 +81,33 @@
"Insert_network_image": "Insertar imágen desde la red", "Insert_network_image": "Insertar imágen desde la red",
"Upload_local_image": "Subir imagen local", "Upload_local_image": "Subir imagen local",
"Add_link": "Agregar enlace", "Add_link": "Agregar enlace",
"File_history": "Historial de archivo", "File_history": "File history",
"History_version": "Versión del historial", "History_version": "History versions",
"Back_to_viewer": "Volver a la vista previa", "Back_to_viewer": "Back to viewer",
"Link_title": "Título del enlace", "Link_title": "Título del enlace",
"Local_draft": "Borrador local", "Local_draft": "Borrador local",
"Use_draft": "Usar borrador", "Use_draft": "Usar borrador",
"Delete_draft": "Eliminar borrador", "Delete_draft": "Eliminar borrador",
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?", "You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
"Local_draft_saved": "Borrador local guardado", "Local_draft_saved": "Borrador local guardado",
"New_draft": "Nuevo borrador", "New_draft": "New draft",
"View_draft": "Ver borrador", "View_draft": "View draft",
"Publish": "Publicar", "Publish": "Publicar",
"This_file_has_a_draft": "Este archivo tiene un borrador", "This_file_has_a_draft": "Este archivo tiene un borrador",
"Delete": "Borrar", "Delete": "Borrar",
"Reply": "Responder", "Reply": "Responder",
"Comment": "Comentar", "Comment": "Comentar",
"Comments": "Comentarios", "Comments": "Comentarios",
"All_comments": "Todos los comentarios", "All_comments": "All comments",
"Resolved_comments": "Comentarios resueltos", "Resolved_comments": "Resolved comments",
"Unresolved_comments": "Comentarios no resueltos", "Unresolved_comments": "Unresolved comments",
"Total_1_comment": "1 comentario", "Total_1_comment": "Total 1 comment",
"Total_count_comments": "Total de comentarios", "Total_count_comments": "Total {{count}} comments",
"Add_a_comment": "Agregar un comentario...", "Add_a_comment": "Agregar un comentario...",
"No_comment_yet": "No hay comentarios.", "No_comment_yet": "No hay comentarios.",
"Mark_as_Resolved": "Marcar como Resuelto", "Mark_as_Resolved": "Marcar como Resuelto",
"Resubmit": "Reenviar", "Resubmit": "Resubmit",
"Resubmitted": "Reenviado", "Resubmitted": "Resubmitted",
"Ask_for_review": "Solicitar revisión", "Ask_for_review": "Solicitar revisión",
"Review_already_exists": "La revisión ya existe", "Review_already_exists": "La revisión ya existe",
"View_review": "Ver revisión", "View_review": "Ver revisión",
@@ -117,8 +117,8 @@
"This_file_is_in_review_stage": "Este archivo está en estado de revisión.", "This_file_is_in_review_stage": "Este archivo está en estado de revisión.",
"This_file_has_been_updated": "Este archivo ha sido actualizado.", "This_file_has_been_updated": "Este archivo ha sido actualizado.",
"Refresh": "Refrescar", "Refresh": "Refrescar",
"Related_files": "Archivos relacionados", "Related_files": "Related files",
"Related_file": "Archivo relacionado", "Related_file": "Related file",
"No_tags": "Sin etiquetas", "No_tags": "Sin etiquetas",
"Date": "Fecha", "Date": "Fecha",
"Participants": "Participantes", "Participants": "Participantes",
@@ -139,10 +139,10 @@
"Insert_library_image": "Insertar imagen desde la biblioteca", "Insert_library_image": "Insertar imagen desde la biblioteca",
"Size": "Tamaño", "Size": "Tamaño",
"Location": "Ubicación", "Location": "Ubicación",
"Last_update": "Última actualización", "Last_update": "Last update",
"Tags": "Rótulos", "Tags": "Rótulos",
"Add_participants": "Agregar participantes", "Add_participants": "Agregar participantes",
"Clear_format": "Limpiar formato", "Clear_format": "Clear format",
"MarkdownLint": { "MarkdownLint": {
"missing_h1": { "missing_h1": {
"description": "No hay h1 en el documento", "description": "No hay h1 en el documento",
@@ -235,413 +235,392 @@
} }
] ]
}, },
"The_link_address_is_required": "Se requiere la dirección del enlace", "The_link_address_is_required": "The link address is required.",
"The_link_title_is_required": "Se requiere el título del enlace", "The_link_title_is_required": "The link title is required.",
"The_link_address_is_invalid": "La dirección del enlace no es válida", "The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.",
"All_changes_saved": "Todos los cambios guardados", "All_changes_saved": "All changes saved",
"Saving": "Guardando...", "Saving": "Guardando...",
"Collaborators": "Colaboradores", "Collaborators": "Collaborators",
"Online_members": "Miembros en línea", "Online_members": "Online members",
"Me": "Yo", "Me": "me",
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "El servidor no está conectado. La operación se enviará al servidor más tarde", "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": "El servidor está desconectado. Reconectando", "Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...",
"Server_is_reconnected": "El servidor se ha vuelto a conectar", "Server_is_reconnected": "Server is reconnected.",
"Outline": "Esquema", "Outline": "Outline",
"Headings_you_add_to_the_document_will_appear_here": "Los encabezados que agregues al documento aparecerán aquí", "Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here",
"Open_parent_folder": "Abrir carpeta contenedora", "Open_parent_folder": "Abrir carpeta contenedora",
"Redo": "Rehacer", "Redo": "redo",
"Undo": "Deshacer", "Undo": "undo",
"Open_link": "Abrir enlace", "Open_link": "Open link",
"Customize_the_number_of_rows_and_columns": "Personalizar el número de filas y columnas", "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns",
"Rows": "Filas", "Rows": "Filas",
"Columns": "Columnas", "Columns": "Columnas",
"Please_enter_title": "Por favor, ingrese el título", "Please_enter_title": "Please enter title",
"Please_enter_text": "Por favor, ingrese el texto", "Please_enter_text": "Please enter text",
"Row(s)": "Fila(s)", "Row(s)": "row(s)",
"Column(s)": "Columna(s)", "Column(s)": "column(s)",
"Insert_below": "Insertar debajo", "Insert_below": "Insert below",
"Insert_above": "Insertar encima", "Insert_above": "Insert above",
"Insert_on_the_right": "Insertar a la derecha", "Insert_on_the_right": "Insert on the right",
"Insert_on_the_left": "Insertar a la izquierda", "Insert_on_the_left": "Insert on the left",
"Starred": "Favoritos", "Starred": "Favoritos",
"Unstarred": "No marcados como favoritos", "Unstarred": "Unstarred",
"Star": "Marcar", "Star": "Marcar",
"Unstar": "Desmarcar", "Unstar": "Desmarcar",
"Auto_wrap": "Ajuste automático", "Auto_wrap": "Auto wrap",
"Add_comment": "Agregar comentario", "Add_comment": "Add comment",
"Delete_comment": "Eliminar comentario", "Delete_comment": "Delete comment",
"Delete_reply": "Eliminar respuesta", "Delete_reply": "Delete reply",
"Are_you_sure_to_delete_this_comment": "¿Está seguro de que desea eliminar este comentario?", "Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?",
"Are_you_sure_to_delete_this_reply": "¿Está seguro de que desea eliminar esta respuesta?", "Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?",
"Enter_comment_shift_enter_for_new_line_Enter_to_send": "Ingrese el comentario. Shift + Enter para nueva línea, Enter para enviar", "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": "Ingrese la respuesta. Shift + Enter para nueva línea, Enter para enviar", "Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send",
"Reopen_discussion": "Reabrir discusn", "Reopen_discussion": "Adding a reply will reopen this discussion",
"Confirm": "Confirmar", "Confirm": "Confirmar",
"View_changes": "Ver cambios", "View_changes": "View changes",
"Revision": "Revisión", "Revision": "Revision",
"Error": "Error", "Error": "Error",
"Start_revise": "Comenzar revisión", "Start_revise": "Start revise",
"Revise": "Revisar", "Revise": "Revise",
"Failed_to_execute_operation_on_server": "No se pudo ejecutar la operación en el servidor", "Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn",
"Start_revise_tip": "Consejo para comenzar la revisión", "Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
"Load_doc_content_error": "Error al cargar el contenido del documento", "Load_doc_content_error": "Load doc content error",
"Sdoc_format_invalid": "El formato Sdoc no es válido", "Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification",
"Draft": "Borrador", "Draft": "Borrador",
"Unmark_as_draft": "Desmarcar como borrador", "Unmark_as_draft": "Unmark as draft",
"Background_color": "Color de fondo", "Background_color": "Background color",
"No_color": "Sin color", "No_color": "No color",
"Standard_color": "Color estándar", "Standard_color": "Standard color",
"Recently_used": "Usado recientemente", "Recently_used": "Recently used",
"More_color": "Más colores", "More_color": "More color",
"White": "Blanco", "White": "White",
"Black": "Negro", "Black": "Black",
"Blue_grey": "Azul grisáceo", "Blue_grey": "Blue_grey",
"Blue": "Azul", "Blue": "Blue",
"Sky_blue": "Azul cielo", "Sky_blue": "Sky_blue",
"Green": "Verde", "Green": "Green",
"Red": "Rojo", "Red": "Red",
"Orange": "Naranja", "Orange": "Orange",
"Yellow": "Amarillo", "Yellow": "Yellow",
"Purple": "Morado", "Purple": "Purple",
"Light_grey_x": "Gris claro x", "Light_grey_x": "Light grey {{value}}",
"Dark_grey_x": "Gris oscuro x", "Dark_grey_x": "Dark grey {{value}}",
"Light_blue_grey_x": "Azul grisáceo claro x", "Light_blue_grey_x": "Light blue grey {{value}}",
"Light_blue_x": "Azul claro x", "Light_blue_x": "Light blue {{value}}",
"Light_sky_blue_x": "Azul cielo claro x", "Light_sky_blue_x": "Light sky blue {{value}}",
"Light_green_x": "Verde claro x", "Light_green_x": "Light green {{value}}",
"Light_red_x": "Rojo claro x", "Light_red_x": "Light red {{value}}",
"Light_orange_x": "Naranja claro x", "Light_orange_x": "Light orange {{value}}",
"Light_yellow_x": "Amarillo claro x", "Light_yellow_x": "Light yellow {{value}}",
"Light_purple_x": "Morado claro x", "Light_purple_x": "Light purple {{value}}",
"Dark_blue_grey_x": "Azul grisáceo oscuro x", "Dark_blue_grey_x": "Dark blue grey {{value}}",
"Dark_blue_x": "Azul oscuro x", "Dark_blue_x": "Dark blue {{value}}",
"Dark_sky_blue_x": "Azul cielo oscuro x", "Dark_sky_blue_x": "Dark sky blue {{value}}",
"Dark_green_x": "Verde oscuro x", "Dark_green_x": "Dark green {{value}}",
"Dark_red_x": "Rojo oscuro x", "Dark_red_x": "Dark red {{value}}",
"Dark_orange_x": "Naranja oscuro x", "Dark_orange_x": "Dark orange {{value}}",
"Dark_yellow_x": "Amarillo oscuro x", "Dark_yellow_x": "Dark yellow {{value}}",
"Dark_purple_x": "Morado oscuro x", "Dark_purple_x": "Dark purple {{value}}",
"Standard_dark_red": "Rojo oscuro estándar", "Standard_dark_red": "Standard dark red",
"Standard_red": "Rojo estándar", "Standard_red": "Standard red",
"Standard_orange": "Naranja estándar", "Standard_orange": "Standard orange",
"Standard_yellow": "Amarillo estándar", "Standard_yellow": "Standard yellow",
"Standard_light_green": "Verde claro estándar", "Standard_light_green": "Standard light green",
"Standard_green": "Verde estándar", "Standard_green": "Standard green",
"Standard_light_blue": "Azul claro estándar", "Standard_light_blue": "Standard light blue",
"Standard_blue": "Azul estándar", "Standard_blue": "Standard blue",
"Standard_dark_blue": "Azul oscuro estándar", "Standard_dark_blue": "Standard dark blue",
"Standard_purple": "Morado estándar", "Standard_purple": "Standard purple",
"Highlight_color": "Color de resaltado", "Highlight_color": "Highlight",
"Font_color": "Color de fuente", "Font_color": "Font color",
"Default": "Predeterminado", "Default": "Predeterminado",
"No_revisions": "No hay revisiones", "No_revisions": "No revisions",
"1_revision": "1 revisión", "1_revision": "1 revision",
"x_revisions": "{x} revisiones", "x_revisions": "{{count}} revisions",
"Creator": "Creador", "Creator": "Creador",
"Created_time": "Hora de creación", "Created_time": "Created time",
"Created_at": "Creado el", "Created_at": "Created at",
"Resolved_tip": "Consejo resuelto", "Resolved_tip": "Mark as resolved and hide discussion",
"Search_language": "Buscar idioma", "Search_language": "Search language",
"Sdoc_error_tip": "Consejo de error de Sdoc", "Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.",
"Repair": "Reparar", "Repair": "Repair",
"Font_size": "Tamaño de fuente", "Font_size": "Font size",
"Increase_font_size": "Aumentar tamaño de fuente", "Increase_font_size": "Increase font size",
"Reduce_font_size": "Reducir tamaño de fuente", "Reduce_font_size": "Reduce font size",
"Font": "Fuente", "Font": "Fuente",
"All_fonts": "Todas las fuentes", "All_fonts": "All fonts",
"Default_font": "Fuente predeterminada", "Default_font": "Default font",
"Pending_operations_exceed_limit": "Las operaciones pendientes exceden el límite", "Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.",
"Recently_saved": "Guardado recientemente", "Recently_saved": "Recently saved",
"Text_Link": "Enlace de texto", "Text_Link": "Text Link",
"Icon_and_text_Link": "Enlace de icono y texto", "Icon_and_text_Link": "Icon and text Link",
"Card": "Tarjeta", "Card": "Card",
"Select_sdoc_document": "Seleccionar documento Sdoc", "Select_sdoc_document": "Select sdoc document",
"Select_file": "Seleccionar archivo", "Select_file": "Select file",
"Local_file": "Archivo local", "Local_file": "Local file",
"Internal_server_exec_operations_error": "Error al ejecutar operaciones en el servidor interno", "Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again",
"Failed_to_sync_with_server_operations": "No se pudo sincronizar con las operaciones del servidor", "Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page",
"Style": "Estilo", "Style": "Style",
"Insert": "Insertar", "Insert": "Insert",
"Image": "Imagen", "Image": "Imagen",
"Table": "Tabla", "Table": "Tabla",
"Link": "Enlace", "Link": "Enlace",
"Transform_to": "Transformar en", "Transform_to": "Transform to",
"Last_modification": "Última modificación", "Last_modification": "Last modification",
"Next_modification": "Siguiente modificación", "Next_modification": "Next modification",
"Changes": "Cambios", "Changes": "Cambios",
"No_changes": "Sin cambios", "No_changes": "No changes",
"Title": "Título", "Title": "Título",
"Subtitle": "Subtítulo", "Subtitle": "Subtitle",
"Link_sdoc": "Enlace a Sdoc", "Link_sdoc": "Link sdoc",
"Link_file": "Enlace a archivo", "Link_file": "Link file",
"Keep_my_modification": "Mantener mi modificación", "Keep_my_modification": "Keep my modification",
"Keep_other_modification": "Mantener la modificación de otro", "Keep_other_modification": "Keep other's modification",
"Keep_both_modification": "Mantener ambas modificaciones", "Keep_both_modification": "Keep both modification",
"Tip": "Consejo", "Tip": "Tip",
"Rebase_delete_no_change_revision_tip": "Consejo para rebase y eliminar revisión sin cambios", "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": "Consejo: Ha sido reemplazado", "Has_been_replaced_tip": "Document content has been replaced. Please refresh the page",
"Has_been_published_tip": "Consejo: Ha sido publicado", "Has_been_published_tip": "Revision published",
"Has_conflict_before_publish_tip": "Consejo: Hay conflicto antes de publicar", "Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!",
"Merge_tip": "Consejo de fusión", "Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
"Has_conflict_before_view_changes_tip": "Consejo: Hay conflicto antes de ver los cambios", "Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
"Has_been_removed_tip": "Consejo: Ha sido eliminado", "Has_been_removed_tip": "Document has been removed, please view other documents.",
"Checking": "Verificando", "Checking": "Checking...",
"Publishing": "Publicando", "Publishing": "Publishing...",
"Inline": "En línea", "Inline": "Inline",
"Block": "Bloque", "Block": "Block",
"Full_screen_mode": "Modo pantalla completa", "Full_screen_mode": "Full screen mode",
"Image_border": "Borde de imagen", "Image_border": "Image border",
"Delete_revision": "Eliminar revisión", "Delete_revision": "Delete revision",
"Delete_tip": "Consejo de eliminación", "Delete_tip": "Are you sure you want to delete {{content}} ?",
"Revision_deleted": "Revisión eliminada", "Revision_deleted": "Revision deleted",
"Published": "Publicado", "Published": "Publicado",
"Delete_Successfully": "Eliminado exitosamente", "Delete_Successfully": "Delete Successfully",
"Delete_failed": "Eliminar falló", "Delete_failed": "Eliminar falló",
"Caption": "Leyenda", "Caption": "Caption",
"No_collaborators_available": "No hay colaboradores disponibles", "No_collaborators_available": "No_collaborators_available",
"Search_collaborator": "Buscar colaborador", "Search_collaborator": "Search collaborator",
"Doc_comments": "Comentarios del documento", "Doc_comments": "Document comments",
"Tag_not_found": "Etiqueta no encontrada", "Tag_not_found": "Tag not found",
"Create_a_new_tag": "Crear una nueva etiqueta", "Create_a_new_tag": "Cear una nueva etiqueta",
"Search_tags": "Buscar etiquetas", "Search_tags": "Search tags",
"No_options_available": "No hay opciones disponibles", "No_options_available": "Tag not found",
"Add_option": "Agregar una opción", "Add_option": "Cear una nueva etiqueta",
"Find_an_option": "Encontrar una opción", "Find_an_option": "Search tags",
"Copy_link_of_section": "Copiar enlace de sección", "Copy_link_of_section": "Copy link of section",
"revision": "revisión", "revision": "revision",
"xxx_added_a_new_comment": "{xxx} agregó un nuevo comentario", "xxx_added_a_new_comment": "{{author}} added a new comment",
"xxx_added_a_reply": "{xxx} agregó una respuesta", "xxx_added_a_reply": "{{author}} added a reply",
"New": "Nuevo", "New": "Nuevo",
"Table_template": "Plantilla de tabla", "Table_template": "Table template",
"Jump_to_original_doc": "Saltar al documento original", "Jump_to_original_doc": "Jump to the original document",
"Freezed": "Congelado", "Freezed": "Freezed",
"Callout": "Destacado", "Callout": "Callout",
"The_current_location_does_not_support_pasting": "La ubicación actual no admite pegado", "The_current_location_does_not_support_pasting": "The current location does not support pasting ",
"Please_enter": "Por favor, ingrese", "Please_enter": "Please enter",
"Combine_cell": "Combinar celda", "Combine_cell": "Combine cells",
"Split_cell": "Dividir celda", "Split_cell": "Split cell",
"Row_number": "Número de fila", "Row_number": "Row number",
"Column_number": "Número de columna", "Column_number": "Column number",
"The_maximum_row_number_is_{number}": "El número máximo de filas es {number}", "The_maximum_row_number_is_{number}": "The maximum row number is {number}",
"Other_modification": "Otra modificación", "Other_modification": "Other's modification",
"My_modification": "Mi modificación", "My_modification": "My modification",
"Document_history": "Historial del documento", "Document_history": "Document history",
"Freeze_document": "Congelar documento", "Freeze_document": "Freeze document",
"Document_frozen": "Documento congelado", "Document_frozen": "Document frozen",
"Unfreeze": "Descongelar", "Unfreeze": "Unfreeze",
"Search_and_replace": "Buscar y reemplazar", "Search_and_replace": "Search and replace",
"Search": "Buscar", "Search": "Buscar",
"Type_search_content": "Escribir contenido de búsqueda", "Type_search_content": "Type search content",
"Replace_as": "Reemplazar como", "Replace_as": "Replace as",
"Type_replace_content": "Escribir contenido de reemplazo", "Type_replace_content": "Type replace content",
"Prevs": "Anteriores", "Prevs": "Prevs",
"Next": "Siguiente", "Next": "Siguiente",
"Replace": "Reemplazar", "Replace": "Reemplazar",
"Replace_all": "Reemplazar todo", "Replace_all": "Replace all",
"Are_you_sure_to_replace_all_number_xxx_in_this_document_with_yyy": "¿Está seguro de reemplazar todos los números {xxx} en este documento con {yyy}?", "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": "¿Está seguro de borrar todos los números {xxx} en este documento?", "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": "Búsqueda no encontrada", "Search_not_found": "Not found",
"Recent_visited": "Visitado recientemente", "Recent_visited": "Recent visited",
"The_document_does_not_exist": "El documento no existe", "The_document_does_not_exist": "The document does not exist",
"Create_a_new_sdoc_file": "Crear un nuevo archivo Sdoc", "Create_a_new_sdoc_file": "Create a new sdoc file",
"New_page": "Nueva página", "New_page": "New page",
"Create": "Crear", "Create": "Crear",
"Top_align": "Alinear arriba", "Top_align": "Top",
"Center_align": "Alinear al centro", "Center_align": "Middle",
"Bottom_align": "Alinear abajo", "Bottom_align": "Bottom",
"Move_column_count": "Mover cantidad de columnas", "Move_column_count": "Moving {{count}} column(s)",
"Move_row_count": "Mover cantidad de filas", "Move_row_count": "Moving {{count}} row(s)",
"Mark_all_as_read": "Marcar todo como leído", "Mark_all_as_read": "Mark all as read",
"Alignment_type": "Tipo de alineación", "Alignment_type": "Alignment",
"Print": "Imprimir", "Print": "Print",
"Enter_more_character_start_search": "Ingrese más caracteres para comenzar la búsqueda", "Enter_more_character_start_search": "Enter more characters to start search",
"Create_file_name_sdoc": "Crear nombre de archivo Sdoc", "Create_file_name_sdoc": "Create {{file_name_sdoc}}",
"Source_document_changed_tip": "Consejo: El documento fuente ha cambiado", "Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?",
"Fit_table_to_page_width": "Ajustar tabla al ancho de la página", "Fit_table_to_page_width": "Fit table to page width",
"Enter_text_or_press_forward_slash_to_insert_element": "Ingrese texto o presione barra diagonal hacia adelante para insertar elemento", "Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
"Vertical_align": "Alineación vertical", "Vertical_align": "Vertical alignment",
"Horizontal_align": "Alineación horizontal", "Horizontal_align": "Horizontal alignment",
"SeaTable_column": "Columna de SeaTable", "SeaTable_column": "SeaTable column",
"SeaTable_table": "Tabla de SeaTable", "SeaTable_table": "SeaTable table",
"And_x_more_records": "Y {x} registros más", "And_x_more_records": "and {{count}} more records",
"Print_limit_exceeded": "Límite de impresión excedido", "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed",
"Show_record_numbers": "Mostrar números de registro", "Show_record_numbers": "Show record numbers",
"Alternate_color": "Color alternativo", "Alternate_color": "Alternate color",
"Select_column_display_option_color_tip": "Consejo: Seleccione la opción de visualización de columna por color", "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors",
"Header": "Encabezado", "Header": "Encabezado",
"Remove_icon": "Quitar icono", "Remove_icon": "Remove icon",
"Hide_columns": "Ocultar columnas", "Hide_columns": "Hide columns",
"1_hidden_column": "1 columna oculta", "1_hidden_column": "1 hidden column",
"hidden_columns": "{x} columnas ocultas", "hidden_columns": "hidden columns",
"Search_column": "Buscar columna", "Search_column": "Search column",
"No_columns_available_to_be_hidden": "No hay columnas disponibles para ocultar", "No_columns_available_to_be_hidden": "No columns available to be hidden.",
"Hide_all": "Ocultar todo", "Hide_all": "Hide all",
"Show_all": "Mostrar todo", "Show_all": "Show all",
"Sort": "Ordenar", "Sort": "Sort",
"1 Sort": "1 ordenación", "1 Sort": "1 sort",
"Sorts": "ordenaciones", "Sorts": "sorts",
"No_sorts": "Sin ordenaciones", "No_sorts": "No sorts",
"Add_sort": "Agregar ordenación", "Add_sort": "Add sort",
"No_sort_added": "No se ha agregado ordenación", "No_sort_added": "No sort added",
"up": "arriba", "up": "Up",
"down": "abajo", "down": "Down",
"No_results": "No hay resultados", "No_results": "No results",
"Filter": "Filtro", "Filter": "Filter",
"1 Filter": "1 filtro", "1 Filter": "1 filter",
"Filters": "filtros", "Filters": "filters",
"Add_filter": "Agregar filtro", "Add_filter": "Add filter",
"No_filters": "Sin filtros", "No_filters": "No filters",
"And": "Y", "And": "And",
"Or": "O", "Or": "Or",
"Select_option(s)": "Seleccionar opción(es)", "Select_option(s)": "Select option(s)",
"Select_an_option": "Seleccionar una opción", "Select_an_option": "Select an option",
"Search_option": "Buscar opción", "Search_option": "Search option",
"Add_collaborator": "Agregar colaborador", "Add_collaborator": "Add collaborator",
"Add_a_creator": "Agregar un creador", "Add_a_creator": "Add a creator",
"Add_a_last_modifier": "Agregar el último modificador", "Add_a_last_modifier": "Add a last modifier",
"Invalid_filter": "Filtro inválido", "Invalid_filter": "Invalid filter",
"Department_single_select": "Selección única de departamento", "Department_single_select": "Department single select",
"Search_department": "Buscar departamento", "Search_department": "Search department",
"Select_department": "Seleccionar departamento", "Select_department": "Select department",
"No_departments_available": "No hay departamentos disponibles", "No_departments_available": "No departments available",
"Current_user_department": "Departamento del usuario actual", "Current_user_department": "Current user's department",
"Current_user_department_and_sub": "Departamento del usuario actual y subdepartamentos", "Current_user_department_and_sub": "Current user's department and sub-departments",
"Deleted_department": "Departamento eliminado", "Deleted_department": "Deleted department",
"Data_settings": "Configuración de datos", "Data_settings": "Data settings",
"Style_settings": "Configuración de estilo", "Style_settings": "Style settings",
"contains": "Contiene", "contains": "contains",
"does_not_contain": "No contiene", "does_not_contain": "does not contain",
"is": "Es", "is": "is",
"is_not": "No es", "is_not": "is not",
"equal": "Igual", "equal": "\u003d",
"not_equal": "No igual", "not_equal": "\u2260",
"less": "Menor", "less": "\u003C",
"greater": "Mayor", "greater": "\u003E",
"less_or_equal": "Menor o igual", "less_or_equal": "\u2264",
"greater_or_equal": "Mayor o igual", "greater_or_equal": "\u2265",
"is_empty": "Está vacío", "is_empty": "is empty",
"is_not_empty": "No está vacío", "is_not_empty": "is not empty",
"is_within": "Está dentro de", "is_within": "is within",
"is_before": "Es antes de", "is_before": "is before",
"is_after": "Es después de", "is_after": "is after",
"is_on_or_before": "Es en o antes de", "is_on_or_before": "is on or before",
"is_on_or_after": "Es en o después de", "is_on_or_after": "is on or after",
"has_any_of": "Tiene alguno de", "has_any_of": "has any of",
"has_all_of": "Tiene todos de", "has_all_of": "has all of",
"has_none_of": "No tiene ninguno de", "has_none_of": "has none of",
"is_exactly": "Es exactamente", "is_exactly": "is exactly",
"is_current_user_ID": "Es el ID del usuario actual", "is_current_user_ID": "is current user's ID",
"Current_date": "Fecha actual", "Current_date": "Current date",
"Specific_date": "Fecha específica", "Specific_date": "Specific date",
"x_days_before_current_date": "{x} días antes de la fecha actual", "x_days_before_current_date": "x days before current date",
"x_days_after_current_date": "{x} días después de la fecha actual", "x_days_after_current_date": "x days after current date",
"is_any_of": "Es alguno de", "is_any_of": "is any of",
"is_none_of": "No es ninguno de", "is_none_of": "is none of",
"include_me": "Incluirme", "include_me": "include the current user",
"today": "Hoy", "today": "today",
"tomorrow": "Mañana", "tomorrow": "tomorrow",
"yesterday": "Ayer", "yesterday": "yesterday",
"one_week_ago": "Hace una semana", "one_week_ago": "one week ago",
"one_week_from_now": "Dentro de una semana", "one_week_from_now": "one week from now",
"one_month_ago": "Hace un mes", "one_month_ago": "one month ago",
"one_month_from_now": "Dentro de un mes", "one_month_from_now": "one month from now",
"number_of_days_ago": "Hace {number} días", "number_of_days_ago": "number of days ago",
"number_of_days_from_now": "Dentro de {number} días", "number_of_days_from_now": "number of days from now",
"exact_date": "Fecha exacta", "exact_date": "exact date",
"last_week": "La semana pasada", "last_week": "last week",
"last_month": "El mes pasado", "last_month": "last month",
"last_year": "El año pasado", "last_year": "last year",
"this_week": "Esta semana", "this_week": "this week",
"this_month": "Este mes", "this_month": "this month",
"this_year": "Este año", "this_year": "this year",
"the_next_week": "La próxima semana", "the_next_week": "the next week",
"the_next_month": "El próximo mes", "the_next_month": "the next month",
"the_next_year": "El próximo año", "the_next_year": "the next year",
"the_past_week": "La semana pasada", "the_past_week": "last week",
"the_past_month": "El mes pasado", "the_past_month": "last month",
"the_past_year": "El año pasado", "the_past_year": "last year",
"the_next_numbers_of_days": "Los próximos {number} días", "the_next_numbers_of_days": "the next numbers of days",
"the_past_numbers_of_days": "Los últimos {number} días", "the_past_numbers_of_days": "the past numbers of days",
"Double_click_to_enter_edit_mode_and_adjust_field_width": "Haz doble clic para entrar en modo de edición y ajustar el ancho del campo", "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": "Ingrese el comentario. Enter para nueva línea, Shift + Enter para enviar", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
"Sub_table": "Tabla", "Sub_table": "Tabla",
"Search_1": "Buscar...", "Search_action": "Search action...",
"Comment_details": "Detalles del comentario", "Comment_details": "Comment details",
"Two_column": "Dos columnas", "Two_column": "2 columns",
"Three_column": "Tres columnas", "Three_column": "3 columns",
"Four_column": "Cuatro columnas", "Four_column": "4 columns",
"Five_column": "Cinco columnas", "Five_column": "5 columns",
"Full_width_mode": "Modo de ancho completo", "Full_width_mode": "Full width mode",
"Video": "Video", "Video": "Video",
"Upload_local_video": "Subir video local", "Upload_local_video": "Upload local video",
"The_current_version_does_not_support_>5MB_video_file": "La versión actual no admite archivos de video de más de 5 MB", "The_current_version_does_not_support_>5MB_video_file": "The_current_version_does_not_support_>5MB_video_file",
"Token_expired_Please_refresh_the_page": "El token ha expirado. Por favor, actualice la página", "Token_expired_Please_refresh_the_page": "Token expired. Please refresh the page.",
"Link_to_page": "Enlace a página", "Link_to_page": "Link to page",
"No_page_results": "No hay resultados de página", "No_page_results": "No page results",
"Page": "Página", "Page": "Page",
"Share_1": "Compartir", "Share_1": "Compartir",
"Collect": "Recopilar", "Collect": "Collect",
"Collected": "Recopilado", "Collected": "Collected",
"Link_to_file": "Enlace a archivo", "Link_to_file": "Link to file",
"Create_a_new_file": "Crear un nuevo archivo", "Create_a_new_file": "Create a new file",
"Suggestion": "Sugerencia", "Suggestion": "Sugerencia",
"Continuation": "Continuación", "Continuation": "Continuation",
"More_details": "Más detalles", "More_details": "More details",
"More_concise": "Más conciso", "More_concise": "More concise",
"More_vivid": "Más vivido", "More_vivid": "More vivid",
"Translate": "Traducir", "Translate": "Translate",
"Adjustment": "Ajuste", "Adjustment": "Adjustment",
"Try_again": "Intentar de nuevo", "Try_again": "Try again",
"Deprecation": "Desuso", "Deprecation": "Deprecation",
"Generated_content_x_words": "Contenido generado de {x} palabras", "Generated_content_x_words": "Generated content {{count}} words",
"Ask_AI_anything": "Pregunta cualquier cosa a la IA", "Ask_AI_anything": "Ask AI anything...",
"Thinking": "Pensando", "Thinking": "Thinking...",
"Translation_error_message": "Mensaje de error de traducción", "Translation_error_message": "Translation error, please try again.",
"The_translation_content_cannot_be_empty": "El contenido de la traducción no puede estar vacío", "The_translation_content_cannot_be_empty": "The translation content cannot be empty",
"Processing_message": "Mensaje de procesamiento", "Processing_message": "Processing, please wait...",
"AI_tip_content": "Contenido del consejo de IA", "AI_tip_content": "Do you want to discard current content?",
"Discard": "Descartar", "Discard": "Descartar",
"English": "English", "English": "English",
"Chinese": "Chino", "Chinese": "Chinese",
"French": "French", "Ask_AI": "Ask AI",
"German": "German", "Enter_reply": "Enter reply",
"Italian": "Italian", "Processing_content_cannot_be_empty": "Processing content cannot be empty",
"Ask_AI": "Preguntar a la IA", "AI_error_message": "Request error, please try again",
"Enter_reply": "Ingrese la respuesta", "Add_video_link": "Add video link",
"Processing_content_cannot_be_empty": "El contenido de procesamiento no puede estar vacío", "Link_Seafile_video_file": "Link Seafile video file",
"AI_error_message": "Mensaje de error de la IA", "Select_video_file": "Select video file",
"Add_video_link": "Agregar enlace de video", "Support_Youtube_Tencent_Bilibili_and_more": "Support Youtube, Tencent, Bilibili and more",
"Link_Seafile_video_file": "Enlazar archivo de video de Seafile", "Image_cannot_be_copied_Please_download_the_source_image": "Image cannot be copied. Please download the source image,",
"Select_video_file": "Seleccionar archivo de video", "And_select_insert_-_image_to_upload": "and select 「insert」 - 「image」 to upload.",
"Support_Youtube_Tencent_Bilibili_and_more": "Soporte para Youtube, Tencent, Bilibili y más", "Image_copy_error": "Image copy error",
"Image_cannot_be_copied_Please_download_the_source_image": "No se puede copiar la imagen. Por favor, descargue la imagen original", "Image_is_uploading": "Image is uploading...",
"And_select_insert_-_image_to_upload": "Y seleccione Insertar - Imagen para subir", "Select_at_least_one_row_record": "Select at least one row record",
"Image_copy_error": "Error al copiar la imagen", "Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows",
"Image_is_uploading": "La imagen se está subiendo", "Select_seatable_rows": "Select seatable rows",
"Select_at_least_one_row_record": "Seleccione al menos un registro de fila", "Add_rows_record": "Add rows record",
"Selected_row_records_cannot_exceed_10_rows": "Los registros de fila seleccionados no pueden exceder 10 filas", "Double_click_then_adjust_field_width": "Double click, then adjust field width",
"Select_seatable_rows": "Seleccionar filas de SeaTable", "Insert_chart": "Insert chart",
"Add_rows_record": "Agregar registro de filas", "Edit_chart": "Edit chart",
"Double_click_then_adjust_field_width": "Haga doble clic y luego ajuste el ancho del campo", "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first"
"SeaTable_row": "Fila de SeaTable",
"Please_select_one_row_record": "Por favor, seleccione un registro de fila",
"No_linked_records": "No hay registros enlazados",
"Insert_chart": "Insertar gráfico",
"Edit_chart": "Editar gráfico",
"Please_complete_the_chart_configuration_first": "Por favor, complete la configuración del gráfico primero",
"chart": "chart",
"Image_is_upload_error": "Error al subir la imagen",
"Table_not_exist": "La tabla no existe",
"Row_not_exist": "La fila no existe",
"Presentation": "Presentación",
"More_operation": "Más operaciones",
"Property": "Propiedad",
"Comment_list": "Lista de comentarios",
"Add_Comment": "Agregar comentario",
"Finish": "Finalizar",
"More_fluent": "Más fluido",
"Select_Excalidraw_file": "Select Excalidraw file",
"New_Excalidraw_file": "New Excalidraw file",
"Whiteboard": "Whiteboard",
"Open": "Abierto"
} }

View File

@@ -16,7 +16,7 @@
"Quote": "Cita", "Quote": "Cita",
"Ordered_list": "Lista ordenada", "Ordered_list": "Lista ordenada",
"Unordered_list": "Lista desordenada", "Unordered_list": "Lista desordenada",
"Check_list": "Lista de Verificación", "Check_list": "Check list",
"Insert_image": "Insertar Imagen", "Insert_image": "Insertar Imagen",
"Insert_formula": "Insertar Fórmula", "Insert_formula": "Insertar Fórmula",
"Formula": "Fórmula", "Formula": "Fórmula",
@@ -106,8 +106,8 @@
"Add_a_comment": "Agregar un comentario...", "Add_a_comment": "Agregar un comentario...",
"No_comment_yet": "No hay comentarios.", "No_comment_yet": "No hay comentarios.",
"Mark_as_Resolved": "Marcar como Resuelto", "Mark_as_Resolved": "Marcar como Resuelto",
"Resubmit": "Reenviar", "Resubmit": "Resubmit",
"Resubmitted": "Reenviado", "Resubmitted": "Resubmitted",
"Ask_for_review": "Solicitar revisión", "Ask_for_review": "Solicitar revisión",
"Review_already_exists": "La revisión ya existe", "Review_already_exists": "La revisión ya existe",
"View_review": "Ver revisión", "View_review": "Ver revisión",
@@ -117,8 +117,8 @@
"This_file_is_in_review_stage": "Este archivo está en estado de revisión.", "This_file_is_in_review_stage": "Este archivo está en estado de revisión.",
"This_file_has_been_updated": "Este archivo ha sido actualizado.", "This_file_has_been_updated": "Este archivo ha sido actualizado.",
"Refresh": "Refrescar", "Refresh": "Refrescar",
"Related_files": "Archivos relacionados", "Related_files": "Related files",
"Related_file": "Archivo relacionado", "Related_file": "Related file",
"No_tags": "Sin etiquetas", "No_tags": "Sin etiquetas",
"Date": "Fecha", "Date": "Fecha",
"Participants": "Participantes", "Participants": "Participantes",
@@ -139,10 +139,10 @@
"Insert_library_image": "Insertar imagen desde la biblioteca", "Insert_library_image": "Insertar imagen desde la biblioteca",
"Size": "Tamaño", "Size": "Tamaño",
"Location": "Ubicación", "Location": "Ubicación",
"Last_update": "Última actualización", "Last_update": "Last update",
"Tags": "Rótulos", "Tags": "Rótulos",
"Add_participants": "Agregar participantes", "Add_participants": "Agregar participantes",
"Clear_format": "Limpiar formato", "Clear_format": "Clear format",
"MarkdownLint": { "MarkdownLint": {
"missing_h1": { "missing_h1": {
"description": "No hay h1 en el documento", "description": "No hay h1 en el documento",
@@ -235,413 +235,392 @@
} }
] ]
}, },
"The_link_address_is_required": "Se requiere la dirección del enlace", "The_link_address_is_required": "The link address is required.",
"The_link_title_is_required": "Se requiere el título del enlace", "The_link_title_is_required": "The link title is required.",
"The_link_address_is_invalid": "La dirección del enlace es inválida", "The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.",
"All_changes_saved": "Todos los cambios han sido guardados", "All_changes_saved": "All changes saved",
"Saving": "Guardando...", "Saving": "Guardando...",
"Collaborators": "Colaboradores", "Collaborators": "Collaborators",
"Online_members": "Miembros en línea", "Online_members": "Online members",
"Me": "Yo", "Me": "me",
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "El servidor no está conectado. La operación se enviará al servidor más tarde.", "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": "El servidor está desconectado. Se está reconectando...", "Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...",
"Server_is_reconnected": "El servidor está reconectado.", "Server_is_reconnected": "Server is reconnected.",
"Outline": "Esquema", "Outline": "Outline",
"Headings_you_add_to_the_document_will_appear_here": "Los encabezados que agregue al documento aparecerán aquí", "Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here",
"Open_parent_folder": "Abrir carpeta contenedora", "Open_parent_folder": "Abrir carpeta contenedora",
"Redo": "Rehacer", "Redo": "redo",
"Undo": "Deshacer", "Undo": "undo",
"Open_link": "Abrir enlace", "Open_link": "Open link",
"Customize_the_number_of_rows_and_columns": "Personalizar el número de filas y columnas", "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns",
"Rows": "Filas", "Rows": "Filas",
"Columns": "Columnas", "Columns": "Columnas",
"Please_enter_title": "Por favor, ingrese el título", "Please_enter_title": "Please enter title",
"Please_enter_text": "Por favor, ingrese el texto", "Please_enter_text": "Please enter text",
"Row(s)": "Filas", "Row(s)": "row(s)",
"Column(s)": "Columnas", "Column(s)": "column(s)",
"Insert_below": "Insertar debajo", "Insert_below": "Insert below",
"Insert_above": "Insertar encima", "Insert_above": "Insert above",
"Insert_on_the_right": "Insertar a la derecha", "Insert_on_the_right": "Insert on the right",
"Insert_on_the_left": "Insertar a la izquierda", "Insert_on_the_left": "Insert on the left",
"Starred": "Favoritos", "Starred": "Favoritos",
"Unstarred": "No favoritos", "Unstarred": "Unstarred",
"Star": "Marcar", "Star": "Marcar",
"Unstar": "Desmarcar", "Unstar": "Desmarcar",
"Auto_wrap": "Auto envolver", "Auto_wrap": "Auto wrap",
"Add_comment": "Agregar comentario", "Add_comment": "Add comment",
"Delete_comment": "Eliminar comentario", "Delete_comment": "Delete comment",
"Delete_reply": "Eliminar respuesta", "Delete_reply": "Delete reply",
"Are_you_sure_to_delete_this_comment": "¿Está seguro de eliminar este comentario?", "Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?",
"Are_you_sure_to_delete_this_reply": "¿Está seguro de eliminar esta respuesta?", "Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?",
"Enter_comment_shift_enter_for_new_line_Enter_to_send": "Ingrese comentario. Presione Shift + Enter para insertar una nueva línea. Presione Enter para enviar.", "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": "Ingrese respuesta. Presione Shift + Enter para insertar una nueva línea. Presione Enter para enviar.", "Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send",
"Reopen_discussion": "Reabrir discusn", "Reopen_discussion": "Adding a reply will reopen this discussion",
"Confirm": "Confirmar", "Confirm": "Confirmar",
"View_changes": "Ver cambios", "View_changes": "View changes",
"Revision": "Revisión", "Revision": "Revision",
"Error": "Error", "Error": "Error",
"Start_revise": "Iniciar revisión", "Start_revise": "Start revise",
"Revise": "Revisar", "Revise": "Revise",
"Failed_to_execute_operation_on_server": "No se pudo ejecutar la operación en el servidor", "Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn",
"Start_revise_tip": "Inicie la revisión para comenzar a revisar el documento.", "Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
"Load_doc_content_error": "Error al cargar el contenido del documento", "Load_doc_content_error": "Load doc content error",
"Sdoc_format_invalid": "Formato de documento inválido", "Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification",
"Draft": "Borrador", "Draft": "Borrador",
"Unmark_as_draft": "Desmarcar como borrador", "Unmark_as_draft": "Unmark as draft",
"Background_color": "Color de fondo", "Background_color": "Background color",
"No_color": "Sin color", "No_color": "No color",
"Standard_color": "Color estándar", "Standard_color": "Standard color",
"Recently_used": "Usado recientemente", "Recently_used": "Recently used",
"More_color": "Más colores", "More_color": "More color",
"White": "Blanco", "White": "White",
"Black": "Negro", "Black": "Black",
"Blue_grey": "Azul gris", "Blue_grey": "Blue_grey",
"Blue": "Azul", "Blue": "Blue",
"Sky_blue": "Azul cielo", "Sky_blue": "Sky_blue",
"Green": "Verde", "Green": "Green",
"Red": "Rojo", "Red": "Red",
"Orange": "Naranja", "Orange": "Orange",
"Yellow": "Amarillo", "Yellow": "Yellow",
"Purple": "Púrpura", "Purple": "Purple",
"Light_grey_x": "Gris claro", "Light_grey_x": "Light grey {{value}}",
"Dark_grey_x": "Gris oscuro", "Dark_grey_x": "Dark grey {{value}}",
"Light_blue_grey_x": "Azul gris claro", "Light_blue_grey_x": "Light blue grey {{value}}",
"Light_blue_x": "Azul claro", "Light_blue_x": "Light blue {{value}}",
"Light_sky_blue_x": "Azul cielo claro", "Light_sky_blue_x": "Light sky blue {{value}}",
"Light_green_x": "Verde claro", "Light_green_x": "Light green {{value}}",
"Light_red_x": "Rojo claro", "Light_red_x": "Light red {{value}}",
"Light_orange_x": "Naranja claro", "Light_orange_x": "Light orange {{value}}",
"Light_yellow_x": "Amarillo claro", "Light_yellow_x": "Light yellow {{value}}",
"Light_purple_x": "Púrpura claro", "Light_purple_x": "Light purple {{value}}",
"Dark_blue_grey_x": "Azul gris oscuro", "Dark_blue_grey_x": "Dark blue grey {{value}}",
"Dark_blue_x": "Azul oscuro", "Dark_blue_x": "Dark blue {{value}}",
"Dark_sky_blue_x": "Azul cielo oscuro", "Dark_sky_blue_x": "Dark sky blue {{value}}",
"Dark_green_x": "Verde oscuro", "Dark_green_x": "Dark green {{value}}",
"Dark_red_x": "Rojo oscuro", "Dark_red_x": "Dark red {{value}}",
"Dark_orange_x": "Naranja oscuro", "Dark_orange_x": "Dark orange {{value}}",
"Dark_yellow_x": "Amarillo oscuro", "Dark_yellow_x": "Dark yellow {{value}}",
"Dark_purple_x": "Púrpura oscuro", "Dark_purple_x": "Dark purple {{value}}",
"Standard_dark_red": "Rojo oscuro estándar", "Standard_dark_red": "Standard dark red",
"Standard_red": "Rojo estándar", "Standard_red": "Standard red",
"Standard_orange": "Naranja estándar", "Standard_orange": "Standard orange",
"Standard_yellow": "Amarillo estándar", "Standard_yellow": "Standard yellow",
"Standard_light_green": "Verde claro estándar", "Standard_light_green": "Standard light green",
"Standard_green": "Verde estándar", "Standard_green": "Standard green",
"Standard_light_blue": "Azul claro estándar", "Standard_light_blue": "Standard light blue",
"Standard_blue": "Azul estándar", "Standard_blue": "Standard blue",
"Standard_dark_blue": "Azul oscuro estándar", "Standard_dark_blue": "Standard dark blue",
"Standard_purple": "Púrpura estándar", "Standard_purple": "Standard purple",
"Highlight_color": "Color de resaltado", "Highlight_color": "Highlight",
"Font_color": "Color de fuente", "Font_color": "Font color",
"Default": "Predeterminado", "Default": "Predeterminado",
"No_revisions": "Sin revisiones", "No_revisions": "No revisions",
"1_revision": "1 revisión", "1_revision": "1 revision",
"x_revisions": "x revisiones", "x_revisions": "{{count}} revisions",
"Creator": "Creador", "Creator": "Creador",
"Created_time": "Hora de creación", "Created_time": "Created time",
"Created_at": "Creado en", "Created_at": "Created at",
"Resolved_tip": "Marcar como resuelto", "Resolved_tip": "Mark as resolved and hide discussion",
"Search_language": "Idioma de búsqueda", "Search_language": "Search language",
"Sdoc_error_tip": "Error en el documento", "Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.",
"Repair": "Reparar", "Repair": "Repair",
"Font_size": "Tamaño de fuente", "Font_size": "Font size",
"Increase_font_size": "Aumentar tamaño de fuente", "Increase_font_size": "Increase font size",
"Reduce_font_size": "Reducir tamaño de fuente", "Reduce_font_size": "Reduce font size",
"Font": "Fuente", "Font": "Fuente",
"All_fonts": "Todas las fuentes", "All_fonts": "All fonts",
"Default_font": "Fuente predeterminada", "Default_font": "Default font",
"Pending_operations_exceed_limit": "Operaciones pendientes exceden el límite", "Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.",
"Recently_saved": "Guardado recientemente", "Recently_saved": "Recently saved",
"Text_Link": "Enlace de texto", "Text_Link": "Text Link",
"Icon_and_text_Link": "Enlace de ícono y texto", "Icon_and_text_Link": "Icon and text Link",
"Card": "Tarjeta", "Card": "Card",
"Select_sdoc_document": "Seleccionar documento sdoc", "Select_sdoc_document": "Select sdoc document",
"Select_file": "Seleccionar archivo", "Select_file": "Select file",
"Local_file": "Archivo local", "Local_file": "Local file",
"Internal_server_exec_operations_error": "Error al ejecutar operaciones en el servidor", "Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again",
"Failed_to_sync_with_server_operations": "Fallo al sincronizar con el servidor", "Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page",
"Style": "Estilo", "Style": "Style",
"Insert": "Insertar", "Insert": "Insert",
"Image": "Imagen", "Image": "Imagen",
"Table": "Tabla", "Table": "Tabla",
"Link": "Enlace", "Link": "Enlace",
"Transform_to": "Transformar a", "Transform_to": "Transform to",
"Last_modification": "Última modificación", "Last_modification": "Last modification",
"Next_modification": "Próxima modificación", "Next_modification": "Next modification",
"Changes": "Cambios", "Changes": "Cambios",
"No_changes": "Sin cambios", "No_changes": "No changes",
"Title": "Título", "Title": "Título",
"Subtitle": "Subtítulo", "Subtitle": "Subtitle",
"Link_sdoc": "Enlace sdoc", "Link_sdoc": "Link sdoc",
"Link_file": "Enlace archivo", "Link_file": "Link file",
"Keep_my_modification": "Mantener mi modificación", "Keep_my_modification": "Keep my modification",
"Keep_other_modification": "Mantener modificación de otro usuario", "Keep_other_modification": "Keep other's modification",
"Keep_both_modification": "Mantener ambas modificaciones", "Keep_both_modification": "Keep both modification",
"Tip": "Sugerencia", "Tip": "Tip",
"Rebase_delete_no_change_revision_tip": "No hay cambios en la revisión", "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": "Se ha reemplazado", "Has_been_replaced_tip": "Document content has been replaced. Please refresh the page",
"Has_been_published_tip": "Se ha publicado", "Has_been_published_tip": "Revision published",
"Has_conflict_before_publish_tip": "Conflicto antes de publicar", "Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!",
"Merge_tip": " Fusionar", "Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
"Has_conflict_before_view_changes_tip": "Conflicto antes de ver cambios", "Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
"Has_been_removed_tip": "Se ha eliminado", "Has_been_removed_tip": "Document has been removed, please view other documents.",
"Checking": "Comprobando", "Checking": "Checking...",
"Publishing": "Publicando", "Publishing": "Publishing...",
"Inline": "Inline", "Inline": "Inline",
"Block": "Bloque", "Block": "Block",
"Full_screen_mode": "Modo pantalla completa", "Full_screen_mode": "Full screen mode",
"Image_border": "Borde de imagen", "Image_border": "Image border",
"Delete_revision": "Eliminar revisión", "Delete_revision": "Delete revision",
"Delete_tip": "Eliminar sugerencia", "Delete_tip": "Are you sure you want to delete {{content}} ?",
"Revision_deleted": "Revisión eliminada", "Revision_deleted": "Revision deleted",
"Published": "Publicado", "Published": "Publicado",
"Delete_Successfully": "Eliminado con éxito", "Delete_Successfully": "Delete Successfully",
"Delete_failed": "Eliminar falló", "Delete_failed": "Eliminar falló",
"Caption": "Categoría", "Caption": "Caption",
"No_collaborators_available": "No hay colaboradores disponibles", "No_collaborators_available": "No_collaborators_available",
"Search_collaborator": "Buscar colaborador", "Search_collaborator": "Search collaborator",
"Doc_comments": "Comentarios del documento", "Doc_comments": "Document comments",
"Tag_not_found": "Etiqueta no encontrada", "Tag_not_found": "Tag not found",
"Create_a_new_tag": "Cear una nueva etiqueta", "Create_a_new_tag": "Cear una nueva etiqueta",
"Search_tags": "Buscar etiquetas", "Search_tags": "Search tags",
"No_options_available": "No hay opciones disponibles", "No_options_available": "Tag not found",
"Add_option": "Cear una nueva etiqueta", "Add_option": "Cear una nueva etiqueta",
"Find_an_option": "Buscar una opción", "Find_an_option": "Search tags",
"Copy_link_of_section": "Copiar enlace de sección", "Copy_link_of_section": "Copy link of section",
"revision": "Revisión", "revision": "revision",
"xxx_added_a_new_comment": "xxx agregó un nuevo comentario", "xxx_added_a_new_comment": "{{author}} added a new comment",
"xxx_added_a_reply": "xxx agregó una respuesta", "xxx_added_a_reply": "{{author}} added a reply",
"New": "Nuevo", "New": "Nuevo",
"Table_template": "Plantilla de tabla", "Table_template": "Table template",
"Jump_to_original_doc": "Saltar al documento original", "Jump_to_original_doc": "Jump to the original document",
"Freezed": "Congelado", "Freezed": "Freezed",
"Callout": "Llamada a la atención", "Callout": "Callout",
"The_current_location_does_not_support_pasting": "La ubicación actual no admite pegado", "The_current_location_does_not_support_pasting": "The current location does not support pasting ",
"Please_enter": "Por favor, ingrese", "Please_enter": "Please enter",
"Combine_cell": "Combinar celdas", "Combine_cell": "Combine cells",
"Split_cell": "Dividir celdas", "Split_cell": "Split cell",
"Row_number": "Número de fila", "Row_number": "Row number",
"Column_number": "Número de columna", "Column_number": "Column number",
"The_maximum_row_number_is_{number}": "El número máximo de filas es {number}", "The_maximum_row_number_is_{number}": "The maximum row number is {number}",
"Other_modification": "Otra modificación", "Other_modification": "Other's modification",
"My_modification": "Mi modificación", "My_modification": "My modification",
"Document_history": "Historial de documento", "Document_history": "Document history",
"Freeze_document": "Congelar documento", "Freeze_document": "Freeze document",
"Document_frozen": "Documento congelado", "Document_frozen": "Document frozen",
"Unfreeze": "Descongelar", "Unfreeze": "Unfreeze",
"Search_and_replace": "Buscar y reemplazar", "Search_and_replace": "Search and replace",
"Search": "Buscar", "Search": "Buscar",
"Type_search_content": "Tipo de contenido de búsqueda", "Type_search_content": "Type search content",
"Replace_as": "Reemplazar como", "Replace_as": "Replace as",
"Type_replace_content": "Tipo de contenido de reemplazo", "Type_replace_content": "Type replace content",
"Prevs": "Anterior", "Prevs": "Prevs",
"Next": "Siguiente", "Next": "Siguiente",
"Replace": "Reemplazar", "Replace": "Reemplazar",
"Replace_all": "Reemplazar todo", "Replace_all": "Replace all",
"Are_you_sure_to_replace_all_number_xxx_in_this_document_with_yyy": "¿Estás seguro de reemplazar todo el número xxx en este documento con yyy?", "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": "¿Estás seguro de eliminar todo el número xxx en este documento?", "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": "No se encontraron resultados", "Search_not_found": "Not found",
"Recent_visited": "Visitas recientes", "Recent_visited": "Recent visited",
"The_document_does_not_exist": "El documento no existe", "The_document_does_not_exist": "The document does not exist",
"Create_a_new_sdoc_file": "Cear un nuevo archivo sdoc", "Create_a_new_sdoc_file": "Create a new sdoc file",
"New_page": "Nueva página", "New_page": "New page",
"Create": "Crear", "Create": "Crear",
"Top_align": "Alinear en la parte superior", "Top_align": "Top",
"Center_align": "Alinear en el centro", "Center_align": "Middle",
"Bottom_align": "Alinear en la parte inferior", "Bottom_align": "Bottom",
"Move_column_count": "Mover número de columnas", "Move_column_count": "Moving {{count}} column(s)",
"Move_row_count": "Mover número de filas", "Move_row_count": "Moving {{count}} row(s)",
"Mark_all_as_read": "Marcar todo como leído", "Mark_all_as_read": "Mark all as read",
"Alignment_type": "Tipo de alineación", "Alignment_type": "Alignment",
"Print": "Imprimir", "Print": "Print",
"Enter_more_character_start_search": "Ingrese más caracteres para comenzar la búsqueda", "Enter_more_character_start_search": "Enter more characters to start search",
"Create_file_name_sdoc": "Cear nombre de archivo sdoc", "Create_file_name_sdoc": "Create {{file_name_sdoc}}",
"Source_document_changed_tip": "El documento fuente ha cambiado", "Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?",
"Fit_table_to_page_width": "Ajustar tabla al ancho de página", "Fit_table_to_page_width": "Fit table to page width",
"Enter_text_or_press_forward_slash_to_insert_element": "Ingrese texto o presione la barra diagonal para insertar elemento", "Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
"Vertical_align": "Alinear verticalmente", "Vertical_align": "Vertical alignment",
"Horizontal_align": "Alinear horizontalmente", "Horizontal_align": "Horizontal alignment",
"SeaTable_column": "Columna de SeaTable", "SeaTable_column": "SeaTable column",
"SeaTable_table": "Tabla de SeaTable", "SeaTable_table": "SeaTable table",
"And_x_more_records": "Y más registros", "And_x_more_records": "and {{count}} more records",
"Print_limit_exceeded": "Límite de impresión excedido", "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed",
"Show_record_numbers": "Mostrar números de registro", "Show_record_numbers": "Show record numbers",
"Alternate_color": "Color alterno", "Alternate_color": "Alternate color",
"Select_column_display_option_color_tip": "Seleccionar opción de visualización de columna de color", "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors",
"Header": "Encabezado", "Header": "Encabezado",
"Remove_icon": "Eliminar ícono", "Remove_icon": "Remove icon",
"Hide_columns": "Ocultar columnas", "Hide_columns": "Hide columns",
"1_hidden_column": "1 columna oculta", "1_hidden_column": "1 hidden column",
"hidden_columns": "Columnas ocultas", "hidden_columns": "hidden columns",
"Search_column": "Buscar columna", "Search_column": "Search column",
"No_columns_available_to_be_hidden": "No hay columnas disponibles para ocultar", "No_columns_available_to_be_hidden": "No columns available to be hidden.",
"Hide_all": "Ocultar todo", "Hide_all": "Hide all",
"Show_all": "Mostrar todo", "Show_all": "Show all",
"Sort": "Ordenar", "Sort": "Sort",
"1 Sort": "Ordenar 1", "1 Sort": "1 sort",
"Sorts": "Ordenar", "Sorts": "sorts",
"No_sorts": "No hay ordenamientos", "No_sorts": "No sorts",
"Add_sort": "Agregar ordenamiento", "Add_sort": "Add sort",
"No_sort_added": "No se ha agregado ordenamiento", "No_sort_added": "No sort added",
"up": "Arriba", "up": "Up",
"down": "Abajo", "down": "Down",
"No_results": "No hay resultados", "No_results": "No results",
"Filter": "Filtrar", "Filter": "Filter",
"1 Filter": "Filtrar 1", "1 Filter": "1 filter",
"Filters": "Filtrar", "Filters": "filters",
"Add_filter": "Agregar filtro", "Add_filter": "Add filter",
"No_filters": "No hay filtros", "No_filters": "No filters",
"And": "Y", "And": "And",
"Or": "O", "Or": "Or",
"Select_option(s)": "Seleccionar opción(es)", "Select_option(s)": "Select option(s)",
"Select_an_option": "Seleccionar una opción", "Select_an_option": "Select an option",
"Search_option": "Buscar opción", "Search_option": "Search option",
"Add_collaborator": "Agregar colaborador", "Add_collaborator": "Add collaborator",
"Add_a_creator": "Agregar un creador", "Add_a_creator": "Add a creator",
"Add_a_last_modifier": "Agregar un último modificador", "Add_a_last_modifier": "Add a last modifier",
"Invalid_filter": "Filtro inválido", "Invalid_filter": "Invalid filter",
"Department_single_select": "Selección única de departamento", "Department_single_select": "Department single select",
"Search_department": "Buscar departamento", "Search_department": "Search department",
"Select_department": "Seleccionar departamento", "Select_department": "Select department",
"No_departments_available": "No hay departamentos disponibles", "No_departments_available": "No departments available",
"Current_user_department": "Departamento del usuario actual", "Current_user_department": "Current user's department",
"Current_user_department_and_sub": "Departamento del usuario actual y sus subdepartamentos", "Current_user_department_and_sub": "Current user's department and sub-departments",
"Deleted_department": "Departamento eliminado", "Deleted_department": "Deleted department",
"Data_settings": "Configuración de datos", "Data_settings": "Data settings",
"Style_settings": "Configuración de estilo", "Style_settings": "Style settings",
"contains": "Contiene", "contains": "contains",
"does_not_contain": "No contiene", "does_not_contain": "does not contain",
"is": "Es", "is": "is",
"is_not": "No es", "is_not": "is not",
"equal": "Igual", "equal": "\u003d",
"not_equal": "No igual", "not_equal": "\u2260",
"less": "Menor", "less": "\u003C",
"greater": "Mayor", "greater": "\u003E",
"less_or_equal": "Menor o igual", "less_or_equal": "\u2264",
"greater_or_equal": "Mayor o igual", "greater_or_equal": "\u2265",
"is_empty": "Está vacío", "is_empty": "is empty",
"is_not_empty": "No está vacío", "is_not_empty": "is not empty",
"is_within": "Dentro de", "is_within": "is within",
"is_before": "Antes de", "is_before": "is before",
"is_after": "Después de", "is_after": "is after",
"is_on_or_before": "En o antes de", "is_on_or_before": "is on or before",
"is_on_or_after": "En o después de", "is_on_or_after": "is on or after",
"has_any_of": "Tiene cualquiera de", "has_any_of": "has any of",
"has_all_of": "Tiene todos de", "has_all_of": "has all of",
"has_none_of": "No tiene ninguno de", "has_none_of": "has none of",
"is_exactly": "Es exactamente", "is_exactly": "is exactly",
"is_current_user_ID": "Es el ID de usuario actual", "is_current_user_ID": "is current user's ID",
"Current_date": "Fecha actual", "Current_date": "Current date",
"Specific_date": "Fecha específica", "Specific_date": "Specific date",
"x_days_before_current_date": "x días antes de la fecha actual", "x_days_before_current_date": "x days before current date",
"x_days_after_current_date": "x días después de la fecha actual", "x_days_after_current_date": "x days after current date",
"is_any_of": "Es cualquiera de", "is_any_of": "is any of",
"is_none_of": "No es ninguno de", "is_none_of": "is none of",
"include_me": "Incluirme", "include_me": "include the current user",
"today": "Hoy", "today": "today",
"tomorrow": "Mañana", "tomorrow": "tomorrow",
"yesterday": "Ayer", "yesterday": "yesterday",
"one_week_ago": "Una semana atrás", "one_week_ago": "one week ago",
"one_week_from_now": "Una semana desde ahora", "one_week_from_now": "one week from now",
"one_month_ago": "Un mes atrás", "one_month_ago": "one month ago",
"one_month_from_now": "Un mes desde ahora", "one_month_from_now": "one month from now",
"number_of_days_ago": "Número de días atrás", "number_of_days_ago": "number of days ago",
"number_of_days_from_now": "Número de días desde ahora", "number_of_days_from_now": "number of days from now",
"exact_date": "Fecha exacta", "exact_date": "exact date",
"last_week": "Última semana", "last_week": "last week",
"last_month": "Último mes", "last_month": "last month",
"last_year": "Último año", "last_year": "last year",
"this_week": "Esta semana", "this_week": "this week",
"this_month": "Este mes", "this_month": "this month",
"this_year": "Este año", "this_year": "this year",
"the_next_week": "La próxima semana", "the_next_week": "the next week",
"the_next_month": "El próximo mes", "the_next_month": "the next month",
"the_next_year": "El próximo año", "the_next_year": "the next year",
"the_past_week": "La semana pasada", "the_past_week": "last week",
"the_past_month": "El mes pasado", "the_past_month": "last month",
"the_past_year": "El año pasado", "the_past_year": "last year",
"the_next_numbers_of_days": "Número de días desde ahora", "the_next_numbers_of_days": "the next numbers of days",
"the_past_numbers_of_days": "Número de días atrás", "the_past_numbers_of_days": "the past numbers of days",
"Double_click_to_enter_edit_mode_and_adjust_field_width": "Hacer doble clic para entrar en modo de edición y ajustar el ancho del campo", "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": "Ingresar comentario. Presionar Enter para nueva línea. Presionar Shift+Enter para enviar", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
"Sub_table": "Tabla", "Sub_table": "Tabla",
"Search_1": "Buscar...", "Search_action": "Search action...",
"Comment_details": "Detalles del comentario", "Comment_details": "Comment details",
"Two_column": "Dos columnas", "Two_column": "2 columns",
"Three_column": "Tres columnas", "Three_column": "3 columns",
"Four_column": "Cuatro columnas", "Four_column": "4 columns",
"Five_column": "Cinco columnas", "Five_column": "5 columns",
"Full_width_mode": "Modo ancho completo", "Full_width_mode": "Full width mode",
"Video": "Video", "Video": "Video",
"Upload_local_video": "Subir video local", "Upload_local_video": "Upload local video",
"The_current_version_does_not_support_>5MB_video_file": "La versión actual no admite archivos de video de más de 5MB", "The_current_version_does_not_support_>5MB_video_file": "The_current_version_does_not_support_>5MB_video_file",
"Token_expired_Please_refresh_the_page": "El token ha expirado. Por favor, actualice la página", "Token_expired_Please_refresh_the_page": "Token expired. Please refresh the page.",
"Link_to_page": "Enlace a página", "Link_to_page": "Link to page",
"No_page_results": "No hay resultados de página", "No_page_results": "No page results",
"Page": "Página", "Page": "Page",
"Share_1": "Compartir", "Share_1": "Compartir",
"Collect": "Recopilar", "Collect": "Collect",
"Collected": "Recopilado", "Collected": "Collected",
"Link_to_file": "Enlace a archivo", "Link_to_file": "Link to file",
"Create_a_new_file": "Crear un nuevo archivo", "Create_a_new_file": "Create a new file",
"Suggestion": "Sugerencia", "Suggestion": "Sugerencia",
"Continuation": "Continuar", "Continuation": "Continuation",
"More_details": "Más detalles", "More_details": "More details",
"More_concise": "Más conciso", "More_concise": "More concise",
"More_vivid": "Más vivido", "More_vivid": "More vivid",
"Translate": "Traducir", "Translate": "Translate",
"Adjustment": "Ajuste", "Adjustment": "Adjustment",
"Try_again": "Intentar de nuevo", "Try_again": "Try again",
"Deprecation": "Desaprobación", "Deprecation": "Deprecation",
"Generated_content_x_words": "Contenido generado x palabras", "Generated_content_x_words": "Generated content {{count}} words",
"Ask_AI_anything": "Preguntar a AI cualquier cosa", "Ask_AI_anything": "Ask AI anything...",
"Thinking": "Pensando", "Thinking": "Thinking...",
"Translation_error_message": "Mensaje de error de traducción", "Translation_error_message": "Translation error, please try again.",
"The_translation_content_cannot_be_empty": "El contenido de traducción no puede estar vacío", "The_translation_content_cannot_be_empty": "The translation content cannot be empty",
"Processing_message": "Mensaje de procesamiento", "Processing_message": "Processing, please wait...",
"AI_tip_content": "Contenido de sugerencia de AI", "AI_tip_content": "Do you want to discard current content?",
"Discard": "Descartar", "Discard": "Descartar",
"English": "English", "English": "English",
"Chinese": "Chinese", "Chinese": "Chinese",
"French": "French", "Ask_AI": "Ask AI",
"German": "German", "Enter_reply": "Enter reply",
"Italian": "Italian", "Processing_content_cannot_be_empty": "Processing content cannot be empty",
"Ask_AI": "Preguntar a AI", "AI_error_message": "Request error, please try again",
"Enter_reply": "Ingresar respuesta", "Add_video_link": "Add video link",
"Processing_content_cannot_be_empty": "El contenido de procesamiento no puede estar vacío", "Link_Seafile_video_file": "Link Seafile video file",
"AI_error_message": "Mensaje de error de AI", "Select_video_file": "Select video file",
"Add_video_link": "Agregar enlace de video", "Support_Youtube_Tencent_Bilibili_and_more": "Support Youtube, Tencent, Bilibili and more",
"Link_Seafile_video_file": "Enlace a archivo de video de Seafile", "Image_cannot_be_copied_Please_download_the_source_image": "Image cannot be copied. Please download the source image,",
"Select_video_file": "Seleccionar archivo de video", "And_select_insert_-_image_to_upload": "and select 「insert」 - 「image」 to upload.",
"Support_Youtube_Tencent_Bilibili_and_more": "Soporte de Youtube, Tencent, Bilibili y más", "Image_copy_error": "Image copy error",
"Image_cannot_be_copied_Please_download_the_source_image": "Imagen no puede ser copiada. Por favor, descargue la imagen original", "Image_is_uploading": "Image is uploading...",
"And_select_insert_-_image_to_upload": "Y seleccione insertar - imagen para subir", "Select_at_least_one_row_record": "Select at least one row record",
"Image_copy_error": "Error de copia de imagen", "Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows",
"Image_is_uploading": "Imagen está subiendo", "Select_seatable_rows": "Select seatable rows",
"Select_at_least_one_row_record": "Seleccione al menos una fila de registro", "Add_rows_record": "Add rows record",
"Selected_row_records_cannot_exceed_10_rows": "Los registros de fila seleccionados no pueden exceder 10 filas", "Double_click_then_adjust_field_width": "Double click, then adjust field width",
"Select_seatable_rows": "Seleccionar filas de tabla", "Insert_chart": "Insert chart",
"Add_rows_record": "Agregar fila de registro", "Edit_chart": "Edit chart",
"Double_click_then_adjust_field_width": "Hacer doble clic para ajustar el ancho del campo", "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first"
"SeaTable_row": "Fila de tabla",
"Please_select_one_row_record": "Por favor, seleccione una fila de registro",
"No_linked_records": "No hay registros enlazados",
"Insert_chart": "Insertar gráfico",
"Edit_chart": "Editar gráfico",
"Please_complete_the_chart_configuration_first": "Por favor, complete la configuración del gráfico primero",
"chart": "chart",
"Image_is_upload_error": "Error de subida de imagen",
"Table_not_exist": "Tabla no existe",
"Row_not_exist": "Fila no existe",
"Presentation": "Presentación",
"More_operation": "Más operaciones",
"Property": "Propiedad",
"Comment_list": "Lista de comentarios",
"Add_Comment": "Agregar comentario",
"Finish": "Finalizar",
"More_fluent": "Más fluido",
"Select_Excalidraw_file": "Select Excalidraw file",
"New_Excalidraw_file": "New Excalidraw file",
"Whiteboard": "Whiteboard",
"Open": "Abierto"
} }

View File

@@ -565,7 +565,7 @@
"Double_click_to_enter_edit_mode_and_adjust_field_width": "Double click to enter edit mode and adjust field width", "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", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
"Sub_table": "Tabla", "Sub_table": "Tabla",
"Search_1": "Buscar...", "Search_action": "Search action...",
"Comment_details": "Comment details", "Comment_details": "Comment details",
"Two_column": "2 columns", "Two_column": "2 columns",
"Three_column": "3 columns", "Three_column": "3 columns",
@@ -594,7 +594,7 @@
"Try_again": "Try again", "Try_again": "Try again",
"Deprecation": "Deprecation", "Deprecation": "Deprecation",
"Generated_content_x_words": "Generated content {{count}} words", "Generated_content_x_words": "Generated content {{count}} words",
"Ask_AI_anything": "Please enter the command...", "Ask_AI_anything": "Ask AI anything...",
"Thinking": "Thinking...", "Thinking": "Thinking...",
"Translation_error_message": "Translation error, please try again.", "Translation_error_message": "Translation error, please try again.",
"The_translation_content_cannot_be_empty": "The translation content cannot be empty", "The_translation_content_cannot_be_empty": "The translation content cannot be empty",
@@ -603,9 +603,6 @@
"Discard": "Descartar", "Discard": "Descartar",
"English": "English", "English": "English",
"Chinese": "Chinese", "Chinese": "Chinese",
"French": "French",
"German": "German",
"Italian": "Italian",
"Ask_AI": "Ask AI", "Ask_AI": "Ask AI",
"Enter_reply": "Enter reply", "Enter_reply": "Enter reply",
"Processing_content_cannot_be_empty": "Processing content cannot be empty", "Processing_content_cannot_be_empty": "Processing content cannot be empty",
@@ -623,25 +620,7 @@
"Select_seatable_rows": "Select seatable rows", "Select_seatable_rows": "Select seatable rows",
"Add_rows_record": "Add rows record", "Add_rows_record": "Add rows record",
"Double_click_then_adjust_field_width": "Double click, then adjust field width", "Double_click_then_adjust_field_width": "Double click, then adjust field width",
"SeaTable_row": "SeaTable row",
"Please_select_one_row_record": "Please select one row record",
"No_linked_records": "No linked records",
"Insert_chart": "Insert chart", "Insert_chart": "Insert chart",
"Edit_chart": "Edit chart", "Edit_chart": "Edit chart",
"Please_complete_the_chart_configuration_first": "Please complete the chart configuration first", "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first"
"chart": "chart",
"Image_is_upload_error": "Image upload failed, please delete it and try again",
"Table_not_exist": "The table does not exist, please delete the current table element",
"Row_not_exist": "The row data does not exist, please delete the current row element",
"Presentation": "Presentation",
"More_operation": "More operation",
"Property": "Property",
"Comment_list": "Comment list",
"Add_Comment": "Add Comment",
"Finish": "Finish",
"More_fluent": "More fluent",
"Select_Excalidraw_file": "Select Excalidraw file",
"New_Excalidraw_file": "New Excalidraw file",
"Whiteboard": "Whiteboard",
"Open": "Abierto"
} }

View File

@@ -565,7 +565,7 @@
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double-cliquer pour passer en mode édition", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double-cliquer pour passer en mode édition",
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Entrez un commentaire (insérez un retour à la ligne avec ENTREE ; envoyez le commentaire avez MAJ + ENTREE)", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Entrez un commentaire (insérez un retour à la ligne avec ENTREE ; envoyez le commentaire avez MAJ + ENTREE)",
"Sub_table": "Tableau", "Sub_table": "Tableau",
"Search_1": "Recherche...", "Search_action": "Rechercher une action",
"Comment_details": "Détails du commentaire", "Comment_details": "Détails du commentaire",
"Two_column": "2 colonnes", "Two_column": "2 colonnes",
"Three_column": "3 colonnes", "Three_column": "3 colonnes",
@@ -594,18 +594,15 @@
"Try_again": "Veuillez réessayer.", "Try_again": "Veuillez réessayer.",
"Deprecation": "Deprecation", "Deprecation": "Deprecation",
"Generated_content_x_words": "Contenu généré {{count}} words", "Generated_content_x_words": "Contenu généré {{count}} words",
"Ask_AI_anything": "Veuillez saisir la commande...", "Ask_AI_anything": "Demandez tout à l'IA ...",
"Thinking": "En cours ...", "Thinking": "En cours ...",
"Translation_error_message": "Erreur de traduction, veuillez réessayer.", "Translation_error_message": "Erreur de traduction, veuillez réessayer.",
"The_translation_content_cannot_be_empty": "Le contenu de la traduction ne doit pas être vide.", "The_translation_content_cannot_be_empty": "Le contenu de la traduction ne doit pas être vide.",
"Processing_message": "Traitement en cours, veuillez patienter.", "Processing_message": "Traitement en cours, veuillez patienter.",
"AI_tip_content": "Do you want to discard current content?", "AI_tip_content": "Rejeter le contenu actuel",
"Discard": "Abandonner", "Discard": "Abandonner",
"English": "Anglais", "English": "Anglais",
"Chinese": "Chinois", "Chinese": "Chinois",
"French": "French",
"German": "German",
"Italian": "Italian",
"Ask_AI": "Demandez à l'IA", "Ask_AI": "Demandez à l'IA",
"Enter_reply": "Entrez une réponse", "Enter_reply": "Entrez une réponse",
"Processing_content_cannot_be_empty": "Le contenu de traitement ne doit pas être vide.", "Processing_content_cannot_be_empty": "Le contenu de traitement ne doit pas être vide.",
@@ -617,31 +614,13 @@
"Image_cannot_be_copied_Please_download_the_source_image": "L'image ne peut pas être copiée. Télécharger l'image.", "Image_cannot_be_copied_Please_download_the_source_image": "L'image ne peut pas être copiée. Télécharger l'image.",
"And_select_insert_-_image_to_upload": "et sélectionner 「insert」 - 「image」 pour importer.", "And_select_insert_-_image_to_upload": "et sélectionner 「insert」 - 「image」 pour importer.",
"Image_copy_error": "Erreur copie de l'image", "Image_copy_error": "Erreur copie de l'image",
"Image_is_uploading": "L'importation de l'image est en cours ...", "Image_is_uploading": "Image is uploading...",
"Select_at_least_one_row_record": "Sélectionner au moins une ligne", "Select_at_least_one_row_record": "Select at least one row record",
"Selected_row_records_cannot_exceed_10_rows": "Le nombre de lignes sélectionnées ne peut pas dépasser 10.", "Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows",
"Select_seatable_rows": "Sélectionner des lignes de SeaTable", "Select_seatable_rows": "Select seatable rows",
"Add_rows_record": "Ajouter des lignes", "Add_rows_record": "Add rows record",
"Double_click_then_adjust_field_width": "Double-cliquer pour modifier la largeur du champ", "Double_click_then_adjust_field_width": "Double click, then adjust field width",
"SeaTable_row": "ligne de SeaTable", "Insert_chart": "Insert chart",
"Please_select_one_row_record": "Veuillez sélectionner une ligne", "Edit_chart": "Edit chart",
"No_linked_records": "Aucun enregistrements reliés", "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first"
"Insert_chart": "Insérer un graphique",
"Edit_chart": "Modifier le graphique",
"Please_complete_the_chart_configuration_first": "Veuillez finaliser la configuration de graphique",
"chart": "graphique",
"Image_is_upload_error": "L'importation de l'image a échoué. Veuillez la supprimer et réessayer.",
"Table_not_exist": "The table does not exist, please delete the current table element",
"Row_not_exist": "The row data does not exist, please delete the current row element",
"Presentation": "Presentation",
"More_operation": "More operation",
"Property": "Property",
"Comment_list": "Comment list",
"Add_Comment": "Add Comment",
"Finish": "Finish",
"More_fluent": "More fluent",
"Select_Excalidraw_file": "Select Excalidraw file",
"New_Excalidraw_file": "New Excalidraw file",
"Whiteboard": "Whiteboard",
"Open": "Ouvrir"
} }

View File

@@ -1,10 +1,10 @@
{ {
"Bold": "Grassetto", "Bold": "Grassetto",
"Italic": "Corsivo", "Italic": "Corsivo",
"Underline": "Sottolineato", "Underline": "Underline",
"Strikethrough": "Barrato", "Strikethrough": "Barrato",
"Superscript": "Apice", "Superscript": "Superscript",
"Subscript": "Pedice", "Subscript": "Subscript",
"Inline_code": "Codice", "Inline_code": "Codice",
"Header_one": "Titolo 1", "Header_one": "Titolo 1",
"Header_two": "Titolo 2", "Header_two": "Titolo 2",
@@ -16,16 +16,16 @@
"Quote": "Citazione", "Quote": "Citazione",
"Ordered_list": "Elenco Ordiniato", "Ordered_list": "Elenco Ordiniato",
"Unordered_list": "Elenco non ordinato", "Unordered_list": "Elenco non ordinato",
"Check_list": "Elenco di controllo", "Check_list": "Check list",
"Insert_image": "Inserisci immagine", "Insert_image": "Insert image",
"Insert_formula": "Inserisci formula", "Insert_formula": "Insert formula",
"Formula": "Formula", "Formula": "Formula",
"Insert_file": "Inserisci file", "Insert_file": "Insert file",
"Code": "Codice in linea", "Code": "Codice in linea",
"Code_block": "Blocco di codice", "Code_block": "Code block",
"Insert_link": "Inserisci collegamento", "Insert_link": "Insert link",
"Insert_table": "Inserisci tabella", "Insert_table": "Insert table",
"Valid_values_for_rows_and_columns": "Valori validi per righe e colonne", "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
"Save": "Salvare", "Save": "Salvare",
"More": "Altro", "More": "Altro",
"Invalid_url": "URL non valida", "Invalid_url": "URL non valida",
@@ -39,10 +39,10 @@
"Help": "Aiuto", "Help": "Aiuto",
"Column": "Colonna", "Column": "Colonna",
"Row": "Riga", "Row": "Riga",
"Delete_table": "Elimina tabella", "Delete_table": "Delete table",
"Delete_row": "Elimina riga", "Delete_row": "Delete row",
"Delete_column": "Elimina colonna", "Delete_column": "Delete column",
"Insert_row": "Inserisci riga", "Insert_row": "Insert row",
"Set_align": "Imposta allineamento", "Set_align": "Imposta allineamento",
"Left": "Sinistra", "Left": "Sinistra",
"Center": "Centrato", "Center": "Centrato",
@@ -53,12 +53,12 @@
"Edit": "Modifica", "Edit": "Modifica",
"Copy": "Copia", "Copy": "Copia",
"Copied": "Copiato", "Copied": "Copiato",
"Cut": "Taglia", "Cut": "Cut",
"Internal_link": "Collegamento Interno", "Internal_link": "Collegamento Interno",
"Copy_internal_link": "Il collegamento interno è stato copiato negli appunti", "Copy_internal_link": "Il collegamento interno è stato copiato negli appunti",
"Internal_link_desc": "Un collegamento interno è un collegamento a un file o una cartella a cui gli utenti possono accedere con autorizzazione di lettura al file o alla cartella.", "Internal_link_desc": "Un collegamento interno è un collegamento a un file o una cartella a cui gli utenti possono accedere con autorizzazione di lettura al file o alla cartella.",
"Share": "Condividi", "Share": "Condividi",
"Share_link": "Condividi collegamento", "Share_link": "Share link",
"Generate": "Generare", "Generate": "Generare",
"Add_password_protection": "Aggiungi la protezione password", "Add_password_protection": "Aggiungi la protezione password",
"Password": "Password", "Password": "Password",
@@ -81,33 +81,33 @@
"Insert_network_image": "Inserisci immagine di rete", "Insert_network_image": "Inserisci immagine di rete",
"Upload_local_image": "Inserisci immagine locale", "Upload_local_image": "Inserisci immagine locale",
"Add_link": "Aggiungi collegamento", "Add_link": "Aggiungi collegamento",
"File_history": "Storico file", "File_history": "File history",
"History_version": "Versione storico", "History_version": "History versions",
"Back_to_viewer": "Torna alla vista", "Back_to_viewer": "Back to viewer",
"Link_title": "Link al titolo", "Link_title": "Link al titolo",
"Local_draft": "Bozza locale", "Local_draft": "Bozza locale",
"Use_draft": "Usa bozza", "Use_draft": "Usa bozza",
"Delete_draft": "Rimuovi Bozza", "Delete_draft": "Rimuovi Bozza",
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Hai una bozza non salvata. La vuoi utilizzare?", "You_have_an_unsaved_draft_do_you_like_to_use_it": "Hai una bozza non salvata. La vuoi utilizzare?",
"Local_draft_saved": "Bozza salvata in locale", "Local_draft_saved": "Bozza salvata in locale",
"New_draft": "Nuova bozza", "New_draft": "New draft",
"View_draft": "Visualizza bozza", "View_draft": "View draft",
"Publish": "Pubblica", "Publish": "Pubblica",
"This_file_has_a_draft": "Questo file è una bozza", "This_file_has_a_draft": "Questo file è una bozza",
"Delete": "Elimina", "Delete": "Elimina",
"Reply": "Rispondi", "Reply": "Rispondi",
"Comment": "Commento", "Comment": "Commento",
"Comments": "Commenti", "Comments": "Commenti",
"All_comments": "Tutti i commenti", "All_comments": "All comments",
"Resolved_comments": "Commenti risolti", "Resolved_comments": "Resolved comments",
"Unresolved_comments": "Commenti non risolti", "Unresolved_comments": "Unresolved comments",
"Total_1_comment": "Totale 1 commento", "Total_1_comment": "Total 1 comment",
"Total_count_comments": "Totale commenti", "Total_count_comments": "Total {{count}} comments",
"Add_a_comment": "Aggiungi un commento...", "Add_a_comment": "Aggiungi un commento...",
"No_comment_yet": "Ancora nessun commento.", "No_comment_yet": "Ancora nessun commento.",
"Mark_as_Resolved": "Contrassegna come risolto", "Mark_as_Resolved": "Mark as Resolved",
"Resubmit": "Reinvia", "Resubmit": "Resubmit",
"Resubmitted": "Reinviato", "Resubmitted": "Resubmitted",
"Ask_for_review": "Richiedi una revisione", "Ask_for_review": "Richiedi una revisione",
"Review_already_exists": "Revisione già esistente", "Review_already_exists": "Revisione già esistente",
"View_review": "Visualizza revisione", "View_review": "Visualizza revisione",
@@ -117,47 +117,47 @@
"This_file_is_in_review_stage": "Questo file è in fase di revisione.", "This_file_is_in_review_stage": "Questo file è in fase di revisione.",
"This_file_has_been_updated": "Questo file è stato aggiornato.", "This_file_has_been_updated": "Questo file è stato aggiornato.",
"Refresh": "Aggiornare", "Refresh": "Aggiornare",
"Related_files": "File correlati", "Related_files": "Related files",
"Related_file": "File correlato", "Related_file": "Related file",
"No_tags": "Nessun tag", "No_tags": "Nessun tag",
"Date": "Data", "Date": "Data",
"Participants": "Partecipanti", "Participants": "Participants",
"Meeting_note": "Note di riunione", "Meeting_note": "Meeting note",
"Chooser_document_type": "Selezionare il tipo di documento", "Chooser_document_type": "Chooser document type",
"Empty": "Vuoto", "Empty": "Vuoto",
"No_related_files": "Nessun file correlato", "No_related_files": "Nessun file correlato",
"No_out_line": "Nessuna linea di output", "No_out_line": "No outline",
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "La modifica dei file in questo browser può portare a problemi di visualizzazione leggeri", "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editing files in this browser can lead to slight display problems.",
"No_document_improvement_suggestion": "Nessuna suggerimento di miglioramento del documento", "No_document_improvement_suggestion": "No document improvement suggestion",
"Hide_side_panel": "Nascondi pannello laterale", "Hide_side_panel": "Hide side panel",
"Show_side_panel": "Mostra pannello laterale", "Show_side_panel": "Show side panel",
"Show_resolved_comments": "Mostra commenti risolti", "Show_resolved_comments": "Mostra commenti risolti",
"Update": "Aggiorna", "Update": "Aggiorna",
"Width": "Larghezza", "Width": "Width",
"Height": "Altezza", "Height": "Height",
"Full_screen": "Schermo intero", "Full_screen": "Full screen",
"Insert_library_image": "Inserisci immagine della libreria", "Insert_library_image": "Insert library image",
"Size": "Dimensione", "Size": "Dimensione",
"Location": "Posizione", "Location": "Posizione",
"Last_update": "Ultimo aggiornamento", "Last_update": "Last update",
"Tags": "Tag", "Tags": "Tag",
"Add_participants": "Aggiungi partecipanti", "Add_participants": "Add participants",
"Clear_format": "Pulisci formato", "Clear_format": "Clear format",
"MarkdownLint": { "MarkdownLint": {
"missing_h1": { "missing_h1": {
"description": "Mancante h1", "description": "There is no h1 in the document",
"issue": "Missing h1" "issue": "Missing h1"
}, },
"heading_end_with_colon": { "heading_end_with_colon": {
"description": "Intestazione che termina con un", "description": "Trailing punctuation in heading should not be a colon",
"issue": "Heading ends width colon" "issue": "Heading ends width colon"
}, },
"heading_increase_irregular": { "heading_increase_irregular": {
"description": "Intestazione che aumenta in modo irregolare", "description": "Heading levels should only increment by one level at a time",
"issue": "Heading level issue" "issue": "Heading level issue"
} }
}, },
"Shortcut_help": "Aiuto ai tasti rapidi", "Shortcut_help": "Shortcut help",
"User_help": { "User_help": {
"title": "Tasti rapidi", "title": "Tasti rapidi",
"userHelpData": [ "userHelpData": [
@@ -206,9 +206,9 @@
} }
}, },
{ {
"shortcutType": "Scorciatoie di formula", "shortcutType": "Formula shortcuts",
"shortcutData": { "shortcutData": {
"Insert_Formula": "Inserisci formula" "Insert_Formula": "Insert Formula"
} }
}, },
{ {
@@ -235,413 +235,393 @@
} }
] ]
}, },
"The_link_address_is_required": "L'indirizzo del link è obbligatorio", "The_link_address_is_required": "The link address is required.",
"The_link_title_is_required": "Il titolo del link è obbligatorio", "The_link_title_is_required": "The link title is required.",
"The_link_address_is_invalid": "L'indirizzo del link non è valido", "The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.",
"All_changes_saved": "Tutte le modifiche sono state salvate", "All_changes_saved": "All changes saved",
"Saving": "Salvataggio...", "Saving": "Salvataggio...",
"Collaborators": "Partecipanti", "Collaborators": "Collaborators",
"Online_members": "Membri online", "Online_members": "Online members",
"Me": "Me", "Me": "me",
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "Il server non è connesso. L'operazione verrà inviata al server più tardi", "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": "Il server è disconnesso. Si sta riprovando a connettersi...", "Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...",
"Server_is_reconnected": "Il server è stato riconnesso", "Server_is_reconnected": "Server is reconnected.",
"Outline": "Raggruppamento", "Outline": "Outline",
"Headings_you_add_to_the_document_will_appear_here": "Intestazioni che aggiungi al documento appariranno qui", "Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here",
"Open_parent_folder": "Apri cartella principale", "Open_parent_folder": "Apri cartella principale",
"Redo": "Ripeti", "Redo": "redo",
"Undo": "Annulla", "Undo": "undo",
"Open_link": "Apri link", "Open_link": "Open link",
"Customize_the_number_of_rows_and_columns": "Personalizza il numero di righe e colonne", "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns",
"Rows": "Righe", "Rows": "Righe",
"Columns": "Colonne", "Columns": "Colonne",
"Please_enter_title": "Inserisci titolo", "Please_enter_title": "Please enter title",
"Please_enter_text": "Inserisci testo", "Please_enter_text": "Please enter text",
"Row(s)": "Riga(s)", "Row(s)": "row(s)",
"Column(s)": "Colonna(s)", "Column(s)": "column(s)",
"Insert_below": "Inserisci sotto", "Insert_below": "Insert below",
"Insert_above": "Inserisci sopra", "Insert_above": "Insert above",
"Insert_on_the_right": "Inserisci a destra", "Insert_on_the_right": "Insert on the right",
"Insert_on_the_left": "Inserisci a sinistra", "Insert_on_the_left": "Insert on the left",
"Starred": "Preferiti", "Starred": "Preferiti",
"Unstarred": "Non preferiti", "Unstarred": "Unstarred",
"Star": "Marca", "Star": "Marca",
"Unstar": "Smarca", "Unstar": "Smarca",
"Auto_wrap": "Raggruppamento automatico", "Auto_wrap": "Auto wrap",
"Add_comment": "Aggiungi commento", "Add_comment": "Add comment",
"Delete_comment": "Elimina commento", "Delete_comment": "Delete comment",
"Delete_reply": "Elimina risposta", "Delete_reply": "Delete reply",
"Are_you_sure_to_delete_this_comment": "Sei sicuro di eliminare questo commento?", "Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?",
"Are_you_sure_to_delete_this_reply": "Sei sicuro di eliminare questa risposta?", "Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?",
"Enter_comment_shift_enter_for_new_line_Enter_to_send": "Inserisci commento Shift+Invio per nuova linea Invio per inviare", "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": "Inserisci risposta Shift+Invio per nuova linea Invio per inviare", "Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send",
"Reopen_discussion": "Ripristina discussione", "Reopen_discussion": "Adding a reply will reopen this discussion",
"Confirm": "Conferma", "Confirm": "Conferma",
"View_changes": "Visualizza modifiche", "View_changes": "View changes",
"Revision": "Revisione", "Revision": "Revision",
"Error": "Errore", "Error": "Errore",
"Start_revise": "Inizia revisione", "Start_revise": "Start revise",
"Revise": "Revisione", "Revise": "Revise",
"Failed_to_execute_operation_on_server": "Impossibile eseguire l'operazione sul server", "Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn",
"Start_revise_tip": "Suggerimento per iniziare la revisione", "Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
"Load_doc_content_error": "Errore nel caricamento del contenuto del documento", "Load_doc_content_error": "Load doc content error",
"Sdoc_format_invalid": "Formato SDoc non valido", "Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification",
"Draft": "Bozza", "Draft": "Bozza",
"Unmark_as_draft": "Rimuovi la marca di bozza", "Unmark_as_draft": "Unmark as draft",
"Background_color": "Colore di sfondo", "Background_color": "Background color",
"No_color": "Nessun colore", "No_color": "No color",
"Standard_color": "Colore standard", "Standard_color": "Standard color",
"Recently_used": "Usato di recente", "Recently_used": "Recently used",
"More_color": "Altri colori", "More_color": "More color",
"White": "Bianco", "White": "White",
"Black": "Nero", "Black": "Black",
"Blue_grey": "Blu-grigio", "Blue_grey": "Blue_grey",
"Blue": "Blu", "Blue": "Blue",
"Sky_blue": "Azzurro", "Sky_blue": "Sky_blue",
"Green": "Verde", "Green": "Green",
"Red": "Rosso", "Red": "Red",
"Orange": "Arancione", "Orange": "Orange",
"Yellow": "Giallo", "Yellow": "Yellow",
"Purple": "Viola", "Purple": "Purple",
"Light_grey_x": "Grigio chiaro x", "Light_grey_x": "Light grey {{value}}",
"Dark_grey_x": "Grigio scuro x", "Dark_grey_x": "Dark grey {{value}}",
"Light_blue_grey_x": "Blu-grigio chiaro x", "Light_blue_grey_x": "Light blue grey {{value}}",
"Light_blue_x": "Blu chiaro x", "Light_blue_x": "Light blue {{value}}",
"Light_sky_blue_x": "Azzurro chiaro x", "Light_sky_blue_x": "Light sky blue {{value}}",
"Light_green_x": "Verde chiaro x", "Light_green_x": "Light green {{value}}",
"Light_red_x": "Rosso chiaro x", "Light_red_x": "Light red {{value}}",
"Light_orange_x": "Arancione chiaro x", "Light_orange_x": "Light orange {{value}}",
"Light_yellow_x": "Giallo chiaro x", "Light_yellow_x": "Light yellow {{value}}",
"Light_purple_x": "Viola chiaro x", "Light_purple_x": "Light purple {{value}}",
"Dark_blue_grey_x": "Blu-grigio scuro x", "Dark_blue_grey_x": "Dark blue grey {{value}}",
"Dark_blue_x": "Blu scuro x", "Dark_blue_x": "Dark blue {{value}}",
"Dark_sky_blue_x": "Azzurro scuro x", "Dark_sky_blue_x": "Dark sky blue {{value}}",
"Dark_green_x": "Verde scuro x", "Dark_green_x": "Dark green {{value}}",
"Dark_red_x": "Rosso scuro x", "Dark_red_x": "Dark red {{value}}",
"Dark_orange_x": "Arancione scuro x", "Dark_orange_x": "Dark orange {{value}}",
"Dark_yellow_x": "Giallo scuro x", "Dark_yellow_x": "Dark yellow {{value}}",
"Dark_purple_x": "Viola scuro x", "Dark_purple_x": "Dark purple {{value}}",
"Standard_dark_red": "Rosso scuro standard", "Standard_dark_red": "Standard dark red",
"Standard_red": "Rosso standard", "Standard_red": "Standard red",
"Standard_orange": "Arancione standard", "Standard_orange": "Standard orange",
"Standard_yellow": "Giallo standard", "Standard_yellow": "Standard yellow",
"Standard_light_green": "Verde chiaro standard", "Standard_light_green": "Standard light green",
"Standard_green": "Verde standard", "Standard_green": "Standard green",
"Standard_light_blue": "Blu chiaro standard", "Standard_light_blue": "Standard light blue",
"Standard_blue": "Blu standard", "Standard_blue": "Standard blue",
"Standard_dark_blue": "Blu scuro standard", "Standard_dark_blue": "Standard dark blue",
"Standard_purple": "Viola standard", "Standard_purple": "Standard purple",
"Highlight_color": "Colore evidenziazione", "Highlight_color": "Highlight",
"Font_color": "Colore del carattere", "Font_color": "Font color",
"Default": "Predefinito", "Default": "Predefinito",
"No_revisions": "Nessuna revisione", "No_revisions": "No revisions",
"1_revision": "1 revisione", "1_revision": "1 revision",
"x_revisions": "x revisioni", "x_revisions": "{{count}} revisions",
"Creator": "Creatore ", "Creator": "Creatore ",
"Created_time": "Ora di creazione", "Created_time": "Created time",
"Created_at": "Creato il", "Created_at": "Created at",
"Resolved_tip": "Suggerimento risolto", "Resolved_tip": "Mark as resolved and hide discussion",
"Search_language": "Cerca lingua", "Search_language": "Search language",
"Sdoc_error_tip": "Suggerimento di errore SDoc", "Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.",
"Repair": "Ripara", "Repair": "Repair",
"Font_size": "Dimensione del carattere", "Font_size": "Font size",
"Increase_font_size": "Aumenta la dimensione del carattere", "Increase_font_size": "Increase font size",
"Reduce_font_size": "Riduci la dimensione del carattere", "Reduce_font_size": "Reduce font size",
"Font": "Carattere", "Font": "Carattere",
"All_fonts": "Tutti i caratteri", "All_fonts": "All fonts",
"Default_font": "Carattere predefinito", "Default_font": "Default font",
"Pending_operations_exceed_limit": "Le operazioni in sospeso superano il limite", "Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.",
"Recently_saved": "Salvato di recente", "Recently_saved": "Recently saved",
"Text_Link": "Link di testo", "Text_Link": "Text Link",
"Icon_and_text_Link": "Link icona e testo", "Icon_and_text_Link": "Icon and text Link",
"Card": "Scheda", "Card": "Card",
"Select_sdoc_document": "Seleziona documento SDoc", "Select_sdoc_document": "Select sdoc document",
"Select_file": "Seleziona file", "Select_file": "Select file",
"Local_file": "File locale", "Local_file": "Local file",
"Internal_server_exec_operations_error": "Errore nell'esecuzione delle operazioni sul server interno", "Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again",
"Failed_to_sync_with_server_operations": "Sincronizzazione delle operazioni con il server non riuscita", "Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page",
"Style": "Stile", "Style": "Style",
"Insert": "Inserisci", "Insert": "Insert",
"Image": "Immagine", "Image": "Immagine",
"Table": "Tabella", "Table": "Tabella",
"Link": "Link", "Link": "Link",
"Transform_to": "Transforma in", "Transform_to": "Transform to",
"Last_modification": "Modifica precedente", "Last_modification": "Last modification",
"Next_modification": "Modifica successiva", "Next_modification": "Next modification",
"Changes": "Modifiche", "Changes": "Modifiche",
"No_changes": "Nessuna modifica", "No_changes": "No changes",
"Title": "Titolo", "Title": "Titolo",
"Subtitle": "Sottotitolo", "Subtitle": "Subtitle",
"Link_sdoc": "Collega documento SDoc", "Link_sdoc": "Link sdoc",
"Link_file": "Collega file", "Link_file": "Link file",
"Keep_my_modification": "Mantieni le mie modifiche", "Keep_my_modification": "Keep my modification",
"Keep_other_modification": "Mantieni le modifiche altrui", "Keep_other_modification": "Keep other's modification",
"Keep_both_modification": "Mantieni entrambe le modifiche", "Keep_both_modification": "Keep both modification",
"Tip": "Suggerimento", "Tip": "Tip",
"Rebase_delete_no_change_revision_tip": "Suggerimento per la rimozione della revisione senza modifiche in rebase", "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": "Suggerimento: è stato sostituito", "Has_been_replaced_tip": "Document content has been replaced. Please refresh the page",
"Has_been_published_tip": "Suggerimento: è stato pubblicato", "Has_been_published_tip": "Revision published",
"Has_conflict_before_publish_tip": "Suggerimento: ci sono conflitti prima della pubblicazione", "Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!",
"Merge_tip": "Suggerimento per la fusione", "Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
"Has_conflict_before_view_changes_tip": "Suggerimento: ci sono conflitti prima di visualizzare le modifiche", "Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
"Has_been_removed_tip": "Suggerimento: è stato rimosso", "Has_been_removed_tip": "Document has been removed, please view other documents.",
"Checking": "Verifica in corso", "Checking": "Checking...",
"Publishing": "Pubblicazione in corso", "Publishing": "Publishing...",
"Inline": "In linea", "Inline": "Inline",
"Block": "Blocco", "Block": "Block",
"Full_screen_mode": "Modalità a schermo intero", "Full_screen_mode": "Full screen mode",
"Image_border": "Bordo dell'immagine", "Image_border": "Image border",
"Delete_revision": "Elimina revisione", "Delete_revision": "Delete revision",
"Delete_tip": "Suggerimento per l'eliminazione", "Delete_tip": "Are you sure you want to delete {{content}} ?",
"Revision_deleted": "Revisione eliminata", "Revision_deleted": "Revision deleted",
"Published": "Pubblicato", "Published": "Pubblicato",
"Delete_Successfully": "Eliminato con successo", "Delete_Successfully": "Delete Successfully",
"Delete_failed": "Rimozione fallita", "Delete_failed": "Rimozione fallita",
"Caption": "Didascalia", "Caption": "Caption",
"No_collaborators_available": "Nessun collaboratore disponibile", "No_collaborators_available": "No_collaborators_available",
"Search_collaborator": "Cerca collaboratore", "Search_collaborator": "Search collaborator",
"Doc_comments": "Commenti del documento", "Doc_comments": "Document comments",
"Tag_not_found": "Etichetta non trovata", "Tag_not_found": "Etichetta non trovata",
"Create_a_new_tag": "Crea un nuovo tag", "Create_a_new_tag": "Crea un nuovo tag",
"Search_tags": "Trova un'opzione", "Search_tags": "Search tags",
"No_options_available": "Etichetta non trovata", "No_options_available": "Etichetta non trovata",
"Add_option": "Crea un nuovo tag", "Add_option": "Crea un nuovo tag",
"Find_an_option": "Trova un'opzione", "Find_an_option": "Search tags",
"Copy_link_of_section": "Copia il link della sezione", "Copy_link_of_section": "Copy link of section",
"revision": "Revisione", "revision": "revision",
"xxx_added_a_new_comment": "xxx ha aggiunto un nuovo commento", "xxx_added_a_new_comment": "{{author}} added a new comment",
"xxx_added_a_reply": "xxx ha aggiunto una risposta", "xxx_added_a_reply": "{{author}} added a reply",
"New": "Nuovo", "New": "Nuovo",
"Table_template": "Modello di tabella", "Table_template": "Table template",
"Jump_to_original_doc": "Salta al documento originale", "Jump_to_original_doc": "Jump to the original document",
"Freezed": "Congelato", "Freezed": "Freezed",
"Callout": "Nota", "Callout": "Callout",
"The_current_location_does_not_support_pasting": "La posizione corrente non supporta l'incollaggio", "The_current_location_does_not_support_pasting": "The current location does not support pasting ",
"Please_enter": "Per favore inserisci", "Please_enter": "Please enter",
"Combine_cell": "Combina celle", "Combine_cell": "Combine cells",
"Split_cell": "Dividi cella", "Split_cell": "Split cell",
"Row_number": "Numero di riga", "Row_number": "Row number",
"Column_number": "Numero di colonna", "Column_number": "Column number",
"The_maximum_row_number_is_{number}": "Il numero massimo di righe è {number}", "The_maximum_row_number_is_{number}": "The maximum row number is {number}",
"Other_modification": "Altra modifica", "Other_modification": "Other's modification",
"My_modification": "La mia modifica", "My_modification": "My modification",
"Document_history": "Storia del documento", "Document_history": "Document history",
"Freeze_document": "Congela documento", "Freeze_document": "Freeze document",
"Document_frozen": "Documento congelato", "Document_frozen": "Document frozen",
"Unfreeze": "Sblocca", "Unfreeze": "Unfreeze",
"Search_and_replace": "Cerca e sostituisci", "Search_and_replace": "Search and replace",
"Search": "Ricerca", "Search": "Ricerca",
"Type_search_content": "Digita il contenuto da cercare", "Type_search_content": "Type search content",
"Replace_as": "Sostituisci con", "Replace_as": "Replace as",
"Type_replace_content": "Digita il contenuto di sostituzione", "Type_replace_content": "Type replace content",
"Prevs": "Precedenti", "Prevs": "Prevs",
"Next": "Successivo", "Next": "Successivo",
"Replace": "Sostituire", "Replace": "Sostituire",
"Replace_all": "Sostituisci tutto", "Replace_all": "Replace all",
"Are_you_sure_to_replace_all_number_xxx_in_this_document_with_yyy": "Sei sicuro di sostituire tutti i numeri xxx in questo documento con yyy?", "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": "Sei sicuro di eliminare tutti i numeri xxx in questo documento?", "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": "Ricerca non trovata", "Search_not_found": "Not found",
"Recent_visited": "Documenti recenti", "Recent_visited": "Recent visited",
"The_document_does_not_exist": "Il documento non esiste", "The_document_does_not_exist": "The document does not exist",
"Create_a_new_sdoc_file": "Crea un nuovo file SDoc", "Create_a_new_sdoc_file": "Create a new sdoc file",
"New_page": "Nuova pagina", "New_page": "Nuova pagina",
"Create": "Crea", "Create": "Crea",
"Top_align": "Allineamento in alto", "Top_align": "Top",
"Center_align": "Allineamento centrale", "Center_align": "Middle",
"Bottom_align": "Allineamento in basso", "Bottom_align": "Bottom",
"Move_column_count": "Spostamento delle colonne", "Move_column_count": "Moving {{count}} column(s)",
"Move_row_count": "Spostamento delle righe", "Move_row_count": "Moving {{count}} row(s)",
"Mark_all_as_read": "Contrassegna tutto come letto", "Mark_all_as_read": "Contrassegna tutto come letto",
"Alignment_type": "Tipo di allineamento", "Alignment_type": "Alignment",
"Print": "Stampa", "Print": "Stampa",
"Enter_more_character_start_search": "Inserisci più caratteri per iniziare la ricerca", "Enter_more_character_start_search": "Enter more characters to start search",
"Create_file_name_sdoc": "Crea nome file SDoc", "Create_file_name_sdoc": "Create {{file_name_sdoc}}",
"Source_document_changed_tip": "Suggerimento: il documento sorgente è stato modificato", "Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?",
"Fit_table_to_page_width": "Adatta la tabella alla larghezza della pagina", "Fit_table_to_page_width": "Fit table to page width",
"Enter_text_or_press_forward_slash_to_insert_element": "Inserisci testo o premi / per inserire un elemento", "Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
"Vertical_align": "Allineamento verticale", "Vertical_align": "Vertical alignment",
"Horizontal_align": "Allineamento orizzontale", "Horizontal_align": "Horizontal alignment",
"SeaTable_column": "Colonna SeaTable", "SeaTable_column": "SeaTable column",
"SeaTable_table": "Tabella SeaTable", "SeaTable_table": "SeaTable table",
"And_x_more_records": "e altri {x} record", "And_x_more_records": "and {{count}} more records",
"Print_limit_exceeded": "Limite di stampa superato", "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed",
"Show_record_numbers": "Mostra numeri di record", "Show_record_numbers": "Show record numbers",
"Alternate_color": "Colore alternativo", "Alternate_color": "Alternate color",
"Select_column_display_option_color_tip": "Suggerimento per la selezione delle opzioni di visualizzazione delle colonne", "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors",
"Header": "Intestazione", "Header": "Intestazione",
"Remove_icon": "Rimuovi icona", "Remove_icon": "Remove icon",
"Hide_columns": "nascondi colonne", "Hide_columns": "Hide columns",
"1_hidden_column": "1 colonna nascosta", "1_hidden_column": "1 hidden column",
"hidden_columns": "colonne nascoste", "hidden_columns": "hidden columns",
"Search_column": "Cerca colonna", "Search_column": "Search column",
"No_columns_available_to_be_hidden": "Nessuna colonna disponibile per essere nascosta", "No_columns_available_to_be_hidden": "No columns available to be hidden.",
"Hide_all": "Nascondi tutto", "Hide_all": "Hide all",
"Show_all": "Mostra tutto", "Show_all": "Show all",
"Sort": "Ordinamento", "Sort": "Ordinamento",
"1 Sort": "1 ordinamento", "1 Sort": "1 ordinamento",
"Sorts": "ordinamenti", "Sorts": "ordinamenti",
"No_sorts": "Nessun ordinamento", "No_sorts": "No sorts",
"Add_sort": "Aggiungi ordinamento", "Add_sort": "Add sort",
"No_sort_added": "Nessun ordinamento aggiunto", "No_sort_added": "No sort added",
"up": "su", "up": "Up",
"down": "giu", "down": "Down",
"No_results": "Nessun risultato", "No_results": "No results",
"Filter": "Filtro", "Filter": "Filtro",
"1 Filter": "1 filtro", "1 Filter": "1 filtro",
"Filters": "filtri", "Filters": "filters",
"Add_filter": "Aggiungi filtro", "Add_filter": "Add filter",
"No_filters": "Nessun filtro", "No_filters": "No filters",
"And": "E", "And": "And",
"Or": "O", "Or": "Or",
"Select_option(s)": "Seleziona opzione(s)", "Select_option(s)": "Select option(s)",
"Select_an_option": "Seleziona un'opzione", "Select_an_option": "Select an option",
"Search_option": "Opzione di ricerca", "Search_option": "Opzione di ricerca",
"Add_collaborator": "Aggiungi collaboratore", "Add_collaborator": "Add collaborator",
"Add_a_creator": "Aggiungi creatore", "Add_a_creator": "Add a creator",
"Add_a_last_modifier": "Aggiungi ultimo modificatore", "Add_a_last_modifier": "Add a last modifier",
"Invalid_filter": "Filtro non valido", "Invalid_filter": "Invalid filter",
"Department_single_select": "Selezione unica dipartimento", "Department_single_select": "Department single select",
"Search_department": "Cerca dipartimento", "Search_department": "Search department",
"Select_department": "Seleziona dipartimento", "Select_department": "Select department",
"No_departments_available": "Nessun dipartimento disponibile", "No_departments_available": "No departments available",
"Current_user_department": "Dipartimento dell'utente corrente", "Current_user_department": "Current user's department",
"Current_user_department_and_sub": "Dipartimento dell'utente corrente e dei suoi sottodipartimenti", "Current_user_department_and_sub": "Current user's department and sub-departments",
"Deleted_department": "Dipartimento eliminato", "Deleted_department": "Deleted department",
"Data_settings": "Impostazioni dei dati", "Data_settings": "Data settings",
"Style_settings": "Impostazioni dello stile", "Style_settings": "Style settings",
"contains": "contiene", "contains": "contiene",
"does_not_contain": "non contiene", "does_not_contain": "non contiene",
"is": "è", "is": "è",
"is_not": "non è", "is_not": "non è",
"equal": "uguale", "equal": "\u003d",
"not_equal": "non uguale", "not_equal": "\u2260",
"less": "minore", "less": "\u003C",
"greater": "maggiore", "greater": "\u003E",
"less_or_equal": "minore o uguale", "less_or_equal": "\u2264",
"greater_or_equal": "maggiore o uguale", "greater_or_equal": "\u2265",
"is_empty": "è vuoto", "is_empty": "è vuoto",
"is_not_empty": "non è vuoto", "is_not_empty": "non è vuoto",
"is_within": "è all'interno", "is_within": "is within",
"is_before": "è prima", "is_before": "is before",
"is_after": "è dopo", "is_after": "is after",
"is_on_or_before": "è sulla data o prima", "is_on_or_before": "is on or before",
"is_on_or_after": "è sulla data o dopo", "is_on_or_after": "is on or after",
"has_any_of": "ha qualsiasi di", "has_any_of": "has any of",
"has_all_of": "ha tutti i", "has_all_of": "has all of",
"has_none_of": "ha nessuno di", "has_none_of": "has none of",
"is_exactly": "è esattamente", "is_exactly": "is exactly",
"is_current_user_ID": "è l'ID dell'utente corrente", "is_current_user_ID": "è l'ID dell'utente corrente",
"Current_date": "Data corrente", "Current_date": "Current date",
"Specific_date": "Data specifica", "Specific_date": "Specific date",
"x_days_before_current_date": "x giorni prima della data corrente", "x_days_before_current_date": "x days before current date",
"x_days_after_current_date": "x giorni dopo la data corrente", "x_days_after_current_date": "x days after current date",
"is_any_of": "è qualsiasi di", "is_any_of": "is any of",
"is_none_of": "è nessuno di", "is_none_of": "is none of",
"include_me": "includere l'utente corrente", "include_me": "includere l'utente corrente",
"today": "Oggi", "today": "today",
"tomorrow": "Domani", "tomorrow": "tomorrow",
"yesterday": "Ieri", "yesterday": "yesterday",
"one_week_ago": "Una settimana fa", "one_week_ago": "one week ago",
"one_week_from_now": "Tra una settimana", "one_week_from_now": "one week from now",
"one_month_ago": "Un mese fa", "one_month_ago": "one month ago",
"one_month_from_now": "Tra un mese", "one_month_from_now": "one month from now",
"number_of_days_ago": "Numero di giorni fa", "number_of_days_ago": "number of days ago",
"number_of_days_from_now": "Numero di giorni a partire da oggi", "number_of_days_from_now": "number of days from now",
"exact_date": "Data esatta", "exact_date": "exact date",
"last_week": "La settimana scorsa", "last_week": "last week",
"last_month": "Il mese scorso", "last_month": "last month",
"last_year": "L'anno scorso", "last_year": "last year",
"this_week": "Questa settimana", "this_week": "this week",
"this_month": "Questo mese", "this_month": "this month",
"this_year": "Quest'anno", "this_year": "this year",
"the_next_week": "La prossima settimana", "the_next_week": "the next week",
"the_next_month": "Il prossimo mese", "the_next_month": "the next month",
"the_next_year": "Il prossimo anno", "the_next_year": "the next year",
"the_past_week": "La settimana passata", "the_past_week": "last week",
"the_past_month": "Il mese passato", "the_past_month": "last month",
"the_past_year": "L'anno passato", "the_past_year": "last year",
"the_next_numbers_of_days": "I prossimi giorni", "the_next_numbers_of_days": "the next numbers of days",
"the_past_numbers_of_days": "I giorni passati", "the_past_numbers_of_days": "the past numbers of days",
"Double_click_to_enter_edit_mode_and_adjust_field_width": "Fai doppio clic per entrare in modalità di modifica e regolare la larghezza del campo", "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": "Inserisci il commento, premi Invio per una nuova riga e Maiusc + Invio per inviare", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
"Sub_table": "Tabella", "Sub_table": "Tabella",
"Search_1": "Search...", "Search_action": "Search action...",
"Comment_details": "Dettagli del commento", "Comment_details": "Comment details",
"Two_column": "Due colonne", "Two_column": "2 columns",
"Three_column": "Tre colonne", "Three_column": "3 columns",
"Four_column": "Quattro colonne", "Four_column": "4 columns",
"Five_column": "Cinque colonne", "Five_column": "5 columns",
"Full_width_mode": "Modalità a larghezza massima", "Full_width_mode": "Full width mode",
"Video": "Video", "Video": "Video",
"Upload_local_video": "Carica video locale", "Upload_local_video": "Upload local video",
"The_current_version_does_not_support_>5MB_video_file": "La versione corrente non supporta file video superiori a 5 MB", "The_current_version_does_not_support_>5MB_video_file": "The_current_version_does_not_support_>5MB_video_file",
"Token_expired_Please_refresh_the_page": "Token scaduto. Aggiorna la pagina", "Token_expired_Please_refresh_the_page": "Token expired. Please refresh the page.",
"Link_to_page": "Collega alla pagina", "Link_to_page": "Link to page",
"No_page_results": "Nessun risultato per la pagina", "No_page_results": "No page results",
"Page": "Pagina", "Page": "Page",
"Share_1": "Condividi", "Share_1": "Condividi",
"Collect": "Raccogli", "Collect": "Collect",
"Collected": "Raccolto", "Collected": "Collected",
"Link_to_file": "Collega al file", "Link_to_file": "Link to file",
"Create_a_new_file": "Crea un nuovo file", "Create_a_new_file": "Create a new file",
"Suggestion": "Suggerimento", "Suggestion": "Suggestion",
"Continuation": "Continuazione", "Continuation": "Continuation",
"More_details": "Più dettagli", "More_fluent": "More fluent",
"More_concise": "Più conciso", "More_details": "More details",
"More_vivid": "Più vivido", "More_concise": "More concise",
"Translate": "Traduci", "More_vivid": "More vivid",
"Adjustment": "Aggiustamento", "Translate": "Translate",
"Try_again": "Riprova", "Adjustment": "Adjustment",
"Deprecation": "Deprecazione", "Try_again": "Try again",
"Generated_content_x_words": "Contenuto generato di x parole", "Deprecation": "Deprecation",
"Ask_AI_anything": "Chiedi all'IA qualsiasi cosa", "Generated_content_x_words": "Generated content {{count}} words",
"Thinking": "Sto pensando", "Ask_AI_anything": "Ask AI anything...",
"Translation_error_message": "Messaggio di errore di traduzione", "Thinking": "Thinking...",
"The_translation_content_cannot_be_empty": "Il contenuto della traduzione non può essere vuoto", "Translation_error_message": "Translation error, please try again.",
"Processing_message": "Messaggio di elaborazione", "The_translation_content_cannot_be_empty": "The translation content cannot be empty",
"AI_tip_content": "Contenuto del suggerimento dell'IA", "Processing_message": "Processing, please wait...",
"AI_tip_content": "Do you want to discard current content?",
"Discard": "Scarta", "Discard": "Scarta",
"English": "English", "English": "English",
"Chinese": "Cinese", "Chinese": "Chinese",
"French": "French", "Ask_AI": "Ask AI",
"German": "German", "Enter_reply": "Enter reply",
"Italian": "Italian", "Processing_content_cannot_be_empty": "Processing content cannot be empty",
"Ask_AI": "Chiedi all'IA", "AI_error_message": "Request error, please try again",
"Enter_reply": "Inserisci la risposta", "Add_video_link": "Add video link",
"Processing_content_cannot_be_empty": "Il contenuto in elaborazione non può essere vuoto", "Link_Seafile_video_file": "Link Seafile video file",
"AI_error_message": "Messaggio di errore dell'IA", "Select_video_file": "Select video file",
"Add_video_link": "Aggiungi collegamento video", "Support_Youtube_Tencent_Bilibili_and_more": "Support Youtube, Tencent, Bilibili and more",
"Link_Seafile_video_file": "Collega il file video di Seafile", "Image_cannot_be_copied_Please_download_the_source_image": "Image cannot be copied. Please download the source image,",
"Select_video_file": "Seleziona il file video", "And_select_insert_-_image_to_upload": "and select 「insert」 - 「image」 to upload.",
"Support_Youtube_Tencent_Bilibili_and_more": "Supporta YouTube, Tencent, Bilibili e altro ancora", "Image_copy_error": "Image copy error",
"Image_cannot_be_copied_Please_download_the_source_image": "L'immagine non può essere copiata. Scarica l'immagine originale", "Image_is_uploading": "Image is uploading...",
"And_select_insert_-_image_to_upload": "E seleziona Inserisci - Immagine per caricarla", "Select_at_least_one_row_record": "Select at least one row record",
"Image_copy_error": "Errore durante la copia dell'immagine", "Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows",
"Image_is_uploading": "L'immagine è in caricamento", "Select_seatable_rows": "Select seatable rows",
"Select_at_least_one_row_record": "Seleziona almeno un record di riga", "Add_rows_record": "Add rows record",
"Selected_row_records_cannot_exceed_10_rows": "I record di righe selezionati non possono superare 10 righe", "Double_click_then_adjust_field_width": "Double click, then adjust field width",
"Select_seatable_rows": "Seleziona le righe di SeaTable", "Insert_chart": "Insert chart",
"Add_rows_record": "Aggiungi record di righe", "Edit_chart": "Edit chart",
"Double_click_then_adjust_field_width": "Fai doppio clic quindi regola la larghezza del campo", "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first"
"SeaTable_row": "Riga di SeaTable",
"Please_select_one_row_record": "Seleziona un record di riga",
"No_linked_records": "Nessun record collegato",
"Insert_chart": "Inserisci grafico",
"Edit_chart": "Modifica grafico",
"Please_complete_the_chart_configuration_first": "Completa prima la configurazione del grafico",
"chart": "chart",
"Image_is_upload_error": "Errore durante il caricamento dell'immagine",
"Table_not_exist": "La tabella non esiste",
"Row_not_exist": "La riga non esiste",
"Presentation": "Presentazione",
"More_operation": "Altre operazioni",
"Property": "Proprietà",
"Comment_list": "Elenco commenti",
"Add_Comment": "Aggiungi commento",
"Finish": "Termina",
"More_fluent": "Più fluente",
"Select_Excalidraw_file": "Select Excalidraw file",
"New_Excalidraw_file": "New Excalidraw file",
"Whiteboard": "Whiteboard",
"Open": "Apri"
} }

View File

@@ -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 для новой строки, Shift + Enter для отправки", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Введите комментарий, Enter для новой строки, Shift + Enter для отправки",
"Sub_table": "Таблица", "Sub_table": "Таблица",
"Search_1": "Поиск...", "Search_action": "Поиск действия...",
"Comment_details": "Подробности комментария", "Comment_details": "Подробности комментария",
"Two_column": "2 столбца", "Two_column": "2 столбца",
"Three_column": "3 столбца", "Three_column": "3 столбца",
@@ -594,18 +594,15 @@
"Try_again": "Попробовать еще раз", "Try_again": "Попробовать еще раз",
"Deprecation": "Устаревание", "Deprecation": "Устаревание",
"Generated_content_x_words": "Сгенерированный контент {{count}} слов", "Generated_content_x_words": "Сгенерированный контент {{count}} слов",
"Ask_AI_anything": "Введите команду...", "Ask_AI_anything": "Спросите ИИ о чем угодно...",
"Thinking": "Думаю...", "Thinking": "Думаю...",
"Translation_error_message": "Ошибка перевода, попробуйте еще раз.", "Translation_error_message": "Ошибка перевода, попробуйте еще раз.",
"The_translation_content_cannot_be_empty": "Содержание перевода не может быть пустым", "The_translation_content_cannot_be_empty": "Содержание перевода не может быть пустым",
"Processing_message": "Обработка, подождите...", "Processing_message": "Обработка, подождите...",
"AI_tip_content": "Вы хотите удалить текущее содержимое?", "AI_tip_content": "Удалить текущий контент?",
"Discard": "Отменить", "Discard": "Отменить",
"English": "English", "English": "English",
"Chinese": "Китайский", "Chinese": "Китайский",
"French": "French",
"German": "German",
"Italian": "Italian",
"Ask_AI": "Спросить ИИ", "Ask_AI": "Спросить ИИ",
"Enter_reply": "Введите ответ", "Enter_reply": "Введите ответ",
"Processing_content_cannot_be_empty": "Содержимое обработки не может быть пустым", "Processing_content_cannot_be_empty": "Содержимое обработки не может быть пустым",
@@ -623,25 +620,7 @@
"Select_seatable_rows": "Выберите доступные для размещения строки", "Select_seatable_rows": "Выберите доступные для размещения строки",
"Add_rows_record": "Добавить записи строк", "Add_rows_record": "Добавить записи строк",
"Double_click_then_adjust_field_width": "Дважды щелкните, затем отрегулируйте ширину поля", "Double_click_then_adjust_field_width": "Дважды щелкните, затем отрегулируйте ширину поля",
"SeaTable_row": "Строка SeaTable", "Insert_chart": "Insert chart",
"Please_select_one_row_record": "Выберите одну строку записи", "Edit_chart": "Edit chart",
"No_linked_records": "Нет связанных записей", "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first"
"Insert_chart": "Вставить диаграмму",
"Edit_chart": "Редактировать диаграмму",
"Please_complete_the_chart_configuration_first": "Сначала завершите настройку диаграммы",
"chart": "диаграмма",
"Image_is_upload_error": "Не удалось загрузить изображение, удалите его и попробуйте снова",
"Table_not_exist": "Таблица не существует, удалите текущий элемент таблицы",
"Row_not_exist": "Данные строки не существуют, удалите текущий элемент строки",
"Presentation": "Презентация",
"More_operation": "Больше операций",
"Property": "Свойство",
"Comment_list": "Список комментариев",
"Add_Comment": "Добавить комментарий",
"Finish": "Завершить",
"More_fluent": "Более свободно",
"Select_Excalidraw_file": "Select Excalidraw file",
"New_Excalidraw_file": "New Excalidraw file",
"Whiteboard": "Доска",
"Open": "Открыть"
} }

View File

@@ -612,7 +612,7 @@
"Processing_content_cannot_be_empty": "处理内容不能为空", "Processing_content_cannot_be_empty": "处理内容不能为空",
"AI_error_message": "请求错误,请重试", "AI_error_message": "请求错误,请重试",
"Add_video_link": "添加视频链接", "Add_video_link": "添加视频链接",
"Link_Seafile_video_file": "链接Seafile视频文件", "Link_video_file": "链接视频文件",
"Select_video_file": "选择视频文件", "Select_video_file": "选择视频文件",
"Support_Youtube_Tencent_Bilibili_and_more": "支持Youtube腾讯视频B站及其他平台", "Support_Youtube_Tencent_Bilibili_and_more": "支持Youtube腾讯视频B站及其他平台",
"Image_cannot_be_copied_Please_download_the_source_image": "此照片不支持复制,请下载原图", "Image_cannot_be_copied_Please_download_the_source_image": "此照片不支持复制,请下载原图",
@@ -640,8 +640,13 @@
"Comment_list": "评论列表", "Comment_list": "评论列表",
"Add_Comment": "添加评论", "Add_Comment": "添加评论",
"Finish": "完成", "Finish": "完成",
"Select_Excalidraw_file": "选择 Excalidraw 文件", "Link_Excalidraw_file": "链接 Excalidraw 文件",
"New_Excalidraw_file": "新建 Excalidraw 文件", "New_Excalidraw_file": "新建 Excalidraw 文件",
"Whiteboard": "白板", "Whiteboard": "白板",
"Open": "打开" "Open": "打开",
"Icon": "图标",
"Select_style": "选择样式",
"Edit_link": "编辑链接",
"Remove_link": "移除链接",
"Preview": "预览"
} }

View File

@@ -586,6 +586,7 @@
"Create_a_new_file": "新建文件", "Create_a_new_file": "新建文件",
"Suggestion": "建议", "Suggestion": "建议",
"Continuation": "继续写", "Continuation": "继续写",
"More_fluent": "更加流畅",
"More_details": "更加详细", "More_details": "更加详细",
"More_concise": "更加简单", "More_concise": "更加简单",
"More_vivid": "更加生动", "More_vivid": "更加生动",
@@ -594,12 +595,12 @@
"Try_again": "再试一次", "Try_again": "再试一次",
"Deprecation": "弃用", "Deprecation": "弃用",
"Generated_content_x_words": "已生成内容 {{count}} 字", "Generated_content_x_words": "已生成内容 {{count}} 字",
"Ask_AI_anything": "请输入令...", "Ask_AI_anything": "请输入令...",
"Thinking": "思考中...", "Thinking": "思考中...",
"Translation_error_message": "翻译出错,请重试", "Translation_error_message": "翻译出错,请重试",
"The_translation_content_cannot_be_empty": "翻译内容不能为空", "The_translation_content_cannot_be_empty": "翻译内容不能为空",
"Processing_message": "正在处理,请稍侯...", "Processing_message": "正在处理,请稍侯...",
"AI_tip_content": "你想要放弃当前内容吗", "AI_tip_content": "你想弃当前内容吗?",
"Discard": "丢弃", "Discard": "丢弃",
"English": "英语", "English": "英语",
"Chinese": "中文", "Chinese": "中文",
@@ -611,7 +612,7 @@
"Processing_content_cannot_be_empty": "处理内容不能为空", "Processing_content_cannot_be_empty": "处理内容不能为空",
"AI_error_message": "请求错误,请重试", "AI_error_message": "请求错误,请重试",
"Add_video_link": "添加视频链接", "Add_video_link": "添加视频链接",
"Link_Seafile_video_file": "链接Seafile视频文件", "Link_video_file": "链接视频文件",
"Select_video_file": "选择视频文件", "Select_video_file": "选择视频文件",
"Support_Youtube_Tencent_Bilibili_and_more": "支持Youtube腾讯视频B站及其他平台", "Support_Youtube_Tencent_Bilibili_and_more": "支持Youtube腾讯视频B站及其他平台",
"Image_cannot_be_copied_Please_download_the_source_image": "此照片不支持复制,请下载原图", "Image_cannot_be_copied_Please_download_the_source_image": "此照片不支持复制,请下载原图",
@@ -624,24 +625,28 @@
"Add_rows_record": "添加行记录", "Add_rows_record": "添加行记录",
"Double_click_then_adjust_field_width": "双击后调节字段宽度", "Double_click_then_adjust_field_width": "双击后调节字段宽度",
"SeaTable_row": "SeaTable 行", "SeaTable_row": "SeaTable 行",
"Please_select_one_row_record": "请选择一记录", "Please_select_one_row_record": "请选择一记录",
"No_linked_records": "没有链接记录", "No_linked_records": "没有链接记录",
"Insert_chart": "插入图表", "Insert_chart": "插入图表",
"Edit_chart": "编辑图表", "Edit_chart": "编辑图表",
"Please_complete_the_chart_configuration_first": "请先完成图表配置", "Please_complete_the_chart_configuration_first": "请先完成图表配置",
"chart": "图表", "chart": "图表",
"Image_is_upload_error": "图片上传失败,请删除图片并再次尝试", "Image_is_upload_error": "图片上传失败,请删除后重新尝试",
"Table_not_exist": "表格不存在,请删除当前表格元素", "Table_not_exist": "表格不存在,请删除当前表格元素",
"Row_not_exist": "行数据不存在,请删除当前行元素", "Row_not_exist": "表格不存在,请删除当前行元素",
"Presentation": "演示", "Presentation": "演示",
"More_operation": "更多操作", "More_operation": "更多操作",
"Property": "属性", "Property": "属性",
"Comment_list": "评论列表", "Comment_list": "评论列表",
"Add_Comment": "加评论", "Add_Comment": "加评论",
"Finish": "完成", "Finish": "完成",
"More_fluent": "更流畅", "Link_Excalidraw_file": "链接 Excalidraw 文件",
"Select_Excalidraw_file": "选择 Excalidraw 文件",
"New_Excalidraw_file": "新建 Excalidraw 文件", "New_Excalidraw_file": "新建 Excalidraw 文件",
"Whiteboard": "白板", "Whiteboard": "白板",
"Open": "打开" "Open": "打开",
"Icon": "图标",
"Select_style": "选择样式",
"Edit_link": "编辑链接",
"Remove_link": "移除链接",
"Preview": "预览"
} }