测试gitnore

This commit is contained in:
ladeng07
2022-05-06 15:45:57 +08:00
parent 12f390949b
commit 51552904f9
2347 changed files with 120102 additions and 53549 deletions
@@ -3,20 +3,20 @@
# Translators:
# Adiyat Mubarak <adiyatmubarak@gmail.com>, 2017
# Claude Paroz <claude@2xlibre.net>, 2018
# Fery Setiawan <gembelweb@gmail.com>, 2015-2019,2021
# Fery Setiawan <gembelweb@gmail.com>, 2015-2019
# Jannis Leidel <jannis@leidel.info>, 2011
# M Asep Indrayana <me@drayanaindra.com>, 2015
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2016,2020
# rodin <romihardiyanto@gmail.com>, 2011
# rodin <romihardiyanto@gmail.com>, 2013-2016
# sage <laymonage@gmail.com>, 2018-2019
# sage <laymonage@gmail.com>, 2018-2019
# Sutrisno Efendi <kangfend@gmail.com>, 2015,2017
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-18 21:19+0000\n"
"POT-Creation-Date: 2021-01-15 09:00+0100\n"
"PO-Revision-Date: 2021-01-15 12:25+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: Indonesian (http://www.transifex.com/django/django/language/"
"id/)\n"
@@ -215,9 +215,6 @@ msgstr "Mongolia"
msgid "Marathi"
msgstr "Marathi"
msgid "Malay"
msgstr ""
msgid "Burmese"
msgstr "Burma"
@@ -332,7 +329,7 @@ msgstr "Sindikasi"
#. Translators: String used to replace omitted page numbers in elided page
#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10].
msgid "…"
msgstr ""
msgstr ""
msgid "That page number is not an integer"
msgstr "Nomor halaman itu bukan sebuah integer"
@@ -763,19 +760,16 @@ msgid ""
"ManagementForm data is missing or has been tampered with. Missing fields: "
"%(field_names)s. You may need to file a bug report if the issue persists."
msgstr ""
"Data ManagementForm telah hilang atau telah dirusak. Bidang yang hilang: "
"%(field_names)s. Anda mungkin butuh memberkaskan laporan kesalahan jika "
"masalah masih ada."
#, python-format
msgid "Please submit at most %d form."
msgid_plural "Please submit at most %d forms."
msgstr[0] "Harap ajukan paling banyak %d formulir."
msgstr[0] ""
#, python-format
msgid "Please submit at least %d form."
msgid_plural "Please submit at least %d forms."
msgstr[0] "Harap ajukan setidaknya %d formulir."
msgstr[0] ""
msgid "Order"
msgstr "Urutan"
@@ -1113,34 +1107,34 @@ msgid ", "
msgstr ", "
#, python-format
msgid "%(num)d year"
msgid_plural "%(num)d years"
msgstr[0] "%(num)d tahun"
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d tahun"
#, python-format
msgid "%(num)d month"
msgid_plural "%(num)d months"
msgstr[0] "%(num)d bulan"
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d bulan"
#, python-format
msgid "%(num)d week"
msgid_plural "%(num)d weeks"
msgstr[0] "%(num)d minggu"
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d minggu"
#, python-format
msgid "%(num)d day"
msgid_plural "%(num)d days"
msgstr[0] "%(num)d hari"
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d hari"
#, python-format
msgid "%(num)d hour"
msgid_plural "%(num)d hours"
msgstr[0] "%(num)d jam"
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d jam"
#, python-format
msgid "%(num)d minute"
msgid_plural "%(num)d minutes"
msgstr[0] "%(num)d menit"
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d menit"
msgid "Forbidden"
msgstr "Terlarang"
@@ -1150,14 +1144,14 @@ msgstr "Verifikasi CSRF gagal, Permintaan dibatalkan."
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 ""
"Anda melihat pesan ini karena jaringan HTTPS ini membutuhkan “Referer "
"header” untuk dikirim oleh peramban jaringan anda, tetapi tidak ada yg "
"dikirim. Kepala ini diwajibkan untuk alasan keamanan, untuk memastikan bahwa "
"peramban anda tidak sedang dibajak oleh pihak ketiga."
"Anda sedang melihat pesan ini karena situs HTTPS ini membutuhkan “Referer "
"header” dikirim oleh peramban Web Anda, tetapi tidak terkirim. Bagian kepala "
"tersebut dibutuhkan karena alasan keamanan, untuk memastikan bahwa peramban "
"Anda tidak sedang dibajak oleh pihak ketiga."
msgid ""
"If you have configured your browser to disable “Referer” headers, please re-"
@@ -2,48 +2,45 @@
#
# The *_FORMAT strings use the Django date format syntax,
# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = "j N Y"
DATE_FORMAT = 'j N Y'
DATETIME_FORMAT = "j N Y, G.i"
TIME_FORMAT = "G.i"
YEAR_MONTH_FORMAT = "F Y"
MONTH_DAY_FORMAT = "j F"
SHORT_DATE_FORMAT = "d-m-Y"
SHORT_DATETIME_FORMAT = "d-m-Y G.i"
TIME_FORMAT = 'G.i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd-m-Y'
SHORT_DATETIME_FORMAT = 'd-m-Y G.i'
FIRST_DAY_OF_WEEK = 1 # Monday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior
DATE_INPUT_FORMATS = [
"%d-%m-%Y", # '25-10-2009'
"%d/%m/%Y", # '25/10/2009'
"%d-%m-%y", # '25-10-09'
"%d/%m/%y", # '25/10/09'
"%d %b %Y", # '25 Oct 2006',
"%d %B %Y", # '25 October 2006'
"%m/%d/%y", # '10/25/06'
"%m/%d/%Y", # '10/25/2009'
'%d-%m-%Y', '%d/%m/%Y', # '25-10-2009', 25/10/2009'
'%d-%m-%y', '%d/%m/%y', # '25-10-09', 25/10/09'
'%d %b %Y', # '25 Oct 2006',
'%d %B %Y', # '25 October 2006'
'%m/%d/%y', '%m/%d/%Y', # '10/25/06', '10/25/2009'
]
TIME_INPUT_FORMATS = [
"%H.%M.%S", # '14.30.59'
"%H.%M", # '14.30'
'%H.%M.%S', # '14.30.59'
'%H.%M', # '14.30'
]
DATETIME_INPUT_FORMATS = [
"%d-%m-%Y %H.%M.%S", # '25-10-2009 14.30.59'
"%d-%m-%Y %H.%M.%S.%f", # '25-10-2009 14.30.59.000200'
"%d-%m-%Y %H.%M", # '25-10-2009 14.30'
"%d-%m-%y %H.%M.%S", # '25-10-09' 14.30.59'
"%d-%m-%y %H.%M.%S.%f", # '25-10-09' 14.30.59.000200'
"%d-%m-%y %H.%M", # '25-10-09' 14.30'
"%m/%d/%y %H.%M.%S", # '10/25/06 14.30.59'
"%m/%d/%y %H.%M.%S.%f", # '10/25/06 14.30.59.000200'
"%m/%d/%y %H.%M", # '10/25/06 14.30'
"%m/%d/%Y %H.%M.%S", # '25/10/2009 14.30.59'
"%m/%d/%Y %H.%M.%S.%f", # '25/10/2009 14.30.59.000200'
"%m/%d/%Y %H.%M", # '25/10/2009 14.30'
'%d-%m-%Y %H.%M.%S', # '25-10-2009 14.30.59'
'%d-%m-%Y %H.%M.%S.%f', # '25-10-2009 14.30.59.000200'
'%d-%m-%Y %H.%M', # '25-10-2009 14.30'
'%d-%m-%y %H.%M.%S', # '25-10-09' 14.30.59'
'%d-%m-%y %H.%M.%S.%f', # '25-10-09' 14.30.59.000200'
'%d-%m-%y %H.%M', # '25-10-09' 14.30'
'%m/%d/%y %H.%M.%S', # '10/25/06 14.30.59'
'%m/%d/%y %H.%M.%S.%f', # '10/25/06 14.30.59.000200'
'%m/%d/%y %H.%M', # '10/25/06 14.30'
'%m/%d/%Y %H.%M.%S', # '25/10/2009 14.30.59'
'%m/%d/%Y %H.%M.%S.%f', # '25/10/2009 14.30.59.000200'
'%m/%d/%Y %H.%M', # '25/10/2009 14.30'
]
DECIMAL_SEPARATOR = ","
THOUSAND_SEPARATOR = "."
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '.'
NUMBER_GROUPING = 3