测试gitnore
This commit is contained in:
Binary file not shown.
@@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-09-21 10:22+0200\n"
|
||||
"PO-Revision-Date: 2021-11-19 09:58+0000\n"
|
||||
"POT-Creation-Date: 2021-01-15 09:00+0100\n"
|
||||
"PO-Revision-Date: 2021-01-15 13:59+0000\n"
|
||||
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
|
||||
"Language-Team: Albanian (http://www.transifex.com/django/django/language/"
|
||||
"sq/)\n"
|
||||
@@ -209,9 +209,6 @@ msgstr "Mongoliane"
|
||||
msgid "Marathi"
|
||||
msgstr "Marati"
|
||||
|
||||
msgid "Malay"
|
||||
msgstr ""
|
||||
|
||||
msgid "Burmese"
|
||||
msgstr "Burmeze"
|
||||
|
||||
@@ -1125,40 +1122,40 @@ msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#, python-format
|
||||
msgid "%(num)d year"
|
||||
msgid_plural "%(num)d years"
|
||||
msgstr[0] "%(num)d vit"
|
||||
msgstr[1] "%(num)d vjet"
|
||||
msgid "%d year"
|
||||
msgid_plural "%d years"
|
||||
msgstr[0] "%d vit"
|
||||
msgstr[1] "%d vjet"
|
||||
|
||||
#, python-format
|
||||
msgid "%(num)d month"
|
||||
msgid_plural "%(num)d months"
|
||||
msgstr[0] "%(num)d muaj"
|
||||
msgstr[1] "%(num)d muaj"
|
||||
msgid "%d month"
|
||||
msgid_plural "%d months"
|
||||
msgstr[0] "%d muaj"
|
||||
msgstr[1] "%d muaj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(num)d week"
|
||||
msgid_plural "%(num)d weeks"
|
||||
msgstr[0] "%(num)d javë"
|
||||
msgstr[1] "%(num)d javë"
|
||||
msgid "%d week"
|
||||
msgid_plural "%d weeks"
|
||||
msgstr[0] "%d javë"
|
||||
msgstr[1] "%d javë"
|
||||
|
||||
#, python-format
|
||||
msgid "%(num)d day"
|
||||
msgid_plural "%(num)d days"
|
||||
msgstr[0] "%(num)d ditë"
|
||||
msgstr[1] "%(num)d ditë"
|
||||
msgid "%d day"
|
||||
msgid_plural "%d days"
|
||||
msgstr[0] "%d ditë"
|
||||
msgstr[1] "%d ditë"
|
||||
|
||||
#, python-format
|
||||
msgid "%(num)d hour"
|
||||
msgid_plural "%(num)d hours"
|
||||
msgstr[0] "%(num)d orë"
|
||||
msgstr[1] "%(num)d orë"
|
||||
msgid "%d hour"
|
||||
msgid_plural "%d hours"
|
||||
msgstr[0] "%d orë"
|
||||
msgstr[1] "%d orë"
|
||||
|
||||
#, python-format
|
||||
msgid "%(num)d minute"
|
||||
msgid_plural "%(num)d minutes"
|
||||
msgstr[0] "%(num)d minutë"
|
||||
msgstr[1] "%(num)d minuta"
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
msgstr[0] "%d minutë"
|
||||
msgstr[1] "%d minuta"
|
||||
|
||||
msgid "Forbidden"
|
||||
msgstr "E ndaluar"
|
||||
@@ -1168,7 +1165,7 @@ msgstr "Verifikimi CSRF dështoi. Kërkesa u ndërpre."
|
||||
|
||||
msgid ""
|
||||
"You are seeing this message because this HTTPS site requires a “Referer "
|
||||
"header” to be sent by your web browser, but none was sent. This header is "
|
||||
"header” to be sent by your Web browser, but none was sent. This header is "
|
||||
"required for security reasons, to ensure that your browser is not being "
|
||||
"hijacked by third parties."
|
||||
msgstr ""
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
#
|
||||
# The *_FORMAT strings use the Django date format syntax,
|
||||
# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
|
||||
DATE_FORMAT = "d F Y"
|
||||
TIME_FORMAT = "g.i.A"
|
||||
DATE_FORMAT = 'd F Y'
|
||||
TIME_FORMAT = 'g.i.A'
|
||||
# DATETIME_FORMAT =
|
||||
YEAR_MONTH_FORMAT = "F Y"
|
||||
MONTH_DAY_FORMAT = "j F"
|
||||
SHORT_DATE_FORMAT = "Y-m-d"
|
||||
YEAR_MONTH_FORMAT = 'F Y'
|
||||
MONTH_DAY_FORMAT = 'j F'
|
||||
SHORT_DATE_FORMAT = 'Y-m-d'
|
||||
# SHORT_DATETIME_FORMAT =
|
||||
# FIRST_DAY_OF_WEEK =
|
||||
|
||||
@@ -16,6 +16,6 @@ SHORT_DATE_FORMAT = "Y-m-d"
|
||||
# DATE_INPUT_FORMATS =
|
||||
# TIME_INPUT_FORMATS =
|
||||
# DATETIME_INPUT_FORMATS =
|
||||
DECIMAL_SEPARATOR = ","
|
||||
THOUSAND_SEPARATOR = "."
|
||||
DECIMAL_SEPARATOR = ','
|
||||
THOUSAND_SEPARATOR = '.'
|
||||
# NUMBER_GROUPING =
|
||||
|
||||
Reference in New Issue
Block a user