mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Updated French translations.
This commit is contained in:
parent
b143ef26fa
commit
1e0f4a17d5
9 changed files with 289388 additions and 14 deletions
|
@ -3324,7 +3324,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
|
|||
break;
|
||||
}
|
||||
case 'translations': {
|
||||
response = JSON.stringify(coretranslations);
|
||||
response = JSON.stringify(coretranslations, null, 2);
|
||||
break;
|
||||
}
|
||||
case 'dhcp': // This command is only supported on Linux, this is because Linux does not give us the DNS suffix for each network adapter independently so we have to ask the DHCP server.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"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}"
|
||||
"privacyBar": "Sharing desktop with: {0}"
|
||||
},
|
||||
"cs": {
|
||||
"allow": "Dovolit",
|
||||
|
@ -29,7 +29,11 @@
|
|||
},
|
||||
"fr": {
|
||||
"allow": "Permettre",
|
||||
"deny": "Refuser"
|
||||
"deny": "Refuser",
|
||||
"autoAllowForFive": "Accepter automatiquement les connexions pendant les 5 prochaines minutes",
|
||||
"terminalConsent": "{0} demande(s) d'utilisation du terminal distant. Autoriser l'accès ?",
|
||||
"desktopConsent": "{0} demande(s) d'utilisation du bureau distant. Autoriser l'accès ?",
|
||||
"fileConsent": "{0} demande(s) d'accès à un fichier distant. Autoriser l'accès ?"
|
||||
},
|
||||
"hi": {
|
||||
"allow": "अनुमति",
|
||||
|
@ -45,7 +49,7 @@
|
|||
},
|
||||
"ko": {
|
||||
"allow": "허용하다",
|
||||
"deny": "거부하다",
|
||||
"deny": "거부",
|
||||
"terminalNotify": "원격 터미널 세션이 시작되었습니다: {0}",
|
||||
"desktopNotify": "원격 데스크톱 세션이 시작되었습니다: {0}",
|
||||
"fileNotify": "원격 파일 전송 세션이 시작되었습니다: {0}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue