mirror of
https://github.com/novnc/noVNC.git
synced 2026-08-29 08:34:26 +08:00
Load translations over XHR
This commit causes translations to be loaded over XHR instead of the import system.
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
/*
|
||||
* Translations for de
|
||||
*
|
||||
* This file was autotomatically generated from de.po
|
||||
* DO NOT EDIT!
|
||||
*/
|
||||
|
||||
Language = {
|
||||
{
|
||||
"Connecting...": "Verbunden...",
|
||||
"Connected (encrypted) to ": "Verbunden mit (verschlüsselt) ",
|
||||
"Connected (unencrypted) to ": "Verbunden mit (unverschlüsselt) ",
|
||||
@@ -14,5 +7,5 @@ Language = {
|
||||
"Must set host and port": "Richten Sie Host und Port ein",
|
||||
"Password is required": "Passwort ist erforderlich",
|
||||
"Forcing clipping mode since scrollbars aren't supported by IE in fullscreen": "'Clipping-Modus' aktiviert, Scrollbalken in 'IE-Vollbildmodus' werden nicht unterstützt",
|
||||
"Disconnect timeout": "Timeout beim trennen",
|
||||
};
|
||||
"Disconnect timeout": "Timeout beim trennen"
|
||||
}
|
||||
@@ -1,11 +1,4 @@
|
||||
/*
|
||||
* Translations for el
|
||||
*
|
||||
* This file was autotomatically generated from el.po
|
||||
* DO NOT EDIT!
|
||||
*/
|
||||
|
||||
Language = {
|
||||
{
|
||||
"Connecting...": "Συνδέεται...",
|
||||
"Connected (encrypted) to ": "Συνδέθηκε (κρυπτογραφημένα) με το ",
|
||||
"Connected (unencrypted) to ": "Συνδέθηκε (μη κρυπτογραφημένα) με το ",
|
||||
@@ -15,7 +8,7 @@ Language = {
|
||||
"Password is required": "Απαιτείται ο κωδικός πρόσβασης",
|
||||
"Forcing clipping mode since scrollbars aren't supported by IE in fullscreen": "Εφαρμογή λειτουργίας αποκοπής αφού δεν υποστηρίζονται οι λωρίδες κύλισης σε πλήρη οθόνη στον IE",
|
||||
"Disconnect timeout": "Παρέλευση χρονικού ορίου αποσύνδεσης",
|
||||
"noVNC encountered an error:": "το noVNC αντιμετώπισε ένα σφάλμα",
|
||||
"noVNC encountered an error:": "το noVNC αντιμετώπισε ένα σφάλμα:",
|
||||
"Hide/Show the control bar": "Απόκρυψη/Εμφάνιση γραμμής ελέγχου",
|
||||
"Move/Drag Viewport": "Μετακίνηση/Σύρσιμο Θεατού πεδίου",
|
||||
"viewport drag": "σύρσιμο θεατού πεδίου",
|
||||
@@ -65,10 +58,13 @@ Language = {
|
||||
"default": "προεπιλεγμένο",
|
||||
"Logging:": "Καταγραφή:",
|
||||
"Apply": "Εφαρμογή",
|
||||
"Connect": "Σύνδεση",
|
||||
"Disconnect": "Αποσύνδεση",
|
||||
"Connection": "Σύνδεση",
|
||||
"Host:": "Όνομα διακομιστή:",
|
||||
"Port:": "Πόρτα διακομιστή:",
|
||||
"Password:": "Κωδικός Πρόσβασης:",
|
||||
"Token:": "Διακριτικό:",
|
||||
"Send Password": "Αποστολή Κωδικού Πρόσβασης",
|
||||
"Canvas not supported.": "Δεν υποστηρίζεται το στοιχείο Canvas",
|
||||
};
|
||||
"Canvas not supported.": "Δεν υποστηρίζεται το στοιχείο Canvas"
|
||||
}
|
||||
@@ -1,11 +1,4 @@
|
||||
/*
|
||||
* Translations for nl
|
||||
*
|
||||
* This file was autotomatically generated from nl.po
|
||||
* DO NOT EDIT!
|
||||
*/
|
||||
|
||||
Language = {
|
||||
{
|
||||
"Connecting...": "Verbinden...",
|
||||
"Connected (encrypted) to ": "Verbonden (versleuteld) met ",
|
||||
"Connected (unencrypted) to ": "Verbonden (onversleuteld) met ",
|
||||
@@ -14,5 +7,5 @@ Language = {
|
||||
"Must set host and port": "Host en poort moeten worden ingesteld",
|
||||
"Password is required": "Wachtwoord is vereist",
|
||||
"Forcing clipping mode since scrollbars aren't supported by IE in fullscreen": "''Clipping mode' ingeschakeld, omdat schuifbalken in volledige-scherm-modus in IE niet worden ondersteund",
|
||||
"Disconnect timeout": "Timeout tijdens verbreken van verbinding",
|
||||
};
|
||||
"Disconnect timeout": "Timeout tijdens verbreken van verbinding"
|
||||
}
|
||||
@@ -1,11 +1,4 @@
|
||||
/*
|
||||
* Translations for sv
|
||||
*
|
||||
* This file was autotomatically generated from sv.po
|
||||
* DO NOT EDIT!
|
||||
*/
|
||||
|
||||
Language = {
|
||||
{
|
||||
"Connecting...": "Ansluter...",
|
||||
"Connected (encrypted) to ": "Ansluten (krypterat) till ",
|
||||
"Connected (unencrypted) to ": "Ansluten (okrypterat) till ",
|
||||
@@ -73,5 +66,5 @@ Language = {
|
||||
"Password:": "Lösenord:",
|
||||
"Token:": "Token:",
|
||||
"Send Password": "Skicka Lösenord",
|
||||
"Canvas not supported.": "Canvas stöds ej",
|
||||
};
|
||||
"Canvas not supported.": "Canvas stöds ej"
|
||||
}
|
||||
Reference in New Issue
Block a user