mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added meshcore string translations.
This commit is contained in:
parent
01dbc70098
commit
5fa5cf5cb5
8 changed files with 470 additions and 386 deletions
|
@ -52,7 +52,8 @@ var meshCentralSourceFiles = [
|
|||
"../emails/mesh-invite.txt",
|
||||
"../emails/device-notify.txt",
|
||||
"../emails/sms-messages.txt",
|
||||
'../agents/agent-translations.json'
|
||||
"../agents/agent-translations.json",
|
||||
"../agents/modules_meshcore/coretranslations.json"
|
||||
];
|
||||
|
||||
var minifyMeshCentralSourceFiles = [
|
||||
|
|
|
@ -7842,7 +7842,7 @@
|
|||
"zh-chs": "允许",
|
||||
"da": "Tillad",
|
||||
"xloc": [
|
||||
"agent-translations.json"
|
||||
"coretranslations.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -9875,7 +9875,7 @@
|
|||
{
|
||||
"en": "Auto accept all connections for next 5 minutes",
|
||||
"xloc": [
|
||||
"agent-translations.json"
|
||||
"coretranslations.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -17912,7 +17912,7 @@
|
|||
"zh-chs": "否定",
|
||||
"da": "Afslå",
|
||||
"xloc": [
|
||||
"agent-translations.json"
|
||||
"coretranslations.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -71507,6 +71507,24 @@
|
|||
"zh-chs": "{0} 个远程会话处于活动状态。",
|
||||
"da": "{0} fjernsessioner er aktive."
|
||||
},
|
||||
{
|
||||
"en": "{0} requesting remote desktop access. Grant access?",
|
||||
"xloc": [
|
||||
"coretranslations.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "{0} requesting remote file Access. Grant access?",
|
||||
"xloc": [
|
||||
"coretranslations.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "{0} requesting remote terminal access. Grant access?",
|
||||
"xloc": [
|
||||
"coretranslations.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "{0} sekund {1}",
|
||||
"de": "{0} Sekunde {1}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue