Skip to content

Commit 8cd5492

Browse files
committed
update python-newest.library--copyreg/id.po with latest contents from transifex
1 parent 74230a3 commit 8cd5492

File tree

1 file changed

+33
-23
lines changed
  • python-newest.library--copyreg

1 file changed

+33
-23
lines changed
Lines changed: 33 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2019, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
7+
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2023
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.8\n"
12+
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2019-09-01 14:24+0000\n"
15-
"PO-Revision-Date: 2017-02-16 23:04+0000\n"
16-
"Last-Translator: oon arfiandwi <oon.arfiandwi@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: oon arfiandwi <oon.arfiandwi@gmail.com>, 2023\n"
17+
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/id/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
2121
"Language: id\n"
2222
"Plural-Forms: nplurals=1; plural=0;\n"
2323

2424
#: ../../library/copyreg.rst:2
25-
msgid ":mod:`copyreg` --- Register :mod:`pickle` support functions"
25+
msgid ":mod:`!copyreg` --- Register :mod:`!pickle` support functions"
2626
msgstr ""
2727

2828
#: ../../library/copyreg.rst:7
@@ -47,33 +47,43 @@ msgstr ""
4747
#: ../../library/copyreg.rst:30
4848
msgid ""
4949
"Declares that *function* should be used as a \"reduction\" function for "
50-
"objects of type *type*. *function* should return either a string or a tuple"
51-
" containing two or three elements."
50+
"objects of type *type*. *function* must return either a string or a tuple "
51+
"containing between two and six elements. See the "
52+
":attr:`~pickle.Pickler.dispatch_table` for more details on the interface of "
53+
"*function*."
5254
msgstr ""
5355

54-
#: ../../library/copyreg.rst:34
56+
#: ../../library/copyreg.rst:35
5557
msgid ""
56-
"The optional *constructor* parameter, if provided, is a callable object "
57-
"which can be used to reconstruct the object when called with the tuple of "
58-
"arguments returned by *function* at pickling time. :exc:`TypeError` will be"
59-
" raised if *object* is a class or *constructor* is not callable."
58+
"The *constructor_ob* parameter is a legacy feature and is now ignored, but "
59+
"if passed it must be a callable."
6060
msgstr ""
6161

62-
#: ../../library/copyreg.rst:39
62+
#: ../../library/copyreg.rst:38
6363
msgid ""
64-
"See the :mod:`pickle` module for more details on the interface expected of "
65-
"*function* and *constructor*. Note that the "
66-
":attr:`~pickle.Pickler.dispatch_table` attribute of a pickler object or "
67-
"subclass of :class:`pickle.Pickler` can also be used for declaring reduction"
68-
" functions."
64+
"Note that the :attr:`~pickle.Pickler.dispatch_table` attribute of a pickler "
65+
"object or subclass of :class:`pickle.Pickler` can also be used for declaring"
66+
" reduction functions."
6967
msgstr ""
7068

71-
#: ../../library/copyreg.rst:46
69+
#: ../../library/copyreg.rst:43
7270
msgid "Example"
7371
msgstr "Contoh"
7472

75-
#: ../../library/copyreg.rst:48
73+
#: ../../library/copyreg.rst:45
7674
msgid ""
7775
"The example below would like to show how to register a pickle function and "
7876
"how it will be used:"
7977
msgstr ""
78+
79+
#: ../../library/copyreg.rst:9
80+
msgid "module"
81+
msgstr "modul"
82+
83+
#: ../../library/copyreg.rst:9
84+
msgid "pickle"
85+
msgstr "pickle"
86+
87+
#: ../../library/copyreg.rst:9
88+
msgid "copy"
89+
msgstr ""

0 commit comments

Comments
 (0)