UNPKG

2.8 kBJavaScriptView Raw
1'use strict';
2
3window._seeds_lang = {
4 'cancel': '取消',
5 'ok': '确定',
6 'finish': '完成',
7 'submit': '提交',
8 'uploaded_completed': '上传完成',
9 'cannot_preview': '无法预览',
10 'invalid_image_src': '图片地址无效',
11 'hint_image_failed_to_load': '图片加载失败',
12 'hint_choose_image_failed': '选择图片失败, 请稍后再试',
13 'hint_upload_image_must_dir': '没有上传目录dir, 无法上传',
14 'hint_only_wqapp': '此功能仅可在外勤客户端中使用',
15 'hint_only_app': '此功能仅可在APP中使用',
16 'hint_only_app_and_wx': '此功能仅可在微信或APP中使用',
17 'hint_only_mobile': '此功能仅可在手机中使用',
18 'hint_scan_failed': '扫码失败',
19 'hint_try_again_later': '请稍后重试',
20 'hint_max_upload': '最多只能传',
21 'photos': '张照片',
22 'hint_cannot_be_less_than': '不能小于',
23 'hint_cannot_be_greater_than': '不能大于',
24 'hint_must_number': '必须要输入数字哦',
25 'hint_invalid_date': '无效的日期格式',
26 'star': '颗星',
27 'loading': '正在加载...',
28 'hint_hideloading_after_showloading': 'showLoading后才能hideLoading',
29 'hint_address_failed': '获取地址失败, 请稍后重试',
30 'hint_position_failed': '定位失败, 请稍后重试',
31 'hint_weather_failed': '获取天气失败, 请稍后重试',
32 'confirm_quit_page': '您确定要离开此页面吗?',
33 'unit_year': '年', // 未使用,YYYY年
34 'unit_month': '月', // 未使用,MM月
35 'unit_date': '日', // 未使用,DD日
36 'unit_hour': '时', // 未使用,hh时
37 'unit_minute': '分', // 未使用,mm分
38 'unit_second': '秒', // 未使用,ss秒
39 'unit_week': '周', // 未使用,WW周
40 'unit_weeks_before': 'the', // 未使用,第EE周
41 'unit_weeks_after': 'weeks', // 未使用,第EE周
42 'unit_season': '季', // 未使用,Q
43 'the': '第',
44 'th_image_failed_to_upload': '张图片上传失败',
45 're_photo_upload': '请重新拍照上传',
46 'copied_to_the_clipboard': '复制到剪贴板成功',
47 'unable_to_access_clipboard': '当前设备不允许访问剪贴板',
48 'refreshing': '正在刷新...', // 英文仍然翻译成loading...
49 'no_more_data': '没有更多数据了',
50 'refreshing_failed': '加载失败, 请稍后再试', // 英文翻译成loading failed
51 'release': '释放立即刷新',
52 'pull_down': '下拉可以刷新',
53 'say_something': '说点什么吧...',
54 'positioning': '定位中...',
55 'low': '弱',
56 'medium': '中',
57 'strong': '强',
58 'hint_pass_in_parameters': '请传入参数',
59 'hint_pass_in_correct_parameters': '请传入正确的参数',
60 'wrong_parameter': '参数不正确',
61 'method': '方法',
62 'or': '或者',
63 'menu': '菜单',
64 'hint_for_example_address': '例如“江苏省南京市建邺区”',
65 'no_data': '暂无数据'
66};
\No newline at end of file