Browse Source

po translate flies added

master
Mohsen Taba 2 months ago
parent
commit
12f54d39f0
  1. 18
      config/settings/base.py
  2. 63
      dynamic_preferences/locale/ar/LC_MESSAGES/django.po
  3. 82
      dynamic_preferences/locale/az/LC_MESSAGES/django.po
  4. 82
      dynamic_preferences/locale/bn/LC_MESSAGES/django.po
  5. 51
      dynamic_preferences/locale/de/LC_MESSAGES/django.po
  6. 82
      dynamic_preferences/locale/en/LC_MESSAGES/django.po
  7. 83
      dynamic_preferences/locale/es/LC_MESSAGES/django.po
  8. 63
      dynamic_preferences/locale/fr/LC_MESSAGES/django.po
  9. 82
      dynamic_preferences/locale/ha/LC_MESSAGES/django.po
  10. 82
      dynamic_preferences/locale/id/LC_MESSAGES/django.po
  11. 82
      dynamic_preferences/locale/ky/LC_MESSAGES/django.po
  12. 82
      dynamic_preferences/locale/sw/LC_MESSAGES/django.po
  13. 82
      dynamic_preferences/locale/tg/LC_MESSAGES/django.po
  14. 82
      dynamic_preferences/locale/tr/LC_MESSAGES/django.po
  15. 82
      dynamic_preferences/locale/ur/LC_MESSAGES/django.po
  16. 82
      dynamic_preferences/locale/uz/LC_MESSAGES/django.po
  17. 82
      dynamic_preferences/locale/zh_HAns/LC_MESSAGES/django.po
  18. 4485
      locale/ar/LC_MESSAGES/django.po
  19. 4484
      locale/az/LC_MESSAGES/django.po
  20. 4484
      locale/bn/LC_MESSAGES/django.po
  21. 4484
      locale/de/LC_MESSAGES/django.po
  22. 4484
      locale/en/LC_MESSAGES/django.po
  23. 4485
      locale/es/LC_MESSAGES/django.po
  24. 215
      locale/fa/LC_MESSAGES/django.po
  25. 4484
      locale/fr/LC_MESSAGES/django.po
  26. 4484
      locale/ha/LC_MESSAGES/django.po
  27. 4484
      locale/id/LC_MESSAGES/django.po
  28. 4484
      locale/ky/LC_MESSAGES/django.po
  29. 4484
      locale/sw/LC_MESSAGES/django.po
  30. 4484
      locale/tg/LC_MESSAGES/django.po
  31. 4484
      locale/tr/LC_MESSAGES/django.po
  32. 4484
      locale/ur/LC_MESSAGES/django.po
  33. 4484
      locale/uz/LC_MESSAGES/django.po
  34. 4484
      locale/zh_HAns/LC_MESSAGES/django.po

18
config/settings/base.py

@ -207,8 +207,24 @@ THUMBNAIL_ALIASES = {
LANGUAGES = [ LANGUAGES = [
('ar', _('Arabic')),
('tr', _('Turkish')),
('fa', _('Persian')),
('ur', _('Urdu')),
('bn', _('Bengali')),
('id', _('Indonesian')),
('fr', _('French')),
('ru', _('Russian')),
('uz', _('Uzbek')),
('ky', _('Kyrgyz')),
('tg', _('Tajik')),
('az', _('Azerbaijani')),
('en', _('English')), ('en', _('English')),
('ru', _('Russia')),
('de', _('German')),
('zh-hans', _('Mandarin Chinese')),
('ha', _('Hausa')),
('sw', _('Swahili')),
('es', _('Spanish')),
] ]
LOCALE_PATHS = [ LOCALE_PATHS = [
os.path.join(BASE_DIR, 'locale'), os.path.join(BASE_DIR, 'locale'),

63
dynamic_preferences/locale/ar/LC_MESSAGES/django.po

@ -7,54 +7,89 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-08 10:37+0100\n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: 2018-11-09 17:15+0100\n" "PO-Revision-Date: 2018-11-09 17:15+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: ar\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"Language: ar\n"
"X-Generator: Poedit 2.1.1\n" "X-Generator: Poedit 2.1.1\n"
#: .\admin.py:56
#: .\dynamic_preferences\admin.py:59
#, fuzzy
#| msgid "Verbose Name"
msgid "Verbose name"
msgstr "اسم مطول"
#: .\dynamic_preferences\admin.py:63
#, fuzzy
#| msgid "Help Text"
msgid "Help text"
msgstr "نص المساعدة"
#: .\dynamic_preferences\admin.py:84
msgid "Default Value" msgid "Default Value"
msgstr "القيمة الافتراضية" msgstr "القيمة الافتراضية"
#: .\admin.py:65
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name" msgid "Section Name"
msgstr "إسم القسم" msgstr "إسم القسم"
#: .\apps.py:9
msgid "Dynamic Preferences"
msgstr "التفضيلات الديناميكية"
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\models.py:25
#: .\dynamic_preferences\models.py:34
msgid "Name" msgid "Name"
msgstr "الاسم" msgstr "الاسم"
#: .\models.py:28
#: .\dynamic_preferences\models.py:37
msgid "Raw Value" msgid "Raw Value"
msgstr "القيمة الأولية" msgstr "القيمة الأولية"
#: .\models.py:42
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name" msgid "Verbose Name"
msgstr "اسم مطول" msgstr "اسم مطول"
#: .\models.py:47
#: .\dynamic_preferences\models.py:57
msgid "Help Text" msgid "Help Text"
msgstr "نص المساعدة" msgstr "نص المساعدة"
#: .\models.py:84
#: .\dynamic_preferences\models.py:94
msgid "Global preference" msgid "Global preference"
msgstr "التفضيل العام" msgstr "التفضيل العام"
#: .\models.py:85
#: .\dynamic_preferences\models.py:95
msgid "Global preferences" msgid "Global preferences"
msgstr "التفضيل العام" msgstr "التفضيل العام"
#: .\templates\dynamic_preferences\form.html:11
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit" msgid "Submit"
msgstr "إرسال" msgstr "إرسال"
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
#, fuzzy
#| msgid "Global preference"
msgid "user preference"
msgstr "التفضيل العام"
#: .\dynamic_preferences\users\models.py:15
#, fuzzy
#| msgid "Global preferences"
msgid "user preferences"
msgstr "التفضيل العام"
#~ msgid "Dynamic Preferences"
#~ msgstr "التفضيلات الديناميكية"

82
dynamic_preferences/locale/az/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

82
dynamic_preferences/locale/bn/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

51
dynamic_preferences/locale/de/LC_MESSAGES/django.po

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-15 13:48+0200\n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: 2018-11-09 17:14+0100\n" "PO-Revision-Date: 2018-11-09 17:14+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -18,54 +18,73 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 2.1.1\n" "X-Generator: Poedit 2.1.1\n"
#: .\admin.py:56
#: .\dynamic_preferences\admin.py:59
#, fuzzy
#| msgid "Verbose Name"
msgid "Verbose name"
msgstr "Bezeichnung"
#: .\dynamic_preferences\admin.py:63
#, fuzzy
#| msgid "Help Text"
msgid "Help text"
msgstr "Hilfetext"
#: .\dynamic_preferences\admin.py:84
msgid "Default Value" msgid "Default Value"
msgstr "Standardwert" msgstr "Standardwert"
#: .\admin.py:65 .\models.py:22
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name" msgid "Section Name"
msgstr "Abschnitt" msgstr "Abschnitt"
#: .\apps.py:9
msgid "Dynamic Preferences"
msgstr "Dynamische Einstellungen"
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\models.py:25
#: .\dynamic_preferences\models.py:34
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
#: .\models.py:28
#: .\dynamic_preferences\models.py:37
msgid "Raw Value" msgid "Raw Value"
msgstr "Wert" msgstr "Wert"
#: .\models.py:42
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name" msgid "Verbose Name"
msgstr "Bezeichnung" msgstr "Bezeichnung"
#: .\models.py:47
#: .\dynamic_preferences\models.py:57
msgid "Help Text" msgid "Help Text"
msgstr "Hilfetext" msgstr "Hilfetext"
#: .\models.py:84
#: .\dynamic_preferences\models.py:94
msgid "Global preference" msgid "Global preference"
msgstr "Globale Einstellung" msgstr "Globale Einstellung"
#: .\models.py:85
#: .\dynamic_preferences\models.py:95
msgid "Global preferences" msgid "Global preferences"
msgstr "Globale Einstellungen" msgstr "Globale Einstellungen"
#: .\templates\dynamic_preferences\form.html:11
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit" msgid "Submit"
msgstr "Absenden" msgstr "Absenden"
#: .\users\apps.py:11
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users" msgid "Preferences - Users"
msgstr "Einstellungen - Benutzer" msgstr "Einstellungen - Benutzer"
#: .\users\models.py:15
#: .\dynamic_preferences\users\models.py:14
msgid "user preference" msgid "user preference"
msgstr "Benutzer Einstellung" msgstr "Benutzer Einstellung"
#: .\users\models.py:16
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences" msgid "user preferences"
msgstr "Benutzer Einstellungen" msgstr "Benutzer Einstellungen"
#~ msgid "Dynamic Preferences"
#~ msgstr "Dynamische Einstellungen"

82
dynamic_preferences/locale/en/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

83
dynamic_preferences/locale/es/LC_MESSAGES/django.po

@ -0,0 +1,83 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? "
"1 : 2;\n"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

63
dynamic_preferences/locale/fr/LC_MESSAGES/django.po

@ -7,53 +7,88 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-08 10:37+0100\n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: 2018-11-09 17:14+0100\n" "PO-Revision-Date: 2018-11-09 17:14+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Language: fr\n"
"X-Generator: Poedit 2.1.1\n" "X-Generator: Poedit 2.1.1\n"
#: .\admin.py:56
#: .\dynamic_preferences\admin.py:59
#, fuzzy
#| msgid "Verbose Name"
msgid "Verbose name"
msgstr "Nom détaillé"
#: .\dynamic_preferences\admin.py:63
#, fuzzy
#| msgid "Help Text"
msgid "Help text"
msgstr "Texte d'Aide"
#: .\dynamic_preferences\admin.py:84
msgid "Default Value" msgid "Default Value"
msgstr "Valeur par défaut" msgstr "Valeur par défaut"
#: .\admin.py:65
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name" msgid "Section Name"
msgstr "Nom de la Section" msgstr "Nom de la Section"
#: .\apps.py:9
msgid "Dynamic Preferences"
msgstr "Préférences dynamiques"
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\models.py:25
#: .\dynamic_preferences\models.py:34
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
#: .\models.py:28
#: .\dynamic_preferences\models.py:37
msgid "Raw Value" msgid "Raw Value"
msgstr "Valeur RAW" msgstr "Valeur RAW"
#: .\models.py:42
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name" msgid "Verbose Name"
msgstr "Nom détaillé" msgstr "Nom détaillé"
#: .\models.py:47
#: .\dynamic_preferences\models.py:57
msgid "Help Text" msgid "Help Text"
msgstr "Texte d'Aide" msgstr "Texte d'Aide"
#: .\models.py:84
#: .\dynamic_preferences\models.py:94
msgid "Global preference" msgid "Global preference"
msgstr "Préférence globale" msgstr "Préférence globale"
#: .\models.py:85
#: .\dynamic_preferences\models.py:95
msgid "Global preferences" msgid "Global preferences"
msgstr "Préférences globales" msgstr "Préférences globales"
#: .\templates\dynamic_preferences\form.html:11
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit" msgid "Submit"
msgstr "Valider" msgstr "Valider"
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
#, fuzzy
#| msgid "Global preference"
msgid "user preference"
msgstr "Préférence globale"
#: .\dynamic_preferences\users\models.py:15
#, fuzzy
#| msgid "Global preferences"
msgid "user preferences"
msgstr "Préférences globales"
#~ msgid "Dynamic Preferences"
#~ msgstr "Préférences dynamiques"

82
dynamic_preferences/locale/ha/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

82
dynamic_preferences/locale/id/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

82
dynamic_preferences/locale/ky/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

82
dynamic_preferences/locale/sw/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

82
dynamic_preferences/locale/tg/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

82
dynamic_preferences/locale/tr/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:18+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

82
dynamic_preferences/locale/ur/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

82
dynamic_preferences/locale/uz/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

82
dynamic_preferences/locale/zh_HAns/LC_MESSAGES/django.po

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-20 08:26+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: .\dynamic_preferences\admin.py:59
msgid "Verbose name"
msgstr ""
#: .\dynamic_preferences\admin.py:63
msgid "Help text"
msgstr ""
#: .\dynamic_preferences\admin.py:84
msgid "Default Value"
msgstr ""
#: .\dynamic_preferences\admin.py:93 .\dynamic_preferences\models.py:30
msgid "Section Name"
msgstr ""
#: .\dynamic_preferences\admin.py:118
msgid "Reset selected preferences to default values"
msgstr ""
#: .\dynamic_preferences\apps.py:10
msgid "Settings"
msgstr ""
#: .\dynamic_preferences\models.py:34
msgid "Name"
msgstr ""
#: .\dynamic_preferences\models.py:37
msgid "Raw Value"
msgstr ""
#: .\dynamic_preferences\models.py:51
msgid "Verbose Name"
msgstr ""
#: .\dynamic_preferences\models.py:57
msgid "Help Text"
msgstr ""
#: .\dynamic_preferences\models.py:94
msgid "Global preference"
msgstr ""
#: .\dynamic_preferences\models.py:95
msgid "Global preferences"
msgstr ""
#: .\dynamic_preferences\templates\dynamic_preferences\form.html:11
msgid "Submit"
msgstr ""
#: .\dynamic_preferences\users\apps.py:11
msgid "Preferences - Users"
msgstr ""
#: .\dynamic_preferences\users\models.py:14
msgid "user preference"
msgstr ""
#: .\dynamic_preferences\users\models.py:15
msgid "user preferences"
msgstr ""

4485
locale/ar/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/az/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/bn/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/de/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/en/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4485
locale/es/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

215
locale/fa/LC_MESSAGES/django.po

@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#: .\config\settings\base.py:570 .\config\settings\base.py:589
#: .\config\settings\base.py:655 .\utils\schema.py:64
#: .\config\settings\base.py:586 .\config\settings\base.py:605
#: .\config\settings\base.py:671 .\utils\schema.py:64
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-19 13:18+0330\n"
"POT-Creation-Date: 2026-05-20 08:25+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -113,7 +113,7 @@ msgstr ""
msgid "Device Information" msgid "Device Information"
msgstr "" msgstr ""
#: .\apps\account\admin\user.py:111 .\config\settings\base.py:593
#: .\apps\account\admin\user.py:111 .\config\settings\base.py:609
msgid "Authentication" msgid "Authentication"
msgstr "" msgstr ""
@ -172,8 +172,8 @@ msgstr ""
#: .\apps\account\admin\user.py:283 .\apps\account\admin\user.py:424 #: .\apps\account\admin\user.py:283 .\apps\account\admin\user.py:424
#: .\apps\course\admin\course.py:67 .\apps\course\models\course.py:157 #: .\apps\course\admin\course.py:67 .\apps\course\models\course.py:157
#: .\config\settings\base.py:485 .\config\settings\base.py:620
#: .\config\settings\base.py:632
#: .\config\settings\base.py:501 .\config\settings\base.py:636
#: .\config\settings\base.py:648
msgid "Courses" msgid "Courses"
msgstr "" msgstr ""
@ -230,7 +230,7 @@ msgid "User"
msgstr "" msgstr ""
#: .\apps\account\models\groups.py:44 .\apps\account\models\user.py:295 #: .\apps\account\models\groups.py:44 .\apps\account\models\user.py:295
#: .\config\settings\base.py:447
#: .\config\settings\base.py:463
msgid "Users" msgid "Users"
msgstr "" msgstr ""
@ -759,7 +759,7 @@ msgstr ""
msgid "App Version" msgid "App Version"
msgstr "" msgstr ""
#: .\apps\api\models.py:127 .\config\settings\base.py:890
#: .\apps\api\models.py:127 .\config\settings\base.py:906
msgid "App Versions" msgid "App Versions"
msgstr "" msgstr ""
@ -769,7 +769,7 @@ msgid "Article"
msgstr "" msgstr ""
#: .\apps\article\admin.py:39 .\apps\article\models.py:142 #: .\apps\article\admin.py:39 .\apps\article\models.py:142
#: .\config\settings\base.py:746 .\config\settings\base.py:752
#: .\config\settings\base.py:762 .\config\settings\base.py:768
msgid "Articles" msgid "Articles"
msgstr "" msgstr ""
@ -794,7 +794,7 @@ msgid "Article Content"
msgstr "" msgstr ""
#: .\apps\article\admin.py:67 .\apps\article\models.py:194 #: .\apps\article\admin.py:67 .\apps\article\models.py:194
#: .\config\settings\base.py:776
#: .\config\settings\base.py:792
msgid "Article Contents" msgid "Article Contents"
msgstr "" msgstr ""
@ -1096,7 +1096,7 @@ msgstr ""
msgid "Blog" msgid "Blog"
msgstr "" msgstr ""
#: .\apps\blog\models.py:44 .\config\settings\base.py:672
#: .\apps\blog\models.py:44 .\config\settings\base.py:688
msgid "Blogs" msgid "Blogs"
msgstr "" msgstr ""
@ -1367,20 +1367,21 @@ msgstr "چت پشتیبانی زنده"
msgid "Room #{}" msgid "Room #{}"
msgstr "اتاق شماره {}" msgstr "اتاق شماره {}"
#: .\apps\chat\admin_views.py:109 .\apps\hadis\models\transmitter.py:230
#: .\apps\chat\admin_views.py:68 .\apps\chat\admin_views.py:248
#: .\apps\chat\admin_views.py:266 .\utils\unfold_translations.py:116
#, python-brace-format
msgid "Chat with {}"
msgstr ""
#: .\apps\chat\admin_views.py:111 .\apps\hadis\models\transmitter.py:230
#: .\utils\unfold_translations.py:108 #: .\utils\unfold_translations.py:108
msgid "Unknown" msgid "Unknown"
msgstr "نامشخص" msgstr "نامشخص"
#: .\apps\chat\admin_views.py:151 .\utils\unfold_translations.py:109
#: .\apps\chat\admin_views.py:153 .\utils\unfold_translations.py:109
msgid "Support" msgid "Support"
msgstr "پشتیبانی" msgstr "پشتیبانی"
#: .\apps\chat\admin_views.py:252 .\utils\unfold_translations.py:116
#, python-brace-format
msgid "Chat with {}"
msgstr ""
#: .\apps\chat\management\commands\clear_chat_data.py:16 #: .\apps\chat\management\commands\clear_chat_data.py:16
#: .\apps\course\management\commands\clear_course_data.py:23 #: .\apps\course\management\commands\clear_course_data.py:23
msgid "Force deletion without confirmation" msgid "Force deletion without confirmation"
@ -1554,7 +1555,7 @@ msgid "Quiz"
msgstr "" msgstr ""
#: .\apps\course\admin\course.py:144 .\apps\quiz\models\quiz.py:19 #: .\apps\course\admin\course.py:144 .\apps\quiz\models\quiz.py:19
#: .\config\settings\base.py:509
#: .\config\settings\base.py:525
msgid "Quizzes" msgid "Quizzes"
msgstr "" msgstr ""
@ -1563,7 +1564,7 @@ msgid "Course Attachment"
msgstr "" msgstr ""
#: .\apps\course\admin\course.py:162 .\apps\course\models\course.py:270 #: .\apps\course\admin\course.py:162 .\apps\course\models\course.py:270
#: .\config\settings\base.py:497
#: .\config\settings\base.py:513
msgid "Course Attachments" msgid "Course Attachments"
msgstr "" msgstr ""
@ -1665,7 +1666,7 @@ msgstr ""
msgid "Session User" msgid "Session User"
msgstr "" msgstr ""
#: .\apps\course\admin\live_session.py:72 .\config\settings\base.py:532
#: .\apps\course\admin\live_session.py:72 .\config\settings\base.py:548
msgid "Session Users" msgid "Session Users"
msgstr "" msgstr ""
@ -1673,7 +1674,7 @@ msgstr ""
msgid "Session Recording" msgid "Session Recording"
msgstr "" msgstr ""
#: .\apps\course\admin\live_session.py:98 .\config\settings\base.py:538
#: .\apps\course\admin\live_session.py:98 .\config\settings\base.py:554
msgid "Session Recordings" msgid "Session Recordings"
msgstr "" msgstr ""
@ -1845,7 +1846,7 @@ msgstr ""
msgid "Glossaries" msgid "Glossaries"
msgstr "" msgstr ""
#: .\apps\course\models\course.py:210 .\config\settings\base.py:503
#: .\apps\course\models\course.py:210 .\config\settings\base.py:519
msgid "Course Glossary" msgid "Course Glossary"
msgstr "" msgstr ""
@ -1921,7 +1922,7 @@ msgstr ""
msgid "Course Lesson" msgid "Course Lesson"
msgstr "" msgstr ""
#: .\apps\course\models\lesson.py:138 .\config\settings\base.py:491
#: .\apps\course\models\lesson.py:138 .\config\settings\base.py:507
msgid "Course Lessons" msgid "Course Lessons"
msgstr "" msgstr ""
@ -2263,7 +2264,7 @@ msgstr ""
msgid "Hadis Sect" msgid "Hadis Sect"
msgstr "" msgstr ""
#: .\apps\hadis\models\category.py:62 .\config\settings\base.py:834
#: .\apps\hadis\models\category.py:62 .\config\settings\base.py:850
msgid "Hadis Sects" msgid "Hadis Sects"
msgstr "" msgstr ""
@ -2309,7 +2310,7 @@ msgstr ""
msgid "Hadis Category" msgid "Hadis Category"
msgstr "" msgstr ""
#: .\apps\hadis\models\category.py:174 .\config\settings\base.py:840
#: .\apps\hadis\models\category.py:174 .\config\settings\base.py:856
msgid "Hadis Categories" msgid "Hadis Categories"
msgstr "" msgstr ""
@ -2409,7 +2410,7 @@ msgstr ""
msgid "Hadis Reference" msgid "Hadis Reference"
msgstr "" msgstr ""
#: .\apps\hadis\models\hadis.py:439 .\config\settings\base.py:852
#: .\apps\hadis\models\hadis.py:439 .\config\settings\base.py:868
msgid "Hadis References" msgid "Hadis References"
msgstr "" msgstr ""
@ -2702,7 +2703,7 @@ msgstr ""
msgid "Is this narrator present in Sahih Bukhari?" msgid "Is this narrator present in Sahih Bukhari?"
msgstr "" msgstr ""
#: .\apps\hadis\models\transmitter.py:301 .\config\settings\base.py:870
#: .\apps\hadis\models\transmitter.py:301 .\config\settings\base.py:886
msgid "Transmitters" msgid "Transmitters"
msgstr "" msgstr ""
@ -2748,7 +2749,7 @@ msgstr ""
msgid "Hadis Transmitter" msgid "Hadis Transmitter"
msgstr "" msgstr ""
#: .\apps\hadis\models\transmitter.py:478 .\config\settings\base.py:876
#: .\apps\hadis\models\transmitter.py:478 .\config\settings\base.py:892
msgid "Hadis Transmitters" msgid "Hadis Transmitters"
msgstr "" msgstr ""
@ -2928,16 +2929,16 @@ msgstr ""
#: .\apps\library\admin.py:44 .\apps\library\models.py:93 #: .\apps\library\admin.py:44 .\apps\library\models.py:93
#: .\apps\podcast\admin.py:238 .\apps\video\admin.py:250 #: .\apps\podcast\admin.py:238 .\apps\video\admin.py:250
#: .\config\settings\base.py:626 .\config\settings\base.py:700
#: .\config\settings\base.py:726 .\config\settings\base.py:758
#: .\config\settings\base.py:796
#: .\config\settings\base.py:642 .\config\settings\base.py:716
#: .\config\settings\base.py:742 .\config\settings\base.py:774
#: .\config\settings\base.py:812
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
#: .\apps\library\admin.py:51 .\apps\podcast\admin.py:220 #: .\apps\library\admin.py:51 .\apps\podcast\admin.py:220
#: .\apps\video\admin.py:232 .\config\settings\base.py:392
#: .\config\settings\base.py:410 .\config\settings\base.py:706
#: .\config\settings\base.py:732
#: .\apps\video\admin.py:232 .\config\settings\base.py:408
#: .\config\settings\base.py:426 .\config\settings\base.py:722
#: .\config\settings\base.py:748
msgid "Collections" msgid "Collections"
msgstr "" msgstr ""
@ -2947,7 +2948,7 @@ msgstr ""
#: .\apps\library\admin.py:98 .\apps\library\admin.py:143 #: .\apps\library\admin.py:98 .\apps\library\admin.py:143
#: .\apps\library\models.py:31 .\apps\library\models.py:164 #: .\apps\library\models.py:31 .\apps\library\models.py:164
#: .\config\settings\base.py:694
#: .\config\settings\base.py:710
msgid "Books" msgid "Books"
msgstr "" msgstr ""
@ -3075,7 +3076,7 @@ msgid "Playlist"
msgstr "" msgstr ""
#: .\apps\podcast\admin.py:26 .\apps\video\admin.py:27 #: .\apps\podcast\admin.py:26 .\apps\video\admin.py:27
#: .\config\settings\base.py:738 .\config\settings\base.py:814
#: .\config\settings\base.py:754 .\config\settings\base.py:830
msgid "Playlists" msgid "Playlists"
msgstr "" msgstr ""
@ -3168,8 +3169,8 @@ msgstr ""
msgid "Podcast" msgid "Podcast"
msgstr "" msgstr ""
#: .\apps\podcast\models.py:124 .\config\settings\base.py:784
#: .\config\settings\base.py:790
#: .\apps\podcast\models.py:124 .\config\settings\base.py:800
#: .\config\settings\base.py:806
msgid "Podcasts" msgid "Podcasts"
msgstr "" msgstr ""
@ -3214,7 +3215,7 @@ msgstr ""
msgid "User Playlist" msgid "User Playlist"
msgstr "" msgstr ""
#: .\apps\podcast\models.py:269 .\config\settings\base.py:820
#: .\apps\podcast\models.py:269 .\config\settings\base.py:836
msgid "User Playlists" msgid "User Playlists"
msgstr "" msgstr ""
@ -3581,101 +3582,165 @@ msgid "video"
msgstr "" msgstr ""
#: .\config\settings\base.py:210 #: .\config\settings\base.py:210
msgid "English"
msgid "Arabic"
msgstr "" msgstr ""
#: .\config\settings\base.py:211 #: .\config\settings\base.py:211
msgid "Russia"
msgid "Turkish"
msgstr ""
#: .\config\settings\base.py:212
msgid "Persian"
msgstr ""
#: .\config\settings\base.py:213
msgid "Urdu"
msgstr ""
#: .\config\settings\base.py:214
msgid "Bengali"
msgstr ""
#: .\config\settings\base.py:215
msgid "Indonesian"
msgstr ""
#: .\config\settings\base.py:216
msgid "French"
msgstr ""
#: .\config\settings\base.py:217
msgid "Russian"
msgstr ""
#: .\config\settings\base.py:218
msgid "Uzbek"
msgstr ""
#: .\config\settings\base.py:219
msgid "Kyrgyz"
msgstr ""
#: .\config\settings\base.py:220
msgid "Tajik"
msgstr ""
#: .\config\settings\base.py:221
msgid "Azerbaijani"
msgstr ""
#: .\config\settings\base.py:222
msgid "English"
msgstr ""
#: .\config\settings\base.py:223
msgid "German"
msgstr "" msgstr ""
#: .\config\settings\base.py:398 .\config\settings\base.py:416
#: .\config\settings\base.py:224
msgid "Mandarin Chinese"
msgstr ""
#: .\config\settings\base.py:225
msgid "Hausa"
msgstr ""
#: .\config\settings\base.py:226
msgid "Swahili"
msgstr ""
#: .\config\settings\base.py:227
msgid "Spanish"
msgstr ""
#: .\config\settings\base.py:414 .\config\settings\base.py:432
msgid "Middle Collections" msgid "Middle Collections"
msgstr "" msgstr ""
#: .\config\settings\base.py:429 .\config\settings\base.py:550
#: .\config\settings\base.py:764 .\config\settings\base.py:802
#: .\config\settings\base.py:445 .\config\settings\base.py:566
#: .\config\settings\base.py:780 .\config\settings\base.py:818
msgid "Pinned Collections" msgid "Pinned Collections"
msgstr "" msgstr ""
#: .\config\settings\base.py:435 .\config\settings\base.py:556
#: .\config\settings\base.py:770 .\config\settings\base.py:808
#: .\config\settings\base.py:451 .\config\settings\base.py:572
#: .\config\settings\base.py:786 .\config\settings\base.py:824
msgid "Regular Collections" msgid "Regular Collections"
msgstr "" msgstr ""
#: .\config\settings\base.py:455
#: .\config\settings\base.py:471
msgid "Guest Users" msgid "Guest Users"
msgstr "" msgstr ""
#: .\config\settings\base.py:467
#: .\config\settings\base.py:483
msgid "Groups" msgid "Groups"
msgstr "" msgstr ""
#: .\config\settings\base.py:526 .\config\settings\base.py:638
#: .\config\settings\base.py:542 .\config\settings\base.py:654
msgid "Live Sessions" msgid "Live Sessions"
msgstr "" msgstr ""
#: .\config\settings\base.py:574 .\templates\admin\index.html:7
#: .\config\settings\base.py:590 .\templates\admin\index.html:7
#: .\utils\admin.py:510 #: .\utils\admin.py:510
msgid "Dashboard" msgid "Dashboard"
msgstr "" msgstr ""
#: .\config\settings\base.py:579
#: .\config\settings\base.py:595
msgid "Calender" msgid "Calender"
msgstr "" msgstr ""
#: .\config\settings\base.py:599 .\utils\unfold_translations.py:40
#: .\config\settings\base.py:615 .\utils\unfold_translations.py:40
msgid "All Users" msgid "All Users"
msgstr "" msgstr ""
#: .\config\settings\base.py:605
#: .\config\settings\base.py:621
msgid "Students" msgid "Students"
msgstr "" msgstr ""
#: .\config\settings\base.py:611 .\utils\admin.py:596
#: .\config\settings\base.py:627 .\utils\admin.py:596
msgid "Professors" msgid "Professors"
msgstr "" msgstr ""
#: .\config\settings\base.py:644
#: .\config\settings\base.py:660
msgid "Certificates" msgid "Certificates"
msgstr "" msgstr ""
#: .\config\settings\base.py:660
#: .\config\settings\base.py:676
msgid "Transactions" msgid "Transactions"
msgstr "" msgstr ""
#: .\config\settings\base.py:666 .\templates\admin\chat\live_chat.html:50
#: .\config\settings\base.py:682 .\templates\admin\chat\live_chat.html:50
msgid "Chat Rooms" msgid "Chat Rooms"
msgstr "" msgstr ""
#: .\config\settings\base.py:678
#: .\config\settings\base.py:694
msgid "Live Chat" msgid "Live Chat"
msgstr "چت زنده" msgstr "چت زنده"
#: .\config\settings\base.py:688
#: .\config\settings\base.py:704
msgid "Libraries" msgid "Libraries"
msgstr "" msgstr ""
#: .\config\settings\base.py:714 .\config\settings\base.py:720
#: .\config\settings\base.py:730 .\config\settings\base.py:736
msgid "Videos" msgid "Videos"
msgstr "" msgstr ""
#: .\config\settings\base.py:828 .\config\settings\base.py:846
#: .\config\settings\base.py:844 .\config\settings\base.py:862
msgid "Hadis" msgid "Hadis"
msgstr "" msgstr ""
#: .\config\settings\base.py:858
#: .\config\settings\base.py:874
msgid "Hadis Tags" msgid "Hadis Tags"
msgstr "" msgstr ""
#: .\config\settings\base.py:864
#: .\config\settings\base.py:880
msgid "Hadis Status" msgid "Hadis Status"
msgstr "" msgstr ""
#: .\config\settings\base.py:886
#: .\config\settings\base.py:902
msgid "System Settings" msgid "System Settings"
msgstr "" msgstr ""
#: .\config\settings\base.py:895
#: .\config\settings\base.py:911
msgid "Global Preferences" msgid "Global Preferences"
msgstr "" msgstr ""
@ -3718,39 +3783,39 @@ msgstr "انتخاب مخاطب"
msgid "Search users..." msgid "Search users..."
msgstr "جستجوی کاربران..." msgstr "جستجوی کاربران..."
#: .\templates\admin\chat\live_chat.html:121 .\utils\unfold_translations.py:99
#: .\templates\admin\chat\live_chat.html:120 .\utils\unfold_translations.py:99
msgid "No Chat Selected" msgid "No Chat Selected"
msgstr "گفتگویی انتخاب نشده است" msgstr "گفتگویی انتخاب نشده است"
#: .\templates\admin\chat\live_chat.html:122 .\utils\unfold_translations.py:100
#: .\templates\admin\chat\live_chat.html:121 .\utils\unfold_translations.py:100
msgid "Select a chat from the sidebar to start messaging" msgid "Select a chat from the sidebar to start messaging"
msgstr "یک گفتگو را از سایدبار انتخاب کنید تا پیام‌رسانی شروع شود" msgstr "یک گفتگو را از سایدبار انتخاب کنید تا پیام‌رسانی شروع شود"
#: .\templates\admin\chat\live_chat.html:131
#: .\templates\admin\chat\live_chat.html:132
msgid "Type your message..." msgid "Type your message..."
msgstr "پیام خود را تایپ کنید..." msgstr "پیام خود را تایپ کنید..."
#: .\templates\admin\chat\live_chat.html:151 .\utils\unfold_translations.py:101
#: .\templates\admin\chat\live_chat.html:153 .\utils\unfold_translations.py:101
msgid "Failed to load users." msgid "Failed to load users."
msgstr "خطا در بارگذاری کاربران." msgstr "خطا در بارگذاری کاربران."
#: .\templates\admin\chat\live_chat.html:152 .\utils\unfold_translations.py:102
#: .\templates\admin\chat\live_chat.html:154 .\utils\unfold_translations.py:102
msgid "No users found." msgid "No users found."
msgstr "" msgstr ""
#: .\templates\admin\chat\live_chat.html:153 .\utils\unfold_translations.py:103
#: .\templates\admin\chat\live_chat.html:155 .\utils\unfold_translations.py:103
msgid "No active chats found." msgid "No active chats found."
msgstr "" msgstr ""
#: .\templates\admin\chat\live_chat.html:154 .\utils\unfold_translations.py:104
#: .\templates\admin\chat\live_chat.html:156 .\utils\unfold_translations.py:104
msgid "Group Chat" msgid "Group Chat"
msgstr "گفتگوی گروهی" msgstr "گفتگوی گروهی"
#: .\templates\admin\chat\live_chat.html:155 .\utils\unfold_translations.py:105
#: .\templates\admin\chat\live_chat.html:157 .\utils\unfold_translations.py:105
msgid "Private Chat" msgid "Private Chat"
msgstr "گفتگوی خصوصی" msgstr "گفتگوی خصوصی"
#: .\templates\admin\chat\live_chat.html:156 .\utils\unfold_translations.py:106
#: .\templates\admin\chat\live_chat.html:158 .\utils\unfold_translations.py:106
msgid "No messages yet. Start the conversation!" msgid "No messages yet. Start the conversation!"
msgstr "هنوز پیامی وجود ندارد. گفتگو را آغاز کنید!" msgstr "هنوز پیامی وجود ندارد. گفتگو را آغاز کنید!"

4484
locale/fr/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/ha/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/id/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/ky/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/sw/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/tg/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/tr/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/ur/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/uz/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

4484
locale/zh_HAns/LC_MESSAGES/django.po
File diff suppressed because it is too large
View File

Loading…
Cancel
Save