forked from jazzband/djangorestframework-simplejwt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
django.po
for id translation (jazzband#685)
* Update `django.po` for id translation * Update `django.mo` for Bahasa Indonesia (id) translations.
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
Binary file modified
BIN
+41 Bytes
(100%)
rest_framework_simplejwt/locale/id_ID/LC_MESSAGES/django.mo
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <[email protected]>, 2020. | ||
# | ||
# Translators: | ||
# <[email protected]>, 2020 | ||
# Kira <[email protected]>, 2023 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: djangorestframework_simplejwt\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-02-22 17:30+0100\n" | ||
"Last-Translator: oon arfiandwi <[email protected]>\n" | ||
"PO-Revision-Date: 2023-03-09 08:14+0000\n" | ||
"Last-Translator: Kira <[email protected]>\n" | ||
"Language: id_ID\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -38,12 +42,13 @@ msgstr "Jenis algoritma tidak dikenal '{}'" | |
|
||
#: backends.py:73 | ||
msgid "You must have cryptography installed to use {}." | ||
msgstr "Anda harus memasang kriptografi untuk menggunakan {}." | ||
msgstr "Anda harus memasang cryptography untuk menggunakan {}." | ||
|
||
#: backends.py:88 | ||
msgid "" | ||
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta." | ||
msgstr "" | ||
"Tipe '{}' tidak dikenali, 'leeway' harus bertipe int, float, atau timedelta." | ||
|
||
#: backends.py:102 backends.py:152 exceptions.py:38 tokens.py:44 | ||
msgid "Token is invalid or expired" | ||
|