-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
100% reviewed source file: 'django.po' on 'fa'.
- Loading branch information
1 parent
125534d
commit 6127201
Showing
1 changed file
with
116 additions
and
0 deletions.
There are no files selected for viewing
116 changes: 116 additions & 0 deletions
116
...ions/platform-plugin-aspects/platform_plugin_aspects/conf/locale/fa/LC_MESSAGES/django.po
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,116 @@ | ||
# edX translation file. | ||
# Copyright (C) 2024 EdX | ||
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. | ||
# EdX Team <[email protected]>, 2024. | ||
# | ||
# Translators: | ||
# Omar Al-Ithawi <[email protected]>, 2024 | ||
# edx_transifex_bot <[email protected]>, 2024 | ||
# Somaye Julaie <[email protected]>, 2024 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: 0.1a\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-14 00:35+0000\n" | ||
"PO-Revision-Date: 2024-04-20 01:08+0000\n" | ||
"Last-Translator: Somaye Julaie <[email protected]>, 2024\n" | ||
"Language-Team: Persian (https://app.transifex.com/open-edx/teams/6205/fa/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: fa\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#: extensions/filters.py:66 | ||
msgid "Reports" | ||
msgstr "گزارشها" | ||
|
||
#: settings/common.py:31 | ||
msgid "Course Dashboard" | ||
msgstr "پیشخواندوره" | ||
|
||
#: settings/common.py:37 | ||
msgid "Individual Learner Dashboard" | ||
msgstr "پیشخوانفراگیر" | ||
|
||
#: settings/common.py:43 | ||
msgid "At-Risk Learners Dashboard" | ||
msgstr "پیشخوان فراگیران در معرض خطر" | ||
|
||
#: static/html/superset.html:9 | ||
msgid "" | ||
"Superset is not configured properly. Please contact your system " | ||
"administrator." | ||
msgstr "" | ||
"Superset به درستی پیکربندی نشدهاست. لطفا با مدیر سیستم خود تماس بگیرید." | ||
|
||
#: static/html/superset_student.html:4 | ||
msgid "" | ||
"Superset is only visible to course staff and instructors. Please contact " | ||
"your system administrator." | ||
msgstr "" | ||
"Superset فقط برای کارکنان دوره و مدرسان قابل مشاهده است. لطفا با مدیر سامانۀ" | ||
" خود تماس بگیرید." | ||
|
||
#: utils.py:162 | ||
#, python-brace-format | ||
msgid "" | ||
"Unable to fetch Superset guest token, Superset server error " | ||
"{server_response}" | ||
msgstr "" | ||
"واکشی توکن مهمان Superset ممکن نیست، خطای سرور Superset {server_response}" | ||
|
||
#: utils.py:171 | ||
msgid "" | ||
"Unable to fetch Superset guest token, mostly likely due to invalid " | ||
"settings.SUPERSET_CONFIG" | ||
msgstr "" | ||
"واکشی توکن مهمان Superset ممکن نیست، بیشتر به دلیل تنظیمات نامعتبر " | ||
"است.SUPERSET_CONFIG" | ||
|
||
#: views.py:83 | ||
#, python-brace-format | ||
msgid "Invalid course id: '{course_id}'" | ||
msgstr "شناسۀ دورۀ نامعتبر: '{course_id}'" | ||
|
||
#: views.py:95 | ||
#, python-brace-format | ||
msgid "Course not found: '{course_id}'" | ||
msgstr "دوره پیدا نشد: '{course_id}'" | ||
|
||
#: xblock.py:47 xblock.py:48 | ||
msgid "Display name" | ||
msgstr "نام نمایشی" | ||
|
||
#: xblock.py:49 | ||
msgid "Superset Dashboard" | ||
msgstr "پیشخوان ابرمجموعه" | ||
|
||
#: xblock.py:54 | ||
msgid "Dashboard UUID" | ||
msgstr "پیشخوان شناسۀ یکتای جهانی" | ||
|
||
#: xblock.py:56 | ||
msgid "" | ||
"The ID of the dashboard to embed. Available in the Superset embed dashboard " | ||
"UI." | ||
msgstr "" | ||
"شناسۀ پیشخوان برای جاسازی. در رابط کاربری پیشخوان جاسازی ابرمجموعه موجود " | ||
"است." | ||
|
||
#: xblock.py:63 | ||
msgid "Filters" | ||
msgstr "فیلترها" | ||
|
||
#: xblock.py:65 | ||
msgid "" | ||
"List of SQL filters to apply to the\n" | ||
" dashboard. E.g: [\"org='edX'\", \"country in ('us', 'co')\"]\n" | ||
" The fields used here must be available on every dataset used by the dashboard.\n" | ||
" " | ||
msgstr "" | ||
"فهرست فیلترهای SQL برای اعمال به\n" | ||
" پیشخوان. مثلاً: ["org='edX'", "country in ('us', 'co')"]\n" | ||
" فیلدهای بكاررفته در اینجا باید در هر مجموعه دادلأ استفادهشده توسط پیشخوان موجود باشد.\n" | ||
" " |