UNPKG

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