|
1 | 1 | # SOME DESCRIPTIVE TITLE. |
2 | | -# Copyright (C) 2001-2019, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2025, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | | -# Septian Hari <septianhari@gmail.com>, 2019 |
| 7 | +# LIQRGV <septianhari@gmail.com>, 2021 |
8 | 8 | # |
9 | 9 | #, fuzzy |
10 | 10 | msgid "" |
11 | 11 | msgstr "" |
12 | | -"Project-Id-Version: Python 3.8\n" |
| 12 | +"Project-Id-Version: Python 3.13\n" |
13 | 13 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2019-12-16 12:12+0000\n" |
15 | | -"PO-Revision-Date: 2017-02-16 23:04+0000\n" |
16 | | -"Last-Translator: Septian Hari <septianhari@gmail.com>, 2019\n" |
17 | | -"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n" |
| 14 | +"POT-Creation-Date: 2025-05-02 14:19+0000\n" |
| 15 | +"PO-Revision-Date: 2021-06-28 01:03+0000\n" |
| 16 | +"Last-Translator: LIQRGV <septianhari@gmail.com>, 2021\n" |
| 17 | +"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/id/)\n" |
18 | 18 | "MIME-Version: 1.0\n" |
19 | 19 | "Content-Type: text/plain; charset=UTF-8\n" |
20 | 20 | "Content-Transfer-Encoding: 8bit\n" |
21 | 21 | "Language: id\n" |
22 | 22 | "Plural-Forms: nplurals=1; plural=0;\n" |
23 | 23 |
|
24 | | -#: /home/travis/build/python/cpython-doc-catalog/Doc/library/crypto.rst:5 |
| 24 | +#: ../../library/crypto.rst:5 |
25 | 25 | msgid "Cryptographic Services" |
26 | 26 | msgstr "Layanan Kriptografi" |
27 | 27 |
|
28 | | -#: /home/travis/build/python/cpython-doc-catalog/Doc/library/crypto.rst:9 |
| 28 | +#: ../../library/crypto.rst:9 |
29 | 29 | msgid "" |
30 | 30 | "The modules described in this chapter implement various algorithms of a " |
31 | 31 | "cryptographic nature. They are available at the discretion of the " |
32 | | -"installation. On Unix systems, the :mod:`crypt` module may also be " |
33 | | -"available. Here's an overview:" |
| 32 | +"installation. Here's an overview:" |
| 33 | +msgstr "" |
| 34 | + |
| 35 | +#: ../../library/crypto.rst:7 |
| 36 | +msgid "cryptography" |
34 | 37 | msgstr "" |
35 | | -"Modul-modul yang dideskripsikan di bagian ini mengimplementasikan berbagai " |
36 | | -"algoritma dunia kriptografi. Mereka (modul-modul) tersedia bebas saat " |
37 | | -"pemasangan. Pada sistem Unix, modul :mod:`crypt` mungkin saja tersedia. " |
38 | | -"Berikut ini ikhtisar:" |
0 commit comments