opnform-host-nginx/client/i18n/lang/zh.json

65 lines
3.2 KiB
JSON

{
"app": {
"name": "OpnForm"
},
"forms": {
"powered_by": "开发者",
"password_protected": "此表单受密码保护。",
"invalid_password": "无效密码。",
"password_required": "密码是必需的。",
"create_form_free": "免费使用 OpnForm 创建表单",
"submit": "提交",
"wrong_form_structure": "此表单的结构有问题。如果您是表单所有者,请与我们联系。",
"cannot_access_here": "此内容无法在此访问。点击下面的链接访问。",
"open_form": "打开表单",
"restricted_to_workspace": "仅限 Notion 工作区成员访问。请登录以访问此内容。",
"select": {
"search": "搜索",
"searchOrTypeToCreateNew": "搜索或输入以创建新",
"typeSomethingToAddAnOption": "输入一些东西以添加选项",
"noOptionAvailable": "没有选项可用",
"create": "创建"
},
"fileInput": {
"chooseFiles": "点击选择文件或将文件拖放到此处 | 点击选择文件或将文件拖放到此处",
"sizeLimit": "大小限制:每个文件 {count}MB",
"uploadingFile": "正在上传您的文件..."
},
"cameraUpload": {
"allowCameraPermission": "允许访问相机",
"allowCameraPermissionDescription": "在拍照之前,您需要允许访问相机。请转到浏览器设置以启用此页面的相机访问权限。",
"gotIt": "明白了!",
"cameraDeviceError": "相机错误",
"cameraDeviceErrorDescription": "尝试启动网络摄像头设备时发生未知错误。",
"goBack": "返回"
},
"signatureInput": {
"uploadFileInstead": "改为上传文件",
"clear": "清除"
},
"barcodeInput": {
"clickToOpenCamera": "点击打开相机"
},
"payment": {
"amount_to_pay": "支付金额",
"success": "支付成功",
"name_on_card": "卡上姓名",
"billing_email": "账单邮箱地址",
"payment_disclaimer": "点击此按钮后,将从您的信用卡中扣款。付款通过 Stripe 安全处理。",
"errors": {
"missingFormOrProvider": "Missing form slug or provider ID.",
"failedAccountDetails": "Failed to get Stripe account details.",
"setupError": "An error occurred during Stripe setup.",
"systemNotReady": "Payment system not ready. Please wait a moment and try again.",
"misconfigured": "Payment system misconfigured. Please refresh and try again.",
"notFullyReady": "Payment system not fully ready. Please refresh and try again.",
"paymentRequired": "Complete the payment before you can proceed.",
"nameRequired": "Card holder name is required.",
"emailRequired": "Billing email address is required.",
"invalidEmail": "Invalid billing email address.",
"failedIntent": "Failed to create payment intent.",
"processingFailed": "Payment processing failed."
}
}
}
}