| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- /*
- Localized.strings
- Apex And Drivers
- Created by Jack on 2018/6/25.
- Copyright © 2018年 USAI. All rights reserved.
- */
- CFBundleDisplayName="汽车人";
- "alert_title_retrieve_success"="成功找回密码!!";
- "alert_msg_email_sent"="邮件已发送,请查看邮箱.";
- "ok"="确定";
- "alert_title_error"="错误";
- "alert_msg_failed_retrieve_password"="找回密码失败,代码:%d";
- "alert_msg_uecanotempty"="用户名和邮箱不能为空!";
- "alert_msg_upcanotempty"="用户名和密码不能为空!";
- "net_not_available"="网络不可用,请检查网络";
- "net_error"="网络错误,不能连接到服务器";
- "auth_error"="用户名或密码错误";
- "ver_low"="当前应用版本较低,请更新";
- /**
- NavigatonVC
- */
- "Message" = "消息";
- "Cancel" = "取消";
- "Ok" = "确定";
- "%@ status changed,view detail?" = "订单 %@ 状态发生改变,是否查看详情?";
- /**
- UploadList
- */
- "Upload List" = "上传列表";
- "Clear" = "清除";
- "Upload list is empty." = "上传列表为空.";
- "Clear upload list" = "清空上传列表";
- "Are you sure remove all error/finish task?" = "你确定要删除所有出错和完成的任务吗?";
- "NO" = "不";
- "YES" = "确定";
- "Restart" = "重启";
- "Current Network is not WiFi" = "当前网络不是WiFi";
- "Remove" = "移除";
- /**
- Photo Preview
- */
- "delete" = "删除";
- "Are you sure you want to delete it" = "你确定要删除这张照片吗?";
- /**
- Update
- */
- "Update" = "提交";
- "Warning" = "警告";
- "please complete missing field:\n%@" = "请完成以下内容:\n%@";
- /**
- Detail
- */
- "Apple Map" = "苹果地图";
- "Google Map" = "谷歌地图";
- "the %@ is not done,are you sure to update %@ now?" = "当前操作 %@ 还没有完成,你确定现在要做 %@ 操作吗?";
- /**
- Home
- */
- "New Order" = "新订单";
- "Processing Order" = "进行中的订单";
- "Finished Order" = "已完成的订单";
- "are you sure to change status to %@" = "你确定要修改用户状态为 %@";
- "Unavailable" = "离线";
- "Available" = "在线";
- " and notification permissions" = " 和 通知权限";
- " notification permissions" = " 通知权限";
- " location permissions" = " 位置权限";
- "you should open" = "你应该打开";
- /**
- Login
- */
- "Allow" = "允许";
- "Always ask" = "每次询问";
- "Reject" = "拒绝";
- "Apex & Drivers need background send location" = "Apex & Drivers 需要后台发送位置给后台";
- "Login" = "登陆";
- "ver:%@.A%@" = "版本:%@.A%@";
- /**
- Message
- */
- "All" = "所有";
- "Unread" = "未读";
- /**
- * Empty
- */
- "empty_tips" = "暂时没有数据\n请点击刷新";
- /**
- * HUD
- */
- "loading..." = "加载中...";
- /**
- * Refresh
- */
- "pull to load more" = "上拉加载";
- "will load more" = "即将加载";
- "loosen to load more" = "松开加载";
- "no more" = "没有了";
- "pull to refresh" = "下拉刷新";
- "loosen to refresh" = "松开刷新";
|