MeshCentral/agents/modules_meshcore/coretranslations.json

90 lines
2.0 KiB
JSON
Raw Normal View History

2022-01-13 02:12:30 +03:00
{
"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?",
"terminalNotify": "{0} started a remote terminal session.",
"desktopNotify": "{0} started a remote desktop session.",
"fileNotify": "{0} started a remote file session.",
"privacyBar": "Sharing desktop with: {0}"
2022-01-13 02:12:30 +03:00
},
"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": "거부하다",
"terminalNotify": "원격 터미널 세션이 시작되었습니다: {0}",
"desktopNotify": "원격 데스크톱 세션이 시작되었습니다: {0}",
"fileNotify": "원격 파일 전송 세션이 시작되었습니다: {0}",
"privacyBar": "다음과 데스크탑 공유: {0}"
2022-01-13 02:12:30 +03:00
},
"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"
}
}