Skip to content

Commit 95ceffe

Browse files
committed
Upgrade noVNC from 1.4.0 to 1.6.0
1 parent 16c60c7 commit 95ceffe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+3617
-1964
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
name: run codespell
7070
description: Check spelling with codespell
7171
args: [--ignore-words=.github/linters/codespell.txt]
72-
exclude: ^ui/package\.json$|^ui/package-lock\.json$|^ui/public/js/less\.min\.js$|^ui/public/locales/.*[^n].*\.json$
72+
exclude: ^systemvm/agent/noVNC/|^ui/package\.json$|^ui/package-lock\.json$|^ui/public/js/less\.min\.js$|^ui/public/locales/.*[^n].*\.json$
7373
- repo: https://github.com/pycqa/flake8
7474
rev: 7.0.0
7575
hooks:

systemvm/agent/noVNC/app/error-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* noVNC: HTML5 VNC client
3-
* Copyright (C) 2019 The noVNC Authors
3+
* Copyright (C) 2019 The noVNC authors
44
* Licensed under MPL 2.0 (see LICENSE.txt)
55
*
66
* See README.md for usage and integration instructions.

systemvm/agent/noVNC/app/locale/cs.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"Password is required": "Je vyžadováno heslo",
1515
"noVNC encountered an error:": "noVNC narazilo na chybu:",
1616
"Hide/Show the control bar": "Skrýt/zobrazit ovládací panel",
17-
"Move/Drag Viewport": "Přesunout/přetáhnout výřez",
17+
"Move/Drag viewport": "Přesunout/přetáhnout výřez",
1818
"viewport drag": "přesun výřezu",
1919
"Active Mouse Button": "Aktivní tlačítka myši",
2020
"No mousebutton": "Žádné",
2121
"Left mousebutton": "Levé tlačítko myši",
2222
"Middle mousebutton": "Prostřední tlačítko myši",
2323
"Right mousebutton": "Pravé tlačítko myši",
2424
"Keyboard": "Klávesnice",
25-
"Show Keyboard": "Zobrazit klávesnici",
25+
"Show keyboard": "Zobrazit klávesnici",
2626
"Extra keys": "Extra klávesy",
27-
"Show Extra Keys": "Zobrazit extra klávesy",
27+
"Show extra keys": "Zobrazit extra klávesy",
2828
"Ctrl": "Ctrl",
2929
"Toggle Ctrl": "Přepnout Ctrl",
3030
"Alt": "Alt",
@@ -45,23 +45,23 @@
4545
"Clear": "Vymazat",
4646
"Fullscreen": "Celá obrazovka",
4747
"Settings": "Nastavení",
48-
"Shared Mode": "Sdílený režim",
49-
"View Only": "Pouze prohlížení",
50-
"Clip to Window": "Přizpůsobit oknu",
51-
"Scaling Mode:": "Přizpůsobení velikosti",
48+
"Shared mode": "Sdílený režim",
49+
"View only": "Pouze prohlížení",
50+
"Clip to window": "Přizpůsobit oknu",
51+
"Scaling mode:": "Přizpůsobení velikosti",
5252
"None": "Žádné",
53-
"Local Scaling": "Místní",
54-
"Remote Resizing": "Vzdálené",
53+
"Local scaling": "Místní",
54+
"Remote resizing": "Vzdálené",
5555
"Advanced": "Pokročilé",
5656
"Repeater ID:": "ID opakovače",
5757
"WebSocket": "WebSocket",
5858
"Encrypt": "Šifrování:",
5959
"Host:": "Hostitel:",
6060
"Port:": "Port:",
6161
"Path:": "Cesta",
62-
"Automatic Reconnect": "Automatická obnova připojení",
63-
"Reconnect Delay (ms):": "Zpoždění připojení (ms)",
64-
"Show Dot when No Cursor": "Tečka místo chybějícího kurzoru myši",
62+
"Automatic reconnect": "Automatická obnova připojení",
63+
"Reconnect delay (ms):": "Zpoždění připojení (ms)",
64+
"Show dot when no cursor": "Tečka místo chybějícího kurzoru myši",
6565
"Logging:": "Logování:",
6666
"Disconnect": "Odpojit",
6767
"Connect": "Připojit",

systemvm/agent/noVNC/app/locale/de.json

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"Password is required": "Passwort ist erforderlich",
1414
"noVNC encountered an error:": "Ein Fehler ist aufgetreten:",
1515
"Hide/Show the control bar": "Kontrollleiste verstecken/anzeigen",
16-
"Move/Drag Viewport": "Ansichtsfenster verschieben/ziehen",
16+
"Move/Drag viewport": "Ansichtsfenster verschieben/ziehen",
1717
"viewport drag": "Ansichtsfenster ziehen",
1818
"Active Mouse Button": "Aktive Maustaste",
1919
"No mousebutton": "Keine Maustaste",
2020
"Left mousebutton": "Linke Maustaste",
2121
"Middle mousebutton": "Mittlere Maustaste",
2222
"Right mousebutton": "Rechte Maustaste",
2323
"Keyboard": "Tastatur",
24-
"Show Keyboard": "Tastatur anzeigen",
24+
"Show keyboard": "Tastatur anzeigen",
2525
"Extra keys": "Zusatztasten",
26-
"Show Extra Keys": "Zusatztasten anzeigen",
26+
"Show extra keys": "Zusatztasten anzeigen",
2727
"Ctrl": "Strg",
2828
"Toggle Ctrl": "Strg umschalten",
2929
"Alt": "Alt",
@@ -44,26 +44,31 @@
4444
"Clear": "Löschen",
4545
"Fullscreen": "Vollbild",
4646
"Settings": "Einstellungen",
47-
"Shared Mode": "Geteilter Modus",
48-
"View Only": "Nur betrachten",
49-
"Clip to Window": "Auf Fenster begrenzen",
50-
"Scaling Mode:": "Skalierungsmodus:",
47+
"Shared mode": "Geteilter Modus",
48+
"View only": "Nur betrachten",
49+
"Clip to window": "Auf Fenster begrenzen",
50+
"Scaling mode:": "Skalierungsmodus:",
5151
"None": "Keiner",
52-
"Local Scaling": "Lokales skalieren",
53-
"Remote Resizing": "Serverseitiges skalieren",
52+
"Local scaling": "Lokales skalieren",
53+
"Remote resizing": "Serverseitiges skalieren",
5454
"Advanced": "Erweitert",
5555
"Repeater ID:": "Repeater ID:",
5656
"WebSocket": "WebSocket",
5757
"Encrypt": "Verschlüsselt",
5858
"Host:": "Server:",
5959
"Port:": "Port:",
6060
"Path:": "Pfad:",
61-
"Automatic Reconnect": "Automatisch wiederverbinden",
62-
"Reconnect Delay (ms):": "Wiederverbindungsverzögerung (ms):",
61+
"Automatic reconnect": "Automatisch wiederverbinden",
62+
"Reconnect delay (ms):": "Wiederverbindungsverzögerung (ms):",
6363
"Logging:": "Protokollierung:",
6464
"Disconnect": "Verbindung trennen",
6565
"Connect": "Verbinden",
6666
"Password:": "Passwort:",
6767
"Cancel": "Abbrechen",
68-
"Canvas not supported.": "Canvas nicht unterstützt."
68+
"Canvas not supported.": "Canvas nicht unterstützt.",
69+
"Disconnect timeout": "Zeitüberschreitung beim Trennen",
70+
"Local Downscaling": "Lokales herunterskalieren",
71+
"Local Cursor": "Lokaler Mauszeiger",
72+
"Forcing clipping mode since scrollbars aren't supported by IE in fullscreen": "'Clipping-Modus' aktiviert, Scrollbalken in 'IE-Vollbildmodus' werden nicht unterstützt",
73+
"True Color": "True Color"
6974
}

systemvm/agent/noVNC/app/locale/el.json

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"HTTPS is required for full functionality": "Το HTTPS είναι απαιτούμενο για πλήρη λειτουργικότητα",
23
"Connecting...": "Συνδέεται...",
34
"Disconnecting...": "Aποσυνδέεται...",
45
"Reconnecting...": "Επανασυνδέεται...",
@@ -7,19 +8,15 @@
78
"Connected (encrypted) to ": "Συνδέθηκε (κρυπτογραφημένα) με το ",
89
"Connected (unencrypted) to ": "Συνδέθηκε (μη κρυπτογραφημένα) με το ",
910
"Something went wrong, connection is closed": "Κάτι πήγε στραβά, η σύνδεση διακόπηκε",
11+
"Failed to connect to server": "Αποτυχία στη σύνδεση με το διακομιστή",
1012
"Disconnected": "Αποσυνδέθηκε",
1113
"New connection has been rejected with reason: ": "Η νέα σύνδεση απορρίφθηκε διότι: ",
1214
"New connection has been rejected": "Η νέα σύνδεση απορρίφθηκε ",
13-
"Password is required": "Απαιτείται ο κωδικός πρόσβασης",
15+
"Credentials are required": "Απαιτούνται διαπιστευτήρια",
1416
"noVNC encountered an error:": "το noVNC αντιμετώπισε ένα σφάλμα:",
1517
"Hide/Show the control bar": "Απόκρυψη/Εμφάνιση γραμμής ελέγχου",
18+
"Drag": "Σύρσιμο",
1619
"Move/Drag Viewport": "Μετακίνηση/Σύρσιμο Θεατού πεδίου",
17-
"viewport drag": "σύρσιμο θεατού πεδίου",
18-
"Active Mouse Button": "Ενεργό Πλήκτρο Ποντικιού",
19-
"No mousebutton": "Χωρίς Πλήκτρο Ποντικιού",
20-
"Left mousebutton": "Αριστερό Πλήκτρο Ποντικιού",
21-
"Middle mousebutton": "Μεσαίο Πλήκτρο Ποντικιού",
22-
"Right mousebutton": "Δεξί Πλήκτρο Ποντικιού",
2320
"Keyboard": "Πληκτρολόγιο",
2421
"Show Keyboard": "Εμφάνιση Πληκτρολογίου",
2522
"Extra keys": "Επιπλέον πλήκτρα",
@@ -28,6 +25,8 @@
2825
"Toggle Ctrl": "Εναλλαγή Ctrl",
2926
"Alt": "Alt",
3027
"Toggle Alt": "Εναλλαγή Alt",
28+
"Toggle Windows": "Εναλλαγή Παράθυρων",
29+
"Windows": "Παράθυρα",
3130
"Send Tab": "Αποστολή Tab",
3231
"Tab": "Tab",
3332
"Esc": "Esc",
@@ -41,8 +40,8 @@
4140
"Reboot": "Επανεκκίνηση",
4241
"Reset": "Επαναφορά",
4342
"Clipboard": "Πρόχειρο",
44-
"Clear": "Καθάρισμα",
45-
"Fullscreen": "Πλήρης Οθόνη",
43+
"Edit clipboard content in the textarea below.": "Επεξεργαστείτε το περιεχόμενο του πρόχειρου στην περιοχή κειμένου παρακάτω.",
44+
"Full Screen": "Πλήρης Οθόνη",
4645
"Settings": "Ρυθμίσεις",
4746
"Shared Mode": "Κοινόχρηστη Λειτουργία",
4847
"View Only": "Μόνο Θέαση",
@@ -52,6 +51,8 @@
5251
"Local Scaling": "Τοπική Κλιμάκωση",
5352
"Remote Resizing": "Απομακρυσμένη Αλλαγή μεγέθους",
5453
"Advanced": "Για προχωρημένους",
54+
"Quality:": "Ποιότητα:",
55+
"Compression level:": "Επίπεδο συμπίεσης:",
5556
"Repeater ID:": "Repeater ID:",
5657
"WebSocket": "WebSocket",
5758
"Encrypt": "Κρυπτογράφηση",
@@ -60,10 +61,41 @@
6061
"Path:": "Διαδρομή:",
6162
"Automatic Reconnect": "Αυτόματη επανασύνδεση",
6263
"Reconnect Delay (ms):": "Καθυστέρηση επανασύνδεσης (ms):",
64+
"Show Dot when No Cursor": "Εμφάνιση Τελείας όταν δεν υπάρχει Δρομέας",
6365
"Logging:": "Καταγραφή:",
66+
"Version:": "Έκδοση:",
6467
"Disconnect": "Αποσύνδεση",
6568
"Connect": "Σύνδεση",
69+
"Server identity": "Ταυτότητα Διακομιστή",
70+
"The server has provided the following identifying information:": "Ο διακομιστής παρείχε την ακόλουθη πληροφορία ταυτοποίησης:",
71+
"Fingerprint:": "Δακτυλικό αποτύπωμα:",
72+
"Please verify that the information is correct and press \"Approve\". Otherwise press \"Reject\".": "Παρακαλώ επαληθεύσετε ότι η πληροφορία είναι σωστή και πιέστε \"Αποδοχή\". Αλλιώς πιέστε \"Απόρριψη\".",
73+
"Approve": "Αποδοχή",
74+
"Reject": "Απόρριψη",
75+
"Credentials": "Διαπιστευτήρια",
76+
"Username:": "Κωδικός Χρήστη:",
6677
"Password:": "Κωδικός Πρόσβασης:",
78+
"Send Credentials": "Αποστολή Διαπιστευτηρίων",
6779
"Cancel": "Ακύρωση",
68-
"Canvas not supported.": "Δεν υποστηρίζεται το στοιχείο Canvas"
80+
"Canvas not supported.": "Δεν υποστηρίζεται το στοιχείο Canvas",
81+
"Password is required": "Απαιτείται ο κωδικός πρόσβασης",
82+
"viewport drag": "σύρσιμο θεατού πεδίου",
83+
"Active Mouse Button": "Ενεργό Πλήκτρο Ποντικιού",
84+
"No mousebutton": "Χωρίς Πλήκτρο Ποντικιού",
85+
"Left mousebutton": "Αριστερό Πλήκτρο Ποντικιού",
86+
"Middle mousebutton": "Μεσαίο Πλήκτρο Ποντικιού",
87+
"Right mousebutton": "Δεξί Πλήκτρο Ποντικιού",
88+
"Clear": "Καθάρισμα",
89+
"Canvas not supported.": "Δεν υποστηρίζεται το στοιχείο Canvas",
90+
"Disconnect timeout": "Παρέλευση χρονικού ορίου αποσύνδεσης",
91+
"Local Downscaling": "Τοπική Συρρίκνωση",
92+
"Local Cursor": "Τοπικός Δρομέας",
93+
"Forcing clipping mode since scrollbars aren't supported by IE in fullscreen": "Εφαρμογή λειτουργίας αποκοπής αφού δεν υποστηρίζονται οι λωρίδες κύλισης σε πλήρη οθόνη στον IE",
94+
"True Color": "Πραγματικά Χρώματα",
95+
"Style:": "Στυλ:",
96+
"default": "προεπιλεγμένο",
97+
"Apply": "Εφαρμογή",
98+
"Connection": "Σύνδεση",
99+
"Token:": "Διακριτικό:",
100+
"Send Password": "Αποστολή Κωδικού Πρόσβασης"
69101
}

systemvm/agent/noVNC/app/locale/es.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"Disconnect timeout": "Tiempo de desconexión agotado",
1111
"noVNC encountered an error:": "noVNC ha encontrado un error:",
1212
"Hide/Show the control bar": "Ocultar/Mostrar la barra de control",
13-
"Move/Drag Viewport": "Mover/Arrastrar la ventana",
13+
"Move/Drag viewport": "Mover/Arrastrar la ventana",
1414
"viewport drag": "Arrastrar la ventana",
1515
"Active Mouse Button": "Botón activo del ratón",
1616
"No mousebutton": "Ningún botón del ratón",
1717
"Left mousebutton": "Botón izquierdo del ratón",
1818
"Middle mousebutton": "Botón central del ratón",
1919
"Right mousebutton": "Botón derecho del ratón",
2020
"Keyboard": "Teclado",
21-
"Show Keyboard": "Mostrar teclado",
21+
"Show keyboard": "Mostrar teclado",
2222
"Extra keys": "Teclas adicionales",
2323
"Show Extra Keys": "Mostrar Teclas Adicionales",
2424
"Ctrl": "Ctrl",
@@ -43,22 +43,22 @@
4343
"Settings": "Configuraciones",
4444
"Encrypt": "Encriptar",
4545
"Shared Mode": "Modo Compartido",
46-
"View Only": "Solo visualización",
47-
"Clip to Window": "Recortar al tamaño de la ventana",
48-
"Scaling Mode:": "Modo de escalado:",
46+
"View only": "Solo visualización",
47+
"Clip to window": "Recortar al tamaño de la ventana",
48+
"Scaling mode:": "Modo de escalado:",
4949
"None": "Ninguno",
5050
"Local Scaling": "Escalado Local",
5151
"Local Downscaling": "Reducción de escala local",
52-
"Remote Resizing": "Cambio de tamaño remoto",
52+
"Remote resizing": "Cambio de tamaño remoto",
5353
"Advanced": "Avanzado",
5454
"Local Cursor": "Cursor Local",
5555
"Repeater ID:": "ID del Repetidor:",
5656
"WebSocket": "WebSocket",
5757
"Host:": "Host:",
5858
"Port:": "Puerto:",
5959
"Path:": "Ruta:",
60-
"Automatic Reconnect": "Reconexión automática",
61-
"Reconnect Delay (ms):": "Retraso en la reconexión (ms):",
60+
"Automatic reconnect": "Reconexión automática",
61+
"Reconnect delay (ms):": "Retraso en la reconexión (ms):",
6262
"Logging:": "Registrando:",
6363
"Disconnect": "Desconectar",
6464
"Connect": "Conectar",
Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"HTTPS is required for full functionality": "",
2+
"Running without HTTPS is not recommended, crashes or other issues are likely.": "Lancer sans HTTPS n'est pas recommandé, crashs ou autres problèmes en vue.",
33
"Connecting...": "En cours de connexion...",
44
"Disconnecting...": "Déconnexion en cours...",
55
"Reconnecting...": "Reconnexion en cours...",
66
"Internal error": "Erreur interne",
7-
"Must set host": "Doit définir l'hôte",
7+
"Failed to connect to server: ": "Échec de connexion au serveur ",
88
"Connected (encrypted) to ": "Connecté (chiffré) à ",
99
"Connected (unencrypted) to ": "Connecté (non chiffré) à ",
1010
"Something went wrong, connection is closed": "Quelque chose s'est mal passé, la connexion a été fermée",
@@ -16,19 +16,19 @@
1616
"noVNC encountered an error:": "noVNC a rencontré une erreur :",
1717
"Hide/Show the control bar": "Masquer/Afficher la barre de contrôle",
1818
"Drag": "Faire glisser",
19-
"Move/Drag Viewport": "Déplacer/faire glisser le Viewport",
19+
"Move/Drag viewport": "Déplacer la fenêtre de visualisation",
2020
"Keyboard": "Clavier",
21-
"Show Keyboard": "Afficher le clavier",
21+
"Show keyboard": "Afficher le clavier",
2222
"Extra keys": "Touches supplémentaires",
23-
"Show Extra Keys": "Afficher les touches supplémentaires",
23+
"Show extra keys": "Afficher les touches supplémentaires",
2424
"Ctrl": "Ctrl",
2525
"Toggle Ctrl": "Basculer Ctrl",
2626
"Alt": "Alt",
2727
"Toggle Alt": "Basculer Alt",
2828
"Toggle Windows": "Basculer Windows",
29-
"Windows": "Windows",
30-
"Send Tab": "Envoyer l'onglet",
31-
"Tab": "l'onglet",
29+
"Windows": "Fenêtre",
30+
"Send Tab": "Envoyer Tab",
31+
"Tab": "Tabulation",
3232
"Esc": "Esc",
3333
"Send Escape": "Envoyer Escape",
3434
"Ctrl+Alt+Del": "Ctrl+Alt+Del",
@@ -40,15 +40,16 @@
4040
"Reboot": "Redémarrer",
4141
"Reset": "Réinitialiser",
4242
"Clipboard": "Presse-papiers",
43-
"Edit clipboard content in the textarea below.": "",
43+
"Edit clipboard content in the textarea below.": "Editer le contenu du presse-papier dans la zone ci-dessous.",
44+
"Full screen": "Plein écran",
4445
"Settings": "Paramètres",
45-
"Shared Mode": "Mode partagé",
46-
"View Only": "Afficher uniquement",
47-
"Clip to Window": "Clip à fenêtre",
48-
"Scaling Mode:": "Mode mise à l'échelle :",
46+
"Shared mode": "Mode partagé",
47+
"View only": "Afficher uniquement",
48+
"Clip to window": "Ajuster à la fenêtre",
49+
"Scaling mode:": "Mode mise à l'échelle :",
4950
"None": "Aucun",
50-
"Local Scaling": "Mise à l'échelle locale",
51-
"Remote Resizing": "Redimensionnement à distance",
51+
"Local scaling": "Mise à l'échelle locale",
52+
"Remote resizing": "Redimensionnement à distance",
5253
"Advanced": "Avancé",
5354
"Quality:": "Qualité :",
5455
"Compression level:": "Niveau de compression :",
@@ -58,21 +59,24 @@
5859
"Host:": "Hôte :",
5960
"Port:": "Port :",
6061
"Path:": "Chemin :",
61-
"Automatic Reconnect": "Reconnecter automatiquemen",
62-
"Reconnect Delay (ms):": "Délai de reconnexion (ms) :",
63-
"Show Dot when No Cursor": "Afficher le point lorsqu'il n'y a pas de curseur",
62+
"Automatic reconnect": "Reconnecter automatiquement",
63+
"Reconnect delay (ms):": "Délai de reconnexion (ms) :",
64+
"Show dot when no cursor": "Afficher le point lorsqu'il n'y a pas de curseur",
6465
"Logging:": "Se connecter :",
6566
"Version:": "Version :",
6667
"Disconnect": "Déconnecter",
6768
"Connect": "Connecter",
68-
"Server identity": "",
69-
"The server has provided the following identifying information:": "",
70-
"Fingerprint:": "",
71-
"Please verify that the information is correct and press \"Approve\". Otherwise press \"Reject\".": "",
72-
"Approve": "",
73-
"Reject": "",
69+
"Server identity": "Identité du serveur",
70+
"The server has provided the following identifying information:": "Le serveur a fourni l'identification suivante :",
71+
"Fingerprint:": "Empreinte digitale :",
72+
"Please verify that the information is correct and press \"Approve\". Otherwise press \"Reject\".": "SVP, verifiez que l'information est correcte et pressez \"Accepter\". Sinon pressez \"Refuser\".",
73+
"Approve": "Accepter",
74+
"Reject": "Refuser",
75+
"Credentials": "Envoyer les identifiants",
7476
"Username:": "Nom d'utilisateur :",
7577
"Password:": "Mot de passe :",
76-
"Send Credentials": "Envoyer les identifiants",
77-
"Cancel": "Annuler"
78+
"Send credentials": "Envoyer les identifiants",
79+
"Cancel": "Annuler",
80+
"Must set host": "Doit définir l'hôte",
81+
"Clear": "Effacer"
7882
}

0 commit comments

Comments
 (0)