✨ Create, edit, list publishers
This commit is contained in:
@ -8,6 +8,9 @@
|
||||
"screenAuthLoginGreeting": "Welcome back",
|
||||
"screenAuthRegister": "Create an account",
|
||||
"screenAuthRegisterSubtitle": "Create a Solarpass account",
|
||||
"screenAccountPublishers": "Publishers",
|
||||
"screenAccountPublisherNew": "New Publisher",
|
||||
"screenAccountPublisherEdit": "Edit Publisher",
|
||||
"dialogOkay": "Okay",
|
||||
"dialogCancel": "Cancel",
|
||||
"dialogConfirm": "Confirm",
|
||||
@ -21,10 +24,17 @@
|
||||
"errorRequestUnknown": "Unknown request error, maybe you want to take screenshot and report it to us.",
|
||||
"prev": "Next",
|
||||
"next": "Previous",
|
||||
"edit": "Edit",
|
||||
"apply": "Apply",
|
||||
"create": "Create",
|
||||
"preview": "Preview",
|
||||
"loading": "Loading...",
|
||||
"fieldUsername": "Username",
|
||||
"fieldNickname": "Nickname",
|
||||
"fieldEmail": "Email address",
|
||||
"fieldPassword": "Password",
|
||||
"fieldDescription": "Description",
|
||||
"fieldUsernameCannotEditHint": "Username cannot be edited after created",
|
||||
"fieldUsernameLookupHint": "You can use username, phone number or email to login",
|
||||
"forgotPassword": "Forgot password",
|
||||
"loginPickFactor": "Pick a factor",
|
||||
@ -43,5 +53,8 @@
|
||||
"accountLogoutConfirmTitle": "Are you sure you want to logout?",
|
||||
"accountLogoutConfirm": "You will need to re-enter your account password, even if you have already done so. This is required to login again.",
|
||||
"accountPublishers": "Your publishers",
|
||||
"accountPublishersSubtitle": "Manage your publish identities."
|
||||
"accountPublishersSubtitle": "Manage your publish identities.",
|
||||
"publishersNew": "New Publisher",
|
||||
"publisherNewSubtitle": "Create a new publisher identity.",
|
||||
"publisherSyncWithAccount": "Sync with account"
|
||||
}
|
||||
|
@ -8,6 +8,9 @@
|
||||
"screenAuthLoginGreeting": "欢迎回来",
|
||||
"screenAuthRegister": "创建账号",
|
||||
"screenAuthRegisterSubtitle": "创建一个 Solarpass 账号",
|
||||
"screenAccountPublishers": "发布者",
|
||||
"screenAccountPublisherNew": "新建发布者",
|
||||
"screenAccountPublisherEdit": "编辑发布者",
|
||||
"dialogOkay": "好的",
|
||||
"dialogCancel": "取消",
|
||||
"dialogConfirm": "确认",
|
||||
@ -19,13 +22,20 @@
|
||||
"errorRequestNotFound": "您正查找的资源无法被找到。",
|
||||
"errorRequestConnection": "网络连接错误,请检查您的网络状态或者检查我们的服务状态。",
|
||||
"errorRequestUnknown": "位置请求错误,您可能想将此对话框截图并发送给我们。",
|
||||
"loading": "加载中…",
|
||||
"prev": "上一步",
|
||||
"next": "下一步",
|
||||
"edit": "编辑",
|
||||
"apply": "应用",
|
||||
"create": "创建",
|
||||
"preview": "预览",
|
||||
"fieldUsername": "用户名",
|
||||
"fieldNickname": "显示名",
|
||||
"fieldEmail": "电子邮箱地址",
|
||||
"fieldPassword": "密码",
|
||||
"fieldUsernameCannotEditHint": "用户名在创建后无法修改",
|
||||
"fieldUsernameLookupHint": "支持用户名、电话号码或邮箱地址",
|
||||
"fieldDescription": "简介",
|
||||
"forgotPassword": "忘记密码",
|
||||
"loginPickFactor": "选择方式验证",
|
||||
"loginMultiFactor": {
|
||||
@ -43,5 +53,8 @@
|
||||
"accountLogoutConfirmTitle": "您确定要退出登录吗?",
|
||||
"accountLogoutConfirm": "您需要重新输入账号密码,甚至可能需要多步验证来再次登陆。",
|
||||
"accountPublishers": "你的发布者",
|
||||
"accountPublishersSubtitle": "管理你的公共形象。"
|
||||
"accountPublishersSubtitle": "管理你的公共形象。",
|
||||
"publishersNew": "新发布者",
|
||||
"publisherNewSubtitle": "创建一个新的公共身份。",
|
||||
"publisherSyncWithAccount": "同步账户信息"
|
||||
}
|
||||
|
Reference in New Issue
Block a user