feat: add chinese translation for integration settings

This commit is contained in:
RohitR311
2024-12-21 13:09:57 +05:30
parent 71b60eea63
commit fbf71028e9

View File

@@ -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}})"
}
}
}