feat: add chinese translation for integration settings
This commit is contained in:
@@ -262,5 +262,31 @@
|
||||
"loader": {
|
||||
"browser_startup": "正在启动浏览器...正在导航至{{url}}"
|
||||
}
|
||||
},
|
||||
"integration_settings": {
|
||||
"title": "与Google Sheet集成",
|
||||
"descriptions": {
|
||||
"sync_info": "如果启用此选项,每次机器人成功运行任务时,捕获的数据都会追加到您的Google Sheet中。",
|
||||
"authenticated_as": "已验证身份: {{email}}"
|
||||
},
|
||||
"alerts": {
|
||||
"success": {
|
||||
"title": "Google Sheet集成成功。",
|
||||
"content": "每次此机器人创建成功运行时,捕获的数据都会追加到您的Google Sheet {{sheetName}}中。您可以查看数据更新",
|
||||
"here": "在此处",
|
||||
"note": "注意:",
|
||||
"sync_limitation": "与Google Sheets集成之前提取的数据将不会同步到Google Sheet中。只有集成后提取的数据才会同步。"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"authenticate": "使用Google验证",
|
||||
"fetch_sheets": "获取Google Sheets",
|
||||
"remove_integration": "移除集成",
|
||||
"submit": "提交"
|
||||
},
|
||||
"fields": {
|
||||
"select_sheet": "选择Google Sheet",
|
||||
"selected_sheet": "已选择表格: {{name}} (ID: {{id}})"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user