diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fbfcb62e00..06e9d9b3d7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "@seafile/resumablejs": "1.1.16", "@seafile/seafile-calendar": "0.1.1", "@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", "@uiw/codemirror-extensions-langs": "^4.19.4", "@uiw/codemirror-themes": "^4.23.5", @@ -5658,9 +5658,9 @@ "license": "MIT" }, "node_modules/@seafile/sdoc-editor": { - "version": "2.0.156", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.156.tgz", - "integrity": "sha512-YIcCvoLp6xd9eoX5SSZivRYinMJuTLQiYHnCegMOF3E2rIKGsvNg6r9QlkeYWdmcqt3pJ2yxhQUw585/g92RfA==", + "version": "2.0.157", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.157.tgz", + "integrity": "sha512-0mgsScdDmNEd6TyRaHR07x54Vu2UcWNQ1C7vCpM6B+s8jtSxQT+lNKH4IWGKDSdARMLxs5Xfc9C7MTWghOLCsA==", "license": "ISC", "dependencies": { "@seafile/comment-editor": "0.0.13", @@ -5887,13 +5887,13 @@ } }, "node_modules/@seafile/seafile-sdoc-editor": { - "version": "2.0.73", - "resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.73.tgz", - "integrity": "sha512-ZKwz0wvaMzet6xk4yM43hc6KKy8eyMF/Kj1v83bWaVOBbdpaGa8d3LQ4VXuSL3HFJ+fYQs6YTo9Pb/mIKJsvrg==", + "version": "2.0.74", + "resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.74.tgz", + "integrity": "sha512-R695iMAkUth0cnd3jZKbj2DXeSn9wHrgdgDnJKRehKMeRzxpUBi1iUhAev3kaXjMGVN6VCaM8+IxkcDBQHfp+A==", "license": "ISC", "dependencies": { "@seafile/print-js": "1.6.6", - "@seafile/sdoc-editor": "^2.0.156", + "@seafile/sdoc-editor": "^2.0.157", "classnames": "2.3.2", "dayjs": "1.10.7" }, diff --git a/frontend/package.json b/frontend/package.json index 0a48481dc0..ccdbbd3c78 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@seafile/resumablejs": "1.1.16", "@seafile/seafile-calendar": "0.1.1", "@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", "@uiw/codemirror-extensions-langs": "^4.19.4", "@uiw/codemirror-themes": "^4.23.5", diff --git a/media/sdoc-editor/locales/cs/sdoc-editor.json b/media/sdoc-editor/locales/cs/sdoc-editor.json index 5aa77b8800..7ac6433a56 100644 --- a/media/sdoc-editor/locales/cs/sdoc-editor.json +++ b/media/sdoc-editor/locales/cs/sdoc-editor.json @@ -565,7 +565,7 @@ "Double_click_to_enter_edit_mode_and_adjust_field_width": "Double click to enter edit mode and adjust field width", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", "Sub_table": "Tabulka", - "Search_1": "Hledat...", + "Search_action": "Search action...", "Comment_details": "Comment details", "Two_column": "2 columns", "Three_column": "3 columns", @@ -594,7 +594,7 @@ "Try_again": "Try again", "Deprecation": "Deprecation", "Generated_content_x_words": "Generated content {{count}} words", - "Ask_AI_anything": "Please enter the command...", + "Ask_AI_anything": "Ask AI anything...", "Thinking": "Thinking...", "Translation_error_message": "Translation error, please try again.", "The_translation_content_cannot_be_empty": "The translation content cannot be empty", @@ -603,9 +603,6 @@ "Discard": "Zrušit změny", "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 row", - "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 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" + "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first" } diff --git a/media/sdoc-editor/locales/de/sdoc-editor.json b/media/sdoc-editor/locales/de/sdoc-editor.json index a35b73c298..4fa1ec1e33 100644 --- a/media/sdoc-editor/locales/de/sdoc-editor.json +++ b/media/sdoc-editor/locales/de/sdoc-editor.json @@ -562,10 +562,10 @@ "the_past_year": "Letztes Jahr", "the_next_numbers_of_days": "Innerhalb der nächsten X Tage", "the_past_numbers_of_days": "Innerhalb der letzten x Tage", - "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", "Sub_table": "Tabelle", - "Search_1": "Suche …", + "Search_action": "Aktion suchen", "Comment_details": "Kommentardetails", "Two_column": "2 Spalten", "Three_column": "3 Spalten", @@ -594,18 +594,15 @@ "Try_again": "Erneut probieren", "Deprecation": "Deprecation", "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 ...", "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.", "Processing_message": "Die Bearbeitung ist im Gang ...", - "AI_tip_content": "Wollen Sie den aktuellen Inhalt verwerfen?", + "AI_tip_content": "Aktuellen Inhalt verwerfen?", "Discard": "Verwerfen", "English": "Englisch", "Chinese": "Chinesisch", - "French": "French", - "German": "German", - "Italian": "Italian", "Ask_AI": "KI fragen", "Enter_reply": "Antwort eingeben", "Processing_content_cannot_be_empty": "Der bearbeitete Inhalt kann nicht leer sein.", @@ -623,25 +620,7 @@ "Select_seatable_rows": "Seatable-Zeilen auswählen", "Add_rows_record": "Zeileneintrag hinzufügen", "Double_click_then_adjust_field_width": "Klicken Sie doppelt, dann passen Sie die Breite des Felds an", - "SeaTable_row": "SeaTable Zeile", - "Please_select_one_row_record": "Bitte wählen Sie einen Eintrag in der Zeile aus", - "No_linked_records": "Keine verbundenen Einträge", - "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" + "Insert_chart": "Insert chart", + "Edit_chart": "Edit chart", + "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first" } diff --git a/media/sdoc-editor/locales/en/sdoc-editor.json b/media/sdoc-editor/locales/en/sdoc-editor.json index f030f0ea2c..15774c6ffe 100644 --- a/media/sdoc-editor/locales/en/sdoc-editor.json +++ b/media/sdoc-editor/locales/en/sdoc-editor.json @@ -611,7 +611,7 @@ "Processing_content_cannot_be_empty": "Processing content cannot be empty", "AI_error_message": "Request error, please try again", "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", "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,", @@ -640,8 +640,13 @@ "Add_Comment": "Add Comment", "Finish": "Finish", "More_fluent": "More fluent", - "Select_Excalidraw_file": "Select Excalidraw file", + "Link_Excalidraw_file": "Link Excalidraw file", "New_Excalidraw_file": "New Excalidraw file", "Whiteboard": "Whiteboard", - "Open": "Open" + "Open": "Open", + "Icon": "Icon", + "Select_style": "Select style", + "Edit_link": "Edit link", + "Remove_link": "Remove link", + "Preview": "Preview" } diff --git a/media/sdoc-editor/locales/es/sdoc-editor.json b/media/sdoc-editor/locales/es/sdoc-editor.json index 7ecfc4c469..a777b34a53 100644 --- a/media/sdoc-editor/locales/es/sdoc-editor.json +++ b/media/sdoc-editor/locales/es/sdoc-editor.json @@ -1,10 +1,10 @@ { "Bold": "Negrita", "Italic": "Itálica", - "Underline": "Subrayado", + "Underline": "Underline", "Strikethrough": "Tachado", - "Superscript": "Superíndice", - "Subscript": "Subíndice", + "Superscript": "Superscript", + "Subscript": "Subscript", "Inline_code": "Código", "Header_one": "Encabezado 1", "Header_two": "Encabezado 2", @@ -16,16 +16,16 @@ "Quote": "Cita", "Ordered_list": "Lista ordenada", "Unordered_list": "Lista desordenada", - "Check_list": "Lista de verificación", - "Insert_image": "Insertar imagen", - "Insert_formula": "Insertar fórmula", + "Check_list": "Check list", + "Insert_image": "Insert image", + "Insert_formula": "Insert formula", "Formula": "Fórmula", - "Insert_file": "Insertar archivo", - "Code": "Código en línea", - "Code_block": "Bloque de código", - "Insert_link": "Insertar enlace", - "Insert_table": "Insertar tabla", - "Valid_values_for_rows_and_columns": "Valores válidos para filas y columnas", + "Insert_file": "Insert file", + "Code": "Inline code", + "Code_block": "Code block", + "Insert_link": "Insert link", + "Insert_table": "Insert table", + "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50", "Save": "Guardar", "More": "Más", "Invalid_url": "URL Inválida", @@ -39,10 +39,10 @@ "Help": "Ayuda", "Column": "Columna", "Row": "Fila", - "Delete_table": "Eliminar tabla", - "Delete_row": "Eliminar fila", - "Delete_column": "Eliminar columna", - "Insert_row": "Insertar fila", + "Delete_table": "Delete table", + "Delete_row": "Delete row", + "Delete_column": "Delete column", + "Insert_row": "Insert row", "Set_align": "Establecer alineación", "Left": "Izquierda", "Center": "Centrar", @@ -53,7 +53,7 @@ "Edit": "Editar", "Copy": "Copiar", "Copied": "Copiado", - "Cut": "Cortar", + "Cut": "Cut", "Internal_link": "Enlace interno", "Copy_internal_link": "El enlace interno ha sido copiado al portapapeles", "Internal_link_desc": "Un enlace interno es un enlace a un archivo o carpeta que puede ser accedido por usuarios con permiso de lectura al archivo o carpeta. ", @@ -81,33 +81,33 @@ "Insert_network_image": "Insertar imágen desde la red", "Upload_local_image": "Subir imagen local", "Add_link": "Agregar enlace", - "File_history": "Historial de archivo", - "History_version": "Versión del historial", - "Back_to_viewer": "Volver a la vista previa", + "File_history": "File history", + "History_version": "History versions", + "Back_to_viewer": "Back to viewer", "Link_title": "Título del enlace", "Local_draft": "Borrador local", "Use_draft": "Usar borrador", "Delete_draft": "Eliminar borrador", "You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?", "Local_draft_saved": "Borrador local guardado", - "New_draft": "Nuevo borrador", - "View_draft": "Ver borrador", + "New_draft": "New draft", + "View_draft": "View draft", "Publish": "Publicar", "This_file_has_a_draft": "Este archivo tiene un borrador", "Delete": "Borrar", "Reply": "Responder", "Comment": "Comentar", "Comments": "Comentarios", - "All_comments": "Todos los comentarios", - "Resolved_comments": "Comentarios resueltos", - "Unresolved_comments": "Comentarios no resueltos", - "Total_1_comment": "1 comentario", - "Total_count_comments": "Total de comentarios", + "All_comments": "All comments", + "Resolved_comments": "Resolved comments", + "Unresolved_comments": "Unresolved comments", + "Total_1_comment": "Total 1 comment", + "Total_count_comments": "Total {{count}} comments", "Add_a_comment": "Agregar un comentario...", "No_comment_yet": "No hay comentarios.", "Mark_as_Resolved": "Marcar como Resuelto", - "Resubmit": "Reenviar", - "Resubmitted": "Reenviado", + "Resubmit": "Resubmit", + "Resubmitted": "Resubmitted", "Ask_for_review": "Solicitar revisión", "Review_already_exists": "La revisión ya existe", "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_has_been_updated": "Este archivo ha sido actualizado.", "Refresh": "Refrescar", - "Related_files": "Archivos relacionados", - "Related_file": "Archivo relacionado", + "Related_files": "Related files", + "Related_file": "Related file", "No_tags": "Sin etiquetas", "Date": "Fecha", "Participants": "Participantes", @@ -139,10 +139,10 @@ "Insert_library_image": "Insertar imagen desde la biblioteca", "Size": "Tamaño", "Location": "Ubicación", - "Last_update": "Última actualización", + "Last_update": "Last update", "Tags": "Rótulos", "Add_participants": "Agregar participantes", - "Clear_format": "Limpiar formato", + "Clear_format": "Clear format", "MarkdownLint": { "missing_h1": { "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_title_is_required": "Se requiere el título del enlace", - "The_link_address_is_invalid": "La dirección del enlace no es válida", - "All_changes_saved": "Todos los cambios guardados", + "The_link_address_is_required": "The link address is required.", + "The_link_title_is_required": "The link title is required.", + "The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.", + "All_changes_saved": "All changes saved", "Saving": "Guardando...", - "Collaborators": "Colaboradores", - "Online_members": "Miembros en línea", - "Me": "Yo", - "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_disconnected_Reconnecting": "El servidor está desconectado. Reconectando", - "Server_is_reconnected": "El servidor se ha vuelto a conectar", - "Outline": "Esquema", - "Headings_you_add_to_the_document_will_appear_here": "Los encabezados que agregues al documento aparecerán aquí", + "Collaborators": "Collaborators", + "Online_members": "Online members", + "Me": "me", + "Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.", + "Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...", + "Server_is_reconnected": "Server is reconnected.", + "Outline": "Outline", + "Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here", "Open_parent_folder": "Abrir carpeta contenedora", - "Redo": "Rehacer", - "Undo": "Deshacer", - "Open_link": "Abrir enlace", - "Customize_the_number_of_rows_and_columns": "Personalizar el número de filas y columnas", + "Redo": "redo", + "Undo": "undo", + "Open_link": "Open link", + "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns", "Rows": "Filas", "Columns": "Columnas", - "Please_enter_title": "Por favor, ingrese el título", - "Please_enter_text": "Por favor, ingrese el texto", - "Row(s)": "Fila(s)", - "Column(s)": "Columna(s)", - "Insert_below": "Insertar debajo", - "Insert_above": "Insertar encima", - "Insert_on_the_right": "Insertar a la derecha", - "Insert_on_the_left": "Insertar a la izquierda", + "Please_enter_title": "Please enter title", + "Please_enter_text": "Please enter text", + "Row(s)": "row(s)", + "Column(s)": "column(s)", + "Insert_below": "Insert below", + "Insert_above": "Insert above", + "Insert_on_the_right": "Insert on the right", + "Insert_on_the_left": "Insert on the left", "Starred": "Favoritos", - "Unstarred": "No marcados como favoritos", + "Unstarred": "Unstarred", "Star": "Marcar", "Unstar": "Desmarcar", - "Auto_wrap": "Ajuste automático", - "Add_comment": "Agregar comentario", - "Delete_comment": "Eliminar comentario", - "Delete_reply": "Eliminar respuesta", - "Are_you_sure_to_delete_this_comment": "¿Está seguro de que desea eliminar este comentario?", - "Are_you_sure_to_delete_this_reply": "¿Está seguro de que desea eliminar esta respuesta?", - "Enter_comment_shift_enter_for_new_line_Enter_to_send": "Ingrese el comentario. Shift + Enter para nueva línea, Enter para enviar", - "Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Ingrese la respuesta. Shift + Enter para nueva línea, Enter para enviar", - "Reopen_discussion": "Reabrir discusión", + "Auto_wrap": "Auto wrap", + "Add_comment": "Add comment", + "Delete_comment": "Delete comment", + "Delete_reply": "Delete reply", + "Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?", + "Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?", + "Enter_comment_shift_enter_for_new_line_Enter_to_send": "Enter comment, Shift + Enter for new line, Enter to send", + "Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send", + "Reopen_discussion": "Adding a reply will reopen this discussion", "Confirm": "Confirmar", - "View_changes": "Ver cambios", - "Revision": "Revisión", + "View_changes": "View changes", + "Revision": "Revision", "Error": "Error", - "Start_revise": "Comenzar revisión", - "Revise": "Revisar", - "Failed_to_execute_operation_on_server": "No se pudo ejecutar la operación en el servidor", - "Start_revise_tip": "Consejo para comenzar la revisión", - "Load_doc_content_error": "Error al cargar el contenido del documento", - "Sdoc_format_invalid": "El formato Sdoc no es válido", + "Start_revise": "Start revise", + "Revise": "Revise", + "Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn", + "Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes", + "Load_doc_content_error": "Load doc content error", + "Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification", "Draft": "Borrador", - "Unmark_as_draft": "Desmarcar como borrador", - "Background_color": "Color de fondo", - "No_color": "Sin color", - "Standard_color": "Color estándar", - "Recently_used": "Usado recientemente", - "More_color": "Más colores", - "White": "Blanco", - "Black": "Negro", - "Blue_grey": "Azul grisáceo", - "Blue": "Azul", - "Sky_blue": "Azul cielo", - "Green": "Verde", - "Red": "Rojo", - "Orange": "Naranja", - "Yellow": "Amarillo", - "Purple": "Morado", - "Light_grey_x": "Gris claro x", - "Dark_grey_x": "Gris oscuro x", - "Light_blue_grey_x": "Azul grisáceo claro x", - "Light_blue_x": "Azul claro x", - "Light_sky_blue_x": "Azul cielo claro x", - "Light_green_x": "Verde claro x", - "Light_red_x": "Rojo claro x", - "Light_orange_x": "Naranja claro x", - "Light_yellow_x": "Amarillo claro x", - "Light_purple_x": "Morado claro x", - "Dark_blue_grey_x": "Azul grisáceo oscuro x", - "Dark_blue_x": "Azul oscuro x", - "Dark_sky_blue_x": "Azul cielo oscuro x", - "Dark_green_x": "Verde oscuro x", - "Dark_red_x": "Rojo oscuro x", - "Dark_orange_x": "Naranja oscuro x", - "Dark_yellow_x": "Amarillo oscuro x", - "Dark_purple_x": "Morado oscuro x", - "Standard_dark_red": "Rojo oscuro estándar", - "Standard_red": "Rojo estándar", - "Standard_orange": "Naranja estándar", - "Standard_yellow": "Amarillo estándar", - "Standard_light_green": "Verde claro estándar", - "Standard_green": "Verde estándar", - "Standard_light_blue": "Azul claro estándar", - "Standard_blue": "Azul estándar", - "Standard_dark_blue": "Azul oscuro estándar", - "Standard_purple": "Morado estándar", - "Highlight_color": "Color de resaltado", - "Font_color": "Color de fuente", + "Unmark_as_draft": "Unmark as draft", + "Background_color": "Background color", + "No_color": "No color", + "Standard_color": "Standard color", + "Recently_used": "Recently used", + "More_color": "More color", + "White": "White", + "Black": "Black", + "Blue_grey": "Blue_grey", + "Blue": "Blue", + "Sky_blue": "Sky_blue", + "Green": "Green", + "Red": "Red", + "Orange": "Orange", + "Yellow": "Yellow", + "Purple": "Purple", + "Light_grey_x": "Light grey {{value}}", + "Dark_grey_x": "Dark grey {{value}}", + "Light_blue_grey_x": "Light blue grey {{value}}", + "Light_blue_x": "Light blue {{value}}", + "Light_sky_blue_x": "Light sky blue {{value}}", + "Light_green_x": "Light green {{value}}", + "Light_red_x": "Light red {{value}}", + "Light_orange_x": "Light orange {{value}}", + "Light_yellow_x": "Light yellow {{value}}", + "Light_purple_x": "Light purple {{value}}", + "Dark_blue_grey_x": "Dark blue grey {{value}}", + "Dark_blue_x": "Dark blue {{value}}", + "Dark_sky_blue_x": "Dark sky blue {{value}}", + "Dark_green_x": "Dark green {{value}}", + "Dark_red_x": "Dark red {{value}}", + "Dark_orange_x": "Dark orange {{value}}", + "Dark_yellow_x": "Dark yellow {{value}}", + "Dark_purple_x": "Dark purple {{value}}", + "Standard_dark_red": "Standard dark red", + "Standard_red": "Standard red", + "Standard_orange": "Standard orange", + "Standard_yellow": "Standard yellow", + "Standard_light_green": "Standard light green", + "Standard_green": "Standard green", + "Standard_light_blue": "Standard light blue", + "Standard_blue": "Standard blue", + "Standard_dark_blue": "Standard dark blue", + "Standard_purple": "Standard purple", + "Highlight_color": "Highlight", + "Font_color": "Font color", "Default": "Predeterminado", - "No_revisions": "No hay revisiones", - "1_revision": "1 revisión", - "x_revisions": "{x} revisiones", + "No_revisions": "No revisions", + "1_revision": "1 revision", + "x_revisions": "{{count}} revisions", "Creator": "Creador", - "Created_time": "Hora de creación", - "Created_at": "Creado el", - "Resolved_tip": "Consejo resuelto", - "Search_language": "Buscar idioma", - "Sdoc_error_tip": "Consejo de error de Sdoc", - "Repair": "Reparar", - "Font_size": "Tamaño de fuente", - "Increase_font_size": "Aumentar tamaño de fuente", - "Reduce_font_size": "Reducir tamaño de fuente", + "Created_time": "Created time", + "Created_at": "Created at", + "Resolved_tip": "Mark as resolved and hide discussion", + "Search_language": "Search language", + "Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.", + "Repair": "Repair", + "Font_size": "Font size", + "Increase_font_size": "Increase font size", + "Reduce_font_size": "Reduce font size", "Font": "Fuente", - "All_fonts": "Todas las fuentes", - "Default_font": "Fuente predeterminada", - "Pending_operations_exceed_limit": "Las operaciones pendientes exceden el límite", - "Recently_saved": "Guardado recientemente", - "Text_Link": "Enlace de texto", - "Icon_and_text_Link": "Enlace de icono y texto", - "Card": "Tarjeta", - "Select_sdoc_document": "Seleccionar documento Sdoc", - "Select_file": "Seleccionar archivo", - "Local_file": "Archivo local", - "Internal_server_exec_operations_error": "Error al ejecutar operaciones en el servidor interno", - "Failed_to_sync_with_server_operations": "No se pudo sincronizar con las operaciones del servidor", - "Style": "Estilo", - "Insert": "Insertar", + "All_fonts": "All fonts", + "Default_font": "Default font", + "Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.", + "Recently_saved": "Recently saved", + "Text_Link": "Text Link", + "Icon_and_text_Link": "Icon and text Link", + "Card": "Card", + "Select_sdoc_document": "Select sdoc document", + "Select_file": "Select file", + "Local_file": "Local file", + "Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again", + "Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page", + "Style": "Style", + "Insert": "Insert", "Image": "Imagen", "Table": "Tabla", "Link": "Enlace", - "Transform_to": "Transformar en", - "Last_modification": "Última modificación", - "Next_modification": "Siguiente modificación", + "Transform_to": "Transform to", + "Last_modification": "Last modification", + "Next_modification": "Next modification", "Changes": "Cambios", - "No_changes": "Sin cambios", + "No_changes": "No changes", "Title": "Título", - "Subtitle": "Subtítulo", - "Link_sdoc": "Enlace a Sdoc", - "Link_file": "Enlace a archivo", - "Keep_my_modification": "Mantener mi modificación", - "Keep_other_modification": "Mantener la modificación de otro", - "Keep_both_modification": "Mantener ambas modificaciones", - "Tip": "Consejo", - "Rebase_delete_no_change_revision_tip": "Consejo para rebase y eliminar revisión sin cambios", - "Has_been_replaced_tip": "Consejo: Ha sido reemplazado", - "Has_been_published_tip": "Consejo: Ha sido publicado", - "Has_conflict_before_publish_tip": "Consejo: Hay conflicto antes de publicar", - "Merge_tip": "Consejo de fusión", - "Has_conflict_before_view_changes_tip": "Consejo: Hay conflicto antes de ver los cambios", - "Has_been_removed_tip": "Consejo: Ha sido eliminado", - "Checking": "Verificando", - "Publishing": "Publicando", - "Inline": "En línea", - "Block": "Bloque", - "Full_screen_mode": "Modo pantalla completa", - "Image_border": "Borde de imagen", - "Delete_revision": "Eliminar revisión", - "Delete_tip": "Consejo de eliminación", - "Revision_deleted": "Revisión eliminada", + "Subtitle": "Subtitle", + "Link_sdoc": "Link sdoc", + "Link_file": "Link file", + "Keep_my_modification": "Keep my modification", + "Keep_other_modification": "Keep other's modification", + "Keep_both_modification": "Keep both modification", + "Tip": "Tip", + "Rebase_delete_no_change_revision_tip": "Revision has not made any change compared to original document. Do you want to delete this revision?", + "Has_been_replaced_tip": "Document content has been replaced. Please refresh the page", + "Has_been_published_tip": "Revision published", + "Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!", + "Merge_tip": "There are conflicts in the documents. Do you want to merge them?", + "Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!", + "Has_been_removed_tip": "Document has been removed, please view other documents.", + "Checking": "Checking...", + "Publishing": "Publishing...", + "Inline": "Inline", + "Block": "Block", + "Full_screen_mode": "Full screen mode", + "Image_border": "Image border", + "Delete_revision": "Delete revision", + "Delete_tip": "Are you sure you want to delete {{content}} ?", + "Revision_deleted": "Revision deleted", "Published": "Publicado", - "Delete_Successfully": "Eliminado exitosamente", + "Delete_Successfully": "Delete Successfully", "Delete_failed": "Eliminar falló", - "Caption": "Leyenda", - "No_collaborators_available": "No hay colaboradores disponibles", - "Search_collaborator": "Buscar colaborador", - "Doc_comments": "Comentarios del documento", - "Tag_not_found": "Etiqueta no encontrada", - "Create_a_new_tag": "Crear una nueva etiqueta", - "Search_tags": "Buscar etiquetas", - "No_options_available": "No hay opciones disponibles", - "Add_option": "Agregar una opción", - "Find_an_option": "Encontrar una opción", - "Copy_link_of_section": "Copiar enlace de sección", - "revision": "revisión", - "xxx_added_a_new_comment": "{xxx} agregó un nuevo comentario", - "xxx_added_a_reply": "{xxx} agregó una respuesta", + "Caption": "Caption", + "No_collaborators_available": "No_collaborators_available", + "Search_collaborator": "Search collaborator", + "Doc_comments": "Document comments", + "Tag_not_found": "Tag not found", + "Create_a_new_tag": "Cear una nueva etiqueta", + "Search_tags": "Search tags", + "No_options_available": "Tag not found", + "Add_option": "Cear una nueva etiqueta", + "Find_an_option": "Search tags", + "Copy_link_of_section": "Copy link of section", + "revision": "revision", + "xxx_added_a_new_comment": "{{author}} added a new comment", + "xxx_added_a_reply": "{{author}} added a reply", "New": "Nuevo", - "Table_template": "Plantilla de tabla", - "Jump_to_original_doc": "Saltar al documento original", - "Freezed": "Congelado", - "Callout": "Destacado", - "The_current_location_does_not_support_pasting": "La ubicación actual no admite pegado", - "Please_enter": "Por favor, ingrese", - "Combine_cell": "Combinar celda", - "Split_cell": "Dividir celda", - "Row_number": "Número de fila", - "Column_number": "Número de columna", - "The_maximum_row_number_is_{number}": "El número máximo de filas es {number}", - "Other_modification": "Otra modificación", - "My_modification": "Mi modificación", - "Document_history": "Historial del documento", - "Freeze_document": "Congelar documento", - "Document_frozen": "Documento congelado", - "Unfreeze": "Descongelar", - "Search_and_replace": "Buscar y reemplazar", + "Table_template": "Table template", + "Jump_to_original_doc": "Jump to the original document", + "Freezed": "Freezed", + "Callout": "Callout", + "The_current_location_does_not_support_pasting": "The current location does not support pasting ", + "Please_enter": "Please enter", + "Combine_cell": "Combine cells", + "Split_cell": "Split cell", + "Row_number": "Row number", + "Column_number": "Column number", + "The_maximum_row_number_is_{number}": "The maximum row number is {number}", + "Other_modification": "Other's modification", + "My_modification": "My modification", + "Document_history": "Document history", + "Freeze_document": "Freeze document", + "Document_frozen": "Document frozen", + "Unfreeze": "Unfreeze", + "Search_and_replace": "Search and replace", "Search": "Buscar", - "Type_search_content": "Escribir contenido de búsqueda", - "Replace_as": "Reemplazar como", - "Type_replace_content": "Escribir contenido de reemplazo", - "Prevs": "Anteriores", + "Type_search_content": "Type search content", + "Replace_as": "Replace as", + "Type_replace_content": "Type replace content", + "Prevs": "Prevs", "Next": "Siguiente", "Replace": "Reemplazar", - "Replace_all": "Reemplazar todo", - "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_clear_all_number_xxx_in_this_document": "¿Está seguro de borrar todos los números {xxx} en este documento?", - "Search_not_found": "Búsqueda no encontrada", - "Recent_visited": "Visitado recientemente", - "The_document_does_not_exist": "El documento no existe", - "Create_a_new_sdoc_file": "Crear un nuevo archivo Sdoc", - "New_page": "Nueva página", + "Replace_all": "Replace all", + "Are_you_sure_to_replace_all_number_xxx_in_this_document_with_yyy": "Are you sure to replace all {{number}} '{{originalWord}}' in this document with '{{replacedWord}}'?", + "Are_you_sure_to_clear_all_number_xxx_in_this_document": "Are you sure to clear all {{number}} '{{originalWord}}' in this document?", + "Search_not_found": "Not found", + "Recent_visited": "Recent visited", + "The_document_does_not_exist": "The document does not exist", + "Create_a_new_sdoc_file": "Create a new sdoc file", + "New_page": "New page", "Create": "Crear", - "Top_align": "Alinear arriba", - "Center_align": "Alinear al centro", - "Bottom_align": "Alinear abajo", - "Move_column_count": "Mover cantidad de columnas", - "Move_row_count": "Mover cantidad de filas", - "Mark_all_as_read": "Marcar todo como leído", - "Alignment_type": "Tipo de alineación", - "Print": "Imprimir", - "Enter_more_character_start_search": "Ingrese más caracteres para comenzar la búsqueda", - "Create_file_name_sdoc": "Crear nombre de archivo Sdoc", - "Source_document_changed_tip": "Consejo: El documento fuente ha cambiado", - "Fit_table_to_page_width": "Ajustar tabla al ancho de la página", - "Enter_text_or_press_forward_slash_to_insert_element": "Ingrese texto o presione barra diagonal hacia adelante para insertar elemento", - "Vertical_align": "Alineación vertical", - "Horizontal_align": "Alineación horizontal", - "SeaTable_column": "Columna de SeaTable", - "SeaTable_table": "Tabla de SeaTable", - "And_x_more_records": "Y {x} registros más", - "Print_limit_exceeded": "Límite de impresión excedido", - "Show_record_numbers": "Mostrar números de registro", - "Alternate_color": "Color alternativo", - "Select_column_display_option_color_tip": "Consejo: Seleccione la opción de visualización de columna por color", + "Top_align": "Top", + "Center_align": "Middle", + "Bottom_align": "Bottom", + "Move_column_count": "Moving {{count}} column(s)", + "Move_row_count": "Moving {{count}} row(s)", + "Mark_all_as_read": "Mark all as read", + "Alignment_type": "Alignment", + "Print": "Print", + "Enter_more_character_start_search": "Enter more characters to start search", + "Create_file_name_sdoc": "Create {{file_name_sdoc}}", + "Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?", + "Fit_table_to_page_width": "Fit table to page width", + "Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element", + "Vertical_align": "Vertical alignment", + "Horizontal_align": "Horizontal alignment", + "SeaTable_column": "SeaTable column", + "SeaTable_table": "SeaTable table", + "And_x_more_records": "and {{count}} more records", + "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed", + "Show_record_numbers": "Show record numbers", + "Alternate_color": "Alternate color", + "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors", "Header": "Encabezado", - "Remove_icon": "Quitar icono", - "Hide_columns": "Ocultar columnas", - "1_hidden_column": "1 columna oculta", - "hidden_columns": "{x} columnas ocultas", - "Search_column": "Buscar columna", - "No_columns_available_to_be_hidden": "No hay columnas disponibles para ocultar", - "Hide_all": "Ocultar todo", - "Show_all": "Mostrar todo", - "Sort": "Ordenar", - "1 Sort": "1 ordenación", - "Sorts": "ordenaciones", - "No_sorts": "Sin ordenaciones", - "Add_sort": "Agregar ordenación", - "No_sort_added": "No se ha agregado ordenación", - "up": "arriba", - "down": "abajo", - "No_results": "No hay resultados", - "Filter": "Filtro", - "1 Filter": "1 filtro", - "Filters": "filtros", - "Add_filter": "Agregar filtro", - "No_filters": "Sin filtros", - "And": "Y", - "Or": "O", - "Select_option(s)": "Seleccionar opción(es)", - "Select_an_option": "Seleccionar una opción", - "Search_option": "Buscar opción", - "Add_collaborator": "Agregar colaborador", - "Add_a_creator": "Agregar un creador", - "Add_a_last_modifier": "Agregar el último modificador", - "Invalid_filter": "Filtro inválido", - "Department_single_select": "Selección única de departamento", - "Search_department": "Buscar departamento", - "Select_department": "Seleccionar departamento", - "No_departments_available": "No hay departamentos disponibles", - "Current_user_department": "Departamento del usuario actual", - "Current_user_department_and_sub": "Departamento del usuario actual y subdepartamentos", - "Deleted_department": "Departamento eliminado", - "Data_settings": "Configuración de datos", - "Style_settings": "Configuración de estilo", - "contains": "Contiene", - "does_not_contain": "No contiene", - "is": "Es", - "is_not": "No es", - "equal": "Igual", - "not_equal": "No igual", - "less": "Menor", - "greater": "Mayor", - "less_or_equal": "Menor o igual", - "greater_or_equal": "Mayor o igual", - "is_empty": "Está vacío", - "is_not_empty": "No está vacío", - "is_within": "Está dentro de", - "is_before": "Es antes de", - "is_after": "Es después de", - "is_on_or_before": "Es en o antes de", - "is_on_or_after": "Es en o después de", - "has_any_of": "Tiene alguno de", - "has_all_of": "Tiene todos de", - "has_none_of": "No tiene ninguno de", - "is_exactly": "Es exactamente", - "is_current_user_ID": "Es el ID del usuario actual", - "Current_date": "Fecha actual", - "Specific_date": "Fecha específica", - "x_days_before_current_date": "{x} días antes de la fecha actual", - "x_days_after_current_date": "{x} días después de la fecha actual", - "is_any_of": "Es alguno de", - "is_none_of": "No es ninguno de", - "include_me": "Incluirme", - "today": "Hoy", - "tomorrow": "Mañana", - "yesterday": "Ayer", - "one_week_ago": "Hace una semana", - "one_week_from_now": "Dentro de una semana", - "one_month_ago": "Hace un mes", - "one_month_from_now": "Dentro de un mes", - "number_of_days_ago": "Hace {number} días", - "number_of_days_from_now": "Dentro de {number} días", - "exact_date": "Fecha exacta", - "last_week": "La semana pasada", - "last_month": "El mes pasado", - "last_year": "El año pasado", - "this_week": "Esta semana", - "this_month": "Este mes", - "this_year": "Este año", - "the_next_week": "La próxima semana", - "the_next_month": "El próximo mes", - "the_next_year": "El próximo año", - "the_past_week": "La semana pasada", - "the_past_month": "El mes pasado", - "the_past_year": "El año pasado", - "the_next_numbers_of_days": "Los próximos {number} días", - "the_past_numbers_of_days": "Los últimos {number} días", - "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", - "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Ingrese el comentario. Enter para nueva línea, Shift + Enter para enviar", + "Remove_icon": "Remove icon", + "Hide_columns": "Hide columns", + "1_hidden_column": "1 hidden column", + "hidden_columns": "hidden columns", + "Search_column": "Search column", + "No_columns_available_to_be_hidden": "No columns available to be hidden.", + "Hide_all": "Hide all", + "Show_all": "Show all", + "Sort": "Sort", + "1 Sort": "1 sort", + "Sorts": "sorts", + "No_sorts": "No sorts", + "Add_sort": "Add sort", + "No_sort_added": "No sort added", + "up": "Up", + "down": "Down", + "No_results": "No results", + "Filter": "Filter", + "1 Filter": "1 filter", + "Filters": "filters", + "Add_filter": "Add filter", + "No_filters": "No filters", + "And": "And", + "Or": "Or", + "Select_option(s)": "Select option(s)", + "Select_an_option": "Select an option", + "Search_option": "Search option", + "Add_collaborator": "Add collaborator", + "Add_a_creator": "Add a creator", + "Add_a_last_modifier": "Add a last modifier", + "Invalid_filter": "Invalid filter", + "Department_single_select": "Department single select", + "Search_department": "Search department", + "Select_department": "Select department", + "No_departments_available": "No departments available", + "Current_user_department": "Current user's department", + "Current_user_department_and_sub": "Current user's department and sub-departments", + "Deleted_department": "Deleted department", + "Data_settings": "Data settings", + "Style_settings": "Style settings", + "contains": "contains", + "does_not_contain": "does not contain", + "is": "is", + "is_not": "is not", + "equal": "\u003d", + "not_equal": "\u2260", + "less": "\u003C", + "greater": "\u003E", + "less_or_equal": "\u2264", + "greater_or_equal": "\u2265", + "is_empty": "is empty", + "is_not_empty": "is not empty", + "is_within": "is within", + "is_before": "is before", + "is_after": "is after", + "is_on_or_before": "is on or before", + "is_on_or_after": "is on or after", + "has_any_of": "has any of", + "has_all_of": "has all of", + "has_none_of": "has none of", + "is_exactly": "is exactly", + "is_current_user_ID": "is current user's ID", + "Current_date": "Current date", + "Specific_date": "Specific date", + "x_days_before_current_date": "x days before current date", + "x_days_after_current_date": "x days after current date", + "is_any_of": "is any of", + "is_none_of": "is none of", + "include_me": "include the current user", + "today": "today", + "tomorrow": "tomorrow", + "yesterday": "yesterday", + "one_week_ago": "one week ago", + "one_week_from_now": "one week from now", + "one_month_ago": "one month ago", + "one_month_from_now": "one month from now", + "number_of_days_ago": "number of days ago", + "number_of_days_from_now": "number of days from now", + "exact_date": "exact date", + "last_week": "last week", + "last_month": "last month", + "last_year": "last year", + "this_week": "this week", + "this_month": "this month", + "this_year": "this year", + "the_next_week": "the next week", + "the_next_month": "the next month", + "the_next_year": "the next year", + "the_past_week": "last week", + "the_past_month": "last month", + "the_past_year": "last year", + "the_next_numbers_of_days": "the next numbers of days", + "the_past_numbers_of_days": "the past numbers of days", + "Double_click_to_enter_edit_mode_and_adjust_field_width": "Double click to enter edit mode and adjust field width", + "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", "Sub_table": "Tabla", - "Search_1": "Buscar...", - "Comment_details": "Detalles del comentario", - "Two_column": "Dos columnas", - "Three_column": "Tres columnas", - "Four_column": "Cuatro columnas", - "Five_column": "Cinco columnas", - "Full_width_mode": "Modo de ancho completo", + "Search_action": "Search action...", + "Comment_details": "Comment details", + "Two_column": "2 columns", + "Three_column": "3 columns", + "Four_column": "4 columns", + "Five_column": "5 columns", + "Full_width_mode": "Full width mode", "Video": "Video", - "Upload_local_video": "Subir video local", - "The_current_version_does_not_support_>5MB_video_file": "La versión actual no admite archivos de video de más de 5 MB", - "Token_expired_Please_refresh_the_page": "El token ha expirado. Por favor, actualice la página", - "Link_to_page": "Enlace a página", - "No_page_results": "No hay resultados de página", - "Page": "Página", + "Upload_local_video": "Upload local video", + "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 expired. Please refresh the page.", + "Link_to_page": "Link to page", + "No_page_results": "No page results", + "Page": "Page", "Share_1": "Compartir", - "Collect": "Recopilar", - "Collected": "Recopilado", - "Link_to_file": "Enlace a archivo", - "Create_a_new_file": "Crear un nuevo archivo", + "Collect": "Collect", + "Collected": "Collected", + "Link_to_file": "Link to file", + "Create_a_new_file": "Create a new file", "Suggestion": "Sugerencia", - "Continuation": "Continuación", - "More_details": "Más detalles", - "More_concise": "Más conciso", - "More_vivid": "Más vivido", - "Translate": "Traducir", - "Adjustment": "Ajuste", - "Try_again": "Intentar de nuevo", - "Deprecation": "Desuso", - "Generated_content_x_words": "Contenido generado de {x} palabras", - "Ask_AI_anything": "Pregunta cualquier cosa a la IA", - "Thinking": "Pensando", - "Translation_error_message": "Mensaje de error de traducción", - "The_translation_content_cannot_be_empty": "El contenido de la traducción no puede estar vacío", - "Processing_message": "Mensaje de procesamiento", - "AI_tip_content": "Contenido del consejo de IA", + "Continuation": "Continuation", + "More_details": "More details", + "More_concise": "More concise", + "More_vivid": "More vivid", + "Translate": "Translate", + "Adjustment": "Adjustment", + "Try_again": "Try again", + "Deprecation": "Deprecation", + "Generated_content_x_words": "Generated content {{count}} words", + "Ask_AI_anything": "Ask AI anything...", + "Thinking": "Thinking...", + "Translation_error_message": "Translation error, please try again.", + "The_translation_content_cannot_be_empty": "The translation content cannot be empty", + "Processing_message": "Processing, please wait...", + "AI_tip_content": "Do you want to discard current content?", "Discard": "Descartar", "English": "English", - "Chinese": "Chino", - "French": "French", - "German": "German", - "Italian": "Italian", - "Ask_AI": "Preguntar a la IA", - "Enter_reply": "Ingrese la respuesta", - "Processing_content_cannot_be_empty": "El contenido de procesamiento no puede estar vacío", - "AI_error_message": "Mensaje de error de la IA", - "Add_video_link": "Agregar enlace de video", - "Link_Seafile_video_file": "Enlazar archivo de video de Seafile", - "Select_video_file": "Seleccionar archivo de video", - "Support_Youtube_Tencent_Bilibili_and_more": "Soporte para Youtube, Tencent, Bilibili y más", - "Image_cannot_be_copied_Please_download_the_source_image": "No se puede copiar la imagen. Por favor, descargue la imagen original", - "And_select_insert_-_image_to_upload": "Y seleccione Insertar - Imagen para subir", - "Image_copy_error": "Error al copiar la imagen", - "Image_is_uploading": "La imagen se está subiendo", - "Select_at_least_one_row_record": "Seleccione al menos un registro de fila", - "Selected_row_records_cannot_exceed_10_rows": "Los registros de fila seleccionados no pueden exceder 10 filas", - "Select_seatable_rows": "Seleccionar filas de SeaTable", - "Add_rows_record": "Agregar registro de filas", - "Double_click_then_adjust_field_width": "Haga doble clic y luego ajuste el ancho del campo", - "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" + "Chinese": "Chinese", + "Ask_AI": "Ask AI", + "Enter_reply": "Enter reply", + "Processing_content_cannot_be_empty": "Processing content cannot be empty", + "AI_error_message": "Request error, please try again", + "Add_video_link": "Add video link", + "Link_Seafile_video_file": "Link Seafile video file", + "Select_video_file": "Select video file", + "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,", + "And_select_insert_-_image_to_upload": "and select 「insert」 - 「image」 to upload.", + "Image_copy_error": "Image copy error", + "Image_is_uploading": "Image is uploading...", + "Select_at_least_one_row_record": "Select at least one row record", + "Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows", + "Select_seatable_rows": "Select seatable rows", + "Add_rows_record": "Add rows record", + "Double_click_then_adjust_field_width": "Double click, then adjust field width", + "Insert_chart": "Insert chart", + "Edit_chart": "Edit chart", + "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first" } diff --git a/media/sdoc-editor/locales/es_AR/sdoc-editor.json b/media/sdoc-editor/locales/es_AR/sdoc-editor.json index 54a9a4497e..559815fbb4 100644 --- a/media/sdoc-editor/locales/es_AR/sdoc-editor.json +++ b/media/sdoc-editor/locales/es_AR/sdoc-editor.json @@ -16,7 +16,7 @@ "Quote": "Cita", "Ordered_list": "Lista ordenada", "Unordered_list": "Lista desordenada", - "Check_list": "Lista de Verificación", + "Check_list": "Check list", "Insert_image": "Insertar Imagen", "Insert_formula": "Insertar Fórmula", "Formula": "Fórmula", @@ -106,8 +106,8 @@ "Add_a_comment": "Agregar un comentario...", "No_comment_yet": "No hay comentarios.", "Mark_as_Resolved": "Marcar como Resuelto", - "Resubmit": "Reenviar", - "Resubmitted": "Reenviado", + "Resubmit": "Resubmit", + "Resubmitted": "Resubmitted", "Ask_for_review": "Solicitar revisión", "Review_already_exists": "La revisión ya existe", "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_has_been_updated": "Este archivo ha sido actualizado.", "Refresh": "Refrescar", - "Related_files": "Archivos relacionados", - "Related_file": "Archivo relacionado", + "Related_files": "Related files", + "Related_file": "Related file", "No_tags": "Sin etiquetas", "Date": "Fecha", "Participants": "Participantes", @@ -139,10 +139,10 @@ "Insert_library_image": "Insertar imagen desde la biblioteca", "Size": "Tamaño", "Location": "Ubicación", - "Last_update": "Última actualización", + "Last_update": "Last update", "Tags": "Rótulos", "Add_participants": "Agregar participantes", - "Clear_format": "Limpiar formato", + "Clear_format": "Clear format", "MarkdownLint": { "missing_h1": { "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_title_is_required": "Se requiere el título del enlace", - "The_link_address_is_invalid": "La dirección del enlace es inválida", - "All_changes_saved": "Todos los cambios han sido guardados", + "The_link_address_is_required": "The link address is required.", + "The_link_title_is_required": "The link title is required.", + "The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.", + "All_changes_saved": "All changes saved", "Saving": "Guardando...", - "Collaborators": "Colaboradores", - "Online_members": "Miembros en línea", - "Me": "Yo", - "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_disconnected_Reconnecting": "El servidor está desconectado. Se está reconectando...", - "Server_is_reconnected": "El servidor está reconectado.", - "Outline": "Esquema", - "Headings_you_add_to_the_document_will_appear_here": "Los encabezados que agregue al documento aparecerán aquí", + "Collaborators": "Collaborators", + "Online_members": "Online members", + "Me": "me", + "Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.", + "Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...", + "Server_is_reconnected": "Server is reconnected.", + "Outline": "Outline", + "Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here", "Open_parent_folder": "Abrir carpeta contenedora", - "Redo": "Rehacer", - "Undo": "Deshacer", - "Open_link": "Abrir enlace", - "Customize_the_number_of_rows_and_columns": "Personalizar el número de filas y columnas", + "Redo": "redo", + "Undo": "undo", + "Open_link": "Open link", + "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns", "Rows": "Filas", "Columns": "Columnas", - "Please_enter_title": "Por favor, ingrese el título", - "Please_enter_text": "Por favor, ingrese el texto", - "Row(s)": "Filas", - "Column(s)": "Columnas", - "Insert_below": "Insertar debajo", - "Insert_above": "Insertar encima", - "Insert_on_the_right": "Insertar a la derecha", - "Insert_on_the_left": "Insertar a la izquierda", + "Please_enter_title": "Please enter title", + "Please_enter_text": "Please enter text", + "Row(s)": "row(s)", + "Column(s)": "column(s)", + "Insert_below": "Insert below", + "Insert_above": "Insert above", + "Insert_on_the_right": "Insert on the right", + "Insert_on_the_left": "Insert on the left", "Starred": "Favoritos", - "Unstarred": "No favoritos", + "Unstarred": "Unstarred", "Star": "Marcar", "Unstar": "Desmarcar", - "Auto_wrap": "Auto envolver", - "Add_comment": "Agregar comentario", - "Delete_comment": "Eliminar comentario", - "Delete_reply": "Eliminar respuesta", - "Are_you_sure_to_delete_this_comment": "¿Está seguro de eliminar este comentario?", - "Are_you_sure_to_delete_this_reply": "¿Está seguro de eliminar esta respuesta?", - "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_reply_shift_Enter_for_new_line_Enter_to_send": "Ingrese respuesta. Presione Shift + Enter para insertar una nueva línea. Presione Enter para enviar.", - "Reopen_discussion": "Reabrir discusión", + "Auto_wrap": "Auto wrap", + "Add_comment": "Add comment", + "Delete_comment": "Delete comment", + "Delete_reply": "Delete reply", + "Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?", + "Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?", + "Enter_comment_shift_enter_for_new_line_Enter_to_send": "Enter comment, Shift + Enter for new line, Enter to send", + "Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send", + "Reopen_discussion": "Adding a reply will reopen this discussion", "Confirm": "Confirmar", - "View_changes": "Ver cambios", - "Revision": "Revisión", + "View_changes": "View changes", + "Revision": "Revision", "Error": "Error", - "Start_revise": "Iniciar revisión", - "Revise": "Revisar", - "Failed_to_execute_operation_on_server": "No se pudo ejecutar la operación en el servidor", - "Start_revise_tip": "Inicie la revisión para comenzar a revisar el documento.", - "Load_doc_content_error": "Error al cargar el contenido del documento", - "Sdoc_format_invalid": "Formato de documento inválido", + "Start_revise": "Start revise", + "Revise": "Revise", + "Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn", + "Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes", + "Load_doc_content_error": "Load doc content error", + "Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification", "Draft": "Borrador", - "Unmark_as_draft": "Desmarcar como borrador", - "Background_color": "Color de fondo", - "No_color": "Sin color", - "Standard_color": "Color estándar", - "Recently_used": "Usado recientemente", - "More_color": "Más colores", - "White": "Blanco", - "Black": "Negro", - "Blue_grey": "Azul gris", - "Blue": "Azul", - "Sky_blue": "Azul cielo", - "Green": "Verde", - "Red": "Rojo", - "Orange": "Naranja", - "Yellow": "Amarillo", - "Purple": "Púrpura", - "Light_grey_x": "Gris claro", - "Dark_grey_x": "Gris oscuro", - "Light_blue_grey_x": "Azul gris claro", - "Light_blue_x": "Azul claro", - "Light_sky_blue_x": "Azul cielo claro", - "Light_green_x": "Verde claro", - "Light_red_x": "Rojo claro", - "Light_orange_x": "Naranja claro", - "Light_yellow_x": "Amarillo claro", - "Light_purple_x": "Púrpura claro", - "Dark_blue_grey_x": "Azul gris oscuro", - "Dark_blue_x": "Azul oscuro", - "Dark_sky_blue_x": "Azul cielo oscuro", - "Dark_green_x": "Verde oscuro", - "Dark_red_x": "Rojo oscuro", - "Dark_orange_x": "Naranja oscuro", - "Dark_yellow_x": "Amarillo oscuro", - "Dark_purple_x": "Púrpura oscuro", - "Standard_dark_red": "Rojo oscuro estándar", - "Standard_red": "Rojo estándar", - "Standard_orange": "Naranja estándar", - "Standard_yellow": "Amarillo estándar", - "Standard_light_green": "Verde claro estándar", - "Standard_green": "Verde estándar", - "Standard_light_blue": "Azul claro estándar", - "Standard_blue": "Azul estándar", - "Standard_dark_blue": "Azul oscuro estándar", - "Standard_purple": "Púrpura estándar", - "Highlight_color": "Color de resaltado", - "Font_color": "Color de fuente", + "Unmark_as_draft": "Unmark as draft", + "Background_color": "Background color", + "No_color": "No color", + "Standard_color": "Standard color", + "Recently_used": "Recently used", + "More_color": "More color", + "White": "White", + "Black": "Black", + "Blue_grey": "Blue_grey", + "Blue": "Blue", + "Sky_blue": "Sky_blue", + "Green": "Green", + "Red": "Red", + "Orange": "Orange", + "Yellow": "Yellow", + "Purple": "Purple", + "Light_grey_x": "Light grey {{value}}", + "Dark_grey_x": "Dark grey {{value}}", + "Light_blue_grey_x": "Light blue grey {{value}}", + "Light_blue_x": "Light blue {{value}}", + "Light_sky_blue_x": "Light sky blue {{value}}", + "Light_green_x": "Light green {{value}}", + "Light_red_x": "Light red {{value}}", + "Light_orange_x": "Light orange {{value}}", + "Light_yellow_x": "Light yellow {{value}}", + "Light_purple_x": "Light purple {{value}}", + "Dark_blue_grey_x": "Dark blue grey {{value}}", + "Dark_blue_x": "Dark blue {{value}}", + "Dark_sky_blue_x": "Dark sky blue {{value}}", + "Dark_green_x": "Dark green {{value}}", + "Dark_red_x": "Dark red {{value}}", + "Dark_orange_x": "Dark orange {{value}}", + "Dark_yellow_x": "Dark yellow {{value}}", + "Dark_purple_x": "Dark purple {{value}}", + "Standard_dark_red": "Standard dark red", + "Standard_red": "Standard red", + "Standard_orange": "Standard orange", + "Standard_yellow": "Standard yellow", + "Standard_light_green": "Standard light green", + "Standard_green": "Standard green", + "Standard_light_blue": "Standard light blue", + "Standard_blue": "Standard blue", + "Standard_dark_blue": "Standard dark blue", + "Standard_purple": "Standard purple", + "Highlight_color": "Highlight", + "Font_color": "Font color", "Default": "Predeterminado", - "No_revisions": "Sin revisiones", - "1_revision": "1 revisión", - "x_revisions": "x revisiones", + "No_revisions": "No revisions", + "1_revision": "1 revision", + "x_revisions": "{{count}} revisions", "Creator": "Creador", - "Created_time": "Hora de creación", - "Created_at": "Creado en", - "Resolved_tip": "Marcar como resuelto", - "Search_language": "Idioma de búsqueda", - "Sdoc_error_tip": "Error en el documento", - "Repair": "Reparar", - "Font_size": "Tamaño de fuente", - "Increase_font_size": "Aumentar tamaño de fuente", - "Reduce_font_size": "Reducir tamaño de fuente", + "Created_time": "Created time", + "Created_at": "Created at", + "Resolved_tip": "Mark as resolved and hide discussion", + "Search_language": "Search language", + "Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.", + "Repair": "Repair", + "Font_size": "Font size", + "Increase_font_size": "Increase font size", + "Reduce_font_size": "Reduce font size", "Font": "Fuente", - "All_fonts": "Todas las fuentes", - "Default_font": "Fuente predeterminada", - "Pending_operations_exceed_limit": "Operaciones pendientes exceden el límite", - "Recently_saved": "Guardado recientemente", - "Text_Link": "Enlace de texto", - "Icon_and_text_Link": "Enlace de ícono y texto", - "Card": "Tarjeta", - "Select_sdoc_document": "Seleccionar documento sdoc", - "Select_file": "Seleccionar archivo", - "Local_file": "Archivo local", - "Internal_server_exec_operations_error": "Error al ejecutar operaciones en el servidor", - "Failed_to_sync_with_server_operations": "Fallo al sincronizar con el servidor", - "Style": "Estilo", - "Insert": "Insertar", + "All_fonts": "All fonts", + "Default_font": "Default font", + "Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.", + "Recently_saved": "Recently saved", + "Text_Link": "Text Link", + "Icon_and_text_Link": "Icon and text Link", + "Card": "Card", + "Select_sdoc_document": "Select sdoc document", + "Select_file": "Select file", + "Local_file": "Local file", + "Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again", + "Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page", + "Style": "Style", + "Insert": "Insert", "Image": "Imagen", "Table": "Tabla", "Link": "Enlace", - "Transform_to": "Transformar a", - "Last_modification": "Última modificación", - "Next_modification": "Próxima modificación", + "Transform_to": "Transform to", + "Last_modification": "Last modification", + "Next_modification": "Next modification", "Changes": "Cambios", - "No_changes": "Sin cambios", + "No_changes": "No changes", "Title": "Título", - "Subtitle": "Subtítulo", - "Link_sdoc": "Enlace sdoc", - "Link_file": "Enlace archivo", - "Keep_my_modification": "Mantener mi modificación", - "Keep_other_modification": "Mantener modificación de otro usuario", - "Keep_both_modification": "Mantener ambas modificaciones", - "Tip": "Sugerencia", - "Rebase_delete_no_change_revision_tip": "No hay cambios en la revisión", - "Has_been_replaced_tip": "Se ha reemplazado", - "Has_been_published_tip": "Se ha publicado", - "Has_conflict_before_publish_tip": "Conflicto antes de publicar", - "Merge_tip": " Fusionar", - "Has_conflict_before_view_changes_tip": "Conflicto antes de ver cambios", - "Has_been_removed_tip": "Se ha eliminado", - "Checking": "Comprobando", - "Publishing": "Publicando", + "Subtitle": "Subtitle", + "Link_sdoc": "Link sdoc", + "Link_file": "Link file", + "Keep_my_modification": "Keep my modification", + "Keep_other_modification": "Keep other's modification", + "Keep_both_modification": "Keep both modification", + "Tip": "Tip", + "Rebase_delete_no_change_revision_tip": "Revision has not made any change compared to original document. Do you want to delete this revision?", + "Has_been_replaced_tip": "Document content has been replaced. Please refresh the page", + "Has_been_published_tip": "Revision published", + "Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!", + "Merge_tip": "There are conflicts in the documents. Do you want to merge them?", + "Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!", + "Has_been_removed_tip": "Document has been removed, please view other documents.", + "Checking": "Checking...", + "Publishing": "Publishing...", "Inline": "Inline", - "Block": "Bloque", - "Full_screen_mode": "Modo pantalla completa", - "Image_border": "Borde de imagen", - "Delete_revision": "Eliminar revisión", - "Delete_tip": "Eliminar sugerencia", - "Revision_deleted": "Revisión eliminada", + "Block": "Block", + "Full_screen_mode": "Full screen mode", + "Image_border": "Image border", + "Delete_revision": "Delete revision", + "Delete_tip": "Are you sure you want to delete {{content}} ?", + "Revision_deleted": "Revision deleted", "Published": "Publicado", - "Delete_Successfully": "Eliminado con éxito", + "Delete_Successfully": "Delete Successfully", "Delete_failed": "Eliminar falló", - "Caption": "Categoría", - "No_collaborators_available": "No hay colaboradores disponibles", - "Search_collaborator": "Buscar colaborador", - "Doc_comments": "Comentarios del documento", - "Tag_not_found": "Etiqueta no encontrada", + "Caption": "Caption", + "No_collaborators_available": "No_collaborators_available", + "Search_collaborator": "Search collaborator", + "Doc_comments": "Document comments", + "Tag_not_found": "Tag not found", "Create_a_new_tag": "Cear una nueva etiqueta", - "Search_tags": "Buscar etiquetas", - "No_options_available": "No hay opciones disponibles", + "Search_tags": "Search tags", + "No_options_available": "Tag not found", "Add_option": "Cear una nueva etiqueta", - "Find_an_option": "Buscar una opción", - "Copy_link_of_section": "Copiar enlace de sección", - "revision": "Revisión", - "xxx_added_a_new_comment": "xxx agregó un nuevo comentario", - "xxx_added_a_reply": "xxx agregó una respuesta", + "Find_an_option": "Search tags", + "Copy_link_of_section": "Copy link of section", + "revision": "revision", + "xxx_added_a_new_comment": "{{author}} added a new comment", + "xxx_added_a_reply": "{{author}} added a reply", "New": "Nuevo", - "Table_template": "Plantilla de tabla", - "Jump_to_original_doc": "Saltar al documento original", - "Freezed": "Congelado", - "Callout": "Llamada a la atención", - "The_current_location_does_not_support_pasting": "La ubicación actual no admite pegado", - "Please_enter": "Por favor, ingrese", - "Combine_cell": "Combinar celdas", - "Split_cell": "Dividir celdas", - "Row_number": "Número de fila", - "Column_number": "Número de columna", - "The_maximum_row_number_is_{number}": "El número máximo de filas es {number}", - "Other_modification": "Otra modificación", - "My_modification": "Mi modificación", - "Document_history": "Historial de documento", - "Freeze_document": "Congelar documento", - "Document_frozen": "Documento congelado", - "Unfreeze": "Descongelar", - "Search_and_replace": "Buscar y reemplazar", + "Table_template": "Table template", + "Jump_to_original_doc": "Jump to the original document", + "Freezed": "Freezed", + "Callout": "Callout", + "The_current_location_does_not_support_pasting": "The current location does not support pasting ", + "Please_enter": "Please enter", + "Combine_cell": "Combine cells", + "Split_cell": "Split cell", + "Row_number": "Row number", + "Column_number": "Column number", + "The_maximum_row_number_is_{number}": "The maximum row number is {number}", + "Other_modification": "Other's modification", + "My_modification": "My modification", + "Document_history": "Document history", + "Freeze_document": "Freeze document", + "Document_frozen": "Document frozen", + "Unfreeze": "Unfreeze", + "Search_and_replace": "Search and replace", "Search": "Buscar", - "Type_search_content": "Tipo de contenido de búsqueda", - "Replace_as": "Reemplazar como", - "Type_replace_content": "Tipo de contenido de reemplazo", - "Prevs": "Anterior", + "Type_search_content": "Type search content", + "Replace_as": "Replace as", + "Type_replace_content": "Type replace content", + "Prevs": "Prevs", "Next": "Siguiente", "Replace": "Reemplazar", - "Replace_all": "Reemplazar todo", - "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_clear_all_number_xxx_in_this_document": "¿Estás seguro de eliminar todo el número xxx en este documento?", - "Search_not_found": "No se encontraron resultados", - "Recent_visited": "Visitas recientes", - "The_document_does_not_exist": "El documento no existe", - "Create_a_new_sdoc_file": "Cear un nuevo archivo sdoc", - "New_page": "Nueva página", + "Replace_all": "Replace all", + "Are_you_sure_to_replace_all_number_xxx_in_this_document_with_yyy": "Are you sure to replace all {{number}} '{{originalWord}}' in this document with '{{replacedWord}}'?", + "Are_you_sure_to_clear_all_number_xxx_in_this_document": "Are you sure to clear all {{number}} '{{originalWord}}' in this document?", + "Search_not_found": "Not found", + "Recent_visited": "Recent visited", + "The_document_does_not_exist": "The document does not exist", + "Create_a_new_sdoc_file": "Create a new sdoc file", + "New_page": "New page", "Create": "Crear", - "Top_align": "Alinear en la parte superior", - "Center_align": "Alinear en el centro", - "Bottom_align": "Alinear en la parte inferior", - "Move_column_count": "Mover número de columnas", - "Move_row_count": "Mover número de filas", - "Mark_all_as_read": "Marcar todo como leído", - "Alignment_type": "Tipo de alineación", - "Print": "Imprimir", - "Enter_more_character_start_search": "Ingrese más caracteres para comenzar la búsqueda", - "Create_file_name_sdoc": "Cear nombre de archivo sdoc", - "Source_document_changed_tip": "El documento fuente ha cambiado", - "Fit_table_to_page_width": "Ajustar tabla al ancho de página", - "Enter_text_or_press_forward_slash_to_insert_element": "Ingrese texto o presione la barra diagonal para insertar elemento", - "Vertical_align": "Alinear verticalmente", - "Horizontal_align": "Alinear horizontalmente", - "SeaTable_column": "Columna de SeaTable", - "SeaTable_table": "Tabla de SeaTable", - "And_x_more_records": "Y más registros", - "Print_limit_exceeded": "Límite de impresión excedido", - "Show_record_numbers": "Mostrar números de registro", - "Alternate_color": "Color alterno", - "Select_column_display_option_color_tip": "Seleccionar opción de visualización de columna de color", + "Top_align": "Top", + "Center_align": "Middle", + "Bottom_align": "Bottom", + "Move_column_count": "Moving {{count}} column(s)", + "Move_row_count": "Moving {{count}} row(s)", + "Mark_all_as_read": "Mark all as read", + "Alignment_type": "Alignment", + "Print": "Print", + "Enter_more_character_start_search": "Enter more characters to start search", + "Create_file_name_sdoc": "Create {{file_name_sdoc}}", + "Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?", + "Fit_table_to_page_width": "Fit table to page width", + "Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element", + "Vertical_align": "Vertical alignment", + "Horizontal_align": "Horizontal alignment", + "SeaTable_column": "SeaTable column", + "SeaTable_table": "SeaTable table", + "And_x_more_records": "and {{count}} more records", + "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed", + "Show_record_numbers": "Show record numbers", + "Alternate_color": "Alternate color", + "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors", "Header": "Encabezado", - "Remove_icon": "Eliminar ícono", - "Hide_columns": "Ocultar columnas", - "1_hidden_column": "1 columna oculta", - "hidden_columns": "Columnas ocultas", - "Search_column": "Buscar columna", - "No_columns_available_to_be_hidden": "No hay columnas disponibles para ocultar", - "Hide_all": "Ocultar todo", - "Show_all": "Mostrar todo", - "Sort": "Ordenar", - "1 Sort": "Ordenar 1", - "Sorts": "Ordenar", - "No_sorts": "No hay ordenamientos", - "Add_sort": "Agregar ordenamiento", - "No_sort_added": "No se ha agregado ordenamiento", - "up": "Arriba", - "down": "Abajo", - "No_results": "No hay resultados", - "Filter": "Filtrar", - "1 Filter": "Filtrar 1", - "Filters": "Filtrar", - "Add_filter": "Agregar filtro", - "No_filters": "No hay filtros", - "And": "Y", - "Or": "O", - "Select_option(s)": "Seleccionar opción(es)", - "Select_an_option": "Seleccionar una opción", - "Search_option": "Buscar opción", - "Add_collaborator": "Agregar colaborador", - "Add_a_creator": "Agregar un creador", - "Add_a_last_modifier": "Agregar un último modificador", - "Invalid_filter": "Filtro inválido", - "Department_single_select": "Selección única de departamento", - "Search_department": "Buscar departamento", - "Select_department": "Seleccionar departamento", - "No_departments_available": "No hay departamentos disponibles", - "Current_user_department": "Departamento del usuario actual", - "Current_user_department_and_sub": "Departamento del usuario actual y sus subdepartamentos", - "Deleted_department": "Departamento eliminado", - "Data_settings": "Configuración de datos", - "Style_settings": "Configuración de estilo", - "contains": "Contiene", - "does_not_contain": "No contiene", - "is": "Es", - "is_not": "No es", - "equal": "Igual", - "not_equal": "No igual", - "less": "Menor", - "greater": "Mayor", - "less_or_equal": "Menor o igual", - "greater_or_equal": "Mayor o igual", - "is_empty": "Está vacío", - "is_not_empty": "No está vacío", - "is_within": "Dentro de", - "is_before": "Antes de", - "is_after": "Después de", - "is_on_or_before": "En o antes de", - "is_on_or_after": "En o después de", - "has_any_of": "Tiene cualquiera de", - "has_all_of": "Tiene todos de", - "has_none_of": "No tiene ninguno de", - "is_exactly": "Es exactamente", - "is_current_user_ID": "Es el ID de usuario actual", - "Current_date": "Fecha actual", - "Specific_date": "Fecha específica", - "x_days_before_current_date": "x días antes de la fecha actual", - "x_days_after_current_date": "x días después de la fecha actual", - "is_any_of": "Es cualquiera de", - "is_none_of": "No es ninguno de", - "include_me": "Incluirme", - "today": "Hoy", - "tomorrow": "Mañana", - "yesterday": "Ayer", - "one_week_ago": "Una semana atrás", - "one_week_from_now": "Una semana desde ahora", - "one_month_ago": "Un mes atrás", - "one_month_from_now": "Un mes desde ahora", - "number_of_days_ago": "Número de días atrás", - "number_of_days_from_now": "Número de días desde ahora", - "exact_date": "Fecha exacta", - "last_week": "Última semana", - "last_month": "Último mes", - "last_year": "Último año", - "this_week": "Esta semana", - "this_month": "Este mes", - "this_year": "Este año", - "the_next_week": "La próxima semana", - "the_next_month": "El próximo mes", - "the_next_year": "El próximo año", - "the_past_week": "La semana pasada", - "the_past_month": "El mes pasado", - "the_past_year": "El año pasado", - "the_next_numbers_of_days": "Número de días desde ahora", - "the_past_numbers_of_days": "Número de días atrás", - "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", - "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Ingresar comentario. Presionar Enter para nueva línea. Presionar Shift+Enter para enviar", + "Remove_icon": "Remove icon", + "Hide_columns": "Hide columns", + "1_hidden_column": "1 hidden column", + "hidden_columns": "hidden columns", + "Search_column": "Search column", + "No_columns_available_to_be_hidden": "No columns available to be hidden.", + "Hide_all": "Hide all", + "Show_all": "Show all", + "Sort": "Sort", + "1 Sort": "1 sort", + "Sorts": "sorts", + "No_sorts": "No sorts", + "Add_sort": "Add sort", + "No_sort_added": "No sort added", + "up": "Up", + "down": "Down", + "No_results": "No results", + "Filter": "Filter", + "1 Filter": "1 filter", + "Filters": "filters", + "Add_filter": "Add filter", + "No_filters": "No filters", + "And": "And", + "Or": "Or", + "Select_option(s)": "Select option(s)", + "Select_an_option": "Select an option", + "Search_option": "Search option", + "Add_collaborator": "Add collaborator", + "Add_a_creator": "Add a creator", + "Add_a_last_modifier": "Add a last modifier", + "Invalid_filter": "Invalid filter", + "Department_single_select": "Department single select", + "Search_department": "Search department", + "Select_department": "Select department", + "No_departments_available": "No departments available", + "Current_user_department": "Current user's department", + "Current_user_department_and_sub": "Current user's department and sub-departments", + "Deleted_department": "Deleted department", + "Data_settings": "Data settings", + "Style_settings": "Style settings", + "contains": "contains", + "does_not_contain": "does not contain", + "is": "is", + "is_not": "is not", + "equal": "\u003d", + "not_equal": "\u2260", + "less": "\u003C", + "greater": "\u003E", + "less_or_equal": "\u2264", + "greater_or_equal": "\u2265", + "is_empty": "is empty", + "is_not_empty": "is not empty", + "is_within": "is within", + "is_before": "is before", + "is_after": "is after", + "is_on_or_before": "is on or before", + "is_on_or_after": "is on or after", + "has_any_of": "has any of", + "has_all_of": "has all of", + "has_none_of": "has none of", + "is_exactly": "is exactly", + "is_current_user_ID": "is current user's ID", + "Current_date": "Current date", + "Specific_date": "Specific date", + "x_days_before_current_date": "x days before current date", + "x_days_after_current_date": "x days after current date", + "is_any_of": "is any of", + "is_none_of": "is none of", + "include_me": "include the current user", + "today": "today", + "tomorrow": "tomorrow", + "yesterday": "yesterday", + "one_week_ago": "one week ago", + "one_week_from_now": "one week from now", + "one_month_ago": "one month ago", + "one_month_from_now": "one month from now", + "number_of_days_ago": "number of days ago", + "number_of_days_from_now": "number of days from now", + "exact_date": "exact date", + "last_week": "last week", + "last_month": "last month", + "last_year": "last year", + "this_week": "this week", + "this_month": "this month", + "this_year": "this year", + "the_next_week": "the next week", + "the_next_month": "the next month", + "the_next_year": "the next year", + "the_past_week": "last week", + "the_past_month": "last month", + "the_past_year": "last year", + "the_next_numbers_of_days": "the next numbers of days", + "the_past_numbers_of_days": "the past numbers of days", + "Double_click_to_enter_edit_mode_and_adjust_field_width": "Double click to enter edit mode and adjust field width", + "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", "Sub_table": "Tabla", - "Search_1": "Buscar...", - "Comment_details": "Detalles del comentario", - "Two_column": "Dos columnas", - "Three_column": "Tres columnas", - "Four_column": "Cuatro columnas", - "Five_column": "Cinco columnas", - "Full_width_mode": "Modo ancho completo", + "Search_action": "Search action...", + "Comment_details": "Comment details", + "Two_column": "2 columns", + "Three_column": "3 columns", + "Four_column": "4 columns", + "Five_column": "5 columns", + "Full_width_mode": "Full width mode", "Video": "Video", - "Upload_local_video": "Subir video local", - "The_current_version_does_not_support_>5MB_video_file": "La versión actual no admite archivos de video de más de 5MB", - "Token_expired_Please_refresh_the_page": "El token ha expirado. Por favor, actualice la página", - "Link_to_page": "Enlace a página", - "No_page_results": "No hay resultados de página", - "Page": "Página", + "Upload_local_video": "Upload local video", + "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 expired. Please refresh the page.", + "Link_to_page": "Link to page", + "No_page_results": "No page results", + "Page": "Page", "Share_1": "Compartir", - "Collect": "Recopilar", - "Collected": "Recopilado", - "Link_to_file": "Enlace a archivo", - "Create_a_new_file": "Crear un nuevo archivo", + "Collect": "Collect", + "Collected": "Collected", + "Link_to_file": "Link to file", + "Create_a_new_file": "Create a new file", "Suggestion": "Sugerencia", - "Continuation": "Continuar", - "More_details": "Más detalles", - "More_concise": "Más conciso", - "More_vivid": "Más vivido", - "Translate": "Traducir", - "Adjustment": "Ajuste", - "Try_again": "Intentar de nuevo", - "Deprecation": "Desaprobación", - "Generated_content_x_words": "Contenido generado x palabras", - "Ask_AI_anything": "Preguntar a AI cualquier cosa", - "Thinking": "Pensando", - "Translation_error_message": "Mensaje de error de traducción", - "The_translation_content_cannot_be_empty": "El contenido de traducción no puede estar vacío", - "Processing_message": "Mensaje de procesamiento", - "AI_tip_content": "Contenido de sugerencia de AI", + "Continuation": "Continuation", + "More_details": "More details", + "More_concise": "More concise", + "More_vivid": "More vivid", + "Translate": "Translate", + "Adjustment": "Adjustment", + "Try_again": "Try again", + "Deprecation": "Deprecation", + "Generated_content_x_words": "Generated content {{count}} words", + "Ask_AI_anything": "Ask AI anything...", + "Thinking": "Thinking...", + "Translation_error_message": "Translation error, please try again.", + "The_translation_content_cannot_be_empty": "The translation content cannot be empty", + "Processing_message": "Processing, please wait...", + "AI_tip_content": "Do you want to discard current content?", "Discard": "Descartar", "English": "English", "Chinese": "Chinese", - "French": "French", - "German": "German", - "Italian": "Italian", - "Ask_AI": "Preguntar a AI", - "Enter_reply": "Ingresar respuesta", - "Processing_content_cannot_be_empty": "El contenido de procesamiento no puede estar vacío", - "AI_error_message": "Mensaje de error de AI", - "Add_video_link": "Agregar enlace de video", - "Link_Seafile_video_file": "Enlace a archivo de video de Seafile", - "Select_video_file": "Seleccionar archivo de video", - "Support_Youtube_Tencent_Bilibili_and_more": "Soporte de Youtube, Tencent, Bilibili y más", - "Image_cannot_be_copied_Please_download_the_source_image": "Imagen no puede ser copiada. Por favor, descargue la imagen original", - "And_select_insert_-_image_to_upload": "Y seleccione insertar - imagen para subir", - "Image_copy_error": "Error de copia de imagen", - "Image_is_uploading": "Imagen está subiendo", - "Select_at_least_one_row_record": "Seleccione al menos una fila de registro", - "Selected_row_records_cannot_exceed_10_rows": "Los registros de fila seleccionados no pueden exceder 10 filas", - "Select_seatable_rows": "Seleccionar filas de tabla", - "Add_rows_record": "Agregar fila de registro", - "Double_click_then_adjust_field_width": "Hacer doble clic para ajustar el ancho del campo", - "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" + "Ask_AI": "Ask AI", + "Enter_reply": "Enter reply", + "Processing_content_cannot_be_empty": "Processing content cannot be empty", + "AI_error_message": "Request error, please try again", + "Add_video_link": "Add video link", + "Link_Seafile_video_file": "Link Seafile video file", + "Select_video_file": "Select video file", + "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,", + "And_select_insert_-_image_to_upload": "and select 「insert」 - 「image」 to upload.", + "Image_copy_error": "Image copy error", + "Image_is_uploading": "Image is uploading...", + "Select_at_least_one_row_record": "Select at least one row record", + "Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows", + "Select_seatable_rows": "Select seatable rows", + "Add_rows_record": "Add rows record", + "Double_click_then_adjust_field_width": "Double click, then adjust field width", + "Insert_chart": "Insert chart", + "Edit_chart": "Edit chart", + "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first" } diff --git a/media/sdoc-editor/locales/es_MX/sdoc-editor.json b/media/sdoc-editor/locales/es_MX/sdoc-editor.json index 237c4952ce..496e9ad530 100644 --- a/media/sdoc-editor/locales/es_MX/sdoc-editor.json +++ b/media/sdoc-editor/locales/es_MX/sdoc-editor.json @@ -565,7 +565,7 @@ "Double_click_to_enter_edit_mode_and_adjust_field_width": "Double click to enter edit mode and adjust field width", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", "Sub_table": "Tabla", - "Search_1": "Buscar...", + "Search_action": "Search action...", "Comment_details": "Comment details", "Two_column": "2 columns", "Three_column": "3 columns", @@ -594,7 +594,7 @@ "Try_again": "Try again", "Deprecation": "Deprecation", "Generated_content_x_words": "Generated content {{count}} words", - "Ask_AI_anything": "Please enter the command...", + "Ask_AI_anything": "Ask AI anything...", "Thinking": "Thinking...", "Translation_error_message": "Translation error, please try again.", "The_translation_content_cannot_be_empty": "The translation content cannot be empty", @@ -603,9 +603,6 @@ "Discard": "Descartar", "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 row", - "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 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" + "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first" } diff --git a/media/sdoc-editor/locales/fr/sdoc-editor.json b/media/sdoc-editor/locales/fr/sdoc-editor.json index 6fd51627d3..2ff132b57b 100644 --- a/media/sdoc-editor/locales/fr/sdoc-editor.json +++ b/media/sdoc-editor/locales/fr/sdoc-editor.json @@ -562,10 +562,10 @@ "the_past_year": "l'année dernière", "the_next_numbers_of_days": "au cours de tels prochains jours", "the_past_numbers_of_days": "au cours de tel derniers jours", - "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)", "Sub_table": "Tableau", - "Search_1": "Recherche...", + "Search_action": "Rechercher une action", "Comment_details": "Détails du commentaire", "Two_column": "2 colonnes", "Three_column": "3 colonnes", @@ -594,18 +594,15 @@ "Try_again": "Veuillez réessayer.", "Deprecation": "Deprecation", "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 ...", "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.", "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", "English": "Anglais", "Chinese": "Chinois", - "French": "French", - "German": "German", - "Italian": "Italian", "Ask_AI": "Demandez à l'IA", "Enter_reply": "Entrez une réponse", "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.", "And_select_insert_-_image_to_upload": "et sélectionner 「insert」 - 「image」 pour importer.", "Image_copy_error": "Erreur copie de l'image", - "Image_is_uploading": "L'importation de l'image est en cours ...", - "Select_at_least_one_row_record": "Sélectionner au moins une ligne", - "Selected_row_records_cannot_exceed_10_rows": "Le nombre de lignes sélectionnées ne peut pas dépasser 10.", - "Select_seatable_rows": "Sélectionner des lignes de SeaTable", - "Add_rows_record": "Ajouter des lignes", - "Double_click_then_adjust_field_width": "Double-cliquer pour modifier la largeur du champ", - "SeaTable_row": "ligne de SeaTable", - "Please_select_one_row_record": "Veuillez sélectionner une ligne", - "No_linked_records": "Aucun enregistrements reliés", - "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" + "Image_is_uploading": "Image is uploading...", + "Select_at_least_one_row_record": "Select at least one row record", + "Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows", + "Select_seatable_rows": "Select seatable rows", + "Add_rows_record": "Add rows record", + "Double_click_then_adjust_field_width": "Double click, then adjust field width", + "Insert_chart": "Insert chart", + "Edit_chart": "Edit chart", + "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first" } diff --git a/media/sdoc-editor/locales/it/sdoc-editor.json b/media/sdoc-editor/locales/it/sdoc-editor.json index 04d5763391..2651670885 100644 --- a/media/sdoc-editor/locales/it/sdoc-editor.json +++ b/media/sdoc-editor/locales/it/sdoc-editor.json @@ -1,10 +1,10 @@ { "Bold": "Grassetto", "Italic": "Corsivo", - "Underline": "Sottolineato", + "Underline": "Underline", "Strikethrough": "Barrato", - "Superscript": "Apice", - "Subscript": "Pedice", + "Superscript": "Superscript", + "Subscript": "Subscript", "Inline_code": "Codice", "Header_one": "Titolo 1", "Header_two": "Titolo 2", @@ -16,16 +16,16 @@ "Quote": "Citazione", "Ordered_list": "Elenco Ordiniato", "Unordered_list": "Elenco non ordinato", - "Check_list": "Elenco di controllo", - "Insert_image": "Inserisci immagine", - "Insert_formula": "Inserisci formula", + "Check_list": "Check list", + "Insert_image": "Insert image", + "Insert_formula": "Insert formula", "Formula": "Formula", - "Insert_file": "Inserisci file", + "Insert_file": "Insert file", "Code": "Codice in linea", - "Code_block": "Blocco di codice", - "Insert_link": "Inserisci collegamento", - "Insert_table": "Inserisci tabella", - "Valid_values_for_rows_and_columns": "Valori validi per righe e colonne", + "Code_block": "Code block", + "Insert_link": "Insert link", + "Insert_table": "Insert table", + "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50", "Save": "Salvare", "More": "Altro", "Invalid_url": "URL non valida", @@ -39,10 +39,10 @@ "Help": "Aiuto", "Column": "Colonna", "Row": "Riga", - "Delete_table": "Elimina tabella", - "Delete_row": "Elimina riga", - "Delete_column": "Elimina colonna", - "Insert_row": "Inserisci riga", + "Delete_table": "Delete table", + "Delete_row": "Delete row", + "Delete_column": "Delete column", + "Insert_row": "Insert row", "Set_align": "Imposta allineamento", "Left": "Sinistra", "Center": "Centrato", @@ -53,12 +53,12 @@ "Edit": "Modifica", "Copy": "Copia", "Copied": "Copiato", - "Cut": "Taglia", + "Cut": "Cut", "Internal_link": "Collegamento Interno", "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.", "Share": "Condividi", - "Share_link": "Condividi collegamento", + "Share_link": "Share link", "Generate": "Generare", "Add_password_protection": "Aggiungi la protezione password", "Password": "Password", @@ -81,33 +81,33 @@ "Insert_network_image": "Inserisci immagine di rete", "Upload_local_image": "Inserisci immagine locale", "Add_link": "Aggiungi collegamento", - "File_history": "Storico file", - "History_version": "Versione storico", - "Back_to_viewer": "Torna alla vista", + "File_history": "File history", + "History_version": "History versions", + "Back_to_viewer": "Back to viewer", "Link_title": "Link al titolo", "Local_draft": "Bozza locale", "Use_draft": "Usa bozza", "Delete_draft": "Rimuovi Bozza", "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", - "New_draft": "Nuova bozza", - "View_draft": "Visualizza bozza", + "New_draft": "New draft", + "View_draft": "View draft", "Publish": "Pubblica", "This_file_has_a_draft": "Questo file è una bozza", "Delete": "Elimina", "Reply": "Rispondi", "Comment": "Commento", "Comments": "Commenti", - "All_comments": "Tutti i commenti", - "Resolved_comments": "Commenti risolti", - "Unresolved_comments": "Commenti non risolti", - "Total_1_comment": "Totale 1 commento", - "Total_count_comments": "Totale commenti", + "All_comments": "All comments", + "Resolved_comments": "Resolved comments", + "Unresolved_comments": "Unresolved comments", + "Total_1_comment": "Total 1 comment", + "Total_count_comments": "Total {{count}} comments", "Add_a_comment": "Aggiungi un commento...", "No_comment_yet": "Ancora nessun commento.", - "Mark_as_Resolved": "Contrassegna come risolto", - "Resubmit": "Reinvia", - "Resubmitted": "Reinviato", + "Mark_as_Resolved": "Mark as Resolved", + "Resubmit": "Resubmit", + "Resubmitted": "Resubmitted", "Ask_for_review": "Richiedi una revisione", "Review_already_exists": "Revisione già esistente", "View_review": "Visualizza revisione", @@ -117,47 +117,47 @@ "This_file_is_in_review_stage": "Questo file è in fase di revisione.", "This_file_has_been_updated": "Questo file è stato aggiornato.", "Refresh": "Aggiornare", - "Related_files": "File correlati", - "Related_file": "File correlato", + "Related_files": "Related files", + "Related_file": "Related file", "No_tags": "Nessun tag", "Date": "Data", - "Participants": "Partecipanti", - "Meeting_note": "Note di riunione", - "Chooser_document_type": "Selezionare il tipo di documento", + "Participants": "Participants", + "Meeting_note": "Meeting note", + "Chooser_document_type": "Chooser document type", "Empty": "Vuoto", "No_related_files": "Nessun file correlato", - "No_out_line": "Nessuna linea di output", - "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", - "No_document_improvement_suggestion": "Nessuna suggerimento di miglioramento del documento", - "Hide_side_panel": "Nascondi pannello laterale", - "Show_side_panel": "Mostra pannello laterale", + "No_out_line": "No outline", + "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": "No document improvement suggestion", + "Hide_side_panel": "Hide side panel", + "Show_side_panel": "Show side panel", "Show_resolved_comments": "Mostra commenti risolti", "Update": "Aggiorna", - "Width": "Larghezza", - "Height": "Altezza", - "Full_screen": "Schermo intero", - "Insert_library_image": "Inserisci immagine della libreria", + "Width": "Width", + "Height": "Height", + "Full_screen": "Full screen", + "Insert_library_image": "Insert library image", "Size": "Dimensione", "Location": "Posizione", - "Last_update": "Ultimo aggiornamento", + "Last_update": "Last update", "Tags": "Tag", - "Add_participants": "Aggiungi partecipanti", - "Clear_format": "Pulisci formato", + "Add_participants": "Add participants", + "Clear_format": "Clear format", "MarkdownLint": { "missing_h1": { - "description": "Mancante h1", + "description": "There is no h1 in the document", "issue": "Missing h1" }, "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" }, "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" } }, - "Shortcut_help": "Aiuto ai tasti rapidi", + "Shortcut_help": "Shortcut help", "User_help": { "title": "Tasti rapidi", "userHelpData": [ @@ -206,9 +206,9 @@ } }, { - "shortcutType": "Scorciatoie di formula", + "shortcutType": "Formula shortcuts", "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_title_is_required": "Il titolo del link è obbligatorio", - "The_link_address_is_invalid": "L'indirizzo del link non è valido", - "All_changes_saved": "Tutte le modifiche sono state salvate", + "The_link_address_is_required": "The link address is required.", + "The_link_title_is_required": "The link title is required.", + "The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.", + "All_changes_saved": "All changes saved", "Saving": "Salvataggio...", - "Collaborators": "Partecipanti", - "Online_members": "Membri online", - "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_disconnected_Reconnecting": "Il server è disconnesso. Si sta riprovando a connettersi...", - "Server_is_reconnected": "Il server è stato riconnesso", - "Outline": "Raggruppamento", - "Headings_you_add_to_the_document_will_appear_here": "Intestazioni che aggiungi al documento appariranno qui", + "Collaborators": "Collaborators", + "Online_members": "Online members", + "Me": "me", + "Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.", + "Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...", + "Server_is_reconnected": "Server is reconnected.", + "Outline": "Outline", + "Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here", "Open_parent_folder": "Apri cartella principale", - "Redo": "Ripeti", - "Undo": "Annulla", - "Open_link": "Apri link", - "Customize_the_number_of_rows_and_columns": "Personalizza il numero di righe e colonne", + "Redo": "redo", + "Undo": "undo", + "Open_link": "Open link", + "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns", "Rows": "Righe", "Columns": "Colonne", - "Please_enter_title": "Inserisci titolo", - "Please_enter_text": "Inserisci testo", - "Row(s)": "Riga(s)", - "Column(s)": "Colonna(s)", - "Insert_below": "Inserisci sotto", - "Insert_above": "Inserisci sopra", - "Insert_on_the_right": "Inserisci a destra", - "Insert_on_the_left": "Inserisci a sinistra", + "Please_enter_title": "Please enter title", + "Please_enter_text": "Please enter text", + "Row(s)": "row(s)", + "Column(s)": "column(s)", + "Insert_below": "Insert below", + "Insert_above": "Insert above", + "Insert_on_the_right": "Insert on the right", + "Insert_on_the_left": "Insert on the left", "Starred": "Preferiti", - "Unstarred": "Non preferiti", + "Unstarred": "Unstarred", "Star": "Marca", "Unstar": "Smarca", - "Auto_wrap": "Raggruppamento automatico", - "Add_comment": "Aggiungi commento", - "Delete_comment": "Elimina commento", - "Delete_reply": "Elimina risposta", - "Are_you_sure_to_delete_this_comment": "Sei sicuro di eliminare questo commento?", - "Are_you_sure_to_delete_this_reply": "Sei sicuro di eliminare questa risposta?", - "Enter_comment_shift_enter_for_new_line_Enter_to_send": "Inserisci commento Shift+Invio per nuova linea Invio per inviare", - "Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Inserisci risposta Shift+Invio per nuova linea Invio per inviare", - "Reopen_discussion": "Ripristina discussione", + "Auto_wrap": "Auto wrap", + "Add_comment": "Add comment", + "Delete_comment": "Delete comment", + "Delete_reply": "Delete reply", + "Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?", + "Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?", + "Enter_comment_shift_enter_for_new_line_Enter_to_send": "Enter comment, Shift + Enter for new line, Enter to send", + "Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send", + "Reopen_discussion": "Adding a reply will reopen this discussion", "Confirm": "Conferma", - "View_changes": "Visualizza modifiche", - "Revision": "Revisione", + "View_changes": "View changes", + "Revision": "Revision", "Error": "Errore", - "Start_revise": "Inizia revisione", - "Revise": "Revisione", - "Failed_to_execute_operation_on_server": "Impossibile eseguire l'operazione sul server", - "Start_revise_tip": "Suggerimento per iniziare la revisione", - "Load_doc_content_error": "Errore nel caricamento del contenuto del documento", - "Sdoc_format_invalid": "Formato SDoc non valido", + "Start_revise": "Start revise", + "Revise": "Revise", + "Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn", + "Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes", + "Load_doc_content_error": "Load doc content error", + "Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification", "Draft": "Bozza", - "Unmark_as_draft": "Rimuovi la marca di bozza", - "Background_color": "Colore di sfondo", - "No_color": "Nessun colore", - "Standard_color": "Colore standard", - "Recently_used": "Usato di recente", - "More_color": "Altri colori", - "White": "Bianco", - "Black": "Nero", - "Blue_grey": "Blu-grigio", - "Blue": "Blu", - "Sky_blue": "Azzurro", - "Green": "Verde", - "Red": "Rosso", - "Orange": "Arancione", - "Yellow": "Giallo", - "Purple": "Viola", - "Light_grey_x": "Grigio chiaro x", - "Dark_grey_x": "Grigio scuro x", - "Light_blue_grey_x": "Blu-grigio chiaro x", - "Light_blue_x": "Blu chiaro x", - "Light_sky_blue_x": "Azzurro chiaro x", - "Light_green_x": "Verde chiaro x", - "Light_red_x": "Rosso chiaro x", - "Light_orange_x": "Arancione chiaro x", - "Light_yellow_x": "Giallo chiaro x", - "Light_purple_x": "Viola chiaro x", - "Dark_blue_grey_x": "Blu-grigio scuro x", - "Dark_blue_x": "Blu scuro x", - "Dark_sky_blue_x": "Azzurro scuro x", - "Dark_green_x": "Verde scuro x", - "Dark_red_x": "Rosso scuro x", - "Dark_orange_x": "Arancione scuro x", - "Dark_yellow_x": "Giallo scuro x", - "Dark_purple_x": "Viola scuro x", - "Standard_dark_red": "Rosso scuro standard", - "Standard_red": "Rosso standard", - "Standard_orange": "Arancione standard", - "Standard_yellow": "Giallo standard", - "Standard_light_green": "Verde chiaro standard", - "Standard_green": "Verde standard", - "Standard_light_blue": "Blu chiaro standard", - "Standard_blue": "Blu standard", - "Standard_dark_blue": "Blu scuro standard", - "Standard_purple": "Viola standard", - "Highlight_color": "Colore evidenziazione", - "Font_color": "Colore del carattere", + "Unmark_as_draft": "Unmark as draft", + "Background_color": "Background color", + "No_color": "No color", + "Standard_color": "Standard color", + "Recently_used": "Recently used", + "More_color": "More color", + "White": "White", + "Black": "Black", + "Blue_grey": "Blue_grey", + "Blue": "Blue", + "Sky_blue": "Sky_blue", + "Green": "Green", + "Red": "Red", + "Orange": "Orange", + "Yellow": "Yellow", + "Purple": "Purple", + "Light_grey_x": "Light grey {{value}}", + "Dark_grey_x": "Dark grey {{value}}", + "Light_blue_grey_x": "Light blue grey {{value}}", + "Light_blue_x": "Light blue {{value}}", + "Light_sky_blue_x": "Light sky blue {{value}}", + "Light_green_x": "Light green {{value}}", + "Light_red_x": "Light red {{value}}", + "Light_orange_x": "Light orange {{value}}", + "Light_yellow_x": "Light yellow {{value}}", + "Light_purple_x": "Light purple {{value}}", + "Dark_blue_grey_x": "Dark blue grey {{value}}", + "Dark_blue_x": "Dark blue {{value}}", + "Dark_sky_blue_x": "Dark sky blue {{value}}", + "Dark_green_x": "Dark green {{value}}", + "Dark_red_x": "Dark red {{value}}", + "Dark_orange_x": "Dark orange {{value}}", + "Dark_yellow_x": "Dark yellow {{value}}", + "Dark_purple_x": "Dark purple {{value}}", + "Standard_dark_red": "Standard dark red", + "Standard_red": "Standard red", + "Standard_orange": "Standard orange", + "Standard_yellow": "Standard yellow", + "Standard_light_green": "Standard light green", + "Standard_green": "Standard green", + "Standard_light_blue": "Standard light blue", + "Standard_blue": "Standard blue", + "Standard_dark_blue": "Standard dark blue", + "Standard_purple": "Standard purple", + "Highlight_color": "Highlight", + "Font_color": "Font color", "Default": "Predefinito", - "No_revisions": "Nessuna revisione", - "1_revision": "1 revisione", - "x_revisions": "x revisioni", + "No_revisions": "No revisions", + "1_revision": "1 revision", + "x_revisions": "{{count}} revisions", "Creator": "Creatore ", - "Created_time": "Ora di creazione", - "Created_at": "Creato il", - "Resolved_tip": "Suggerimento risolto", - "Search_language": "Cerca lingua", - "Sdoc_error_tip": "Suggerimento di errore SDoc", - "Repair": "Ripara", - "Font_size": "Dimensione del carattere", - "Increase_font_size": "Aumenta la dimensione del carattere", - "Reduce_font_size": "Riduci la dimensione del carattere", + "Created_time": "Created time", + "Created_at": "Created at", + "Resolved_tip": "Mark as resolved and hide discussion", + "Search_language": "Search language", + "Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.", + "Repair": "Repair", + "Font_size": "Font size", + "Increase_font_size": "Increase font size", + "Reduce_font_size": "Reduce font size", "Font": "Carattere", - "All_fonts": "Tutti i caratteri", - "Default_font": "Carattere predefinito", - "Pending_operations_exceed_limit": "Le operazioni in sospeso superano il limite", - "Recently_saved": "Salvato di recente", - "Text_Link": "Link di testo", - "Icon_and_text_Link": "Link icona e testo", - "Card": "Scheda", - "Select_sdoc_document": "Seleziona documento SDoc", - "Select_file": "Seleziona file", - "Local_file": "File locale", - "Internal_server_exec_operations_error": "Errore nell'esecuzione delle operazioni sul server interno", - "Failed_to_sync_with_server_operations": "Sincronizzazione delle operazioni con il server non riuscita", - "Style": "Stile", - "Insert": "Inserisci", + "All_fonts": "All fonts", + "Default_font": "Default font", + "Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.", + "Recently_saved": "Recently saved", + "Text_Link": "Text Link", + "Icon_and_text_Link": "Icon and text Link", + "Card": "Card", + "Select_sdoc_document": "Select sdoc document", + "Select_file": "Select file", + "Local_file": "Local file", + "Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again", + "Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page", + "Style": "Style", + "Insert": "Insert", "Image": "Immagine", "Table": "Tabella", "Link": "Link", - "Transform_to": "Transforma in", - "Last_modification": "Modifica precedente", - "Next_modification": "Modifica successiva", + "Transform_to": "Transform to", + "Last_modification": "Last modification", + "Next_modification": "Next modification", "Changes": "Modifiche", - "No_changes": "Nessuna modifica", + "No_changes": "No changes", "Title": "Titolo", - "Subtitle": "Sottotitolo", - "Link_sdoc": "Collega documento SDoc", - "Link_file": "Collega file", - "Keep_my_modification": "Mantieni le mie modifiche", - "Keep_other_modification": "Mantieni le modifiche altrui", - "Keep_both_modification": "Mantieni entrambe le modifiche", - "Tip": "Suggerimento", - "Rebase_delete_no_change_revision_tip": "Suggerimento per la rimozione della revisione senza modifiche in rebase", - "Has_been_replaced_tip": "Suggerimento: è stato sostituito", - "Has_been_published_tip": "Suggerimento: è stato pubblicato", - "Has_conflict_before_publish_tip": "Suggerimento: ci sono conflitti prima della pubblicazione", - "Merge_tip": "Suggerimento per la fusione", - "Has_conflict_before_view_changes_tip": "Suggerimento: ci sono conflitti prima di visualizzare le modifiche", - "Has_been_removed_tip": "Suggerimento: è stato rimosso", - "Checking": "Verifica in corso", - "Publishing": "Pubblicazione in corso", - "Inline": "In linea", - "Block": "Blocco", - "Full_screen_mode": "Modalità a schermo intero", - "Image_border": "Bordo dell'immagine", - "Delete_revision": "Elimina revisione", - "Delete_tip": "Suggerimento per l'eliminazione", - "Revision_deleted": "Revisione eliminata", + "Subtitle": "Subtitle", + "Link_sdoc": "Link sdoc", + "Link_file": "Link file", + "Keep_my_modification": "Keep my modification", + "Keep_other_modification": "Keep other's modification", + "Keep_both_modification": "Keep both modification", + "Tip": "Tip", + "Rebase_delete_no_change_revision_tip": "Revision has not made any change compared to original document. Do you want to delete this revision?", + "Has_been_replaced_tip": "Document content has been replaced. Please refresh the page", + "Has_been_published_tip": "Revision published", + "Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!", + "Merge_tip": "There are conflicts in the documents. Do you want to merge them?", + "Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!", + "Has_been_removed_tip": "Document has been removed, please view other documents.", + "Checking": "Checking...", + "Publishing": "Publishing...", + "Inline": "Inline", + "Block": "Block", + "Full_screen_mode": "Full screen mode", + "Image_border": "Image border", + "Delete_revision": "Delete revision", + "Delete_tip": "Are you sure you want to delete {{content}} ?", + "Revision_deleted": "Revision deleted", "Published": "Pubblicato", - "Delete_Successfully": "Eliminato con successo", + "Delete_Successfully": "Delete Successfully", "Delete_failed": "Rimozione fallita", - "Caption": "Didascalia", - "No_collaborators_available": "Nessun collaboratore disponibile", - "Search_collaborator": "Cerca collaboratore", - "Doc_comments": "Commenti del documento", + "Caption": "Caption", + "No_collaborators_available": "No_collaborators_available", + "Search_collaborator": "Search collaborator", + "Doc_comments": "Document comments", "Tag_not_found": "Etichetta non trovata", "Create_a_new_tag": "Crea un nuovo tag", - "Search_tags": "Trova un'opzione", + "Search_tags": "Search tags", "No_options_available": "Etichetta non trovata", "Add_option": "Crea un nuovo tag", - "Find_an_option": "Trova un'opzione", - "Copy_link_of_section": "Copia il link della sezione", - "revision": "Revisione", - "xxx_added_a_new_comment": "xxx ha aggiunto un nuovo commento", - "xxx_added_a_reply": "xxx ha aggiunto una risposta", + "Find_an_option": "Search tags", + "Copy_link_of_section": "Copy link of section", + "revision": "revision", + "xxx_added_a_new_comment": "{{author}} added a new comment", + "xxx_added_a_reply": "{{author}} added a reply", "New": "Nuovo", - "Table_template": "Modello di tabella", - "Jump_to_original_doc": "Salta al documento originale", - "Freezed": "Congelato", - "Callout": "Nota", - "The_current_location_does_not_support_pasting": "La posizione corrente non supporta l'incollaggio", - "Please_enter": "Per favore inserisci", - "Combine_cell": "Combina celle", - "Split_cell": "Dividi cella", - "Row_number": "Numero di riga", - "Column_number": "Numero di colonna", - "The_maximum_row_number_is_{number}": "Il numero massimo di righe è {number}", - "Other_modification": "Altra modifica", - "My_modification": "La mia modifica", - "Document_history": "Storia del documento", - "Freeze_document": "Congela documento", - "Document_frozen": "Documento congelato", - "Unfreeze": "Sblocca", - "Search_and_replace": "Cerca e sostituisci", + "Table_template": "Table template", + "Jump_to_original_doc": "Jump to the original document", + "Freezed": "Freezed", + "Callout": "Callout", + "The_current_location_does_not_support_pasting": "The current location does not support pasting ", + "Please_enter": "Please enter", + "Combine_cell": "Combine cells", + "Split_cell": "Split cell", + "Row_number": "Row number", + "Column_number": "Column number", + "The_maximum_row_number_is_{number}": "The maximum row number is {number}", + "Other_modification": "Other's modification", + "My_modification": "My modification", + "Document_history": "Document history", + "Freeze_document": "Freeze document", + "Document_frozen": "Document frozen", + "Unfreeze": "Unfreeze", + "Search_and_replace": "Search and replace", "Search": "Ricerca", - "Type_search_content": "Digita il contenuto da cercare", - "Replace_as": "Sostituisci con", - "Type_replace_content": "Digita il contenuto di sostituzione", - "Prevs": "Precedenti", + "Type_search_content": "Type search content", + "Replace_as": "Replace as", + "Type_replace_content": "Type replace content", + "Prevs": "Prevs", "Next": "Successivo", "Replace": "Sostituire", - "Replace_all": "Sostituisci tutto", - "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_clear_all_number_xxx_in_this_document": "Sei sicuro di eliminare tutti i numeri xxx in questo documento?", - "Search_not_found": "Ricerca non trovata", - "Recent_visited": "Documenti recenti", - "The_document_does_not_exist": "Il documento non esiste", - "Create_a_new_sdoc_file": "Crea un nuovo file SDoc", + "Replace_all": "Replace all", + "Are_you_sure_to_replace_all_number_xxx_in_this_document_with_yyy": "Are you sure to replace all {{number}} '{{originalWord}}' in this document with '{{replacedWord}}'?", + "Are_you_sure_to_clear_all_number_xxx_in_this_document": "Are you sure to clear all {{number}} '{{originalWord}}' in this document?", + "Search_not_found": "Not found", + "Recent_visited": "Recent visited", + "The_document_does_not_exist": "The document does not exist", + "Create_a_new_sdoc_file": "Create a new sdoc file", "New_page": "Nuova pagina", "Create": "Crea", - "Top_align": "Allineamento in alto", - "Center_align": "Allineamento centrale", - "Bottom_align": "Allineamento in basso", - "Move_column_count": "Spostamento delle colonne", - "Move_row_count": "Spostamento delle righe", + "Top_align": "Top", + "Center_align": "Middle", + "Bottom_align": "Bottom", + "Move_column_count": "Moving {{count}} column(s)", + "Move_row_count": "Moving {{count}} row(s)", "Mark_all_as_read": "Contrassegna tutto come letto", - "Alignment_type": "Tipo di allineamento", + "Alignment_type": "Alignment", "Print": "Stampa", - "Enter_more_character_start_search": "Inserisci più caratteri per iniziare la ricerca", - "Create_file_name_sdoc": "Crea nome file SDoc", - "Source_document_changed_tip": "Suggerimento: il documento sorgente è stato modificato", - "Fit_table_to_page_width": "Adatta la tabella alla larghezza della pagina", - "Enter_text_or_press_forward_slash_to_insert_element": "Inserisci testo o premi / per inserire un elemento", - "Vertical_align": "Allineamento verticale", - "Horizontal_align": "Allineamento orizzontale", - "SeaTable_column": "Colonna SeaTable", - "SeaTable_table": "Tabella SeaTable", - "And_x_more_records": "e altri {x} record", - "Print_limit_exceeded": "Limite di stampa superato", - "Show_record_numbers": "Mostra numeri di record", - "Alternate_color": "Colore alternativo", - "Select_column_display_option_color_tip": "Suggerimento per la selezione delle opzioni di visualizzazione delle colonne", + "Enter_more_character_start_search": "Enter more characters to start search", + "Create_file_name_sdoc": "Create {{file_name_sdoc}}", + "Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?", + "Fit_table_to_page_width": "Fit table to page width", + "Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element", + "Vertical_align": "Vertical alignment", + "Horizontal_align": "Horizontal alignment", + "SeaTable_column": "SeaTable column", + "SeaTable_table": "SeaTable table", + "And_x_more_records": "and {{count}} more records", + "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed", + "Show_record_numbers": "Show record numbers", + "Alternate_color": "Alternate color", + "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors", "Header": "Intestazione", - "Remove_icon": "Rimuovi icona", - "Hide_columns": "nascondi colonne", - "1_hidden_column": "1 colonna nascosta", - "hidden_columns": "colonne nascoste", - "Search_column": "Cerca colonna", - "No_columns_available_to_be_hidden": "Nessuna colonna disponibile per essere nascosta", - "Hide_all": "Nascondi tutto", - "Show_all": "Mostra tutto", + "Remove_icon": "Remove icon", + "Hide_columns": "Hide columns", + "1_hidden_column": "1 hidden column", + "hidden_columns": "hidden columns", + "Search_column": "Search column", + "No_columns_available_to_be_hidden": "No columns available to be hidden.", + "Hide_all": "Hide all", + "Show_all": "Show all", "Sort": "Ordinamento", "1 Sort": "1 ordinamento", "Sorts": "ordinamenti", - "No_sorts": "Nessun ordinamento", - "Add_sort": "Aggiungi ordinamento", - "No_sort_added": "Nessun ordinamento aggiunto", - "up": "su", - "down": "giu", - "No_results": "Nessun risultato", + "No_sorts": "No sorts", + "Add_sort": "Add sort", + "No_sort_added": "No sort added", + "up": "Up", + "down": "Down", + "No_results": "No results", "Filter": "Filtro", "1 Filter": "1 filtro", - "Filters": "filtri", - "Add_filter": "Aggiungi filtro", - "No_filters": "Nessun filtro", - "And": "E", - "Or": "O", - "Select_option(s)": "Seleziona opzione(s)", - "Select_an_option": "Seleziona un'opzione", + "Filters": "filters", + "Add_filter": "Add filter", + "No_filters": "No filters", + "And": "And", + "Or": "Or", + "Select_option(s)": "Select option(s)", + "Select_an_option": "Select an option", "Search_option": "Opzione di ricerca", - "Add_collaborator": "Aggiungi collaboratore", - "Add_a_creator": "Aggiungi creatore", - "Add_a_last_modifier": "Aggiungi ultimo modificatore", - "Invalid_filter": "Filtro non valido", - "Department_single_select": "Selezione unica dipartimento", - "Search_department": "Cerca dipartimento", - "Select_department": "Seleziona dipartimento", - "No_departments_available": "Nessun dipartimento disponibile", - "Current_user_department": "Dipartimento dell'utente corrente", - "Current_user_department_and_sub": "Dipartimento dell'utente corrente e dei suoi sottodipartimenti", - "Deleted_department": "Dipartimento eliminato", - "Data_settings": "Impostazioni dei dati", - "Style_settings": "Impostazioni dello stile", + "Add_collaborator": "Add collaborator", + "Add_a_creator": "Add a creator", + "Add_a_last_modifier": "Add a last modifier", + "Invalid_filter": "Invalid filter", + "Department_single_select": "Department single select", + "Search_department": "Search department", + "Select_department": "Select department", + "No_departments_available": "No departments available", + "Current_user_department": "Current user's department", + "Current_user_department_and_sub": "Current user's department and sub-departments", + "Deleted_department": "Deleted department", + "Data_settings": "Data settings", + "Style_settings": "Style settings", "contains": "contiene", "does_not_contain": "non contiene", "is": "è", "is_not": "non è", - "equal": "uguale", - "not_equal": "non uguale", - "less": "minore", - "greater": "maggiore", - "less_or_equal": "minore o uguale", - "greater_or_equal": "maggiore o uguale", + "equal": "\u003d", + "not_equal": "\u2260", + "less": "\u003C", + "greater": "\u003E", + "less_or_equal": "\u2264", + "greater_or_equal": "\u2265", "is_empty": "è vuoto", "is_not_empty": "non è vuoto", - "is_within": "è all'interno", - "is_before": "è prima", - "is_after": "è dopo", - "is_on_or_before": "è sulla data o prima", - "is_on_or_after": "è sulla data o dopo", - "has_any_of": "ha qualsiasi di", - "has_all_of": "ha tutti i", - "has_none_of": "ha nessuno di", - "is_exactly": "è esattamente", + "is_within": "is within", + "is_before": "is before", + "is_after": "is after", + "is_on_or_before": "is on or before", + "is_on_or_after": "is on or after", + "has_any_of": "has any of", + "has_all_of": "has all of", + "has_none_of": "has none of", + "is_exactly": "is exactly", "is_current_user_ID": "è l'ID dell'utente corrente", - "Current_date": "Data corrente", - "Specific_date": "Data specifica", - "x_days_before_current_date": "x giorni prima della data corrente", - "x_days_after_current_date": "x giorni dopo la data corrente", - "is_any_of": "è qualsiasi di", - "is_none_of": "è nessuno di", + "Current_date": "Current date", + "Specific_date": "Specific date", + "x_days_before_current_date": "x days before current date", + "x_days_after_current_date": "x days after current date", + "is_any_of": "is any of", + "is_none_of": "is none of", "include_me": "includere l'utente corrente", - "today": "Oggi", - "tomorrow": "Domani", - "yesterday": "Ieri", - "one_week_ago": "Una settimana fa", - "one_week_from_now": "Tra una settimana", - "one_month_ago": "Un mese fa", - "one_month_from_now": "Tra un mese", - "number_of_days_ago": "Numero di giorni fa", - "number_of_days_from_now": "Numero di giorni a partire da oggi", - "exact_date": "Data esatta", - "last_week": "La settimana scorsa", - "last_month": "Il mese scorso", - "last_year": "L'anno scorso", - "this_week": "Questa settimana", - "this_month": "Questo mese", - "this_year": "Quest'anno", - "the_next_week": "La prossima settimana", - "the_next_month": "Il prossimo mese", - "the_next_year": "Il prossimo anno", - "the_past_week": "La settimana passata", - "the_past_month": "Il mese passato", - "the_past_year": "L'anno passato", - "the_next_numbers_of_days": "I prossimi giorni", - "the_past_numbers_of_days": "I giorni passati", - "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", - "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Inserisci il commento, premi Invio per una nuova riga e Maiusc + Invio per inviare", + "today": "today", + "tomorrow": "tomorrow", + "yesterday": "yesterday", + "one_week_ago": "one week ago", + "one_week_from_now": "one week from now", + "one_month_ago": "one month ago", + "one_month_from_now": "one month from now", + "number_of_days_ago": "number of days ago", + "number_of_days_from_now": "number of days from now", + "exact_date": "exact date", + "last_week": "last week", + "last_month": "last month", + "last_year": "last year", + "this_week": "this week", + "this_month": "this month", + "this_year": "this year", + "the_next_week": "the next week", + "the_next_month": "the next month", + "the_next_year": "the next year", + "the_past_week": "last week", + "the_past_month": "last month", + "the_past_year": "last year", + "the_next_numbers_of_days": "the next numbers of days", + "the_past_numbers_of_days": "the past numbers of days", + "Double_click_to_enter_edit_mode_and_adjust_field_width": "Double click to enter edit mode and adjust field width", + "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", "Sub_table": "Tabella", - "Search_1": "Search...", - "Comment_details": "Dettagli del commento", - "Two_column": "Due colonne", - "Three_column": "Tre colonne", - "Four_column": "Quattro colonne", - "Five_column": "Cinque colonne", - "Full_width_mode": "Modalità a larghezza massima", + "Search_action": "Search action...", + "Comment_details": "Comment details", + "Two_column": "2 columns", + "Three_column": "3 columns", + "Four_column": "4 columns", + "Five_column": "5 columns", + "Full_width_mode": "Full width mode", "Video": "Video", - "Upload_local_video": "Carica video locale", - "The_current_version_does_not_support_>5MB_video_file": "La versione corrente non supporta file video superiori a 5 MB", - "Token_expired_Please_refresh_the_page": "Token scaduto. Aggiorna la pagina", - "Link_to_page": "Collega alla pagina", - "No_page_results": "Nessun risultato per la pagina", - "Page": "Pagina", + "Upload_local_video": "Upload local video", + "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 expired. Please refresh the page.", + "Link_to_page": "Link to page", + "No_page_results": "No page results", + "Page": "Page", "Share_1": "Condividi", - "Collect": "Raccogli", - "Collected": "Raccolto", - "Link_to_file": "Collega al file", - "Create_a_new_file": "Crea un nuovo file", - "Suggestion": "Suggerimento", - "Continuation": "Continuazione", - "More_details": "Più dettagli", - "More_concise": "Più conciso", - "More_vivid": "Più vivido", - "Translate": "Traduci", - "Adjustment": "Aggiustamento", - "Try_again": "Riprova", - "Deprecation": "Deprecazione", - "Generated_content_x_words": "Contenuto generato di x parole", - "Ask_AI_anything": "Chiedi all'IA qualsiasi cosa", - "Thinking": "Sto pensando", - "Translation_error_message": "Messaggio di errore di traduzione", - "The_translation_content_cannot_be_empty": "Il contenuto della traduzione non può essere vuoto", - "Processing_message": "Messaggio di elaborazione", - "AI_tip_content": "Contenuto del suggerimento dell'IA", + "Collect": "Collect", + "Collected": "Collected", + "Link_to_file": "Link to file", + "Create_a_new_file": "Create a new file", + "Suggestion": "Suggestion", + "Continuation": "Continuation", + "More_fluent": "More fluent", + "More_details": "More details", + "More_concise": "More concise", + "More_vivid": "More vivid", + "Translate": "Translate", + "Adjustment": "Adjustment", + "Try_again": "Try again", + "Deprecation": "Deprecation", + "Generated_content_x_words": "Generated content {{count}} words", + "Ask_AI_anything": "Ask AI anything...", + "Thinking": "Thinking...", + "Translation_error_message": "Translation error, please try again.", + "The_translation_content_cannot_be_empty": "The translation content cannot be empty", + "Processing_message": "Processing, please wait...", + "AI_tip_content": "Do you want to discard current content?", "Discard": "Scarta", "English": "English", - "Chinese": "Cinese", - "French": "French", - "German": "German", - "Italian": "Italian", - "Ask_AI": "Chiedi all'IA", - "Enter_reply": "Inserisci la risposta", - "Processing_content_cannot_be_empty": "Il contenuto in elaborazione non può essere vuoto", - "AI_error_message": "Messaggio di errore dell'IA", - "Add_video_link": "Aggiungi collegamento video", - "Link_Seafile_video_file": "Collega il file video di Seafile", - "Select_video_file": "Seleziona il file video", - "Support_Youtube_Tencent_Bilibili_and_more": "Supporta YouTube, Tencent, Bilibili e altro ancora", - "Image_cannot_be_copied_Please_download_the_source_image": "L'immagine non può essere copiata. Scarica l'immagine originale", - "And_select_insert_-_image_to_upload": "E seleziona Inserisci - Immagine per caricarla", - "Image_copy_error": "Errore durante la copia dell'immagine", - "Image_is_uploading": "L'immagine è in caricamento", - "Select_at_least_one_row_record": "Seleziona almeno un record di riga", - "Selected_row_records_cannot_exceed_10_rows": "I record di righe selezionati non possono superare 10 righe", - "Select_seatable_rows": "Seleziona le righe di SeaTable", - "Add_rows_record": "Aggiungi record di righe", - "Double_click_then_adjust_field_width": "Fai doppio clic quindi regola la larghezza del campo", - "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" + "Chinese": "Chinese", + "Ask_AI": "Ask AI", + "Enter_reply": "Enter reply", + "Processing_content_cannot_be_empty": "Processing content cannot be empty", + "AI_error_message": "Request error, please try again", + "Add_video_link": "Add video link", + "Link_Seafile_video_file": "Link Seafile video file", + "Select_video_file": "Select video file", + "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,", + "And_select_insert_-_image_to_upload": "and select 「insert」 - 「image」 to upload.", + "Image_copy_error": "Image copy error", + "Image_is_uploading": "Image is uploading...", + "Select_at_least_one_row_record": "Select at least one row record", + "Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows", + "Select_seatable_rows": "Select seatable rows", + "Add_rows_record": "Add rows record", + "Double_click_then_adjust_field_width": "Double click, then adjust field width", + "Insert_chart": "Insert chart", + "Edit_chart": "Edit chart", + "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first" } diff --git a/media/sdoc-editor/locales/ru/sdoc-editor.json b/media/sdoc-editor/locales/ru/sdoc-editor.json index f30a3d19c7..8b85479e76 100644 --- a/media/sdoc-editor/locales/ru/sdoc-editor.json +++ b/media/sdoc-editor/locales/ru/sdoc-editor.json @@ -562,10 +562,10 @@ "the_past_year": "в прошлом году", "the_next_numbers_of_days": "ближайшее количество дней", "the_past_numbers_of_days": "прошедшее количество дней", - "Double_click_to_enter_edit_mode_and_adjust_field_width": "Дважды щелкните, чтобы войти в режим редактирования и отрегулировать ширину поля", + "Double_click_to_enter_edit_mode_and_adjust_field_width" : "Дважды щелкните, чтобы войти в режим редактирования и отрегулировать ширину поля", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Введите комментарий, Enter для новой строки, Shift + Enter для отправки", "Sub_table": "Таблица", - "Search_1": "Поиск...", + "Search_action": "Поиск действия...", "Comment_details": "Подробности комментария", "Two_column": "2 столбца", "Three_column": "3 столбца", @@ -594,18 +594,15 @@ "Try_again": "Попробовать еще раз", "Deprecation": "Устаревание", "Generated_content_x_words": "Сгенерированный контент {{count}} слов", - "Ask_AI_anything": "Введите команду...", + "Ask_AI_anything": "Спросите ИИ о чем угодно...", "Thinking": "Думаю...", "Translation_error_message": "Ошибка перевода, попробуйте еще раз.", "The_translation_content_cannot_be_empty": "Содержание перевода не может быть пустым", "Processing_message": "Обработка, подождите...", - "AI_tip_content": "Вы хотите удалить текущее содержимое?", + "AI_tip_content": "Удалить текущий контент?", "Discard": "Отменить", "English": "English", "Chinese": "Китайский", - "French": "French", - "German": "German", - "Italian": "Italian", "Ask_AI": "Спросить ИИ", "Enter_reply": "Введите ответ", "Processing_content_cannot_be_empty": "Содержимое обработки не может быть пустым", @@ -623,25 +620,7 @@ "Select_seatable_rows": "Выберите доступные для размещения строки", "Add_rows_record": "Добавить записи строк", "Double_click_then_adjust_field_width": "Дважды щелкните, затем отрегулируйте ширину поля", - "SeaTable_row": "Строка SeaTable", - "Please_select_one_row_record": "Выберите одну строку записи", - "No_linked_records": "Нет связанных записей", - "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": "Открыть" + "Insert_chart": "Insert chart", + "Edit_chart": "Edit chart", + "Please_complete_the_chart_configuration_first": "Please complete the chart configuration first" } diff --git a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json index 34b49ef8c4..5e91d80d1e 100644 --- a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json @@ -612,7 +612,7 @@ "Processing_content_cannot_be_empty": "处理内容不能为空", "AI_error_message": "请求错误,请重试", "Add_video_link": "添加视频链接", - "Link_Seafile_video_file": "链接Seafile视频文件", + "Link_video_file": "链接视频文件", "Select_video_file": "选择视频文件", "Support_Youtube_Tencent_Bilibili_and_more": "支持Youtube,腾讯视频,B站及其他平台", "Image_cannot_be_copied_Please_download_the_source_image": "此照片不支持复制,请下载原图", @@ -640,8 +640,13 @@ "Comment_list": "评论列表", "Add_Comment": "添加评论", "Finish": "完成", - "Select_Excalidraw_file": "选择 Excalidraw 文件", + "Link_Excalidraw_file": "链接 Excalidraw 文件", "New_Excalidraw_file": "新建 Excalidraw 文件", "Whiteboard": "白板", - "Open": "打开" + "Open": "打开", + "Icon": "图标", + "Select_style": "选择样式", + "Edit_link": "编辑链接", + "Remove_link": "移除链接", + "Preview": "预览" } diff --git a/media/sdoc-editor/locales/zh_CN/sdoc-editor.json b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json index b1dfa69990..5e91d80d1e 100644 --- a/media/sdoc-editor/locales/zh_CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json @@ -586,6 +586,7 @@ "Create_a_new_file": "新建文件", "Suggestion": "建议", "Continuation": "继续写", + "More_fluent": "更加流畅", "More_details": "更加详细", "More_concise": "更加简单", "More_vivid": "更加生动", @@ -594,12 +595,12 @@ "Try_again": "再试一次", "Deprecation": "弃用", "Generated_content_x_words": "已生成内容 {{count}} 字", - "Ask_AI_anything": "请输入命令...", + "Ask_AI_anything": "请输入指令...", "Thinking": "思考中...", "Translation_error_message": "翻译出错,请重试", "The_translation_content_cannot_be_empty": "翻译内容不能为空", "Processing_message": "正在处理,请稍侯...", - "AI_tip_content": "你想要放弃当前内容吗?", + "AI_tip_content": "你想丢弃当前内容吗?", "Discard": "丢弃", "English": "英语", "Chinese": "中文", @@ -611,7 +612,7 @@ "Processing_content_cannot_be_empty": "处理内容不能为空", "AI_error_message": "请求错误,请重试", "Add_video_link": "添加视频链接", - "Link_Seafile_video_file": "链接Seafile视频文件", + "Link_video_file": "链接视频文件", "Select_video_file": "选择视频文件", "Support_Youtube_Tencent_Bilibili_and_more": "支持Youtube,腾讯视频,B站及其他平台", "Image_cannot_be_copied_Please_download_the_source_image": "此照片不支持复制,请下载原图", @@ -624,24 +625,28 @@ "Add_rows_record": "添加行记录", "Double_click_then_adjust_field_width": "双击后调节字段宽度", "SeaTable_row": "SeaTable 行", - "Please_select_one_row_record": "请选择一行记录", - "No_linked_records": "没有链接的记录", + "Please_select_one_row_record": "请选择一条记录", + "No_linked_records": "没有链接记录", "Insert_chart": "插入图表", "Edit_chart": "编辑图表", "Please_complete_the_chart_configuration_first": "请先完成图表配置", "chart": "图表", - "Image_is_upload_error": "图片上传失败,请删除图片并再次尝试", + "Image_is_upload_error": "图片上传失败,请删除后重新尝试", "Table_not_exist": "表格不存在,请删除当前表格元素", - "Row_not_exist": "行数据不存在,请删除当前行元素", + "Row_not_exist": "表格不存在,请删除当前行元素", "Presentation": "演示", "More_operation": "更多操作", "Property": "属性", "Comment_list": "评论列表", - "Add_Comment": "增加评论", + "Add_Comment": "添加评论", "Finish": "完成", - "More_fluent": "更流畅", - "Select_Excalidraw_file": "选择 Excalidraw 文件", + "Link_Excalidraw_file": "链接 Excalidraw 文件", "New_Excalidraw_file": "新建 Excalidraw 文件", "Whiteboard": "白板", - "Open": "打开" + "Open": "打开", + "Icon": "图标", + "Select_style": "选择样式", + "Edit_link": "编辑链接", + "Remove_link": "移除链接", + "Preview": "预览" }