-
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy patharchiving.po
More file actions
35 lines (32 loc) · 1.28 KB
/
archiving.po
File metadata and controls
35 lines (32 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2017, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-11 20:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n"
"Language-Team: Korean (https://python.flowdas.com)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.17.0\n"
#: ../../library/archiving.rst:5
msgid "Data Compression and Archiving"
msgstr "데이터 압축 및 보관"
#: ../../library/archiving.rst:7
#, fuzzy
msgid ""
"The modules described in this chapter support data compression with the "
"zlib, gzip, bzip2, lzma, and zstd algorithms, and the creation of ZIP- "
"and tar-format archives. See also :ref:`archiving-operations` provided "
"by the :mod:`shutil` module."
msgstr ""
"이 장에서 설명하는 모듈은 zlib, gzip, bzip2 및 lzma 알고리즘을 사용한 데이터 압축과 ZIP- 및 tar- 형식 "
"저장소 생성을 지원합니다. :mod:`shutil` 모듈에서 제공하는 :ref:`archiving-operations`\\도 "
"참조하십시오."