From e7290dca81964499a82a7c08d04200feb8e1a357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=A1=BA=E5=BC=BA?= <978987373@qq.com> Date: Mon, 28 Aug 2023 14:49:26 +0800 Subject: [PATCH] push sdoc-editor translate to transifex (#5613) * push sdoc-editor translate to transifex * update translate --- .tx/config | 24 +- frontend/src/_i18n/i18n-sdoc-editor.js | 5 +- media/sdoc-editor/locales/cs/sdoc-editor.json | 399 +++++++++++----- media/sdoc-editor/locales/de/sdoc-editor.json | 435 +++++++++++++----- media/sdoc-editor/locales/en/sdoc-editor.json | 3 +- media/sdoc-editor/locales/es/sdoc-editor.json | 401 +++++++++++----- media/sdoc-editor/locales/fr/sdoc-editor.json | 417 ++++++++++++----- media/sdoc-editor/locales/it/sdoc-editor.json | 401 +++++++++++----- media/sdoc-editor/locales/ru/sdoc-editor.json | 401 +++++++++++----- .../locales/{zh-CN => zh_CN}/sdoc-editor.json | 50 +- 10 files changed, 1845 insertions(+), 691 deletions(-) rename media/sdoc-editor/locales/{zh-CN => zh_CN}/sdoc-editor.json (92%) diff --git a/.tx/config b/.tx/config index 60c180ec29..5f57779456 100644 --- a/.tx/config +++ b/.tx/config @@ -1,20 +1,28 @@ [main] host = https://www.transifex.com -[o:haiwen:p:seahub:r:djangopo] -file_filter = locale//LC_MESSAGES/django.po -source_file = locale/en/LC_MESSAGES/django.po -source_lang = en -type = PO - [o:haiwen:p:seahub:r:djangojspo] file_filter = locale//LC_MESSAGES/djangojs.po source_file = locale/en/LC_MESSAGES/djangojs.po source_lang = en -type = PO +type = PO + +[o:haiwen:p:seahub:r:djangopo] +file_filter = locale//LC_MESSAGES/django.po +source_file = locale/en/LC_MESSAGES/django.po +source_lang = en +type = PO + +[o:haiwen:p:seahub:r:sdoc-editor] +file_filter = media/sdoc-editor/locales//sdoc-editor.json +source_file = media/sdoc-editor/locales/en/sdoc-editor.json +type = KEYVALUEJSON +minimum_perc = 0 +resource_name = sdoc-editor [o:haiwen:p:seahub:r:seafile-editor] file_filter = media/locales//seafile-editor.json source_file = media/locales/en/seafile-editor.json source_lang = en -type = KEYVALUEJSON +type = KEYVALUEJSON + diff --git a/frontend/src/_i18n/i18n-sdoc-editor.js b/frontend/src/_i18n/i18n-sdoc-editor.js index d846258288..5800ab69e9 100644 --- a/frontend/src/_i18n/i18n-sdoc-editor.js +++ b/frontend/src/_i18n/i18n-sdoc-editor.js @@ -4,7 +4,8 @@ import LanguageDetector from 'i18next-browser-languagedetector'; import { initReactI18next } from 'react-i18next'; import { mediaUrl } from '../utils/constants'; -const { lang = 'en' } = window.app.config; +let { lang = 'en' } = window.app.config; +lang = lang === 'zh-cn' ? 'zh_cn' : lang; // Compatible with transifex platform i18n .use(Backend) @@ -16,7 +17,7 @@ i18n ns: ['sdoc-editor'], defaultNS: 'sdoc-editor', - whitelist: ['en', 'zh-CN', 'fr', 'de', 'cs', 'es', 'es-AR', 'es-MX', 'ru'], + whitelist: ['en', 'zh_CN', 'fr', 'de', 'cs', 'es', 'es-AR', 'es-MX', 'ru'], backend: { loadPath: mediaUrl + 'sdoc-editor/locales/{{ lng }}/{{ ns }}.json', diff --git a/media/sdoc-editor/locales/cs/sdoc-editor.json b/media/sdoc-editor/locales/cs/sdoc-editor.json index 1f8e2fbf20..67d287c5f0 100644 --- a/media/sdoc-editor/locales/cs/sdoc-editor.json +++ b/media/sdoc-editor/locales/cs/sdoc-editor.json @@ -1,108 +1,164 @@ { - "bold": "Tučně", - "italic": "Kurzíva", - "inline_code": "Kód", - "header_one": "Záhlaví 1", - "header_two": "Záhlaví 2", - "header_three": "Záhlaví 3", - "header_four": "Záhlaví 4", - "header_five": "Záhlaví 5", - "header_six": "Záhlaví 6", - "paragraph": "Odstavec", - "quote": "Citace", - "ordered_list": "Číslovaný seznam", - "unordered_list": "Nečíslovaný seznam", - "check_list_item": "Zkontrolovat položku seznamu", - "insert_image": "Vložit obrázek", - "code": "Řádkový kód", - "code_block": "Blok kódu", - "insert_link": "Vložit odkaz", - "insert_table": "Vložit tabulku", - "save": "Uložit", - "more": "Více", - "invalid_url": "Chybná URL", - "link_address": "Adresa odkazu", - "image_address": "Adresa obrázku", - "submit": "Odeslat", - "cancel": "Storno", - "switch_to_plain_text_editor": "Přepnout do textového editoru", - "switch_to_rich_text_editor": "Přepnout do rozšířeného textového editoru", - "switch_to_viewer": "Přepnout do značkovacího prohlížeče", - "help": "Pomoc", - "Remove_table": "Odebrat tabulku", - "column": "Sloupec", - "row": "Řádek", - "set_align": "Nastavit zarovnání", - "left": "Vlevo", - "center": "Střed", - "right": "Vpravo", - "file_saved": "Soubor uložen", - "file_failed_to_save": "Soubor nebyl uložen", - "star": "Přidat hvězdičku", - "unstar": "Odebrat hvězdičku", - "back_to_parent_directory":"Zpět do nadřazeného adresáře", - "edit":"editovat", - "copy": "Kopírovat", - "copied": "Zkopírováno", - "internal_link": "Interní odkaz", - "copy_internal_link": "Interní odkaz byl zkopírován do schránky", - "internal_link_desc": "Interní odkaz směřuje na soubor nebo složku u které má uživatel oprávnění ke čtení.", - "share": "Sdílet", - "share_link": "Veřejný odkaz", - "generate": "Generovat", - "add_password_protection": "Přidat ochranu heslem", - "password": "Heslo", - "at_least_8_characters": "nejméně 8 znaků", - "password_again": "Heslo znovu", - "add_auto_expiration": "Přidat automatickou expiraci", - "days": "dní", - "please_enter_password": "Zadejte heslo", - "greater_than_or_equal_to": "Vyšší nebo rovno", - "less_than_or_equal_to": "Nižší nebo rovno", - "set_permission": "Nastavit oprávnění", - "preview_and_download": "Zobrazit a stáhnout", - "preview_only": "Pouze zobrazit", - "please_enter_valid_days": "Zadejte platné dny", - "please_enter_a_non-negative_integer": "Vložte prosím nezáporné celé číslo", - "please_enter_days": "Prosím zadejte dny", - "password_is_too_short": "Heslo je příliš krátké.", - "passwords_do_not_match": "Hesla nesouhlasí", - "return_to_wiki_page": "Návrat na stránku Wiki", - "insert_network_image": "Vložit síťový obrázek", - "upload_local_image": "Nahrát lokální obrázek", - "add_link": "Přidat odkaz", - "file_history": "Historie souboru", - "history_version": "Historie verzí", - "back_to_viewer": "Zpět na prohlížeč", - "link_title": "Název odkazu", - "local_draft": "Místní koncept", - "use_draft": "Použít koncept", - "delete_draft": "Smazat koncept", - "you_have_an_unsaved_draft_do_you_like_to_use_it": "Máte neuložený koncept. Chcete ho použít?", - "local_draft_saved": "Místní koncept byl uložen", - "new_draft": "Nový návrh", - "edit_draft": "Upravit návrh", - "this_file_has_a_draft": "Tento soubor má koncept.", - "delete": "Smazat", - "comments": "Komentáře", - "add_a_comment": "Přidat komentář…", - "no_comment_yet": "Žádné komentáře", + "Bold": "Tučně", + "Italic": "Kurzíva", + "Underline": "Underline", + "Strikethrough": "Strikethrough", + "Superscript": "Superscript", + "Subscript": "Subscript", + "Inline_code": "Kód", + "Header_one": "Záhlaví 1", + "Header_two": "Záhlaví 2", + "Header_three": "Záhlaví 3", + "Header_four": "Záhlaví 4", + "Header_five": "Záhlaví 5", + "Header_six": "Záhlaví 6", + "Paragraph": "Odstavec", + "Quote": "Citace", + "Ordered_list": "Seřazený seznam", + "Unordered_list": "Neseřazený seznam", + "Check_list_item": "Check list item", + "Insert_image": "Insert image", + "Insert_formula": "Insert formula", + "Formula": "Formula", + "Insert_file": "Insert file", + "Code": "Řádkový kód", + "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": "Uložit", + "More": "Více", + "Invalid_url": "Chybná URL", + "Link_address": "Adresa odkazu", + "Image_address": "Adresa obrázku", + "Submit": "Odeslat", + "Cancel": "Storno", + "Switch_to_plain_text_editor": "Přepnout do textového editoru", + "Switch_to_rich_text_editor": "Přepnout do rozšířeného textového editoru", + "Switch_to_viewer": "Přepnout do značkovacího prohlížeče", + "Help": "Pomoc", + "Column": "Sloupec", + "Row": "Řádek", + "Delete_table": "Delete table", + "Delete_row": "Delete row", + "Delete_column": "Delete column", + "Insert_row": "Insert row", + "Insert_column": "Insert column", + "Set_align": "Nastavit zarovnání", + "Left": "Vlevo", + "Center": "Střed", + "Right": "Vpravo", + "File_saved": "Soubor uložen", + "File_failed_to_save": "Soubor nebyl uložen", + "Back_to_parent_directory":"Zpět do nadřazeného adresáře", + "Edit": "Upravit", + "Copy": "Kopírovat", + "Copied": "Zkopírováno", + "Internal_link": "Interní odkaz", + "Copy_internal_link": "Interní odkaz byl zkopírován do schránky", + "Internal_link_desc": "Interní odkaz směřuje na soubor nebo složku u které má uživatel oprávnění ke čtení.", + "Share": "Sdílet", + "Share_link": "Share link", + "Generate": "Generovat", + "Add_password_protection": "Přidat ochranu heslem", + "Password": "Heslo", + "At_least_8_characters": "nejméně 8 znaků", + "Password_again": "Heslo znovu", + "Add_auto_expiration": "Přidat automatickou expiraci", + "Days": "dní", + "Please_enter_password": "Zadejte heslo", + "Greater_than_or_equal_to": "Vyšší nebo rovno", + "Less_than_or_equal_to": "Nižší nebo rovno", + "Set_permission": "Nastavit oprávnění", + "Preview_and_download": "Zobrazit a stáhnout", + "Preview_only": "Pouze zobrazit", + "Please_enter_valid_days": "Zadejte platné dny", + "Please_enter_a_non-negative_integer": "Vložte prosím nezáporné celé číslo", + "Please_enter_days": "Prosím zadejte dny", + "Password_is_too_short": "Heslo je příliš krátké.", + "Passwords_do_not_match": "Hesla nesouhlasí", + "Return_to_wiki_page": "Návrat na stránku Wiki", + "Insert_network_image": "Vložit síťový obrázek", + "Upload_local_image": "Nahrát lokální obrázek", + "Add_link": "Přidat odkaz", + "File_history": "File history", + "History_version": "History versions", + "Back_to_viewer": "Back to viewer", + "Link_title": "Název odkazu", + "Local_draft": "Místní koncept", + "Use_draft": "Použít koncept", + "Delete_draft": "Smazat koncept", + "You_have_an_unsaved_draft_do_you_like_to_use_it": "Máte neuložený koncept. Chcete ho použít?", + "Local_draft_saved": "Místní koncept byl uložen", + "New_draft": "New draft", + "View_draft": "View draft", + "Publish": "Zveřejnit", + "This_file_has_a_draft": "Tento soubor má koncept.", + "Delete": "Smazat", + "Reply": "Odpověď", + "Comment": "Komentář", + "Comments": "Komentáře", + "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": "Přidat komentář…", + "No_comment_yet": "Žádné komentáře", "Mark_as_Resolved": "Označit jako vyřešené", - "ask_for_review": "Požádat o kontrolu", - "review_already_exists": "Kontrola již existuje. ", - "view_review": "Zobrazit kontrolu", - "there_is_an_associated_review_with_this_file": "K tomuto souboru je přiřazená kontrola", - "start_review": "Začít kontrolu", - "this_file_is_in_draft_stage": "Tento soubor je ve fázi návrhu.", - "this_file_is_in_review_stage": "Tento soubor je ve fázi kontroly.", - "this_file_has_been_updated": "Tento soubor byl aktualizován.", - "refresh": "Obnovit", - "related_files": "související soubory", - "related_file": "související soubor", - "no_tags": "Žádné značky", - "no_related_files": "Žádné související soubory", - "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", - "userHelp": { + "Resubmit": "Resubmit", + "Resubmitted": "Resubmitted", + "Ask_for_review": "Požádat o kontrolu", + "Review_already_exists": "Kontrola již existuje. ", + "View_review": "Zobrazit kontrolu", + "There_is_an_associated_review_with_this_file": "K tomuto souboru je přiřazená kontrola", + "Start_review": "Začít kontrolu", + "This_file_is_in_draft_stage": "Tento soubor je ve fázi návrhu.", + "This_file_is_in_review_stage": "Tento soubor je ve fázi kontroly.", + "This_file_has_been_updated": "Tento soubor byl aktualizován.", + "Refresh": "Obnovit", + "Related_files": "Related files", + "Related_file": "Related file", + "No_tags": "Žádné značky", + "Date": "Datum", + "Participants": "Účastníci", + "Meeting_note": "Poznámky ze schůzky", + "Chooser_document_type": "Výběr typu dokumentu", + "Empty": "Prázdný", + "No_related_files": "Žádné související soubory", + "No_out_line": "Bez obrysu", + "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Úpravy souborů v tomto prohlížeči mohou způsobit malé problémy se zobrazením.", + "No_document_improvement_suggestion": "Žádný návrh na zlepšení dokumentu", + "Hide_side_panel": "Skrýt postranní panel", + "Show_side_panel": "Zobrazit postranní panel", + "Show_resolved_comments": "Zobrazit vyřešené komentáře", + "Update": "Aktualizovat", + "Width": "Šířka", + "Height": "Výška", + "Full_screen": "Celá obrazovka", + "Insert_library_image": "Vložit obrázek knihovny", + "Size": "Velikost", + "Location": "Umístění", + "Last_update": "Last update", + "Tags": "Štítky", + "Add_participants": "Přidat účastníky", + "Clear_format": "Clear format", + "MarkdownLint": { + "missing_h1": { + "description": "V dokumentu není žádný h1", + "issue" : "Chybí h1" + }, + "heading_end_with_colon": { + "description": "Koncová interpunkce v záhlaví by neměla být dvojtečka", + "issue": "Záhlaví končí dvojtečkou" + }, + "heading_increase_irregular": { + "description": "Úrovně nadpisů by se měly zvyšovat vždy pouze o jednu úroveň", + "issue": "Problém s úrovní nadpisu" + } + }, + "Shortcut_help": "Shortcut help", + "User_help": { "title": "Klávesové zkratky", "userHelpData": [ { @@ -144,6 +200,11 @@ "Insert_Table_Row": "Vložit řádku tabulky", "Escape_table": "Opustit tabulku" } + }, { + "shortcutType": "Zkratky vzorečku", + "shortcutData": { + "Insert_Formula": "Insert Formula" + } }, { "shortcutType":"Řádkové zkratky", "shortcutData": { @@ -165,5 +226,135 @@ } } ] - } + }, + "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": "Ukládání…", + "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": "Otevřít rodičovský adresář", + "Redo": "redo", + "Undo": "undo", + "Open_link": "Open link", + "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns", + "Rows": "Řádky", + "Columns": "Sloupce", + "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": "Starred", + "Unstarred": "Unstarred", + "Star": "Hvězdička", + "Unstar": "Odebrat z oblíbených", + "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_a_comment": "Enter a comment", + "Enter_a_reply": "Enter a reply", + "Reopen_discussion" : "Adding a reply will reopen this discussion", + "Confirm": "Potvrdit", + "View_changes": "View changes", + "Revision": "Revision", + "Error": "Chyba", + "Start_revise": "Start 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": "Koncept", + "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": "Výchozí", + "No_revisions": "No revisions", + "1_revision": "1 revision", + "x_revisions": "{{count}} revisions", + "Creator": "Vytvořil", + "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": "Font", + "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", + "Sdoc_document" : "Sdoc document", + "Text_Link": "Text Link", + "Icon_and_text_Link": "Icon and text Link", + "Card": "Card", + "Select_sdoc_document": "Select sdoc document", + "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": "Obrázek", + "Table": "Tabulka", + "Link": "Odkaz", + "Transform_to": "Transform to" } diff --git a/media/sdoc-editor/locales/de/sdoc-editor.json b/media/sdoc-editor/locales/de/sdoc-editor.json index af82427279..1f28977e32 100644 --- a/media/sdoc-editor/locales/de/sdoc-editor.json +++ b/media/sdoc-editor/locales/de/sdoc-editor.json @@ -1,121 +1,177 @@ { - "bold": "Fett", - "italic": "Kursiv", - "inline_code": "Code", - "header_one": "Überschrift 1", - "header_two": "Überschrift 2", - "header_three": "Überschrift 3", - "header_four": "Überschrift 4", - "header_five": "Überschrift 5", - "header_six": "Überschrift 6", - "paragraph": "Absatz", - "quote": "Zitat", - "ordered_list": "Nummerierte Liste", - "unordered_list": "Ungeordnete Liste", - "check_list_item": "Listeneintrag überprüfen", - "insert_image": "Bild einfügen", - "code": "Inline-Code", - "code_block": "Codeblock", - "insert_link": "Link einfügen", - "insert_table": "Tabelle einfügen", - "save": "Speichern", - "more": "Mehr", - "invalid_url": "Ungültige Adresse", - "link_address": "Adresse des Links", - "image_address": "Adresse des Bildes", - "submit": "Absenden", - "cancel": "Abbrechen", - "switch_to_plain_text_editor": "Zum reinen Texteditor wechseln", - "switch_to_rich_text_editor": "Zum Editor mit Formatierungen wechseln", - "switch_to_viewer": "Zur Markdown-Vorschau wechseln", - "help": "Hilfe", - "Remove_table": "Tabelle entfernen", - "column": "Spalte", - "row": "Zeile", - "set_align": "Ausrichtung festlegen", - "left": "Links", - "center": "Zentrieren", - "right": "Rechts", - "file_saved": "Datei gespeichert.", - "file_failed_to_save": "Datei konnte nicht gespeichert werden.", - "star": "Stern hinzufügen", - "unstar": "Stern entfernen", - "back_to_parent_directory":"Zurück zum übergeordneten Verzeichnis", - "edit":"Bearbeiten", - "copy": "Kopieren", - "copied": "Kopiert", - "internal_link": "Interner Link", - "copy_internal_link": "Der interne Link ist in den Zwischenspeicher kopiert", - "internal_link_desc": "Ein interner Link ist eine Verlinkung auf eine Datei oder einen Ordner, die von Anderen genutzt werden kann, soweit sie die entsprechenden Leserechte haben.", - "share": "Freigeben", - "share_link": "Link freigeben", - "generate": "Erstellen", - "add_password_protection": "Passwort hinzufügen", - "password": "Passwort", - "at_least_8_characters": "mindestens 8 Zeichen", - "password_again": "Passwort erneut eingeben", - "add_auto_expiration": "Befristung hinzufügen", - "days": "Tage", - "please_enter_password": "Bitte geben Sie ein Passwort ein", - "greater_than_or_equal_to": "Größer oder gleich", - "less_than_or_equal_to": "Weniger oder gleich", - "set_permission": "Rechte festlegen", - "preview_and_download": "Vorschau und Herunterladen", - "preview_only": "Nur Vorschau erlaubt", - "please_enter_valid_days": "Bitte geben Sie eine gültige Anzahl von Tagen ein", - "please_enter_a_non-negative_integer": "Bitte geben Sie eine Zahl größer oder gleich Null ein", - "please_enter_days": "Bitte geben Sie Tage ein", - "password_is_too_short": "Passwort ist zu kurz", - "passwords_do_not_match": "Passwörter stimmen nicht überein", - "return_to_wiki_page": "Zurück zur Wiki-Seite", - "insert_network_image": "Bild aus dem Netzwerk einfügen", - "upload_local_image": "Lokales Bild hochladen", - "add_link": "Link hinzufügen", - "file_history": "Dateiversionen", - "history_version": "Versionen", - "back_to_viewer": "Zurück zur Vorschau", - "link_title": "Titel des Links", - "local_draft": "Lokaler Entwurf", - "use_draft": "Entwurf verwenden", - "delete_draft": "Entwurf löschen", - "you_have_an_unsaved_draft_do_you_like_to_use_it": "Es gibt einen ungespeicherten Entwurf. Möchten Sie ihn verwenden?", - "local_draft_saved": "Lokaler Entwurf gespeichert", - "new_draft": "Neuer Entwurf", - "edit_draft": "Entwurf bearbeiten", - "this_file_has_a_draft": "Zu dieser Datei gibt es einen Entwurf.", - "delete": "Löschen", - "comments": "Kommentare", - "add_a_comment": "Kommentieren …", - "no_comment_yet": "Noch nicht kommentiert.", + "Bold": "Fett", + "Italic": "Kursiv", + "Underline": "Underline", + "Strikethrough": "Durchstreichen", + "Superscript": "Superscript", + "Subscript": "Subscript", + "Inline_code": "Code", + "Header_one": "Überschrift 1", + "Header_two": "Überschrift 2", + "Header_three": "Überschrift 3", + "Header_four": "Überschrift 4", + "Header_five": "Überschrift 5", + "Header_six": "Überschrift 6", + "Paragraph": "Absatz", + "Quote": "Blockquote", + "Ordered_list": "Nummerierte Liste", + "Unordered_list": "Ungeordnete Liste", + "Check_list_item": "Check list item", + "Insert_image": "Insert image", + "Insert_formula": "Insert formula", + "Formula": "Formel", + "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": "Speichern", + "More": "Mehr", + "Invalid_url": "Ungültige Adresse", + "Link_address": "Link-URL", + "Image_address": "Bild-URL", + "Submit": "Speichern", + "Cancel": "Abbrechen", + "Switch_to_plain_text_editor": "Zum Plain Text Editor wechseln", + "Switch_to_rich_text_editor": "Zum Rich Text Editor wechseln", + "Switch_to_viewer": "Zur Markdown-Vorschau wechseln", + "Help": "Hilfe", + "Column": "Spalte", + "Row": "Zeile", + "Delete_table": "Delete table", + "Delete_row": "Delete row", + "Delete_column": "Delete column", + "Insert_row": "Insert row", + "Insert_column": "Insert column", + "Set_align": "Ausrichtung festlegen", + "Left": "Links", + "Center": "Zentrieren", + "Right": "Rechts", + "File_saved": "Die Datei wurde gespeichert.", + "File_failed_to_save": "Die Datei konnte nicht gespeichert werden.", + "Back_to_parent_directory":"Zurück zum übergeordneten Verzeichnis", + "Edit": "Bearbeiten", + "Copy": "Kopieren", + "Copied": "Kopiert", + "Internal_link": "Interner Link", + "Copy_internal_link": "Der interne Link wurde in den Zwischenspeicher kopiert.", + "Internal_link_desc": "Interne Links sind Verweise auf Dateien bzw. Ordner, die nur von Benutzer/innen mit mindestens Leserechten für die Dateien bzw. Ordner genutzt werden können. Interne Links eignen sich insbesondere für die interne Kommunikation in Ticket-/CRM-Systemen sowie E-Mails und Chats.", + "Share": "Freigeben", + "Share_link": "Share link", + "Generate": "Erstellen", + "Add_password_protection": "Passwort hinzufügen", + "Password": "Passwort", + "At_least_8_characters": "mindestens 8 Zeichen", + "Password_again": "Passwort erneut eingeben", + "Add_auto_expiration": "Befristung hinzufügen", + "Days": "Tage", + "Please_enter_password": "Bitte geben Sie ein Passwort ein", + "Greater_than_or_equal_to": "Größer oder gleich", + "Less_than_or_equal_to": "Weniger oder gleich", + "Set_permission": "Berechtigung festlegen", + "Preview_and_download": "Vorschau und Herunterladen", + "Preview_only": "Nur Vorschau erlaubt", + "Please_enter_valid_days": "Bitte geben Sie eine gültige Anzahl von Tagen ein", + "Please_enter_a_non-negative_integer": "Bitte geben Sie eine Zahl größer oder gleich Null ein", + "Please_enter_days": "Bitte geben Sie Tage ein", + "Password_is_too_short": "Das Passwort ist zu kurz", + "Passwords_do_not_match": "Passwörter stimmen nicht überein", + "Return_to_wiki_page": "Zurück zur Wiki-Seite", + "Insert_network_image": "Bild per URL einfügen", + "Upload_local_image": "Bild hochladen und einfügen", + "Add_link": "Link hinzufügen", + "File_history": "File history", + "History_version": "History versions", + "Back_to_viewer": "Back to viewer", + "Link_title": "Linktext", + "Local_draft": "Lokaler Entwurf", + "Use_draft": "Entwurf verwenden", + "Delete_draft": "Entwurf löschen", + "You_have_an_unsaved_draft_do_you_like_to_use_it": "Es gibt einen ungespeicherten Entwurf. Möchten Sie ihn verwenden?", + "Local_draft_saved": "Lokaler Entwurf gespeichert", + "New_draft": "New draft", + "View_draft": "View draft", + "Publish": "Veröffentlichen", + "This_file_has_a_draft": "Zu dieser Datei gibt es einen Entwurf.", + "Delete": "Löschen", + "Reply": "Antworten", + "Comment": "Kommentar", + "Comments": "Kommentare", + "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": "Kommentar einfügen", + "No_comment_yet": "Keine Kommentare vorhanden", "Mark_as_Resolved": "Als erledigt markieren", - "ask_for_review": "Um ein Review bitten", - "review_already_exists": "Es gibt bereits ein Review.", - "view_review": "Review anzeigen", - "there_is_an_associated_review_with_this_file": "Es gibt ein Review zu dieser Datei.", - "start_review": "Review schreiben", - "this_file_is_in_draft_stage": "Die Datei hat den Status Entwurf", - "this_file_is_in_review_stage": "Die Datei hat den Status Review.", - "this_file_has_been_updated": "Die Datei wurde aktualisiert.", - "refresh": "Aktualisieren", - "related_files": "Zugehörige Dateien", - "related_file": "Zugehörige Datei", - "no_tags": "Keine Tags", - "no_related_files": "Keine zugehörigen Dateien", - "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", - "userHelp": { - "title": "Tastaturkürzel", + "Resubmit": "Resubmit", + "Resubmitted": "Resubmitted", + "Ask_for_review": "Um ein Review bitten", + "Review_already_exists": "Es gibt bereits ein Review.", + "View_review": "Review anzeigen", + "There_is_an_associated_review_with_this_file": "Es gibt ein Review zu dieser Datei.", + "Start_review": "Review schreiben", + "This_file_is_in_draft_stage": "Die Datei hat den Status Entwurf", + "This_file_is_in_review_stage": "Die Datei hat den Status Review.", + "This_file_has_been_updated": "Die Datei wurde aktualisiert.", + "Refresh": "Aktualisieren", + "Related_files": "Related files", + "Related_file": "Related file", + "No_tags": "Keine Tags", + "Date": "Datum", + "Participants": "Teilnehmer", + "Meeting_note": "Besprechungsnotiz", + "Chooser_document_type": "Auswahl Dokumenttyp", + "Empty": "Leer", + "No_related_files": "Keine zugehörigen Dateien", + "No_out_line": "Keine Gliederung", + "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Beim Bearbeiten von Dateien in diesem Browser können leichte Probleme bei der Anzeige auftreten.", + "No_document_improvement_suggestion": "Keine Vorschläge zur Verbesserung des Dokuments", + "Hide_side_panel": "Seitenleiste verbergen", + "Show_side_panel": "Seitenleiste anzeigen", + "Show_resolved_comments": "Erledigte Kommentare anzeigen", + "Update": "Aktualisieren", + "Width": "Breite", + "Height": "Höhe", + "Full_screen": "Vollbild", + "Insert_library_image": "Bild aus Bibliothek einfügen", + "Size": "Größe", + "Location": "Ort", + "Last_update": "Last update", + "Tags": "Tags", + "Add_participants": "Teilnehmer hinzufügen", + "Clear_format": "Clear format", + "MarkdownLint": { + "missing_h1": { + "description": "Es gibt keine Hauptüberschrift (h1) in dem Text", + "issue" : "Hauptüberschrift (h1) fehlt" + }, + "heading_end_with_colon": { + "description": "Überschriften dürfen nicht mit einem Doppelpunkt enden.", + "issue": "Überschrift endet mit einem Doppelpunkt" + }, + "heading_increase_irregular": { + "description": "Überschriften sollten in aufeinander folgenden Stufen angelegt werden", + "issue": "Stufe der Überschrift überprüfen" + } + }, + "Shortcut_help": "Hilfe Tastenkombinationen", + "User_help": { + "title": "Tastenkombinationen", "userHelpData": [ { - "shortcutType":"Kürzel für Listen", + "shortcutType":"Listen", "shortcutData": { - "Make_list": "Liste anlegen", + "Make_list": "Ungeordnete Liste anlegen", "Make_ordered_list": "Nummerierte Liste anlegen", - "Insert_new_item": "Neues Objekt einfügen", - "Insert_child_in_item": "Unterobjekt einfügen", - "Increase_depth": "Tiefe erhöhen" + "Insert_new_item": "Neues Listenelement einfügen", + "Insert_child_in_item": "Textzeile einfügen", + "Increase_depth": "Einzug erhöhen" } }, { - "shortcutType": "Kürzel für Überschriften", + "shortcutType": "Überschriften", "shortcutData": { "Heading_1": "Überschrift 1", "Heading_2": "Überschrift 2", @@ -125,27 +181,32 @@ "Heading_6": "Überschrift 6" } }, { - "shortcutType": "Kürzel für Code", + "shortcutType": "Codeblock", "shortcutData": { "Make_code_block": "Codeblock anlegen", "Insert_new_line": "Neue Zeile einfügen", "Escape_code_block": "Codeblock beenden", - "Insert_indent": "Einzug einfügen" + "Insert_indent": "Einzug erhöhen" } }, { - "shortcutType": "Kürzel für Blockzitat", + "shortcutType": "Blockquote", "shortcutData": { - "Make_Block_quote": "Blockzitat anlegen", - "Escape_Block_quote": "Blockzitat beenden" + "Make_Block_quote": "Blockquote einfügen", + "Escape_Block_quote": "Blockquote beenden" } }, { - "shortcutType": "Kürzel für Tabellen", + "shortcutType": "Tabellen", "shortcutData": { "Insert_Table_Row": "Tabellenzeile einfügen", "Escape_table": "Tabelle beenden" } }, { - "shortcutType":"Kürzel für Inline-Text", + "shortcutType": "Formeln", + "shortcutData": { + "Insert_Formula": "Formel einfügen" + } + }, { + "shortcutType":"Textformatierung", "shortcutData": { "Bold": "Fett", "Italic": "Kursiv", @@ -153,17 +214,147 @@ "Inline_code": "Inline-Code" } }, { - "shortcutType": "Kürzel speichern", + "shortcutType": "Speichern", "shortcutData": { "Save_file": "Datei speichern" } }, { - "shortcutType": "Kürzel für Bilder", + "shortcutType": "Bilder", "shortcutData": { - "Paste_screen_shot": "Bildschirmfoto einfügen", - "Drag_image_from_anywhere_to_upload_it": "Datei zum Hochladen hierher ziehen" + "Paste_screen_shot": "Bild aus Zwischenablage einfügen", + "Drag_image_from_anywhere_to_upload_it": "Bilder zum Einfügen/Hochladen ins Dokument ziehen" } } ] - } + }, + "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": "Speichere ...", + "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": "Übergeordneten Ordner öffnen", + "Redo": "redo", + "Undo": "undo", + "Open_link": "Open link", + "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns", + "Rows": "Zeilen", + "Columns": "Spalten", + "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": "Favoriten", + "Unstarred": "Unstarred", + "Star": "Favoriten hinzufügen", + "Unstar": "Aus Favoriten entfernen", + "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_a_comment": "Enter a comment", + "Enter_a_reply": "Enter a reply", + "Reopen_discussion" : "Adding a reply will reopen this discussion", + "Confirm": "Bestätigen", + "View_changes": "View changes", + "Revision": "Revision", + "Error": "Fehler", + "Start_revise": "Start 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": "Entwurf", + "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": "Standard", + "No_revisions": "No revisions", + "1_revision": "1 revision", + "x_revisions": "{{count}} revisions", + "Creator": "Eigentümer", + "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": "Schriftart", + "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", + "Sdoc_document" : "Sdoc document", + "Text_Link": "Text Link", + "Icon_and_text_Link": "Icon and text Link", + "Card": "Card", + "Select_sdoc_document": "Select sdoc document", + "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": "Bild", + "Table": "Tabelle", + "Link": "Link", + "Transform_to": "Transform to" } diff --git a/media/sdoc-editor/locales/en/sdoc-editor.json b/media/sdoc-editor/locales/en/sdoc-editor.json index 0c89b44d46..89d4f652dc 100644 --- a/media/sdoc-editor/locales/en/sdoc-editor.json +++ b/media/sdoc-editor/locales/en/sdoc-editor.json @@ -356,5 +356,6 @@ "Image": "Image", "Table": "Table", "Link": "Link", - "Transform_to": "Transform to" + "Transform_to": "Transform to", + "Test": "Test" } diff --git a/media/sdoc-editor/locales/es/sdoc-editor.json b/media/sdoc-editor/locales/es/sdoc-editor.json index 8f605c489a..da5a7a8469 100644 --- a/media/sdoc-editor/locales/es/sdoc-editor.json +++ b/media/sdoc-editor/locales/es/sdoc-editor.json @@ -1,108 +1,164 @@ { - "bold": "Negrita", - "italic": "Itálica", - "inline_code": "Código", - "header_one": "Encabezado 1", - "header_two": "Encabezado 2", - "header_three": "Encabezado 3", - "header_four": "Encabezado 4", - "header_five": "Encabezado 5", - "header_six": "Encabezado 6", - "paragraph": "Párrafo", - "quote": "Cita", - "ordered_list": "Lista Ordenada", - "unordered_list": "Lista Desordenada", - "check_list_item": "Check List Item", - "insert_image": "Insertar Imagen", - "code": "Inline Code", - "code_block": "Bloque de Código", - "insert_link": "Insertar Enlace", - "insert_table": "Insertar Tabla", - "save": "Guardar", - "more": "Más", - "invalid_url": "URL Inválida", - "link_address": "Dirección del enlace", - "image_address": "Dirección de la imagen", - "submit": "Enviar", - "cancel": "Cancelar", - "switch_to_plain_text_editor": "Cambiar a editor de texto sin formato", - "switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido", - "switch_to_viewer": "Cambiar a visualizador Markdown", - "help": "Ayuda", - "Remove_table": "Eliminar tabla", - "column": "Columna", - "row": "Fila", - "set_align": "Establecer alineación", - "left": "Izquierda", - "center": "Centrar", - "right": "derecha", - "file_saved": "Archivo guardado", - "file_failed_to_save": "Fallo al guardar archivo", - "star": "Add star", - "unstar": "Remove star", - "back_to_parent_directory":"Volver a la carpeta superior", - "edit":"editar", - "copy": "Copiar", - "copied": "Copiado", - "internal_link": "Enlace interno", - "copy_internal_link": "El enlace interno ha sido copiado al portapapeles", - "internal_link_desc": "Un enlace interno es un enlace a un archivo o carpeta que puede ser accedido por usuarios con permiso de lectura al archivo o carpeta. ", - "share": "Compartir", - "share_link": "Compartir enlace", - "generate": "Generar", - "add_password_protection": "Agregar protección por contraseña", - "password": "Contraseña ", - "at_least_8_characters": "al menos 8 caracteres", - "password_again": "Repetir contraseña", - "add_auto_expiration": "Agregar vencimiento automático", - "days": "días", - "please_enter_password": "Ingresa una contraseña", - "greater_than_or_equal_to": "Mayor o igual que", - "less_than_or_equal_to": "Menor o igual que", - "set_permission": "Establecer permiso", - "preview_and_download": "Vista previa y descargar", - "preview_only": "Vista previa solamente", - "please_enter_valid_days": "Ingresa cantidad válida de días", - "please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo", - "please_enter_days": "Ingresa cantidad de días", - "password_is_too_short": "Contraseña demasiado corta", - "passwords_do_not_match": "Las contraseñas no concuerdan", - "return_to_wiki_page": "Volver a la página del Wiki", - "insert_network_image": "Insertar imágen desde la red", - "upload_local_image": "Subir imagen local", - "add_link": "Agregar enlace", - "file_history": "Historial del Archivo", - "history_version": "Historial de Versiones", - "back_to_viewer": "Volver al Visualizador", - "link_title": "Título del enlace", - "local_draft": "Borrador local", - "use_draft": "Usar borrador", - "delete_draft": "Eliminar borrador", - "you_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?", - "local_draft_saved": "Borrador local guardado", - "new_draft": "Nuevo Borrador", - "edit_draft": "Editar Borrador", - "this_file_has_a_draft": "Este archivo tiene un borrador", - "delete": "Borrar", - "comments": "Comentarios", - "add_a_comment": "Agregar un comentario...", - "no_comment_yet": "No hay comentarios.", - "Mark_as_Resolved": "Marcar como resuelto", - "ask_for_review": "Solicitar revisión", - "review_already_exists": "La revisión ya existe", - "view_review": "Ver revisión", - "there_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo", - "start_review": "Iniciar revisión", - "this_file_is_in_draft_stage": "Este archivo está en la etapa de borrador", - "this_file_is_in_review_stage": "Este archivo está en estado de revisión.", - "this_file_has_been_updated": "Este archivo ha sido actualizado.", - "refresh": "Refrescar", - "related_files": "archivos relacionados", - "related_file": "archivo relacionado", - "no_tags": "Sin etiquetas", - "no_related_files": "Sin archivos relacionados", - "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", - "userHelp": { + "Bold": "Negrita", + "Italic": "Itálica", + "Underline": "Underline", + "Strikethrough": "Tachado", + "Superscript": "Superscript", + "Subscript": "Subscript", + "Inline_code": "Código", + "Header_one": "Encabezado 1", + "Header_two": "Encabezado 2", + "Header_three": "Encabezado 3", + "Header_four": "Encabezado 4", + "Header_five": "Encabezado 5", + "Header_six": "Encabezado 6", + "Paragraph": "Párrafo", + "Quote": "Cita", + "Ordered_list": "Lista ordenada", + "Unordered_list": "Lista desordenada", + "Check_list_item": "Check list item", + "Insert_image": "Insert image", + "Insert_formula": "Insert formula", + "Formula": "Fórmula", + "Insert_file": "Insert file", + "Code": "Inline code", + "Code_block": "Code block", + "Insert_link": "Insert link", + "Insert_table": "Insert table", + "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50", + "Save": "Guardar", + "More": "Más", + "Invalid_url": "URL Inválida", + "Link_address": "Dirección del enlace", + "Image_address": "Dirección de la imagen", + "Submit": "Enviar", + "Cancel": "Cancelar", + "Switch_to_plain_text_editor": "Cambiar a editor de texto sin formato", + "Switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido", + "Switch_to_viewer": "Cambiar a visualizador Markdown", + "Help": "Ayuda", + "Column": "Columna", + "Row": "Fila", + "Delete_table": "Delete table", + "Delete_row": "Delete row", + "Delete_column": "Delete column", + "Insert_row": "Insert row", + "Insert_column": "Insert column", + "Set_align": "Establecer alineación", + "Left": "Izquierda", + "Center": "Centrar", + "Right": "derecha", + "File_saved": "Archivo guardado", + "File_failed_to_save": "Fallo al guardar archivo", + "Back_to_parent_directory":"Volver a la carpeta superior", + "Edit": "Editar", + "Copy": "Copiar", + "Copied": "Copiado", + "Internal_link": "Enlace interno", + "Copy_internal_link": "El enlace interno ha sido copiado al portapapeles", + "Internal_link_desc": "Un enlace interno es un enlace a un archivo o carpeta que puede ser accedido por usuarios con permiso de lectura al archivo o carpeta. ", + "Share": "Compartir", + "Share_link": "Compartir enlace", + "Generate": "Generar", + "Add_password_protection": "Agregar protección por contraseña", + "Password": "Contraseña ", + "At_least_8_characters": "al menos 8 caracteres", + "Password_again": "Repetir contraseña", + "Add_auto_expiration": "Agregar vencimiento automático", + "Days": "días", + "Please_enter_password": "Ingresa una contraseña", + "Greater_than_or_equal_to": "Mayor o igual que", + "Less_than_or_equal_to": "Menor o igual que", + "Set_permission": "Establecer permiso", + "Preview_and_download": "Vista previa y descargar", + "Preview_only": "Vista previa solamente", + "Please_enter_valid_days": "Ingresa cantidad válida de días", + "Please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo", + "Please_enter_days": "Ingresa cantidad de días", + "Password_is_too_short": "Contraseña demasiado corta", + "Passwords_do_not_match": "Las contraseñas no concuerdan", + "Return_to_wiki_page": "Volver a la página del Wiki", + "Insert_network_image": "Insertar imágen desde la red", + "Upload_local_image": "Subir imagen local", + "Add_link": "Agregar enlace", + "File_history": "File history", + "History_version": "History versions", + "Back_to_viewer": "Back to viewer", + "Link_title": "Título del enlace", + "Local_draft": "Borrador local", + "Use_draft": "Usar borrador", + "Delete_draft": "Eliminar borrador", + "You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?", + "Local_draft_saved": "Borrador local guardado", + "New_draft": "New draft", + "View_draft": "View draft", + "Publish": "Publicar", + "This_file_has_a_draft": "Este archivo tiene un borrador", + "Delete": "Borrar", + "Reply": "Responder", + "Comment": "Comentar", + "Comments": "Comentarios", + "All_comments": "All comments", + "Resolved_comments": "Resolved comments", + "Unresolved_comments": "Unresolved comments", + "Total_1_comment": "Total 1 comment", + "Total_count_comments": "Total {{count}} comments", + "Add_a_comment": "Agregar un comentario...", + "No_comment_yet": "No hay comentarios.", + "Mark_as_Resolved": "Marcar como Resuelto", + "Resubmit": "Resubmit", + "Resubmitted": "Resubmitted", + "Ask_for_review": "Solicitar revisión", + "Review_already_exists": "La revisión ya existe", + "View_review": "Ver revisión", + "There_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo", + "Start_review": "Iniciar revisión", + "This_file_is_in_draft_stage": "Este archivo está en la etapa de borrador", + "This_file_is_in_review_stage": "Este archivo está en estado de revisión.", + "This_file_has_been_updated": "Este archivo ha sido actualizado.", + "Refresh": "Refrescar", + "Related_files": "Related files", + "Related_file": "Related file", + "No_tags": "Sin etiquetas", + "Date": "Fecha", + "Participants": "Participantes", + "Meeting_note": "Nota de la reunión", + "Chooser_document_type": "Elija el tipo de documento", + "Empty": "Vacío", + "No_related_files": "Sin archivos relacionados", + "No_out_line": "No hay esquema", + "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editar archivos en este navegador puede producir algunos problemas en el display.", + "No_document_improvement_suggestion": "No hay sugerencias para mejorar el documento", + "Hide_side_panel": "Ocultar panel lateral", + "Show_side_panel": "Mostrar panel lateral", + "Show_resolved_comments": "Mostrar comentarios resueltos", + "Update": "Actualizar", + "Width": "Ancho", + "Height": "Alto", + "Full_screen": "Pantalla completa", + "Insert_library_image": "Insertar imagen desde la biblioteca", + "Size": "Tamaño", + "Location": "Ubicación", + "Last_update": "Last update", + "Tags": "Rótulos", + "Add_participants": "Agregar participantes", + "Clear_format": "Clear format", + "MarkdownLint": { + "missing_h1": { + "description": "No hay h1 en el documento", + "issue" : "Falta h1" + }, + "heading_end_with_colon": { + "description": "Un encabezado no debe finalizar con el signo Dos Puntos", + "issue": "El encabezado finaliza con el signo Dos Puntos" + }, + "heading_increase_irregular": { + "description": "Los niveles del encabezado sólo deben incrementarse de a uno por vez", + "issue": "Problema con nivel de encabezado" + } + }, + "Shortcut_help": "Ayuda de atajos", + "User_help": { "title": "Atajos de teclado", "userHelpData": [ { @@ -144,6 +200,11 @@ "Insert_Table_Row": "Insertar fila de tabla", "Escape_table": "Escape table" } + }, { + "shortcutType": "Atajos de fórmula", + "shortcutData": { + "Insert_Formula": "Insertar Fórmula" + } }, { "shortcutType":"Inline shortcuts", "shortcutData": { @@ -165,5 +226,135 @@ } } ] - } + }, + "The_link_address_is_required": "The link address is required.", + "The_link_title_is_required": "The link title is required.", + "The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.", + "All_changes_saved": "All changes saved", + "Saving": "Guardando...", + "Collaborators": "Collaborators", + "Online_members": "Online members", + "Me": "me", + "Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.", + "Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...", + "Server_is_reconnected": "Server is reconnected.", + "Outline": "Outline", + "Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here", + "Open_parent_folder": "Abrir carpeta contenedora", + "Redo": "redo", + "Undo": "undo", + "Open_link": "Open link", + "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns", + "Rows": "Filas", + "Columns": "Columnas", + "Please_enter_title": "Please enter title", + "Please_enter_text": "Please enter text", + "Row(s)": "row(s)", + "Column(s)": "column(s)", + "Insert_below": "Insert below", + "Insert_above": "Insert above", + "Insert_on_the_right": "Insert on the right", + "Insert_on_the_left": "Insert on the left", + "Starred": "Favoritos", + "Unstarred": "Unstarred", + "Star": "Marcar", + "Unstar": "Desmarcar", + "Auto_wrap": "Auto wrap", + "Add_comment": "Add comment", + "Delete_comment": "Delete comment", + "Delete_reply": "Delete reply", + "Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?", + "Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?", + "Enter_a_comment": "Enter a comment", + "Enter_a_reply": "Enter a reply", + "Reopen_discussion" : "Adding a reply will reopen this discussion", + "Confirm": "Confirmar", + "View_changes": "View changes", + "Revision": "Revision", + "Error": "Error", + "Start_revise": "Start revise", + "Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn", + "Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes", + "Load_doc_content_error": "Load doc content error", + "Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification", + "Draft": "Borrador", + "Unmark_as_draft": "Unmark as draft", + "Background_color": "Background color", + "No_color": "No color", + "Standard_color": "Standard color", + "Recently_used": "Recently used", + "More_color": "More color", + "White": "White", + "Black": "Black", + "Blue_grey": "Blue_grey", + "Blue": "Blue", + "Sky_blue": "Sky_blue", + "Green": "Green", + "Red": "Red", + "Orange": "Orange", + "Yellow": "Yellow", + "Purple": "Purple", + "Light_grey_x": "Light grey {{value}}", + "Dark_grey_x": "Dark grey {{value}}", + "Light_blue_grey_x": "Light blue grey {{value}}", + "Light_blue_x": "Light blue {{value}}", + "Light_sky_blue_x": "Light sky blue {{value}}", + "Light_green_x": "Light green {{value}}", + "Light_red_x": "Light red {{value}}", + "Light_orange_x": "Light orange {{value}}", + "Light_yellow_x": "Light yellow {{value}}", + "Light_purple_x": "Light purple {{value}}", + "Dark_blue_grey_x": "Dark blue grey {{value}}", + "Dark_blue_x": "Dark blue {{value}}", + "Dark_sky_blue_x": "Dark sky blue {{value}}", + "Dark_green_x": "Dark green {{value}}", + "Dark_red_x": "Dark red {{value}}", + "Dark_orange_x": "Dark orange {{value}}", + "Dark_yellow_x": "Dark yellow {{value}}", + "Dark_purple_x": "Dark purple {{value}}", + "Standard_dark_red": "Standard dark red", + "Standard_red": "Standard red", + "Standard_orange": "Standard orange", + "Standard_yellow": "Standard yellow", + "Standard_light_green": "Standard light green", + "Standard_green": "Standard green", + "Standard_light_blue": "Standard light blue", + "Standard_blue": "Standard blue", + "Standard_dark_blue": "Standard dark blue", + "Standard_purple": "Standard purple", + "Highlight_color": "Highlight", + "Font_color": "Font color", + "Default": "Predeterminado", + "No_revisions": "No revisions", + "1_revision": "1 revision", + "x_revisions": "{{count}} revisions", + "Creator": "Creador", + "Created_time": "Created time", + "Created_at": "Created at", + "Resolved_tip": "Mark as resolved and hide discussion", + "Search_language": "Search language", + "Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.", + "Repair": "Repair", + "Font_size": "Font size", + "Increase_font_size": "Increase font size", + "Reduce_font_size": "Reduce font size", + "Font": "Fuente", + "All_fonts": "All fonts", + "Default_font": "Default font", + "Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.", + "Recently_saved": "Recently saved", + "Sdoc_document" : "Sdoc document", + "Text_Link": "Text Link", + "Icon_and_text_Link": "Icon and text Link", + "Card": "Card", + "Select_sdoc_document": "Select sdoc document", + "Local_file": "Local file", + "Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again", + "Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page", + "Style": "Style", + "Insert": "Insert", + "Image": "Imagen", + "Table": "Tabla", + "Link": "Enlace", + "Transform_to": "Transform to" } diff --git a/media/sdoc-editor/locales/fr/sdoc-editor.json b/media/sdoc-editor/locales/fr/sdoc-editor.json index faf3493d6a..5ac63bd3db 100644 --- a/media/sdoc-editor/locales/fr/sdoc-editor.json +++ b/media/sdoc-editor/locales/fr/sdoc-editor.json @@ -1,108 +1,164 @@ { - "bold": "Gras", - "italic": "Italique", - "inline_code": "Code", - "header_one": "Titre 1", - "header_two": "Titre 2", - "header_three": "Titre 3", - "header_four": "Titre 4", - "header_five": "Titre 5", - "header_six": "Titre 6", - "paragraph": "Paragraphe", - "quote": "Citation", - "ordered_list": "Liste ordonnée", - "unordered_list": "Liste non ordonnée", - "check_list_item": "Élément liste de vérification", - "insert_image": "Insérer image", - "code": "Ligne de code", - "code_block": "Bloc de code", - "insert_link": "Insérer lien", - "insert_table": "Insérer table", - "save": "Sauvegarder", - "more": "Plus", - "invalid_url": "L'adresse n'est pas valide", - "link_address": "Adresse du lien", - "image_address": "Adresse de l'image", - "submit": "Soumettre", - "cancel": "Annuler", - "switch_to_plain_text_editor": "Basculer en éditeur de texte plein", - "switch_to_rich_text_editor": "Basculer en éditeur de texte riche", - "switch_to_viewer": "Basculer en visualiseur Markdown", - "help": "Aide", - "Remove_table": "Supprimer la table", - "column": "Colonne", - "row": "Ligne", - "set_align": "Ajuster l'alignement", - "left": "Gauche", - "center": "Centrer", - "right": "Droite", - "file_saved": "Fichier sauvegardé.", - "file_failed_to_save": "Échec de la sauvegarde du fichier", - "star": "Ajouter étoile", - "unstar": "Enlever étoile", - "back_to_parent_directory":"Retour au répertoire parent", - "edit":"éditer", - "copy": "Copier", - "copied": "Copié", - "internal_link": "Lien interne", - "copy_internal_link": "Le lien interne a été copié dans le presse-papier", - "internal_link_desc": "Un lien interne est un lien vers un fichier ou un dossier accessible en lecture par un utilisateur.", - "share": "Partager", - "share_link": "Lien de partage", - "generate": "Générer", - "add_password_protection": "Ajouter un mot de passe de protection", - "password": "Mot de passe", - "at_least_8_characters": "Au moins 8 caractères", - "password_again": "Mot de passe (à nouveau)", - "add_auto_expiration": "Ajouter l'expiration automatique", - "days": "jours", - "please_enter_password": "Entrez un mot de passe", - "greater_than_or_equal_to": "Plus grand ou égale à", - "less_than_or_equal_to": "Plus petit ou égal à", - "set_permission": "Définir la permission", - "preview_and_download": "Prévisualiser et télécharger", - "preview_only": "Aperçu uniquement", - "please_enter_valid_days": "Saisissez un nombre de jours valide", - "please_enter_a_non-negative_integer": "Veuillez introduire un intégrateur non-négatif", - "please_enter_days": "Veuillez entrer un nombre de jours", - "password_is_too_short": "Le mot de passe est trop court", - "passwords_do_not_match": "Les mots de passe ne correspondent pas", - "return_to_wiki_page": "Retour à la page du Wiki", - "insert_network_image": "Insérer une image du réseau", - "upload_local_image": "Insérer une image locale", - "add_link": "Ajouter un lien", - "file_history": "Historique du fichier", - "history_version": "Historique des versions", - "back_to_viewer": "Retour au visualiseur", - "link_title": "Titre du lien", - "local_draft": "Brouillon local", - "use_draft": "Utiliser le brouillon", - "delete_draft": "Supprimer le brouillon", - "you_have_an_unsaved_draft_do_you_like_to_use_it": "Vous avez un brouillon qui n'est pas sauvé. Voulez-vous l'utiliser ?", - "local_draft_saved": "Brouillon local sauvegardé", - "new_draft": "Nouveau brouillon", - "edit_draft": "Éditer brouillon", - "this_file_has_a_draft": "Ce fichier possède un brouillon.", - "delete": "Supprimer", - "comments": "Commentaires", - "add_a_comment": "Ajouter un commentaire ...", - "no_comment_yet": "Pas encore de commentaire.", - "Mark_as_Resolved": "Marqué comme résolu", - "ask_for_review": "Demande d'un avis", - "review_already_exists": "Un avis existe déjà", - "view_review": "Voir l'avis", - "there_is_an_associated_review_with_this_file": "Il y a un avis associé à ce fichier", - "start_review": "Commencer l'avis", - "this_file_is_in_draft_stage": "Ce fichier est à l'état de brouillon", - "this_file_is_in_review_stage": "Ce fichier est à l'état d'avis", - "this_file_has_been_updated": "Ce fichier à bien été mis à jour.", - "refresh": "Rafraichir", - "related_files": "Fichiers relatifs", - "related_file": "Fichier relatif", - "no_tags": "Pas de tag", - "no_related_files": "Aucun fichier relatif", - "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", - "userHelp": { + "Bold": "Gras", + "Italic": "Italique", + "Underline": "Underline", + "Strikethrough": "Barré", + "Superscript": "Superscript", + "Subscript": "Subscript", + "Inline_code": "Code", + "Header_one": "Titre 1", + "Header_two": "Titre 2", + "Header_three": "Titre 3", + "Header_four": "Titre 4", + "Header_five": "Titre 5", + "Header_six": "Titre 6", + "Paragraph": "Paragraphe", + "Quote": "Blockquote", + "Ordered_list": "Liste ordonnée", + "Unordered_list": "Liste non ordonnée", + "Check_list_item": "Check list item", + "Insert_image": "Insert image", + "Insert_formula": "Insert formula", + "Formula": "Formule", + "Insert_file": "Insert file", + "Code": "Ligne de 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": "Sauvegarder", + "More": "Plus", + "Invalid_url": "L'adresse n'est pas valide.", + "Link_address": "Adresse du lien", + "Image_address": "Adresse de l'image", + "Submit": "Submit", + "Cancel": "Annuler", + "Switch_to_plain_text_editor": "Basculer en éditeur de texte plein", + "Switch_to_rich_text_editor": "Basculer en éditeur de texte riche", + "Switch_to_viewer": "Basculer en visualiseur Markdown", + "Help": "Aide", + "Column": "Colonne", + "Row": "Ligne", + "Delete_table": "Delete table", + "Delete_row": "Delete row", + "Delete_column": "Delete column", + "Insert_row": "Insert row", + "Insert_column": "Insert column", + "Set_align": "Ajuster l'alignement", + "Left": "Gauche", + "Center": "Centrer", + "Right": "Droite", + "File_saved": "Le fichier a été sauvegardé.", + "File_failed_to_save": "Échec de la sauvegarde du fichier", + "Back_to_parent_directory":"Retour au répertoire parent", + "Edit": "Modifier", + "Copy": "Copier", + "Copied": "Copié", + "Internal_link": "Lien interne", + "Copy_internal_link": "Le lien interne a été copié dans le presse-papiers.", + "Internal_link_desc": "Un lien interne est un lien vers un fichier ou un dossier accessible en lecture par un utilisateur.", + "Share": "Partager", + "Share_link": "Share link", + "Generate": "Créer", + "Add_password_protection": "Ajouter un mot de passe", + "Password": "Mot de passe", + "At_least_8_characters": "Au moins 8 caractères", + "Password_again": "Mot de passe (à nouveau)", + "Add_auto_expiration": "Ajouter une date d'expiration", + "Days": "jours", + "Please_enter_password": "Entrez un mot de passe", + "Greater_than_or_equal_to": "Plus grand ou égale à", + "Less_than_or_equal_to": "Plus petit ou égal à", + "Set_permission": "Définir la permission", + "Preview_and_download": "Prévisualiser et télécharger", + "Preview_only": "Aperçu uniquement", + "Please_enter_valid_days": "Saisissez un nombre de jours valide.", + "Please_enter_a_non-negative_integer": "Veuillez introduire un intégrateur non-négatif.", + "Please_enter_days": "Veuillez entrer un nombre de jours.", + "Password_is_too_short": "Le mot de passe est trop court.", + "Passwords_do_not_match": "Les mots de passe ne correspondent pas.", + "Return_to_wiki_page": "Retour à la page du Wiki", + "Insert_network_image": "Insérer une image du réseau", + "Upload_local_image": "Insérer une image locale", + "Add_link": "Ajouter un lien", + "File_history": "File history", + "History_version": "History versions", + "Back_to_viewer": "Back to viewer", + "Link_title": "Titre du lien", + "Local_draft": "Brouillon local", + "Use_draft": "Utiliser le brouillon", + "Delete_draft": "Supprimer le brouillon", + "You_have_an_unsaved_draft_do_you_like_to_use_it": "Vous avez un brouillon qui n'est pas sauvegardé. Voulez-vous l'utiliser ?", + "Local_draft_saved": "Brouillon local sauvegardé", + "New_draft": "New draft", + "View_draft": "View draft", + "Publish": "Publier", + "This_file_has_a_draft": "Ce fichier possède un brouillon.", + "Delete": "Supprimer", + "Reply": "Répondre", + "Comment": "Commentaire", + "Comments": "Commentaires", + "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": "Ajouter un commentaire", + "No_comment_yet": "Aucun commentaire disponible", + "Mark_as_Resolved": "Marquer com pris en compte", + "Resubmit": "Resubmit", + "Resubmitted": "Resubmitted", + "Ask_for_review": "Demande d'un avis", + "Review_already_exists": "Un avis existe déjà.", + "View_review": "Voir l'avis", + "There_is_an_associated_review_with_this_file": "Il y a un avis associé à ce fichier.", + "Start_review": "Commencer l'avis", + "This_file_is_in_draft_stage": "Ce fichier est à l'état de brouillon.", + "This_file_is_in_review_stage": "Ce fichier est à l'état d'avis.", + "This_file_has_been_updated": "Ce fichier à été mis à jour.", + "Refresh": "Rafraichir", + "Related_files": "Related files", + "Related_file": "Related file", + "No_tags": "Pas de tag", + "Date": "Date", + "Participants": "Participants", + "Meeting_note": "Note de réunion", + "Chooser_document_type": "Choisir un type de document", + "Empty": "Vide", + "No_related_files": "Aucun fichier relatif", + "No_out_line": "Pas de contour", + "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "L'édition de fichiers dans ce navigateur peut entraîner de légers problèmes d'affichage.", + "No_document_improvement_suggestion": "Aucune proposition pour améliorer le document", + "Hide_side_panel": "Fermer", + "Show_side_panel": "Afficher détails", + "Show_resolved_comments": "Voir les commentaires pris en compte", + "Update": "Mettre à jour", + "Width": "Largeur", + "Height": "Hauteur", + "Full_screen": "Plein écran", + "Insert_library_image": "Insérer une image d‘une bibliothèque", + "Size": "Taille", + "Location": "Emplacement", + "Last_update": "Last update", + "Tags": "Tags", + "Add_participants": "Ajouter des participants", + "Clear_format": "Clear format", + "MarkdownLint": { + "missing_h1": { + "description": "Il n'y a pas de h1 dans le document.", + "issue" : "h1 manquant" + }, + "heading_end_with_colon": { + "description": "La ponctuation de fin de titre ne doit pas être deux points", + "issue": "Le titre se termine par côlon." + }, + "heading_increase_irregular": { + "description": "Le niveau des titres ne doit être augmenté que d'un niveau à la fois.", + "issue": "Problème niveau de titre" + } + }, + "Shortcut_help": "Aide raccourcis", + "User_help": { "title": "Raccourcis clavier", "userHelpData": [ { @@ -110,7 +166,7 @@ "shortcutData": { "Make_list": "Faire une liste", "Make_ordered_list": "Faire une liste ordonnée", - "Insert_new_item": "Insérer un nouvel élément", + "Insert_new_item": "Insérer un élément", "Insert_child_in_item": "Insérer enfant dans l'élément", "Increase_depth": "Améliorer la profondeur" } @@ -133,17 +189,22 @@ "Insert_indent": "Insérer un espace" } }, { - "shortcutType": "Raccourcis blocs de citation", + "shortcutType": "Raccourcis blockquote", "shortcutData": { - "Make_Block_quote": "Faire un bloc de citation", - "Escape_Block_quote": "Sortir du bloc de citation" + "Make_Block_quote": "Faire un blockquote", + "Escape_Block_quote": "Sortir du blockquote" } }, { - "shortcutType": "Raccourcis table", + "shortcutType": "Raccourcis tableau", "shortcutData": { - "Insert_Table_Row": "Insérer une ligne à la table", + "Insert_Table_Row": "Insérer une ligne", "Escape_table": "Sortir de la table" } + }, { + "shortcutType": "Raccourcis formule", + "shortcutData": { + "Insert_Formula": "Insérer formule" + } }, { "shortcutType":"Raccourcis en ligne", "shortcutData": { @@ -153,9 +214,9 @@ "Inline_code": "Ligne de code" } }, { - "shortcutType": "Sauvegarder les raccourcis", + "shortcutType": "Raccourcis sauvegarde", "shortcutData": { - "Save_file": "Sauvegarder fichier" + "Save_file": "Sauvegarder le fichier" } }, { "shortcutType": "Raccourcis image", @@ -165,5 +226,135 @@ } } ] - } + }, + "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": "Sauvegarde ...", + "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": "Ouvrir dossier parent", + "Redo": "redo", + "Undo": "undo", + "Open_link": "Open link", + "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns", + "Rows": "Rows", + "Columns": "Colonnes", + "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": "Favoris", + "Unstarred": "Unstarred", + "Star": "Favoris", + "Unstar": "Supprimer", + "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_a_comment": "Enter a comment", + "Enter_a_reply": "Enter a reply", + "Reopen_discussion" : "Adding a reply will reopen this discussion", + "Confirm": "Confirmer", + "View_changes": "View changes", + "Revision": "Revision", + "Error": "Erreur", + "Start_revise": "Start 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": "Brouillon", + "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": "Défaut", + "No_revisions": "No revisions", + "1_revision": "1 revision", + "x_revisions": "{{count}} revisions", + "Creator": "Creator", + "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": "Police", + "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", + "Sdoc_document" : "Sdoc document", + "Text_Link": "Text Link", + "Icon_and_text_Link": "Icon and text Link", + "Card": "Card", + "Select_sdoc_document": "Select sdoc document", + "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": "Image", + "Table": "Tableau", + "Link": "Lien", + "Transform_to": "Transform to" } diff --git a/media/sdoc-editor/locales/it/sdoc-editor.json b/media/sdoc-editor/locales/it/sdoc-editor.json index cd14975270..85e3002f0d 100644 --- a/media/sdoc-editor/locales/it/sdoc-editor.json +++ b/media/sdoc-editor/locales/it/sdoc-editor.json @@ -1,108 +1,164 @@ { - "bold": "Grassetto", - "italic": "Corsivo", - "inline_code": "Codice", - "header_one": "Titolo 1", - "header_two": "Titolo 2", - "header_three": "Titolo 3", - "header_four": "Titolo 4", - "header_five": "Intestazione 5", - "header_six": "Intestazione 6", - "paragraph": "Paragrafo", - "quote": "Citazione", - "ordered_list": "Lista ordinata", - "unordered_list": "Lista non ordinata", - "check_list_item": "Controlla la voce dell'elenco", - "insert_image": "Inserisci Immagine", - "code": "Codice in linea", - "code_block": "Codice", - "insert_link": "Inserisci Collegamento", - "insert_table": "Inserisci tabella", - "save": "Salvare", - "more": "Altro", - "invalid_url": "URL non valida", - "link_address": "Indirizzo collegamento", - "image_address": "Indirizzo Immagine", - "submit": "Invia", - "cancel": "Annulla", - "switch_to_plain_text_editor": "Passa all'Editor di testo semplice", - "switch_to_rich_text_editor": "Passa all'Editor di testo formattato", - "switch_to_viewer": "Passa alla vista di tipo Markdown", - "help": "Aiuto", - "Remove_table": "Rimuovere Tabella", - "column": "Colonna", - "row": "Riga", - "set_align": "Imposta allineamento", - "left": "Sinistra", - "center": "Centrato", - "right": "Destra", - "file_saved": "File salvato.", - "file_failed_to_save": "Errore salvataggio file.", - "star": "Aggiungi asterisco", - "unstar": "Rimozione asterisco", - "back_to_parent_directory":"Torna alla cartella precedente", - "edit":"modifica", - "copy": "Copia", - "copied": "Copiato", - "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", - "generate": "Generare", - "add_password_protection": "Aggiungi la protezione password", - "password": "Password", - "at_least_8_characters": "almeno 8 caratteri", - "password_again": "Ridigita password", - "add_auto_expiration": "Aggiungi la scadenza automatica", - "days": "giorni", - "please_enter_password": "Per favore, inserisci la password", - "greater_than_or_equal_to": "Maggiore o uguale a ", - "less_than_or_equal_to": "Minore o uguale a", - "set_permission": "Imposta permessi", - "preview_and_download": "Anteprima e download", - "preview_only": "Solo Anteprima", - "please_enter_valid_days": "Si prega di inserire giorni validi", - "please_enter_a_non-negative_integer": "Prego inserire un intero non negativo", - "please_enter_days": "Prego inserire i giorni", - "password_is_too_short": "La password è troppo corta", - "passwords_do_not_match": "Le password non corrispondono", - "return_to_wiki_page": "Torna alla pagina Wiki", - "insert_network_image": "Inserisci immagine di rete", - "upload_local_image": "Inserisci immagine locale", - "add_link": "Aggiungi collegamento", - "file_history": "Cronologia dei file", - "history_version": "Versioni cronologia", - "back_to_viewer": "Torma alla vista", - "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", - "edit_draft": "Modifica Bozza", - "this_file_has_a_draft": "Questo file è una bozza", - "delete": "Elimina", - "comments": "Commenti", - "add_a_comment": "Aggiungi un commento...", - "no_comment_yet": "Ancora nessun commento.", - "Mark_as_Resolved": "Contrassegnato come risolto", - "ask_for_review": "Richiedi una revisione", - "review_already_exists": "Revisione già esistente", - "view_review": "Visualizza revisione", - "there_is_an_associated_review_with_this_file": "C'è una recensione associata con questo file.", - "start_review": "Inizia Revisione", - "this_file_is_in_draft_stage": "Questo file è in fase di bozza.", - "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", - "no_tags": "Nessun tag", - "no_related_files": "Nessun file correlato", - "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", - "userHelp": { + "Bold": "Grassetto", + "Italic": "Corsivo", + "Underline": "Underline", + "Strikethrough": "Barrato", + "Superscript": "Superscript", + "Subscript": "Subscript", + "Inline_code": "Codice", + "Header_one": "Titolo 1", + "Header_two": "Titolo 2", + "Header_three": "Titolo 3", + "Header_four": "Titolo 4", + "Header_five": "Intestazione 5", + "Header_six": "Intestazione 6", + "Paragraph": "Paragrafo", + "Quote": "Citazione", + "Ordered_list": "Elenco Ordiniato", + "Unordered_list": "Elenco non ordinato", + "Check_list_item": "Check list item", + "Insert_image": "Insert image", + "Insert_formula": "Insert formula", + "Formula": "Formula", + "Insert_file": "Insert file", + "Code": "Codice in linea", + "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", + "Link_address": "Indirizzo collegamento", + "Image_address": "Indirizzo Immagine", + "Submit": "Invia", + "Cancel": "Annulla", + "Switch_to_plain_text_editor": "Passa all'Editor di testo semplice", + "Switch_to_rich_text_editor": "Passa all'Editor di testo formattato", + "Switch_to_viewer": "Passa alla vista di tipo Markdown", + "Help": "Aiuto", + "Column": "Colonna", + "Row": "Riga", + "Delete_table": "Delete table", + "Delete_row": "Delete row", + "Delete_column": "Delete column", + "Insert_row": "Insert row", + "Insert_column": "Insert column", + "Set_align": "Imposta allineamento", + "Left": "Sinistra", + "Center": "Centrato", + "Right": "Destra", + "File_saved": "File salvato.", + "File_failed_to_save": "Errore salvataggio file.", + "Back_to_parent_directory":"Torna alla cartella precedente", + "Edit": "Modifica", + "Copy": "Copia", + "Copied": "Copiato", + "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": "Share link", + "Generate": "Generare", + "Add_password_protection": "Aggiungi la protezione password", + "Password": "Password", + "At_least_8_characters": "almeno 8 caratteri", + "Password_again": "Ridigita password", + "Add_auto_expiration": "Aggiungi la scadenza automatica", + "Days": "giorni", + "Please_enter_password": "Per favore, inserisci la password", + "Greater_than_or_equal_to": "Maggiore o uguale a ", + "Less_than_or_equal_to": "Minore o uguale a", + "Set_permission": "Imposta permessi", + "Preview_and_download": "Anteprima e download", + "Preview_only": "Solo Anteprima", + "Please_enter_valid_days": "Si prega di inserire giorni validi", + "Please_enter_a_non-negative_integer": "Prego inserire un intero non negativo", + "Please_enter_days": "Prego inserire i giorni", + "Password_is_too_short": "La password è troppo corta", + "Passwords_do_not_match": "Le password non corrispondono", + "Return_to_wiki_page": "Torna alla pagina Wiki", + "Insert_network_image": "Inserisci immagine di rete", + "Upload_local_image": "Inserisci immagine locale", + "Add_link": "Aggiungi collegamento", + "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": "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": "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": "Mark as Resolved", + "Resubmit": "Resubmit", + "Resubmitted": "Resubmitted", + "Ask_for_review": "Richiedi una revisione", + "Review_already_exists": "Revisione già esistente", + "View_review": "Visualizza revisione", + "There_is_an_associated_review_with_this_file": "C'è una recensione associata con questo file.", + "Start_review": "Inizia Revisione", + "This_file_is_in_draft_stage": "Questo file è in fase di bozza.", + "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": "Related files", + "Related_file": "Related file", + "No_tags": "Nessun tag", + "Date": "Data", + "Participants": "Participants", + "Meeting_note": "Meeting note", + "Chooser_document_type": "Chooser document type", + "Empty": "Vuoto", + "No_related_files": "Nessun file correlato", + "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": "Width", + "Height": "Height", + "Full_screen": "Full screen", + "Insert_library_image": "Insert library image", + "Size": "Dimensione", + "Location": "Posizione", + "Last_update": "Last update", + "Tags": "Tag", + "Add_participants": "Add participants", + "Clear_format": "Clear format", + "MarkdownLint": { + "missing_h1": { + "description": "There is no h1 in the document", + "issue" : "Missing h1" + }, + "heading_end_with_colon": { + "description": "Trailing punctuation in heading should not be a colon", + "issue": "Heading ends width colon" + }, + "heading_increase_irregular": { + "description": "Heading levels should only increment by one level at a time", + "issue": "Heading level issue" + } + }, + "Shortcut_help": "Shortcut help", + "User_help": { "title": "Tasti rapidi", "userHelpData": [ { @@ -144,6 +200,11 @@ "Insert_Table_Row": "Inserisci riga nella tabella", "Escape_table": "Escape tabella" } + }, { + "shortcutType": "Formula shortcuts", + "shortcutData": { + "Insert_Formula": "Insert Formula" + } }, { "shortcutType":"Scorciatoie in linea", "shortcutData": { @@ -165,5 +226,135 @@ } } ] - } + }, + "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": "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": "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": "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": "Unstarred", + "Star": "Marca", + "Unstar": "Smarca", + "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_a_comment": "Enter a comment", + "Enter_a_reply": "Enter a reply", + "Reopen_discussion" : "Adding a reply will reopen this discussion", + "Confirm": "Confirm", + "View_changes": "View changes", + "Revision": "Revision", + "Error": "Errore", + "Start_revise": "Start 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": "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": "No revisions", + "1_revision": "1 revision", + "x_revisions": "{{count}} revisions", + "Creator": "Creatore ", + "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": "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", + "Sdoc_document" : "Sdoc document", + "Text_Link": "Text Link", + "Icon_and_text_Link": "Icon and text Link", + "Card": "Card", + "Select_sdoc_document": "Select sdoc document", + "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": "Transform to" } diff --git a/media/sdoc-editor/locales/ru/sdoc-editor.json b/media/sdoc-editor/locales/ru/sdoc-editor.json index 0517e7f824..151133d8bf 100644 --- a/media/sdoc-editor/locales/ru/sdoc-editor.json +++ b/media/sdoc-editor/locales/ru/sdoc-editor.json @@ -1,108 +1,164 @@ { - "bold": "Полужирный", - "italic": "Курсив", - "inline_code": "Код", - "header_one": "Заголовок 1", - "header_two": "Заголовок 2", - "header_three": "Заголовок 3", - "header_four": "Заголовок 4", - "header_five": "Заголовок 5", - "header_six": "Заголовок 6", - "paragraph": "Параграф", - "quote": "Цитата", - "ordered_list": "Нумерованный список", - "unordered_list": "Маркированный список", - "check_list_item": "Проверка элемента списка", - "insert_image": "Вставить изображение", - "code": "Встроенный код", - "code_block": "Блок кода", - "insert_link": "Вставить ссылку", - "insert_table": "Вставить таблицу", - "save": "Сохранить", - "more": "Подробнее", - "invalid_url": "Недопустимый URL", - "link_address": "Адрес ссылки", - "image_address": "Адрес изображения", - "submit": "Отправить", - "cancel": "Отменить", - "switch_to_plain_text_editor": "Переключиться на обычный текстовый редактор", - "switch_to_rich_text_editor": "Переключиться на визуальный редактор", - "switch_to_viewer": "Переключиться на просмотр Markdown", - "help": "Помощь", - "Remove_table": "Удалить таблицу", - "column": "Столбец", - "row": "Строка", - "set_align": "Установить выравнивание", - "left": "Слева", - "center": "По центру", - "right": "Справа", - "file_saved": "Файл сохранен.", - "file_failed_to_save": "Не удалось сохранить файл.", - "star": "Добавить пометку", - "unstar": "Удалить пометку", - "back_to_parent_directory":"Вернуться в родительский каталог", - "edit":"изменить", - "copy": "Копировать", - "copied": "Скопировано", - "internal_link": "Внутренняя ссылка", - "copy_internal_link": "Внутренняя ссылка скопирована в буфер обмена", - "internal_link_desc": "Внутренняя ссылка - это ссылка на файл или папку, к которым могут обращаться пользователи с правами на чтение файла или папки.", - "share": "Общий доступ", - "share_link": "Общедоступная ссылка", - "generate": "Создать", - "add_password_protection": "Защитить паролем", - "password": "Пароль", - "at_least_8_characters": "не менее 8 символов", - "password_again": "Подтвердите пароль", - "add_auto_expiration": "Добавить авто истечение срока действия", - "days": "дней", - "please_enter_password": "Пожалуйста, введите пароль", - "greater_than_or_equal_to": "Больше или равно", - "less_than_or_equal_to": "Меньше или равно", - "set_permission": "Установить разрешения", - "preview_and_download": "Предпросмотр и скачивание", - "preview_only": "Только предпросмотр", - "please_enter_valid_days": "Пожалуйста, введите корректные дни", - "please_enter_a_non-negative_integer": "Пожалуйста, введите неотрицательное целое число", - "please_enter_days": "Пожалуйста, введите дни", - "password_is_too_short": "Пароль слишком короткий", - "passwords_do_not_match": "Пароли не совпадают", - "return_to_wiki_page": "Вернуться на страницу Wiki", - "insert_network_image": "Вставить удаленное изображение", - "upload_local_image": "Загрузить локальное изображение", - "add_link": "Добавить ссылку", - "file_history": "История файла", - "history_version": "История версий", - "back_to_viewer": "Вернуться к просмотру", - "link_title": "Название ссылки", - "local_draft": "Локальный черновик", - "use_draft": "Использовать черновик", - "delete_draft": "Удалить черновик", - "you_have_an_unsaved_draft_do_you_like_to_use_it": "У вас есть несохраненный черновик. Хотите использовать его?", - "local_draft_saved": "Локальный черновик сохранен", - "new_draft": "Новый черновик", - "edit_draft": "Изменить черновик", - "this_file_has_a_draft": "Этот файл имеет черновик.", - "delete": "Удалить", - "comments": "Комментарии", - "add_a_comment": "Добавить комментарий...", - "no_comment_yet": "Комментариев пока нет.", - "Mark_as_Resolved": "Отметить как разрешенный", - "ask_for_review": "Спросить отзыв", - "review_already_exists": "Отзыв уже существует", - "view_review": "Просмотр отзыва", - "there_is_an_associated_review_with_this_file": "Есть связанный отзыв с этим файлом.", - "start_review": "Начать отзыв", - "this_file_is_in_draft_stage": "Этот файл находится в стадии черновика.", - "this_file_is_in_review_stage": "Этот файл находится на стадии проверки.", - "this_file_has_been_updated": "Этот файл был обновлен.", - "refresh": "Обновить", - "related_files": "связанные файлы", - "related_file": "связанный файл", - "no_tags": "Нет тегов", - "no_related_files": "Нет связанных файлов", - "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", - "userHelp": { + "Bold": "Полужирный", + "Italic": "Курсив", + "Underline": "Underline", + "Strikethrough": "Зачеркнутый", + "Superscript": "Superscript", + "Subscript": "Subscript", + "Inline_code": "Код", + "Header_one": "Заголовок 1", + "Header_two": "Заголовок 2", + "Header_three": "Заголовок 3", + "Header_four": "Заголовок 4", + "Header_five": "Заголовок 5", + "Header_six": "Заголовок 6", + "Paragraph": "Параграф", + "Quote": "Цитата", + "Ordered_list": "Нумерованный список", + "Unordered_list": "Маркированный список", + "Check_list_item": "Check list item", + "Insert_image": "Insert image", + "Insert_formula": "Insert formula", + "Formula": "Формула", + "Insert_file": "Insert file", + "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": "Сохранить", + "More": "Подробнее", + "Invalid_url": "Недопустимый URL", + "Link_address": "Адрес ссылки", + "Image_address": "Адрес изображения", + "Submit": "Отправить", + "Cancel": "Отменить", + "Switch_to_plain_text_editor": "Переключиться на обычный текстовый редактор", + "Switch_to_rich_text_editor": "Переключиться на визуальный редактор", + "Switch_to_viewer": "Переключиться на просмотр Markdown", + "Help": "Помощь", + "Column": "Столбец", + "Row": "Строка", + "Delete_table": "Delete table", + "Delete_row": "Delete row", + "Delete_column": "Delete column", + "Insert_row": "Insert row", + "Insert_column": "Insert column", + "Set_align": "Установить выравнивание", + "Left": "Слева", + "Center": "По центру", + "Right": "Справа", + "File_saved": "Файл сохранен.", + "File_failed_to_save": "Не удалось сохранить файл.", + "Back_to_parent_directory":"Вернуться в родительский каталог", + "Edit": "Редактировать", + "Copy": "Копировать", + "Copied": "Скопировано", + "Internal_link": "Внутренняя ссылка", + "Copy_internal_link": "Внутренняя ссылка скопирована в буфер обмена", + "Internal_link_desc": "Внутренняя ссылка - это ссылка на файл или папку, к которым могут обращаться пользователи с правами на чтение файла или папки.", + "Share": "Общий доступ", + "Share_link": "Общедоступная ссылка", + "Generate": "Создать", + "Add_password_protection": "Защитить паролем", + "Password": "Пароль", + "At_least_8_characters": "не менее 8 символов", + "Password_again": "Подтвердите пароль", + "Add_auto_expiration": "Добавить авто истечение срока действия", + "Days": "дней", + "Please_enter_password": "Пожалуйста, введите пароль", + "Greater_than_or_equal_to": "Больше или равно", + "Less_than_or_equal_to": "Меньше или равно", + "Set_permission": "Установить разрешения", + "Preview_and_download": "Предпросмотр и скачивание", + "Preview_only": "Только предпросмотр", + "Please_enter_valid_days": "Пожалуйста, введите корректные дни", + "Please_enter_a_non-negative_integer": "Пожалуйста, введите неотрицательное целое число", + "Please_enter_days": "Пожалуйста, введите дни", + "Password_is_too_short": "Пароль слишком короткий", + "Passwords_do_not_match": "Пароли не совпадают", + "Return_to_wiki_page": "Вернуться на страницу Wiki", + "Insert_network_image": "Вставить удаленное изображение", + "Upload_local_image": "Загрузить локальное изображение", + "Add_link": "Добавить ссылку", + "File_history": "File history", + "History_version": "History versions", + "Back_to_viewer": "Back to viewer", + "Link_title": "Название ссылки", + "Local_draft": "Локальный черновик", + "Use_draft": "Использовать черновик", + "Delete_draft": "Удалить черновик", + "You_have_an_unsaved_draft_do_you_like_to_use_it": "У вас есть несохраненный черновик. Хотите использовать его?", + "Local_draft_saved": "Локальный черновик сохранен", + "New_draft": "New draft", + "View_draft": "View draft", + "Publish": "Опубликовать", + "This_file_has_a_draft": "Этот файл имеет черновик.", + "Delete": "Удалить", + "Reply": "Ответ", + "Comment": "Комментарий", + "Comments": "Комментарии", + "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": "Добавить комментарий...", + "No_comment_yet": "Комментариев пока нет.", + "Mark_as_Resolved": "Отметить как решенный", + "Resubmit": "Resubmit", + "Resubmitted": "Resubmitted", + "Ask_for_review": "Спросить отзыв", + "Review_already_exists": "Отзыв уже существует", + "View_review": "Просмотр отзыва", + "There_is_an_associated_review_with_this_file": "Есть связанный отзыв с этим файлом.", + "Start_review": "Начать отзыв", + "This_file_is_in_draft_stage": "Этот файл находится в стадии черновика.", + "This_file_is_in_review_stage": "Этот файл находится на стадии проверки.", + "This_file_has_been_updated": "Этот файл был обновлен.", + "Refresh": "Обновить", + "Related_files": "Related files", + "Related_file": "Related file", + "No_tags": "Нет тегов", + "Date": "Дата", + "Participants": "Участники", + "Meeting_note": "Заметка о встрече", + "Chooser_document_type": "Выбор типа документа", + "Empty": "Пусто", + "No_related_files": "Нет связанных файлов", + "No_out_line": "Нет контура", + "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Изменение файлов в этом браузере может привести к небольшим проблемам с отображением.", + "No_document_improvement_suggestion": "Нет предложений по улучшению документа", + "Hide_side_panel": "Скрыть боковую панель", + "Show_side_panel": "Показать боковую панель", + "Show_resolved_comments": "Показать разрешенные комментарии", + "Update": "Изменить", + "Width": "Ширина", + "Height": "Высота", + "Full_screen": "Полный экран", + "Insert_library_image": "Вставить изображение библиотеки", + "Size": "Размер", + "Location": "Местонахождение", + "Last_update": "Last update", + "Tags": "Теги", + "Add_participants": "Добавить участников", + "Clear_format": "Clear format", + "MarkdownLint": { + "missing_h1": { + "description": "В документе нет h1", + "issue" : "Отсутствует h1" + }, + "heading_end_with_colon": { + "description": "Завершающая пунктуация в заголовке не должна быть двоеточием", + "issue": "Заголовок заканчивается двоеточием" + }, + "heading_increase_irregular": { + "description": "Уровни заголовков должны увеличиваться только на один уровень за раз", + "issue": "Проблема уровня заголовка" + } + }, + "Shortcut_help": "Справка по горячим клавишам", + "User_help": { "title": "Горячие клавиши", "userHelpData": [ { @@ -144,6 +200,11 @@ "Insert_Table_Row": "Вставить строку таблицы", "Escape_table": "Выделить таблицу" } + }, { + "shortcutType": "Горячие клавиши для формул", + "shortcutData": { + "Insert_Formula": "Вставить формулу" + } }, { "shortcutType":"Встроенные горячие клавиши", "shortcutData": { @@ -165,5 +226,135 @@ } } ] - } + }, + "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": "Сохранение...", + "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": "Открыть родительскую папку", + "Redo": "redo", + "Undo": "undo", + "Open_link": "Open link", + "Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns", + "Rows": "Строки", + "Columns": "Столбцы", + "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": "Отмеченные", + "Unstarred": "Unstarred", + "Star": "Отметить", + "Unstar": "Снять отметку", + "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_a_comment": "Enter a comment", + "Enter_a_reply": "Enter a reply", + "Reopen_discussion" : "Adding a reply will reopen this discussion", + "Confirm": "Подтвердить", + "View_changes": "View changes", + "Revision": "Revision", + "Error": "Ошибка", + "Start_revise": "Start 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": "Черновик", + "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": "По умолчанию", + "No_revisions": "No revisions", + "1_revision": "1 revision", + "x_revisions": "{{count}} revisions", + "Creator": "Создатель ", + "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": "Шрифт", + "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", + "Sdoc_document" : "Sdoc document", + "Text_Link": "Text Link", + "Icon_and_text_Link": "Icon and text Link", + "Card": "Card", + "Select_sdoc_document": "Select sdoc document", + "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": "Изображение", + "Table": "Таблица", + "Link": "Ссылка", + "Transform_to": "Transform to" } diff --git a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json similarity index 92% rename from media/sdoc-editor/locales/zh-CN/sdoc-editor.json rename to media/sdoc-editor/locales/zh_CN/sdoc-editor.json index 1860079449..51a2a2d51d 100644 --- a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json @@ -2,7 +2,7 @@ "Bold": "粗体", "Italic": "斜体", "Underline": "下划线", - "Strikethrough": "中划线", + "Strikethrough": "删除线", "Superscript": "上标", "Subscript": "下标", "Inline_code": "代码", @@ -124,7 +124,7 @@ "Participants": "参与人", "Meeting_note": "会议记录", "Chooser_document_type": "选择文档类型", - "Empty": "空", + "Empty": "暂无", "No_related_files": "没有相关文件", "No_out_line": "没有大纲", "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "在此浏览器中,编辑文件可能导致轻微的显示问题。", @@ -141,7 +141,7 @@ "Location": "位置", "Last_update": "更新时间", "Tags": "标签", - "Add_participants": "增加文件参与人", + "Add_participants": "添加参与人", "Clear_format": "清除格式", "MarkdownLint": { "missing_h1": { @@ -149,12 +149,12 @@ "issue" : "缺少一级标题" }, "heading_end_with_colon": { - "description": "标题末尾的标点符号不应该是冒号", + "description": "标题中的标点符号不应为冒号", "issue": "标题末尾是冒号" }, "heading_increase_irregular": { - "description": "标题级别一次只能增加一级", - "issue": "标题级别不规范" + "description": "标题级别一次只能增加一个级别", + "issue": "标题级别错误" } }, "Shortcut_help": "快捷键帮助", @@ -203,26 +203,26 @@ }, { "shortcutType": "公式快捷键", "shortcutData": { - "Insert_Formula": "插入公式" + "Insert_Formula": " 插入公式" } }, { - "shortcutType":"行内快捷键", + "shortcutType":"行级操作", "shortcutData": { "Bold": "粗体", "Italic": "斜体", - "Italic_Bold": "斜体粗体", + "Italic_Bold": "斜体加粗", "Inline_code": "行内代码" } }, { - "shortcutType": "保存快捷键", + "shortcutType": "文件保存", "shortcutData": { "Save_file": "保存文件" } }, { - "shortcutType": "图片快捷键", + "shortcutType": "图片操作", "shortcutData": { - "Paste_screen_shot": "粘贴屏幕截图", - "Drag_image_from_anywhere_to_upload_it": "从任意地方拖动图像以上传" + "Paste_screen_shot": "上传截图", + "Drag_image_from_anywhere_to_upload_it": "拖拽任意图片上传" } } ] @@ -251,24 +251,24 @@ "Please_enter_text": "请输入正文", "Row(s)": "行", "Column(s)": "列", - "Insert_above": "在上方插入", "Insert_below": "在下方插入", + "Insert_above": "在上方插入", "Insert_on_the_right": "在右侧插入", "Insert_on_the_left": "在左侧插入", - "Starred": "starred", - "Unstarred": "unstarred", + "Starred": "星标文件", + "Unstarred": "未加星标", "Star": "添加星标", - "Unstar": "移除星标", + "Unstar": "取消星标", "Auto_wrap": "自动换行", "Add_comment": "添加评论", "Delete_comment": "删除评论", "Delete_reply": "删除回复", - "Are_you_sure_to_delete_this_comment": "你确定要删除这个评论吗?", - "Are_you_sure_to_delete_this_reply": "你确定要删除这个回复吗?", + "Are_you_sure_to_delete_this_comment": "你确定要删除这个评论吗?", + "Are_you_sure_to_delete_this_reply": "你确定要删除这个回复吗?", "Enter_a_comment": "输入评论", "Enter_a_reply": "输入回复", "Reopen_discussion" : "添加回复会重新提出该讨论", - "Confirm": "确定", + "Confirm": "确认", "View_changes": "查看改动", "Revision": "修订稿", "Error": "错误", @@ -278,7 +278,7 @@ "Load_doc_content_error": "加载文档内容错误", "Sdoc_format_invalid": "文档内容不符合 sdoc 规范", "Draft": "草稿", - "Unmark_as_draft": "取消草稿标记", + "Unmark_as_draft": "取消草稿标识", "Background_color": "背景色", "No_color": "无颜色", "Standard_color": "标准色", @@ -335,8 +335,6 @@ "Search_language": "查找语言", "Sdoc_error_tip": "文档有错误,无法显示。请尝试点击下方按钮自动修复。", "Repair": "修复", - "Remove_row": "删除行", - "Remove_column": "删除列", "Font_size": "字号", "Increase_font_size": "增大字号", "Reduce_font_size": "减小字号", @@ -349,15 +347,15 @@ "Text_Link": "文字链", "Icon_and_text_Link": "图标+文字链", "Card": "卡片", - "Select_sdoc_document": "选择sdoc文档", + "Select_sdoc_document": "选择 sdoc 文档", "Local_file": "本地文件", "Internal_server_exec_operations_error": "在服务器执行操作异常,请刷新页面后重试", "Failed_to_sync_with_server_operations": "与服务器同步操作失败,请刷新页面", - "Operations_save_error_tip": "操作执行失败,服务器内部错误,请刷新页面", "Style": "样式", "Insert": "插入", "Image": "图片", "Table": "表格", "Link": "链接", - "Transform_to": "转化为" + "Transform_to": "转化为", + "Test": "测试" }