forked from External/greenlight
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:
parent
5d4bd1b851
commit
a3158b5872
2
Gemfile
2
Gemfile
|
@ -121,3 +121,5 @@ gem 'random_password'
|
||||||
|
|
||||||
# Adds helpers for the Google reCAPTCHA API
|
# Adds helpers for the Google reCAPTCHA API
|
||||||
gem "recaptcha"
|
gem "recaptcha"
|
||||||
|
|
||||||
|
gem 'i18n-language-mapping', '~> 0.1.0'
|
||||||
|
|
|
@ -101,6 +101,7 @@ GEM
|
||||||
http_accept_language (2.1.1)
|
http_accept_language (2.1.1)
|
||||||
i18n (1.6.0)
|
i18n (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
i18n-language-mapping (0.1.0)
|
||||||
jaro_winkler (1.5.2)
|
jaro_winkler (1.5.2)
|
||||||
jbuilder (2.9.1)
|
jbuilder (2.9.1)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
|
@ -333,6 +334,7 @@ DEPENDENCIES
|
||||||
faker
|
faker
|
||||||
health_check
|
health_check
|
||||||
http_accept_language
|
http_accept_language
|
||||||
|
i18n-language-mapping (~> 0.1.0)
|
||||||
jbuilder (~> 2.5)
|
jbuilder (~> 2.5)
|
||||||
jquery-rails (~> 4.3.3)
|
jquery-rails (~> 4.3.3)
|
||||||
listen (~> 3.0.5)
|
listen (~> 3.0.5)
|
||||||
|
|
|
@ -17,10 +17,12 @@
|
||||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
require 'bbb_api'
|
require 'bbb_api'
|
||||||
|
require 'i18n/language/mapping'
|
||||||
|
|
||||||
module ApplicationHelper
|
module ApplicationHelper
|
||||||
include MeetingsHelper
|
include MeetingsHelper
|
||||||
include BbbApi
|
include BbbApi
|
||||||
|
include I18n::Language::Mapping
|
||||||
|
|
||||||
# Gets all configured omniauth providers.
|
# Gets all configured omniauth providers.
|
||||||
def configured_providers
|
def configured_providers
|
||||||
|
@ -54,9 +56,8 @@ module ApplicationHelper
|
||||||
locales = I18n.available_locales
|
locales = I18n.available_locales
|
||||||
language_opts = [['<<<< ' + t("language_default") + ' >>>>', "default"]]
|
language_opts = [['<<<< ' + t("language_default") + ' >>>>', "default"]]
|
||||||
locales.each do |locale|
|
locales.each do |locale|
|
||||||
language_name = t("language_name", locale: locale)
|
language_mapping = I18n::Language::Mapping.language_mapping_list[locale.to_s.gsub("_", "-")]
|
||||||
language_name = locale.to_s if locale != :en && language_name == 'English'
|
language_opts.push([language_mapping["nativeName"], locale.to_s])
|
||||||
language_opts.push([language_name, locale.to_s])
|
|
||||||
end
|
end
|
||||||
language_opts.sort
|
language_opts.sort
|
||||||
end
|
end
|
||||||
|
|
|
@ -93,7 +93,6 @@ ar:
|
||||||
video: شاهد برنامجنا التعليمي حول استخدام Greenlight
|
video: شاهد برنامجنا التعليمي حول استخدام Greenlight
|
||||||
upgrade: أرني كيفية الترقية إلى 2.0!
|
upgrade: أرني كيفية الترقية إلى 2.0!
|
||||||
version: لقد أصدرنا إصدارًا جديدًا من Greenlight ، لكن قاعدة البيانات غير متوافقة.
|
version: لقد أصدرنا إصدارًا جديدًا من Greenlight ، لكن قاعدة البيانات غير متوافقة.
|
||||||
language_name: العربية
|
|
||||||
language_default: الافتراضي (لغة المتصفح)
|
language_default: الافتراضي (لغة المتصفح)
|
||||||
ldap_error: غير قادر على الاتصال بخادم LDAP. يرجى التحقق من تكوين LDAP في ملف env والتأكد من تشغيل خادمك.
|
ldap_error: غير قادر على الاتصال بخادم LDAP. يرجى التحقق من تكوين LDAP في ملف env والتأكد من تشغيل خادمك.
|
||||||
login: الدخول
|
login: الدخول
|
||||||
|
|
|
@ -175,7 +175,6 @@ de_DE:
|
||||||
video: Schauen Sie sich unsere Anleitung zur Verwendung von Greenlight an
|
video: Schauen Sie sich unsere Anleitung zur Verwendung von Greenlight an
|
||||||
upgrade: "Zeigen Sie mir, wie ich auf Version 2.0. update!"
|
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."
|
version: "Wir haben eine neue Version von Greenlight veröffentlicht, aber Ihre Datenbank ist damit nicht kompatibel."
|
||||||
language_name: Deutsch
|
|
||||||
language_default: Voreinstellung (Browsersprache)
|
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."
|
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
|
login: Einloggen
|
||||||
|
@ -190,7 +189,7 @@ de_DE:
|
||||||
info: Ein neuer Nutzer hat sich bei Greenlight angemeldet.
|
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."
|
more-info: "Um diesem Nutzer Zugriff auf Greenlight zu geben, müssen Sie seinen Account in den Organisationseinstellungen genehmigen."
|
||||||
admins_link: Organisationsseite besuchen
|
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."
|
username: "Der Nutzer hat sich mit dem Namen %{name} und der Email %{email} registiert."
|
||||||
subject: Account genehmigt
|
subject: Account genehmigt
|
||||||
username: "Ihr Nutzername ist %{email}."
|
username: "Ihr Nutzername ist %{email}."
|
||||||
|
@ -206,7 +205,7 @@ de_DE:
|
||||||
signup:
|
signup:
|
||||||
info: Ein Nutzer hat Sie dazu eingeladen sich für die Nutzung von Greenlight zu registieren.
|
info: Ein Nutzer hat Sie dazu eingeladen sich für die Nutzung von Greenlight zu registieren.
|
||||||
admins_link: Organisationsseite besuchen
|
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."
|
username: "Der Nutzer hat sich mit dem Namen %{name} und der Email %{email} registriert."
|
||||||
subject: Einladung zur BigBlueButton-Teilnahme
|
subject: Einladung zur BigBlueButton-Teilnahme
|
||||||
username: "Ihr Nutzername ist %{email}."
|
username: "Ihr Nutzername ist %{email}."
|
||||||
|
@ -311,11 +310,11 @@ de_DE:
|
||||||
format:
|
format:
|
||||||
presentation: Präsentation
|
presentation: Präsentation
|
||||||
registration:
|
registration:
|
||||||
approval:
|
approval:
|
||||||
fail: "Ihr Account wurde noch nicht freigeschaltet. Falls Sie sich bereits vor mehreren Tagen registriert haben, kontaktieren Sie bitte Ihren Administrator."
|
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.
|
signup: Ihr Account wurde erfolgreich erzeugt. Er muss noch durch einen Administrator freigeschaltet werden.
|
||||||
banned:
|
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:
|
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."
|
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."
|
no_invite: "Sie sind nicht zu Teilnahme eingeladen. Bitte kontaktieren Sie Ihren Administrator, um eine Einladung zu erhalten."
|
||||||
|
|
|
@ -69,7 +69,6 @@ el:
|
||||||
video: Παρακολουθήστε το σεμινάριο μας σχετικά με τη χρήση του Greenlight
|
video: Παρακολουθήστε το σεμινάριο μας σχετικά με τη χρήση του Greenlight
|
||||||
upgrade: Δείξε μου πώς να αναβαθμίσω σε 2.0!
|
upgrade: Δείξε μου πώς να αναβαθμίσω σε 2.0!
|
||||||
version: "Έχουμε κυκλοφορήσει μια νέα έκδοση του Greenlight, αλλά η βάση δεδομένων σας δεν είναι συμβατή."
|
version: "Έχουμε κυκλοφορήσει μια νέα έκδοση του Greenlight, αλλά η βάση δεδομένων σας δεν είναι συμβατή."
|
||||||
language_name: Ελληνικά
|
|
||||||
ldap_error: Δεν είναι δυνατή η σύνδεση με το διακομιστή LDAP. Ελέγξτε τη διαμόρφωση του LDAP στο αρχείο env και βεβαιωθείτε ότι ο διακομιστής σας εκτελείται.
|
ldap_error: Δεν είναι δυνατή η σύνδεση με το διακομιστή LDAP. Ελέγξτε τη διαμόρφωση του LDAP στο αρχείο env και βεβαιωθείτε ότι ο διακομιστής σας εκτελείται.
|
||||||
login: Σύνδεση
|
login: Σύνδεση
|
||||||
modal:
|
modal:
|
||||||
|
|
|
@ -191,7 +191,6 @@ en:
|
||||||
video: Watch our tutorial on using Greenlight
|
video: Watch our tutorial on using Greenlight
|
||||||
upgrade: Show me how to upgrade to 2.0!
|
upgrade: Show me how to upgrade to 2.0!
|
||||||
version: We've released a new version of Greenlight, but your database isn't compatible.
|
version: We've released a new version of Greenlight, but your database isn't compatible.
|
||||||
language_name: English
|
|
||||||
language_default: Default (browser language)
|
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.
|
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
|
login: Sign in
|
||||||
|
@ -206,7 +205,7 @@ en:
|
||||||
info: A new user has signed up to use Greenlight.
|
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.
|
more-info: To allow this user to access Greenlight you must approve their account in organization settings.
|
||||||
admins_link: Visit the Organization Page
|
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}.
|
username: The user signed up with the name %{name} and the email %{email}.
|
||||||
subject: Account Approved
|
subject: Account Approved
|
||||||
username: Your username is %{email}.
|
username: Your username is %{email}.
|
||||||
|
@ -222,7 +221,7 @@ en:
|
||||||
signup:
|
signup:
|
||||||
info: A user that was invited has signed up to use Greenlight.
|
info: A user that was invited has signed up to use Greenlight.
|
||||||
admins_link: Visit the Organization Page
|
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}.
|
username: The user signed up with the name %{name} and the email %{email}.
|
||||||
subject: Invitation to join BigBlueButton
|
subject: Invitation to join BigBlueButton
|
||||||
username: Your username is %{email}.
|
username: Your username is %{email}.
|
||||||
|
@ -327,11 +326,11 @@ en:
|
||||||
format:
|
format:
|
||||||
presentation: Presentation
|
presentation: Presentation
|
||||||
registration:
|
registration:
|
||||||
approval:
|
approval:
|
||||||
fail: Your account has not been approved yet. If multiples days have passed since you signed up, please contact your administrator.
|
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.
|
signup: Your account was successfully created. It has been sent to an administrator for approval.
|
||||||
banned:
|
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:
|
invite:
|
||||||
fail: Your token is either invalid or has expired. If you believe this is a mistake, please contact your administrator.
|
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.
|
no_invite: You do not have an invitation to join. Please contact your administrator to receive one.
|
||||||
|
|
|
@ -175,7 +175,6 @@ es:
|
||||||
video: Ve nuestro tutorial de como utilizar Greenlight
|
video: Ve nuestro tutorial de como utilizar Greenlight
|
||||||
upgrade: Muestrame como actualizar a versión 2.0
|
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.
|
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)
|
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.
|
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
|
login: Ingresar
|
||||||
|
@ -190,7 +189,7 @@ es:
|
||||||
info: Se ha registrado un usuario nuevo.
|
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.
|
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
|
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}."
|
username: "El usuario se ha registrado como %{name} con el email %{email}."
|
||||||
subject: Cuenta de usuario autorizada
|
subject: Cuenta de usuario autorizada
|
||||||
username: "Tu nombre de usuario es %{email}"
|
username: "Tu nombre de usuario es %{email}"
|
||||||
|
@ -206,7 +205,7 @@ es:
|
||||||
signup:
|
signup:
|
||||||
info: Un usuario que fue invitado a registrarse ha completado su registro.
|
info: Un usuario que fue invitado a registrarse ha completado su registro.
|
||||||
admins_link: Ir a la página 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}."
|
username: "El usuario se ha registrado como %{name} con el email %{email}."
|
||||||
subject: Invitación a ingresar a BigBlueButton
|
subject: Invitación a ingresar a BigBlueButton
|
||||||
username: "Tu nombre de usuario es %{email}."
|
username: "Tu nombre de usuario es %{email}."
|
||||||
|
@ -311,11 +310,11 @@ es:
|
||||||
format:
|
format:
|
||||||
presentation: Presentación
|
presentation: Presentación
|
||||||
registration:
|
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."
|
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.
|
signup: Tú cuenta de usuario ha sido creada y se le ha enviado una notificación al administrador para su autorización.
|
||||||
banned:
|
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:
|
invite:
|
||||||
fail: "Tu código ha expirado o es invalido. Sí tu crees que este es un error, contacta al administrador del sistema."
|
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.
|
no_invite: No tienes una invitación para ingresar. Contacta al administrador del sistema para obtener una.
|
||||||
|
|
|
@ -175,7 +175,6 @@ es_MX:
|
||||||
video: Ve nuestro tutorial de como utilizar Greenlight
|
video: Ve nuestro tutorial de como utilizar Greenlight
|
||||||
upgrade: Muestrame como actualizar a versión 2.0
|
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.
|
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)
|
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.
|
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
|
login: Ingresar
|
||||||
|
@ -190,7 +189,7 @@ es_MX:
|
||||||
info: Se ha registrado un usuario nuevo.
|
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.
|
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
|
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}."
|
username: "El usuario se ha registrado como %{name}con el email %{email}."
|
||||||
subject: Cuenta de usuario autorizada
|
subject: Cuenta de usuario autorizada
|
||||||
username: "Tu nombre de usuario es %{email}."
|
username: "Tu nombre de usuario es %{email}."
|
||||||
|
@ -206,7 +205,7 @@ es_MX:
|
||||||
signup:
|
signup:
|
||||||
info: Un usuario que fue invitado a registrarse ha completado su registro.
|
info: Un usuario que fue invitado a registrarse ha completado su registro.
|
||||||
admins_link: Ir a la página 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}. "
|
username: "El usuario se ha registrado como%{name} con el email %{email}. "
|
||||||
subject: Invitación a ingresar a BigBlueButton
|
subject: Invitación a ingresar a BigBlueButton
|
||||||
username: "Tu nombre de usuario es %{email}."
|
username: "Tu nombre de usuario es %{email}."
|
||||||
|
@ -311,11 +310,11 @@ es_MX:
|
||||||
format:
|
format:
|
||||||
presentation: Presentación
|
presentation: Presentación
|
||||||
registration:
|
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."
|
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.
|
signup: Tú cuenta de usuario ha sido creada y se le ha enviado una notificación al administrador para su autorización.
|
||||||
banned:
|
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:
|
invite:
|
||||||
fail: "Tu código ha expirado o es invalido. Sí tu crees que este es un error, contacta al administrador del sistema."
|
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.
|
no_invite: No tienes una invitación para ingresar. Contacta al administrador del sistema para obtener una.
|
||||||
|
|
|
@ -175,7 +175,6 @@ fa_IR:
|
||||||
video: ویدئوی آموزشی ما را در مورد استفاده از گرین لایت مشاهده کنید
|
video: ویدئوی آموزشی ما را در مورد استفاده از گرین لایت مشاهده کنید
|
||||||
upgrade: به من نشان بده چگونه به نسخه 2.0 به روز رسانی کنم!
|
upgrade: به من نشان بده چگونه به نسخه 2.0 به روز رسانی کنم!
|
||||||
version: ما یک نسخه جدید از گرین لایت را منتشر کرده ایم، اما پایگاه داده شما با آن سازگاری ندارد.
|
version: ما یک نسخه جدید از گرین لایت را منتشر کرده ایم، اما پایگاه داده شما با آن سازگاری ندارد.
|
||||||
language_name: انگلیسی
|
|
||||||
language_default: پیشفرض (زبان مرورگر)
|
language_default: پیشفرض (زبان مرورگر)
|
||||||
ldap_error: امکان دسترسی به سرور LDAP وجود ندارد. لطفا تنظیمات LDAP خود را در فایل env بررسی کرده و مطمئن شوید سرور در حال اجرا است.
|
ldap_error: امکان دسترسی به سرور LDAP وجود ندارد. لطفا تنظیمات LDAP خود را در فایل env بررسی کرده و مطمئن شوید سرور در حال اجرا است.
|
||||||
login: ورود
|
login: ورود
|
||||||
|
@ -190,7 +189,7 @@ fa_IR:
|
||||||
info: یک کاربر جدید در گرین لایت ثبت نامه کرده است
|
info: یک کاربر جدید در گرین لایت ثبت نامه کرده است
|
||||||
more-info: برای داشتن مجوز دسترسی برای این کاربر به گرین لایت، شما می بایست حساب کاربری آن ها را در تنظیمات سازمان تایید کنید.
|
more-info: برای داشتن مجوز دسترسی برای این کاربر به گرین لایت، شما می بایست حساب کاربری آن ها را در تنظیمات سازمان تایید کنید.
|
||||||
admins_link: مشاهده صفحه سازمان
|
admins_link: مشاهده صفحه سازمان
|
||||||
subject: ثبت نام کاربر جدید گرین لایت
|
subject: ثبت نام کاربر جدید گرین لایت
|
||||||
username: "کاربر با نام %{name} و ادرس ایمیل %{email} ثبت نام کرده است."
|
username: "کاربر با نام %{name} و ادرس ایمیل %{email} ثبت نام کرده است."
|
||||||
subject: حساب کاربری تایید شد
|
subject: حساب کاربری تایید شد
|
||||||
username: "نام کاربری شما %{email} است."
|
username: "نام کاربری شما %{email} است."
|
||||||
|
@ -206,7 +205,7 @@ fa_IR:
|
||||||
signup:
|
signup:
|
||||||
info: کاربری که دعوت کرده بودید برای استفاده از گرین لایت ثبت نام کرده است.
|
info: کاربری که دعوت کرده بودید برای استفاده از گرین لایت ثبت نام کرده است.
|
||||||
admins_link: صفحه سازمان را مشاهده کنید
|
admins_link: صفحه سازمان را مشاهده کنید
|
||||||
subject: ثبت نام کاربر گرین لایت جدید
|
subject: ثبت نام کاربر گرین لایت جدید
|
||||||
username: "کاربر با نام %{name} و ادرس ایمیل %{email} ثبت نام کرده است."
|
username: "کاربر با نام %{name} و ادرس ایمیل %{email} ثبت نام کرده است."
|
||||||
subject: دعوت نامه برای پیوستن به بیگ بلو باتن
|
subject: دعوت نامه برای پیوستن به بیگ بلو باتن
|
||||||
username: "نام کاربری شما %{email} است."
|
username: "نام کاربری شما %{email} است."
|
||||||
|
@ -310,11 +309,11 @@ fa_IR:
|
||||||
format:
|
format:
|
||||||
presentation: ارائه
|
presentation: ارائه
|
||||||
registration:
|
registration:
|
||||||
approval:
|
approval:
|
||||||
fail: حساب کاربری شما هنوز تایید نشده است. اگر چند روز از ثبت نام شما گذشته است، لطفا با مدیر خود تماس بگیرید.
|
fail: حساب کاربری شما هنوز تایید نشده است. اگر چند روز از ثبت نام شما گذشته است، لطفا با مدیر خود تماس بگیرید.
|
||||||
signup: حساب کاربری شما با موفقیت ایجاد شد و برای تایید به مدیر ارسال شد.
|
signup: حساب کاربری شما با موفقیت ایجاد شد و برای تایید به مدیر ارسال شد.
|
||||||
banned:
|
banned:
|
||||||
fail: شما دسترسی به این برنامه ندارید. اگر فکر میکنید این اشتباه است، لطفا با مدیر سیستم خود تماس بگیرید
|
fail: شما دسترسی به این برنامه ندارید. اگر فکر میکنید این اشتباه است، لطفا با مدیر سیستم خود تماس بگیرید
|
||||||
invite:
|
invite:
|
||||||
fail: توکن شما به اتمام رسیده یا اشتباه است. اگر فک میکنید این اشتباه است، لطفا با مدیر سیستم خود تماس بگیرید
|
fail: توکن شما به اتمام رسیده یا اشتباه است. اگر فک میکنید این اشتباه است، لطفا با مدیر سیستم خود تماس بگیرید
|
||||||
no_invite: شما دعوت نامه ای برای ورود ندارید، لطفا برای دریافت آن با مدیر تماس بگیرید.
|
no_invite: شما دعوت نامه ای برای ورود ندارید، لطفا برای دریافت آن با مدیر تماس بگیرید.
|
||||||
|
|
|
@ -93,7 +93,6 @@ fr:
|
||||||
video: Regardez notre tutoriel sur l'utilisation de Greenlight
|
video: Regardez notre tutoriel sur l'utilisation de Greenlight
|
||||||
upgrade: Montrez-moi comment passer à la version 2.0 !
|
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."
|
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)
|
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.
|
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
|
login: Connexion
|
||||||
|
|
|
@ -93,7 +93,6 @@ hi_IN:
|
||||||
video: ग्रीनलाइट का उपयोग करने पर हमारा ट्यूटोरियल देखें
|
video: ग्रीनलाइट का उपयोग करने पर हमारा ट्यूटोरियल देखें
|
||||||
upgrade: मुझे 2.0 में अपग्रेड करने का तरीका दिखाएं!
|
upgrade: मुझे 2.0 में अपग्रेड करने का तरीका दिखाएं!
|
||||||
version: "हमने ग्रीनलाइट का एक नया संस्करण जारी किया है, लेकिन आपका डेटाबेस संगत नहीं है !"
|
version: "हमने ग्रीनलाइट का एक नया संस्करण जारी किया है, लेकिन आपका डेटाबेस संगत नहीं है !"
|
||||||
language_name: अंग्रेज़ी
|
|
||||||
language_default: डिफ़ॉल्ट (ब्राउज़र भाषा)
|
language_default: डिफ़ॉल्ट (ब्राउज़र भाषा)
|
||||||
ldap_error: LDAP सर्वर से कनेक्ट करने में असमर्थ। कृपया env फ़ाइल में अपना LDAP कॉन्फ़िगरेशन जांचें और सुनिश्चित करें कि आपका सर्वर चल रहा है।
|
ldap_error: LDAP सर्वर से कनेक्ट करने में असमर्थ। कृपया env फ़ाइल में अपना LDAP कॉन्फ़िगरेशन जांचें और सुनिश्चित करें कि आपका सर्वर चल रहा है।
|
||||||
login: प्रवेश करने देना
|
login: प्रवेश करने देना
|
||||||
|
|
|
@ -175,7 +175,6 @@ hu_HU:
|
||||||
video: Nézd meg az ismertetőnket a Greenlight használatáról
|
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!"
|
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."
|
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)
|
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ő."
|
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
|
login: Bejelentkezés
|
||||||
|
@ -190,7 +189,7 @@ hu_HU:
|
||||||
info: "Egy új felhasználó regisztrált, hogy használhassa a Greenlight-ot."
|
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."
|
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
|
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."
|
username: "A felhasználó %{name} felhasználónévvel, %{email} e-mail címmel regisztrált."
|
||||||
subject: Jóváhagyott fiók
|
subject: Jóváhagyott fiók
|
||||||
username: "A felhasználóneved %{email}."
|
username: "A felhasználóneved %{email}."
|
||||||
|
@ -206,7 +205,7 @@ hu_HU:
|
||||||
signup:
|
signup:
|
||||||
info: "Egy meghívott felhasználó regisztrált, hogy használhassa a Greenlight-ot."
|
info: "Egy meghívott felhasználó regisztrált, hogy használhassa a Greenlight-ot."
|
||||||
admins_link: A Szervezeti oldal megtekintése
|
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."
|
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
|
subject: Meghívás a BigBlueButton használatára
|
||||||
username: "A felhasználóneved %{email}."
|
username: "A felhasználóneved %{email}."
|
||||||
|
@ -310,11 +309,11 @@ hu_HU:
|
||||||
format:
|
format:
|
||||||
presentation: Prezentáció
|
presentation: Prezentáció
|
||||||
registration:
|
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."
|
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."
|
signup: "A fiókodat sikeresen létrehoztuk, várunk az üzemeltető jóváhagyására."
|
||||||
banned:
|
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:
|
invite:
|
||||||
fail: "A tokened nem érvényes vagy lejárt. Amennyiben úgy gondolod, hogy ez egy hiba, kérjük, jelezd az üzemeltetőnek."
|
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.
|
no_invite: Neked nem küldtünk meghívót. Kérhetsz egyet az üzemeltetőktől.
|
||||||
|
|
|
@ -23,26 +23,48 @@ it:
|
||||||
accepted_terms: "Termini e condizioni"
|
accepted_terms: "Termini e condizioni"
|
||||||
administrator:
|
administrator:
|
||||||
site_settings:
|
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:
|
branding:
|
||||||
change: Cambia immagine
|
change: Cambia immagine
|
||||||
info: Cambia il logo del brand che appare nell'angolo in alto a sinistra
|
info: Cambia il logo del brand che appare nell'angolo in alto a sinistra
|
||||||
placeholder: Indirizzo immagine...
|
placeholder: Indirizzo immagine...
|
||||||
title: Logo
|
title: Logo
|
||||||
color:
|
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
|
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
|
subtitle: Personalizza Greenlight
|
||||||
title: Impostazioni Sito
|
title: Impostazioni Sito
|
||||||
flash:
|
flash:
|
||||||
|
approved: L'utente è stato approvato con successo
|
||||||
banned: L'utente è stato bannato.
|
banned: L'utente è stato bannato.
|
||||||
unbanned: E' stato tolto il blocco utente.
|
unbanned: E' stato tolto il blocco utente.
|
||||||
delete: L'utente è stato eliminato con successo
|
delete: L'utente è stato eliminato con successo
|
||||||
delete_fail: Errore nell'eliminazione utente
|
delete_fail: Errore nell'eliminazione utente
|
||||||
demoted: L'utente è stato declassato
|
demoted: L'utente è stato declassato
|
||||||
|
invite: "L'invito è stato inviato a %{email}"
|
||||||
|
invite_email_verification: ""
|
||||||
promoted: L'utente è stato promosso
|
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
|
unauthorized: Non sei autorizzato ad effettuare modifiche sull'utente
|
||||||
title: Impostazioni dell'organizzazione
|
title: Impostazioni dell'organizzazione
|
||||||
users:
|
users:
|
||||||
|
invite: Invita utente
|
||||||
edit:
|
edit:
|
||||||
title: Modifica dettagli utente
|
title: Modifica dettagli utente
|
||||||
settings:
|
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)"
|
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!
|
enter_your_name: Inserisci il tuo nome!
|
||||||
errors:
|
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:
|
internal:
|
||||||
message: Diamine! Sembra che qualcosa non funzioni qui da noi.
|
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."
|
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
|
video: Guarda il tutorial sull'utilizzo di GreenLight
|
||||||
upgrade: Mostrami come aggiornare alla versione 2.0!
|
upgrade: Mostrami come aggiornare alla versione 2.0!
|
||||||
version: "E' stata rilasciata una nuova versione di GreenLight, ma il tuo database non è compatibile."
|
version: "E' stata rilasciata una nuova versione di GreenLight, ma il tuo database non è compatibile."
|
||||||
language_name: Inglese
|
|
||||||
language_default: Predefinito (linguaggio del browser)
|
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.
|
ldap_error: Impossibile collegarsi al server LDAP. Controlla la configurazione LDAP nel file env e assicurati che il server sia attivo.
|
||||||
login: Entra
|
login: Entra
|
||||||
login_title: Entra nel tuo account
|
login_title: Entra nel tuo account
|
||||||
mailer:
|
mailer:
|
||||||
user:
|
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:
|
password_reset:
|
||||||
title: 'Reimposta password'
|
title: 'Reimposta password'
|
||||||
welcome: "Sembra che tu abbia dimenticato la password per %{bigbluebutton}"
|
welcome: "Sembra che tu abbia dimenticato la password per %{bigbluebutton}"
|
||||||
|
@ -163,6 +216,11 @@ it:
|
||||||
reset_link: Reimposta Password
|
reset_link: Reimposta Password
|
||||||
expire: Questo link scadrà tra 2 ore.
|
expire: Questo link scadrà tra 2 ore.
|
||||||
ignore: Se non hai richiesto tu di reimpostare la password puoi ignorare questa email.
|
ignore: Se non hai richiesto tu di reimpostare la password puoi ignorare questa email.
|
||||||
|
promoted:
|
||||||
|
admins_link: ""
|
||||||
|
info: ""
|
||||||
|
more-info: ""
|
||||||
|
subtitle: ""
|
||||||
verify_email:
|
verify_email:
|
||||||
welcome: "Benvenuti nel vostro spazio personale, %{name}!"
|
welcome: "Benvenuti nel vostro spazio personale, %{name}!"
|
||||||
success: "Supporta %{bigbluebutton}, puoi creare le tue stanze e ospitare meeting per collaborare con altri utenti."
|
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}?"
|
confirm: "Sicuro di voler eliminare %{room}?"
|
||||||
delete: "Sono sicuro, elimina la stanza."
|
delete: "Sono sicuro, elimina la stanza."
|
||||||
keep: "Ripensandoci, penso che la terrò."
|
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:
|
login:
|
||||||
or: o
|
or: o
|
||||||
with: "Entra con %{provider}"
|
with: "Entra con %{provider}"
|
||||||
|
@ -245,6 +309,15 @@ it:
|
||||||
unlisted: Non in elenco
|
unlisted: Non in elenco
|
||||||
format:
|
format:
|
||||||
presentation: Presentazione
|
presentation: Presentazione
|
||||||
|
registration:
|
||||||
|
approval:
|
||||||
|
fail: ""
|
||||||
|
signup: ""
|
||||||
|
banned:
|
||||||
|
fail: ""
|
||||||
|
invite:
|
||||||
|
fail: ""
|
||||||
|
no_invite: ""
|
||||||
rename: Rinomina
|
rename: Rinomina
|
||||||
reset_password:
|
reset_password:
|
||||||
subtitle: Reimposta password
|
subtitle: Reimposta password
|
||||||
|
@ -254,6 +327,7 @@ it:
|
||||||
roles:
|
roles:
|
||||||
administrator: Amministratore
|
administrator: Amministratore
|
||||||
banned: Bloccato
|
banned: Bloccato
|
||||||
|
pending: ""
|
||||||
super_admin: Super Amministratore
|
super_admin: Super Amministratore
|
||||||
user: Utente
|
user: Utente
|
||||||
room:
|
room:
|
||||||
|
@ -274,7 +348,7 @@ it:
|
||||||
update_settings_error: Si è verificato un errore nell'aggiornamento dei dettagli della stanza
|
update_settings_error: Si è verificato un errore nell'aggiornamento dei dettagli della stanza
|
||||||
update_settings_success: Impostazioni della stanza aggiornate correttamente
|
update_settings_success: Impostazioni della stanza aggiornate correttamente
|
||||||
wait:
|
wait:
|
||||||
message: Il meeting non è ancora cominciato.
|
message: ""
|
||||||
auto: Verrai inserito nella stanza non appena il meeting avrà inizio.
|
auto: Verrai inserito nella stanza non appena il meeting avrà inizio.
|
||||||
settings:
|
settings:
|
||||||
account:
|
account:
|
||||||
|
|
|
@ -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: "‹ Precedente"
|
|
||||||
next: "Prossimo ›"
|
|
||||||
gap: "…"
|
|
||||||
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
|
|
|
@ -93,7 +93,6 @@ pt:
|
||||||
video: Assista ao nosso tutorial sobre como utilizar o Greenlight
|
video: Assista ao nosso tutorial sobre como utilizar o Greenlight
|
||||||
upgrade: Mostre-me como atualizar para o 2.0!
|
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."
|
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)
|
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.
|
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
|
login: Login
|
||||||
|
|
|
@ -93,7 +93,6 @@ pt_BR:
|
||||||
video: Assista ao nosso tutorial sobre como utilizar o Greenlight
|
video: Assista ao nosso tutorial sobre como utilizar o Greenlight
|
||||||
upgrade: Mostre-me como atualizar para o 2.0!
|
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."
|
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)
|
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.
|
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
|
login: Entrar
|
||||||
|
|
|
@ -85,7 +85,6 @@ ru_RU:
|
||||||
video: Посмотрите наше руководство по использованию Greenlight
|
video: Посмотрите наше руководство по использованию Greenlight
|
||||||
upgrade: Показать мне как обновиться до версии 2.0!
|
upgrade: Показать мне как обновиться до версии 2.0!
|
||||||
version: "Мы выпустили новую версию Greenlight, но Ваша база данных несовместима с ней."
|
version: "Мы выпустили новую версию Greenlight, но Ваша база данных несовместима с ней."
|
||||||
language_name: Русский
|
|
||||||
language_default: По умолчанию (язык браузера)
|
language_default: По умолчанию (язык браузера)
|
||||||
ldap_error: Невозможно соединиться с сервером LDAP. Пожалуйста проверьте Вашу конфигурацию LDAP в env-файле и убедитесь в работоспособности Вашего LDAP-сервера.
|
ldap_error: Невозможно соединиться с сервером LDAP. Пожалуйста проверьте Вашу конфигурацию LDAP в env-файле и убедитесь в работоспособности Вашего LDAP-сервера.
|
||||||
login: Войти
|
login: Войти
|
||||||
|
|
|
@ -149,7 +149,6 @@ vi_VN:
|
||||||
video: Xem thêm hướng dẫn sử dụng LiveRoom
|
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!
|
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."
|
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)
|
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.
|
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
|
login: Đăng nhập
|
||||||
|
|
|
@ -175,7 +175,6 @@ zh_CN:
|
||||||
video: 请看使用说明
|
video: 请看使用说明
|
||||||
upgrade: 告诉我怎么升级到 2.0!
|
upgrade: 告诉我怎么升级到 2.0!
|
||||||
version: 我们发布了新版Greenlight,但你的数据库不兼容。
|
version: 我们发布了新版Greenlight,但你的数据库不兼容。
|
||||||
language_name: 简体中文
|
|
||||||
language_default: 默认(浏览器语言)
|
language_default: 默认(浏览器语言)
|
||||||
ldap_error: 无法连接到LDAP服务器,请在env文件中检查LDAP配置,还要确保服务已经启动。
|
ldap_error: 无法连接到LDAP服务器,请在env文件中检查LDAP配置,还要确保服务已经启动。
|
||||||
login: 登录
|
login: 登录
|
||||||
|
@ -190,7 +189,7 @@ zh_CN:
|
||||||
info: 一个新用户已注册使用Greenlight。
|
info: 一个新用户已注册使用Greenlight。
|
||||||
more-info: 若要允许此用户访问greenlight,您必须在“组织设置”中批准其帐户。
|
more-info: 若要允许此用户访问greenlight,您必须在“组织设置”中批准其帐户。
|
||||||
admins_link: 访问组织页面
|
admins_link: 访问组织页面
|
||||||
subject: 新Greenlight用户注册
|
subject: 新Greenlight用户注册
|
||||||
username: "用户注册了名称 %{name} 和电子邮箱 %{email}."
|
username: "用户注册了名称 %{name} 和电子邮箱 %{email}."
|
||||||
subject: 帐户已批准
|
subject: 帐户已批准
|
||||||
username: "您的用户名是 %{email}."
|
username: "您的用户名是 %{email}."
|
||||||
|
@ -206,7 +205,7 @@ zh_CN:
|
||||||
signup:
|
signup:
|
||||||
info: 被邀请的用户已注册使用greenlight。
|
info: 被邀请的用户已注册使用greenlight。
|
||||||
admins_link: 访问组织页面
|
admins_link: 访问组织页面
|
||||||
subject: 新Greenlight用户注册
|
subject: 新Greenlight用户注册
|
||||||
username: "用户注册了名称%{name} 和电子邮箱 %{email}."
|
username: "用户注册了名称%{name} 和电子邮箱 %{email}."
|
||||||
subject: 邀请加入 BigBlueButton
|
subject: 邀请加入 BigBlueButton
|
||||||
username: "您的用户名是 %{email}."
|
username: "您的用户名是 %{email}."
|
||||||
|
@ -310,11 +309,11 @@ zh_CN:
|
||||||
format:
|
format:
|
||||||
presentation: 演示
|
presentation: 演示
|
||||||
registration:
|
registration:
|
||||||
approval:
|
approval:
|
||||||
fail: 您的帐户尚未批准。如果您注册后已过多天,请与管理员联系。
|
fail: 您的帐户尚未批准。如果您注册后已过多天,请与管理员联系。
|
||||||
signup: 您的帐户已成功创建。它已发送给管理员审批。
|
signup: 您的帐户已成功创建。它已发送给管理员审批。
|
||||||
banned:
|
banned:
|
||||||
fail: 您没有访问此应用程序的权限。如果您认为这是一个错误,请联系您的管理员。
|
fail: 您没有访问此应用程序的权限。如果您认为这是一个错误,请联系您的管理员。
|
||||||
invite:
|
invite:
|
||||||
fail: 您的令牌无效或已过期。如果您认为这是一个错误,请联系您的管理员。
|
fail: 您的令牌无效或已过期。如果您认为这是一个错误,请联系您的管理员。
|
||||||
no_invite: 您没有被邀请加入。请联系管理员申请邀请。
|
no_invite: 您没有被邀请加入。请联系管理员申请邀请。
|
||||||
|
|
Loading…
Reference in New Issue