forked from External/greenlight
* <Added ui for language setting and migration> * <Option to choose languages added> * <Fixed code style> * <Added Rspec tests> * <sync db> * <Sync db> * <Generalized language settings> * <Fixed flash message> * Fixed las issue with i18n fallback * <Modified fallback config> * <Fixed code style>
This commit is contained in:
@ -77,6 +77,15 @@ 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_options:
|
||||
default: Default (browser language)
|
||||
ar: Arabic
|
||||
de: German
|
||||
el: Greek
|
||||
en: English
|
||||
es: Spanish
|
||||
fr: French
|
||||
pt-br: Portuguese (Brazil)
|
||||
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
|
||||
max_concurrent: The maximum number of concurrent sessions allowed has been reached!
|
||||
@ -101,7 +110,7 @@ en:
|
||||
or: or
|
||||
with: Sign in with %{provider}
|
||||
rename_recording:
|
||||
|
||||
|
||||
rename_room:
|
||||
name_placeholder: Enter a new room name...
|
||||
name_update_success: Room name successfully changed!
|
||||
@ -144,6 +153,7 @@ en:
|
||||
settings:
|
||||
account:
|
||||
fullname: Fullname
|
||||
language: Language
|
||||
provider: Provider
|
||||
image: Image
|
||||
image_url: Profile Image URL
|
||||
|
@ -26,7 +26,7 @@ es:
|
||||
enter_your_name: Introduce tu nombre
|
||||
errors:
|
||||
internal:
|
||||
message: Oh no! PArece que algo falló de tu lado.
|
||||
message: Oh no! Parece que algo falló de tu lado.
|
||||
help: "El error ha sido registrado, vamos a revisarlo."
|
||||
migration_error:
|
||||
contact_admin: "Sí tu no eres administrador, contacta a uno."
|
||||
@ -69,6 +69,15 @@ 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_options:
|
||||
default: Por omisión (idioma del navegador)
|
||||
ar: Árabe
|
||||
de: Alemán
|
||||
el: Griego
|
||||
en: Inglés
|
||||
es: Español
|
||||
fr: Francés
|
||||
pt-br: Portugués (Brasil)
|
||||
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
|
||||
modal:
|
||||
|
Reference in New Issue
Block a user