1# Translations template for sphinxcontrib-devhelp.
2# Copyright (C) 2019 ORGANIZATION
3# This file is distributed under the same license as the
4# sphinxcontrib-devhelp project.
5# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
6#
7# Translators:
8# Yinian Chin <yinian1992@live.com>, 2019
9#
10#, fuzzy
11msgid ""
12msgstr ""
13"Project-Id-Version: sphinxcontrib-devhelp 1.0.0\n"
14"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
15"POT-Creation-Date: 2019-01-20 00:43+0900\n"
16"PO-Revision-Date: 2019-01-19 15:44+0000\n"
17"Last-Translator: Yinian Chin <yinian1992@live.com>, 2019\n"
18"Language-Team: Chinese (China) (https://www.transifex.com/sphinx-doc/teams/36659/zh_CN/)\n"
19"MIME-Version: 1.0\n"
20"Content-Type: text/plain; charset=UTF-8\n"
21"Content-Transfer-Encoding: 8bit\n"
22"Generated-By: Babel 2.6.0\n"
23"Language: zh_CN\n"
24"Plural-Forms: nplurals=1; plural=0;\n"
25
26#: sphinxcontrib/devhelp/__init__.py:52
27#, python-format
28msgid ""
29"To view the help file:\n"
30"$ mkdir -p $HOME/.local/share/devhelp/books\n"
31"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n"
32"$ devhelp"
33msgstr ""
34"要调用帮助文件,请执行下面的命令:\n"
35"$ mkdir -p $HOME/.local/share/devhelp/books\n"
36"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n"
37"$ devhelp"
38
39#: sphinxcontrib/devhelp/__init__.py:78
40msgid "dumping devhelp index..."
41msgstr "导出 DevHelp 索引……"
42