1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-19 18:00:03 +00:00

fix translation (#7292)

This commit is contained in:
Michael An
2025-01-02 10:29:15 +08:00
committed by GitHub
parent 59563965f4
commit 9c1dd6d8a5
9 changed files with 229 additions and 228 deletions

View File

@@ -595,7 +595,7 @@
"Deprecation": "弃用",
"Generated_content_x_words": "已生成内容 {{count}} 字",
"Ask_AI_anything": "询问 AI 任何事情...",
"Thinking": "思考...",
"Thinking": "思考...",
"Translation_error_message": "翻译出错,请重试",
"The_translation_content_cannot_be_empty": "翻译内容不能为空",
"Processing_message": "正在处理,请稍侯...",

View File

@@ -13,14 +13,14 @@
"Ordered_list": "Seřazený seznam",
"Unordered_list": "Neseřazený seznam",
"Check_list_item": "Check list item",
"Insert_image": "Insert image",
"Insert_image": "Vložit obrázek",
"Insert_formula": "Vložit vzorec",
"Formula": "Vzorec",
"Insert_file": "Insert file",
"Insert_file": "Vložit soubor",
"Code": "Řádkový kód",
"Code_block": "Code block",
"Insert_link": "Insert link",
"Insert_table": "Insert table",
"Insert_link": "Vložit odkaz",
"Insert_table": "Vložit tabulku",
"Save": "Uložit",
"More": "Více",
"Invalid_url": "Chybná URL",
@@ -32,15 +32,15 @@
"Switch_to_rich_text_editor": "Přepnout do rozšířeného textového editoru",
"Switch_to_viewer": "Switch to markdown viewer",
"Help": "Pomoc",
"Delete_table": "Delete table",
"Delete_table": "Smazat tabulku",
"Column": "Sloupec",
"Row": "Řádek",
"Insert_row_before": "Vložit řádku před",
"Insert_row_after": "Vložit řádek za",
"Insert_column_before": "Vložit sloupec před",
"Insert_column_after": "Vložit sloupec za",
"Delete_row": "Delete row",
"Delete_column": "Delete column",
"Delete_row": "Smazat řádek",
"Delete_column": "Smazat sloupec",
"Insert_row": "Vložit řádek",
"Insert_column": "Vložit sloupec",
"Set_align": "Nastavit zarovnání",
@@ -229,6 +229,6 @@
"Insert_above": "Insert above",
"Insert_on_the_right": "Insert on the right",
"Insert_on_the_left": "Insert on the left",
"Row(s)": "row(s)",
"Column(s)": "column(s)"
"Row(s)": "řádek(ů)",
"Column(s)": "sloupec(ů)"
}