Skip to content

Commit

Permalink
Get changes from CPython Doc for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
python-docs-turkish committed Nov 1, 2023
1 parent 6f98ba8 commit 9caa4cf
Showing 1 changed file with 225 additions and 0 deletions.
225 changes: 225 additions & 0 deletions library/cmdline.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,225 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2023, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-01 00:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: library/cmdline.rst:3
msgid "Modules command-line interface (CLI)"
msgstr ""

#: library/cmdline.rst:5
msgid "The following modules have a command-line interface."
msgstr ""

#: library/cmdline.rst:7
msgid ":ref:`ast <ast-cli>`"
msgstr ""

#: library/cmdline.rst:8
msgid ":ref:`asyncio <asyncio-cli>`"
msgstr ""

#: library/cmdline.rst:9
msgid ":mod:`base64`"
msgstr ""

#: library/cmdline.rst:10
msgid ":ref:`calendar <calendar-cli>`"
msgstr ""

#: library/cmdline.rst:11
msgid ":mod:`code`"
msgstr ""

#: library/cmdline.rst:12
msgid ":ref:`compileall <compileall-cli>`"
msgstr ""

#: library/cmdline.rst:13
msgid ":mod:`cProfile`: see :ref:`profile <profile-cli>`"
msgstr ""

#: library/cmdline.rst:14
msgid ":ref:`difflib <difflib-interface>`"
msgstr ""

#: library/cmdline.rst:15
msgid ":ref:`dis <dis-cli>`"
msgstr ""

#: library/cmdline.rst:16
msgid ":mod:`doctest`"
msgstr ""

#: library/cmdline.rst:17
msgid ":mod:`!encodings.rot_13`"
msgstr ""

#: library/cmdline.rst:18
msgid ":mod:`ensurepip`"
msgstr ""

#: library/cmdline.rst:19
msgid ":mod:`filecmp`"
msgstr ""

#: library/cmdline.rst:20
msgid ":mod:`fileinput`"
msgstr ""

#: library/cmdline.rst:21
msgid ":mod:`ftplib`"
msgstr ""

#: library/cmdline.rst:22
msgid ":ref:`gzip <gzip-cli>`"
msgstr ""

#: library/cmdline.rst:23
msgid ":ref:`http.server <http-server-cli>`"
msgstr ""

#: library/cmdline.rst:24
msgid ":mod:`!idlelib`"
msgstr ""

#: library/cmdline.rst:25
msgid ":ref:`inspect <inspect-module-cli>`"
msgstr ""

#: library/cmdline.rst:26
msgid ":ref:`json.tool <json-commandline>`"
msgstr ""

#: library/cmdline.rst:27
msgid ":mod:`mimetypes`"
msgstr ""

#: library/cmdline.rst:28
msgid ":mod:`pdb`"
msgstr ""

#: library/cmdline.rst:29
msgid ":mod:`pickle`"
msgstr ""

#: library/cmdline.rst:30
msgid ":ref:`pickletools <pickletools-cli>`"
msgstr ""

#: library/cmdline.rst:31
msgid ":mod:`platform`"
msgstr ""

#: library/cmdline.rst:32
msgid ":mod:`poplib`"
msgstr ""

#: library/cmdline.rst:33
msgid ":ref:`profile <profile-cli>`"
msgstr ""

#: library/cmdline.rst:34
msgid ":mod:`pstats`"
msgstr ""

#: library/cmdline.rst:35
msgid ":ref:`py_compile <py_compile-cli>`"
msgstr ""

#: library/cmdline.rst:36
msgid ":mod:`pyclbr`"
msgstr ""

#: library/cmdline.rst:37
msgid ":mod:`pydoc`"
msgstr ""

#: library/cmdline.rst:38
msgid ":mod:`quopri`"
msgstr ""

#: library/cmdline.rst:39
msgid ":mod:`runpy`"
msgstr ""

#: library/cmdline.rst:40
msgid ":ref:`site <site-commandline>`"
msgstr ""

#: library/cmdline.rst:41
msgid ":ref:`sqlite3 <sqlite3-cli>`"
msgstr ""

#: library/cmdline.rst:42
msgid ":ref:`sysconfig <sysconfig-cli>`"
msgstr ""

#: library/cmdline.rst:43
msgid ":mod:`tabnanny`"
msgstr ""

#: library/cmdline.rst:44
msgid ":ref:`tarfile <tarfile-commandline>`"
msgstr ""

#: library/cmdline.rst:45
msgid ":mod:`!this`"
msgstr ""

#: library/cmdline.rst:46
msgid ":ref:`timeit <timeit-command-line-interface>`"
msgstr ""

#: library/cmdline.rst:47
msgid ":ref:`tokenize <tokenize-cli>`"
msgstr ""

#: library/cmdline.rst:48
msgid ":ref:`trace <trace-cli>`"
msgstr ""

#: library/cmdline.rst:49
msgid ":mod:`turtledemo`"
msgstr ""

#: library/cmdline.rst:50
msgid ":ref:`unittest <unittest-command-line-interface>`"
msgstr ""

#: library/cmdline.rst:51
msgid ":ref:`uuid <uuid-cli>`"
msgstr ""

#: library/cmdline.rst:52
msgid ":mod:`venv`"
msgstr ""

#: library/cmdline.rst:53
msgid ":mod:`webbrowser`"
msgstr ""

#: library/cmdline.rst:54
msgid ":ref:`zipapp <zipapp-command-line-interface>`"
msgstr ""

#: library/cmdline.rst:55
msgid ":ref:`zipfile <zipfile-commandline>`"
msgstr ""

#: library/cmdline.rst:57
msgid "See also the :ref:`Python command-line interface <using-on-general>`."
msgstr ""

0 comments on commit 9caa4cf

Please sign in to comment.