Skip to content

Commit

Permalink
Merge pull request #236 from AmirAref/fa-lang
Browse files Browse the repository at this point in the history
translate to the persian (fa) language
  • Loading branch information
StuartMacKay authored Feb 19, 2024
2 parents e1f4aca + 5e4f428 commit 766e0c0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
Binary file added star_ratings/locale/fa/LC_MESSAGES/django.mo
Binary file not shown.
60 changes: 60 additions & 0 deletions star_ratings/locale/fa/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Amir Aref <[email protected]>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-20 13:52+0430\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Amir Aref <[email protected]>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: star_ratings/admin.py:21
msgid "Score"
msgstr "امتیاز"

#: star_ratings/admin.py:39
msgid "Rating average"
msgstr "میانگین امتیاز"

#: star_ratings/models.py:21
msgid ""
"User is mandatory. Enable 'STAR_RATINGS_ANONYMOUS' for anonymous ratings."
msgstr ""
"ورود کاربر اجباری است. مقدار 'STAR_RATINGS_ANONYMOUS' را برای امتیاز دادن به صورت ناشناس فعال کنید."

#: star_ratings/models.py:54
msgid "Already rated."
msgstr "قبلا امتیاز داده است."

#: star_ratings/templates/star_ratings/widget_base.html:40
msgid "Log in to rate"
msgstr "برای امتیاز دادن وارد شوید"

#: star_ratings/templates/star_ratings/widget_base.html:66
msgid "Average: "
msgstr "میانگین: "

#: star_ratings/templates/star_ratings/widget_base.html:69
msgid "Rating Count: "
msgstr "تعداد امتیازات: "

#: star_ratings/templates/star_ratings/widget_base.html:72
msgid "You Rated: "
msgstr "امتیاز شما: "

#: star_ratings/templates/star_ratings/widget_base.html:72
msgid "Not rated"
msgstr "امتیاز داده نشده"

#: star_ratings/templates/star_ratings/widget_base.html:74
msgid "Please log in to rate."
msgstr "لطفا برای امتیاز دادن وارد شوید."

0 comments on commit 766e0c0

Please sign in to comment.