From 6f1ceef4a80830b1dbe5644501cb46c1854a9742 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 10:25:12 -0400 Subject: [PATCH] Translate config/locales/en.yml in fa_IR (#5340) 100% translated source file: 'config/locales/en.yml' on 'fa_IR'. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> --- config/locales/fa_IR.yml | 76 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 config/locales/fa_IR.yml diff --git a/config/locales/fa_IR.yml b/config/locales/fa_IR.yml new file mode 100644 index 00000000..69c2aa46 --- /dev/null +++ b/config/locales/fa_IR.yml @@ -0,0 +1,76 @@ +# 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. + +fa_IR: + opengraph: + description: با استفاده از BigBlueButton بیاموزید؛ راهحل متنباز و قابل اعتماد کنفرانس تحت وب که همکاری مجازی یکپارچه و تجربیات یادگیری آنلاین را امکانپذیر میکند. + meeting: + moderator_message: "برای دعوت از افراد دیگر به این جلسه، این پیوند را برای آنها ارسال کنید:" + access_code: "کد دسترسی: %{code}" + email: + activation: + account_activation: فعالسازی حساب کاربری + welcome_to_bbb: به BigBlueButton خوش آمدید. + get_started: برای شروع، لطفا با کلیک بر روی دکمه زیر حساب کاربری خود را فعال کنید. + activate_account: فعال کردن حساب کاربری + link_expires: این پیوند ۲۴ ساعت دیگر منقضی خواهد شد. + if_link_expires: در صورت منقضی شدن پیوند، لطفا در سیستم وارد شوید و درخواست فعال سازی ایمیل، جدید کنید. + invitation: + invitation_to_join: دعوتنامه BigBlueButton + you_have_been_invited: "شما توسط %{name} برای ایجاد حساب کاربری در BigBlueButton دعوت شدهاید." + get_started: برای ثبت نام لطفا روی دکمه زیر کلیک کنید و مراحل را دنبال کنید. + valid_invitation: دعوتنامه فقط ۴۸ ساعت اعتبار دارد. + sign_up: ثبت نام + reset: + password_reset: بازنشانی گذرواژه + password_reset_requested: "بازنشانی گذرواژه برای %{email} درخواست شدهاست." + password_reset_confirmation: برای بازنشانی گذرواژه، لطفا روی دکمه زیر کلیک کنید. + reset_password: بازنشانی گذرواژه + link_expires: این پیوند ۱ ساعت دیگر منقضی خواهد شد. + ignore_request: اگر درخواستی برای تغییر رمز عبور خود نکردهاید، لطفا این ایمیل را نادیده بگیرید. + room: + new_room_name: "اتاق %{username}" -- GitLab