#
luxiaotao1123
2024-09-23 17f94f88f2a91cb321a776a9ddd9af4cec5aef21
zy-acs-flow/src/i18n/core/chineseMessages.js
@@ -60,8 +60,8 @@
        input: {
            file: {
                upload_several:
                    'Drop some files to upload, or click to select one.',
                upload_single: 'Drop a file to upload, or click to select it.',
                    '拖放一些要上传的文件,或单击以选择一个',
                upload_single: '拖放要上传的文件,或单击以选择它',
            },
            image: {
                upload_several:
@@ -100,7 +100,7 @@
            details: 'Details',
            error: "A client error occurred and your request couldn't be completed.",
            invalid_form: 'The form is not valid. Please check for errors',
            invalid_form: '表单无效 请检查是否有错误!',
            loading: 'Please wait',
            no: 'No',
            not_found:
@@ -159,7 +159,7 @@
            application_update_available: 'A new version is available.',
        },
        validation: {
            required: 'Required',
            required: '必填项',
            minLength: 'Must be %{min} characters at least',
            maxLength: 'Must be %{max} characters or less',
            minValue: 'Must be at least %{min}',