-
-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy pathallos.po
More file actions
36 lines (34 loc) · 1.43 KB
/
Copy pathallos.po
File metadata and controls
36 lines (34 loc) · 1.43 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
35
36
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
# Translators:
# Matt Wang <mattwang44@gmail.com>, 2022
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
"PO-Revision-Date: 2022-02-15 17:54+0800\n"
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 3.0.1\n"
#: ../../library/allos.rst:5
msgid "Generic Operating System Services"
msgstr "通用作業系統服務"
#: ../../library/allos.rst:7
msgid ""
"The modules described in this chapter provide interfaces to operating system "
"features that are available on (almost) all operating systems, such as files "
"and a clock. The interfaces are generally modeled after the Unix or C "
"interfaces, but they are available on most other systems as well. Here's an "
"overview:"
msgstr ""
"此章節所描述的模組 (module) 提供了作業系統特性的使用介面,例如檔案與時鐘,"
"(幾乎)在所有作業系統上皆能使用。這些介面通常是參考 Unix 或 C 的介面來實作,"
"不過在其他大多數系統上也能使用。以下為概述:"