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
82
agents/modules_meshcore/coretranslations.json
Normal file
82
agents/modules_meshcore/coretranslations.json
Normal file
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"en": {
|
||||
"allow": "Allow",
|
||||
"deny": "Deny",
|
||||
"autoAllowForFive": "Auto accept all connections for next 5 minutes",
|
||||
"terminalConsent": "{0} requesting remote terminal access. Grant access?",
|
||||
"desktopConsent": "{0} requesting remote desktop access. Grant access?",
|
||||
"fileConsent": "{0} requesting remote file Access. Grant access?"
|
||||
},
|
||||
"cs": {
|
||||
"allow": "Dovolit",
|
||||
"deny": "Odmítnout"
|
||||
},
|
||||
"de": {
|
||||
"allow": "Erlauben",
|
||||
"deny": "Verweigern"
|
||||
},
|
||||
"es": {
|
||||
"allow": "Permitir",
|
||||
"deny": "Negar"
|
||||
},
|
||||
"fi": {
|
||||
"allow": "Sallia",
|
||||
"deny": "Kieltää"
|
||||
},
|
||||
"fr": {
|
||||
"allow": "Permettre",
|
||||
"deny": "Refuser"
|
||||
},
|
||||
"hi": {
|
||||
"allow": "अनुमति",
|
||||
"deny": "मना"
|
||||
},
|
||||
"it": {
|
||||
"allow": "Permettere",
|
||||
"deny": "Negare"
|
||||
},
|
||||
"ja": {
|
||||
"allow": "許可する",
|
||||
"deny": "拒否"
|
||||
},
|
||||
"ko": {
|
||||
"allow": "허용하다",
|
||||
"deny": "거부"
|
||||
},
|
||||
"nl": {
|
||||
"allow": "Toestaan",
|
||||
"deny": "Weigeren"
|
||||
},
|
||||
"pt": {
|
||||
"allow": "Permitir",
|
||||
"deny": "Negar"
|
||||
},
|
||||
"ru": {
|
||||
"allow": "Разрешать",
|
||||
"deny": "Отрицать"
|
||||
},
|
||||
"sv": {
|
||||
"allow": "Tillåta",
|
||||
"deny": "Förneka"
|
||||
},
|
||||
"tr": {
|
||||
"allow": "İzin vermek",
|
||||
"deny": "İnkar etmek"
|
||||
},
|
||||
"zh-chs": {
|
||||
"allow": "允许",
|
||||
"deny": "否定"
|
||||
},
|
||||
"da": {
|
||||
"allow": "Tillad",
|
||||
"deny": "Afslå"
|
||||
},
|
||||
"pl": {
|
||||
"allow": "Zezwól",
|
||||
"deny": "Odrzucono"
|
||||
},
|
||||
"pt-br": {
|
||||
"allow": "Permitir",
|
||||
"deny": "Negar"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue