mirror of https://github.com/vector-im/riot-web
Merge branch 'origin/develop' into Weblate.
commit
184c37077b
|
@ -10,5 +10,26 @@
|
||||||
"Sign In": "Inicia la sessió",
|
"Sign In": "Inicia la sessió",
|
||||||
"Invalid configuration: no default server specified.": "Configuració no vàlida: no s'ha especificat cap servidor per defecte.",
|
"Invalid configuration: no default server specified.": "Configuració no vàlida: no s'ha especificat cap servidor per defecte.",
|
||||||
"Invalid JSON": "JSON no vàlid",
|
"Invalid JSON": "JSON no vàlid",
|
||||||
"Go to your browser to complete Sign In": "Aneu al vostre navegador per completar l'inici de sessió"
|
"Go to your browser to complete Sign In": "Aneu al vostre navegador per completar l'inici de sessió",
|
||||||
|
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Configuració incorrecta: només podeu especificar una de les opcions default_server_config, default_server_name, o default_hs_url.",
|
||||||
|
"Your Element is misconfigured": "El vostre Element està mal configurat",
|
||||||
|
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.": "El vostre Element conté un JSON incorrecte. Si us plau arregleu el problema i recarregueu la pàgina.",
|
||||||
|
"The message from the parser is: %(message)s": "El missatge de l'analitzador és: %(message)s",
|
||||||
|
"Unable to load config file: please refresh the page to try again.": "No he pogut carregar l'arxiu de configuració: si us plau recarregueu la pàgina per provar-ho de nou.",
|
||||||
|
"Unexpected error preparing the app. See console for details.": "Error inesperat preparant l'app. Vegeu la consola pels detalls.",
|
||||||
|
"Download Completed": "Descàrrega completada",
|
||||||
|
"Open": "Obre",
|
||||||
|
"Open user settings": "Obre configuració d'usuari",
|
||||||
|
"Previous/next recently visited room or community": "Anterior/Següent sala o comunitat visitada recentment",
|
||||||
|
"%(brand)s Desktop (%(platformName)s)": "%(brand)s d'escriptori (%(platformName)s)",
|
||||||
|
"%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)",
|
||||||
|
"Powered by Matrix": "En funcionament gràcies a Matrix",
|
||||||
|
"Unsupported browser": "Navegador no suportat",
|
||||||
|
"Your browser can't run %(brand)s": "El vostre navegador no pot executar %(brand)s",
|
||||||
|
"%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)s usa característiques avançades del navegador que el vostre navegador no suporta.",
|
||||||
|
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.": "Si us plau instal·leu<chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, o <safariLink>Safari</safariLink> per una millor experiència.",
|
||||||
|
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Podeu continuar usant el vostre navegador actual, però algunes o totes les característiques podrien no funcionar i l'aspepte de l'aplicació podria mostrar errors.",
|
||||||
|
"I understand the risks and wish to continue": "Entenc els riscos i voldria continuar",
|
||||||
|
"Go to element.io": "Vés a element.io",
|
||||||
|
"Failed to start": "Ha fallat en iniciar-se"
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,20 @@
|
||||||
"Invalid configuration: no default server specified.": "Μη έγκυρη ρύθμιση παραμέτρων: δεν έχει οριστεί προκαθορισμένος διακομιστής.",
|
"Invalid configuration: no default server specified.": "Μη έγκυρη ρύθμιση παραμέτρων: δεν έχει οριστεί προκαθορισμένος διακομιστής.",
|
||||||
"Explore rooms": "Εξερευνήστε δωμάτια",
|
"Explore rooms": "Εξερευνήστε δωμάτια",
|
||||||
"Open": "Άνοιγμα",
|
"Open": "Άνοιγμα",
|
||||||
"Go to your browser to complete Sign In": "Επισκεφτείτε τον browser σας για να ολοκληρωθεί η είσοδος",
|
"Go to your browser to complete Sign In": "Μεταβείτε στο πρόγραμμα περιήγησής σας για να ολοκληρώσετε τη σύνδεση",
|
||||||
"Powered by Matrix": "Παρέχεται από το Matrix",
|
"Powered by Matrix": "Με την υποστήριξη του Matrix",
|
||||||
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.": "Παρακαλούμε εγκαταστήστε <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, ή <safariLink>Safari</safariLink> για καλύτερη εμπειρία χρήσης."
|
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.": "Παρακαλούμε εγκαταστήστε <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, ή <safariLink>Safari</safariLink> για καλύτερη εμπειρία χρήσης.",
|
||||||
|
"Your Element is misconfigured": "Το Element σας δεν εχει ρυθμιστεί σωστά",
|
||||||
|
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.": "Η ρύθμιση του Element περιέχει μη έγκυρο JSON. Διορθώστε το πρόβλημα και φορτώστε ξανά τη σελίδα.",
|
||||||
|
"Unable to load config file: please refresh the page to try again.": "Δεν είναι δυνατή η φόρτωση του αρχείου config: ανανεώστε τη σελίδα για να δοκιμάσετε ξανά.",
|
||||||
|
"Download Completed": "Η λήψη ολοκληρώθηκε",
|
||||||
|
"Open user settings": "Ανοίξτε τις ρυθμίσεις χρήστη",
|
||||||
|
"Previous/next recently visited room or community": "Προηγούμενο / επόμενο δωμάτιο ή κοινότητα που επισκεφτήκατε πρόσφατα",
|
||||||
|
"Unsupported browser": "Μη υποστηριζόμενο πρόγραμμα περιήγησης",
|
||||||
|
"Your browser can't run %(brand)s": "Το πρόγραμμα περιήγησής σας δεν μπορεί να εκτελέσει %(brand)s",
|
||||||
|
"%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)s χρησιμοποιεί προηγμένες δυνατότητες προγράμματος περιήγησης που δεν υποστηρίζονται από το τρέχον πρόγραμμα περιήγησής σας.",
|
||||||
|
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Μπορείτε να συνεχίσετε να χρησιμοποιείτε το τρέχον πρόγραμμα περιήγησής σας, αλλά ορισμένες ή όλες οι λειτουργίες ενδέχεται να μην λειτουργούν και η εμφάνιση και η αίσθηση της εφαρμογής ενδέχεται να είναι λανθασμένη.",
|
||||||
|
"I understand the risks and wish to continue": "Κατανοώ τους κινδύνους και επιθυμώ να συνεχίσω",
|
||||||
|
"Go to element.io": "Πήγαινε στο element.io",
|
||||||
|
"Failed to start": "Αποτυχία έναρξης"
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,5 +32,5 @@
|
||||||
"Open": "打开",
|
"Open": "打开",
|
||||||
"Your browser can't run %(brand)s": "浏览器无法运行%(brand)s",
|
"Your browser can't run %(brand)s": "浏览器无法运行%(brand)s",
|
||||||
"%(brand)s uses advanced browser features which aren't supported by your current browser.": "当前浏览器不支持%(brand)s调用的高级浏览器特性。",
|
"%(brand)s uses advanced browser features which aren't supported by your current browser.": "当前浏览器不支持%(brand)s调用的高级浏览器特性。",
|
||||||
"Powered by Matrix": "Powered by Matrix"
|
"Powered by Matrix": "由 Matrix 驱动"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue