Skip to content

Commit ba5602a

Browse files
MorphaxTheDeveloperegeakmansefikaozturk
authored
faq/installed (python#48)
* Add files via upload * Apply suggestions from code review Co-authored-by: Şefika Nur Öztürk <64414733+sefikaozturk@users.noreply.github.com> Co-authored-by: Ege Akman <egeakmanegeakman@hotmail.com> Co-authored-by: Şefika Nur Öztürk <64414733+sefikaozturk@users.noreply.github.com>
1 parent ca378cd commit ba5602a

File tree

1 file changed

+140
-109
lines changed

1 file changed

+140
-109
lines changed

faq/installed.po

Lines changed: 140 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,140 @@
1-
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2021, Python Software Foundation
3-
# This file is distributed under the same license as the Python package.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5-
#
6-
#, fuzzy
7-
msgid ""
8-
msgstr ""
9-
"Project-Id-Version: Python 3.10\n"
10-
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2021-12-17 23:20+0300\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <LL@li.org>\n"
15-
"Language: \n"
16-
"MIME-Version: 1.0\n"
17-
"Content-Type: text/plain; charset=UTF-8\n"
18-
"Content-Transfer-Encoding: 8bit\n"
19-
20-
#: faq/installed.rst:3
21-
msgid "\"Why is Python Installed on my Computer?\" FAQ"
22-
msgstr ""
23-
24-
#: faq/installed.rst:6
25-
msgid "What is Python?"
26-
msgstr ""
27-
28-
#: faq/installed.rst:8
29-
msgid ""
30-
"Python is a programming language. It's used for many different "
31-
"applications. It's used in some high schools and colleges as an introductory "
32-
"programming language because Python is easy to learn, but it's also used by "
33-
"professional software developers at places such as Google, NASA, and "
34-
"Lucasfilm Ltd."
35-
msgstr ""
36-
37-
#: faq/installed.rst:13
38-
msgid ""
39-
"If you wish to learn more about Python, start with the `Beginner's Guide to "
40-
"Python <https://wiki.python.org/moin/BeginnersGuide>`_."
41-
msgstr ""
42-
43-
#: faq/installed.rst:18
44-
msgid "Why is Python installed on my machine?"
45-
msgstr ""
46-
47-
#: faq/installed.rst:20
48-
msgid ""
49-
"If you find Python installed on your system but don't remember installing "
50-
"it, there are several possible ways it could have gotten there."
51-
msgstr ""
52-
53-
#: faq/installed.rst:23
54-
msgid ""
55-
"Perhaps another user on the computer wanted to learn programming and "
56-
"installed it; you'll have to figure out who's been using the machine and "
57-
"might have installed it."
58-
msgstr ""
59-
60-
#: faq/installed.rst:26
61-
msgid ""
62-
"A third-party application installed on the machine might have been written "
63-
"in Python and included a Python installation. There are many such "
64-
"applications, from GUI programs to network servers and administrative "
65-
"scripts."
66-
msgstr ""
67-
68-
#: faq/installed.rst:29
69-
msgid ""
70-
"Some Windows machines also have Python installed. At this writing we're "
71-
"aware of computers from Hewlett-Packard and Compaq that include Python. "
72-
"Apparently some of HP/Compaq's administrative tools are written in Python."
73-
msgstr ""
74-
75-
#: faq/installed.rst:32
76-
msgid ""
77-
"Many Unix-compatible operating systems, such as macOS and some Linux "
78-
"distributions, have Python installed by default; it's included in the base "
79-
"installation."
80-
msgstr ""
81-
82-
#: faq/installed.rst:38
83-
msgid "Can I delete Python?"
84-
msgstr ""
85-
86-
#: faq/installed.rst:40
87-
msgid "That depends on where Python came from."
88-
msgstr ""
89-
90-
#: faq/installed.rst:42
91-
msgid ""
92-
"If someone installed it deliberately, you can remove it without hurting "
93-
"anything. On Windows, use the Add/Remove Programs icon in the Control Panel."
94-
msgstr ""
95-
96-
#: faq/installed.rst:45
97-
msgid ""
98-
"If Python was installed by a third-party application, you can also remove "
99-
"it, but that application will no longer work. You should use that "
100-
"application's uninstaller rather than removing Python directly."
101-
msgstr ""
102-
103-
#: faq/installed.rst:49
104-
msgid ""
105-
"If Python came with your operating system, removing it is not recommended. "
106-
"If you remove it, whatever tools were written in Python will no longer run, "
107-
"and some of them might be important to you. Reinstalling the whole system "
108-
"would then be required to fix things again."
109-
msgstr ""
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2021, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: Python 3.10\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2021-12-17 23:20+0300\n"
11+
"PO-Revision-Date: 2022-06-18 01:11+0300\n"
12+
"Language: tr\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: 8bit\n"
16+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Last-Translator: \n"
18+
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
19+
"X-Generator: Poedit 2.2\n"
20+
21+
#: faq/installed.rst:3
22+
msgid "\"Why is Python Installed on my Computer?\" FAQ"
23+
msgstr "\"Python Bilgisayarımda Neden Yüklü?\" SSS"
24+
25+
#: faq/installed.rst:6
26+
msgid "What is Python?"
27+
msgstr "Python nedir?"
28+
29+
#: faq/installed.rst:8
30+
msgid ""
31+
"Python is a programming language. It's used for many different "
32+
"applications. It's used in some high schools and colleges as an introductory "
33+
"programming language because Python is easy to learn, but it's also used by "
34+
"professional software developers at places such as Google, NASA, and "
35+
"Lucasfilm Ltd."
36+
msgstr ""
37+
"Python bir programlama dilidir. Birçok farklı uygulama için kullanılır. "
38+
"Python'un öğrenilmesi kolay olduğu için bazı lise ve üniversitelerde"
39+
"programlamaya giriş dili olarak kullanılır, ancak aynı zamanda Google, NASA ve "
40+
"Lucasfilm Ltd. gibi yerlerde profesyonel yazılım geliştiriciler tarafından "
41+
"da kullanılır."
42+
43+
#: faq/installed.rst:13
44+
msgid ""
45+
"If you wish to learn more about Python, start with the `Beginner's Guide to "
46+
"Python <https://wiki.python.org/moin/BeginnersGuide>`_."
47+
msgstr ""
48+
"Python hakkında daha fazla bilgi edinmek istiyorsanız, `Beginner's Guide to "
49+
"Python <https://wiki.python.org/moin/BeginnersGuide>`_ ile başlayın."
50+
51+
#: faq/installed.rst:18
52+
msgid "Why is Python installed on my machine?"
53+
msgstr "Python makinemde neden yüklü?"
54+
55+
#: faq/installed.rst:20
56+
msgid ""
57+
"If you find Python installed on your system but don't remember installing "
58+
"it, there are several possible ways it could have gotten there."
59+
msgstr ""
60+
"Python'un sisteminizde yüklü olduğunu görüyor ancak yüklediğinizi "
61+
"hatırlamıyorsanız, Python'un sisteminize girmesinin birkaç olası yolu vardır."
62+
63+
#: faq/installed.rst:23
64+
msgid ""
65+
"Perhaps another user on the computer wanted to learn programming and "
66+
"installed it; you'll have to figure out who's been using the machine and "
67+
"might have installed it."
68+
msgstr ""
69+
"Belki de bilgisayardaki başka bir kullanıcı programlama öğrenmek istedi ve "
70+
"bunu yükledi; makineyi kimin kullandığını ve bunu kimin yüklemiş "
71+
"olabileceğini bulmanız gerekecek."
72+
73+
#: faq/installed.rst:26
74+
msgid ""
75+
"A third-party application installed on the machine might have been written "
76+
"in Python and included a Python installation. There are many such "
77+
"applications, from GUI programs to network servers and administrative "
78+
"scripts."
79+
msgstr ""
80+
"Makineye yüklenen üçüncü parti bir uygulama Python ile yazılmış ve bir "
81+
"Python yüklemesi içeriyor olabilir. GUI programlarından ağ sunucularına ve "
82+
"yönetim komut dosyalarına kadar bu tür birçok uygulama vardır."
83+
84+
#: faq/installed.rst:29
85+
msgid ""
86+
"Some Windows machines also have Python installed. At this writing we're "
87+
"aware of computers from Hewlett-Packard and Compaq that include Python. "
88+
"Apparently some of HP/Compaq's administrative tools are written in Python."
89+
msgstr ""
90+
"Bazı Windows makinelerde Python da yüklüdür. Bu yazıyı yazarken Hewlett-"
91+
"Packard ve Compaq'ın Python içeren bilgisayarlarından haberdarız. Görünüşe "
92+
"göre HP/Compaq'ın bazı yönetim araçları Python ile yazılmış."
93+
94+
#: faq/installed.rst:32
95+
msgid ""
96+
"Many Unix-compatible operating systems, such as macOS and some Linux "
97+
"distributions, have Python installed by default; it's included in the base "
98+
"installation."
99+
msgstr ""
100+
"MacOS ve bazı Linux dağıtımları gibi Unix uyumlu birçok işletim sisteminde "
101+
"Python varsayılan olarak yüklüdür; temel kuruluma dahildir."
102+
103+
#: faq/installed.rst:38
104+
msgid "Can I delete Python?"
105+
msgstr "Python'u silebilir miyim?"
106+
107+
#: faq/installed.rst:40
108+
msgid "That depends on where Python came from."
109+
msgstr "Bu Python'un nereden geldiğine bağlıdır."
110+
111+
#: faq/installed.rst:42
112+
msgid ""
113+
"If someone installed it deliberately, you can remove it without hurting "
114+
"anything. On Windows, use the Add/Remove Programs icon in the Control Panel."
115+
msgstr ""
116+
"Birisi kasıtlı olarak yüklediyse, hiçbir şeye zarar vermeden "
117+
"kaldırabilirsiniz. Windows'ta, Denetim Masası'ndaki Program Ekle/Kaldır "
118+
"simgesini kullanın."
119+
120+
#: faq/installed.rst:45
121+
msgid ""
122+
"If Python was installed by a third-party application, you can also remove "
123+
"it, but that application will no longer work. You should use that "
124+
"application's uninstaller rather than removing Python directly."
125+
msgstr ""
126+
"Python üçüncü parti bir uygulama tarafından yüklenmişse, onu da "
127+
"kaldırabilirsiniz, ancak bu uygulama artık çalışmayacaktır. Python'u "
128+
"doğrudan kaldırmak yerine o uygulamanın kaldırıcısını kullanmalısınız."
129+
130+
#: faq/installed.rst:49
131+
msgid ""
132+
"If Python came with your operating system, removing it is not recommended. "
133+
"If you remove it, whatever tools were written in Python will no longer run, "
134+
"and some of them might be important to you. Reinstalling the whole system "
135+
"would then be required to fix things again."
136+
msgstr ""
137+
"Python işletim sisteminizle birlikte geliyorsa, kaldırılması önerilmez. "
138+
"Kaldırırsanız, Python'da yazılmış olan araçlar artık çalışmayacaktır ve "
139+
"bunlardan bazıları sizin için önemli olabilir. Bu durumda işleri tekrar "
140+
"düzeltmek için tüm sistemi yeniden yüklemek gerekecektir."

0 commit comments

Comments
 (0)