-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate config/locales/en.yml in es (#5130)
100% translated for the source file 'config/locales/en.yml' on the 'es' language. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c3c691e
commit f7ae61f
Showing
1 changed file
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/. | ||
# | ||
# Copyright (c) 2022 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. | ||
# | ||
# Greenlight 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 Greenlight; if not, see <http://www.gnu.org/licenses/>. | ||
|
||
# Files in the config/locales directory are used for internationalization | ||
# and are automatically loaded by Rails. If you want to use locales other | ||
# than English, add the necessary files in this directory. | ||
# | ||
# To use the locales, use `I18n.t`: | ||
# | ||
# I18n.t "hello" | ||
# | ||
# In views, this is aliased to just `t`: | ||
# | ||
# <%= t("hello") %> | ||
# | ||
# To use a different locale, set it with `I18n.locale`: | ||
# | ||
# I18n.locale = :es | ||
# | ||
# This would use the information in config/locales/es.yml. | ||
# | ||
# The following keys must be escaped otherwise they will not be retrieved by | ||
# the default I18n backend: | ||
# | ||
# true, false, on, off, yes, no | ||
# | ||
# Instead, surround them with single quotes. | ||
# | ||
# en: | ||
# "true": "foo" | ||
# | ||
# To learn more, please read the Rails Internationalization guide | ||
# available at https://guides.rubyonrails.org/i18n.html. | ||
|
||
es: | ||
opengraph: | ||
description: "BigBlueButton, la plataforma digital para video conferencias que permite una colaboración virtual perfecta y experiencias de aprendizaje en línea." | ||
meeting: | ||
moderator_message: "Para invitar a alguien a la reunión, envíales este enlace:" | ||
access_code: "Código de acceso: %{code}" | ||
email: | ||
activation: | ||
account_activation: Activación de cuenta | ||
welcome_to_bbb: ¡Bienvenido a BigBlueButton! | ||
get_started: "Para comenzar, active su cuenta haciendo clic en el botón de abajo." | ||
activate_account: Activar cuenta | ||
link_expires: El enlace caducará en 24 horas. | ||
if_link_expires: "Si el enlace caduca, inicie sesión y solicite un nuevo correo electrónico de activación." | ||
invitation: | ||
invitation_to_join: Invitación de BigBlueButton | ||
you_have_been_invited: "Tu contacto %{name} te ha invitado a crear una cuenta en BigBlueButton." | ||
get_started: "Para registrarte, haz clic en el botón de abajo y sigue los pasos." | ||
valid_invitation: La invitación es válida durante 24 horas. | ||
sign_up: Registrarse | ||
reset: | ||
password_reset: Restablecer contraseña | ||
password_reset_requested: "Se ha solicitado un restablecimiento de contraseña para %{email}." | ||
password_reset_confirmation: "Para restablecer su contraseña, haga clic en el botón de abajo." | ||
reset_password: Restablecer contraseña | ||
link_expires: El enlace caducará en 1 hora. | ||
ignore_request: "Si no solicitó cambiar su contraseña, ignore este correo electrónico." |