| | |
| | | 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: |
| | |
| | | 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: |
| | |
| | | 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}', |