| | |
| | | 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: |
| | |
| | | "Some of your changes weren't saved. Are you sure you want to ignore them?", |
| | | }, |
| | | navigation: { |
| | | no_results: 'No results found', |
| | | no_results: '数据为空', |
| | | no_more_results: |
| | | 'The page number %{page} is out of boundaries. Try the previous page.', |
| | | page_out_of_boundaries: 'Page number %{page} out of boundaries', |
| | |
| | | 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}', |