Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Transltaion files for templates being served on apros.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzamunir7300 committed Nov 13, 2018
1 parent 65e693a commit 3540077
Show file tree
Hide file tree
Showing 30 changed files with 525 additions and 15 deletions.
2 changes: 2 additions & 0 deletions edx_notifications/server/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"""

from django.conf.urls import url, include
from django.views.i18n import JavaScriptCatalog

urlpatterns = [ # pylint: disable=invalid-name
url(r'^web/', include('edx_notifications.server.web.urls')),
url(r'^api/', include('edx_notifications.server.api.urls')),
url(r'^jsi18n/$', JavaScriptCatalog.as_view(), name='javascript-catalog'),
]
Binary file not shown.
44 changes: 44 additions & 0 deletions edx_notifications/server/web/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# 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: 2018-11-06 18:50+0500\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=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"

#: templates/django/notifications_widget_header.html:26
msgid "View unread"
msgstr "عرض غير المقروءة"

#: templates/django/notifications_widget_header.html:27
msgid "View all"
msgstr "عرض الك"

#: templates/django/notifications_widget_header.html:28
msgid "Mark as read"
msgstr "وضع علامة كمقروء"

#: templates/django/notifications_widget_header.html:31
msgid "Hide"
msgstr "إخفاء"

#: templates/django/notifications_widget_header.html:44
msgid "You have no unread notifications."
msgstr "ليس لديك إشعارات غير مقروءة."

#: templates/django/notifications_widget_preferences_header.html:11
msgid "Notification preferences"
msgstr "تفضيلات الإشعارات"
Binary file not shown.
43 changes: 43 additions & 0 deletions edx_notifications/server/web/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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: 2018-11-06 18:50+0500\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"

#: templates/django/notifications_widget_header.html:26
msgid "View unread"
msgstr "Ungelesene anzeigen"

#: templates/django/notifications_widget_header.html:27
msgid "View all"
msgstr "Alle anzeigen"

#: templates/django/notifications_widget_header.html:28
msgid "Mark as read"
msgstr "Als gelesen markieren"

#: templates/django/notifications_widget_header.html:31
msgid "Hide"
msgstr "Ausblenden"

#: templates/django/notifications_widget_header.html:44
msgid "You have no unread notifications."
msgstr "Sie haben keine ungelesenen Nachrichten"

#: templates/django/notifications_widget_preferences_header.html:11
msgid "Notification preferences"
msgstr "Benachrichtigungseinstellungen"
Binary file not shown.
42 changes: 42 additions & 0 deletions edx_notifications/server/web/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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: 2018-11-06 18:50+0500\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"

#: templates/django/notifications_widget_header.html:26
msgid "View unread"
msgstr ""

#: templates/django/notifications_widget_header.html:27
msgid "View all"
msgstr ""

#: templates/django/notifications_widget_header.html:28
msgid "Mark as read"
msgstr ""

#: templates/django/notifications_widget_header.html:31
msgid "Hide"
msgstr ""

#: templates/django/notifications_widget_header.html:44
msgid "You have no unread notifications."
msgstr ""

#: templates/django/notifications_widget_preferences_header.html:11
msgid "Notification preferences"
msgstr ""
Binary file not shown.
42 changes: 42 additions & 0 deletions edx_notifications/server/web/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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: 2018-11-06 18:50+0500\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"

#: templates/django/notifications_widget_header.html:26
msgid "View unread"
msgstr "Ver sin leer"

#: templates/django/notifications_widget_header.html:27
msgid "View all"
msgstr "Ver todas"

#: templates/django/notifications_widget_header.html:28
msgid "Mark as read"
msgstr "Marcar como leídas"

#: templates/django/notifications_widget_header.html:31
msgid "Hide"
msgstr "Ocultar"

#: templates/django/notifications_widget_header.html:44
msgid "You have no unread notifications."
msgstr "No hay notificaciones nuevas para mostrar."

#: templates/django/notifications_widget_preferences_header.html:11
msgid "Notification preferences"
msgstr "Preferencias de notificaciones"
Binary file not shown.
42 changes: 42 additions & 0 deletions edx_notifications/server/web/locale/es419/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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: 2018-11-06 18:50+0500\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"

#: templates/django/notifications_widget_header.html:26
msgid "View unread"
msgstr ""

#: templates/django/notifications_widget_header.html:27
msgid "View all"
msgstr ""

#: templates/django/notifications_widget_header.html:28
msgid "Mark as read"
msgstr ""

#: templates/django/notifications_widget_header.html:31
msgid "Hide"
msgstr ""

#: templates/django/notifications_widget_header.html:44
msgid "You have no unread notifications."
msgstr ""

#: templates/django/notifications_widget_preferences_header.html:11
msgid "Notification preferences"
msgstr ""
Binary file not shown.
43 changes: 43 additions & 0 deletions edx_notifications/server/web/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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: 2018-11-06 18:50+0500\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"

#: templates/django/notifications_widget_header.html:26
msgid "View unread"
msgstr "Afficher les élémens non lus"

#: templates/django/notifications_widget_header.html:27
msgid "View all"
msgstr "Affcicher tout"

#: templates/django/notifications_widget_header.html:28
msgid "Mark as read"
msgstr "Marquer comme lu"

#: templates/django/notifications_widget_header.html:31
msgid "Hide"
msgstr "Masquer"

#: templates/django/notifications_widget_header.html:44
msgid "You have no unread notifications."
msgstr "Vous n'avez aucune notification non lue."

#: templates/django/notifications_widget_preferences_header.html:11
msgid "Notification preferences"
msgstr "Préférences de notification"
Binary file not shown.
43 changes: 43 additions & 0 deletions edx_notifications/server/web/locale/ja/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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: 2018-11-06 18:50+0500\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"

#: templates/django/notifications_widget_header.html:26
msgid "View unread"
msgstr "未読箇所を見る"

#: templates/django/notifications_widget_header.html:27
msgid "View all"
msgstr "全て見る"

#: templates/django/notifications_widget_header.html:28
msgid "Mark as read"
msgstr "既読にする"

#: templates/django/notifications_widget_header.html:31
msgid "Hide"
msgstr "隠す"

#: templates/django/notifications_widget_header.html:44
msgid "You have no unread notifications."
msgstr "未読通知はありません。"

#: templates/django/notifications_widget_preferences_header.html:11
msgid "Notification preferences"
msgstr "通知設定"
Binary file not shown.
43 changes: 43 additions & 0 deletions edx_notifications/server/web/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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: 2018-11-06 18:50+0500\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"

#: templates/django/notifications_widget_header.html:26
msgid "View unread"
msgstr ""

#: templates/django/notifications_widget_header.html:27
msgid "View all"
msgstr ""

#: templates/django/notifications_widget_header.html:28
msgid "Mark as read"
msgstr ""

#: templates/django/notifications_widget_header.html:31
msgid "Hide"
msgstr ""

#: templates/django/notifications_widget_header.html:44
msgid "You have no unread notifications."
msgstr ""

#: templates/django/notifications_widget_preferences_header.html:11
msgid "Notification preferences"
msgstr ""
Binary file not shown.
Loading

0 comments on commit 3540077

Please sign in to comment.