Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ead90e

Browse files
committed
Resmi di github.com/python/python-docs-id/. Sinkronisasi dengan Transifex 20191015. Memperbarui tutorial/modules dan sebagian library/stdtypes.
1 parent007207d commit6ead90e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+6359
-5927
lines changed

‎README.md‎

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Anda ke PSF untuk dimasukkan dalam dokumentasi.
3030
---
3131
Anda bisa berkontribusi dengan:
3232

33-
* Membuat_pull requests_ di Github ini
33+
* Membuat_pull requests_ di[repositoriGithub ini](https://github.com/python/python-docs-id/)
3434
* Menerjemahkan langsung di[situs Transifex](https://www.transifex.com/python-doc/python-newest/language/id/)
3535

3636
###Target (Fokus) Utama Penerjemahan
@@ -45,8 +45,8 @@ setelah mencapai target berikut:
4545
#####Kami rekomendasikan agar Anda tidak mulai penerjemahan dari bagian "c-api" karena bagian itu berisi sangat teknis
4646

4747
#####Progres
48-
***tutorial/{appendix, errors, index, interactive, interpreter, introduction, stdlib, venv, whatnow}** sudah diterjemahkan 100%
49-
***tutorial/{appetite, classes, controlflow, datastructure, floatingpoint, inputoutput,modules,strlib2}** belum diterjemahkan
48+
***tutorial/{appendix, errors, index, interactive, interpreter, introduction,modules,stdlib, venv, whatnow}** sudah diterjemahkan 100%
49+
***tutorial/{appetite, classes, controlflow, datastructure, floatingpoint, inputoutput, strlib2}** belum diterjemahkan
5050

5151
###Panduan Singkat Penerjemahan
5252
---
@@ -95,6 +95,7 @@ Istilah | Terjemahan
9595
*buffer* | penyangga
9696
*bug* |*bug*
9797
*built-in* | bawaan
98+
*cache* |*cache*
9899
*changelog* | catatan perubahan
99100
*compiler* |*compiler*
100101
*concatenation. concatenated.* | perangkaian, penggabungan. digabungkan.
@@ -113,10 +114,12 @@ Istilah | Terjemahan
113114
*etc.* | dll.
114115
*exception* | pengecualian
115116
*fall back* | beralih
117+
*familiar* | terbiasa
116118
*file* | berkas
117119
*form* | bentuk, formulir
118120
*framework* | kerangka, kerangka kerja
119121
*handling. handler.* | penanganan. penangan.
122+
*hierarchy* | hierarki
120123
*interpreter* |*interpreter*
121124
*invocation* | seruan, pemanggilan
122125
*iterator* |*iterator*
@@ -137,6 +140,7 @@ Istilah | Terjemahan
137140
*runtime* |*runtime*
138141
*site-packages* |*site-packages*
139142
*slice* | iris, irisan
143+
*stack trace* | tumpukan jejak
140144
*startup* | permulaan
141145
*stream* | aliran,*stream*
142146
*tuple* |*tuple*
@@ -148,6 +152,10 @@ Menempatkan aktivitas penerjemahan di tempat penyimpanan umum ini bertujuan untu
148152
menarik dan mendapatkan lebih banyak kontribusi dibandingkan situs penerjemahan
149153
yang fungsinya sangat spesifik, seperti halnya Transifex.
150154

155+
Per tanggal**2019-10-15** repositori`python-docs-id` tersedia di bawah repositori Github organisasi Python.
156+
157+
https://github.com/python/python-docs-id/
158+
151159
###Perintah Transifex
152160
---
153161
Untuk mengambil data sumber dan terjemahan yang lebih baru (dibatasi hanya Bahasa Indonesia`id`) dari Transifex:

‎c-api/code.po‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# oon arfiandwi <oon.arfiandwi@gmail.com>,2018
7+
# oon arfiandwi <oon.arfiandwi@gmail.com>,2019
88
#
99
#,fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2019-09-01 14:24+0000\n"
1515
"PO-Revision-Date:2017-02-16 17:34+0000\n"
16-
"Last-Translator:oon arfiandwi <oon.arfiandwi@gmail.com>,2018\n"
16+
"Last-Translator:oon arfiandwi <oon.arfiandwi@gmail.com>,2019\n"
1717
"Language-Team:Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
1818
"MIME-Version:1.0\n"
1919
"Content-Type:text/plain; charset=UTF-8\n"
@@ -77,12 +77,17 @@ msgid ""
7777
"``code``, ``filename``, ``name``, ``argcount``, ``posonlyargcount``, "
7878
"``kwonlyargcount``, ``nlocals``, ``stacksize``, ``flags``."
7979
msgstr""
80+
"Menimbulkan :ref:`auditing event <auditing>` ``code.__new__`` dengan argumen"
81+
" ``code``, ``filename``, ``name``, ``argcount``, ``posonlyargcount``, "
82+
"``kwonlyargcount``, ``nlocals``, ``stacksize``, ``flags``."
8083

8184
#:../../c-api/code.rst:47
8285
msgid""
8386
"Similar to :c:func:`PyCode_New`, but with an extra\"posonlyargcount\" for "
8487
"positonal-only arguments."
8588
msgstr""
89+
"Mirip dengan :c:func:`PyCode_New`, tetapi dengan ekstra\"posonlyargcount\" "
90+
"untuk argumen hanya-posisi."
8691

8792
#:../../c-api/code.rst:53
8893
msgid""

‎c-api/exceptions.po‎

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
8+
#
69
#,fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version:Python 3.8\n"
1013
"Report-Msgid-Bugs-To:\n"
1114
"POT-Creation-Date:2019-09-01 14:24+0000\n"
1215
"PO-Revision-Date:2017-02-16 17:35+0000\n"
16+
"Last-Translator:oon arfiandwi <oon.arfiandwi@gmail.com>, 2019\n"
1317
"Language-Team:Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
1418
"MIME-Version:1.0\n"
1519
"Content-Type:text/plain; charset=UTF-8\n"
@@ -823,7 +827,7 @@ msgstr ""
823827
#:../../c-api/exceptions.rst:823../../c-api/exceptions.rst:956
824828
#:../../c-api/exceptions.rst:1004
825829
msgid"Notes"
826-
msgstr""
830+
msgstr"Catatan"
827831

828832
#:../../c-api/exceptions.rst:825
829833
msgid":c:data:`PyExc_BaseException`"
@@ -837,7 +841,7 @@ msgstr ""
837841
#:../../c-api/exceptions.rst:829../../c-api/exceptions.rst:875
838842
#:../../c-api/exceptions.rst:887../../c-api/exceptions.rst:1006
839843
msgid"\\(1)"
840-
msgstr""
844+
msgstr"\\(1)"
841845

842846
#:../../c-api/exceptions.rst:827
843847
msgid":c:data:`PyExc_Exception`"
@@ -1129,7 +1133,7 @@ msgstr ""
11291133

11301134
#:../../c-api/exceptions.rst:897
11311135
msgid"\\(2)"
1132-
msgstr""
1136+
msgstr"\\(2)"
11331137

11341138
#:../../c-api/exceptions.rst:899
11351139
msgid":c:data:`PyExc_RuntimeError`"
@@ -1298,15 +1302,15 @@ msgstr ""
12981302

12991303
#:../../c-api/exceptions.rst:962
13001304
msgid"\\(3)"
1301-
msgstr""
1305+
msgstr"\\(3)"
13021306

13031307
#:../../c-api/exceptions.rst:965
13041308
msgid"These aliases used to be separate exception types."
13051309
msgstr""
13061310

13071311
#:../../c-api/exceptions.rst:968../../c-api/exceptions.rst:1032
13081312
msgid"Notes:"
1309-
msgstr""
1313+
msgstr"Catatan:"
13101314

13111315
#:../../c-api/exceptions.rst:971
13121316
msgid"This is a base class for other standard exceptions."

‎c-api/init.po‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
8+
#
69
#,fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version:Python 3.8\n"
1013
"Report-Msgid-Bugs-To:\n"
1114
"POT-Creation-Date:2019-09-27 11:33+0000\n"
1215
"PO-Revision-Date:2017-02-16 17:36+0000\n"
16+
"Last-Translator:oon arfiandwi <oon.arfiandwi@gmail.com>, 2019\n"
1317
"Language-Team:Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
1418
"MIME-Version:1.0\n"
1519
"Content-Type:text/plain; charset=UTF-8\n"
@@ -1807,7 +1811,7 @@ msgstr ""
18071811

18081812
#:../../c-api/init.rst:1554
18091813
msgid"Methods"
1810-
msgstr""
1814+
msgstr"Metode-Metode"
18111815

18121816
#:../../c-api/init.rst:1556
18131817
msgid""

‎c-api/typeobj.po‎

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
8+
#
69
#,fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version:Python 3.8\n"
1013
"Report-Msgid-Bugs-To:\n"
1114
"POT-Creation-Date:2019-09-27 11:33+0000\n"
1215
"PO-Revision-Date:2017-02-16 17:39+0000\n"
16+
"Last-Translator:oon arfiandwi <oon.arfiandwi@gmail.com>, 2019\n"
1317
"Language-Team:Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
1418
"MIME-Version:1.0\n"
1519
"Content-Type:text/plain; charset=UTF-8\n"
@@ -2189,47 +2193,47 @@ msgstr ""
21892193

21902194
#:../../c-api/typeobj.rst:1336
21912195
msgid"``<``"
2192-
msgstr""
2196+
msgstr"``<``"
21932197

21942198
#:../../c-api/typeobj.rst:1338
21952199
msgid":const:`Py_LE`"
21962200
msgstr""
21972201

21982202
#:../../c-api/typeobj.rst:1338
21992203
msgid"``<=``"
2200-
msgstr""
2204+
msgstr"``<=``"
22012205

22022206
#:../../c-api/typeobj.rst:1340
22032207
msgid":const:`Py_EQ`"
22042208
msgstr""
22052209

22062210
#:../../c-api/typeobj.rst:1340
22072211
msgid"``==``"
2208-
msgstr""
2212+
msgstr"``==``"
22092213

22102214
#:../../c-api/typeobj.rst:1342
22112215
msgid":const:`Py_NE`"
22122216
msgstr""
22132217

22142218
#:../../c-api/typeobj.rst:1342
22152219
msgid"``!=``"
2216-
msgstr""
2220+
msgstr"``!=``"
22172221

22182222
#:../../c-api/typeobj.rst:1344
22192223
msgid":const:`Py_GT`"
22202224
msgstr""
22212225

22222226
#:../../c-api/typeobj.rst:1344
22232227
msgid"``>``"
2224-
msgstr""
2228+
msgstr"``>``"
22252229

22262230
#:../../c-api/typeobj.rst:1346
22272231
msgid":const:`Py_GE`"
22282232
msgstr""
22292233

22302234
#:../../c-api/typeobj.rst:1346
22312235
msgid"``>=``"
2232-
msgstr""
2236+
msgstr"``>=``"
22332237

22342238
#:../../c-api/typeobj.rst:1349
22352239
msgid""

‎distutils/builtdist.po‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ msgstr ""
139139

140140
#:../../distutils/builtdist.rst:75
141141
msgid"Notes"
142-
msgstr""
142+
msgstr"Catatan"
143143

144144
#:../../distutils/builtdist.rst:77
145145
msgid"``gztar``"
@@ -151,7 +151,7 @@ msgstr ""
151151

152152
#:../../distutils/builtdist.rst:77
153153
msgid"\\(1)"
154-
msgstr""
154+
msgstr"\\(1)"
155155

156156
#:../../distutils/builtdist.rst:80
157157
msgid"``bztar``"
@@ -179,7 +179,7 @@ msgstr ""
179179

180180
#:../../distutils/builtdist.rst:86
181181
msgid"\\(3)"
182-
msgstr""
182+
msgstr"\\(3)"
183183

184184
#:../../distutils/builtdist.rst:89
185185
msgid"``tar``"
@@ -211,7 +211,7 @@ msgstr ""
211211

212212
#:../../distutils/builtdist.rst:93
213213
msgid"\\(5)"
214-
msgstr""
214+
msgstr"\\(5)"
215215

216216
#:../../distutils/builtdist.rst:95
217217
msgid"``pkgtool``"
@@ -239,7 +239,7 @@ msgstr ""
239239

240240
#:../../distutils/builtdist.rst:99
241241
msgid"\\(4)"
242-
msgstr""
242+
msgstr"\\(4)"
243243

244244
#:../../distutils/builtdist.rst:102
245245
msgid"``msi``"
@@ -255,7 +255,7 @@ msgstr ""
255255

256256
#:../../distutils/builtdist.rst:109
257257
msgid"Notes:"
258-
msgstr""
258+
msgstr"Catatan:"
259259

260260
#:../../distutils/builtdist.rst:112
261261
msgid"default on Unix"

‎distutils/setupscript.po‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ msgstr ""
736736

737737
#:../../distutils/setupscript.rst:567
738738
msgid"Notes"
739-
msgstr""
739+
msgstr"Catatan"
740740

741741
#:../../distutils/setupscript.rst:569
742742
msgid"``name``"
@@ -754,7 +754,7 @@ msgstr ""
754754

755755
#:../../distutils/setupscript.rst:569../../distutils/setupscript.rst:583
756756
msgid"\\(1)"
757-
msgstr""
757+
msgstr"\\(1)"
758758

759759
#:../../distutils/setupscript.rst:571
760760
msgid"``version``"
@@ -766,7 +766,7 @@ msgstr ""
766766

767767
#:../../distutils/setupscript.rst:571
768768
msgid"(1)(2)"
769-
msgstr""
769+
msgstr"(1)(2)"
770770

771771
#:../../distutils/setupscript.rst:573
772772
msgid"``author``"
@@ -779,7 +779,7 @@ msgstr ""
779779
#:../../distutils/setupscript.rst:573../../distutils/setupscript.rst:575
780780
#:../../distutils/setupscript.rst:578../../distutils/setupscript.rst:580
781781
msgid"\\(3)"
782-
msgstr""
782+
msgstr"\\(3)"
783783

784784
#:../../distutils/setupscript.rst:575
785785
msgid"``author_email``"
@@ -843,7 +843,7 @@ msgstr ""
843843

844844
#:../../distutils/setupscript.rst:589
845845
msgid"\\(4)"
846-
msgstr""
846+
msgstr"\\(4)"
847847

848848
#:../../distutils/setupscript.rst:592
849849
msgid"``download_url``"
@@ -868,7 +868,7 @@ msgstr ""
868868

869869
#:../../distutils/setupscript.rst:595
870870
msgid"(6)(7)"
871-
msgstr""
871+
msgstr"(6)(7)"
872872

873873
#:../../distutils/setupscript.rst:597
874874
msgid"``platforms``"
@@ -900,11 +900,11 @@ msgstr ""
900900

901901
#:../../distutils/setupscript.rst:601
902902
msgid"\\(5)"
903-
msgstr""
903+
msgstr"\\(5)"
904904

905905
#:../../distutils/setupscript.rst:604
906906
msgid"Notes:"
907-
msgstr""
907+
msgstr"Catatan:"
908908

909909
#:../../distutils/setupscript.rst:607
910910
msgid"These fields are required."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp