1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

push sdoc-editor translate to transifex (#5613)

* push sdoc-editor translate to transifex

* update translate
This commit is contained in:
杨顺强 2023-08-28 14:49:26 +08:00 committed by GitHub
parent 861f320158
commit e7290dca81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 1845 additions and 691 deletions

View File

@ -1,20 +1,28 @@
[main] [main]
host = https://www.transifex.com host = https://www.transifex.com
[o:haiwen:p:seahub:r:djangopo]
file_filter = locale/<lang>/LC_MESSAGES/django.po
source_file = locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[o:haiwen:p:seahub:r:djangojspo] [o:haiwen:p:seahub:r:djangojspo]
file_filter = locale/<lang>/LC_MESSAGES/djangojs.po file_filter = locale/<lang>/LC_MESSAGES/djangojs.po
source_file = locale/en/LC_MESSAGES/djangojs.po source_file = locale/en/LC_MESSAGES/djangojs.po
source_lang = en source_lang = en
type = PO type = PO
[o:haiwen:p:seahub:r:djangopo]
file_filter = locale/<lang>/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/<lang>/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] [o:haiwen:p:seahub:r:seafile-editor]
file_filter = media/locales/<lang>/seafile-editor.json file_filter = media/locales/<lang>/seafile-editor.json
source_file = media/locales/en/seafile-editor.json source_file = media/locales/en/seafile-editor.json
source_lang = en source_lang = en
type = KEYVALUEJSON type = KEYVALUEJSON

View File

@ -4,7 +4,8 @@ import LanguageDetector from 'i18next-browser-languagedetector';
import { initReactI18next } from 'react-i18next'; import { initReactI18next } from 'react-i18next';
import { mediaUrl } from '../utils/constants'; 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 i18n
.use(Backend) .use(Backend)
@ -16,7 +17,7 @@ i18n
ns: ['sdoc-editor'], ns: ['sdoc-editor'],
defaultNS: '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: { backend: {
loadPath: mediaUrl + 'sdoc-editor/locales/{{ lng }}/{{ ns }}.json', loadPath: mediaUrl + 'sdoc-editor/locales/{{ lng }}/{{ ns }}.json',

View File

@ -1,108 +1,164 @@
{ {
"bold": "Tučně", "Bold": "Tučně",
"italic": "Kurzíva", "Italic": "Kurzíva",
"inline_code": "Kód", "Underline": "Underline",
"header_one": "Záhlaví 1", "Strikethrough": "Strikethrough",
"header_two": "Záhlaví 2", "Superscript": "Superscript",
"header_three": "Záhlaví 3", "Subscript": "Subscript",
"header_four": "Záhlaví 4", "Inline_code": "Kód",
"header_five": "Záhlaví 5", "Header_one": "Záhlaví 1",
"header_six": "Záhlaví 6", "Header_two": "Záhlaví 2",
"paragraph": "Odstavec", "Header_three": "Záhlaví 3",
"quote": "Citace", "Header_four": "Záhlaví 4",
"ordered_list": "Číslovaný seznam", "Header_five": "Záhlaví 5",
"unordered_list": "Nečíslovaný seznam", "Header_six": "Záhlaví 6",
"check_list_item": "Zkontrolovat položku seznamu", "Paragraph": "Odstavec",
"insert_image": "Vložit obrázek", "Quote": "Citace",
"code": "Řádkový kód", "Ordered_list": "Seřazený seznam",
"code_block": "Blok kódu", "Unordered_list": "Neseřazený seznam",
"insert_link": "Vložit odkaz", "Check_list_item": "Check list item",
"insert_table": "Vložit tabulku", "Insert_image": "Insert image",
"save": "Uložit", "Insert_formula": "Insert formula",
"more": "Více", "Formula": "Formula",
"invalid_url": "Chybná URL", "Insert_file": "Insert file",
"link_address": "Adresa odkazu", "Code": "Řádkový kód",
"image_address": "Adresa obrázku", "Code_block": "Code block",
"submit": "Odeslat", "Insert_link": "Insert link",
"cancel": "Storno", "Insert_table": "Insert table",
"switch_to_plain_text_editor": "Přepnout do textového editoru", "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
"switch_to_rich_text_editor": "Přepnout do rozšířeného textového editoru", "Save": "Uložit",
"switch_to_viewer": "Přepnout do značkovacího prohlížeče", "More": "Více",
"help": "Pomoc", "Invalid_url": "Chybná URL",
"Remove_table": "Odebrat tabulku", "Link_address": "Adresa odkazu",
"column": "Sloupec", "Image_address": "Adresa obrázku",
"row": "Řádek", "Submit": "Odeslat",
"set_align": "Nastavit zarovnání", "Cancel": "Storno",
"left": "Vlevo", "Switch_to_plain_text_editor": "Přepnout do textového editoru",
"center": "Střed", "Switch_to_rich_text_editor": "Přepnout do rozšířeného textového editoru",
"right": "Vpravo", "Switch_to_viewer": "Přepnout do značkovacího prohlížeče",
"file_saved": "Soubor uložen", "Help": "Pomoc",
"file_failed_to_save": "Soubor nebyl uložen", "Column": "Sloupec",
"star": "Přidat hvězdičku", "Row": "Řádek",
"unstar": "Odebrat hvězdičku", "Delete_table": "Delete table",
"back_to_parent_directory":"Zpět do nadřazeného adresáře", "Delete_row": "Delete row",
"edit":"editovat", "Delete_column": "Delete column",
"copy": "Kopírovat", "Insert_row": "Insert row",
"copied": "Zkopírováno", "Insert_column": "Insert column",
"internal_link": "Interní odkaz", "Set_align": "Nastavit zarovnání",
"copy_internal_link": "Interní odkaz byl zkopírován do schránky", "Left": "Vlevo",
"internal_link_desc": "Interní odkaz směřuje na soubor nebo složku u které má uživatel oprávnění ke čtení.", "Center": "Střed",
"share": "Sdílet", "Right": "Vpravo",
"share_link": "Veřejný odkaz", "File_saved": "Soubor uložen",
"generate": "Generovat", "File_failed_to_save": "Soubor nebyl uložen",
"add_password_protection": "Přidat ochranu heslem", "Back_to_parent_directory":"Zpět do nadřazeného adresáře",
"password": "Heslo", "Edit": "Upravit",
"at_least_8_characters": "nejméně 8 znaků", "Copy": "Kopírovat",
"password_again": "Heslo znovu", "Copied": "Zkopírováno",
"add_auto_expiration": "Přidat automatickou expiraci", "Internal_link": "Interní odkaz",
"days": "dní", "Copy_internal_link": "Interní odkaz byl zkopírován do schránky",
"please_enter_password": "Zadejte heslo", "Internal_link_desc": "Interní odkaz směřuje na soubor nebo složku u které má uživatel oprávnění ke čtení.",
"greater_than_or_equal_to": "Vyšší nebo rovno", "Share": "Sdílet",
"less_than_or_equal_to": "Nižší nebo rovno", "Share_link": "Share link",
"set_permission": "Nastavit oprávnění", "Generate": "Generovat",
"preview_and_download": "Zobrazit a stáhnout", "Add_password_protection": "Přidat ochranu heslem",
"preview_only": "Pouze zobrazit", "Password": "Heslo",
"please_enter_valid_days": "Zadejte platné dny", "At_least_8_characters": "nejméně 8 znaků",
"please_enter_a_non-negative_integer": "Vložte prosím nezáporné celé číslo", "Password_again": "Heslo znovu",
"please_enter_days": "Prosím zadejte dny", "Add_auto_expiration": "Přidat automatickou expiraci",
"password_is_too_short": "Heslo je příliš krátké.", "Days": "dní",
"passwords_do_not_match": "Hesla nesouhlasí", "Please_enter_password": "Zadejte heslo",
"return_to_wiki_page": "Návrat na stránku Wiki", "Greater_than_or_equal_to": "Vyšší nebo rovno",
"insert_network_image": "Vložit síťový obrázek", "Less_than_or_equal_to": "Nižší nebo rovno",
"upload_local_image": "Nahrát lokální obrázek", "Set_permission": "Nastavit oprávnění",
"add_link": "Přidat odkaz", "Preview_and_download": "Zobrazit a stáhnout",
"file_history": "Historie souboru", "Preview_only": "Pouze zobrazit",
"history_version": "Historie verzí", "Please_enter_valid_days": "Zadejte platné dny",
"back_to_viewer": "Zpět na prohlížeč", "Please_enter_a_non-negative_integer": "Vložte prosím nezáporné celé číslo",
"link_title": "Název odkazu", "Please_enter_days": "Prosím zadejte dny",
"local_draft": "Místní koncept", "Password_is_too_short": "Heslo je příliš krátké.",
"use_draft": "Použít koncept", "Passwords_do_not_match": "Hesla nesouhlasí",
"delete_draft": "Smazat koncept", "Return_to_wiki_page": "Návrat na stránku Wiki",
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Máte neuložený koncept. Chcete ho použít?", "Insert_network_image": "Vložit síťový obrázek",
"local_draft_saved": "Místní koncept byl uložen", "Upload_local_image": "Nahrát lokální obrázek",
"new_draft": "Nový návrh", "Add_link": "Přidat odkaz",
"edit_draft": "Upravit návrh", "File_history": "File history",
"this_file_has_a_draft": "Tento soubor má koncept.", "History_version": "History versions",
"delete": "Smazat", "Back_to_viewer": "Back to viewer",
"comments": "Komentáře", "Link_title": "Název odkazu",
"add_a_comment": "Přidat komentář…", "Local_draft": "Místní koncept",
"no_comment_yet": "Žádné komentáře", "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é", "Mark_as_Resolved": "Označit jako vyřešené",
"ask_for_review": "Požádat o kontrolu", "Resubmit": "Resubmit",
"review_already_exists": "Kontrola již existuje. ", "Resubmitted": "Resubmitted",
"view_review": "Zobrazit kontrolu", "Ask_for_review": "Požádat o kontrolu",
"there_is_an_associated_review_with_this_file": "K tomuto souboru je přiřazená kontrola", "Review_already_exists": "Kontrola již existuje. ",
"start_review": "Začít kontrolu", "View_review": "Zobrazit kontrolu",
"this_file_is_in_draft_stage": "Tento soubor je ve fázi návrhu.", "There_is_an_associated_review_with_this_file": "K tomuto souboru je přiřazená kontrola",
"this_file_is_in_review_stage": "Tento soubor je ve fázi kontroly.", "Start_review": "Začít kontrolu",
"this_file_has_been_updated": "Tento soubor byl aktualizován.", "This_file_is_in_draft_stage": "Tento soubor je ve fázi návrhu.",
"refresh": "Obnovit", "This_file_is_in_review_stage": "Tento soubor je ve fázi kontroly.",
"related_files": "související soubory", "This_file_has_been_updated": "Tento soubor byl aktualizován.",
"related_file": "související soubor", "Refresh": "Obnovit",
"no_tags": "Žádné značky", "Related_files": "Related files",
"no_related_files": "Žádné související soubory", "Related_file": "Related file",
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", "No_tags": "Žádné značky",
"userHelp": { "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", "title": "Klávesové zkratky",
"userHelpData": [ "userHelpData": [
{ {
@ -144,6 +200,11 @@
"Insert_Table_Row": "Vložit řádku tabulky", "Insert_Table_Row": "Vložit řádku tabulky",
"Escape_table": "Opustit tabulku" "Escape_table": "Opustit tabulku"
} }
}, {
"shortcutType": "Zkratky vzorečku",
"shortcutData": {
"Insert_Formula": "Insert Formula"
}
}, { }, {
"shortcutType":"Řádkové zkratky", "shortcutType":"Řádkové zkratky",
"shortcutData": { "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"
} }

View File

@ -1,121 +1,177 @@
{ {
"bold": "Fett", "Bold": "Fett",
"italic": "Kursiv", "Italic": "Kursiv",
"inline_code": "Code", "Underline": "Underline",
"header_one": "Überschrift 1", "Strikethrough": "Durchstreichen",
"header_two": "Überschrift 2", "Superscript": "Superscript",
"header_three": "Überschrift 3", "Subscript": "Subscript",
"header_four": "Überschrift 4", "Inline_code": "Code",
"header_five": "Überschrift 5", "Header_one": "Überschrift 1",
"header_six": "Überschrift 6", "Header_two": "Überschrift 2",
"paragraph": "Absatz", "Header_three": "Überschrift 3",
"quote": "Zitat", "Header_four": "Überschrift 4",
"ordered_list": "Nummerierte Liste", "Header_five": "Überschrift 5",
"unordered_list": "Ungeordnete Liste", "Header_six": "Überschrift 6",
"check_list_item": "Listeneintrag überprüfen", "Paragraph": "Absatz",
"insert_image": "Bild einfügen", "Quote": "Blockquote",
"code": "Inline-Code", "Ordered_list": "Nummerierte Liste",
"code_block": "Codeblock", "Unordered_list": "Ungeordnete Liste",
"insert_link": "Link einfügen", "Check_list_item": "Check list item",
"insert_table": "Tabelle einfügen", "Insert_image": "Insert image",
"save": "Speichern", "Insert_formula": "Insert formula",
"more": "Mehr", "Formula": "Formel",
"invalid_url": "Ungültige Adresse", "Insert_file": "Insert file",
"link_address": "Adresse des Links", "Code": "Inline-Code",
"image_address": "Adresse des Bildes", "Code_block": "Code block",
"submit": "Absenden", "Insert_link": "Insert link",
"cancel": "Abbrechen", "Insert_table": "Insert table",
"switch_to_plain_text_editor": "Zum reinen Texteditor wechseln", "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
"switch_to_rich_text_editor": "Zum Editor mit Formatierungen wechseln", "Save": "Speichern",
"switch_to_viewer": "Zur Markdown-Vorschau wechseln", "More": "Mehr",
"help": "Hilfe", "Invalid_url": "Ungültige Adresse",
"Remove_table": "Tabelle entfernen", "Link_address": "Link-URL",
"column": "Spalte", "Image_address": "Bild-URL",
"row": "Zeile", "Submit": "Speichern",
"set_align": "Ausrichtung festlegen", "Cancel": "Abbrechen",
"left": "Links", "Switch_to_plain_text_editor": "Zum Plain Text Editor wechseln",
"center": "Zentrieren", "Switch_to_rich_text_editor": "Zum Rich Text Editor wechseln",
"right": "Rechts", "Switch_to_viewer": "Zur Markdown-Vorschau wechseln",
"file_saved": "Datei gespeichert.", "Help": "Hilfe",
"file_failed_to_save": "Datei konnte nicht gespeichert werden.", "Column": "Spalte",
"star": "Stern hinzufügen", "Row": "Zeile",
"unstar": "Stern entfernen", "Delete_table": "Delete table",
"back_to_parent_directory":"Zurück zum übergeordneten Verzeichnis", "Delete_row": "Delete row",
"edit":"Bearbeiten", "Delete_column": "Delete column",
"copy": "Kopieren", "Insert_row": "Insert row",
"copied": "Kopiert", "Insert_column": "Insert column",
"internal_link": "Interner Link", "Set_align": "Ausrichtung festlegen",
"copy_internal_link": "Der interne Link ist in den Zwischenspeicher kopiert", "Left": "Links",
"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.", "Center": "Zentrieren",
"share": "Freigeben", "Right": "Rechts",
"share_link": "Link freigeben", "File_saved": "Die Datei wurde gespeichert.",
"generate": "Erstellen", "File_failed_to_save": "Die Datei konnte nicht gespeichert werden.",
"add_password_protection": "Passwort hinzufügen", "Back_to_parent_directory":"Zurück zum übergeordneten Verzeichnis",
"password": "Passwort", "Edit": "Bearbeiten",
"at_least_8_characters": "mindestens 8 Zeichen", "Copy": "Kopieren",
"password_again": "Passwort erneut eingeben", "Copied": "Kopiert",
"add_auto_expiration": "Befristung hinzufügen", "Internal_link": "Interner Link",
"days": "Tage", "Copy_internal_link": "Der interne Link wurde in den Zwischenspeicher kopiert.",
"please_enter_password": "Bitte geben Sie ein Passwort ein", "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.",
"greater_than_or_equal_to": "Größer oder gleich", "Share": "Freigeben",
"less_than_or_equal_to": "Weniger oder gleich", "Share_link": "Share link",
"set_permission": "Rechte festlegen", "Generate": "Erstellen",
"preview_and_download": "Vorschau und Herunterladen", "Add_password_protection": "Passwort hinzufügen",
"preview_only": "Nur Vorschau erlaubt", "Password": "Passwort",
"please_enter_valid_days": "Bitte geben Sie eine gültige Anzahl von Tagen ein", "At_least_8_characters": "mindestens 8 Zeichen",
"please_enter_a_non-negative_integer": "Bitte geben Sie eine Zahl größer oder gleich Null ein", "Password_again": "Passwort erneut eingeben",
"please_enter_days": "Bitte geben Sie Tage ein", "Add_auto_expiration": "Befristung hinzufügen",
"password_is_too_short": "Passwort ist zu kurz", "Days": "Tage",
"passwords_do_not_match": "Passwörter stimmen nicht überein", "Please_enter_password": "Bitte geben Sie ein Passwort ein",
"return_to_wiki_page": "Zurück zur Wiki-Seite", "Greater_than_or_equal_to": "Größer oder gleich",
"insert_network_image": "Bild aus dem Netzwerk einfügen", "Less_than_or_equal_to": "Weniger oder gleich",
"upload_local_image": "Lokales Bild hochladen", "Set_permission": "Berechtigung festlegen",
"add_link": "Link hinzufügen", "Preview_and_download": "Vorschau und Herunterladen",
"file_history": "Dateiversionen", "Preview_only": "Nur Vorschau erlaubt",
"history_version": "Versionen", "Please_enter_valid_days": "Bitte geben Sie eine gültige Anzahl von Tagen ein",
"back_to_viewer": "Zurück zur Vorschau", "Please_enter_a_non-negative_integer": "Bitte geben Sie eine Zahl größer oder gleich Null ein",
"link_title": "Titel des Links", "Please_enter_days": "Bitte geben Sie Tage ein",
"local_draft": "Lokaler Entwurf", "Password_is_too_short": "Das Passwort ist zu kurz",
"use_draft": "Entwurf verwenden", "Passwords_do_not_match": "Passwörter stimmen nicht überein",
"delete_draft": "Entwurf löschen", "Return_to_wiki_page": "Zurück zur Wiki-Seite",
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Es gibt einen ungespeicherten Entwurf. Möchten Sie ihn verwenden?", "Insert_network_image": "Bild per URL einfügen",
"local_draft_saved": "Lokaler Entwurf gespeichert", "Upload_local_image": "Bild hochladen und einfügen",
"new_draft": "Neuer Entwurf", "Add_link": "Link hinzufügen",
"edit_draft": "Entwurf bearbeiten", "File_history": "File history",
"this_file_has_a_draft": "Zu dieser Datei gibt es einen Entwurf.", "History_version": "History versions",
"delete": "Löschen", "Back_to_viewer": "Back to viewer",
"comments": "Kommentare", "Link_title": "Linktext",
"add_a_comment": "Kommentieren …", "Local_draft": "Lokaler Entwurf",
"no_comment_yet": "Noch nicht kommentiert.", "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", "Mark_as_Resolved": "Als erledigt markieren",
"ask_for_review": "Um ein Review bitten", "Resubmit": "Resubmit",
"review_already_exists": "Es gibt bereits ein Review.", "Resubmitted": "Resubmitted",
"view_review": "Review anzeigen", "Ask_for_review": "Um ein Review bitten",
"there_is_an_associated_review_with_this_file": "Es gibt ein Review zu dieser Datei.", "Review_already_exists": "Es gibt bereits ein Review.",
"start_review": "Review schreiben", "View_review": "Review anzeigen",
"this_file_is_in_draft_stage": "Die Datei hat den Status Entwurf", "There_is_an_associated_review_with_this_file": "Es gibt ein Review zu dieser Datei.",
"this_file_is_in_review_stage": "Die Datei hat den Status Review.", "Start_review": "Review schreiben",
"this_file_has_been_updated": "Die Datei wurde aktualisiert.", "This_file_is_in_draft_stage": "Die Datei hat den Status Entwurf",
"refresh": "Aktualisieren", "This_file_is_in_review_stage": "Die Datei hat den Status Review.",
"related_files": "Zugehörige Dateien", "This_file_has_been_updated": "Die Datei wurde aktualisiert.",
"related_file": "Zugehörige Datei", "Refresh": "Aktualisieren",
"no_tags": "Keine Tags", "Related_files": "Related files",
"no_related_files": "Keine zugehörigen Dateien", "Related_file": "Related file",
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", "No_tags": "Keine Tags",
"userHelp": { "Date": "Datum",
"title": "Tastaturkürzel", "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": [ "userHelpData": [
{ {
"shortcutType":"Kürzel für Listen", "shortcutType":"Listen",
"shortcutData": { "shortcutData": {
"Make_list": "Liste anlegen", "Make_list": "Ungeordnete Liste anlegen",
"Make_ordered_list": "Nummerierte Liste anlegen", "Make_ordered_list": "Nummerierte Liste anlegen",
"Insert_new_item": "Neues Objekt einfügen", "Insert_new_item": "Neues Listenelement einfügen",
"Insert_child_in_item": "Unterobjekt einfügen", "Insert_child_in_item": "Textzeile einfügen",
"Increase_depth": "Tiefe erhöhen" "Increase_depth": "Einzug erhöhen"
} }
}, { }, {
"shortcutType": "Kürzel für Überschriften", "shortcutType": "Überschriften",
"shortcutData": { "shortcutData": {
"Heading_1": "Überschrift 1", "Heading_1": "Überschrift 1",
"Heading_2": "Überschrift 2", "Heading_2": "Überschrift 2",
@ -125,27 +181,32 @@
"Heading_6": "Überschrift 6" "Heading_6": "Überschrift 6"
} }
}, { }, {
"shortcutType": "Kürzel für Code", "shortcutType": "Codeblock",
"shortcutData": { "shortcutData": {
"Make_code_block": "Codeblock anlegen", "Make_code_block": "Codeblock anlegen",
"Insert_new_line": "Neue Zeile einfügen", "Insert_new_line": "Neue Zeile einfügen",
"Escape_code_block": "Codeblock beenden", "Escape_code_block": "Codeblock beenden",
"Insert_indent": "Einzug einfügen" "Insert_indent": "Einzug erhöhen"
} }
}, { }, {
"shortcutType": "Kürzel für Blockzitat", "shortcutType": "Blockquote",
"shortcutData": { "shortcutData": {
"Make_Block_quote": "Blockzitat anlegen", "Make_Block_quote": "Blockquote einfügen",
"Escape_Block_quote": "Blockzitat beenden" "Escape_Block_quote": "Blockquote beenden"
} }
}, { }, {
"shortcutType": "Kürzel für Tabellen", "shortcutType": "Tabellen",
"shortcutData": { "shortcutData": {
"Insert_Table_Row": "Tabellenzeile einfügen", "Insert_Table_Row": "Tabellenzeile einfügen",
"Escape_table": "Tabelle beenden" "Escape_table": "Tabelle beenden"
} }
}, { }, {
"shortcutType":"Kürzel für Inline-Text", "shortcutType": "Formeln",
"shortcutData": {
"Insert_Formula": "Formel einfügen"
}
}, {
"shortcutType":"Textformatierung",
"shortcutData": { "shortcutData": {
"Bold": "Fett", "Bold": "Fett",
"Italic": "Kursiv", "Italic": "Kursiv",
@ -153,17 +214,147 @@
"Inline_code": "Inline-Code" "Inline_code": "Inline-Code"
} }
}, { }, {
"shortcutType": "Kürzel speichern", "shortcutType": "Speichern",
"shortcutData": { "shortcutData": {
"Save_file": "Datei speichern" "Save_file": "Datei speichern"
} }
}, { }, {
"shortcutType": "Kürzel für Bilder", "shortcutType": "Bilder",
"shortcutData": { "shortcutData": {
"Paste_screen_shot": "Bildschirmfoto einfügen", "Paste_screen_shot": "Bild aus Zwischenablage einfügen",
"Drag_image_from_anywhere_to_upload_it": "Datei zum Hochladen hierher ziehen" "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"
} }

View File

@ -356,5 +356,6 @@
"Image": "Image", "Image": "Image",
"Table": "Table", "Table": "Table",
"Link": "Link", "Link": "Link",
"Transform_to": "Transform to" "Transform_to": "Transform to",
"Test": "Test"
} }

View File

@ -1,108 +1,164 @@
{ {
"bold": "Negrita", "Bold": "Negrita",
"italic": "Itálica", "Italic": "Itálica",
"inline_code": "Código", "Underline": "Underline",
"header_one": "Encabezado 1", "Strikethrough": "Tachado",
"header_two": "Encabezado 2", "Superscript": "Superscript",
"header_three": "Encabezado 3", "Subscript": "Subscript",
"header_four": "Encabezado 4", "Inline_code": "Código",
"header_five": "Encabezado 5", "Header_one": "Encabezado 1",
"header_six": "Encabezado 6", "Header_two": "Encabezado 2",
"paragraph": "Párrafo", "Header_three": "Encabezado 3",
"quote": "Cita", "Header_four": "Encabezado 4",
"ordered_list": "Lista Ordenada", "Header_five": "Encabezado 5",
"unordered_list": "Lista Desordenada", "Header_six": "Encabezado 6",
"check_list_item": "Check List Item", "Paragraph": "Párrafo",
"insert_image": "Insertar Imagen", "Quote": "Cita",
"code": "Inline Code", "Ordered_list": "Lista ordenada",
"code_block": "Bloque de Código", "Unordered_list": "Lista desordenada",
"insert_link": "Insertar Enlace", "Check_list_item": "Check list item",
"insert_table": "Insertar Tabla", "Insert_image": "Insert image",
"save": "Guardar", "Insert_formula": "Insert formula",
"more": "Más", "Formula": "Fórmula",
"invalid_url": "URL Inválida", "Insert_file": "Insert file",
"link_address": "Dirección del enlace", "Code": "Inline code",
"image_address": "Dirección de la imagen", "Code_block": "Code block",
"submit": "Enviar", "Insert_link": "Insert link",
"cancel": "Cancelar", "Insert_table": "Insert table",
"switch_to_plain_text_editor": "Cambiar a editor de texto sin formato", "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
"switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido", "Save": "Guardar",
"switch_to_viewer": "Cambiar a visualizador Markdown", "More": "Más",
"help": "Ayuda", "Invalid_url": "URL Inválida",
"Remove_table": "Eliminar tabla", "Link_address": "Dirección del enlace",
"column": "Columna", "Image_address": "Dirección de la imagen",
"row": "Fila", "Submit": "Enviar",
"set_align": "Establecer alineación", "Cancel": "Cancelar",
"left": "Izquierda", "Switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
"center": "Centrar", "Switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
"right": "derecha", "Switch_to_viewer": "Cambiar a visualizador Markdown",
"file_saved": "Archivo guardado", "Help": "Ayuda",
"file_failed_to_save": "Fallo al guardar archivo", "Column": "Columna",
"star": "Add star", "Row": "Fila",
"unstar": "Remove star", "Delete_table": "Delete table",
"back_to_parent_directory":"Volver a la carpeta superior", "Delete_row": "Delete row",
"edit":"editar", "Delete_column": "Delete column",
"copy": "Copiar", "Insert_row": "Insert row",
"copied": "Copiado", "Insert_column": "Insert column",
"internal_link": "Enlace interno", "Set_align": "Establecer alineación",
"copy_internal_link": "El enlace interno ha sido copiado al portapapeles", "Left": "Izquierda",
"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. ", "Center": "Centrar",
"share": "Compartir", "Right": "derecha",
"share_link": "Compartir enlace", "File_saved": "Archivo guardado",
"generate": "Generar", "File_failed_to_save": "Fallo al guardar archivo",
"add_password_protection": "Agregar protección por contraseña", "Back_to_parent_directory":"Volver a la carpeta superior",
"password": "Contraseña ", "Edit": "Editar",
"at_least_8_characters": "al menos 8 caracteres", "Copy": "Copiar",
"password_again": "Repetir contraseña", "Copied": "Copiado",
"add_auto_expiration": "Agregar vencimiento automático", "Internal_link": "Enlace interno",
"days": "días", "Copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
"please_enter_password": "Ingresa una contraseña", "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. ",
"greater_than_or_equal_to": "Mayor o igual que", "Share": "Compartir",
"less_than_or_equal_to": "Menor o igual que", "Share_link": "Compartir enlace",
"set_permission": "Establecer permiso", "Generate": "Generar",
"preview_and_download": "Vista previa y descargar", "Add_password_protection": "Agregar protección por contraseña",
"preview_only": "Vista previa solamente", "Password": "Contraseña ",
"please_enter_valid_days": "Ingresa cantidad válida de días", "At_least_8_characters": "al menos 8 caracteres",
"please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo", "Password_again": "Repetir contraseña",
"please_enter_days": "Ingresa cantidad de días", "Add_auto_expiration": "Agregar vencimiento automático",
"password_is_too_short": "Contraseña demasiado corta", "Days": "días",
"passwords_do_not_match": "Las contraseñas no concuerdan", "Please_enter_password": "Ingresa una contraseña",
"return_to_wiki_page": "Volver a la página del Wiki", "Greater_than_or_equal_to": "Mayor o igual que",
"insert_network_image": "Insertar imágen desde la red", "Less_than_or_equal_to": "Menor o igual que",
"upload_local_image": "Subir imagen local", "Set_permission": "Establecer permiso",
"add_link": "Agregar enlace", "Preview_and_download": "Vista previa y descargar",
"file_history": "Historial del Archivo", "Preview_only": "Vista previa solamente",
"history_version": "Historial de Versiones", "Please_enter_valid_days": "Ingresa cantidad válida de días",
"back_to_viewer": "Volver al Visualizador", "Please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
"link_title": "Título del enlace", "Please_enter_days": "Ingresa cantidad de días",
"local_draft": "Borrador local", "Password_is_too_short": "Contraseña demasiado corta",
"use_draft": "Usar borrador", "Passwords_do_not_match": "Las contraseñas no concuerdan",
"delete_draft": "Eliminar borrador", "Return_to_wiki_page": "Volver a la página del Wiki",
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?", "Insert_network_image": "Insertar imágen desde la red",
"local_draft_saved": "Borrador local guardado", "Upload_local_image": "Subir imagen local",
"new_draft": "Nuevo Borrador", "Add_link": "Agregar enlace",
"edit_draft": "Editar Borrador", "File_history": "File history",
"this_file_has_a_draft": "Este archivo tiene un borrador", "History_version": "History versions",
"delete": "Borrar", "Back_to_viewer": "Back to viewer",
"comments": "Comentarios", "Link_title": "Título del enlace",
"add_a_comment": "Agregar un comentario...", "Local_draft": "Borrador local",
"no_comment_yet": "No hay comentarios.", "Use_draft": "Usar borrador",
"Mark_as_Resolved": "Marcar como resuelto", "Delete_draft": "Eliminar borrador",
"ask_for_review": "Solicitar revisión", "You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
"review_already_exists": "La revisión ya existe", "Local_draft_saved": "Borrador local guardado",
"view_review": "Ver revisión", "New_draft": "New draft",
"there_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo", "View_draft": "View draft",
"start_review": "Iniciar revisión", "Publish": "Publicar",
"this_file_is_in_draft_stage": "Este archivo está en la etapa de borrador", "This_file_has_a_draft": "Este archivo tiene un borrador",
"this_file_is_in_review_stage": "Este archivo está en estado de revisión.", "Delete": "Borrar",
"this_file_has_been_updated": "Este archivo ha sido actualizado.", "Reply": "Responder",
"refresh": "Refrescar", "Comment": "Comentar",
"related_files": "archivos relacionados", "Comments": "Comentarios",
"related_file": "archivo relacionado", "All_comments": "All comments",
"no_tags": "Sin etiquetas", "Resolved_comments": "Resolved comments",
"no_related_files": "Sin archivos relacionados", "Unresolved_comments": "Unresolved comments",
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", "Total_1_comment": "Total 1 comment",
"userHelp": { "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", "title": "Atajos de teclado",
"userHelpData": [ "userHelpData": [
{ {
@ -144,6 +200,11 @@
"Insert_Table_Row": "Insertar fila de tabla", "Insert_Table_Row": "Insertar fila de tabla",
"Escape_table": "Escape table" "Escape_table": "Escape table"
} }
}, {
"shortcutType": "Atajos de fórmula",
"shortcutData": {
"Insert_Formula": "Insertar Fórmula"
}
}, { }, {
"shortcutType":"Inline shortcuts", "shortcutType":"Inline shortcuts",
"shortcutData": { "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"
} }

View File

@ -1,108 +1,164 @@
{ {
"bold": "Gras", "Bold": "Gras",
"italic": "Italique", "Italic": "Italique",
"inline_code": "Code", "Underline": "Underline",
"header_one": "Titre 1", "Strikethrough": "Barré",
"header_two": "Titre 2", "Superscript": "Superscript",
"header_three": "Titre 3", "Subscript": "Subscript",
"header_four": "Titre 4", "Inline_code": "Code",
"header_five": "Titre 5", "Header_one": "Titre 1",
"header_six": "Titre 6", "Header_two": "Titre 2",
"paragraph": "Paragraphe", "Header_three": "Titre 3",
"quote": "Citation", "Header_four": "Titre 4",
"ordered_list": "Liste ordonnée", "Header_five": "Titre 5",
"unordered_list": "Liste non ordonnée", "Header_six": "Titre 6",
"check_list_item": "Élément liste de vérification", "Paragraph": "Paragraphe",
"insert_image": "Insérer image", "Quote": "Blockquote",
"code": "Ligne de code", "Ordered_list": "Liste ordonnée",
"code_block": "Bloc de code", "Unordered_list": "Liste non ordonnée",
"insert_link": "Insérer lien", "Check_list_item": "Check list item",
"insert_table": "Insérer table", "Insert_image": "Insert image",
"save": "Sauvegarder", "Insert_formula": "Insert formula",
"more": "Plus", "Formula": "Formule",
"invalid_url": "L'adresse n'est pas valide", "Insert_file": "Insert file",
"link_address": "Adresse du lien", "Code": "Ligne de code",
"image_address": "Adresse de l'image", "Code_block": "Code block",
"submit": "Soumettre", "Insert_link": "Insert link",
"cancel": "Annuler", "Insert_table": "Insert table",
"switch_to_plain_text_editor": "Basculer en éditeur de texte plein", "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
"switch_to_rich_text_editor": "Basculer en éditeur de texte riche", "Save": "Sauvegarder",
"switch_to_viewer": "Basculer en visualiseur Markdown", "More": "Plus",
"help": "Aide", "Invalid_url": "L'adresse n'est pas valide.",
"Remove_table": "Supprimer la table", "Link_address": "Adresse du lien",
"column": "Colonne", "Image_address": "Adresse de l'image",
"row": "Ligne", "Submit": "Submit",
"set_align": "Ajuster l'alignement", "Cancel": "Annuler",
"left": "Gauche", "Switch_to_plain_text_editor": "Basculer en éditeur de texte plein",
"center": "Centrer", "Switch_to_rich_text_editor": "Basculer en éditeur de texte riche",
"right": "Droite", "Switch_to_viewer": "Basculer en visualiseur Markdown",
"file_saved": "Fichier sauvegardé.", "Help": "Aide",
"file_failed_to_save": "Échec de la sauvegarde du fichier", "Column": "Colonne",
"star": "Ajouter étoile", "Row": "Ligne",
"unstar": "Enlever étoile", "Delete_table": "Delete table",
"back_to_parent_directory":"Retour au répertoire parent", "Delete_row": "Delete row",
"edit":"éditer", "Delete_column": "Delete column",
"copy": "Copier", "Insert_row": "Insert row",
"copied": "Copié", "Insert_column": "Insert column",
"internal_link": "Lien interne", "Set_align": "Ajuster l'alignement",
"copy_internal_link": "Le lien interne a été copié dans le presse-papier", "Left": "Gauche",
"internal_link_desc": "Un lien interne est un lien vers un fichier ou un dossier accessible en lecture par un utilisateur.", "Center": "Centrer",
"share": "Partager", "Right": "Droite",
"share_link": "Lien de partage", "File_saved": "Le fichier a été sauvegardé.",
"generate": "Générer", "File_failed_to_save": "Échec de la sauvegarde du fichier",
"add_password_protection": "Ajouter un mot de passe de protection", "Back_to_parent_directory":"Retour au répertoire parent",
"password": "Mot de passe", "Edit": "Modifier",
"at_least_8_characters": "Au moins 8 caractères", "Copy": "Copier",
"password_again": "Mot de passe (à nouveau)", "Copied": "Copié",
"add_auto_expiration": "Ajouter l'expiration automatique", "Internal_link": "Lien interne",
"days": "jours", "Copy_internal_link": "Le lien interne a été copié dans le presse-papiers.",
"please_enter_password": "Entrez un mot de passe", "Internal_link_desc": "Un lien interne est un lien vers un fichier ou un dossier accessible en lecture par un utilisateur.",
"greater_than_or_equal_to": "Plus grand ou égale à", "Share": "Partager",
"less_than_or_equal_to": "Plus petit ou égal à", "Share_link": "Share link",
"set_permission": "Définir la permission", "Generate": "Créer",
"preview_and_download": "Prévisualiser et télécharger", "Add_password_protection": "Ajouter un mot de passe",
"preview_only": "Aperçu uniquement", "Password": "Mot de passe",
"please_enter_valid_days": "Saisissez un nombre de jours valide", "At_least_8_characters": "Au moins 8 caractères",
"please_enter_a_non-negative_integer": "Veuillez introduire un intégrateur non-négatif", "Password_again": "Mot de passe (à nouveau)",
"please_enter_days": "Veuillez entrer un nombre de jours", "Add_auto_expiration": "Ajouter une date d'expiration",
"password_is_too_short": "Le mot de passe est trop court", "Days": "jours",
"passwords_do_not_match": "Les mots de passe ne correspondent pas", "Please_enter_password": "Entrez un mot de passe",
"return_to_wiki_page": "Retour à la page du Wiki", "Greater_than_or_equal_to": "Plus grand ou égale à",
"insert_network_image": "Insérer une image du réseau", "Less_than_or_equal_to": "Plus petit ou égal à",
"upload_local_image": "Insérer une image locale", "Set_permission": "Définir la permission",
"add_link": "Ajouter un lien", "Preview_and_download": "Prévisualiser et télécharger",
"file_history": "Historique du fichier", "Preview_only": "Aperçu uniquement",
"history_version": "Historique des versions", "Please_enter_valid_days": "Saisissez un nombre de jours valide.",
"back_to_viewer": "Retour au visualiseur", "Please_enter_a_non-negative_integer": "Veuillez introduire un intégrateur non-négatif.",
"link_title": "Titre du lien", "Please_enter_days": "Veuillez entrer un nombre de jours.",
"local_draft": "Brouillon local", "Password_is_too_short": "Le mot de passe est trop court.",
"use_draft": "Utiliser le brouillon", "Passwords_do_not_match": "Les mots de passe ne correspondent pas.",
"delete_draft": "Supprimer le brouillon", "Return_to_wiki_page": "Retour à la page du Wiki",
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Vous avez un brouillon qui n'est pas sauvé. Voulez-vous l'utiliser ?", "Insert_network_image": "Insérer une image du réseau",
"local_draft_saved": "Brouillon local sauvegardé", "Upload_local_image": "Insérer une image locale",
"new_draft": "Nouveau brouillon", "Add_link": "Ajouter un lien",
"edit_draft": "Éditer brouillon", "File_history": "File history",
"this_file_has_a_draft": "Ce fichier possède un brouillon.", "History_version": "History versions",
"delete": "Supprimer", "Back_to_viewer": "Back to viewer",
"comments": "Commentaires", "Link_title": "Titre du lien",
"add_a_comment": "Ajouter un commentaire ...", "Local_draft": "Brouillon local",
"no_comment_yet": "Pas encore de commentaire.", "Use_draft": "Utiliser le brouillon",
"Mark_as_Resolved": "Marqué comme résolu", "Delete_draft": "Supprimer le brouillon",
"ask_for_review": "Demande d'un avis", "You_have_an_unsaved_draft_do_you_like_to_use_it": "Vous avez un brouillon qui n'est pas sauvegardé. Voulez-vous l'utiliser ?",
"review_already_exists": "Un avis existe déjà", "Local_draft_saved": "Brouillon local sauvegardé",
"view_review": "Voir l'avis", "New_draft": "New draft",
"there_is_an_associated_review_with_this_file": "Il y a un avis associé à ce fichier", "View_draft": "View draft",
"start_review": "Commencer l'avis", "Publish": "Publier",
"this_file_is_in_draft_stage": "Ce fichier est à l'état de brouillon", "This_file_has_a_draft": "Ce fichier possède un brouillon.",
"this_file_is_in_review_stage": "Ce fichier est à l'état d'avis", "Delete": "Supprimer",
"this_file_has_been_updated": "Ce fichier à bien été mis à jour.", "Reply": "Répondre",
"refresh": "Rafraichir", "Comment": "Commentaire",
"related_files": "Fichiers relatifs", "Comments": "Commentaires",
"related_file": "Fichier relatif", "All_comments": "All comments",
"no_tags": "Pas de tag", "Resolved_comments": "Resolved comments",
"no_related_files": "Aucun fichier relatif", "Unresolved_comments": "Unresolved comments",
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", "Total_1_comment": "Total 1 comment",
"userHelp": { "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 dune 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", "title": "Raccourcis clavier",
"userHelpData": [ "userHelpData": [
{ {
@ -110,7 +166,7 @@
"shortcutData": { "shortcutData": {
"Make_list": "Faire une liste", "Make_list": "Faire une liste",
"Make_ordered_list": "Faire une liste ordonnée", "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", "Insert_child_in_item": "Insérer enfant dans l'élément",
"Increase_depth": "Améliorer la profondeur" "Increase_depth": "Améliorer la profondeur"
} }
@ -133,17 +189,22 @@
"Insert_indent": "Insérer un espace" "Insert_indent": "Insérer un espace"
} }
}, { }, {
"shortcutType": "Raccourcis blocs de citation", "shortcutType": "Raccourcis blockquote",
"shortcutData": { "shortcutData": {
"Make_Block_quote": "Faire un bloc de citation", "Make_Block_quote": "Faire un blockquote",
"Escape_Block_quote": "Sortir du bloc de citation" "Escape_Block_quote": "Sortir du blockquote"
} }
}, { }, {
"shortcutType": "Raccourcis table", "shortcutType": "Raccourcis tableau",
"shortcutData": { "shortcutData": {
"Insert_Table_Row": "Insérer une ligne à la table", "Insert_Table_Row": "Insérer une ligne",
"Escape_table": "Sortir de la table" "Escape_table": "Sortir de la table"
} }
}, {
"shortcutType": "Raccourcis formule",
"shortcutData": {
"Insert_Formula": "Insérer formule"
}
}, { }, {
"shortcutType":"Raccourcis en ligne", "shortcutType":"Raccourcis en ligne",
"shortcutData": { "shortcutData": {
@ -153,9 +214,9 @@
"Inline_code": "Ligne de code" "Inline_code": "Ligne de code"
} }
}, { }, {
"shortcutType": "Sauvegarder les raccourcis", "shortcutType": "Raccourcis sauvegarde",
"shortcutData": { "shortcutData": {
"Save_file": "Sauvegarder fichier" "Save_file": "Sauvegarder le fichier"
} }
}, { }, {
"shortcutType": "Raccourcis image", "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"
} }

View File

@ -1,108 +1,164 @@
{ {
"bold": "Grassetto", "Bold": "Grassetto",
"italic": "Corsivo", "Italic": "Corsivo",
"inline_code": "Codice", "Underline": "Underline",
"header_one": "Titolo 1", "Strikethrough": "Barrato",
"header_two": "Titolo 2", "Superscript": "Superscript",
"header_three": "Titolo 3", "Subscript": "Subscript",
"header_four": "Titolo 4", "Inline_code": "Codice",
"header_five": "Intestazione 5", "Header_one": "Titolo 1",
"header_six": "Intestazione 6", "Header_two": "Titolo 2",
"paragraph": "Paragrafo", "Header_three": "Titolo 3",
"quote": "Citazione", "Header_four": "Titolo 4",
"ordered_list": "Lista ordinata", "Header_five": "Intestazione 5",
"unordered_list": "Lista non ordinata", "Header_six": "Intestazione 6",
"check_list_item": "Controlla la voce dell'elenco", "Paragraph": "Paragrafo",
"insert_image": "Inserisci Immagine", "Quote": "Citazione",
"code": "Codice in linea", "Ordered_list": "Elenco Ordiniato",
"code_block": "Codice", "Unordered_list": "Elenco non ordinato",
"insert_link": "Inserisci Collegamento", "Check_list_item": "Check list item",
"insert_table": "Inserisci tabella", "Insert_image": "Insert image",
"save": "Salvare", "Insert_formula": "Insert formula",
"more": "Altro", "Formula": "Formula",
"invalid_url": "URL non valida", "Insert_file": "Insert file",
"link_address": "Indirizzo collegamento", "Code": "Codice in linea",
"image_address": "Indirizzo Immagine", "Code_block": "Code block",
"submit": "Invia", "Insert_link": "Insert link",
"cancel": "Annulla", "Insert_table": "Insert table",
"switch_to_plain_text_editor": "Passa all'Editor di testo semplice", "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
"switch_to_rich_text_editor": "Passa all'Editor di testo formattato", "Save": "Salvare",
"switch_to_viewer": "Passa alla vista di tipo Markdown", "More": "Altro",
"help": "Aiuto", "Invalid_url": "URL non valida",
"Remove_table": "Rimuovere Tabella", "Link_address": "Indirizzo collegamento",
"column": "Colonna", "Image_address": "Indirizzo Immagine",
"row": "Riga", "Submit": "Invia",
"set_align": "Imposta allineamento", "Cancel": "Annulla",
"left": "Sinistra", "Switch_to_plain_text_editor": "Passa all'Editor di testo semplice",
"center": "Centrato", "Switch_to_rich_text_editor": "Passa all'Editor di testo formattato",
"right": "Destra", "Switch_to_viewer": "Passa alla vista di tipo Markdown",
"file_saved": "File salvato.", "Help": "Aiuto",
"file_failed_to_save": "Errore salvataggio file.", "Column": "Colonna",
"star": "Aggiungi asterisco", "Row": "Riga",
"unstar": "Rimozione asterisco", "Delete_table": "Delete table",
"back_to_parent_directory":"Torna alla cartella precedente", "Delete_row": "Delete row",
"edit":"modifica", "Delete_column": "Delete column",
"copy": "Copia", "Insert_row": "Insert row",
"copied": "Copiato", "Insert_column": "Insert column",
"internal_link": "Collegamento interno", "Set_align": "Imposta allineamento",
"copy_internal_link": "Il collegamento interno è stato copiato negli appunti", "Left": "Sinistra",
"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.", "Center": "Centrato",
"share": "Condividi", "Right": "Destra",
"share_link": "Condividi Collegamento", "File_saved": "File salvato.",
"generate": "Generare", "File_failed_to_save": "Errore salvataggio file.",
"add_password_protection": "Aggiungi la protezione password", "Back_to_parent_directory":"Torna alla cartella precedente",
"password": "Password", "Edit": "Modifica",
"at_least_8_characters": "almeno 8 caratteri", "Copy": "Copia",
"password_again": "Ridigita password", "Copied": "Copiato",
"add_auto_expiration": "Aggiungi la scadenza automatica", "Internal_link": "Collegamento Interno",
"days": "giorni", "Copy_internal_link": "Il collegamento interno è stato copiato negli appunti",
"please_enter_password": "Per favore, inserisci la password", "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.",
"greater_than_or_equal_to": "Maggiore o uguale a ", "Share": "Condividi",
"less_than_or_equal_to": "Minore o uguale a", "Share_link": "Share link",
"set_permission": "Imposta permessi", "Generate": "Generare",
"preview_and_download": "Anteprima e download", "Add_password_protection": "Aggiungi la protezione password",
"preview_only": "Solo Anteprima", "Password": "Password",
"please_enter_valid_days": "Si prega di inserire giorni validi", "At_least_8_characters": "almeno 8 caratteri",
"please_enter_a_non-negative_integer": "Prego inserire un intero non negativo", "Password_again": "Ridigita password",
"please_enter_days": "Prego inserire i giorni", "Add_auto_expiration": "Aggiungi la scadenza automatica",
"password_is_too_short": "La password è troppo corta", "Days": "giorni",
"passwords_do_not_match": "Le password non corrispondono", "Please_enter_password": "Per favore, inserisci la password",
"return_to_wiki_page": "Torna alla pagina Wiki", "Greater_than_or_equal_to": "Maggiore o uguale a ",
"insert_network_image": "Inserisci immagine di rete", "Less_than_or_equal_to": "Minore o uguale a",
"upload_local_image": "Inserisci immagine locale", "Set_permission": "Imposta permessi",
"add_link": "Aggiungi collegamento", "Preview_and_download": "Anteprima e download",
"file_history": "Cronologia dei file", "Preview_only": "Solo Anteprima",
"history_version": "Versioni cronologia", "Please_enter_valid_days": "Si prega di inserire giorni validi",
"back_to_viewer": "Torma alla vista", "Please_enter_a_non-negative_integer": "Prego inserire un intero non negativo",
"link_title": "Link al titolo", "Please_enter_days": "Prego inserire i giorni",
"local_draft": "Bozza locale", "Password_is_too_short": "La password è troppo corta",
"use_draft": "Usa bozza", "Passwords_do_not_match": "Le password non corrispondono",
"delete_draft": "Rimuovi Bozza", "Return_to_wiki_page": "Torna alla pagina Wiki",
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Hai una bozza non salvata. La vuoi utilizzare?", "Insert_network_image": "Inserisci immagine di rete",
"local_draft_saved": "Bozza salvata in locale", "Upload_local_image": "Inserisci immagine locale",
"new_draft": "Nuova Bozza", "Add_link": "Aggiungi collegamento",
"edit_draft": "Modifica Bozza", "File_history": "File history",
"this_file_has_a_draft": "Questo file è una bozza", "History_version": "History versions",
"delete": "Elimina", "Back_to_viewer": "Back to viewer",
"comments": "Commenti", "Link_title": "Link al titolo",
"add_a_comment": "Aggiungi un commento...", "Local_draft": "Bozza locale",
"no_comment_yet": "Ancora nessun commento.", "Use_draft": "Usa bozza",
"Mark_as_Resolved": "Contrassegnato come risolto", "Delete_draft": "Rimuovi Bozza",
"ask_for_review": "Richiedi una revisione", "You_have_an_unsaved_draft_do_you_like_to_use_it": "Hai una bozza non salvata. La vuoi utilizzare?",
"review_already_exists": "Revisione già esistente", "Local_draft_saved": "Bozza salvata in locale",
"view_review": "Visualizza revisione", "New_draft": "New draft",
"there_is_an_associated_review_with_this_file": "C'è una recensione associata con questo file.", "View_draft": "View draft",
"start_review": "Inizia Revisione", "Publish": "Pubblica",
"this_file_is_in_draft_stage": "Questo file è in fase di bozza.", "This_file_has_a_draft": "Questo file è una bozza",
"this_file_is_in_review_stage": "Questo file è in fase di revisione.", "Delete": "Elimina",
"this_file_has_been_updated": "Questo file è stato aggiornato.", "Reply": "Rispondi",
"refresh": "Aggiornare", "Comment": "Commento",
"related_files": "file correlati", "Comments": "Commenti",
"related_file": "file correlato", "All_comments": "All comments",
"no_tags": "Nessun tag", "Resolved_comments": "Resolved comments",
"no_related_files": "Nessun file correlato", "Unresolved_comments": "Unresolved comments",
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", "Total_1_comment": "Total 1 comment",
"userHelp": { "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", "title": "Tasti rapidi",
"userHelpData": [ "userHelpData": [
{ {
@ -144,6 +200,11 @@
"Insert_Table_Row": "Inserisci riga nella tabella", "Insert_Table_Row": "Inserisci riga nella tabella",
"Escape_table": "Escape tabella" "Escape_table": "Escape tabella"
} }
}, {
"shortcutType": "Formula shortcuts",
"shortcutData": {
"Insert_Formula": "Insert Formula"
}
}, { }, {
"shortcutType":"Scorciatoie in linea", "shortcutType":"Scorciatoie in linea",
"shortcutData": { "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"
} }

View File

@ -1,108 +1,164 @@
{ {
"bold": "Полужирный", "Bold": "Полужирный",
"italic": "Курсив", "Italic": "Курсив",
"inline_code": "Код", "Underline": "Underline",
"header_one": "Заголовок 1", "Strikethrough": "Зачеркнутый",
"header_two": "Заголовок 2", "Superscript": "Superscript",
"header_three": "Заголовок 3", "Subscript": "Subscript",
"header_four": "Заголовок 4", "Inline_code": "Код",
"header_five": "Заголовок 5", "Header_one": "Заголовок 1",
"header_six": "Заголовок 6", "Header_two": "Заголовок 2",
"paragraph": "Параграф", "Header_three": "Заголовок 3",
"quote": "Цитата", "Header_four": "Заголовок 4",
"ordered_list": "Нумерованный список", "Header_five": "Заголовок 5",
"unordered_list": "Маркированный список", "Header_six": "Заголовок 6",
"check_list_item": "Проверка элемента списка", "Paragraph": "Параграф",
"insert_image": "Вставить изображение", "Quote": "Цитата",
"code": "Встроенный код", "Ordered_list": "Нумерованный список",
"code_block": "Блок кода", "Unordered_list": "Маркированный список",
"insert_link": "Вставить ссылку", "Check_list_item": "Check list item",
"insert_table": "Вставить таблицу", "Insert_image": "Insert image",
"save": "Сохранить", "Insert_formula": "Insert formula",
"more": "Подробнее", "Formula": "Формула",
"invalid_url": "Недопустимый URL", "Insert_file": "Insert file",
"link_address": "Адрес ссылки", "Code": "Встроенный код",
"image_address": "Адрес изображения", "Code_block": "Code block",
"submit": "Отправить", "Insert_link": "Insert link",
"cancel": "Отменить", "Insert_table": "Insert table",
"switch_to_plain_text_editor": "Переключиться на обычный текстовый редактор", "Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
"switch_to_rich_text_editor": "Переключиться на визуальный редактор", "Save": "Сохранить",
"switch_to_viewer": "Переключиться на просмотр Markdown", "More": "Подробнее",
"help": "Помощь", "Invalid_url": "Недопустимый URL",
"Remove_table": "Удалить таблицу", "Link_address": "Адрес ссылки",
"column": "Столбец", "Image_address": "Адрес изображения",
"row": "Строка", "Submit": "Отправить",
"set_align": "Установить выравнивание", "Cancel": "Отменить",
"left": "Слева", "Switch_to_plain_text_editor": "Переключиться на обычный текстовый редактор",
"center": "По центру", "Switch_to_rich_text_editor": "Переключиться на визуальный редактор",
"right": "Справа", "Switch_to_viewer": "Переключиться на просмотр Markdown",
"file_saved": "Файл сохранен.", "Help": "Помощь",
"file_failed_to_save": "Не удалось сохранить файл.", "Column": "Столбец",
"star": "Добавить пометку", "Row": "Строка",
"unstar": "Удалить пометку", "Delete_table": "Delete table",
"back_to_parent_directory":"Вернуться в родительский каталог", "Delete_row": "Delete row",
"edit":"изменить", "Delete_column": "Delete column",
"copy": "Копировать", "Insert_row": "Insert row",
"copied": "Скопировано", "Insert_column": "Insert column",
"internal_link": "Внутренняя ссылка", "Set_align": "Установить выравнивание",
"copy_internal_link": "Внутренняя ссылка скопирована в буфер обмена", "Left": "Слева",
"internal_link_desc": "Внутренняя ссылка - это ссылка на файл или папку, к которым могут обращаться пользователи с правами на чтение файла или папки.", "Center": "По центру",
"share": "Общий доступ", "Right": "Справа",
"share_link": "Общедоступная ссылка", "File_saved": "Файл сохранен.",
"generate": "Создать", "File_failed_to_save": "Не удалось сохранить файл.",
"add_password_protection": "Защитить паролем", "Back_to_parent_directory":"Вернуться в родительский каталог",
"password": "Пароль", "Edit": "Редактировать",
"at_least_8_characters": "не менее 8 символов", "Copy": "Копировать",
"password_again": "Подтвердите пароль", "Copied": "Скопировано",
"add_auto_expiration": "Добавить авто истечение срока действия", "Internal_link": "Внутренняя ссылка",
"days": "дней", "Copy_internal_link": "Внутренняя ссылка скопирована в буфер обмена",
"please_enter_password": "Пожалуйста, введите пароль", "Internal_link_desc": "Внутренняя ссылка - это ссылка на файл или папку, к которым могут обращаться пользователи с правами на чтение файла или папки.",
"greater_than_or_equal_to": "Больше или равно", "Share": "Общий доступ",
"less_than_or_equal_to": "Меньше или равно", "Share_link": "Общедоступная ссылка",
"set_permission": "Установить разрешения", "Generate": "Создать",
"preview_and_download": "Предпросмотр и скачивание", "Add_password_protection": "Защитить паролем",
"preview_only": "Только предпросмотр", "Password": "Пароль",
"please_enter_valid_days": "Пожалуйста, введите корректные дни", "At_least_8_characters": "не менее 8 символов",
"please_enter_a_non-negative_integer": "Пожалуйста, введите неотрицательное целое число", "Password_again": "Подтвердите пароль",
"please_enter_days": "Пожалуйста, введите дни", "Add_auto_expiration": "Добавить авто истечение срока действия",
"password_is_too_short": "Пароль слишком короткий", "Days": "дней",
"passwords_do_not_match": "Пароли не совпадают", "Please_enter_password": "Пожалуйста, введите пароль",
"return_to_wiki_page": "Вернуться на страницу Wiki", "Greater_than_or_equal_to": "Больше или равно",
"insert_network_image": "Вставить удаленное изображение", "Less_than_or_equal_to": "Меньше или равно",
"upload_local_image": "Загрузить локальное изображение", "Set_permission": "Установить разрешения",
"add_link": "Добавить ссылку", "Preview_and_download": "Предпросмотр и скачивание",
"file_history": "История файла", "Preview_only": "Только предпросмотр",
"history_version": "История версий", "Please_enter_valid_days": "Пожалуйста, введите корректные дни",
"back_to_viewer": "Вернуться к просмотру", "Please_enter_a_non-negative_integer": "Пожалуйста, введите неотрицательное целое число",
"link_title": "Название ссылки", "Please_enter_days": "Пожалуйста, введите дни",
"local_draft": "Локальный черновик", "Password_is_too_short": "Пароль слишком короткий",
"use_draft": "Использовать черновик", "Passwords_do_not_match": "Пароли не совпадают",
"delete_draft": "Удалить черновик", "Return_to_wiki_page": "Вернуться на страницу Wiki",
"you_have_an_unsaved_draft_do_you_like_to_use_it": "У вас есть несохраненный черновик. Хотите использовать его?", "Insert_network_image": "Вставить удаленное изображение",
"local_draft_saved": "Локальный черновик сохранен", "Upload_local_image": "Загрузить локальное изображение",
"new_draft": "Новый черновик", "Add_link": "Добавить ссылку",
"edit_draft": "Изменить черновик", "File_history": "File history",
"this_file_has_a_draft": "Этот файл имеет черновик.", "History_version": "History versions",
"delete": "Удалить", "Back_to_viewer": "Back to viewer",
"comments": "Комментарии", "Link_title": "Название ссылки",
"add_a_comment": "Добавить комментарий...", "Local_draft": "Локальный черновик",
"no_comment_yet": "Комментариев пока нет.", "Use_draft": "Использовать черновик",
"Mark_as_Resolved": "Отметить как разрешенный", "Delete_draft": "Удалить черновик",
"ask_for_review": "Спросить отзыв", "You_have_an_unsaved_draft_do_you_like_to_use_it": "У вас есть несохраненный черновик. Хотите использовать его?",
"review_already_exists": "Отзыв уже существует", "Local_draft_saved": "Локальный черновик сохранен",
"view_review": "Просмотр отзыва", "New_draft": "New draft",
"there_is_an_associated_review_with_this_file": "Есть связанный отзыв с этим файлом.", "View_draft": "View draft",
"start_review": "Начать отзыв", "Publish": "Опубликовать",
"this_file_is_in_draft_stage": "Этот файл находится в стадии черновика.", "This_file_has_a_draft": "Этот файл имеет черновик.",
"this_file_is_in_review_stage": "Этот файл находится на стадии проверки.", "Delete": "Удалить",
"this_file_has_been_updated": "Этот файл был обновлен.", "Reply": "Ответ",
"refresh": "Обновить", "Comment": "Комментарий",
"related_files": "связанные файлы", "Comments": "Комментарии",
"related_file": "связанный файл", "All_comments": "All comments",
"no_tags": "Нет тегов", "Resolved_comments": "Resolved comments",
"no_related_files": "Нет связанных файлов", "Unresolved_comments": "Unresolved comments",
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "", "Total_1_comment": "Total 1 comment",
"userHelp": { "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": "Горячие клавиши", "title": "Горячие клавиши",
"userHelpData": [ "userHelpData": [
{ {
@ -144,6 +200,11 @@
"Insert_Table_Row": "Вставить строку таблицы", "Insert_Table_Row": "Вставить строку таблицы",
"Escape_table": "Выделить таблицу" "Escape_table": "Выделить таблицу"
} }
}, {
"shortcutType": "Горячие клавиши для формул",
"shortcutData": {
"Insert_Formula": "Вставить формулу"
}
}, { }, {
"shortcutType":"Встроенные горячие клавиши", "shortcutType":"Встроенные горячие клавиши",
"shortcutData": { "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"
} }

View File

@ -2,7 +2,7 @@
"Bold": "粗体", "Bold": "粗体",
"Italic": "斜体", "Italic": "斜体",
"Underline": "下划线", "Underline": "下划线",
"Strikethrough": "中划线", "Strikethrough": "删除线",
"Superscript": "上标", "Superscript": "上标",
"Subscript": "下标", "Subscript": "下标",
"Inline_code": "代码", "Inline_code": "代码",
@ -124,7 +124,7 @@
"Participants": "参与人", "Participants": "参与人",
"Meeting_note": "会议记录", "Meeting_note": "会议记录",
"Chooser_document_type": "选择文档类型", "Chooser_document_type": "选择文档类型",
"Empty": "", "Empty": "暂无",
"No_related_files": "没有相关文件", "No_related_files": "没有相关文件",
"No_out_line": "没有大纲", "No_out_line": "没有大纲",
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "在此浏览器中,编辑文件可能导致轻微的显示问题。", "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "在此浏览器中,编辑文件可能导致轻微的显示问题。",
@ -141,7 +141,7 @@
"Location": "位置", "Location": "位置",
"Last_update": "更新时间", "Last_update": "更新时间",
"Tags": "标签", "Tags": "标签",
"Add_participants": "增加文件参与人", "Add_participants": "添加参与人",
"Clear_format": "清除格式", "Clear_format": "清除格式",
"MarkdownLint": { "MarkdownLint": {
"missing_h1": { "missing_h1": {
@ -149,12 +149,12 @@
"issue" : "缺少一级标题" "issue" : "缺少一级标题"
}, },
"heading_end_with_colon": { "heading_end_with_colon": {
"description": "标题末尾的标点符号不应该是冒号", "description": "标题中的标点符号不应为冒号",
"issue": "标题末尾是冒号" "issue": "标题末尾是冒号"
}, },
"heading_increase_irregular": { "heading_increase_irregular": {
"description": "标题级别一次只能增加一级", "description": "标题级别一次只能增加一",
"issue": "标题级别不规范" "issue": "标题级别错误"
} }
}, },
"Shortcut_help": "快捷键帮助", "Shortcut_help": "快捷键帮助",
@ -203,26 +203,26 @@
}, { }, {
"shortcutType": "公式快捷键", "shortcutType": "公式快捷键",
"shortcutData": { "shortcutData": {
"Insert_Formula": "插入公式" "Insert_Formula": " 插入公式"
} }
}, { }, {
"shortcutType":"行内快捷键", "shortcutType":"行级操作",
"shortcutData": { "shortcutData": {
"Bold": "粗体", "Bold": "粗体",
"Italic": "斜体", "Italic": "斜体",
"Italic_Bold": "斜体", "Italic_Bold": "斜体粗",
"Inline_code": "行内代码" "Inline_code": "行内代码"
} }
}, { }, {
"shortcutType": "保存快捷键", "shortcutType": "文件保存",
"shortcutData": { "shortcutData": {
"Save_file": "保存文件" "Save_file": "保存文件"
} }
}, { }, {
"shortcutType": "图片快捷键", "shortcutType": "图片操作",
"shortcutData": { "shortcutData": {
"Paste_screen_shot": "粘贴屏幕截图", "Paste_screen_shot": "上传截图",
"Drag_image_from_anywhere_to_upload_it": "从任意地方拖动图像以上传" "Drag_image_from_anywhere_to_upload_it": "拖拽任意图片上传"
} }
} }
] ]
@ -251,24 +251,24 @@
"Please_enter_text": "请输入正文", "Please_enter_text": "请输入正文",
"Row(s)": "行", "Row(s)": "行",
"Column(s)": "列", "Column(s)": "列",
"Insert_above": "在上方插入",
"Insert_below": "在下方插入", "Insert_below": "在下方插入",
"Insert_above": "在上方插入",
"Insert_on_the_right": "在右侧插入", "Insert_on_the_right": "在右侧插入",
"Insert_on_the_left": "在左侧插入", "Insert_on_the_left": "在左侧插入",
"Starred": "starred", "Starred": "星标文件",
"Unstarred": "unstarred", "Unstarred": "未加星标",
"Star": "添加星标", "Star": "添加星标",
"Unstar": "移除星标", "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" : "添加回复会重新提出该讨论", "Reopen_discussion" : "添加回复会重新提出该讨论",
"Confirm": "确", "Confirm": "确",
"View_changes": "查看改动", "View_changes": "查看改动",
"Revision": "修订稿", "Revision": "修订稿",
"Error": "错误", "Error": "错误",
@ -278,7 +278,7 @@
"Load_doc_content_error": "加载文档内容错误", "Load_doc_content_error": "加载文档内容错误",
"Sdoc_format_invalid": "文档内容不符合 sdoc 规范", "Sdoc_format_invalid": "文档内容不符合 sdoc 规范",
"Draft": "草稿", "Draft": "草稿",
"Unmark_as_draft": "取消草稿标", "Unmark_as_draft": "取消草稿标",
"Background_color": "背景色", "Background_color": "背景色",
"No_color": "无颜色", "No_color": "无颜色",
"Standard_color": "标准色", "Standard_color": "标准色",
@ -335,8 +335,6 @@
"Search_language": "查找语言", "Search_language": "查找语言",
"Sdoc_error_tip": "文档有错误,无法显示。请尝试点击下方按钮自动修复。", "Sdoc_error_tip": "文档有错误,无法显示。请尝试点击下方按钮自动修复。",
"Repair": "修复", "Repair": "修复",
"Remove_row": "删除行",
"Remove_column": "删除列",
"Font_size": "字号", "Font_size": "字号",
"Increase_font_size": "增大字号", "Increase_font_size": "增大字号",
"Reduce_font_size": "减小字号", "Reduce_font_size": "减小字号",
@ -349,15 +347,15 @@
"Text_Link": "文字链", "Text_Link": "文字链",
"Icon_and_text_Link": "图标+文字链", "Icon_and_text_Link": "图标+文字链",
"Card": "卡片", "Card": "卡片",
"Select_sdoc_document": "选择sdoc文档", "Select_sdoc_document": "选择 sdoc 文档",
"Local_file": "本地文件", "Local_file": "本地文件",
"Internal_server_exec_operations_error": "在服务器执行操作异常,请刷新页面后重试", "Internal_server_exec_operations_error": "在服务器执行操作异常,请刷新页面后重试",
"Failed_to_sync_with_server_operations": "与服务器同步操作失败,请刷新页面", "Failed_to_sync_with_server_operations": "与服务器同步操作失败,请刷新页面",
"Operations_save_error_tip": "操作执行失败,服务器内部错误,请刷新页面",
"Style": "样式", "Style": "样式",
"Insert": "插入", "Insert": "插入",
"Image": "图片", "Image": "图片",
"Table": "表格", "Table": "表格",
"Link": "链接", "Link": "链接",
"Transform_to": "转化为" "Transform_to": "转化为",
"Test": "测试"
} }