GRN2-178: Generalized use of language_name based on Mozilla Mapping (#613)

* GRN2-178: Generalized use of language_name based on Moxilla Mapping

* Fixed issues catched by rubocop

* MAke sure the file with data exists

* Removed language mapping from local code
This commit is contained in:
Jesus Federico 2019-07-09 12:24:30 -04:00 committed by GitHub
parent 5d4bd1b851
commit a3158b5872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 114 additions and 372 deletions

View File

@ -121,3 +121,5 @@ gem 'random_password'
# Adds helpers for the Google reCAPTCHA API
gem "recaptcha"
gem 'i18n-language-mapping', '~> 0.1.0'

View File

@ -101,6 +101,7 @@ GEM
http_accept_language (2.1.1)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
i18n-language-mapping (0.1.0)
jaro_winkler (1.5.2)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
@ -333,6 +334,7 @@ DEPENDENCIES
faker
health_check
http_accept_language
i18n-language-mapping (~> 0.1.0)
jbuilder (~> 2.5)
jquery-rails (~> 4.3.3)
listen (~> 3.0.5)

View File

@ -17,10 +17,12 @@
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
require 'bbb_api'
require 'i18n/language/mapping'
module ApplicationHelper
include MeetingsHelper
include BbbApi
include I18n::Language::Mapping
# Gets all configured omniauth providers.
def configured_providers
@ -54,9 +56,8 @@ module ApplicationHelper
locales = I18n.available_locales
language_opts = [['<<<< ' + t("language_default") + ' >>>>', "default"]]
locales.each do |locale|
language_name = t("language_name", locale: locale)
language_name = locale.to_s if locale != :en && language_name == 'English'
language_opts.push([language_name, locale.to_s])
language_mapping = I18n::Language::Mapping.language_mapping_list[locale.to_s.gsub("_", "-")]
language_opts.push([language_mapping["nativeName"], locale.to_s])
end
language_opts.sort
end

View File

@ -93,7 +93,6 @@ ar:
video: شاهد برنامجنا التعليمي حول استخدام Greenlight
upgrade: أرني كيفية الترقية إلى 2.0!
version: لقد أصدرنا إصدارًا جديدًا من Greenlight ، لكن قاعدة البيانات غير متوافقة.
language_name: العربية
language_default: الافتراضي (لغة المتصفح)
ldap_error: غير قادر على الاتصال بخادم LDAP. يرجى التحقق من تكوين LDAP في ملف env والتأكد من تشغيل خادمك.
login: الدخول

View File

@ -175,7 +175,6 @@ de_DE:
video: Schauen Sie sich unsere Anleitung zur Verwendung von Greenlight an
upgrade: "Zeigen Sie mir, wie ich auf Version 2.0. update!"
version: "Wir haben eine neue Version von Greenlight veröffentlicht, aber Ihre Datenbank ist damit nicht kompatibel."
language_name: Deutsch
language_default: Voreinstellung (Browsersprache)
ldap_error: "Verbindung zum LDAP Server konnte nicht hergestellt werden. Bitte überprüfen Sie die LDAP Konfiguration und stellen Sie sicher, dass der LDAP-Server läuft."
login: Einloggen
@ -190,7 +189,7 @@ de_DE:
info: Ein neuer Nutzer hat sich bei Greenlight angemeldet.
more-info: "Um diesem Nutzer Zugriff auf Greenlight zu geben, müssen Sie seinen Account in den Organisationseinstellungen genehmigen."
admins_link: Organisationsseite besuchen
subject: Neue Greenlight Nutzerregistierung
subject: Neue Greenlight Nutzerregistierung
username: "Der Nutzer hat sich mit dem Namen %{name} und der Email %{email} registiert."
subject: Account genehmigt
username: "Ihr Nutzername ist %{email}."
@ -206,7 +205,7 @@ de_DE:
signup:
info: Ein Nutzer hat Sie dazu eingeladen sich für die Nutzung von Greenlight zu registieren.
admins_link: Organisationsseite besuchen
subject: Registierung neuer Greenlight-Nutzer
subject: Registierung neuer Greenlight-Nutzer
username: "Der Nutzer hat sich mit dem Namen %{name} und der Email %{email} registriert."
subject: Einladung zur BigBlueButton-Teilnahme
username: "Ihr Nutzername ist %{email}."
@ -311,11 +310,11 @@ de_DE:
format:
presentation: Präsentation
registration:
approval:
approval:
fail: "Ihr Account wurde noch nicht freigeschaltet. Falls Sie sich bereits vor mehreren Tagen registriert haben, kontaktieren Sie bitte Ihren Administrator."
signup: Ihr Account wurde erfolgreich erzeugt. Er muss noch durch einen Administrator freigeschaltet werden.
banned:
fail: "Sie haben keinen Zugriff auf dieses Applikation. Falls Sie denken, dass hier ein Fehler vorliegt, kontaktieren Sie bitte Ihren Administrator."
fail: "Sie haben keinen Zugriff auf dieses Applikation. Falls Sie denken, dass hier ein Fehler vorliegt, kontaktieren Sie bitte Ihren Administrator."
invite:
fail: "Ihr Token ist entweder ungültig oder er ist abgelaufen. Falls Sie denken, dass hier ein Fehler vorliegt, kontaktieren Sie bitte Ihren Administrator."
no_invite: "Sie sind nicht zu Teilnahme eingeladen. Bitte kontaktieren Sie Ihren Administrator, um eine Einladung zu erhalten."

View File

@ -69,7 +69,6 @@ el:
video: Παρακολουθήστε το σεμινάριο μας σχετικά με τη χρήση του Greenlight
upgrade: Δείξε μου πώς να αναβαθμίσω σε 2.0!
version: "Έχουμε κυκλοφορήσει μια νέα έκδοση του Greenlight, αλλά η βάση δεδομένων σας δεν είναι συμβατή."
language_name: Ελληνικά
ldap_error: Δεν είναι δυνατή η σύνδεση με το διακομιστή LDAP. Ελέγξτε τη διαμόρφωση του LDAP στο αρχείο env και βεβαιωθείτε ότι ο διακομιστής σας εκτελείται.
login: Σύνδεση
modal:

View File

@ -191,7 +191,6 @@ en:
video: Watch our tutorial on using Greenlight
upgrade: Show me how to upgrade to 2.0!
version: We've released a new version of Greenlight, but your database isn't compatible.
language_name: English
language_default: Default (browser language)
ldap_error: Unable to connect to the LDAP server. Please check your LDAP configuration in the env file and ensure your server is running.
login: Sign in
@ -206,7 +205,7 @@ en:
info: A new user has signed up to use Greenlight.
more-info: To allow this user to access Greenlight you must approve their account in organization settings.
admins_link: Visit the Organization Page
subject: New Greenlight User Sign Up
subject: New Greenlight User Sign Up
username: The user signed up with the name %{name} and the email %{email}.
subject: Account Approved
username: Your username is %{email}.
@ -222,7 +221,7 @@ en:
signup:
info: A user that was invited has signed up to use Greenlight.
admins_link: Visit the Organization Page
subject: New Greenlight User Sign Up
subject: New Greenlight User Sign Up
username: The user signed up with the name %{name} and the email %{email}.
subject: Invitation to join BigBlueButton
username: Your username is %{email}.
@ -327,11 +326,11 @@ en:
format:
presentation: Presentation
registration:
approval:
approval:
fail: Your account has not been approved yet. If multiples days have passed since you signed up, please contact your administrator.
signup: Your account was successfully created. It has been sent to an administrator for approval.
banned:
fail: You do not have access to this application. If you believe this is a mistake, please contact your administrator.
fail: You do not have access to this application. If you believe this is a mistake, please contact your administrator.
invite:
fail: Your token is either invalid or has expired. If you believe this is a mistake, please contact your administrator.
no_invite: You do not have an invitation to join. Please contact your administrator to receive one.

View File

@ -175,7 +175,6 @@ es:
video: Ve nuestro tutorial de como utilizar Greenlight
upgrade: Muestrame como actualizar a versión 2.0
version: Hemos publicado una nueva version de Greenlight pero tu base de datos no es compatible.
language_name: Español
language_default: Por omisión (idioma del navegador)
ldap_error: No se puede conectar al servidor LDAP. Compruebe la configuración de LDAP en el archivo "env" y asegúrate de que tu servidor está ejecutándose.
login: Ingresar
@ -190,7 +189,7 @@ es:
info: Se ha registrado un usuario nuevo.
more-info: Para permitir el acceso de este usuario debes aprobar su cuenta de usuario a través de la configuración de la organización.
admins_link: Ir a la página de la organización
subject: Registro de usuario nuevo
subject: Registro de usuario nuevo
username: "El usuario se ha registrado como %{name} con el email %{email}."
subject: Cuenta de usuario autorizada
username: "Tu nombre de usuario es %{email}"
@ -206,7 +205,7 @@ es:
signup:
info: Un usuario que fue invitado a registrarse ha completado su registro.
admins_link: Ir a la página de la organización
subject: Registro de usuario nuevo
subject: Registro de usuario nuevo
username: "El usuario se ha registrado como %{name} con el email %{email}."
subject: Invitación a ingresar a BigBlueButton
username: "Tu nombre de usuario es %{email}."
@ -311,11 +310,11 @@ es:
format:
presentation: Presentación
registration:
approval:
approval:
fail: "Tú cuenta de usuario todavía no ha sido autorizada. Si han pasado varios días desde tú registro, te sugerimos contactar al administrador."
signup: Tú cuenta de usuario ha sido creada y se le ha enviado una notificación al administrador para su autorización.
banned:
fail: "No tienes acceso a esta aplicación. Sí tu crees que este es un error, contacta al administrador del sistema."
fail: "No tienes acceso a esta aplicación. Sí tu crees que este es un error, contacta al administrador del sistema."
invite:
fail: "Tu código ha expirado o es invalido. Sí tu crees que este es un error, contacta al administrador del sistema."
no_invite: No tienes una invitación para ingresar. Contacta al administrador del sistema para obtener una.

View File

@ -175,7 +175,6 @@ es_MX:
video: Ve nuestro tutorial de como utilizar Greenlight
upgrade: Muestrame como actualizar a versión 2.0
version: Hemos publicado una nueva version de Greenlight pero tu base de datos no es compatible.
language_name: Español (México)
language_default: Por omisión (idioma del navegador)
ldap_error: No se puede conectar al servidor LDAP. Compruebe la configuración de LDAP en el archivo "env" y asegúrate de que tu servidor está ejecutándose.
login: Ingresar
@ -190,7 +189,7 @@ es_MX:
info: Se ha registrado un usuario nuevo.
more-info: Para permitir el acceso de este usuario debes aprobar su cuenta de usuario a través de la configuración de la organización.
admins_link: Ir a la página de la organización
subject: Registro de usuario nuevo
subject: Registro de usuario nuevo
username: "El usuario se ha registrado como %{name}con el email %{email}."
subject: Cuenta de usuario autorizada
username: "Tu nombre de usuario es %{email}."
@ -206,7 +205,7 @@ es_MX:
signup:
info: Un usuario que fue invitado a registrarse ha completado su registro.
admins_link: Ir a la página de la organización
subject: Registro de usuario nuevo
subject: Registro de usuario nuevo
username: "El usuario se ha registrado como%{name} con el email %{email}. "
subject: Invitación a ingresar a BigBlueButton
username: "Tu nombre de usuario es %{email}."
@ -311,11 +310,11 @@ es_MX:
format:
presentation: Presentación
registration:
approval:
approval:
fail: "Tú cuenta de usuario todavía no ha sido autorizada. Si han pasado varios días desde tú registro, te sugerimos contactar al administrador."
signup: Tú cuenta de usuario ha sido creada y se le ha enviado una notificación al administrador para su autorización.
banned:
fail: "No tienes acceso a esta aplicación. Sí tu crees que este es un error, contacta al administrador del sistema."
fail: "No tienes acceso a esta aplicación. Sí tu crees que este es un error, contacta al administrador del sistema."
invite:
fail: "Tu código ha expirado o es invalido. Sí tu crees que este es un error, contacta al administrador del sistema."
no_invite: No tienes una invitación para ingresar. Contacta al administrador del sistema para obtener una.

View File

@ -175,7 +175,6 @@ fa_IR:
video: ویدئوی آموزشی ما را در مورد استفاده از گرین لایت مشاهده کنید
upgrade: به من نشان بده چگونه به نسخه 2.0 به روز رسانی کنم!
version: ما یک نسخه جدید از گرین لایت را منتشر کرده ایم، اما پایگاه داده شما با آن سازگاری ندارد.
language_name: انگلیسی
language_default: پیشفرض (زبان مرورگر)
ldap_error: امکان دسترسی به سرور LDAP وجود ندارد. لطفا تنظیمات LDAP خود را در فایل env بررسی کرده و مطمئن شوید سرور در حال اجرا است.
login: ورود
@ -190,7 +189,7 @@ fa_IR:
info: یک کاربر جدید در گرین لایت ثبت نامه کرده است
more-info: برای داشتن مجوز دسترسی برای این کاربر به گرین لایت، شما می بایست حساب کاربری آن ها را در تنظیمات سازمان تایید کنید.
admins_link: مشاهده صفحه سازمان
subject: ثبت نام کاربر جدید گرین لایت
subject: ثبت نام کاربر جدید گرین لایت
username: "کاربر با نام %{name} و ادرس ایمیل %{email} ثبت نام کرده است."
subject: حساب کاربری تایید شد
username: "نام کاربری شما %{email} است."
@ -206,7 +205,7 @@ fa_IR:
signup:
info: کاربری که دعوت کرده بودید برای استفاده از گرین لایت ثبت نام کرده است.
admins_link: صفحه سازمان را مشاهده کنید
subject: ثبت نام کاربر گرین لایت جدید
subject: ثبت نام کاربر گرین لایت جدید
username: "کاربر با نام %{name} و ادرس ایمیل %{email} ثبت نام کرده است."
subject: دعوت نامه برای پیوستن به بیگ بلو باتن
username: "نام کاربری شما %{email} است."
@ -310,11 +309,11 @@ fa_IR:
format:
presentation: ارائه
registration:
approval:
approval:
fail: حساب کاربری شما هنوز تایید نشده است. اگر چند روز از ثبت نام شما گذشته است، لطفا با مدیر خود تماس بگیرید.
signup: حساب کاربری شما با موفقیت ایجاد شد و برای تایید به مدیر ارسال شد.
banned:
fail: شما دسترسی به این برنامه ندارید. اگر فکر میکنید این اشتباه است، لطفا با مدیر سیستم خود تماس بگیرید
fail: شما دسترسی به این برنامه ندارید. اگر فکر میکنید این اشتباه است، لطفا با مدیر سیستم خود تماس بگیرید
invite:
fail: توکن شما به اتمام رسیده یا اشتباه است. اگر فک میکنید این اشتباه است، لطفا با مدیر سیستم خود تماس بگیرید
no_invite: شما دعوت نامه ای برای ورود ندارید، لطفا برای دریافت آن با مدیر تماس بگیرید.

View File

@ -93,7 +93,6 @@ fr:
video: Regardez notre tutoriel sur l'utilisation de Greenlight
upgrade: Montrez-moi comment passer à la version 2.0 !
version: "Nous avons publié une nouvelle version de Greenlight, mais votre base de données n'est pas compatible."
language_name: Française
language_default: Par défaut (langue du navigateur)
ldap_error: Impossible de se connecter au serveur LDAP. Veuillez vérifier votre configuration LDAP dans le fichier env et vous assurer que votre serveur est en cours d'exécution.
login: Connexion

View File

@ -93,7 +93,6 @@ hi_IN:
video: ग्रीनलाइट का उपयोग करने पर हमारा ट्यूटोरियल देखें
upgrade: मुझे 2.0 में अपग्रेड करने का तरीका दिखाएं!
version: "हमने ग्रीनलाइट का एक नया संस्करण जारी किया है, लेकिन आपका डेटाबेस संगत नहीं है !"
language_name: अंग्रेज़ी
language_default: डिफ़ॉल्ट (ब्राउज़र भाषा)
ldap_error: LDAP सर्वर से कनेक्ट करने में असमर्थ। कृपया env फ़ाइल में अपना LDAP कॉन्फ़िगरेशन जांचें और सुनिश्चित करें कि आपका सर्वर चल रहा है।
login: प्रवेश करने देना

View File

@ -175,7 +175,6 @@ hu_HU:
video: Nézd meg az ismertetőnket a Greenlight használatáról
upgrade: "Mutasd, hogyan tudok frissíteni a 2.0-ás verzióra!"
version: "A Greenlight új verziója jelent meg, de az adatbázisod nem kompatibilis."
language_name: Angol
language_default: Alapértelmezett (a böngésző nyelve)
ldap_error: "Nem sikerült csatlakozni az LDAP szerverhez. Kérjük, ellenőrizd a beállításokat a környezeti, env fájlban, illetve azt, hogy a szerver működik és elérhető."
login: Bejelentkezés
@ -190,7 +189,7 @@ hu_HU:
info: "Egy új felhasználó regisztrált, hogy használhassa a Greenlight-ot."
more-info: "Ahhoz, hogy ez a felhasználó elérhesse a Greenlight-ot, a szervezheti beállításokban hozzá kell rendelned."
admins_link: A Szervezeti oldal megtekintése
subject: Új Greenlight felhasználó regisztrált
subject: Új Greenlight felhasználó regisztrált
username: "A felhasználó %{name} felhasználónévvel, %{email} e-mail címmel regisztrált."
subject: Jóváhagyott fiók
username: "A felhasználóneved %{email}."
@ -206,7 +205,7 @@ hu_HU:
signup:
info: "Egy meghívott felhasználó regisztrált, hogy használhassa a Greenlight-ot."
admins_link: A Szervezeti oldal megtekintése
subject: Új Greenlight felhasználó regisztrált
subject: Új Greenlight felhasználó regisztrált
username: "A felhasználó %{name} felhasználónévvel, %{email} e-mail címmel regisztrált."
subject: Meghívás a BigBlueButton használatára
username: "A felhasználóneved %{email}."
@ -310,11 +309,11 @@ hu_HU:
format:
presentation: Prezentáció
registration:
approval:
approval:
fail: "A fiókodat még nem hagyták jóvá. Ha már többi nap eltelt a regisztrációd óta, lépj kapcsolatba az üzemeltetőkkel."
signup: "A fiókodat sikeresen létrehoztuk, várunk az üzemeltető jóváhagyására."
banned:
fail: "Nincs hozzáférésed ehhez az alkalmazáshoz. Amennyiben úgy gondolod, hogy ez egy hiba, kérjük, jelezd az üzemeltetőnek."
fail: "Nincs hozzáférésed ehhez az alkalmazáshoz. Amennyiben úgy gondolod, hogy ez egy hiba, kérjük, jelezd az üzemeltetőnek."
invite:
fail: "A tokened nem érvényes vagy lejárt. Amennyiben úgy gondolod, hogy ez egy hiba, kérjük, jelezd az üzemeltetőnek."
no_invite: Neked nem küldtünk meghívót. Kérhetsz egyet az üzemeltetőktől.

View File

@ -23,26 +23,48 @@ it:
accepted_terms: "Termini e condizioni"
administrator:
site_settings:
authentication:
disabled: Disabilitato
enabled: Abilitato
info: Permettere l'accesso solo ad utenti autenticati
title: Richiedi autenticazione per ogni stanza
user-info: Devi registrarti ad DENTAL LIVE Manager per accedere alla stanza
branding:
change: Cambia immagine
info: Cambia il logo del brand che appare nell'angolo in alto a sinistra
placeholder: Indirizzo immagine...
title: Logo
color:
info: Cambia il colore primario usato nel sito
info: "Cambiando il valore del colore di base, verranno cambiati sia la versione chiara che scura. Le due versioni possono essere modificate individualmente"
title: Colore primario
regular: Colore di base
lighten: Chiaro
Darken: Scuro
registration:
info: Cambiare il modo in cui gli utenti si registrano al sito web
title: Metodo di registrazione
methods:
approval: Approva/Rifiuta
invite: Accesso tramite invito
open: Registrazione libera
subtitle: Personalizza Greenlight
title: Impostazioni Sito
flash:
approved: L'utente è stato approvato con successo
banned: L'utente è stato bannato.
unbanned: E' stato tolto il blocco utente.
delete: L'utente è stato eliminato con successo
delete_fail: Errore nell'eliminazione utente
demoted: L'utente è stato declassato
invite: "L'invito è stato inviato a %{email}"
invite_email_verification: ""
promoted: L'utente è stato promosso
registration_method_updated: Il metodo di registrazione è stato aggiornato con successo
settings: Le impostazioni web sono state modificate con successo
unauthorized: Non sei autorizzato ad effettuare modifiche sull'utente
title: Impostazioni dell'organizzazione
users:
invite: Invita utente
edit:
title: Modifica dettagli utente
settings:
@ -79,6 +101,10 @@ it:
email_sent: "La tua email di %{email_type} è stata inviata! (Controlla nella cartella Spam della tua email se non la ricevi)"
enter_your_name: Inserisci il tuo nome!
errors:
bigbluebutton:
help: "Per favore, assicurarsi di aver completato tutti i passaggi. <a href=\"%{doc_link}\">Altre informazioni</a>"
message: "Impostazioni di collegamento, Endpoint e Secret, errati"
title: Errore del server
internal:
message: Diamine! Sembra che qualcosa non funzioni qui da noi.
help: "L'errore è stato salvato, abbiamo inviato un gruppo di scimmie per risolvere il problema."
@ -149,13 +175,40 @@ it:
video: Guarda il tutorial sull'utilizzo di GreenLight
upgrade: Mostrami come aggiornare alla versione 2.0!
version: "E' stata rilasciata una nuova versione di GreenLight, ma il tuo database non è compatibile."
language_name: Inglese
language_default: Predefinito (linguaggio del browser)
ldap_error: Impossibile collegarsi al server LDAP. Controlla la configurazione LDAP nel file env e assicurati che il server sia attivo.
login: Entra
login_title: Entra nel tuo account
mailer:
user:
approve:
info: Il tuo account è stato approvato.
signin: "Per accedere alle stanze personali, clicca sul bottone in basso ed effettua il login"
signin_link: Entra
signup:
info: "Un nuovo utente si è registrato "
more-info: ""
admins_link: ""
subject: ""
username: ""
subject: ""
username: ""
demoted:
info: ""
more-info: ""
root_link: ""
subtitle: ""
invite:
info: ""
signup: To signup using your email, click the button below and follow the steps.
signup_link: ""
signup:
info: ""
admins_link: ""
subject: ""
username: ""
subject: ""
username: ""
password_reset:
title: 'Reimposta password'
welcome: "Sembra che tu abbia dimenticato la password per %{bigbluebutton}"
@ -163,6 +216,11 @@ it:
reset_link: Reimposta Password
expire: Questo link scadrà tra 2 ore.
ignore: Se non hai richiesto tu di reimpostare la password puoi ignorare questa email.
promoted:
admins_link: ""
info: ""
more-info: ""
subtitle: ""
verify_email:
welcome: "Benvenuti nel vostro spazio personale, %{name}!"
success: "Supporta %{bigbluebutton}, puoi creare le tue stanze e ospitare meeting per collaborare con altri utenti."
@ -189,7 +247,13 @@ it:
confirm: "Sicuro di voler eliminare %{room}?"
delete: "Sono sicuro, elimina la stanza."
keep: "Ripensandoci, penso che la terrò."
warning: "<b>Non</b> potrai recuperare questa stanza e le relative %{recordings_num} registrazioni salvate."
warning: ""
recording_warning: ""
invite_user:
email_placeholder: ""
footer: ""
send: ""
title: ""
login:
or: o
with: "Entra con %{provider}"
@ -245,6 +309,15 @@ it:
unlisted: Non in elenco
format:
presentation: Presentazione
registration:
approval:
fail: ""
signup: ""
banned:
fail: ""
invite:
fail: ""
no_invite: ""
rename: Rinomina
reset_password:
subtitle: Reimposta password
@ -254,6 +327,7 @@ it:
roles:
administrator: Amministratore
banned: Bloccato
pending: ""
super_admin: Super Amministratore
user: Utente
room:
@ -274,7 +348,7 @@ it:
update_settings_error: Si è verificato un errore nell'aggiornamento dei dettagli della stanza
update_settings_success: Impostazioni della stanza aggiornate correttamente
wait:
message: Il meeting non è ancora cominciato.
message: ""
auto: Verrai inserito nella stanza non appena il meeting avrà inizio.
settings:
account:

View File

@ -1,322 +0,0 @@
# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/.
#
# Copyright (c) 2018 BigBlueButton Inc. and by respective authors (see below).
#
# This program is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free Software
# Foundation; either version 3.0 of the License, or (at your option) any later
# version.
#
# BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
# Locale.
it_IT:
activerecord:
attributes:
user:
accepted_terms: "Termini e condizioni"
administrator:
site_settings:
branding:
change: Cambia immagine
info: Cambia il logo del brand che appare nell'angolo in alto a sinistra
placeholder: Indirizzo immagine...
title: Logo
color:
info: Cambia il colore primario usato nel sito
title: Colore primario
subtitle: Personalizza Greenlight
title: Impostazioni Sito
flash:
banned: L'utente è stato bannato.
unbanned: E' stato tolto il blocco utente.
delete: L'utente è stato eliminato con successo
delete_fail: Errore nell'eliminazione utente
demoted: L'utente è stato declassato
promoted: L'utente è stato promosso
unauthorized: Non sei autorizzato ad effettuare modifiche sull'utente
title: Impostazioni dell'organizzazione
users:
edit:
title: Modifica dettagli utente
settings:
ban: Blocca utente
delete: Elimina
demote: Declassa utente
edit: Modifica
promote: Rendi amministratore
unban: Sblocca utente
table:
authenticator: Gestore di autenticazione
created: Creato
name: Nome
not_found: Nessun utente corrisponde alla ricerca
no_users: Nessun utente trovato
role: Ruolo
uid: ID Utente
username: Nome utente
title: Gestisci utenti
add_to_google_calendar: "Aggiungi a Google Calendar"
bigbluebutton: GrandeBottoneBlu
bigbluebutton_exception: "Dannazione, c'è stato un errore nell'avvio del meeting!"
cancel: Annulla
cookies:
cookie_info: "I Cookies aiutano a fornire i servizi personalizzati. Usando i nostri servizi, accetti di usare i nostri Cookies."
cookie_button: Accetto
copied: Copiato
copy: Copia
default_admin: "Stai utilizzando la password di default per l'account. Clicca <a href=\"%{edit_link}\">qui</a> per cambiarla"
delete: Elimina
delivery_error: Si è verificato un'errore nella consegna della mail. Contatta un amministratore!
docs: Documentazione
email: Email
email_sent: "La tua email di %{email_type} è stata inviata! (Controlla nella cartella Spam della tua email se non la ricevi)"
enter_your_name: Inserisci il tuo nome!
errors:
internal:
message: Diamine! Sembra che qualcosa non funzioni qui da noi.
help: "L'errore è stato salvato, abbiamo inviato un gruppo di scimmie per risolvere il problema."
migration_error:
contact_admin: "Non sei un amministratore, dovresti contattarne uno serio."
continue: Voglio restare con la verisione 1.0.
notice: >
Si è verificato un errore nella migrazione del database di GreenLight. <br> Questo può essere perché non hai aggiornato alla versione 2.0.
upgrade: Mostrami come aggiornare alla versione 2.0!
version: Abbiamo rilasciato una nuova versione di GreenLight ma il tuo database non sembra essere compatibile.
messages:
blank: non può essere vuoto
too_short: è troppo corto
invalid: non è valido
taken: è stato già utilizzato
accepted: devono essere accettati
confirmation: "non corrisponde a %{attribute}"
inclusion: non è nella lista
not_found:
message: Maledizione! Non riusciamo a trovarlo.
help: "Possibile che sia stato rimosso?"
title: Errori
unauthorized:
message: Non hai accesso a questa applicazione
help: "Se credi che sia un errore, contatta il tuo amministratore."
unprocessable:
message: Cavolo! Non possiamo processare la richiesta.
help: Sfortunatamente non è una richiesta valida.
expired_reset_token: Il link per il reset della password è scaduto!
features:
title: Caratteristiche
rooms: Stanze personalizzate
recordings: Gestione delle registrazioni
designs: Grafiche personalizzate
authentication: Autenticazione Utente
footer:
powered_by: "Questo progetto utilizza %{href}."
forgot_password:
subtitle: Password dimenticata
email: Email
submit: Invia
go_back: Indietro
greenlight: LuceVerde
header:
all_recordings: Tutte le Registrazioni
dropdown:
account_settings: Organizzazione
help: "Ti serve aiuto?"
home: Principale
settings: Profilo
signout: Esci
home_room: Stanza principale
info_update_success: Le informazioni sono state aggiornate.
invalid_user: "Accesso fallito: utente non trovato. Sicuro che l'email sia corretta?"
invalid_credentials: "Accesso fallito: credenziali errate. Sicuro che le credenziali siano corrette?"
invalid_login_method: "Accesso fallito: account non corretto. Devi effettuare l'accesso con omniauth."
invite_message: "Per invitare qualcuno a partecipare, inviagli questo link: "
javascript:
room:
mailer:
subject: 'ti ha mandato un invito per visualizzare una registrazione.'
body: 'Per visualizzare la registrazione, clicca su questo link: '
autogenerated: 'Questa email è stata generata automaticamente da BigBlueButton.'
footer: 'BigBlueButton è un sistema di videoconferenza basato su software libero. Per maggiori informazioni su BigBlueButton, visita https://bigbluebutton.org/.'
landing:
about: "%{href} è una semplice interfaccia per il software di video-conferenza open source BigBlueButton. Puoi creare Stanze per ospitare i meeting, o partecipare ad altri meeting utilizzando collegamenti brevi."
welcome: Benvenuti su BigBlueButton.
video: Guarda il tutorial sull'utilizzo di GreenLight
upgrade: Mostrami come aggiornare alla versione 2.0!
version: "E' stata rilasciata una nuova versione di GreenLight, ma il tuo database non è compatibile."
language_name: Inglese
language_default: Predefinito (linguaggio del browser)
ldap_error: Impossibile collegarsi al server LDAP. Controlla la configurazione LDAP nel file env e assicurati che il server sia attivo.
login: Entra
login_title: Entra nel tuo account
mailer:
user:
password_reset:
title: 'Reimposta password'
welcome: "Sembra che tu abbia dimenticato la password per %{bigbluebutton}"
message: 'Se è così, clicca sul link seguente per reimpostare la tua password:'
reset_link: Reimposta Password
expire: Questo link scadrà tra 2 ore.
ignore: Se non hai richiesto tu di reimpostare la password puoi ignorare questa email.
verify_email:
welcome: "Benvenuti nel vostro spazio personale, %{name}!"
success: "Supporta %{bigbluebutton}, puoi creare le tue stanze e ospitare meeting per collaborare con altri utenti."
username: "Il tuo nome utente è %{email}."
verify: "Per verificare il tuo account, clicca sul link seguente."
verify_text: 'Per verificare il tuo account, visita questo indirizzo: %{url}'
verify_link: Verifica Account
thanks: "Grazie per aver participato, buona giornata!"
max_concurrent: E' stato raggiunto il massimo numero di sessioni contemporanee!
modal:
create_room:
auto_join: Aggiungimi automaticamente alla stanza
create: Crea Stanza
free_delete: Puoi eliminare la stanza in qualsiasi momento.
name_placeholder: Inserisci il nome della stanza...
not_blank: Il nome della stanza non può essere vuoto
title: Crea una nuova stanza
delete_account:
confirm: "Sicuro di voler eliminare questo account?"
delete: Sono sicuro. Elimina questo account.
keep: "mmmh no dai, NON eliminarlo."
warning: Questa è la tua ultima possibilità. <b>Non</b> sarai in grado di recuperare i dati associati.
delete_room:
confirm: "Sicuro di voler eliminare %{room}?"
delete: "Sono sicuro, elimina la stanza."
keep: "Ripensandoci, penso che la terrò."
warning: "<b>Non</b> potrai recuperare questa stanza e le relative %{recordings_num} registrazioni salvate."
login:
or: o
with: "Entra con %{provider}"
forgot_password: "Hai dimenticato la password?"
rename_recording:
room_settings:
title: Impostazioni della stanza
update: Aggiorna Stanza
client: Seleziona il tipo di interfaccia
mute: Silenzia utenti quando entrano nella stanza
default: Predefinito
html: HTML5
flash: Flash
footer_text: Le impostazioni della stanza possono essere cambiate in qualsiasi momento.
rename_room:
name_placeholder: Inserisci il nome della nuova stanza...
name_update_success: Il nome della stanza è stato cambiato con successo!
no_user_email_exists: Non esistono utenti con la email specificata. Controlla di averla inserita correttamente.
omniauth_error: Si è verificato un errore con l'autenticazione omniauth. Prova ancora o contatta un amministratore!
pagy:
nav:
prev: "&lsaquo; Precedente"
next: "Prossimo &rsaquo;"
gap: "&hellip;"
password: Password
password_empty_notice: La password non può essere vuota.
password_reset_success: La password è stata reimpostata.
password_different_notice: La conferma della password non coincide.
provider:
google: Google
microsoft_office365: Office 365
twitter: Twitter
recaptcha:
errors:
recaptcha_unreachable: "Accidenti, la verifica reCAPTCHA è fallita. Riprova."
verification_failed: "Accidenti, la verifica reCAPTCHA è fallita. Riprova."
recording:
all_recordings: Tutte le registrazioni
email: Registrazioni Email
no_recordings: "Questa stanza non ha %{inject} registrazioni."
no_user_recordings: Non ci sono registrazioni al momento.
no_matched_recordings: Nessuna registrazione corrisponde alla tua ricerca.
recorded_on: "Registrato il %{date}"
table:
name: Nome
thumbnails: Anteprima
length: Durata
users: Utenti
visibility: Visibilità
formats: Formati
visibility:
public: Pubblica
unlisted: Non in elenco
format:
presentation: Presentazione
rename: Rinomina
reset_password:
subtitle: Reimposta password
password: Nuova password
confirm: Conferma nuova password
update: Aggiorna password
roles:
administrator: Amministratore
banned: Bloccato
super_admin: Super Amministratore
user: Utente
room:
create_room: Crea una stanza
create_room_error: Si è verificato un errore nella creazione della stanza
create_room_success: La stanza è stata creata correttamente
invited: Hai ricevuto un invito per partecipare
invite_participants: Invita partecipanti
join: Partecipa
last_session: "Ultima sessione: %{session}"
owner: Proprietario
no_sessions: Questa stanza non ha ancora una sessione attiva!
recordings: Registrazioni della stanza
sessions: Sessioni
settings: Impostazioni Stanza
start: Avvia
unavailable: La stanza non è disponibile finché il proprietario non verifica il suo indirizzo email.
update_settings_error: Si è verificato un errore nell'aggiornamento dei dettagli della stanza
update_settings_success: Impostazioni della stanza aggiornate correttamente
wait:
message: Il meeting non è ancora cominciato.
auto: Verrai inserito nella stanza non appena il meeting avrà inizio.
settings:
account:
fullname: Nome completo
language: Lingua
provider: Fornitore
image: Immagine
image_url: Indirizzo immagine del profilo
subtitle: Aggiorna le informazioni del tuo account
title: Informazioni account
delete:
button: "Si, voglio eliminare il mio account."
disclaimer: "Se scegli di eliminare il tuo account, <b>NON</b> sarà possibile recuperarlo. Tutte le informazioni riguardo l'account, incluse impostazioni, stanze e registrazioni, verranno eliminate."
subtitle: Elimina definitivamente l'account
title: Elimina account
password:
confirmation: Conferma nuova Password
new: Nuova Password
old: Vecchia Password
subtitle: Cambia la password
title: Password
title: Profilo
search: Cerca
signup:
password_confirm: Conferma Password
subtitle: Crea un Account
title: Iscriviti
with: "Iscriviti con %{provider}"
terms:
accept: "Accetto %{href}"
accept_existing: Accetto i termini e le condizioni
title: Termini e Condizioni
test_install: >
Questa versione usa un server di test pre-configurato, dovresti rimpiazzarlo con il tuo. Per i dettagli, visita %{href}.
update: Aggiorna
verify:
accept: Verifica
activated: Account verificato!
already_verified: L'Account è già stato verificato
invalid: Link di verifica non valido
not_verified: Il tuo account non è ancora stato verificato.
resend: Rimanda email di verifica
signin: Effettua l'accesso al tuo account.
title: Verifica la tua email
verification: Verifica

View File

@ -93,7 +93,6 @@ pt:
video: Assista ao nosso tutorial sobre como utilizar o Greenlight
upgrade: Mostre-me como atualizar para o 2.0!
version: "Lançamos uma nova versão do Greenlight, entretanto sua base de dados é incompatível."
language_name: Português
language_default: Padrão (idioma do navegador)
ldap_error: Não é possível conectar-se ao servidor LDAP. Verifique sua configuração LDAP no arquivo ENV e certifique-se de que seu servidor está funcionando.
login: Login

View File

@ -93,7 +93,6 @@ pt_BR:
video: Assista ao nosso tutorial sobre como utilizar o Greenlight
upgrade: Mostre-me como atualizar para o 2.0!
version: "Lançamos uma nova versão do Greenlight, entretanto sua base de dados é incompatível."
language_name: Português (Brasil)
language_default: Padrão (idioma do navegador)
ldap_error: Não é possível conectar ao servidor LDAP. Verifique sua configuração LDAP e certifique-se de que seu servidor está funcionando.
login: Entrar

View File

@ -85,7 +85,6 @@ ru_RU:
video: Посмотрите наше руководство по использованию Greenlight
upgrade: Показать мне как обновиться до версии 2.0!
version: "Мы выпустили новую версию Greenlight, но Ваша база данных несовместима с ней."
language_name: Русский
language_default: По умолчанию (язык браузера)
ldap_error: Невозможно соединиться с сервером LDAP. Пожалуйста проверьте Вашу конфигурацию LDAP в env-файле и убедитесь в работоспособности Вашего LDAP-сервера.
login: Войти

View File

@ -149,7 +149,6 @@ vi_VN:
video: Xem thêm hướng dẫn sử dụng LiveRoom
upgrade: Hãy chỉ cho tôi cách nâng cấp lên 2.0!
version: "Chúng tôi đã phát hành phiên bản mới của Greenlight, nhưng cơ sở dữ liệu của bạn không tương thích."
language_name: Tiếng Anh
language_default: Mặc định (ngôn ngữ từ trình duyệt)
ldap_error: Không thể kết nối với máy chủ LDAP. Vui lòng kiểm tra cấu hình LDAP của bạn trong tệp env và đảm bảo máy chủ của bạn đang hoạt động.
login: Đăng nhập

View File

@ -175,7 +175,6 @@ zh_CN:
video: 请看使用说明
upgrade: 告诉我怎么升级到 2.0!
version: 我们发布了新版Greenlight但你的数据库不兼容。
language_name: 简体中文
language_default: 默认(浏览器语言)
ldap_error: 无法连接到LDAP服务器请在env文件中检查LDAP配置还要确保服务已经启动。
login: 登录
@ -190,7 +189,7 @@ zh_CN:
info: 一个新用户已注册使用Greenlight。
more-info: 若要允许此用户访问greenlight您必须在“组织设置”中批准其帐户。
admins_link: 访问组织页面
subject: 新Greenlight用户注册
subject: 新Greenlight用户注册
username: "用户注册了名称 %{name} 和电子邮箱 %{email}."
subject: 帐户已批准
username: "您的用户名是 %{email}."
@ -206,7 +205,7 @@ zh_CN:
signup:
info: 被邀请的用户已注册使用greenlight。
admins_link: 访问组织页面
subject: 新Greenlight用户注册
subject: 新Greenlight用户注册
username: "用户注册了名称%{name} 和电子邮箱 %{email}."
subject: 邀请加入 BigBlueButton
username: "您的用户名是 %{email}."
@ -310,11 +309,11 @@ zh_CN:
format:
presentation: 演示
registration:
approval:
approval:
fail: 您的帐户尚未批准。如果您注册后已过多天,请与管理员联系。
signup: 您的帐户已成功创建。它已发送给管理员审批。
banned:
fail: 您没有访问此应用程序的权限。如果您认为这是一个错误,请联系您的管理员。
fail: 您没有访问此应用程序的权限。如果您认为这是一个错误,请联系您的管理员。
invite:
fail: 您的令牌无效或已过期。如果您认为这是一个错误,请联系您的管理员。
no_invite: 您没有被邀请加入。请联系管理员申请邀请。