123456789101112131415161718192021222324252627282930313233343536 |
- {
- "app": {
- "loading": "载入中……",
- "offline": "无法连接,你的网络是否已经掉线?",
- "logginIn": "登录中……"
- },
- "error": {
- "insufficientRights": "你没有足够的权限执行本次操作。"
- },
- "buttons": {
- "ok": "好",
- "cancel": "取消",
- "save": "保存",
- "edit": "编辑",
- "send": "发送",
- "next": "下一个",
- "previous": "上一个",
- "back": "返回",
- "skip": "跳过",
- "sending": "发送中……",
- "create": "创建",
- "tryToReconnect": "尝试连接",
- "stayAnonymous": "Stay anonymous",
- "authorize": "Authorize"
- },
- "commonWords": {
- "you": "你",
- "send": "发送",
- "or": "或者",
- "of": "的",
- "with": "以及",
- "and": "和",
- "on": "在",
- "per": "每"
- }
- }
|