@@ -8,110 +8,26 @@ Hungarian Translation of the Python Documentation
8
8
Contributing to the Translation
9
9
-------------------------------
10
10
11
- Your help is welcome, you can start with easy tasks like reviewing
12
- fuzzy entries to help keeping the documentation up to date. You can
13
- also proofread already translated entries, and finally translate
11
+ Your help is welcome; you can start with easy tasks like reviewing
12
+ fuzzy entries to help keep the documentation up to date. You can
13
+ also proofread already translated entries and finally translate
14
14
untranslated ones.
15
15
16
16
How to Contribute
17
17
-----------------
18
18
19
- You can either contribute on [ transifex/python-doc/public/] ( https://www.transifex.com/python-doc/public/ ) ,
20
- or by simply openning an
21
- issue on this repository, or by editing the `` po `` files.
22
-
23
- To modify those files you first have to fork this project and follow
24
- github instructions to clone it.
25
-
26
- Next, to edit the files, you can use an editor of your choice, there's many:
27
-
28
- - highly recommended: [ poedit] ( http://www.poedit.net/ )
29
- - gted
30
- - gtranslator
31
- - lokalize
32
- - betterpoeditor
33
- - vim or emacs with an appropriate mode
34
- - Vé on Android
35
- - probably many others
36
-
37
- Finally, once your contribution is done, do a pull request so we
38
- can review and merge it.
39
-
40
- What to translate/not translate
41
- -------------------------------
42
-
43
- - Prioritize the higher version, identical strings between version can
44
- automatically be reused.
45
- - Do not translate content of ` :keyword:... ` , ` :mod:... ` , ` :class:... ` , ` :meth:... ` , ` :func:... ` , ` :ref:... `
46
- - Put english words, if you have to use them, in * italics* (surrounded
47
- by stars).
48
-
49
- Where to get help
50
- -----------------
51
-
52
- The coordinator for this translation is [ gbtami] ( https://github.com/gbtami ) .
53
-
54
- Feel free to ask your questions on [ python-hu@python.org ] ( https://mail.python.org/mailman/listinfo/python-hu )
55
- or on [ freenode] ( http://webchat.freenode.net/?channels=python-doc&uio=d4 ) .
56
-
57
- Glossary
58
- --------
59
-
60
- For consistency in our translations, here are some propositions and
61
- reminders for frequent terms you'll have to translate, don't hesitate
62
- to open an issue if you disagree.
63
-
64
- | english | hungarian |
65
- | :---------------------------| :---------------------------|
66
- | argument | argumentum |
67
- | attribute (class) | attribútum |
68
- | backslash | vissza perjel |
69
- | buffer | puffer |
70
- | built-in (function) | beépített (függvény) |
71
- | byte | bájt |
72
- | bytearray (type) | bytearray |
73
- | bytes (type) | bytes |
74
- | class | osztály |
75
- | clause | ág |
76
- | control flow statements | vezérlő utasítások |
77
- | data attribute | adatattribútum |
78
- | default | alapértelmezett |
79
- | dictionary | szótár |
80
- | exception | kivétel |
81
- | file | fájl |
82
- | handler (exeption) | kezelő |
83
- | immutable | nem módosítható |
84
- | iterable | iterálható |
85
- | keyword argument | kulcsszavas argumentum |
86
- | library reference | A Python standard könyvtárának kézikönyve|
87
- | list | lista |
88
- | list comprehension | listaépítés |
89
- | method | metódus |
90
- | mutable | módosítható |
91
- | object | objektum |
92
- | package | csomag |
93
- | positional argument | hely szerinti argumentum |
94
- | prompt | prompt |
95
- | raise an exception | kivételt vált ki |
96
- | right-hand side expression | jobb oldali kifejezés |
97
- | scope | hatáskör, hatókör |
98
- | sequence | sorozat |
99
- | sequence unpacking | sorozat szétpakolása |
100
- | set | halmaz |
101
- | shallow copy, deep copy | alapszintű másolat, teljes körű másolat|
102
- | slice notation | szeletjelölési mód |
103
- | string | karakterlánc, sztring |
104
- | string-literal | literális karakterlánc |
105
- | token | token |
106
- | tuple | tuple tuple-t, tuple-nek...|
107
- | Unicode | Unicode |
19
+ Contribution is carried out on
20
+ [ Transifex] ( https://explore.transifex.com/python-doc/python-newest/ ) .
21
+ The [ Python Devguide] ( https://devguide.python.org/documentation/translations/translating/ )
22
+ contains all the necessary information to get started. If you have issues with
23
+ getting set up, open an issue in this repository and someone will help you.
108
24
109
25
Documentation Contribution Agreement
110
26
------------------------------------
111
27
112
28
NOTE REGARDING THE LICENSE FOR TRANSLATIONS: Python's documentation is
113
29
maintained using a global network of volunteers. By posting this
114
- project on Transifex, Github , and other public places, and inviting
30
+ project on Transifex, GitHub , and other public places, and inviting
115
31
you to participate, we are proposing an agreement that you will
116
32
provide your improvements to Python's documentation or the translation
117
33
of Python's documentation for the PSF's use under the CC0 license
0 commit comments