Localizable.strings 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /*
  2. Localized.strings
  3. Apex And Drivers
  4. Created by Jack on 2018/6/25.
  5. Copyright © 2018年 USAI. All rights reserved.
  6. */
  7. CFBundleDisplayName="汽车人";
  8. "alert_title_retrieve_success"="成功找回密码!!";
  9. "alert_msg_email_sent"="邮件已发送,请查看邮箱.";
  10. "ok"="确定";
  11. "alert_title_error"="错误";
  12. "alert_msg_failed_retrieve_password"="找回密码失败,代码:%d";
  13. "alert_msg_uecanotempty"="用户名和邮箱不能为空!";
  14. "alert_msg_upcanotempty"="用户名和密码不能为空!";
  15. "net_not_available"="网络不可用,请检查网络";
  16. "net_error"="网络错误,不能连接到服务器";
  17. "auth_error"="用户名或密码错误";
  18. "ver_low"="当前应用版本较低,请更新";
  19. /**
  20. NavigatonVC
  21. */
  22. "Message" = "消息";
  23. "Cancel" = "取消";
  24. "Ok" = "确定";
  25. "%@ status changed,view detail?" = "订单 %@ 状态发生改变,是否查看详情?";
  26. /**
  27. UploadList
  28. */
  29. "Upload List" = "上传列表";
  30. "Clear" = "清除";
  31. "Upload list is empty." = "上传列表为空.";
  32. "Clear upload list" = "清空上传列表";
  33. "Are you sure remove all error/finish task?" = "你确定要删除所有出错和完成的任务吗?";
  34. "NO" = "不";
  35. "YES" = "确定";
  36. "Restart" = "重启";
  37. "Current Network is not WiFi" = "当前网络不是WiFi";
  38. "Remove" = "移除";
  39. /**
  40. Photo Preview
  41. */
  42. "delete" = "删除";
  43. "Are you sure you want to delete it" = "你确定要删除这张照片吗?";
  44. /**
  45. Update
  46. */
  47. "Update" = "提交";
  48. "Warning" = "警告";
  49. "please complete missing field:\n%@" = "请完成以下内容:\n%@";
  50. /**
  51. Detail
  52. */
  53. "Apple Map" = "苹果地图";
  54. "Google Map" = "谷歌地图";
  55. "the %@ is not done,are you sure to update %@ now?" = "当前操作 %@ 还没有完成,你确定现在要做 %@ 操作吗?";
  56. /**
  57. Home
  58. */
  59. "New Order" = "新订单";
  60. "Processing Order" = "进行中的订单";
  61. "Finished Order" = "已完成的订单";
  62. "are you sure to change status to %@" = "你确定要修改用户状态为 %@";
  63. "Unavailable" = "离线";
  64. "Available" = "在线";
  65. " and notification permissions" = " 和 通知权限";
  66. " notification permissions" = " 通知权限";
  67. " location permissions" = " 位置权限";
  68. "you should open" = "你应该打开";
  69. /**
  70. Login
  71. */
  72. "Allow" = "允许";
  73. "Always ask" = "每次询问";
  74. "Reject" = "拒绝";
  75. "Apex & Drivers need background send location" = "Apex & Drivers 需要后台发送位置给后台";
  76. "Login" = "登陆";
  77. "ver:%@.A%@" = "版本:%@.A%@";
  78. /**
  79. Message
  80. */
  81. "All" = "所有";
  82. "Unread" = "未读";
  83. /**
  84. * Empty
  85. */
  86. "empty_tips" = "暂时没有数据\n请点击刷新";
  87. /**
  88. * HUD
  89. */
  90. "loading..." = "加载中...";
  91. /**
  92. * Refresh
  93. */
  94. "pull to load more" = "上拉加载";
  95. "will load more" = "即将加载";
  96. "loosen to load more" = "松开加载";
  97. "no more" = "没有了";
  98. "pull to refresh" = "下拉刷新";
  99. "loosen to refresh" = "松开刷新";