mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added message.handlebar support for sitestyle 2.
This commit is contained in:
parent
dd5769c9f1
commit
2cd930b2dc
74 changed files with 190 additions and 25 deletions
|
@ -33,6 +33,7 @@ var meshCentralSourceFiles = [
|
|||
"../views/terms-mobile.handlebars",
|
||||
"../views/xterm.handlebars",
|
||||
"../views/message.handlebars",
|
||||
"../views/message2.handlebars",
|
||||
"../views/messenger.handlebars",
|
||||
"../views/player.handlebars",
|
||||
"../views/desktop.handlebars",
|
||||
|
|
|
@ -2615,7 +2615,8 @@
|
|||
"zh-chs": "帐户验证",
|
||||
"zh-cht": "帳戶驗證",
|
||||
"xloc": [
|
||||
"message.handlebars->3->1"
|
||||
"message.handlebars->3->1",
|
||||
"message2.handlebars->5->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -12881,7 +12882,8 @@
|
|||
"zh-chs": "电邮“ {0} ”已在其他帐户上使用。更改电邮地址,然后重试。",
|
||||
"zh-cht": "電郵“ {0} ”已在其他帳戶上使用。更改電郵地址,然後重試。",
|
||||
"xloc": [
|
||||
"message.handlebars->3->6"
|
||||
"message.handlebars->3->6",
|
||||
"message2.handlebars->5->6"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -12901,7 +12903,8 @@
|
|||
"zh-chs": "用户“ {1} ”的电邮“ {0} ”已通过验证。",
|
||||
"zh-cht": "用戶“ {1} ”的電郵“ {0} ”已通過驗證。",
|
||||
"xloc": [
|
||||
"message.handlebars->3->5"
|
||||
"message.handlebars->3->5",
|
||||
"message2.handlebars->5->5"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -12921,7 +12924,8 @@
|
|||
"zh-chs": "未验证用户“ {1} ”的电邮“ {0} ”。",
|
||||
"zh-cht": "未驗證用戶“ {1} ”的電郵“ {0} ”。",
|
||||
"xloc": [
|
||||
"message.handlebars->3->8"
|
||||
"message.handlebars->3->8",
|
||||
"message2.handlebars->5->8"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -12961,7 +12965,8 @@
|
|||
"zh-chs": "错误:无效的帐户检查,验证网址仅在30分钟内有效。",
|
||||
"zh-cht": "錯誤:無效的帳戶檢查,驗證網址僅在30分鐘內有效。",
|
||||
"xloc": [
|
||||
"message.handlebars->3->12"
|
||||
"message.handlebars->3->12",
|
||||
"message2.handlebars->5->12"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -12981,7 +12986,8 @@
|
|||
"zh-chs": "错误:无效的帐户检查。",
|
||||
"zh-cht": "錯誤:無效的帳戶檢查。",
|
||||
"xloc": [
|
||||
"message.handlebars->3->11"
|
||||
"message.handlebars->3->11",
|
||||
"message2.handlebars->5->11"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -13001,7 +13007,8 @@
|
|||
"zh-chs": "错误:无效的域。",
|
||||
"zh-cht": "錯誤:無效的域。",
|
||||
"xloc": [
|
||||
"message.handlebars->3->2"
|
||||
"message.handlebars->3->2",
|
||||
"message2.handlebars->5->2"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -13021,7 +13028,8 @@
|
|||
"zh-chs": "错误:用户“ {1} ”的电邮“ {0} ”无效。",
|
||||
"zh-cht": "錯誤:用戶“ {1} ”的電郵“ {0} ”無效。",
|
||||
"xloc": [
|
||||
"message.handlebars->3->4"
|
||||
"message.handlebars->3->4",
|
||||
"message2.handlebars->5->4"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -13041,7 +13049,8 @@
|
|||
"zh-chs": "错误:无效的用户名“ {0} ”。",
|
||||
"zh-cht": "錯誤:無效的用戶名“ {0} ”。",
|
||||
"xloc": [
|
||||
"message.handlebars->3->3"
|
||||
"message.handlebars->3->3",
|
||||
"message2.handlebars->5->3"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -16302,7 +16311,8 @@
|
|||
"zh-chs": "进入登录页面",
|
||||
"zh-cht": "進入登入頁面",
|
||||
"xloc": [
|
||||
"message.handlebars->3->13"
|
||||
"message.handlebars->3->13",
|
||||
"message2.handlebars->5->13"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -21306,7 +21316,8 @@
|
|||
"zh-chs": "登录并转到“我的帐户”选项卡以更新密码。",
|
||||
"zh-cht": "登入並進入“我的帳戶”標籤以更新密碼。",
|
||||
"xloc": [
|
||||
"message.handlebars->3->10"
|
||||
"message.handlebars->3->10",
|
||||
"message2.handlebars->5->10"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -26370,7 +26381,8 @@
|
|||
"zh-chs": "帐户{0}的密码已重置为:",
|
||||
"zh-cht": "帳戶{0}的密碼已重置為:",
|
||||
"xloc": [
|
||||
"message.handlebars->3->9"
|
||||
"message.handlebars->3->9",
|
||||
"message2.handlebars->5->9"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -35025,7 +35037,8 @@
|
|||
"login-mobile.handlebars->container->footer->1->1->0->3->1",
|
||||
"login.handlebars->container->footer->3->termsLinkFooter",
|
||||
"login2.handlebars->centralTable->1->4->1->1->flink->1",
|
||||
"message.handlebars->container->page_content->footer->1->1->0->3->1"
|
||||
"message.handlebars->container->page_content->footer->1->1->0->3->1",
|
||||
"message2.handlebars->centralTable->1->2->1->1->flink->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -38266,7 +38279,8 @@
|
|||
"zh-chs": "用户帐户{1}的已验证电邮{0}。",
|
||||
"zh-cht": "用戶帳戶{1}的已驗證電郵{0}。",
|
||||
"xloc": [
|
||||
"message.handlebars->3->7"
|
||||
"message.handlebars->3->7",
|
||||
"message2.handlebars->5->7"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -42437,4 +42451,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue