mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
Update seafile-editor locales
This commit is contained in:
@@ -35,7 +35,7 @@ const useYarn = fs.existsSync(paths.yarnLockFile);
|
||||
const WARN_AFTER_BUNDLE_GZIP_SIZE = 512 * 1024;
|
||||
const WARN_AFTER_CHUNK_GZIP_SIZE = 1024 * 1024;
|
||||
|
||||
const localesPath = '../media/assets/frontend/locales';
|
||||
const localesPath = 'src/assets/locales';
|
||||
const localesBuildPath = paths.appBuild + '/locales';
|
||||
// Warn and crash if required files are missing
|
||||
if (!checkRequiredFiles([paths.appIndexJs])) {
|
||||
|
169
frontend/src/assets/locales/cs/translations.json
Normal file
169
frontend/src/assets/locales/cs/translations.json
Normal file
@@ -0,0 +1,169 @@
|
||||
{
|
||||
"bold": "Tučně",
|
||||
"italic": "Kurzíva",
|
||||
"inline_code": "Kód",
|
||||
"header_one": "Záhlaví 1",
|
||||
"header_two": "Záhlaví 2",
|
||||
"header_three": "Záhlaví 3",
|
||||
"header_four": "Záhlaví 4",
|
||||
"header_five": "Záhlaví 5",
|
||||
"header_six": "Záhlaví 6",
|
||||
"paragraph": "Odstavec",
|
||||
"quote": "Citace",
|
||||
"ordered_list": "Číslovaný seznam",
|
||||
"unordered_list": "Nečíslovaný seznam",
|
||||
"check_list_item": "Zkontrolovat položku seznamu",
|
||||
"insert_image": "Vložit obrázek",
|
||||
"code": "Řádkový kód",
|
||||
"code_block": "Blok kódu",
|
||||
"insert_link": "Vložit odkaz",
|
||||
"insert_table": "Vložit tabulku",
|
||||
"save": "Uložit",
|
||||
"more": "Více",
|
||||
"invalid_url": "Chybná URL",
|
||||
"link_address": "Adresa odkazu",
|
||||
"image_address": "Adresa obrázku",
|
||||
"submit": "Odeslat",
|
||||
"cancel": "Storno",
|
||||
"switch_to_plain_text_editor": "Přepnout do textového editoru",
|
||||
"switch_to_rich_text_editor": "Přepnout do rozšířeného textového editoru",
|
||||
"switch_to_viewer": "Přepnout do značkovacího prohlížeče",
|
||||
"help": "Pomoc",
|
||||
"remove_table": "Odebrat tabulku",
|
||||
"column": "Sloupec",
|
||||
"row": "Řádek",
|
||||
"set_align": "Nastavit zarovnání",
|
||||
"left": "Vlevo",
|
||||
"center": "Střed",
|
||||
"right": "Vpravo",
|
||||
"file_saved": "Soubor uložen",
|
||||
"file_failed_to_save": "Soubor nebyl uložen",
|
||||
"star": "Přidat hvězdičku",
|
||||
"unstar": "Odebrat hvězdičku",
|
||||
"back_to_parent_directory":"Zpět do nadřazeného adresáře",
|
||||
"edit":"editovat",
|
||||
"copy": "Kopírovat",
|
||||
"copied": "Zkopírováno",
|
||||
"internal_link": "Interní odkaz",
|
||||
"copy_internal_link": "Interní odkaz byl zkopírován do schránky",
|
||||
"internal_link_desc": "Interní odkaz směřuje na soubor nebo složku u které má uživatel oprávnění ke čtení.",
|
||||
"share": "Sdílet",
|
||||
"share_link": "Veřejný odkaz",
|
||||
"generate": "Generovat",
|
||||
"add_password_protection": "Přidat ochranu heslem",
|
||||
"password": "Heslo",
|
||||
"at_least_8_characters": "nejméně 8 znaků",
|
||||
"password_again": "Heslo znovu",
|
||||
"add_auto_expiration": "Přidat automatickou expiraci",
|
||||
"days": "dní",
|
||||
"please_enter_password": "Zadejte heslo",
|
||||
"greater_than_or_equal_to": "Vyšší nebo rovno",
|
||||
"less_than_or_equal_to": "Nižší nebo rovno",
|
||||
"set_permission": "Nastavit oprávnění",
|
||||
"preview_and_download": "Zobrazit a stáhnout",
|
||||
"preview_only": "Pouze zobrazit",
|
||||
"please_enter_valid_days": "Zadejte platné dny",
|
||||
"please_enter_a_non-negative_integer": "Vložte prosím nezáporné celé číslo",
|
||||
"please_enter_days": "Prosím zadejte dny",
|
||||
"password_is_too_short": "Heslo je příliš krátké.",
|
||||
"passwords_do_not_match": "Hesla nesouhlasí",
|
||||
"return_to_wiki_page": "Návrat na stránku Wiki",
|
||||
"insert_network_image": "Vložit síťový obrázek",
|
||||
"upload_local_image": "Nahrát lokální obrázek",
|
||||
"add_link": "Přidat odkaz",
|
||||
"file_history": "Historie souboru",
|
||||
"history_version": "Historie verzí",
|
||||
"back_to_viewer": "Zpět na prohlížeč",
|
||||
"link_title": "Název odkazu",
|
||||
"local_draft": "Místní koncept",
|
||||
"use_draft": "Použít koncept",
|
||||
"delete_draft": "Smazat koncept",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Máte neuložený koncept. Chcete ho použít?",
|
||||
"local_draft_saved": "Místní koncept byl uložen",
|
||||
"new_draft": "Nový návrh",
|
||||
"edit_draft": "Upravit návrh",
|
||||
"this_file_has_a_draft": "Tento soubor má koncept.",
|
||||
"delete": "Smazat",
|
||||
"comments": "Komentáře",
|
||||
"add_a_comment": "Přidat komentář…",
|
||||
"no_comment_yet": "Žádné komentáře",
|
||||
"Mark_as_Resolved": "Označit jako vyřešené",
|
||||
"ask_for_review": "Požádat o kontrolu",
|
||||
"review_already_exists": "Kontrola již existuje. ",
|
||||
"view_review": "Zobrazit kontrolu",
|
||||
"there_is_an_associated_review_with_this_file": "K tomuto souboru je přiřazená kontrola",
|
||||
"start_review": "Začít kontrolu",
|
||||
"this_file_is_in_draft_stage": "Tento soubor je ve fázi návrhu.",
|
||||
"this_file_is_in_review_stage": "Tento soubor je ve fázi kontroly.",
|
||||
"this_file_has_been_updated": "Tento soubor byl aktualizován.",
|
||||
"refresh": "Obnovit",
|
||||
"related_files": "související soubory",
|
||||
"related_file": "související soubor",
|
||||
"no_tags": "Žádné značky",
|
||||
"no_related_files": "Žádné související soubory",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
||||
"userHelp": {
|
||||
"title": "Klávesové zkratky",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"Seznam zkratek",
|
||||
"shortcutData": {
|
||||
"Make_list": "Vytvořit seznam",
|
||||
"Make_ordered_list": "Vytvořit číslovaný seznam",
|
||||
"Insert_new_item": "Vložit novou položku",
|
||||
"Insert_child_in_item": "Vložit podpoložku",
|
||||
"Increase_depth": "Zvýšit hloubku"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Zkratky záhlaví",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Záhlaví 1",
|
||||
"Heading_2": "Záhlaví 2",
|
||||
"Heading_3": "Záhlaví 3",
|
||||
"Heading_4": "Záhlaví 4",
|
||||
"Heading_5": "Záhlaví 5",
|
||||
"Heading_6": "Záhlaví 6"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Zkratky bloků kódu",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Vytvořit blok kódu",
|
||||
"Insert_new_line": "Vložit novou řádku",
|
||||
"Escape_code_block": "Opustit blok kódu",
|
||||
"Insert_indent": "Vložit odrážku"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Zkratky bloku citace",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Vytvořit blokovou citaci",
|
||||
"Escape_Block_quote": "Opustit blokovou citaci"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Zkratky tabulky",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Vložit řádku tabulky",
|
||||
"Escape_table": "Opustit tabulku"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Řádkové zkratky",
|
||||
"shortcutData": {
|
||||
"Bold": "Tučně",
|
||||
"Italic": "Kurzíva",
|
||||
"Italic_Bold": "Tučná kurzíva",
|
||||
"Inline_code": "Řádkový kód"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Uložit zkratky",
|
||||
"shortcutData": {
|
||||
"Save_file": "Uložit soubor"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Zkratky obrázku",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Vložit snímek obrazovky",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Přetáhnout obrázek odkudkoliv k jeho nahrání"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
169
frontend/src/assets/locales/de/translations.json
Normal file
169
frontend/src/assets/locales/de/translations.json
Normal file
@@ -0,0 +1,169 @@
|
||||
{
|
||||
"bold": "Fett",
|
||||
"italic": "Kursiv",
|
||||
"inline_code": "Code",
|
||||
"header_one": "Überschrift 1",
|
||||
"header_two": "Überschrift 2",
|
||||
"header_three": "Überschrift 3",
|
||||
"header_four": "Überschrift 4",
|
||||
"header_five": "Überschrift 5",
|
||||
"header_six": "Überschrift 6",
|
||||
"paragraph": "Absatz",
|
||||
"quote": "Zitat",
|
||||
"ordered_list": "Nummerierte Liste",
|
||||
"unordered_list": "Ungeordnete Liste",
|
||||
"check_list_item": "Listeneintrag überprüfen",
|
||||
"insert_image": "Bild einfügen",
|
||||
"code": "Inline-Code",
|
||||
"code_block": "Codeblock",
|
||||
"insert_link": "Link einfügen",
|
||||
"insert_table": "Tabelle einfügen",
|
||||
"save": "Speichern",
|
||||
"more": "Mehr",
|
||||
"invalid_url": "Ungültige Adresse",
|
||||
"link_address": "Adresse des Links",
|
||||
"image_address": "Adresse des Bildes",
|
||||
"submit": "Absenden",
|
||||
"cancel": "Abbrechen",
|
||||
"switch_to_plain_text_editor": "Zum reinen Texteditor wechseln",
|
||||
"switch_to_rich_text_editor": "Zum Editor mit Formatierungen wechseln",
|
||||
"switch_to_viewer": "Zur Markdown-Vorschau wechseln",
|
||||
"help": "Hilfe",
|
||||
"remove_table": "Tabelle entfernen",
|
||||
"column": "Spalte",
|
||||
"row": "Zeile",
|
||||
"set_align": "Ausrichtung festlegen",
|
||||
"left": "Links",
|
||||
"center": "Zentrieren",
|
||||
"right": "Rechts",
|
||||
"file_saved": "Datei gespeichert.",
|
||||
"file_failed_to_save": "Datei konnte nicht gespeichert werden.",
|
||||
"star": "Stern hinzufügen",
|
||||
"unstar": "Stern entfernen",
|
||||
"back_to_parent_directory":"Zurück zum übergeordneten Verzeichnis",
|
||||
"edit":"Bearbeiten",
|
||||
"copy": "Kopieren",
|
||||
"copied": "Kopiert",
|
||||
"internal_link": "Interner Link",
|
||||
"copy_internal_link": "Der interne Link ist in den Zwischenspeicher kopiert",
|
||||
"internal_link_desc": "Ein interner Link ist eine Verlinkung auf eine Datei oder einen Ordner, die von Anderen genutzt werden kann, soweit sie die entsprechenden Leserechte haben.",
|
||||
"share": "Freigeben",
|
||||
"share_link": "Link freigeben",
|
||||
"generate": "Erstellen",
|
||||
"add_password_protection": "Passwort hinzufügen",
|
||||
"password": "Passwort",
|
||||
"at_least_8_characters": "mindestens 8 Zeichen",
|
||||
"password_again": "Passwort erneut eingeben",
|
||||
"add_auto_expiration": "Befristung hinzufügen",
|
||||
"days": "Tage",
|
||||
"please_enter_password": "Bitte geben Sie ein Passwort ein",
|
||||
"greater_than_or_equal_to": "Größer oder gleich",
|
||||
"less_than_or_equal_to": "Weniger oder gleich",
|
||||
"set_permission": "Rechte festlegen",
|
||||
"preview_and_download": "Vorschau und Herunterladen",
|
||||
"preview_only": "Nur Vorschau erlaubt",
|
||||
"please_enter_valid_days": "Bitte geben Sie eine gültige Anzahl von Tagen ein",
|
||||
"please_enter_a_non-negative_integer": "Bitte geben Sie eine Zahl größer oder gleich Null ein",
|
||||
"please_enter_days": "Bitte geben Sie Tage ein",
|
||||
"password_is_too_short": "Passwort ist zu kurz",
|
||||
"passwords_do_not_match": "Passwörter stimmen nicht überein",
|
||||
"return_to_wiki_page": "Zurück zur Wiki-Seite",
|
||||
"insert_network_image": "Bild aus dem Netzwerk einfügen",
|
||||
"upload_local_image": "Lokales Bild hochladen",
|
||||
"add_link": "Link hinzufügen",
|
||||
"file_history": "Dateiversionen",
|
||||
"history_version": "Versionen",
|
||||
"back_to_viewer": "Zurück zur Vorschau",
|
||||
"link_title": "Titel des Links",
|
||||
"local_draft": "Lokaler Entwurf",
|
||||
"use_draft": "Entwurf verwenden",
|
||||
"delete_draft": "Entwurf löschen",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Es gibt einen ungespeicherten Entwurf. Möchten Sie ihn verwenden?",
|
||||
"local_draft_saved": "Lokaler Entwurf gespeichert",
|
||||
"new_draft": "Neuer Entwurf",
|
||||
"edit_draft": "Entwurf bearbeiten",
|
||||
"this_file_has_a_draft": "Zu dieser Datei gibt es einen Entwurf.",
|
||||
"delete": "Löschen",
|
||||
"comments": "Kommentare",
|
||||
"add_a_comment": "Kommentieren …",
|
||||
"no_comment_yet": "Noch nicht kommentiert.",
|
||||
"Mark_as_Resolved": "Als erledigt markieren",
|
||||
"ask_for_review": "Um ein Review bitten",
|
||||
"review_already_exists": "Es gibt bereits ein Review.",
|
||||
"view_review": "Review anzeigen",
|
||||
"there_is_an_associated_review_with_this_file": "Es gibt ein Review zu dieser Datei.",
|
||||
"start_review": "Review schreiben",
|
||||
"this_file_is_in_draft_stage": "Die Datei hat den Status Entwurf",
|
||||
"this_file_is_in_review_stage": "Die Datei hat den Status Review.",
|
||||
"this_file_has_been_updated": "Die Datei wurde aktualisiert.",
|
||||
"refresh": "Aktualisieren",
|
||||
"related_files": "Zugehörige Dateien",
|
||||
"related_file": "Zugehörige Datei",
|
||||
"no_tags": "Keine Tags",
|
||||
"no_related_files": "Keine zugehörigen Dateien",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
||||
"userHelp": {
|
||||
"title": "Tastaturkürzel",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"Kürzel für Listen",
|
||||
"shortcutData": {
|
||||
"Make_list": "Liste anlegen",
|
||||
"Make_ordered_list": "Nummerierte Liste anlegen",
|
||||
"Insert_new_item": "Neues Objekt einfügen",
|
||||
"Insert_child_in_item": "Unterobjekt einfügen",
|
||||
"Increase_depth": "Tiefe erhöhen"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Kürzel für Überschriften",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Überschrift 1",
|
||||
"Heading_2": "Überschrift 2",
|
||||
"Heading_3": "Überschrift 3",
|
||||
"Heading_4": "Überschrift 4",
|
||||
"Heading_5": "Überschrift 5",
|
||||
"Heading_6": "Überschrift 6"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Kürzel für Code",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Codeblock anlegen",
|
||||
"Insert_new_line": "Neue Zeile einfügen",
|
||||
"Escape_code_block": "Codeblock beenden",
|
||||
"Insert_indent": "Einzug einfügen"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Kürzel für Blockzitat",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Blockzitat anlegen",
|
||||
"Escape_Block_quote": "Blockzitat beenden"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Kürzel für Tabellen",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Tabellenzeile einfügen",
|
||||
"Escape_table": "Tabelle beenden"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Kürzel für Inline-Text",
|
||||
"shortcutData": {
|
||||
"Bold": "Fett",
|
||||
"Italic": "Kursiv",
|
||||
"Italic_Bold": "Kursiv fett",
|
||||
"Inline_code": "Inline-Code"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Kürzel speichern",
|
||||
"shortcutData": {
|
||||
"Save_file": "Datei speichern"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Kürzel für Bilder",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Bildschirmfoto einfügen",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Datei zum Hochladen hierher ziehen"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
237
frontend/src/assets/locales/en/dtable.json
Normal file
237
frontend/src/assets/locales/en/dtable.json
Normal file
@@ -0,0 +1,237 @@
|
||||
{
|
||||
"Saving": "Saving...",
|
||||
"Submit": "Submit",
|
||||
"Cancel": "Cancel",
|
||||
"Close": "Close",
|
||||
"Save": "Save",
|
||||
"All_changes_saved": "All changes saved",
|
||||
"Insert_Row": "Insert Row",
|
||||
"Duplicate_Row": "Duplicate Row",
|
||||
"Delete_Row": "Delete Row",
|
||||
"Delete_Rows": "Delete Rows",
|
||||
"Unselect_Rows": "Unselect Rows",
|
||||
"Insert_Row_Above": "Insert Row Above",
|
||||
"Insert_Row_Below": "Insert Row Below",
|
||||
"Drag_and_drop_images_or_click_or_paste_here_to_add": "Drag and drop images or click or paste here to add",
|
||||
"Drag_and_drop_to_add_an_image": "Drag and drop to add an image",
|
||||
"New_Column": "New Column",
|
||||
"Name": "Name",
|
||||
"Type": "Type",
|
||||
"Accurate_to_minute": "Accurate to minute",
|
||||
"Name_is_required": "Name is required.",
|
||||
"Text": "Text",
|
||||
"Number": "Number",
|
||||
"Checkbox": "Checkbox",
|
||||
"Date": "Date",
|
||||
"Single_Select": "Single Select",
|
||||
"Long_Text": "Long Text",
|
||||
"Image": "Image",
|
||||
"File": "File",
|
||||
"Multiple_Select": "Multiple Select",
|
||||
"Collaborator": "Collaborator",
|
||||
"Rename_Field": "Rename Field",
|
||||
"New_Table": "New Table",
|
||||
"Options": "Options",
|
||||
"Option": "Option",
|
||||
"Rename_Table": "Rename Table",
|
||||
"Delete_Table": "Delete Table",
|
||||
"Add_an_option": "Add an option",
|
||||
"Select_a_color": "Select a color",
|
||||
"No_option": "No option",
|
||||
"Edit_option": "Edit option",
|
||||
"Delete_option": "Delete option",
|
||||
"New_View": "New View",
|
||||
"Rename_View": "Rename View",
|
||||
"Delete_View": "Delete View",
|
||||
"Add_a_View": "Add a View",
|
||||
"Hide_all": "Hide all",
|
||||
"Show_all": "Show all",
|
||||
"No_results": "No results.",
|
||||
"No_columns_available_to_be_hidden": "No columns available to be hidden.",
|
||||
"Find_a_column": "Find a column",
|
||||
"Delete_Column": "Delete Column",
|
||||
"Rename_Column": "Rename Column",
|
||||
"Hide_Column": "Hide Column",
|
||||
"Edit_Single_Select": "Edit Single Select",
|
||||
"Edit_Multiple_Select": "Edit Multiple Select",
|
||||
"records": "records",
|
||||
"record":"record",
|
||||
"records_selected": "records selected",
|
||||
"record_selected": "record selected",
|
||||
"cells_selected": "cells selected",
|
||||
"Sum": "Sum",
|
||||
"Filter": "Filter",
|
||||
"1_Filter": "1 Filter",
|
||||
"Filters": "Filters",
|
||||
"Hide_Columns": "Hide Columns",
|
||||
"1_Hidden_Column": "1 Hidden Column",
|
||||
"Hidden_Columns": "Hidden Columns",
|
||||
"Freeze_Column": "Freeze Column",
|
||||
"Unfreeze_Column": "Unfreeze Column",
|
||||
"Sort": "Sort",
|
||||
"Add_Filter": "Add Filter",
|
||||
"Add_Sort": "Add Sort",
|
||||
"No_sorts_applied_to_this_view": "No sorts applied to this view",
|
||||
"No_filters_applied_to_this_view": "No filters applied to this view",
|
||||
"Row_Details": "Row Details",
|
||||
"Get_URL": "Get URL",
|
||||
"Edit_text": "Edit text",
|
||||
"Add_images": "Add images",
|
||||
"Add_files": "Add files",
|
||||
"Add_a_collaborator": "Add a collaborator",
|
||||
"No_collaborators_available": "No collaborators available.",
|
||||
"Find_a_collaborator": "Find a collaborator",
|
||||
"Add_Images": "Add Images",
|
||||
"All_Images": "All Images",
|
||||
"Add_Files": "Add Files",
|
||||
"All_Files": "All Files",
|
||||
"Library_Images": "Library Images",
|
||||
"Local_Images": "Local Images",
|
||||
"Uploaded_completed": "Uploaded completed",
|
||||
"Re-upload": "Re-upload",
|
||||
"Network_Error": "Network Error",
|
||||
"Drag_and_drop_or_click_to_add_an_image": "Drag and drop or click to add an image",
|
||||
"Click_to_add": "Click to add",
|
||||
"Library_Files": "Library Files",
|
||||
"Local_Files": "Local Files",
|
||||
"Drag_and_drop_or_click_to_add_a_file": "Drag and drop or click to add a file",
|
||||
"Drag_and_drop_to_add_a_file": "Drag and drop to add a file",
|
||||
"Drag_and_drop_files_or_click_here_to_add": "Drag and drop files or click here to add",
|
||||
"Delete": "Delete",
|
||||
"Do_you_want_to_expand_this_table": "Do you want to expand this table?",
|
||||
"Expand_the_table": "Expand the table",
|
||||
"So_that_all_of_the_pasted_cells_will_fit": "So that all of the pasted cells will fit.",
|
||||
"Don’t_expand_the_table": "Don’t expand the table.",
|
||||
"Values_outside_of_the_table_will_not_be_pasted": "Values outside of the table will not be pasted.",
|
||||
"Continue": "Continue",
|
||||
"To_fit_your_pasted_data_into_the_table_we_need_to_add": "To fit your pasted data into the table, we need to add",
|
||||
"1_more_record": "1 more record",
|
||||
"1_more_field": "1 more field",
|
||||
"more_records": "more records",
|
||||
"more_fields": "more fields",
|
||||
"and": "and",
|
||||
"The_record_link_has_been_copied": "The record link has been copied",
|
||||
"1_cell_copied": "1 cell copied",
|
||||
"cells_copied": "cells copied",
|
||||
"1_cell_cuted": "1 cell cuted",
|
||||
"cells_cuted": "cells cuted",
|
||||
"Failed_to_get_smart_link": "Failed to get smart link.",
|
||||
"Server_is_reconnected": "Server is reconnected.",
|
||||
"Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...",
|
||||
"Record_will_be_filtered": "Record will be filtered",
|
||||
"Select_an_option": "Select an option",
|
||||
"Select_option(s)": "Select option(s)",
|
||||
"Search": "Search",
|
||||
"please_select": "please select",
|
||||
"please_input": "please input",
|
||||
"Select_your_favourite(s)": "Select your favourite(s)",
|
||||
"Image_Chooser": "Image Chooser",
|
||||
"File_Chooser": "File Chooser",
|
||||
"Libraries": "Libraries",
|
||||
"No_preview": "No preview",
|
||||
"All_Libraries": "All Libraries",
|
||||
"Recent_Used": "Recent Used",
|
||||
"Recent_Added": "Recent Added",
|
||||
"The_file_has_been_deleted": "The file has been deleted",
|
||||
"contains": "contains",
|
||||
"does_not_contain": "does not contain",
|
||||
"is": "is",
|
||||
"is_not": "is not",
|
||||
"equal": "\u003d",
|
||||
"not_equal": "\u2260",
|
||||
"less": "\u003C",
|
||||
"greater": "\u003E",
|
||||
"less_or_equal": "\u2264",
|
||||
"greater_or_equal": "\u2265",
|
||||
"is_empty": "is empty",
|
||||
"is_not_empty": "is not empty",
|
||||
"include_me": "include me",
|
||||
"is_within": "is within...",
|
||||
"is_before": "is before...",
|
||||
"is_after": "is after...",
|
||||
"is_on_or_before": "is on or before...",
|
||||
"is_on_or_after": "is on or after...",
|
||||
"has_any_of": "has any of...",
|
||||
"has_all_of": "has all of...",
|
||||
"has_none_of": "has none of...",
|
||||
"is_exactly": "is exactly...",
|
||||
"today": "today",
|
||||
"tomorrow": "tomorrow",
|
||||
"yesterday": "yesterday",
|
||||
"one_week_ago": "one week ago",
|
||||
"one_week_from_now": "one week from now",
|
||||
"one_month_ago": "one month ago",
|
||||
"one_month_from_now": "one month from now",
|
||||
"number_of_days_ago": "number of days ago",
|
||||
"number_of_days_from_now": "number of days from now",
|
||||
"exact_date": "exact date",
|
||||
"the_past_week": "the past week",
|
||||
"the_past_month": "the past month",
|
||||
"the_past_year": "the past year",
|
||||
"the_next_week": "the next week",
|
||||
"the_next_month": "the next month",
|
||||
"the_next_year": "the next year",
|
||||
"the_next_numbers_of_days": "the next numbers of days...",
|
||||
"the_past_numbers_of_days": "the past numbers of days...",
|
||||
"this_week": "this week",
|
||||
"this_month": "this month",
|
||||
"this_year": "this year",
|
||||
"Or": "Or",
|
||||
"And": "And",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"Format": "Format",
|
||||
"Format_Settings": "Format Settings",
|
||||
"Number_With_Commas": "Number With Commas",
|
||||
"Percent": "Percent",
|
||||
"Yuan": "Yuan",
|
||||
"Dollar": "Dollar",
|
||||
"Euro": "Euro",
|
||||
"Failed_to_execute_operation_on_server": "Failed to execute operation on server: ",
|
||||
"Statistics": "Statistics",
|
||||
"All_forms": "All Forms",
|
||||
"Create_a_new_statistic": "Create a new statistic",
|
||||
"Create_a_new_form": "Create a new form",
|
||||
"No_forms_added": "No forms added",
|
||||
"Set_form": "Set form",
|
||||
"Create_form": "Create form",
|
||||
"Find_an_option": "Find an option",
|
||||
"No_options_available": "No options available.",
|
||||
"Table": "Table",
|
||||
"Views": "Views",
|
||||
"Filter_field": "Filter field",
|
||||
"Group_By": "Group By",
|
||||
"Summarize_Method": "Summarize Method",
|
||||
"Summarized_Field": "Summarized Field",
|
||||
"Calculation_Method": "Calculation Method",
|
||||
"There_are_no_columns_that_can_be_counted_under_this_table": "There are no columns that can be counted under this table.",
|
||||
"Add_Statistic": "Add Statistic",
|
||||
"All_Statistics": "All Statistics",
|
||||
"Chart_settings": "Chart settings",
|
||||
"Simple_counting": "Simple counting",
|
||||
"Advanced_count": "Advanced count",
|
||||
"This_method_is_not_supported_for_the_time_being": "This method is not supported for the time being.",
|
||||
"Amount": "Amount",
|
||||
"null": "null",
|
||||
"Share": "Share",
|
||||
"Default_View": "Default View",
|
||||
"External_sharing_link": "External sharing link",
|
||||
"The_share_link_has_been_copied": "The share link has been copied.",
|
||||
"Failed_to_get_share_link": "Failed to get share link.",
|
||||
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.",
|
||||
"US": "US",
|
||||
"European": "European",
|
||||
"ISO": "ISO",
|
||||
"Max": "Max",
|
||||
"Min": "Min",
|
||||
"Mean": "Mean",
|
||||
"By_Day": "By Day",
|
||||
"By_Week": "By Week",
|
||||
"By_Month": "By Month",
|
||||
"By_Year": "By Year",
|
||||
"No_fields_that_can_be_returned": "No fields that can be returned.",
|
||||
"Group": "Group",
|
||||
"No_groupings_applied_to_this_view": "No groupings applied to this view.",
|
||||
"Add_a_column_to_group_by": "Add a column to group by",
|
||||
"Grouped_by_1_column": "Grouped by 1 column"
|
||||
}
|
214
frontend/src/assets/locales/en/translations.json
Normal file
214
frontend/src/assets/locales/en/translations.json
Normal file
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"bold": "Bold",
|
||||
"italic": "Italic",
|
||||
"inline_code": "Code",
|
||||
"header_one": "Heading 1",
|
||||
"header_two": "Heading 2",
|
||||
"header_three": "Heading 3",
|
||||
"header_four": "Heading 4",
|
||||
"header_five": "Heading 5",
|
||||
"header_six": "Heading 6",
|
||||
"paragraph": "Paragraph",
|
||||
"quote": "Quote",
|
||||
"ordered_list": "Ordered List",
|
||||
"unordered_list": "Unordered List",
|
||||
"check_list_item": "Check List Item",
|
||||
"insert_image": "Insert Image",
|
||||
"insert_file": "Insert File",
|
||||
"code": "Inline Code",
|
||||
"code_block": "Code Block",
|
||||
"insert_link": "Insert Link",
|
||||
"insert_table": "Insert Table",
|
||||
"save": "Save",
|
||||
"more": "More",
|
||||
"invalid_url": "Invalid URL",
|
||||
"link_address": "Link address",
|
||||
"image_address": "Image address",
|
||||
"submit": "Submit",
|
||||
"cancel": "Cancel",
|
||||
"switch_to_plain_text_editor": "Switch to Plain Text Editor",
|
||||
"switch_to_rich_text_editor": "Switch to Rich Text Editor",
|
||||
"switch_to_viewer": "Switch to Markdown Viewer",
|
||||
"help": "Help",
|
||||
"remove_table": "Remove Table",
|
||||
"column": "Column",
|
||||
"row": "Row",
|
||||
"Insert_Row_Before": "Insert Row Before",
|
||||
"Insert_Row_After": "Insert Row After",
|
||||
"Insert_Column_Before": "Insert Column Before",
|
||||
"Insert_Column_After": "Insert Column After",
|
||||
"Remove_Row": "Remove Row",
|
||||
"Remove_Column": "Remove Column",
|
||||
"Insert_Row": "Insert Row",
|
||||
"Insert_Column": "Insert Column",
|
||||
"set_align": "Set align",
|
||||
"left": "Left",
|
||||
"center": "Center",
|
||||
"right": "Right",
|
||||
"file_saved": "File saved.",
|
||||
"file_failed_to_save": "File failed to save.",
|
||||
"star": "Add star",
|
||||
"unstar": "Remove star",
|
||||
"back_to_parent_directory":"Back to parent directory",
|
||||
"edit": "Edit",
|
||||
"copy": "Copy",
|
||||
"copied": "Copied",
|
||||
"internal_link": "Internal Link",
|
||||
"copy_internal_link": "Internal link has been copied to clipboard",
|
||||
"internal_link_desc": "An internal link is a link to a file or folder that can be accessed by users with read permission to the file or folder.",
|
||||
"share": "Share",
|
||||
"share_link": "Share Link",
|
||||
"generate": "Generate",
|
||||
"add_password_protection": "Add password protection",
|
||||
"password": "Password",
|
||||
"at_least_8_characters": "at least 8 characters",
|
||||
"password_again": "Password again",
|
||||
"add_auto_expiration": "Add auto expiration",
|
||||
"days": "days",
|
||||
"please_enter_password": "Please enter password",
|
||||
"greater_than_or_equal_to": "Greater than or equal to",
|
||||
"less_than_or_equal_to": "Less than or equal to",
|
||||
"set_permission": "Set permission",
|
||||
"preview_and_download": "Preview and download",
|
||||
"preview_only": "Preview only",
|
||||
"please_enter_valid_days": "Please enter valid days",
|
||||
"please_enter_a_non-negative_integer": "Please enter a non-negative integer",
|
||||
"please_enter_days": "Please enter days",
|
||||
"password_is_too_short": "Password is too short",
|
||||
"passwords_do_not_match": "Passwords do not match",
|
||||
"return_to_wiki_page": "Return to Wiki Page",
|
||||
"insert_network_image": "Insert network image",
|
||||
"upload_local_image": "Upload local image",
|
||||
"add_link": "Add link",
|
||||
"file_history": "File History",
|
||||
"history_version": "History Versions",
|
||||
"back_to_viewer": "Back To Viewer",
|
||||
"link_title": "Link title",
|
||||
"local_draft": "Local draft",
|
||||
"use_draft": "Use draft",
|
||||
"delete_draft": "Delete draft",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "You have an unsaved draft. Do you like to use it?",
|
||||
"local_draft_saved": "Local draft saved",
|
||||
"new_draft": "New Draft",
|
||||
"view_draft": "View Draft",
|
||||
"publish": "Publish",
|
||||
"this_file_has_a_draft": "This file has a draft.",
|
||||
"delete": "Delete",
|
||||
"comments": "Comments",
|
||||
"add_a_comment": "Add a comment...",
|
||||
"no_comment_yet": "No comment yet.",
|
||||
"Mark_as_Resolved": "Mark as Resolved",
|
||||
"ask_for_review": "Ask for review",
|
||||
"review_already_exists": "Review already exists",
|
||||
"view_review": "View review",
|
||||
"there_is_an_associated_review_with_this_file": "There is an associated review with this file.",
|
||||
"start_review": "Start Review",
|
||||
"this_file_is_in_draft_stage": "This file is in draft stage.",
|
||||
"this_file_is_in_review_stage": "This file is in review stage.",
|
||||
"this_file_has_been_updated": "This file has been updated.",
|
||||
"refresh": "Refresh",
|
||||
"related_files": "related files",
|
||||
"related_file": "related file",
|
||||
"no_tags": "No tags",
|
||||
"Date": "Date",
|
||||
"Participants": "Participants",
|
||||
"Meeting_note": "Meeting note",
|
||||
"Chooser_document_type": "Chooser document type",
|
||||
"Empty": "Empty",
|
||||
"no_related_files": "No related files",
|
||||
"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": "Show resolved comments",
|
||||
"Update": "Update",
|
||||
"Width": "Width",
|
||||
"Height": "Height",
|
||||
"Full_screen": "Full screen",
|
||||
"Insert_library_image": "Insert library image",
|
||||
"Size": "Size",
|
||||
"Location": "Location",
|
||||
"Last_Update": "Last Update",
|
||||
"Tags": "Tags",
|
||||
"Related_Files": "Related Files",
|
||||
"Add_participants": "Add participants",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"userHelp": {
|
||||
"title": "Keyboard shortcuts",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"List shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_list": "Make list",
|
||||
"Make_ordered_list": "Make Ordered list",
|
||||
"Insert_new_item": "Insert new item",
|
||||
"Insert_child_in_item": "Insert child in item",
|
||||
"Increase_depth": "Increase depth"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Head shortcuts",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Heading 1",
|
||||
"Heading_2": "Heading 2",
|
||||
"Heading_3": "Heading 3",
|
||||
"Heading_4": "Heading 4",
|
||||
"Heading_5": "Heading 5",
|
||||
"Heading_6": "Heading 6"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Code block shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Make code block",
|
||||
"Insert_new_line": "Insert new line",
|
||||
"Escape_code_block": "Escape code block",
|
||||
"Insert_indent": "Insert indent"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Block quote shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Make Block quote",
|
||||
"Escape_Block_quote": "Escape Block quote"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Table shortcuts",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Insert Table Row",
|
||||
"Escape_table": "Escape table"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Inline shortcuts",
|
||||
"shortcutData": {
|
||||
"Bold": "Bold",
|
||||
"Italic": "Italic",
|
||||
"Italic_Bold": "Italic Bold",
|
||||
"Inline_code": "Inline code"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Save shortcuts",
|
||||
"shortcutData": {
|
||||
"Save_file": "Save file"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Image shortcuts",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Paste screen shot",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Drag image from anywhere to upload it"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
169
frontend/src/assets/locales/es-AR/translations.json
Normal file
169
frontend/src/assets/locales/es-AR/translations.json
Normal file
@@ -0,0 +1,169 @@
|
||||
{
|
||||
"bold": "Negrita",
|
||||
"italic": "Itálica",
|
||||
"inline_code": "Código",
|
||||
"header_one": "Encabezado 1",
|
||||
"header_two": "Encabezado 2",
|
||||
"header_three": "Encabezado 3",
|
||||
"header_four": "Encabezado 4",
|
||||
"header_five": "Encabezado 5",
|
||||
"header_six": "Encabezado 6",
|
||||
"paragraph": "Párrafo",
|
||||
"quote": "Cita",
|
||||
"ordered_list": "Lista Ordenada",
|
||||
"unordered_list": "Lista Desordenada",
|
||||
"check_list_item": "Check List Item",
|
||||
"insert_image": "Insertar Imagen",
|
||||
"code": "Inline Code",
|
||||
"code_block": "Bloque de Código",
|
||||
"insert_link": "Insertar Enlace",
|
||||
"insert_table": "Insertar Tabla",
|
||||
"save": "Guardar",
|
||||
"more": "Más",
|
||||
"invalid_url": "URL Inválida",
|
||||
"link_address": "Dirección del enlace",
|
||||
"image_address": "Dirección de la imagen",
|
||||
"submit": "Enviar",
|
||||
"cancel": "Cancelar",
|
||||
"switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
||||
"switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
||||
"switch_to_viewer": "Cambiar a visualizador Markdown",
|
||||
"help": "Ayuda",
|
||||
"remove_table": "Eliminar tabla",
|
||||
"column": "Columna",
|
||||
"row": "Fila",
|
||||
"set_align": "Establecer alineación",
|
||||
"left": "Izquierda",
|
||||
"center": "Centrar",
|
||||
"right": "derecha",
|
||||
"file_saved": "Archivo guardado",
|
||||
"file_failed_to_save": "Fallo al guardar archivo",
|
||||
"star": "Add star",
|
||||
"unstar": "Remove star",
|
||||
"back_to_parent_directory":"Volver a la carpeta superior",
|
||||
"edit":"editar",
|
||||
"copy": "Copiar",
|
||||
"copied": "Copiado",
|
||||
"internal_link": "Enlace interno",
|
||||
"copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
||||
"internal_link_desc": "Un enlace interno es un enlace a un archivo o carpeta que puede ser accedido por usuarios con permiso de lectura al archivo o carpeta. ",
|
||||
"share": "Compartir",
|
||||
"share_link": "Compartir enlace",
|
||||
"generate": "Generar",
|
||||
"add_password_protection": "Agregar protección por contraseña",
|
||||
"password": "Contraseña ",
|
||||
"at_least_8_characters": "al menos 8 caracteres",
|
||||
"password_again": "Repetir contraseña",
|
||||
"add_auto_expiration": "Agregar vencimiento automático",
|
||||
"days": "días",
|
||||
"please_enter_password": "Ingresa una contraseña",
|
||||
"greater_than_or_equal_to": "Mayor o igual que",
|
||||
"less_than_or_equal_to": "Menor o igual que",
|
||||
"set_permission": "Establecer permiso",
|
||||
"preview_and_download": "Vista previa y descargar",
|
||||
"preview_only": "Vista previa solamente",
|
||||
"please_enter_valid_days": "Ingresa cantidad válida de días",
|
||||
"please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
||||
"please_enter_days": "Ingresa cantidad de días",
|
||||
"password_is_too_short": "Contraseña demasiado corta",
|
||||
"passwords_do_not_match": "Las contraseñas no concuerdan",
|
||||
"return_to_wiki_page": "Volver a la página del Wiki",
|
||||
"insert_network_image": "Insertar imágen desde la red",
|
||||
"upload_local_image": "Subir imagen local",
|
||||
"add_link": "Agregar enlace",
|
||||
"file_history": "Historial del Archivo",
|
||||
"history_version": "Historial de Versiones",
|
||||
"back_to_viewer": "Volver al Visualizador",
|
||||
"link_title": "Título del enlace",
|
||||
"local_draft": "Borrador local",
|
||||
"use_draft": "Usar borrador",
|
||||
"delete_draft": "Eliminar borrador",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
||||
"local_draft_saved": "Borrador local guardado",
|
||||
"new_draft": "Nuevo Borrador",
|
||||
"edit_draft": "Editar Borrador",
|
||||
"this_file_has_a_draft": "Este archivo tiene un borrador",
|
||||
"delete": "Borrar",
|
||||
"comments": "Comentarios",
|
||||
"add_a_comment": "Agregar un comentario...",
|
||||
"no_comment_yet": "No hay comentarios.",
|
||||
"Mark_as_Resolved": "Marcar como resuelto",
|
||||
"ask_for_review": "Solicitar revisión",
|
||||
"review_already_exists": "La revisión ya existe",
|
||||
"view_review": "Ver revisión",
|
||||
"there_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
||||
"start_review": "Iniciar revisión",
|
||||
"this_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
||||
"this_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
||||
"this_file_has_been_updated": "Este archivo ha sido actualizado.",
|
||||
"refresh": "Refrescar",
|
||||
"related_files": "archivos relacionados",
|
||||
"related_file": "archivo relacionado",
|
||||
"no_tags": "Sin etiquetas",
|
||||
"no_related_files": "Sin archivos relacionados",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
||||
"userHelp": {
|
||||
"title": "Atajos de teclado",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"Listar atajos",
|
||||
"shortcutData": {
|
||||
"Make_list": "Crear lista",
|
||||
"Make_ordered_list": "Crear lista ordenada",
|
||||
"Insert_new_item": "Insertar nuevo ítem",
|
||||
"Insert_child_in_item": "Insert child in item",
|
||||
"Increase_depth": "Increase depth"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Head shortcuts",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Encabezado 1",
|
||||
"Heading_2": "Encabezado 2",
|
||||
"Heading_3": "Encabezado 3",
|
||||
"Heading_4": "Encabezado 4",
|
||||
"Heading_5": "Encabezado 5",
|
||||
"Heading_6": "Encabezado 6"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Code block shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Crear bloque de código",
|
||||
"Insert_new_line": "Insertar nueva línea",
|
||||
"Escape_code_block": "Escape code block",
|
||||
"Insert_indent": "Insert indent"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Block quote shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Make Block quote",
|
||||
"Escape_Block_quote": "Escape Block quote"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Atajos de tabla",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Insertar fila de tabla",
|
||||
"Escape_table": "Escape table"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Inline shortcuts",
|
||||
"shortcutData": {
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Italic_Bold": "Negrita itálica",
|
||||
"Inline_code": "Inline code"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Guardar atajos",
|
||||
"shortcutData": {
|
||||
"Save_file": "Guardar archivo"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Atajos de imagen",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Pegar captura de pantalla",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Arrastrar imagen desde cualquier sitio para subirla"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
169
frontend/src/assets/locales/es-MX/translations.json
Normal file
169
frontend/src/assets/locales/es-MX/translations.json
Normal file
@@ -0,0 +1,169 @@
|
||||
{
|
||||
"bold": "Negrita",
|
||||
"italic": "Itálica",
|
||||
"inline_code": "Código",
|
||||
"header_one": "Encabezado 1",
|
||||
"header_two": "Encabezado 2",
|
||||
"header_three": "Encabezado 3",
|
||||
"header_four": "Encabezado 4",
|
||||
"header_five": "Encabezado 5",
|
||||
"header_six": "Encabezado 6",
|
||||
"paragraph": "Párrafo",
|
||||
"quote": "Cita",
|
||||
"ordered_list": "Lista Ordenada",
|
||||
"unordered_list": "Lista Desordenada",
|
||||
"check_list_item": "Check List Item",
|
||||
"insert_image": "Insertar Imagen",
|
||||
"code": "Inline Code",
|
||||
"code_block": "Bloque de Código",
|
||||
"insert_link": "Insertar Enlace",
|
||||
"insert_table": "Insertar Tabla",
|
||||
"save": "Guardar",
|
||||
"more": "Más",
|
||||
"invalid_url": "URL Inválida",
|
||||
"link_address": "Dirección del enlace",
|
||||
"image_address": "Dirección de la imagen",
|
||||
"submit": "Enviar",
|
||||
"cancel": "Cancelar",
|
||||
"switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
||||
"switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
||||
"switch_to_viewer": "Cambiar a visualizador Markdown",
|
||||
"help": "Ayuda",
|
||||
"remove_table": "Eliminar tabla",
|
||||
"column": "Columna",
|
||||
"row": "Fila",
|
||||
"set_align": "Establecer alineación",
|
||||
"left": "Izquierda",
|
||||
"center": "Centrar",
|
||||
"right": "derecha",
|
||||
"file_saved": "Archivo guardado",
|
||||
"file_failed_to_save": "Fallo al guardar archivo",
|
||||
"star": "Add star",
|
||||
"unstar": "Remove star",
|
||||
"back_to_parent_directory":"Volver a la carpeta superior",
|
||||
"edit":"editar",
|
||||
"copy": "Copiar",
|
||||
"copied": "Copiado",
|
||||
"internal_link": "Enlace interno",
|
||||
"copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
||||
"internal_link_desc": "Un enlace interno es un enlace a un archivo o carpeta que puede ser accedido por usuarios con permiso de lectura al archivo o carpeta. ",
|
||||
"share": "Compartir",
|
||||
"share_link": "Compartir enlace",
|
||||
"generate": "Generar",
|
||||
"add_password_protection": "Agregar protección por contraseña",
|
||||
"password": "Contraseña ",
|
||||
"at_least_8_characters": "al menos 8 caracteres",
|
||||
"password_again": "Repetir contraseña",
|
||||
"add_auto_expiration": "Agregar vencimiento automático",
|
||||
"days": "días",
|
||||
"please_enter_password": "Ingresa una contraseña",
|
||||
"greater_than_or_equal_to": "Mayor o igual que",
|
||||
"less_than_or_equal_to": "Menor o igual que",
|
||||
"set_permission": "Establecer permiso",
|
||||
"preview_and_download": "Vista previa y descargar",
|
||||
"preview_only": "Vista previa solamente",
|
||||
"please_enter_valid_days": "Ingresa cantidad válida de días",
|
||||
"please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
||||
"please_enter_days": "Ingresa cantidad de días",
|
||||
"password_is_too_short": "Contraseña demasiado corta",
|
||||
"passwords_do_not_match": "Las contraseñas no concuerdan",
|
||||
"return_to_wiki_page": "Volver a la página del Wiki",
|
||||
"insert_network_image": "Insertar imágen desde la red",
|
||||
"upload_local_image": "Subir imagen local",
|
||||
"add_link": "Agregar enlace",
|
||||
"file_history": "Historial del Archivo",
|
||||
"history_version": "Historial de Versiones",
|
||||
"back_to_viewer": "Volver al Visualizador",
|
||||
"link_title": "Título del enlace",
|
||||
"local_draft": "Borrador local",
|
||||
"use_draft": "Usar borrador",
|
||||
"delete_draft": "Eliminar borrador",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
||||
"local_draft_saved": "Borrador local guardado",
|
||||
"new_draft": "Nuevo Borrador",
|
||||
"edit_draft": "Editar Borrador",
|
||||
"this_file_has_a_draft": "Este archivo tiene un borrador",
|
||||
"delete": "Borrar",
|
||||
"comments": "Comentarios",
|
||||
"add_a_comment": "Agregar un comentario...",
|
||||
"no_comment_yet": "No hay comentarios.",
|
||||
"Mark_as_Resolved": "Marcar como resuelto",
|
||||
"ask_for_review": "Solicitar revisión",
|
||||
"review_already_exists": "La revisión ya existe",
|
||||
"view_review": "Ver revisión",
|
||||
"there_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
||||
"start_review": "Iniciar revisión",
|
||||
"this_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
||||
"this_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
||||
"this_file_has_been_updated": "Este archivo ha sido actualizado.",
|
||||
"refresh": "Refrescar",
|
||||
"related_files": "archivos relacionados",
|
||||
"related_file": "archivo relacionado",
|
||||
"no_tags": "Sin etiquetas",
|
||||
"no_related_files": "Sin archivos relacionados",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
||||
"userHelp": {
|
||||
"title": "Atajos de teclado",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"Listar atajos",
|
||||
"shortcutData": {
|
||||
"Make_list": "Crear lista",
|
||||
"Make_ordered_list": "Crear lista ordenada",
|
||||
"Insert_new_item": "Insertar nuevo ítem",
|
||||
"Insert_child_in_item": "Insert child in item",
|
||||
"Increase_depth": "Increase depth"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Head shortcuts",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Encabezado 1",
|
||||
"Heading_2": "Encabezado 2",
|
||||
"Heading_3": "Encabezado 3",
|
||||
"Heading_4": "Encabezado 4",
|
||||
"Heading_5": "Encabezado 5",
|
||||
"Heading_6": "Encabezado 6"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Code block shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Crear bloque de código",
|
||||
"Insert_new_line": "Insertar nueva línea",
|
||||
"Escape_code_block": "Escape code block",
|
||||
"Insert_indent": "Insert indent"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Block quote shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Make Block quote",
|
||||
"Escape_Block_quote": "Escape Block quote"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Atajos de tabla",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Insertar fila de tabla",
|
||||
"Escape_table": "Escape table"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Inline shortcuts",
|
||||
"shortcutData": {
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Italic_Bold": "Negrita itálica",
|
||||
"Inline_code": "Inline code"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Guardar atajos",
|
||||
"shortcutData": {
|
||||
"Save_file": "Guardar archivo"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Atajos de imagen",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Pegar captura de pantalla",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Arrastrar imagen desde cualquier sitio para subirla"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
169
frontend/src/assets/locales/es/translations.json
Normal file
169
frontend/src/assets/locales/es/translations.json
Normal file
@@ -0,0 +1,169 @@
|
||||
{
|
||||
"bold": "Negrita",
|
||||
"italic": "Itálica",
|
||||
"inline_code": "Código",
|
||||
"header_one": "Encabezado 1",
|
||||
"header_two": "Encabezado 2",
|
||||
"header_three": "Encabezado 3",
|
||||
"header_four": "Encabezado 4",
|
||||
"header_five": "Encabezado 5",
|
||||
"header_six": "Encabezado 6",
|
||||
"paragraph": "Párrafo",
|
||||
"quote": "Cita",
|
||||
"ordered_list": "Lista Ordenada",
|
||||
"unordered_list": "Lista Desordenada",
|
||||
"check_list_item": "Check List Item",
|
||||
"insert_image": "Insertar Imagen",
|
||||
"code": "Inline Code",
|
||||
"code_block": "Bloque de Código",
|
||||
"insert_link": "Insertar Enlace",
|
||||
"insert_table": "Insertar Tabla",
|
||||
"save": "Guardar",
|
||||
"more": "Más",
|
||||
"invalid_url": "URL Inválida",
|
||||
"link_address": "Dirección del enlace",
|
||||
"image_address": "Dirección de la imagen",
|
||||
"submit": "Enviar",
|
||||
"cancel": "Cancelar",
|
||||
"switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
||||
"switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
||||
"switch_to_viewer": "Cambiar a visualizador Markdown",
|
||||
"help": "Ayuda",
|
||||
"remove_table": "Eliminar tabla",
|
||||
"column": "Columna",
|
||||
"row": "Fila",
|
||||
"set_align": "Establecer alineación",
|
||||
"left": "Izquierda",
|
||||
"center": "Centrar",
|
||||
"right": "derecha",
|
||||
"file_saved": "Archivo guardado",
|
||||
"file_failed_to_save": "Fallo al guardar archivo",
|
||||
"star": "Add star",
|
||||
"unstar": "Remove star",
|
||||
"back_to_parent_directory":"Volver a la carpeta superior",
|
||||
"edit":"editar",
|
||||
"copy": "Copiar",
|
||||
"copied": "Copiado",
|
||||
"internal_link": "Enlace interno",
|
||||
"copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
||||
"internal_link_desc": "Un enlace interno es un enlace a un archivo o carpeta que puede ser accedido por usuarios con permiso de lectura al archivo o carpeta. ",
|
||||
"share": "Compartir",
|
||||
"share_link": "Compartir enlace",
|
||||
"generate": "Generar",
|
||||
"add_password_protection": "Agregar protección por contraseña",
|
||||
"password": "Contraseña ",
|
||||
"at_least_8_characters": "al menos 8 caracteres",
|
||||
"password_again": "Repetir contraseña",
|
||||
"add_auto_expiration": "Agregar vencimiento automático",
|
||||
"days": "días",
|
||||
"please_enter_password": "Ingresa una contraseña",
|
||||
"greater_than_or_equal_to": "Mayor o igual que",
|
||||
"less_than_or_equal_to": "Menor o igual que",
|
||||
"set_permission": "Establecer permiso",
|
||||
"preview_and_download": "Vista previa y descargar",
|
||||
"preview_only": "Vista previa solamente",
|
||||
"please_enter_valid_days": "Ingresa cantidad válida de días",
|
||||
"please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
||||
"please_enter_days": "Ingresa cantidad de días",
|
||||
"password_is_too_short": "Contraseña demasiado corta",
|
||||
"passwords_do_not_match": "Las contraseñas no concuerdan",
|
||||
"return_to_wiki_page": "Volver a la página del Wiki",
|
||||
"insert_network_image": "Insertar imágen desde la red",
|
||||
"upload_local_image": "Subir imagen local",
|
||||
"add_link": "Agregar enlace",
|
||||
"file_history": "Historial del Archivo",
|
||||
"history_version": "Historial de Versiones",
|
||||
"back_to_viewer": "Volver al Visualizador",
|
||||
"link_title": "Título del enlace",
|
||||
"local_draft": "Borrador local",
|
||||
"use_draft": "Usar borrador",
|
||||
"delete_draft": "Eliminar borrador",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
||||
"local_draft_saved": "Borrador local guardado",
|
||||
"new_draft": "Nuevo Borrador",
|
||||
"edit_draft": "Editar Borrador",
|
||||
"this_file_has_a_draft": "Este archivo tiene un borrador",
|
||||
"delete": "Borrar",
|
||||
"comments": "Comentarios",
|
||||
"add_a_comment": "Agregar un comentario...",
|
||||
"no_comment_yet": "No hay comentarios.",
|
||||
"Mark_as_Resolved": "Marcar como resuelto",
|
||||
"ask_for_review": "Solicitar revisión",
|
||||
"review_already_exists": "La revisión ya existe",
|
||||
"view_review": "Ver revisión",
|
||||
"there_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
||||
"start_review": "Iniciar revisión",
|
||||
"this_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
||||
"this_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
||||
"this_file_has_been_updated": "Este archivo ha sido actualizado.",
|
||||
"refresh": "Refrescar",
|
||||
"related_files": "archivos relacionados",
|
||||
"related_file": "archivo relacionado",
|
||||
"no_tags": "Sin etiquetas",
|
||||
"no_related_files": "Sin archivos relacionados",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
||||
"userHelp": {
|
||||
"title": "Atajos de teclado",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"Listar atajos",
|
||||
"shortcutData": {
|
||||
"Make_list": "Crear lista",
|
||||
"Make_ordered_list": "Crear lista ordenada",
|
||||
"Insert_new_item": "Insertar nuevo ítem",
|
||||
"Insert_child_in_item": "Insert child in item",
|
||||
"Increase_depth": "Increase depth"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Head shortcuts",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Encabezado 1",
|
||||
"Heading_2": "Encabezado 2",
|
||||
"Heading_3": "Encabezado 3",
|
||||
"Heading_4": "Encabezado 4",
|
||||
"Heading_5": "Encabezado 5",
|
||||
"Heading_6": "Encabezado 6"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Code block shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Crear bloque de código",
|
||||
"Insert_new_line": "Insertar nueva línea",
|
||||
"Escape_code_block": "Escape code block",
|
||||
"Insert_indent": "Insert indent"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Block quote shortcuts",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Make Block quote",
|
||||
"Escape_Block_quote": "Escape Block quote"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Atajos de tabla",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Insertar fila de tabla",
|
||||
"Escape_table": "Escape table"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Inline shortcuts",
|
||||
"shortcutData": {
|
||||
"Bold": "Negrita",
|
||||
"Italic": "Itálica",
|
||||
"Italic_Bold": "Negrita itálica",
|
||||
"Inline_code": "Inline code"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Guardar atajos",
|
||||
"shortcutData": {
|
||||
"Save_file": "Guardar archivo"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Atajos de imagen",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Pegar captura de pantalla",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Arrastrar imagen desde cualquier sitio para subirla"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
169
frontend/src/assets/locales/fr/translations.json
Normal file
169
frontend/src/assets/locales/fr/translations.json
Normal file
@@ -0,0 +1,169 @@
|
||||
{
|
||||
"bold": "Gras",
|
||||
"italic": "Italique",
|
||||
"inline_code": "Code",
|
||||
"header_one": "Titre 1",
|
||||
"header_two": "Titre 2",
|
||||
"header_three": "Titre 3",
|
||||
"header_four": "Titre 4",
|
||||
"header_five": "Titre 5",
|
||||
"header_six": "Titre 6",
|
||||
"paragraph": "Paragraphe",
|
||||
"quote": "Citation",
|
||||
"ordered_list": "Liste ordonnée",
|
||||
"unordered_list": "Liste non ordonnée",
|
||||
"check_list_item": "Élément liste de vérification",
|
||||
"insert_image": "Insérer image",
|
||||
"code": "Ligne de code",
|
||||
"code_block": "Bloc de code",
|
||||
"insert_link": "Insérer lien",
|
||||
"insert_table": "Insérer table",
|
||||
"save": "Sauvegarder",
|
||||
"more": "Plus",
|
||||
"invalid_url": "L'adresse n'est pas valide",
|
||||
"link_address": "Adresse du lien",
|
||||
"image_address": "Adresse de l'image",
|
||||
"submit": "Soumettre",
|
||||
"cancel": "Annuler",
|
||||
"switch_to_plain_text_editor": "Basculer en éditeur de texte plein",
|
||||
"switch_to_rich_text_editor": "Basculer en éditeur de texte riche",
|
||||
"switch_to_viewer": "Basculer en visualiseur Markdown",
|
||||
"help": "Aide",
|
||||
"remove_table": "Supprimer la table",
|
||||
"column": "Colonne",
|
||||
"row": "Ligne",
|
||||
"set_align": "Ajuster l'alignement",
|
||||
"left": "Gauche",
|
||||
"center": "Centrer",
|
||||
"right": "Droite",
|
||||
"file_saved": "Fichier sauvegardé.",
|
||||
"file_failed_to_save": "Échec de la sauvegarde du fichier",
|
||||
"star": "Ajouter étoile",
|
||||
"unstar": "Enlever étoile",
|
||||
"back_to_parent_directory":"Retour au répertoire parent",
|
||||
"edit":"éditer",
|
||||
"copy": "Copier",
|
||||
"copied": "Copié",
|
||||
"internal_link": "Lien interne",
|
||||
"copy_internal_link": "Le lien interne a été copié dans le presse-papier",
|
||||
"internal_link_desc": "Un lien interne est un lien vers un fichier ou un dossier accessible en lecture par un utilisateur.",
|
||||
"share": "Partager",
|
||||
"share_link": "Lien de partage",
|
||||
"generate": "Générer",
|
||||
"add_password_protection": "Ajouter un mot de passe de protection",
|
||||
"password": "Mot de passe",
|
||||
"at_least_8_characters": "Au moins 8 caractères",
|
||||
"password_again": "Mot de passe (à nouveau)",
|
||||
"add_auto_expiration": "Ajouter l'expiration automatique",
|
||||
"days": "jours",
|
||||
"please_enter_password": "Entrez un mot de passe",
|
||||
"greater_than_or_equal_to": "Plus grand ou égale à",
|
||||
"less_than_or_equal_to": "Plus petit ou égal à",
|
||||
"set_permission": "Définir la permission",
|
||||
"preview_and_download": "Prévisualiser et télécharger",
|
||||
"preview_only": "Aperçu uniquement",
|
||||
"please_enter_valid_days": "Saisissez un nombre de jours valide",
|
||||
"please_enter_a_non-negative_integer": "Veuillez introduire un intégrateur non-négatif",
|
||||
"please_enter_days": "Veuillez entrer un nombre de jours",
|
||||
"password_is_too_short": "Le mot de passe est trop court",
|
||||
"passwords_do_not_match": "Les mots de passe ne correspondent pas",
|
||||
"return_to_wiki_page": "Retour à la page du Wiki",
|
||||
"insert_network_image": "Insérer une image du réseau",
|
||||
"upload_local_image": "Insérer une image locale",
|
||||
"add_link": "Ajouter un lien",
|
||||
"file_history": "Historique du fichier",
|
||||
"history_version": "Historique des versions",
|
||||
"back_to_viewer": "Retour au visualiseur",
|
||||
"link_title": "Titre du lien",
|
||||
"local_draft": "Brouillon local",
|
||||
"use_draft": "Utiliser le brouillon",
|
||||
"delete_draft": "Supprimer le brouillon",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Vous avez un brouillon qui n'est pas sauvé. Voulez-vous l'utiliser ?",
|
||||
"local_draft_saved": "Brouillon local sauvegardé",
|
||||
"new_draft": "Nouveau brouillon",
|
||||
"edit_draft": "Éditer brouillon",
|
||||
"this_file_has_a_draft": "Ce fichier possède un brouillon.",
|
||||
"delete": "Supprimer",
|
||||
"comments": "Commentaires",
|
||||
"add_a_comment": "Ajouter un commentaire ...",
|
||||
"no_comment_yet": "Pas encore de commentaire.",
|
||||
"Mark_as_Resolved": "Marqué comme résolu",
|
||||
"ask_for_review": "Demande d'un avis",
|
||||
"review_already_exists": "Un avis existe déjà",
|
||||
"view_review": "Voir l'avis",
|
||||
"there_is_an_associated_review_with_this_file": "Il y a un avis associé à ce fichier",
|
||||
"start_review": "Commencer l'avis",
|
||||
"this_file_is_in_draft_stage": "Ce fichier est à l'état de brouillon",
|
||||
"this_file_is_in_review_stage": "Ce fichier est à l'état d'avis",
|
||||
"this_file_has_been_updated": "Ce fichier à bien été mis à jour.",
|
||||
"refresh": "Rafraichir",
|
||||
"related_files": "Fichiers relatifs",
|
||||
"related_file": "Fichier relatif",
|
||||
"no_tags": "Pas de tag",
|
||||
"no_related_files": "Aucun fichier relatif",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
||||
"userHelp": {
|
||||
"title": "Raccourcis clavier",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"Liste des raccourcis",
|
||||
"shortcutData": {
|
||||
"Make_list": "Faire une liste",
|
||||
"Make_ordered_list": "Faire une liste ordonnée",
|
||||
"Insert_new_item": "Insérer un nouvel élément",
|
||||
"Insert_child_in_item": "Insérer enfant dans l'élément",
|
||||
"Increase_depth": "Améliorer la profondeur"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Raccourcis en-tête",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Titre 1",
|
||||
"Heading_2": "Titre 2",
|
||||
"Heading_3": "Titre 3",
|
||||
"Heading_4": "Titre 4",
|
||||
"Heading_5": "Titre 5",
|
||||
"Heading_6": "Titre 6"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Raccourcis de blocs de code",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Faire un bloc de code",
|
||||
"Insert_new_line": "Insérer une nouvelle ligne",
|
||||
"Escape_code_block": "Sortir du bloc de code",
|
||||
"Insert_indent": "Insérer un espace"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Raccourcis blocs de citation",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Faire un bloc de citation",
|
||||
"Escape_Block_quote": "Sortir du bloc de citation"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Raccourcis table",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Insérer une ligne à la table",
|
||||
"Escape_table": "Sortir de la table"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Raccourcis en ligne",
|
||||
"shortcutData": {
|
||||
"Bold": "Gras",
|
||||
"Italic": "Italique",
|
||||
"Italic_Bold": "Italique Gras",
|
||||
"Inline_code": "Ligne de code"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Sauvegarder les raccourcis",
|
||||
"shortcutData": {
|
||||
"Save_file": "Sauvegarder fichier"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Raccourcis image",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Coller la capture d'écran",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Glisser l'image de n'importe où pour l'envoyer"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
169
frontend/src/assets/locales/it/translations.json
Normal file
169
frontend/src/assets/locales/it/translations.json
Normal file
@@ -0,0 +1,169 @@
|
||||
{
|
||||
"bold": "Grassetto",
|
||||
"italic": "Corsivo",
|
||||
"inline_code": "Codice",
|
||||
"header_one": "Titolo 1",
|
||||
"header_two": "Titolo 2",
|
||||
"header_three": "Titolo 3",
|
||||
"header_four": "Titolo 4",
|
||||
"header_five": "Intestazione 5",
|
||||
"header_six": "Intestazione 6",
|
||||
"paragraph": "Paragrafo",
|
||||
"quote": "Citazione",
|
||||
"ordered_list": "Lista ordinata",
|
||||
"unordered_list": "Lista non ordinata",
|
||||
"check_list_item": "Controlla la voce dell'elenco",
|
||||
"insert_image": "Inserisci Immagine",
|
||||
"code": "Codice in linea",
|
||||
"code_block": "Codice",
|
||||
"insert_link": "Inserisci Collegamento",
|
||||
"insert_table": "Inserisci tabella",
|
||||
"save": "Salvare",
|
||||
"more": "Altro",
|
||||
"invalid_url": "URL non valida",
|
||||
"link_address": "Indirizzo collegamento",
|
||||
"image_address": "Indirizzo Immagine",
|
||||
"submit": "Invia",
|
||||
"cancel": "Annulla",
|
||||
"switch_to_plain_text_editor": "Passa all'Editor di testo semplice",
|
||||
"switch_to_rich_text_editor": "Passa all'Editor di testo formattato",
|
||||
"switch_to_viewer": "Passa alla vista di tipo Markdown",
|
||||
"help": "Aiuto",
|
||||
"remove_table": "Rimuovere Tabella",
|
||||
"column": "Colonna",
|
||||
"row": "Riga",
|
||||
"set_align": "Imposta allineamento",
|
||||
"left": "Sinistra",
|
||||
"center": "Centrato",
|
||||
"right": "Destra",
|
||||
"file_saved": "File salvato.",
|
||||
"file_failed_to_save": "Errore salvataggio file.",
|
||||
"star": "Aggiungi asterisco",
|
||||
"unstar": "Rimozione asterisco",
|
||||
"back_to_parent_directory":"Torna alla cartella precedente",
|
||||
"edit":"modifica",
|
||||
"copy": "Copia",
|
||||
"copied": "Copiato",
|
||||
"internal_link": "Collegamento interno",
|
||||
"copy_internal_link": "Il collegamento interno è stato copiato negli appunti",
|
||||
"internal_link_desc": "Un collegamento interno è un collegamento a un file o una cartella a cui gli utenti possono accedere con autorizzazione di lettura al file o alla cartella.",
|
||||
"share": "Condividi",
|
||||
"share_link": "Condividi Collegamento",
|
||||
"generate": "Generare",
|
||||
"add_password_protection": "Aggiungi la protezione password",
|
||||
"password": "Password",
|
||||
"at_least_8_characters": "almeno 8 caratteri",
|
||||
"password_again": "Ridigita password",
|
||||
"add_auto_expiration": "Aggiungi la scadenza automatica",
|
||||
"days": "giorni",
|
||||
"please_enter_password": "Per favore, inserisci la password",
|
||||
"greater_than_or_equal_to": "Maggiore o uguale a ",
|
||||
"less_than_or_equal_to": "Minore o uguale a",
|
||||
"set_permission": "Imposta permessi",
|
||||
"preview_and_download": "Anteprima e download",
|
||||
"preview_only": "Solo Anteprima",
|
||||
"please_enter_valid_days": "Si prega di inserire giorni validi",
|
||||
"please_enter_a_non-negative_integer": "Prego inserire un intero non negativo",
|
||||
"please_enter_days": "Prego inserire i giorni",
|
||||
"password_is_too_short": "La password è troppo corta",
|
||||
"passwords_do_not_match": "Le password non corrispondono",
|
||||
"return_to_wiki_page": "Torna alla pagina Wiki",
|
||||
"insert_network_image": "Inserisci immagine di rete",
|
||||
"upload_local_image": "Inserisci immagine locale",
|
||||
"add_link": "Aggiungi collegamento",
|
||||
"file_history": "Cronologia dei file",
|
||||
"history_version": "Versioni cronologia",
|
||||
"back_to_viewer": "Torma alla vista",
|
||||
"link_title": "Link al titolo",
|
||||
"local_draft": "Bozza locale",
|
||||
"use_draft": "Usa bozza",
|
||||
"delete_draft": "Rimuovi Bozza",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Hai una bozza non salvata. La vuoi utilizzare?",
|
||||
"local_draft_saved": "Bozza salvata in locale",
|
||||
"new_draft": "Nuova Bozza",
|
||||
"edit_draft": "Modifica Bozza",
|
||||
"this_file_has_a_draft": "Questo file è una bozza",
|
||||
"delete": "Elimina",
|
||||
"comments": "Commenti",
|
||||
"add_a_comment": "Aggiungi un commento...",
|
||||
"no_comment_yet": "Ancora nessun commento.",
|
||||
"Mark_as_Resolved": "Contrassegnato come risolto",
|
||||
"ask_for_review": "Richiedi una revisione",
|
||||
"review_already_exists": "Revisione già esistente",
|
||||
"view_review": "Visualizza revisione",
|
||||
"there_is_an_associated_review_with_this_file": "C'è una recensione associata con questo file.",
|
||||
"start_review": "Inizia Revisione",
|
||||
"this_file_is_in_draft_stage": "Questo file è in fase di bozza.",
|
||||
"this_file_is_in_review_stage": "Questo file è in fase di revisione.",
|
||||
"this_file_has_been_updated": "Questo file è stato aggiornato.",
|
||||
"refresh": "Aggiornare",
|
||||
"related_files": "file correlati",
|
||||
"related_file": "file correlato",
|
||||
"no_tags": "Nessun tag",
|
||||
"no_related_files": "Nessun file correlato",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
||||
"userHelp": {
|
||||
"title": "Tasti rapidi",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"Elenca scorciatoie",
|
||||
"shortcutData": {
|
||||
"Make_list": "Crea elenco",
|
||||
"Make_ordered_list": "Crea elenco ordinato",
|
||||
"Insert_new_item": "Inserisci un nuovo elemento",
|
||||
"Insert_child_in_item": "Inserisci un elemento figlio sotto questo elemento",
|
||||
"Increase_depth": "Aumenta la profondità"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Scorciatoie principali",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Titolo 1",
|
||||
"Heading_2": "Titolo 2",
|
||||
"Heading_3": "Titolo 3",
|
||||
"Heading_4": "Titolo 4",
|
||||
"Heading_5": "Intestazione 5",
|
||||
"Heading_6": "Intestazione 6"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Scorciatoie di codice",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Crea un blocco di codice",
|
||||
"Insert_new_line": "Inserisci nuova linea",
|
||||
"Escape_code_block": "Codice di escape",
|
||||
"Insert_indent": "Inserisci indentazione"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Blocco scorciatoie di citazione",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Crea blocco citazioni",
|
||||
"Escape_Block_quote": "Escape Blocco Codice"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Scorciatoie Tabella",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Inserisci riga nella tabella",
|
||||
"Escape_table": "Escape tabella"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Scorciatoie in linea",
|
||||
"shortcutData": {
|
||||
"Bold": "Grassetto",
|
||||
"Italic": "Corsivo",
|
||||
"Italic_Bold": "Corsivo Grassetto",
|
||||
"Inline_code": "Codice in linea"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Salva scorciatoie",
|
||||
"shortcutData": {
|
||||
"Save_file": "Salva file"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Scorciatoie per le immagini",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Incolla la schermata",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Trascina l'immagine da qualsiasi posizione per caricarla"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
169
frontend/src/assets/locales/ru/translations.json
Normal file
169
frontend/src/assets/locales/ru/translations.json
Normal file
@@ -0,0 +1,169 @@
|
||||
{
|
||||
"bold": "Полужирный",
|
||||
"italic": "Курсив",
|
||||
"inline_code": "Код",
|
||||
"header_one": "Заголовок 1",
|
||||
"header_two": "Заголовок 2",
|
||||
"header_three": "Заголовок 3",
|
||||
"header_four": "Заголовок 4",
|
||||
"header_five": "Заголовок 5",
|
||||
"header_six": "Заголовок 6",
|
||||
"paragraph": "Параграф",
|
||||
"quote": "Цитата",
|
||||
"ordered_list": "Нумерованный список",
|
||||
"unordered_list": "Маркированный список",
|
||||
"check_list_item": "Проверка элемента списка",
|
||||
"insert_image": "Вставить изображение",
|
||||
"code": "Встроенный код",
|
||||
"code_block": "Блок кода",
|
||||
"insert_link": "Вставить ссылку",
|
||||
"insert_table": "Вставить таблицу",
|
||||
"save": "Сохранить",
|
||||
"more": "Подробнее",
|
||||
"invalid_url": "Недопустимый URL",
|
||||
"link_address": "Адрес ссылки",
|
||||
"image_address": "Адрес изображения",
|
||||
"submit": "Отправить",
|
||||
"cancel": "Отменить",
|
||||
"switch_to_plain_text_editor": "Переключиться на обычный текстовый редактор",
|
||||
"switch_to_rich_text_editor": "Переключиться на визуальный редактор",
|
||||
"switch_to_viewer": "Переключиться на просмотр Markdown",
|
||||
"help": "Помощь",
|
||||
"remove_table": "Удалить таблицу",
|
||||
"column": "Столбец",
|
||||
"row": "Строка",
|
||||
"set_align": "Установить выравнивание",
|
||||
"left": "Слева",
|
||||
"center": "По центру",
|
||||
"right": "Справа",
|
||||
"file_saved": "Файл сохранен.",
|
||||
"file_failed_to_save": "Не удалось сохранить файл.",
|
||||
"star": "Добавить пометку",
|
||||
"unstar": "Удалить пометку",
|
||||
"back_to_parent_directory":"Вернуться в родительский каталог",
|
||||
"edit":"изменить",
|
||||
"copy": "Копировать",
|
||||
"copied": "Скопировано",
|
||||
"internal_link": "Внутренняя ссылка",
|
||||
"copy_internal_link": "Внутренняя ссылка скопирована в буфер обмена",
|
||||
"internal_link_desc": "Внутренняя ссылка - это ссылка на файл или папку, к которым могут обращаться пользователи с правами на чтение файла или папки.",
|
||||
"share": "Общий доступ",
|
||||
"share_link": "Общедоступная ссылка",
|
||||
"generate": "Создать",
|
||||
"add_password_protection": "Защитить паролем",
|
||||
"password": "Пароль",
|
||||
"at_least_8_characters": "не менее 8 символов",
|
||||
"password_again": "Подтвердите пароль",
|
||||
"add_auto_expiration": "Добавить авто истечение срока действия",
|
||||
"days": "дней",
|
||||
"please_enter_password": "Пожалуйста, введите пароль",
|
||||
"greater_than_or_equal_to": "Больше или равно",
|
||||
"less_than_or_equal_to": "Меньше или равно",
|
||||
"set_permission": "Установить разрешения",
|
||||
"preview_and_download": "Предпросмотр и скачивание",
|
||||
"preview_only": "Только предпросмотр",
|
||||
"please_enter_valid_days": "Пожалуйста, введите корректные дни",
|
||||
"please_enter_a_non-negative_integer": "Пожалуйста, введите неотрицательное целое число",
|
||||
"please_enter_days": "Пожалуйста, введите дни",
|
||||
"password_is_too_short": "Пароль слишком короткий",
|
||||
"passwords_do_not_match": "Пароли не совпадают",
|
||||
"return_to_wiki_page": "Вернуться на страницу Wiki",
|
||||
"insert_network_image": "Вставить удаленное изображение",
|
||||
"upload_local_image": "Загрузить локальное изображение",
|
||||
"add_link": "Добавить ссылку",
|
||||
"file_history": "История файла",
|
||||
"history_version": "История версий",
|
||||
"back_to_viewer": "Вернуться к просмотру",
|
||||
"link_title": "Название ссылки",
|
||||
"local_draft": "Локальный черновик",
|
||||
"use_draft": "Использовать черновик",
|
||||
"delete_draft": "Удалить черновик",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "У вас есть несохраненный черновик. Хотите использовать его?",
|
||||
"local_draft_saved": "Локальный черновик сохранен",
|
||||
"new_draft": "Новый черновик",
|
||||
"edit_draft": "Изменить черновик",
|
||||
"this_file_has_a_draft": "Этот файл имеет черновик.",
|
||||
"delete": "Удалить",
|
||||
"comments": "Комментарии",
|
||||
"add_a_comment": "Добавить комментарий...",
|
||||
"no_comment_yet": "Комментариев пока нет.",
|
||||
"Mark_as_Resolved": "Отметить как разрешенный",
|
||||
"ask_for_review": "Спросить отзыв",
|
||||
"review_already_exists": "Отзыв уже существует",
|
||||
"view_review": "Просмотр отзыва",
|
||||
"there_is_an_associated_review_with_this_file": "Есть связанный отзыв с этим файлом.",
|
||||
"start_review": "Начать отзыв",
|
||||
"this_file_is_in_draft_stage": "Этот файл находится в стадии черновика.",
|
||||
"this_file_is_in_review_stage": "Этот файл находится на стадии проверки.",
|
||||
"this_file_has_been_updated": "Этот файл был обновлен.",
|
||||
"refresh": "Обновить",
|
||||
"related_files": "связанные файлы",
|
||||
"related_file": "связанный файл",
|
||||
"no_tags": "Нет тегов",
|
||||
"no_related_files": "Нет связанных файлов",
|
||||
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
||||
"userHelp": {
|
||||
"title": "Горячие клавиши",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"Список горячих клавиш",
|
||||
"shortcutData": {
|
||||
"Make_list": "Создать список",
|
||||
"Make_ordered_list": "Создать нумерованный список",
|
||||
"Insert_new_item": "Вставить новый элемент",
|
||||
"Insert_child_in_item": "Вставить дочерний в элемент",
|
||||
"Increase_depth": "Увеличить глубину"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Горячие клавиши для заголовка",
|
||||
"shortcutData": {
|
||||
"Heading_1": "Заголовок 1",
|
||||
"Heading_2": "Заголовок 2",
|
||||
"Heading_3": "Заголовок 3",
|
||||
"Heading_4": "Заголовок 4",
|
||||
"Heading_5": "Заголовок 5",
|
||||
"Heading_6": "Заголовок 6"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Горячие клавиши для кода",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "Создать блок кода",
|
||||
"Insert_new_line": "Вставить новую строку",
|
||||
"Escape_code_block": "Выделить блок кода",
|
||||
"Insert_indent": "Вставить отступ"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Горячие клавиши для блока цитаты",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "Создать блок цитаты",
|
||||
"Escape_Block_quote": "Выделить блок цитаты"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Горячие клавиши для таблицы",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "Вставить строку таблицы",
|
||||
"Escape_table": "Выделить таблицу"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"Встроенные горячие клавиши",
|
||||
"shortcutData": {
|
||||
"Bold": "Полужирный",
|
||||
"Italic": "Курсив",
|
||||
"Italic_Bold": "Курсив Полужирный",
|
||||
"Inline_code": "Встроенный код"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Сохранить горячие клавиши",
|
||||
"shortcutData": {
|
||||
"Save_file": "Сохранить файл"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "Горячие клавиши для изображений",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "Вставить скриншот",
|
||||
"Drag_image_from_anywhere_to_upload_it": "Перетащите изображение для загрузки"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
237
frontend/src/assets/locales/zh-CN/dtable.json
Normal file
237
frontend/src/assets/locales/zh-CN/dtable.json
Normal file
@@ -0,0 +1,237 @@
|
||||
{
|
||||
"Saving": "保存中...",
|
||||
"Submit": "提交",
|
||||
"Cancel": "取消",
|
||||
"Close": "关闭",
|
||||
"Save": "保存",
|
||||
"All_changes_saved": "所有更改均已保存",
|
||||
"Insert_Row": "插入行",
|
||||
"Duplicate_Row": "复制行",
|
||||
"Delete_Row": "删除行",
|
||||
"Delete_Rows": "删除多行",
|
||||
"Unselect_Rows": "取消选中",
|
||||
"Insert_Row_Above": "上方插入行",
|
||||
"Insert_Row_Below": "下方插入行",
|
||||
"Drag_and_drop_images_or_click_or_paste_here_to_add": "将图片拖拽或点击或粘贴到此处进行上传",
|
||||
"Drag_and_drop_to_add_an_image": "拖拽即可添加图片",
|
||||
"New_Column": "新建列",
|
||||
"Name": "名称",
|
||||
"Type": "类型",
|
||||
"Accurate_to_minute": "精确到分钟",
|
||||
"Name_is_required": "名字必须存在.",
|
||||
"Text": "文本",
|
||||
"Number": "数字",
|
||||
"Checkbox": "勾选",
|
||||
"Date": "日期",
|
||||
"Single_Select": "单选",
|
||||
"Long_Text": "长文本",
|
||||
"Image": "图片",
|
||||
"File": "文件",
|
||||
"Multiple_Select": "多选",
|
||||
"Collaborator": "协作人",
|
||||
"Rename_Field": "重命名列",
|
||||
"New_Table": "新建表",
|
||||
"Options": "标签",
|
||||
"Option": "标签",
|
||||
"Rename_Table": "重命名表",
|
||||
"Delete_Table": "删除表",
|
||||
"Add_an_option": "新建标签",
|
||||
"Select_a_color": "选择一个颜色",
|
||||
"No_option": "没有标签",
|
||||
"Edit_option": "编辑标签",
|
||||
"Delete_option": "删除标签",
|
||||
"New_View": "新建视图",
|
||||
"Rename_View": "重命名视图",
|
||||
"Delete_View": "删除视图",
|
||||
"Add_a_View": "增加一个视图",
|
||||
"Hide_all": "隐藏所有",
|
||||
"Show_all": "显示所有",
|
||||
"No_results": "没有结果。",
|
||||
"No_columns_available_to_be_hidden": "没有列可以被隐藏。",
|
||||
"Find_a_column": "查找一个列",
|
||||
"Delete_Column": "删除",
|
||||
"Rename_Column": "重命名",
|
||||
"Hide_Column": "隐藏",
|
||||
"Freeze_Column": "冻结首列",
|
||||
"Unfreeze_Column": "取消冻结",
|
||||
"Edit_Single_Select": "编辑单选",
|
||||
"Edit_Multiple_Select": "编辑多选",
|
||||
"records": "行",
|
||||
"record":"行",
|
||||
"records_selected": "行被选择",
|
||||
"record_selected": "行被选择",
|
||||
"cells_selected": "个单元格被选择",
|
||||
"Sum": "总和",
|
||||
"Filter": "过滤器",
|
||||
"1_Filter": "1 个过滤条件",
|
||||
"Filters": "个过滤条件",
|
||||
"Hide_Columns": "隐藏",
|
||||
"1_Hidden_Column": "1 列被隐藏",
|
||||
"Hidden_Columns": "列被隐藏",
|
||||
"Sort": "排序",
|
||||
"Add_Filter": "添加一个过滤器",
|
||||
"Add_Sort": "添加一个排序",
|
||||
"No_sorts_applied_to_this_view": "此视图下没有排序规则",
|
||||
"No_filters_applied_to_this_view": "此视图下没有过滤规则",
|
||||
"Row_Details": "行详细信息",
|
||||
"Get_URL": "获取链接",
|
||||
"Edit_text": "编辑文本",
|
||||
"Add_images": "添加图片",
|
||||
"Add_files": "添加文件",
|
||||
"Add_a_collaborator": "添加协作人",
|
||||
"No_collaborators_available": "没有找到协作人",
|
||||
"Find_a_collaborator": "查找协作人",
|
||||
"Add_Images": "添加图片",
|
||||
"All_Images": "所有图片",
|
||||
"Add_Files": "添加文件",
|
||||
"All_Files": "所有文件",
|
||||
"Library_Images": "资料库图片",
|
||||
"Local_Images": "本地图片",
|
||||
"Uploaded_completed": "上传完成",
|
||||
"Re-upload": "重新上传",
|
||||
"Network_Error": "网络错误",
|
||||
"Drag_and_drop_or_click_to_add_an_image": "拖拽或点击添加图片",
|
||||
"Click_to_add": "点击添加",
|
||||
"Library_Files": "资料库文件",
|
||||
"Local_Files": "本地文件",
|
||||
"Drag_and_drop_or_click_to_add_a_file": "拖拽或点击添加文件",
|
||||
"Drag_and_drop_to_add_a_file": "拖拽添加文件",
|
||||
"Drag_and_drop_files_or_click_here_to_add": "将文件拖拽或点击到此处进行上传",
|
||||
"Delete": "删除",
|
||||
"Do_you_want_to_expand_this_table": "你想扩展这张表格吗?",
|
||||
"Expand_the_table": "扩展表格",
|
||||
"So_that_all_of_the_pasted_cells_will_fit": "这样所有的单元格都适合表格。",
|
||||
"Don’t_expand_the_table": "不扩展表格",
|
||||
"Values_outside_of_the_table_will_not_be_pasted": "表格外的值不会被粘贴。",
|
||||
"Continue": "继续",
|
||||
"To_fit_your_pasted_data_into_the_table_we_need_to_add": "要将粘贴的数据放入表中,我们需要添加",
|
||||
"1_more_record": "1行扩展",
|
||||
"1_more_field": "1列扩展",
|
||||
"more_records": "行扩展",
|
||||
"more_fields": "列扩展",
|
||||
"and": "和",
|
||||
"The_record_link_has_been_copied": "已复制本行链接",
|
||||
"1_cell_copied": "已复制一个单元格",
|
||||
"cells_copied": "个单元格被复制",
|
||||
"1_cell_cuted": "一个单元格被剪切",
|
||||
"cells_cuted": "个单元格被剪切",
|
||||
"Failed_to_get_smart_link": "获取连接失败。",
|
||||
"Server_is_reconnected": "服务器已重新连接。",
|
||||
"Server_is_disconnected_Reconnecting": "服务器断开连接。正在重新连接...",
|
||||
"Record_will_be_filtered": "该行将被过滤",
|
||||
"Select_an_option": "选择标签",
|
||||
"Select_option(s)": "选择标签",
|
||||
"Search": "搜索",
|
||||
"please_select": "请选择日期",
|
||||
"please_input": "请输入日期",
|
||||
"Select_your_favourite(s)": "选择你最喜欢的",
|
||||
"Image_Chooser": "选择图片",
|
||||
"File_Chooser": "选择文件",
|
||||
"Libraries": "资料库",
|
||||
"No_preview": "没有预览",
|
||||
"All_Libraries": "所有资料库",
|
||||
"Recent_Used": "最近使用",
|
||||
"Recent_Added": "最近添加",
|
||||
"The_file_has_been_deleted": "文件已被删除。",
|
||||
"is": "是",
|
||||
"is_not": "不是",
|
||||
"is_empty": "是空",
|
||||
"is_not_empty": "不是空",
|
||||
"include_me": "包括我",
|
||||
"contains": "包括",
|
||||
"does_not_contain": "不包括",
|
||||
"equal": "等于",
|
||||
"not_equal": "不等与",
|
||||
"less": "小于",
|
||||
"greater": "大于",
|
||||
"less_or_equal": "小于或等于",
|
||||
"greater_or_equal": "大于或等于",
|
||||
"is_within": "在日期之内",
|
||||
"is_before": "在今天之前",
|
||||
"is_after": "在今天之后",
|
||||
"is_on_or_before": "在今天或之前",
|
||||
"is_on_or_after": "在今天或之后",
|
||||
"has_any_of": "包含其中一个",
|
||||
"has_all_of": "包含所有",
|
||||
"has_none_of": "不包含",
|
||||
"is_exactly": "精确筛选",
|
||||
"today": "今天",
|
||||
"tomorrow": "明天",
|
||||
"yesterday": "昨天",
|
||||
"one_week_ago": "一周前",
|
||||
"one_week_from_now": "一周后",
|
||||
"one_month_ago": "一个月前",
|
||||
"one_month_from_now": "一个月后",
|
||||
"number_of_days_ago": "指定日期前",
|
||||
"number_of_days_from_now": "制定日期后",
|
||||
"exact_date": "精确日期",
|
||||
"the_past_week": "过去一周",
|
||||
"the_past_month": "过去一个月",
|
||||
"the_past_year": "过去一年",
|
||||
"the_next_week": "今后一周",
|
||||
"the_next_month": "今后一个月",
|
||||
"the_next_year": "今后一年",
|
||||
"the_next_numbers_of_days": "今天之后的指定天数",
|
||||
"the_past_numbers_of_days": "今天之前的指定天数",
|
||||
"this_week": "这周",
|
||||
"this_month": "这个月",
|
||||
"this_year": "今年",
|
||||
"Or": "或者",
|
||||
"And": "并且",
|
||||
"up": "升序",
|
||||
"down": "降序",
|
||||
"Format": "格式",
|
||||
"Format_Settings": "格式设置",
|
||||
"Number_With_Commas": "数字(逗号分隔)",
|
||||
"Percent": "百分比",
|
||||
"Yuan": "人民币",
|
||||
"Dollar": "美元",
|
||||
"Euro": "欧元",
|
||||
"Failed_to_execute_operation_on_server": "无法在服务器上执行操作: ",
|
||||
"Statistics": "统计",
|
||||
"Create_a_new_statistic": "创建一张新的统计表",
|
||||
"Find_an_option": "查找标签",
|
||||
"All_forms": "表单",
|
||||
"Create_a_new_form": "创建新表单",
|
||||
"No_forms_added": "没有表单被添加",
|
||||
"No_options_available": "没有找到标签。",
|
||||
"Table": "表格",
|
||||
"Views": "视图",
|
||||
"Set_form": "设置表单",
|
||||
"Create_form": "创建表单",
|
||||
"Filter_field": "筛选字段",
|
||||
"Group_By": "分类字段",
|
||||
"Summarize_Method": "归总方法",
|
||||
"Summarized_Field": "归总字段",
|
||||
"Calculation_Method": "计算方式",
|
||||
"There_are_no_columns_that_can_be_counted_under_this_table": "本表格下没有可以被统计的列.",
|
||||
"Add_Statistic": "添加统计表",
|
||||
"All_Statistics": "所有统计表",
|
||||
"Chart_settings": "参数设置",
|
||||
"Simple_counting": "简单计数",
|
||||
"Advanced_count": "高级",
|
||||
"This_method_is_not_supported_for_the_time_being": "暂不支持该方法的统计.",
|
||||
"Amount": "数量",
|
||||
"null": "空",
|
||||
"Share": "共享",
|
||||
"Default_View": "默认视图",
|
||||
"External_sharing_link": "外部共享链接",
|
||||
"The_share_link_has_been_copied": "共享链接已被复制。",
|
||||
"Failed_to_get_share_link": "获取共享链接失败。",
|
||||
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "服务器未连接。 操作稍后将发送到服务器。",
|
||||
"US": "美国格式",
|
||||
"European": "欧洲格式",
|
||||
"ISO": "国际标准格式",
|
||||
"Max": "最大值",
|
||||
"Min": "最小值",
|
||||
"Mean": "平均值",
|
||||
"By_Day": "按天",
|
||||
"By_Week": "按周",
|
||||
"By_Month": "按月",
|
||||
"By_Year": "按年",
|
||||
"No_fields_that_can_be_returned": "没有可以被归总的字段。",
|
||||
"Grouped_by_1_column": "1 列分组",
|
||||
"Group": "分组",
|
||||
"No_groupings_applied_to_this_view": "没有应用于此视图的分组",
|
||||
"Add_a_column_to_group_by": "添加列至分组依据"
|
||||
}
|
211
frontend/src/assets/locales/zh-CN/translations.json
Normal file
211
frontend/src/assets/locales/zh-CN/translations.json
Normal file
@@ -0,0 +1,211 @@
|
||||
{
|
||||
"bold": "粗体",
|
||||
"italic": "斜体",
|
||||
"inline_code": "代码",
|
||||
"header_one": "一级标题",
|
||||
"header_two": "二级标题",
|
||||
"header_three": "三级标题",
|
||||
"header_four": "四级标题",
|
||||
"header_five": "五级标题",
|
||||
"header_six": "六级标题",
|
||||
"paragraph": "段落",
|
||||
"quote": "引用",
|
||||
"ordered_list": "有序列表",
|
||||
"unordered_list": "无序列表",
|
||||
"check_list_item": "任务列表",
|
||||
"insert_image": "插入图片",
|
||||
"insert_file": "插入文件",
|
||||
"code": "行内代码",
|
||||
"code_block": "代码块",
|
||||
"insert_link": "添加链接",
|
||||
"insert_table": "添加表格",
|
||||
"save": "保存",
|
||||
"more": "更多",
|
||||
"invalid_url": "无效链接",
|
||||
"link_address": "链接地址",
|
||||
"image_address": "图片地址",
|
||||
"submit": "提交",
|
||||
"cancel": "取消",
|
||||
"switch_to_plain_text_editor": "切换至普通文本编辑器",
|
||||
"switch_to_rich_text_editor": "切换至富文本编辑器",
|
||||
"switch_to_viewer": "切换到只读模式",
|
||||
"help": "帮助",
|
||||
"remove_table": "删除表格",
|
||||
"Insert_Row_Before": "上方插入行",
|
||||
"Insert_Row_After": "下方插入行",
|
||||
"Insert_Column_Before": "左边插入列",
|
||||
"Insert_Column_After": "右边插入列",
|
||||
"Remove_Row": "删除当前行",
|
||||
"Remove_Column": "删除当前列",
|
||||
"Insert_Row": "插入行",
|
||||
"Insert_Column": "插入列",
|
||||
"column": "列",
|
||||
"row": "行",
|
||||
"set_align": "对齐方式",
|
||||
"left": "左对齐",
|
||||
"center": "居中",
|
||||
"right": "右对齐",
|
||||
"file_saved": "保存文件成功",
|
||||
"file_failed_to_save": "保存文件失败",
|
||||
"star": "添加星标",
|
||||
"unstar": "移除星标",
|
||||
"back_to_parent_directory":"返回上级目录",
|
||||
"edit":"编辑",
|
||||
"copy": "复制",
|
||||
"copied": "已复制",
|
||||
"internal_link": "内部链接",
|
||||
"copy_internal_link": "内部链接已复制到剪贴板",
|
||||
"internal_link_desc": "内部链接是指向文件或目录的链接,只有对该文件或目录有访问权限的人可以访问。",
|
||||
"share": "共享",
|
||||
"share_link": "共享链接",
|
||||
"generate": "生成链接",
|
||||
"add_password_protection": "增加密码保护",
|
||||
"password": "密码",
|
||||
"at_least_8_characters": "至少8个字符",
|
||||
"password_again": "请再次输入密码",
|
||||
"add_auto_expiration": "增加自动过期",
|
||||
"days": "天",
|
||||
"please_enter_password": "请输入密码",
|
||||
"greater_than_or_equal_to": "大于或等于",
|
||||
"less_than_or_equal_to": "小于或等于",
|
||||
"set_permission": "设置权限",
|
||||
"preview_and_download": "预览与下载",
|
||||
"preview_only": "仅查看",
|
||||
"please_enter_valid_days": "请输入有效的天数",
|
||||
"please_enter_a_non-negative_integer": "请输入一个非负整数",
|
||||
"please_enter_days": "请输入天数",
|
||||
"password_is_too_short": "密码长度太短",
|
||||
"passwords_do_not_match": "两次输入的密码不一致",
|
||||
"return_to_wiki_page": "返回维基页面",
|
||||
"insert_network_image": "插入网络图片",
|
||||
"upload_local_image": "上传本地图片",
|
||||
"add_link": "加入链接",
|
||||
"file_history": "文件历史",
|
||||
"history_version": "历史版本",
|
||||
"back_to_viewer": "返回查看页面",
|
||||
"link_title": "链接标题",
|
||||
"local_draft": "本地草稿",
|
||||
"use_draft": "使用草稿",
|
||||
"delete_draft": "删除草稿",
|
||||
"you_have_an_unsaved_draft_do_you_like_to_use_it": "有未保存的草稿,使用草稿吗?",
|
||||
"local_draft_saved": "本地草稿已保存",
|
||||
"new_draft": "创建草稿",
|
||||
"view_draft": "查看草稿",
|
||||
"publish": "发布",
|
||||
"this_file_has_a_draft": "这个文件有一个草稿.",
|
||||
"delete": "删除",
|
||||
"comments": "评论",
|
||||
"add_a_comment": "增加评论",
|
||||
"no_comment_yet": "还没有评论",
|
||||
"Mark_as_Resolved": "标记为已解决",
|
||||
"ask_for_review": "发起评审",
|
||||
"review_already_exists": "评审已存在",
|
||||
"view_review": "查看评审",
|
||||
"there_is_an_associated_review_with_this_file": "有一个与此文件相关联的评审。",
|
||||
"start_review": "开始评审",
|
||||
"this_file_is_in_draft_stage": "该文件处于草稿阶段。",
|
||||
"this_file_is_in_review_stage": "该文件处于评审阶段。",
|
||||
"this_file_has_been_updated": "这个文件已被修改。",
|
||||
"refresh": "刷新",
|
||||
"related_files": "相关文件",
|
||||
"related_file": "相关文件",
|
||||
"no_tags": "没有标签",
|
||||
"date": "日期",
|
||||
"participants": "参与者",
|
||||
"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": "更新时间",
|
||||
"Tags": "标签",
|
||||
"Related_Files": "相关文档",
|
||||
"Add_participants": "增加文件参与人",
|
||||
"markdownLint": {
|
||||
"missing_h1": {
|
||||
"description": "文档缺少一级标题",
|
||||
"issue" : "缺少一级标题"
|
||||
},
|
||||
"heading_end_with_colon": {
|
||||
"description": "标题末尾的标点符号不应该是冒号",
|
||||
"issue": "标题末尾是冒号"
|
||||
},
|
||||
"heading_increase_irregular": {
|
||||
"description": "标题级别一次只能增加一级",
|
||||
"issue": "标题级别不规范"
|
||||
}
|
||||
},
|
||||
"userHelp": {
|
||||
"title": "键盘快捷键",
|
||||
"userHelpData": [
|
||||
{
|
||||
"shortcutType":"列表快捷键",
|
||||
"shortcutData": {
|
||||
"Make_list": "生成列表",
|
||||
"Make_ordered_list": "生成有序列表",
|
||||
"Insert_new_item": "插入列表项",
|
||||
"Insert_child_in_item": "插入新段落",
|
||||
"Increase_depth": "增加列表项深度"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "标题快捷键",
|
||||
"shortcutData": {
|
||||
"Heading_1": "一级标题",
|
||||
"Heading_2": "二级标题",
|
||||
"Heading_3": "三级标题",
|
||||
"Heading_4": "四级标题",
|
||||
"Heading_5": "五级标题",
|
||||
"Heading_6": "六级标题"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "代码块快捷键",
|
||||
"shortcutData": {
|
||||
"Make_code_block": "生成代码块",
|
||||
"Insert_new_line": "插入行",
|
||||
"Escape_code_block": "退出代码块",
|
||||
"Insert_indent": "缩进"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "引用快捷键",
|
||||
"shortcutData": {
|
||||
"Make_Block_quote": "生成引用",
|
||||
"Escape_Block_quote": "退出引用"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "表格快捷键",
|
||||
"shortcutData": {
|
||||
"Insert_Table_Row": "插入行",
|
||||
"Escape_table": "退出表格"
|
||||
}
|
||||
}, {
|
||||
"shortcutType":"行级操作",
|
||||
"shortcutData": {
|
||||
"Bold": "粗体",
|
||||
"Italic": "斜体",
|
||||
"Italic_Bold": "斜体加粗",
|
||||
"Inline_code": "行内代码"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "文件保存",
|
||||
"shortcutData": {
|
||||
"Save_file": "保存文件"
|
||||
}
|
||||
}, {
|
||||
"shortcutType": "图片操作",
|
||||
"shortcutData": {
|
||||
"Paste_screen_shot": "上传截图",
|
||||
"Drag_image_from_anywhere_to_upload_it": "拖拽任意图片上传"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user