├── .flake8
├── .gitattributes
├── .github
├── ISSUE_TEMPLATE
│ └── bug-report.md
└── workflows
│ └── master.yaml
├── .gitignore
├── ASSWriter.py
├── HTMLParser.py
├── JSONParser.py
├── JSONParser2.py
├── JSParser.py
├── LICENSE
├── Language
├── .tx
│ └── config
├── bili.ASSWriter.ja.po
├── bili.ASSWriter.pot
├── bili.ASSWriter.zh_CN.po
├── bili.ASSWriter.zh_TW.po
├── bili.JSONParser2.ja.po
├── bili.JSONParser2.pot
├── bili.JSONParser2.zh_CN.po
├── bili.JSONParser2.zh_TW.po
├── bili.PrintInfo.ja.po
├── bili.PrintInfo.pot
├── bili.PrintInfo.zh_CN.po
├── bili.PrintInfo.zh_TW.po
├── bili.biliDanmu.ja.po
├── bili.biliDanmu.pot
├── bili.biliDanmu.zh_CN.po
├── bili.biliDanmu.zh_TW.po
├── bili.biliLogin.ja.po
├── bili.biliLogin.pot
├── bili.biliLogin.zh_CN.po
├── bili.biliLogin.zh_TW.po
├── bili.biliSub.ja.po
├── bili.biliSub.pot
├── bili.biliSub.zh_CN.po
├── bili.biliSub.zh_TW.po
├── bili.biliVersion.ja.po
├── bili.biliVersion.pot
├── bili.biliVersion.zh_CN.po
├── bili.biliVersion.zh_TW.po
├── bili.biliext.ja.po
├── bili.biliext.pot
├── bili.biliext.zh_CN.po
├── bili.biliext.zh_TW.po
├── bili.bilischeme.ja.po
├── bili.bilischeme.pot
├── bili.bilischeme.zh_CN.po
├── bili.bilischeme.zh_TW.po
├── bili.command.ja.po
├── bili.command.pot
├── bili.command.zh_CN.po
├── bili.command.zh_TW.po
├── bili.exeinfo.ja.po
├── bili.exeinfo.pot
├── bili.exeinfo.zh_CN.po
├── bili.exeinfo.zh_TW.po
├── bili.filter.ja.po
├── bili.filter.pot
├── bili.filter.zh_CN.po
├── bili.filter.zh_TW.po
├── bili.innosetup.ja.po
├── bili.innosetup.pot
├── bili.innosetup.zh_CN.po
├── bili.innosetup.zh_TW.po
├── bili.setsettings.ja.po
├── bili.setsettings.pot
├── bili.setsettings.zh_CN.po
├── bili.setsettings.zh_TW.po
├── bili.start.ja.po
├── bili.start.pot
├── bili.start.zh_CN.po
├── bili.start.zh_TW.po
├── bili.videodownload.ja.po
├── bili.videodownload.pot
├── bili.videodownload.zh_CN.po
├── bili.videodownload.zh_TW.po
├── file.all.ja.po
├── file.all.pot
├── file.all.zh_CN.po
├── file.all.zh_TW.po
├── webui.about.ja.po
├── webui.about.pot
├── webui.about.zh_CN.po
├── webui.about.zh_TW.po
├── webui.bililogin.ja.po
├── webui.bililogin.pot
├── webui.bililogin.zh_CN.po
├── webui.bililogin.zh_TW.po
├── webui.command.ja.po
├── webui.command.pot
├── webui.command.zh_CN.po
├── webui.command.zh_TW.po
├── webui.dir.ja.po
├── webui.dir.pot
├── webui.dir.zh_CN.po
├── webui.dir.zh_TW.po
├── webui.index.ja.po
├── webui.index.pot
├── webui.index.zh_CN.po
├── webui.index.zh_TW.po
├── webui.page.ja.po
├── webui.page.pot
├── webui.page.zh_CN.po
├── webui.page.zh_TW.po
├── webui.settings.ja.po
├── webui.settings.pot
├── webui.settings.zh_CN.po
├── webui.settings.zh_TW.po
├── webui.startwebui.ja.po
├── webui.startwebui.pot
├── webui.startwebui.zh_CN.po
└── webui.startwebui.zh_TW.po
├── Logger.py
├── M3UDownloader.py
├── M3UParser.py
├── PrintInfo.py
├── README.en.md
├── README.ja.md
├── README.md
├── acfunDanmu.py
├── autoopenlist.py
├── biliAudio.py
├── biliBv.py
├── biliDanmu.py
├── biliDanmuAuto.py
├── biliDanmuCreate.py
├── biliDanmuDown.py
├── biliDanmuXmlFilter.py
├── biliDanmuXmlParser.py
├── biliHdVideo.py
├── biliLRC.py
├── biliLiveDanmu.py
├── biliLogin.py
├── biliPlayerXmlParser.py
├── biliSub.py
├── biliTime.py
├── biliVersion.py
├── biliext.py
├── bilischeme.py
├── bstr.py
├── chon.py
├── command.py
├── dict.py
├── dictcopy.py
├── file
├── __init__.py
├── dir.py
├── filter.py
├── get.py
├── info.py
├── md.py
├── str.py
├── time.py
└── win32.py
├── filter.py
├── hashl.py
├── icon
├── favicon.ai
├── favicon.ico
└── favicon.svg
├── lang.py
├── multithread.py
├── nfofile.py
├── nicoDanmu.py
├── nicoHeartBeat.py
├── nicoPara.py
├── nicolive.py
├── prepare.py
├── requirements.txt
├── setsettings.py
├── start.py
├── startwebui.py
├── version.txt
├── videodownload.py
├── webui
├── __init__.py
├── about.py
├── api
│ ├── __init__.py
│ ├── api.py
│ ├── apiclass.py
│ ├── apilist.py
│ ├── checklogin.py
│ ├── infoextractor.py
│ ├── loginapi.py
│ ├── rsa.py
│ ├── session.py
│ └── videourl.py
├── biliLogin.py
├── command.py
├── css.py
├── dealwithcapcha.py
├── extractor
│ ├── __init__.py
│ ├── normal.py
│ └── utils.py
├── favicon.py
├── font.py
├── headers.py
├── index.py
├── js.py
├── json.py
├── live.py
├── loadsettings.py
├── login.py
├── page
│ ├── __init__.py
│ ├── extractor.py
│ ├── extractorlist.py
│ ├── normal.py
│ └── page.py
├── pas.py
├── pic.py
├── range.py
├── section.py
├── section2.py
├── settings.py
├── template.py
├── translate.py
└── video.py
└── webuihtml
├── HTTP404.html
├── about.html
├── bililogin.html
├── css
├── about.css
├── dealwithcapcha.css
├── display.css
├── footer.css
├── form.css
├── index.css
├── login.css
├── page.css
├── topmenu.css
└── video.css
├── dealwithcapcha.html
├── index.html
├── js(origin)
├── about.js
├── bililogin.js
├── dealwithcapcha.js
├── dir.js
├── footer.js
├── index.js
├── login.js
├── page.js
├── prototype.js
├── rsa.js
├── settings.js
└── translatie.js
├── json
└── fontlist.json
├── login.html
├── page.html
├── settings.html
└── video.html
/.flake8:
--------------------------------------------------------------------------------
1 | [flake8]
2 | ignore = E501, E722
3 | exclude = ./v.py, python_x64/*, python_x86/*
4 |
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | *.ai binary
2 | *.svg binary
3 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/bug-report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug Report/提交BUG
3 | about: Please report BUG here.请在这里描述BUG
4 | title: BUG Report
5 | labels: bug
6 | assignees: ''
7 |
8 | ---
9 |
10 | Please describe BUG here. Attach a log file will be a good choice. (You can find log files in log directory which located in program directory. If you can not see it, please enable logging to file in settings.)
11 | 请在这里描述BUG。如果能提供一个日志文件的话更好。(你可以在程序目录下的log文件夹里找到日志文件。如果找不到,请去设置里启用写入日志至文件。)
12 |
--------------------------------------------------------------------------------
/.github/workflows/master.yaml:
--------------------------------------------------------------------------------
1 | name: CI
2 | on:
3 | push:
4 | branches: [ master, dev ]
5 | pull_request:
6 | branches: [ master, dev ]
7 | workflow_dispatch:
8 | jobs:
9 | flake8:
10 | runs-on: ubuntu-20.04
11 | steps:
12 | - name: checkout
13 | uses: actions/checkout@v2
14 | - name: install flake8
15 | shell: bash
16 | run: pip3 install --upgrade flake8
17 | - name: check code
18 | shell: bash
19 | run: python3 -m flake8
20 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | #temp file
2 | *.pyc
3 | *.log
4 | log/
5 | .vs/
6 | *.txt
7 | Temp/
8 | #download file or config file
9 | *.xml
10 | *.json
11 | *.flv
12 | *.mp4
13 | *.m4s
14 | *.mkv
15 | Download/
16 | #other file
17 | .project
18 | #execute library
19 | *.exe
20 | *.spec
21 | dist/
22 | build/
23 | *.bat
24 | v.py
25 | python_x86/
26 | python_x64/
27 | # README.md Convert file
28 | node_modules/
29 | converttohtml.js
30 | README.html
31 | easyuse.html
32 | html.css
33 | # Download JavaScript file or Compressed JavaScript file
34 | webuihtml/csso/
35 | webuihtml/js/
36 | webuihtml/jso/
37 | compiler.jar
38 | # JSON use for webUI
39 | !webuihtml/json/*.json
40 | # FONT file
41 | *.ttf
42 | *.otf
43 | *.woff
44 | *.woff2
45 |
--------------------------------------------------------------------------------
/JSParser.py:
--------------------------------------------------------------------------------
1 | # (C) 2019-2021 lifegpc
2 | # This file is part of bili.
3 | #
4 | # This program is free software: you can redistribute it and/or modify
5 | # it under the terms of the GNU Affero General Public License as published
6 | # by the Free Software Foundation, either version 3 of the License, or
7 | # (at your option) any later version.
8 | #
9 | # This program is distributed in the hope that it will be useful,
10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 | # GNU Affero General Public License for more details.
13 | #
14 | # You should have received a copy of the GNU Affero General Public License
15 | # along with this program. If not, see .
16 | from js2py import eval_js
17 | from HTMLParser import NicoUserParser
18 | from Logger import Logger
19 | from inspect import currentframe
20 | from traceback import format_exc
21 |
22 |
23 | def toDict(obj) -> dict:
24 | r = {}
25 | for i in obj:
26 | r[i] = obj[i]
27 | return r
28 |
29 |
30 | def getNicoUser(p, logg: Logger = None) -> dict:
31 | data = None
32 | if isinstance(p, str):
33 | data = p
34 | elif isinstance(p, NicoUserParser):
35 | data = p.userData
36 | if data is None or data == '':
37 | return None
38 | try:
39 | t = 'function(){var user={};' + data + ';return user;}'
40 | f = eval_js(t)
41 | return toDict(f())
42 | except:
43 | if logg:
44 | logg.write(format_exc(), currentframe(), "Get Niconico User Data")
45 | return None
46 |
--------------------------------------------------------------------------------
/Language/bili.ASSWriter.ja.po:
--------------------------------------------------------------------------------
1 | # bili - ASSWriter.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-10 05:08:00+0000\n"
13 | "PO-Revision-Date: 2020-08-10 11:42+0000\n"
14 | "Last-Translator: Kum4423, 2020\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "COM_MUST_STR"
23 | msgid "The comment must be a string."
24 | msgstr "コメントは文字列である必要があります。"
25 |
26 | msgctxt "COLOR_MUST_INT"
27 | msgid "The color value must be a integer."
28 | msgstr "色の値は整数である必要があります。"
29 |
30 | msgctxt "COLOR_OUT_OF_RANGE"
31 | msgid "The color value must between 0 and 255."
32 | msgstr "色の値は0~255の間でなければなりません。"
33 |
34 | msgctxt "INVALID_ASS_COLOR"
35 | msgid "\"\" is a invalid color in ASS script."
36 | msgstr "\"\" は ASS スクリプトの無効な色です。"
37 |
38 | msgctxt "INVALID_CSS_COLOR"
39 | msgid "\"\" is a invalid color."
40 | msgstr "\"\" は 無効な色です。"
41 |
42 | msgctxt "OUT_OF_RANGE"
43 | msgid "This value must be greater than 0 or equal to 0."
44 | msgstr "この値は0より大きいか、0に等しいものでなければなりません。"
45 |
46 | msgctxt "MUST_NUM"
47 | msgid "This value must be a number."
48 | msgstr "この値は数値でなければなりません。"
49 |
50 | msgctxt "MUST_BOOL"
51 | msgid "This value must be a boolean."
52 | msgstr "この値はブール値でなければなりません。"
53 |
54 | msgctxt "ALIGN_OUT_OF_RANGE"
55 | msgid "This value must between 1 and 9."
56 | msgstr "この値は1から9の間でなければなりません。"
57 |
--------------------------------------------------------------------------------
/Language/bili.ASSWriter.pot:
--------------------------------------------------------------------------------
1 | # bili - ASSWriter.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-08-10 05:08:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "COM_MUST_STR"
19 | msgid "The comment must be a string."
20 | msgstr ""
21 |
22 | msgctxt "COLOR_MUST_INT"
23 | msgid "The color value must be a integer."
24 | msgstr ""
25 |
26 | msgctxt "COLOR_OUT_OF_RANGE"
27 | msgid "The color value must between 0 and 255."
28 | msgstr ""
29 |
30 | msgctxt "INVALID_ASS_COLOR"
31 | msgid "\"\" is a invalid color in ASS script."
32 | msgstr ""
33 |
34 | msgctxt "INVALID_CSS_COLOR"
35 | msgid "\"\" is a invalid color."
36 | msgstr ""
37 |
38 | msgctxt "OUT_OF_RANGE"
39 | msgid "This value must be greater than 0 or equal to 0."
40 | msgstr ""
41 |
42 | msgctxt "MUST_NUM"
43 | msgid "This value must be a number."
44 | msgstr ""
45 |
46 | msgctxt "MUST_BOOL"
47 | msgid "This value must be a boolean."
48 | msgstr ""
49 |
50 | msgctxt "ALIGN_OUT_OF_RANGE"
51 | msgid "This value must between 1 and 9."
52 | msgstr ""
53 |
--------------------------------------------------------------------------------
/Language/bili.ASSWriter.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - ASSWriter.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-10 05:08:00+0000\n"
13 | "PO-Revision-Date: 2020-08-10 11:42+0000\n"
14 | "Last-Translator: 1 q , 2020\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "COM_MUST_STR"
23 | msgid "The comment must be a string."
24 | msgstr "评论必须是字符串。"
25 |
26 | msgctxt "COLOR_MUST_INT"
27 | msgid "The color value must be a integer."
28 | msgstr "颜色的值必须是整数。"
29 |
30 | msgctxt "COLOR_OUT_OF_RANGE"
31 | msgid "The color value must between 0 and 255."
32 | msgstr "颜色的值必须在0-255之间。"
33 |
34 | msgctxt "INVALID_ASS_COLOR"
35 | msgid "\"\" is a invalid color in ASS script."
36 | msgstr "\"\"在ASS脚本中是无效的颜色。"
37 |
38 | msgctxt "INVALID_CSS_COLOR"
39 | msgid "\"\" is a invalid color."
40 | msgstr "\"\"是无效的颜色。"
41 |
42 | msgctxt "OUT_OF_RANGE"
43 | msgid "This value must be greater than 0 or equal to 0."
44 | msgstr "该值必须大于等于0。"
45 |
46 | msgctxt "MUST_NUM"
47 | msgid "This value must be a number."
48 | msgstr "该值必须是数字。"
49 |
50 | msgctxt "MUST_BOOL"
51 | msgid "This value must be a boolean."
52 | msgstr "该值必须是布尔型。"
53 |
54 | msgctxt "ALIGN_OUT_OF_RANGE"
55 | msgid "This value must between 1 and 9."
56 | msgstr "该值必须在1-9之间。"
57 |
--------------------------------------------------------------------------------
/Language/bili.ASSWriter.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - ASSWriter.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-10 05:08:00+0000\n"
13 | "PO-Revision-Date: 2020-08-10 11:42+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "COM_MUST_STR"
23 | msgid "The comment must be a string."
24 | msgstr "評論必須是字串。"
25 |
26 | msgctxt "COLOR_MUST_INT"
27 | msgid "The color value must be a integer."
28 | msgstr "顏色的值必須是整數。"
29 |
30 | msgctxt "COLOR_OUT_OF_RANGE"
31 | msgid "The color value must between 0 and 255."
32 | msgstr "顏色的值必須在0-255之間。"
33 |
34 | msgctxt "INVALID_ASS_COLOR"
35 | msgid "\"\" is a invalid color in ASS script."
36 | msgstr "\"\" 在ASS腳本中是無效的顏色。"
37 |
38 | msgctxt "INVALID_CSS_COLOR"
39 | msgid "\"\" is a invalid color."
40 | msgstr "\"\" 是無效的顏色。"
41 |
42 | msgctxt "OUT_OF_RANGE"
43 | msgid "This value must be greater than 0 or equal to 0."
44 | msgstr "該值必須大於等於0。"
45 |
46 | msgctxt "MUST_NUM"
47 | msgid "This value must be a number."
48 | msgstr "該值必須是數字。"
49 |
50 | msgctxt "MUST_BOOL"
51 | msgid "This value must be a boolean."
52 | msgstr "該值必須是布林型。"
53 |
54 | msgctxt "ALIGN_OUT_OF_RANGE"
55 | msgid "This value must between 1 and 9."
56 | msgstr "該值必須在 1-9 之間。"
57 |
--------------------------------------------------------------------------------
/Language/bili.JSONParser2.ja.po:
--------------------------------------------------------------------------------
1 | # bili - PrintInfo.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-12 10:01:00+0000\n"
13 | "PO-Revision-Date: 2020-07-12 10:25+0000\n"
14 | "Last-Translator: Kum4423, 2020\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "OUTPUT1"
23 | msgid "Unable to get page of Favorites. Try again now……"
24 | msgstr "お気に入りのページ を取得できません。もう一度お試しください。"
25 |
26 | msgctxt "OUTPUT2"
27 | msgid "Unable to get page of Channel. Try again now……"
28 | msgstr "チャンネルのページ を取得できません。もう一度お試しください。"
29 |
30 | msgctxt "OUTPUT3"
31 | msgid "Unable to get page . Try again now……"
32 | msgstr "ページ を取得できません。もう一度お試しください。"
33 |
34 | msgctxt "OUTPUT4"
35 | msgid "Unable to get uploader's information. Try again now……"
36 | msgstr "投稿者の情報を取得できません。もう一度お試しください。"
37 |
--------------------------------------------------------------------------------
/Language/bili.JSONParser2.pot:
--------------------------------------------------------------------------------
1 | # bili - PrintInfo.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-07-12 10:01:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "OUTPUT1"
19 | msgid "Unable to get page of Favorites. Try again now……"
20 | msgstr ""
21 |
22 | msgctxt "OUTPUT2"
23 | msgid "Unable to get page of Channel. Try again now……"
24 | msgstr ""
25 |
26 | msgctxt "OUTPUT3"
27 | msgid "Unable to get page . Try again now……"
28 | msgstr ""
29 |
30 | msgctxt "OUTPUT4"
31 | msgid "Unable to get uploader's information. Try again now……"
32 | msgstr ""
33 |
--------------------------------------------------------------------------------
/Language/bili.JSONParser2.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - PrintInfo.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-12 10:01:00+0000\n"
13 | "PO-Revision-Date: 2020-07-12 10:25+0000\n"
14 | "Last-Translator: 1 q , 2020\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "OUTPUT1"
23 | msgid "Unable to get page of Favorites. Try again now……"
24 | msgstr "获取收藏夹第页失败,正在重试……"
25 |
26 | msgctxt "OUTPUT2"
27 | msgid "Unable to get page of Channel. Try again now……"
28 | msgstr "获取频道第页失败,正在重试……"
29 |
30 | msgctxt "OUTPUT3"
31 | msgid "Unable to get page . Try again now……"
32 | msgstr "获取第页失败,正在重试……"
33 |
34 | msgctxt "OUTPUT4"
35 | msgid "Unable to get uploader's information. Try again now……"
36 | msgstr "获取UP主信息失败,正在重试……"
37 |
--------------------------------------------------------------------------------
/Language/bili.JSONParser2.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - PrintInfo.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-12 10:01:00+0000\n"
13 | "PO-Revision-Date: 2020-07-12 10:25+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "OUTPUT1"
23 | msgid "Unable to get page of Favorites. Try again now……"
24 | msgstr "獲取收藏夾第頁失敗,正在重試……"
25 |
26 | msgctxt "OUTPUT2"
27 | msgid "Unable to get page of Channel. Try again now……"
28 | msgstr "獲取頻道第頁失敗,正在重試……"
29 |
30 | msgctxt "OUTPUT3"
31 | msgid "Unable to get page . Try again now……"
32 | msgstr "獲取第頁失敗,正在重試……"
33 |
34 | msgctxt "OUTPUT4"
35 | msgid "Unable to get uploader's information. Try again now……"
36 | msgstr "獲取UP主訊息失敗,正在重試……"
37 |
--------------------------------------------------------------------------------
/Language/bili.biliLogin.ja.po:
--------------------------------------------------------------------------------
1 | # bili - biliLogin.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-11 06:34:00+0000\n"
13 | "PO-Revision-Date: 2020-07-11 06:57+0000\n"
14 | "Last-Translator: Kum4423, 2021\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "ERROR1"
23 | msgid ""
24 | "An error occurred while logging in with ChromeDriver, try to log in with "
25 | "username and password."
26 | msgstr "ChromeDriver使用によるログイン中にエラーが発生したので、ユーザー名とパスワードでログインしてみてください。"
27 |
28 | msgctxt "ERROR2"
29 | msgid "Login failed!"
30 | msgstr "ログインに失敗しました!"
31 |
32 | msgctxt "OUTPUT1"
33 | msgid "Login successfully!"
34 | msgstr "ログインに成功しました!"
35 |
36 | msgctxt "ERROR3"
37 | msgid "Network Error!"
38 | msgstr "ネットワークエラー!"
39 |
40 | msgctxt "ERROR4"
41 | msgid "Login failed:"
42 | msgstr "ログインに失敗しました:"
43 |
44 | msgctxt "INPUT1"
45 | msgid "Please enter user name:"
46 | msgstr "ユーザー名を入力してください:"
47 |
48 | msgctxt "INPUT2"
49 | msgid "Please enter password:"
50 | msgstr "パスワードを入力してください:"
51 |
52 | msgctxt "OUTPUT2"
53 | msgid "Login verification code recognition result: \"\"."
54 | msgstr "ログイン認証コードの認識結果: \"\"."
55 |
56 | msgctxt "ERROR5"
57 | msgid ""
58 | "Login verification code recognition service is temporarily unavailable, "
59 | "please try again later."
60 | msgstr "ログイン認証コード認識サービスは一時的にご利用いただけません。お手数ですが、あとでもう一度お試しください。"
61 |
62 | msgctxt "ERROR6"
63 | msgid "Service is busy, try to log in using V3 interface."
64 | msgstr "現在、サービスが混雑しています。V3インターフェースを使ってログインしてみてください。"
65 |
66 | msgctxt "ERROR7"
67 | msgid "Please press Enter to retry."
68 | msgstr "Enterキーを押してもう一度試してみてください。"
69 |
70 | msgctxt "OUTPUT3"
71 | msgid "The QR Code image is saved at \"\"."
72 | msgstr "QRコードの画像は \"\" で保存されます。"
73 |
74 | msgctxt "OUTPUT4"
75 | msgid "The QR Code is expired. Press any key to generate a new one."
76 | msgstr "QRコードの有効期限が切れています。いずれかのキーを押して、新しいQRコードを生成してください。"
77 |
78 | msgctxt "WARN1"
79 | msgid "This login method now have bugs, some contents may not available."
80 | msgstr "このログイン方法にはバグがあり、一部のコンテンツが利用できない場合があります。"
81 |
82 | msgctxt "QRCODE"
83 | msgid "(If you don't input anything, the program will use QR code to login.)"
84 | msgstr "(何も入力しないと、プログラムはQRコードを使ってログインします)"
85 |
--------------------------------------------------------------------------------
/Language/bili.biliLogin.pot:
--------------------------------------------------------------------------------
1 | # bili - biliLogin.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-07-11 06:34:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "ERROR1"
19 | msgid "An error occurred while logging in with ChromeDriver, try to log in with username and password."
20 | msgstr ""
21 |
22 | msgctxt "ERROR2"
23 | msgid "Login failed!"
24 | msgstr ""
25 |
26 | msgctxt "OUTPUT1"
27 | msgid "Login successfully!"
28 | msgstr ""
29 |
30 | msgctxt "ERROR3"
31 | msgid "Network Error!"
32 | msgstr ""
33 |
34 | msgctxt "ERROR4"
35 | msgid "Login failed:"
36 | msgstr ""
37 |
38 | msgctxt "INPUT1"
39 | msgid "Please enter user name:"
40 | msgstr ""
41 |
42 | msgctxt "INPUT2"
43 | msgid "Please enter password:"
44 | msgstr ""
45 |
46 | msgctxt "OUTPUT2"
47 | msgid "Login verification code recognition result: \"\"."
48 | msgstr ""
49 |
50 | msgctxt "ERROR5"
51 | msgid "Login verification code recognition service is temporarily unavailable, please try again later."
52 | msgstr ""
53 |
54 | msgctxt "ERROR6"
55 | msgid "Service is busy, try to log in using V3 interface."
56 | msgstr ""
57 |
58 | msgctxt "ERROR7"
59 | msgid "Please press Enter to retry."
60 | msgstr ""
61 |
62 | msgctxt "OUTPUT3"
63 | msgid "The QR Code image is saved at \"\"."
64 | msgstr ""
65 |
66 | msgctxt "OUTPUT4"
67 | msgid "The QR Code is expired. Press any key to generate a new one."
68 | msgstr ""
69 |
70 | msgctxt "WARN1"
71 | msgid "This login method now have bugs, some contents may not available."
72 | msgstr ""
73 |
74 | msgctxt "QRCODE"
75 | msgid "(If you don't input anything, the program will use QR code to login.)"
76 | msgstr ""
77 |
--------------------------------------------------------------------------------
/Language/bili.biliLogin.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - biliLogin.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-11 06:34:00+0000\n"
13 | "PO-Revision-Date: 2020-07-11 06:57+0000\n"
14 | "Last-Translator: 1 q , 2021\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "ERROR1"
23 | msgid ""
24 | "An error occurred while logging in with ChromeDriver, try to log in with "
25 | "username and password."
26 | msgstr "使用ChromeDriver登录发生错误,尝试采用用户名、密码登录。"
27 |
28 | msgctxt "ERROR2"
29 | msgid "Login failed!"
30 | msgstr "登录失败!"
31 |
32 | msgctxt "OUTPUT1"
33 | msgid "Login successfully!"
34 | msgstr "登录成功!"
35 |
36 | msgctxt "ERROR3"
37 | msgid "Network Error!"
38 | msgstr "网络错误!"
39 |
40 | msgctxt "ERROR4"
41 | msgid "Login failed:"
42 | msgstr "登录失败:"
43 |
44 | msgctxt "INPUT1"
45 | msgid "Please enter user name:"
46 | msgstr "请输入用户名:"
47 |
48 | msgctxt "INPUT2"
49 | msgid "Please enter password:"
50 | msgstr "请输入密码:"
51 |
52 | msgctxt "OUTPUT2"
53 | msgid "Login verification code recognition result: \"\"."
54 | msgstr "登录验证码识别结果:"
55 |
56 | msgctxt "ERROR5"
57 | msgid ""
58 | "Login verification code recognition service is temporarily unavailable, "
59 | "please try again later."
60 | msgstr "登录验证码识别服务暂时不可用,请稍后再试。"
61 |
62 | msgctxt "ERROR6"
63 | msgid "Service is busy, try to log in using V3 interface."
64 | msgstr "服务繁忙,尝试使用V3接口登录。"
65 |
66 | msgctxt "ERROR7"
67 | msgid "Please press Enter to retry."
68 | msgstr "请按回车键重试。"
69 |
70 | msgctxt "OUTPUT3"
71 | msgid "The QR Code image is saved at \"\"."
72 | msgstr "二维码图片已保存至\"\"。"
73 |
74 | msgctxt "OUTPUT4"
75 | msgid "The QR Code is expired. Press any key to generate a new one."
76 | msgstr "二维码已过期。请按任意键重新生成。"
77 |
78 | msgctxt "WARN1"
79 | msgid "This login method now have bugs, some contents may not available."
80 | msgstr "这种登录方式目前有BUG,部分内容可能不可用。"
81 |
82 | msgctxt "QRCODE"
83 | msgid "(If you don't input anything, the program will use QR code to login.)"
84 | msgstr "(如果不输入内容,程序会使用二维码登录。)"
85 |
--------------------------------------------------------------------------------
/Language/bili.biliLogin.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - biliLogin.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-11 06:34:00+0000\n"
13 | "PO-Revision-Date: 2020-07-11 06:57+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "ERROR1"
23 | msgid ""
24 | "An error occurred while logging in with ChromeDriver, try to log in with "
25 | "username and password."
26 | msgstr "使用 ChromeDriver 登入發生錯誤,嘗試採用使用者名稱、密碼登入。"
27 |
28 | msgctxt "ERROR2"
29 | msgid "Login failed!"
30 | msgstr "登入失敗!"
31 |
32 | msgctxt "OUTPUT1"
33 | msgid "Login successfully!"
34 | msgstr "登入成功!"
35 |
36 | msgctxt "ERROR3"
37 | msgid "Network Error!"
38 | msgstr "網路錯誤!"
39 |
40 | msgctxt "ERROR4"
41 | msgid "Login failed:"
42 | msgstr "登入失敗:"
43 |
44 | msgctxt "INPUT1"
45 | msgid "Please enter user name:"
46 | msgstr "請輸入使用者名稱:"
47 |
48 | msgctxt "INPUT2"
49 | msgid "Please enter password:"
50 | msgstr "請輸入密碼:"
51 |
52 | msgctxt "OUTPUT2"
53 | msgid "Login verification code recognition result: \"\"."
54 | msgstr "登入驗證碼識別結果:"
55 |
56 | msgctxt "ERROR5"
57 | msgid ""
58 | "Login verification code recognition service is temporarily unavailable, "
59 | "please try again later."
60 | msgstr "登入驗證碼識別服務暫時不可用,請稍後再試。"
61 |
62 | msgctxt "ERROR6"
63 | msgid "Service is busy, try to log in using V3 interface."
64 | msgstr "服務繁忙,嘗試使用V3介面登入。"
65 |
66 | msgctxt "ERROR7"
67 | msgid "Please press Enter to retry."
68 | msgstr "請按確認鍵重試。"
69 |
70 | msgctxt "OUTPUT3"
71 | msgid "The QR Code image is saved at \"\"."
72 | msgstr "二維碼圖片已儲存至\"\"。"
73 |
74 | msgctxt "OUTPUT4"
75 | msgid "The QR Code is expired. Press any key to generate a new one."
76 | msgstr "二維碼已過期。請按任意鍵重新生成。"
77 |
78 | msgctxt "WARN1"
79 | msgid "This login method now have bugs, some contents may not available."
80 | msgstr "這種登入方式目前有BUG,部分內容可能不可用。"
81 |
82 | msgctxt "QRCODE"
83 | msgid "(If you don't input anything, the program will use QR code to login.)"
84 | msgstr "(如果不輸入內容,程式會使用二維碼登入。)"
85 |
--------------------------------------------------------------------------------
/Language/bili.biliSub.ja.po:
--------------------------------------------------------------------------------
1 | # bili - biliLogin.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-11 07:10:00+0000\n"
13 | "PO-Revision-Date: 2020-07-11 07:31+0000\n"
14 | "Last-Translator: Kum4423, 2020\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "INPUT1"
23 | msgid "The file \"\" already exists, do you want to overwrite it?"
24 | msgstr "ファイル \"\" は既に存在していますが、上書きしますか?"
25 |
26 | msgctxt "OUTPUT1"
27 | msgid "Failed to delete the original file, skip download."
28 | msgstr "元のファイルの削除に失敗し、ダウンロードをスキップしました。"
29 |
30 | msgctxt "OUTPUT2"
31 | msgid " subtitles for part download complete."
32 | msgstr "パート の 字幕のダウンロードが完了しました。"
33 |
34 | msgctxt "ERROR1"
35 | msgid "Failed to save \"\"."
36 | msgstr "\"\" の保存に失敗しました。"
37 |
38 | msgctxt "ERROR2"
39 | msgid "Failed to write to the file \"\"."
40 | msgstr "ファイル \"\" への書き込みに失敗しました。"
41 |
42 | msgctxt "OUTPUT3"
43 | msgid " lyrics for part download complete."
44 | msgstr "パート の 歌詞のダウンロードが完了しました。"
45 |
46 | msgctxt "AULRCCOM"
47 | msgid " lyric download completed."
48 | msgstr " 歌詞のダウンロードが完了しました。"
49 |
--------------------------------------------------------------------------------
/Language/bili.biliSub.pot:
--------------------------------------------------------------------------------
1 | # bili - biliLogin.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-07-11 07:10:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "INPUT1"
19 | msgid "The file \"\" already exists, do you want to overwrite it?"
20 | msgstr ""
21 |
22 | msgctxt "OUTPUT1"
23 | msgid "Failed to delete the original file, skip download."
24 | msgstr ""
25 |
26 | msgctxt "OUTPUT2"
27 | msgid " subtitles for part download complete."
28 | msgstr ""
29 |
30 | msgctxt "ERROR1"
31 | msgid "Failed to save \"\"."
32 | msgstr ""
33 |
34 | msgctxt "ERROR2"
35 | msgid "Failed to write to the file \"\"."
36 | msgstr ""
37 |
38 | msgctxt "OUTPUT3"
39 | msgid " lyrics for part download complete."
40 | msgstr ""
41 |
42 | msgctxt "AULRCCOM"
43 | msgid " lyric download completed."
44 | msgstr ""
45 |
--------------------------------------------------------------------------------
/Language/bili.biliSub.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - biliLogin.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-11 07:10:00+0000\n"
13 | "PO-Revision-Date: 2020-07-11 07:31+0000\n"
14 | "Last-Translator: 1 q , 2020\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "INPUT1"
23 | msgid "The file \"\" already exists, do you want to overwrite it?"
24 | msgstr "文件\"\"已存在,是否覆盖?"
25 |
26 | msgctxt "OUTPUT1"
27 | msgid "Failed to delete the original file, skip download."
28 | msgstr "删除原有文件失败,跳过下载。"
29 |
30 | msgctxt "OUTPUT2"
31 | msgid " subtitles for part download complete."
32 | msgstr "第P字幕下载完毕!"
33 |
34 | msgctxt "ERROR1"
35 | msgid "Failed to save \"\"."
36 | msgstr "保存\"\"失败!"
37 |
38 | msgctxt "ERROR2"
39 | msgid "Failed to write to the file \"\"."
40 | msgstr "写入到文件\"\"时失败!"
41 |
42 | msgctxt "OUTPUT3"
43 | msgid " lyrics for part download complete."
44 | msgstr "第P歌词下载完毕!"
45 |
46 | msgctxt "AULRCCOM"
47 | msgid " lyric download completed."
48 | msgstr "歌词下载完成。"
49 |
--------------------------------------------------------------------------------
/Language/bili.biliSub.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - biliLogin.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-11 07:10:00+0000\n"
13 | "PO-Revision-Date: 2020-07-11 07:31+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "INPUT1"
23 | msgid "The file \"\" already exists, do you want to overwrite it?"
24 | msgstr "文件\"\"已存在,是否覆蓋?"
25 |
26 | msgctxt "OUTPUT1"
27 | msgid "Failed to delete the original file, skip download."
28 | msgstr "刪除原有文件失敗,跳過下載。"
29 |
30 | msgctxt "OUTPUT2"
31 | msgid " subtitles for part download complete."
32 | msgstr "第P字幕下載完畢!"
33 |
34 | msgctxt "ERROR1"
35 | msgid "Failed to save \"\"."
36 | msgstr "儲存\"\"失敗!"
37 |
38 | msgctxt "ERROR2"
39 | msgid "Failed to write to the file \"\"."
40 | msgstr "寫入到文件\"\"時失敗!"
41 |
42 | msgctxt "OUTPUT3"
43 | msgid " lyrics for part download complete."
44 | msgstr "第P歌詞下載完畢!"
45 |
46 | msgctxt "AULRCCOM"
47 | msgid " lyric download completed."
48 | msgstr "歌詞下載完成。"
49 |
--------------------------------------------------------------------------------
/Language/bili.biliVersion.ja.po:
--------------------------------------------------------------------------------
1 | # bili - biliVersion.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-08 03:19:00+0000\n"
13 | "PO-Revision-Date: 2020-08-08 04:18+0000\n"
14 | "Last-Translator: Kum4423, 2020\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "UNKNOWN_VER_STR"
23 | msgid "Unknown version string:"
24 | msgstr "不明なバージョンの文字列です:"
25 |
26 | msgctxt "CUR_VER"
27 | msgid "Current version:"
28 | msgstr "現在のバージョン:"
29 |
30 | msgctxt "LATEST_STABLE_VER"
31 | msgid "Latest stable version:"
32 | msgstr "最新の安定版:"
33 |
34 | msgctxt "NETWORK_ERROR"
35 | msgid "Network Error: Can not get latest stable version."
36 | msgstr "ネットワークエラー: 最新の安定版を取得できません。"
37 |
38 | msgctxt "HTTP_STATUS_ERROR"
39 | msgid "An unexpected HTTP status return from the server:"
40 | msgstr "サーバーから予期しない HTTP ステータスが返されました:"
41 |
42 | msgctxt "GET_NEW_VER"
43 | msgid ""
44 | "You can get the latest stable version on "
45 | "."
46 | msgstr "最新の安定版は で入手できます。"
47 |
--------------------------------------------------------------------------------
/Language/bili.biliVersion.pot:
--------------------------------------------------------------------------------
1 | # bili - biliVersion.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-08-08 03:19:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "UNKNOWN_VER_STR"
19 | msgid "Unknown version string:"
20 | msgstr ""
21 |
22 | msgctxt "CUR_VER"
23 | msgid "Current version:"
24 | msgstr ""
25 |
26 | msgctxt "LATEST_STABLE_VER"
27 | msgid "Latest stable version:"
28 | msgstr ""
29 |
30 | msgctxt "NETWORK_ERROR"
31 | msgid "Network Error: Can not get latest stable version."
32 | msgstr ""
33 |
34 | msgctxt "HTTP_STATUS_ERROR"
35 | msgid "An unexpected HTTP status return from the server:"
36 | msgstr ""
37 |
38 | msgctxt "GET_NEW_VER"
39 | msgid "You can get the latest stable version on ."
40 | msgstr ""
41 |
--------------------------------------------------------------------------------
/Language/bili.biliVersion.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - biliVersion.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-08 03:19:00+0000\n"
13 | "PO-Revision-Date: 2020-08-08 04:18+0000\n"
14 | "Last-Translator: 1 q , 2020\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "UNKNOWN_VER_STR"
23 | msgid "Unknown version string:"
24 | msgstr "未知的版本字符串:"
25 |
26 | msgctxt "CUR_VER"
27 | msgid "Current version:"
28 | msgstr "当前版本:"
29 |
30 | msgctxt "LATEST_STABLE_VER"
31 | msgid "Latest stable version:"
32 | msgstr "最新稳定版本:"
33 |
34 | msgctxt "NETWORK_ERROR"
35 | msgid "Network Error: Can not get latest stable version."
36 | msgstr "网络错误:无法获取最新稳定版本字符串。"
37 |
38 | msgctxt "HTTP_STATUS_ERROR"
39 | msgid "An unexpected HTTP status return from the server:"
40 | msgstr "一个预料之外的HTTP状态码从服务器返回:"
41 |
42 | msgctxt "GET_NEW_VER"
43 | msgid ""
44 | "You can get the latest stable version on "
45 | "."
46 | msgstr "你可以在上获取最新稳定版本。"
47 |
--------------------------------------------------------------------------------
/Language/bili.biliVersion.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - biliVersion.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-08 03:19:00+0000\n"
13 | "PO-Revision-Date: 2020-08-08 04:18+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "UNKNOWN_VER_STR"
23 | msgid "Unknown version string:"
24 | msgstr "未知的版本字串:"
25 |
26 | msgctxt "CUR_VER"
27 | msgid "Current version:"
28 | msgstr "目前版本:"
29 |
30 | msgctxt "LATEST_STABLE_VER"
31 | msgid "Latest stable version:"
32 | msgstr "最新穩定版本:"
33 |
34 | msgctxt "NETWORK_ERROR"
35 | msgid "Network Error: Can not get latest stable version."
36 | msgstr "網路錯誤:無法獲取最新穩定版本字串。"
37 |
38 | msgctxt "HTTP_STATUS_ERROR"
39 | msgid "An unexpected HTTP status return from the server:"
40 | msgstr "一個預料之外的HTTP狀態碼從伺服器返回:"
41 |
42 | msgctxt "GET_NEW_VER"
43 | msgid ""
44 | "You can get the latest stable version on "
45 | "."
46 | msgstr "你可以在上獲取最新穩定版本。"
47 |
--------------------------------------------------------------------------------
/Language/bili.biliext.ja.po:
--------------------------------------------------------------------------------
1 | # bili - biliext.py Strings
2 | # (C) 2019-2021 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2021-03-28 04:26:00+0000\n"
13 | "PO-Revision-Date: 2021-03-28 04:28+0000\n"
14 | "Last-Translator: Kum4423, 2021\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "XML"
23 | msgid "XML files"
24 | msgstr "XML files"
25 |
26 | msgctxt "ALL"
27 | msgid "All files"
28 | msgstr "全てのファイル"
29 |
--------------------------------------------------------------------------------
/Language/bili.biliext.pot:
--------------------------------------------------------------------------------
1 | # bili - biliext.py Strings
2 | # (C) 2019-2021 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2021-03-28 04:26:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "XML"
19 | msgid "XML files"
20 | msgstr ""
21 |
22 | msgctxt "ALL"
23 | msgid "All files"
24 | msgstr ""
25 |
--------------------------------------------------------------------------------
/Language/bili.biliext.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - biliext.py Strings
2 | # (C) 2019-2021 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # lifegpc , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2021-03-28 04:26:00+0000\n"
13 | "PO-Revision-Date: 2021-03-28 04:28+0000\n"
14 | "Last-Translator: lifegpc , 2021\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "XML"
23 | msgid "XML files"
24 | msgstr "XML文件"
25 |
26 | msgctxt "ALL"
27 | msgid "All files"
28 | msgstr "所有文件"
29 |
--------------------------------------------------------------------------------
/Language/bili.biliext.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - biliext.py Strings
2 | # (C) 2019-2021 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2021-03-28 04:26:00+0000\n"
10 | "PO-Revision-Date: 2021-03-28 04:28+0000\n"
11 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
12 | "MIME-Version: 1.0\n"
13 | "Content-Type: text/plain; charset=UTF-8\n"
14 | "Content-Transfer-Encoding: 8bit\n"
15 | "Language: zh_TW\n"
16 | "Plural-Forms: nplurals=1; plural=0;\n"
17 |
18 | msgctxt "XML"
19 | msgid "XML files"
20 | msgstr ""
21 |
22 | msgctxt "ALL"
23 | msgid "All files"
24 | msgstr ""
25 |
--------------------------------------------------------------------------------
/Language/bili.bilischeme.ja.po:
--------------------------------------------------------------------------------
1 | # bili - bilischeme.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-11 06:34:00+0000\n"
13 | "PO-Revision-Date: 2020-12-19 11:21+0000\n"
14 | "Last-Translator: Kum4423, 2020\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "UNSPT"
23 | msgid "This program does not support URI scheme on ."
24 | msgstr "このプログラムは の URI スキームをサポートしていません。"
25 |
26 | msgctxt "REGERR"
27 | msgid "Unable to access HKEY_CLASSES_ROOT."
28 | msgstr "HKEY_CLASSES_ROOTにアクセスできません。"
29 |
30 | msgctxt "CNOTDEL"
31 | msgid "Unable to delete the old registry."
32 | msgstr "古いレジストリを削除できません。"
33 |
34 | msgctxt "CNOTCRE"
35 | msgid "Unable to create key \"\"."
36 | msgstr "キー \"\" を作成できません。 "
37 |
--------------------------------------------------------------------------------
/Language/bili.bilischeme.pot:
--------------------------------------------------------------------------------
1 | # bili - bilischeme.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-07-11 06:34:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "UNSPT"
19 | msgid "This program does not support URI scheme on ."
20 | msgstr ""
21 |
22 | msgctxt "REGERR"
23 | msgid "Unable to access HKEY_CLASSES_ROOT."
24 | msgstr ""
25 |
26 | msgctxt "CNOTDEL"
27 | msgid "Unable to delete the old registry."
28 | msgstr ""
29 |
30 | msgctxt "CNOTCRE"
31 | msgid "Unable to create key \"\"."
32 | msgstr ""
33 |
--------------------------------------------------------------------------------
/Language/bili.bilischeme.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - bilischeme.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-11 06:34:00+0000\n"
13 | "PO-Revision-Date: 2020-12-19 11:21+0000\n"
14 | "Last-Translator: 1 q , 2020\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "UNSPT"
23 | msgid "This program does not support URI scheme on ."
24 | msgstr "此程序不支持在上的URI scheme。"
25 |
26 | msgctxt "REGERR"
27 | msgid "Unable to access HKEY_CLASSES_ROOT."
28 | msgstr "无法访问HKEY_CLASSES_ROOT。"
29 |
30 | msgctxt "CNOTDEL"
31 | msgid "Unable to delete the old registry."
32 | msgstr "无法删除旧注册表。"
33 |
34 | msgctxt "CNOTCRE"
35 | msgid "Unable to create key \"\"."
36 | msgstr "无法新建项\"\"。"
37 |
--------------------------------------------------------------------------------
/Language/bili.bilischeme.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - bilischeme.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-11 06:34:00+0000\n"
13 | "PO-Revision-Date: 2020-12-19 11:21+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "UNSPT"
23 | msgid "This program does not support URI scheme on ."
24 | msgstr "此程式不支援在上的URI scheme。"
25 |
26 | msgctxt "REGERR"
27 | msgid "Unable to access HKEY_CLASSES_ROOT."
28 | msgstr "無法讀寫 HKEY_CLASSES_ROOT。"
29 |
30 | msgctxt "CNOTDEL"
31 | msgid "Unable to delete the old registry."
32 | msgstr "無法刪除舊註冊表。"
33 |
34 | msgctxt "CNOTCRE"
35 | msgid "Unable to create key \"\"."
36 | msgstr "無法建立項\"\"。"
37 |
--------------------------------------------------------------------------------
/Language/bili.exeinfo.ja.po:
--------------------------------------------------------------------------------
1 | # bili - The exe versioninfo Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-10-04 01:37:00+0000\n"
13 | "PO-Revision-Date: 2020-10-04 01:43+0000\n"
14 | "Last-Translator: Kum4423, 2020\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "start"
23 | msgid "Download video/barrage from BiliBili"
24 | msgstr " BiliBiliから動画と弾幕をダウンロードする"
25 |
26 | msgctxt "filter"
27 | msgid "Filter the barrage file"
28 | msgstr "弾幕ファイルをフィルター"
29 |
30 | msgctxt "setsettings"
31 | msgid "Set settings for program"
32 | msgstr "プログラムの設定をする"
33 |
34 | msgctxt "startwebui"
35 | msgid "WEB User Interface server"
36 | msgstr "WEBユーザーインターフェースサーバー"
37 |
38 | msgctxt "bilischeme"
39 | msgid "Add bili URI scheme to system."
40 | msgstr "システムにbili URIスキームを追加する。"
41 |
--------------------------------------------------------------------------------
/Language/bili.exeinfo.pot:
--------------------------------------------------------------------------------
1 | # bili - The exe versioninfo Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-10-04 01:37:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "start"
19 | msgid "Download video/barrage from BiliBili"
20 | msgstr ""
21 |
22 | msgctxt "filter"
23 | msgid "Filter the barrage file"
24 | msgstr ""
25 |
26 | msgctxt "setsettings"
27 | msgid "Set settings for program"
28 | msgstr ""
29 |
30 | msgctxt "startwebui"
31 | msgid "WEB User Interface server"
32 | msgstr ""
33 |
34 | msgctxt "bilischeme"
35 | msgid "Add bili URI scheme to system."
36 | msgstr ""
37 |
--------------------------------------------------------------------------------
/Language/bili.exeinfo.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - The exe versioninfo Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-10-04 01:37:00+0000\n"
13 | "PO-Revision-Date: 2020-10-04 01:43+0000\n"
14 | "Last-Translator: 1 q , 2020\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "start"
23 | msgid "Download video/barrage from BiliBili"
24 | msgstr "从BiliBili下载视频/弹幕"
25 |
26 | msgctxt "filter"
27 | msgid "Filter the barrage file"
28 | msgstr "过滤弹幕文件"
29 |
30 | msgctxt "setsettings"
31 | msgid "Set settings for program"
32 | msgstr "设置程序"
33 |
34 | msgctxt "startwebui"
35 | msgid "WEB User Interface server"
36 | msgstr "web用户界面服务器"
37 |
38 | msgctxt "bilischeme"
39 | msgid "Add bili URI scheme to system."
40 | msgstr "把bili URI协议增至系统。"
41 |
--------------------------------------------------------------------------------
/Language/bili.exeinfo.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - The exe versioninfo Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-10-04 01:37:00+0000\n"
13 | "PO-Revision-Date: 2020-10-04 01:43+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "start"
23 | msgid "Download video/barrage from BiliBili"
24 | msgstr "從BiliBili下載影片/彈幕"
25 |
26 | msgctxt "filter"
27 | msgid "Filter the barrage file"
28 | msgstr "過濾彈幕文件"
29 |
30 | msgctxt "setsettings"
31 | msgid "Set settings for program"
32 | msgstr "設定程式"
33 |
34 | msgctxt "startwebui"
35 | msgid "WEB User Interface server"
36 | msgstr "web使用者介面伺服器"
37 |
38 | msgctxt "bilischeme"
39 | msgid "Add bili URI scheme to system."
40 | msgstr "把bili URI協議增至系統。"
41 |
--------------------------------------------------------------------------------
/Language/bili.filter.ja.po:
--------------------------------------------------------------------------------
1 | # bili - filter.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-13 09:24:00+0000\n"
13 | "PO-Revision-Date: 2020-07-13 10:17+0000\n"
14 | "Last-Translator: Kum4423, 2020\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "OUTPUT1"
23 | msgid "Please run \"filter.py\"."
24 | msgstr "\"filter.py\" を実行してください。"
25 |
26 | msgctxt "OUTPUT2"
27 | msgid "Can not find the file \"\"."
28 | msgstr "ファイル \"\" を見つけることができません。"
29 |
30 | msgctxt "INPUT1"
31 | msgid "Please enter the number of files you want to filter:"
32 | msgstr "フィルタリングしたいファイル数を入力してください:"
33 |
34 | msgctxt "INPUT2"
35 | msgid "This file is not a barrage file."
36 | msgstr "このファイルは弾幕ではありません。"
37 |
38 | msgctxt "INPUT3"
39 | msgid "Press Enter to start choosing output file."
40 | msgstr "Enterキーを押して出力ファイルの選択を開始します。"
41 |
42 | msgctxt "ERROR1"
43 | msgid "Failed to save \"\"."
44 | msgstr "\"\" の保存に失敗しました。"
45 |
46 | msgctxt "OUTPUT3"
47 | msgid ""
48 | "There are barrages in this file. Filtered barrages, barrages"
49 | " left."
50 | msgstr "このファイルには の弾幕があります。 のフィルタリングされた弾幕。残り の弾幕。"
51 |
--------------------------------------------------------------------------------
/Language/bili.filter.pot:
--------------------------------------------------------------------------------
1 | # bili - filter.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-07-13 09:24:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "OUTPUT1"
19 | msgid "Please run \"filter.py\"."
20 | msgstr ""
21 |
22 | msgctxt "OUTPUT2"
23 | msgid "Can not find the file \"\"."
24 | msgstr ""
25 |
26 | msgctxt "INPUT1"
27 | msgid "Please enter the number of files you want to filter:"
28 | msgstr ""
29 |
30 | msgctxt "INPUT2"
31 | msgid "This file is not a barrage file."
32 | msgstr ""
33 |
34 | msgctxt "INPUT3"
35 | msgid "Press Enter to start choosing output file."
36 | msgstr ""
37 |
38 | msgctxt "ERROR1"
39 | msgid "Failed to save \"\"."
40 | msgstr ""
41 |
42 | msgctxt "OUTPUT3"
43 | msgid "There are barrages in this file. Filtered barrages, barrages left."
44 | msgstr ""
45 |
--------------------------------------------------------------------------------
/Language/bili.filter.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - filter.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-13 09:24:00+0000\n"
13 | "PO-Revision-Date: 2020-07-13 10:17+0000\n"
14 | "Last-Translator: 1 q , 2020\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "OUTPUT1"
23 | msgid "Please run \"filter.py\"."
24 | msgstr "请运行\"filter.py\"。"
25 |
26 | msgctxt "OUTPUT2"
27 | msgid "Can not find the file \"\"."
28 | msgstr "找不到文件\"\"。"
29 |
30 | msgctxt "INPUT1"
31 | msgid "Please enter the number of files you want to filter:"
32 | msgstr "请输入要过滤的文件数量:"
33 |
34 | msgctxt "INPUT2"
35 | msgid "This file is not a barrage file."
36 | msgstr "此文件不是弹幕文件。"
37 |
38 | msgctxt "INPUT3"
39 | msgid "Press Enter to start choosing output file."
40 | msgstr "按Enter开始选择输出文件。"
41 |
42 | msgctxt "ERROR1"
43 | msgid "Failed to save \"\"."
44 | msgstr "保存\"\"失败!"
45 |
46 | msgctxt "OUTPUT3"
47 | msgid ""
48 | "There are barrages in this file. Filtered barrages, barrages"
49 | " left."
50 | msgstr "该文件中有条弹幕,过滤了条,剩余条。"
51 |
--------------------------------------------------------------------------------
/Language/bili.filter.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - filter.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-07-13 09:24:00+0000\n"
13 | "PO-Revision-Date: 2020-07-13 10:17+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "OUTPUT1"
23 | msgid "Please run \"filter.py\"."
24 | msgstr "請執行\"filter.py\"。"
25 |
26 | msgctxt "OUTPUT2"
27 | msgid "Can not find the file \"\"."
28 | msgstr "找不到文件\"\"。"
29 |
30 | msgctxt "INPUT1"
31 | msgid "Please enter the number of files you want to filter:"
32 | msgstr "請輸入要過濾的文件數量:"
33 |
34 | msgctxt "INPUT2"
35 | msgid "This file is not a barrage file."
36 | msgstr "此文件不是彈幕文件。"
37 |
38 | msgctxt "INPUT3"
39 | msgid "Press Enter to start choosing output file."
40 | msgstr "按Enter開始選擇輸出文件。"
41 |
42 | msgctxt "ERROR1"
43 | msgid "Failed to save \"\"."
44 | msgstr "儲存\"\"失敗!"
45 |
46 | msgctxt "OUTPUT3"
47 | msgid ""
48 | "There are barrages in this file. Filtered barrages, barrages"
49 | " left."
50 | msgstr "該文件中有條彈幕,過濾了條,剩餘條。"
51 |
--------------------------------------------------------------------------------
/Language/bili.innosetup.ja.po:
--------------------------------------------------------------------------------
1 | # bili - bili inno setup script Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | # Kum4423, 2020
9 | #
10 | msgid ""
11 | msgstr ""
12 | "Project-Id-Version: bili\n"
13 | "POT-Creation-Date: 2020-12-20 09:07:00+0000\n"
14 | "PO-Revision-Date: 2020-12-20 09:09+0000\n"
15 | "Last-Translator: Kum4423, 2020\n"
16 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=UTF-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Language: ja\n"
21 | "Plural-Forms: nplurals=1; plural=0;\n"
22 |
23 | msgctxt "ViewChangelog"
24 | msgid "View changelog"
25 | msgstr "変更ログの表示"
26 |
27 | msgctxt "bilischeme"
28 | msgid "Add bili URI scheme to registry"
29 | msgstr "レジストリにbili URIスキームを追加する。"
30 |
--------------------------------------------------------------------------------
/Language/bili.innosetup.pot:
--------------------------------------------------------------------------------
1 | # bili - bili inno setup script Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-12-20 09:07:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "ViewChangelog"
19 | msgid "View changelog"
20 | msgstr ""
21 |
22 | msgctxt "bilischeme"
23 | msgid "Add bili URI scheme to registry"
24 | msgstr ""
25 |
--------------------------------------------------------------------------------
/Language/bili.innosetup.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - bili inno setup script Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-12-20 09:07:00+0000\n"
13 | "PO-Revision-Date: 2020-12-20 09:09+0000\n"
14 | "Last-Translator: 1 q , 2020\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "ViewChangelog"
23 | msgid "View changelog"
24 | msgstr "查看更新日志"
25 |
26 | msgctxt "bilischeme"
27 | msgid "Add bili URI scheme to registry"
28 | msgstr "将bili URI协议添加到注册表"
29 |
--------------------------------------------------------------------------------
/Language/bili.innosetup.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - bili inno setup script Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-12-20 09:07:00+0000\n"
13 | "PO-Revision-Date: 2020-12-20 09:09+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "ViewChangelog"
23 | msgid "View changelog"
24 | msgstr "查看更新日誌"
25 |
26 | msgctxt "bilischeme"
27 | msgid "Add bili URI scheme to registry"
28 | msgstr "將bili URI協議添加到註冊表"
29 |
--------------------------------------------------------------------------------
/Language/file.all.pot:
--------------------------------------------------------------------------------
1 | # bili - file packages Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-07-13 10:30:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "OUTPUT1"
19 | msgid "NO.\tFile name\t"
20 | msgstr ""
21 |
22 | msgctxt "OUTPUT2"
23 | msgid "Type\tLast access time\tCreate time\t\tLast modify time\tFile size"
24 | msgstr ""
25 |
26 | msgctxt "DIR"
27 | msgid "DIR"
28 | msgstr ""
29 |
30 | msgctxt "FILE"
31 | msgid "FILE"
32 | msgstr ""
33 |
34 | msgctxt "OUTPUT3"
35 | msgid "Page of "
36 | msgstr ""
37 |
38 | msgctxt "O1"
39 | msgid "Previous page"
40 | msgstr ""
41 |
42 | msgctxt "O2"
43 | msgid "Next page"
44 | msgstr ""
45 |
46 | msgctxt "O3"
47 | msgid "Parent folder"
48 | msgstr ""
49 |
50 | msgctxt "O4"
51 | msgid "Do not display files with no file extensions"
52 | msgstr ""
53 |
54 | msgctxt "O5"
55 | msgid "Display files with no file extensions"
56 | msgstr ""
57 |
58 | msgctxt "O6"
59 | msgid "Display all files"
60 | msgstr ""
61 |
62 | msgctxt "O7"
63 | msgid "Display files which pass the filter"
64 | msgstr ""
65 |
66 | msgctxt "O8"
67 | msgid "Enter folder name"
68 | msgstr ""
69 |
70 | msgctxt "O9"
71 | msgid "Enter file name"
72 | msgstr ""
73 |
74 | msgctxt "OUTPUT4"
75 | msgid "Please enter the number before file/directory name to select/enter the file/directory or the letter to do that operation:"
76 | msgstr ""
77 |
78 | msgctxt "ERROR1"
79 | msgid "There is no parent folder."
80 | msgstr ""
81 |
82 | msgctxt "INPUT1"
83 | msgid "Please enter the location of folder (Support absolute and relative location):"
84 | msgstr ""
85 |
86 | msgctxt "ERROR2"
87 | msgid "This folder does not exist."
88 | msgstr ""
89 |
90 | msgctxt "INPUT2"
91 | msgid "Please enter the file name:"
92 | msgstr ""
93 |
94 | msgctxt "ERROR3"
95 | msgid "This file has been selected before."
96 | msgstr ""
97 |
98 | msgctxt "INPUT3"
99 | msgid "This file already exists, do you want to overwrite it?"
100 | msgstr ""
101 |
102 | msgctxt "INPUT4"
103 | msgid "Do you want to select the file \"\"?"
104 | msgstr ""
105 |
--------------------------------------------------------------------------------
/Language/webui.about.ja.po:
--------------------------------------------------------------------------------
1 | # bili - webui/about Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-30 07:20:00+0000\n"
13 | "PO-Revision-Date: 2020-08-30 10:47+0000\n"
14 | "Last-Translator: Kum4423, 2020\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "THIRDPARTY"
23 | msgid "Third Party Libraries"
24 | msgstr "サードパーティーライブラリ"
25 |
26 | msgctxt "PROJECT"
27 | msgid "Project"
28 | msgstr "プロジェクト"
29 |
30 | msgctxt "WEBSITE"
31 | msgid "Website"
32 | msgstr "ウェブサイト"
33 |
--------------------------------------------------------------------------------
/Language/webui.about.pot:
--------------------------------------------------------------------------------
1 | # bili - webui/about Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-08-30 07:20:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "THIRDPARTY"
19 | msgid "Third Party Libraries"
20 | msgstr ""
21 |
22 | msgctxt "PROJECT"
23 | msgid "Project"
24 | msgstr ""
25 |
26 | msgctxt "WEBSITE"
27 | msgid "Website"
28 | msgstr ""
29 |
--------------------------------------------------------------------------------
/Language/webui.about.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - webui/about Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-30 07:20:00+0000\n"
13 | "PO-Revision-Date: 2020-08-30 10:47+0000\n"
14 | "Last-Translator: 1 q , 2020\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "THIRDPARTY"
23 | msgid "Third Party Libraries"
24 | msgstr "第三方库"
25 |
26 | msgctxt "PROJECT"
27 | msgid "Project"
28 | msgstr "项目"
29 |
30 | msgctxt "WEBSITE"
31 | msgid "Website"
32 | msgstr "网站"
33 |
--------------------------------------------------------------------------------
/Language/webui.about.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - webui/about Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-30 07:20:00+0000\n"
13 | "PO-Revision-Date: 2020-08-30 10:47+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "THIRDPARTY"
23 | msgid "Third Party Libraries"
24 | msgstr "第三方庫"
25 |
26 | msgctxt "PROJECT"
27 | msgid "Project"
28 | msgstr "項目"
29 |
30 | msgctxt "WEBSITE"
31 | msgid "Website"
32 | msgstr "網站"
33 |
--------------------------------------------------------------------------------
/Language/webui.bililogin.pot:
--------------------------------------------------------------------------------
1 | # bili - webui/bililogin Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-09-206 11:03:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "NEEDLOGIN"
19 | msgid "You need to login in to your bilibili account if you want to continue using this program."
20 | msgstr ""
21 |
22 | msgctxt "USERNAME"
23 | msgid "User name:"
24 | msgstr ""
25 |
26 | msgctxt "CAPTCHA"
27 | msgid "Captcha:"
28 | msgstr ""
29 |
30 | msgctxt "NEEDCAP"
31 | msgid "Captcha is required to login in."
32 | msgstr ""
33 |
34 | msgctxt "SERISBUS"
35 | msgid "Service is busy."
36 | msgstr ""
37 |
38 | msgctxt "INCOUSPA"
39 | msgid "Incorrect user name or password."
40 | msgstr ""
41 |
42 | msgctxt "HTTPWARN"
43 | msgid "Although the program has encrypted the user name and password, it is still subject to man-in-the-middle(MITM) attacks. If you use this in the public network, please enable HTTPS."
44 | msgstr ""
45 |
46 | msgctxt "QRSCAN"
47 | msgid "Use APP to scan QR Code to login in"
48 | msgstr ""
49 |
50 | msgctxt "USEANDPA"
51 | msgid "Use user name and password to login in"
52 | msgstr ""
53 |
54 | msgctxt "QRCEXPR"
55 | msgid "The QR code has expired, click here to reload."
56 | msgstr ""
57 |
58 | msgctxt "USEPHONE"
59 | msgid "Login in with SMS"
60 | msgstr ""
61 |
62 | msgctxt "PHONEN"
63 | msgid "Phone number:"
64 | msgstr ""
65 |
66 | msgctxt "SENDSMS"
67 | msgid "Send captcha code by SMS"
68 | msgstr ""
69 |
70 | msgctxt "INVALIDCPN"
71 | msgid "This is an invalid China phone number."
72 | msgstr ""
73 |
74 | msgctxt "MUSTCAPT"
75 | msgid "You must complete the captcha to continue."
76 | msgstr ""
77 |
78 | msgctxt "CAPERROR"
79 | msgid "An error occured:"
80 | msgstr ""
81 |
82 | msgctxt "SMSSEND"
83 | msgid "SMS is already send."
84 | msgstr ""
85 |
86 | msgctxt "USEANDPAW"
87 | msgid "Use user name and password to login in (Web API)"
88 | msgstr ""
89 |
90 | msgctxt "BUGWARN"
91 | msgid "This login method now have bugs, some contents may not available."
92 | msgstr ""
93 |
--------------------------------------------------------------------------------
/Language/webui.command.ja.po:
--------------------------------------------------------------------------------
1 | # bili - webui/command.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-24 05:17:00+0000\n"
13 | "PO-Revision-Date: 2020-08-24 10:08+0000\n"
14 | "Last-Translator: Kum4423, 2020\n"
15 | "Language-Team: Japanese (https://www.transifex.com/lifegpc/teams/111556/ja/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: ja\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "O1"
23 | msgid "Command line help:"
24 | msgstr "コマンドラインヘルプ:"
25 |
26 | msgctxt "O2"
27 | msgid "Display command line help information."
28 | msgstr "コマンドラインのヘルプ情報を表示します。"
29 |
30 | msgctxt "O3"
31 | msgid "Set the program language."
32 | msgstr "プログラムの言語を設定します。"
33 |
34 | msgctxt "O4"
35 | msgid "The IP address you want to bind."
36 | msgstr "結束したいIPアドレス。"
37 |
38 | msgctxt "O5"
39 | msgid "The port of IP address you want to bind."
40 | msgstr "結束したいIPアドレスのポート。"
41 |
42 | msgctxt "O6"
43 | msgid "The path to SSL certificate."
44 | msgstr "SSL証明書のパスです。"
45 |
46 | msgctxt "O7"
47 | msgid "The path to SSL private key."
48 | msgstr "SSL秘密鍵のパスです。"
49 |
50 | msgctxt "O8"
51 | msgid "You need to give both the SSL certificate and the SSL private key."
52 | msgstr "SSL証明書とSSL秘密鍵の両方を渡す必要があります。"
53 |
54 | msgctxt "O9"
55 | msgid "The path to SSL certificate chain."
56 | msgstr "SSL証明書チェーンへのパス。"
57 |
58 | msgctxt "O10"
59 | msgid "Enable password verification and set the password."
60 | msgstr "パスワード認証を有効にし、パスワードを設定します。"
61 |
62 | msgctxt "O11"
63 | msgid "The length of the password needs to be between and ."
64 | msgstr "パスワードの長さは、 と の間の長さにする必要があります。"
65 |
--------------------------------------------------------------------------------
/Language/webui.command.pot:
--------------------------------------------------------------------------------
1 | # bili - webui/command.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: bili\n"
9 | "POT-Creation-Date: 2020-08-24 05:17:00+0000\n"
10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 | "Last-Translator: FULL NAME \n"
12 | "Language-Team: LANGUAGE \n"
13 | "MIME-Version: 1.0\n"
14 | "Content-Type: text/plain; charset=UTF-8\n"
15 | "Content-Transfer-Encoding: 8bit\n"
16 | "Language: \n"
17 |
18 | msgctxt "O1"
19 | msgid "Command line help:"
20 | msgstr ""
21 |
22 | msgctxt "O2"
23 | msgid "Display command line help information."
24 | msgstr ""
25 |
26 | msgctxt "O3"
27 | msgid "Set the program language."
28 | msgstr ""
29 |
30 | msgctxt "O4"
31 | msgid "The IP address you want to bind."
32 | msgstr ""
33 |
34 | msgctxt "O5"
35 | msgid "The port of IP address you want to bind."
36 | msgstr ""
37 |
38 | msgctxt "O6"
39 | msgid "The path to SSL certificate."
40 | msgstr ""
41 |
42 | msgctxt "O7"
43 | msgid "The path to SSL private key."
44 | msgstr ""
45 |
46 | msgctxt "O8"
47 | msgid "You need to give both the SSL certificate and the SSL private key."
48 | msgstr ""
49 |
50 | msgctxt "O9"
51 | msgid "The path to SSL certificate chain."
52 | msgstr ""
53 |
54 | msgctxt "O10"
55 | msgid "Enable password verification and set the password."
56 | msgstr ""
57 |
58 | msgctxt "O11"
59 | msgid "The length of the password needs to be between and ."
60 | msgstr ""
61 |
--------------------------------------------------------------------------------
/Language/webui.command.zh_CN.po:
--------------------------------------------------------------------------------
1 | # bili - webui/command.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # 1 q , 2020
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-24 05:17:00+0000\n"
13 | "PO-Revision-Date: 2020-08-24 10:08+0000\n"
14 | "Last-Translator: 1 q , 2020\n"
15 | "Language-Team: Chinese (China) (https://www.transifex.com/lifegpc/teams/111556/zh_CN/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_CN\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "O1"
23 | msgid "Command line help:"
24 | msgstr "命令行帮助:"
25 |
26 | msgctxt "O2"
27 | msgid "Display command line help information."
28 | msgstr "显示命令行帮助信息"
29 |
30 | msgctxt "O3"
31 | msgid "Set the program language."
32 | msgstr "设置程序语言"
33 |
34 | msgctxt "O4"
35 | msgid "The IP address you want to bind."
36 | msgstr "你想关联的IP地址。"
37 |
38 | msgctxt "O5"
39 | msgid "The port of IP address you want to bind."
40 | msgstr "你想关联的IP地址的端口。"
41 |
42 | msgctxt "O6"
43 | msgid "The path to SSL certificate."
44 | msgstr "SSL证书路径。"
45 |
46 | msgctxt "O7"
47 | msgid "The path to SSL private key."
48 | msgstr "SSL私钥路径。"
49 |
50 | msgctxt "O8"
51 | msgid "You need to give both the SSL certificate and the SSL private key."
52 | msgstr "你需要同时给出SSL证书和SSL私钥。"
53 |
54 | msgctxt "O9"
55 | msgid "The path to SSL certificate chain."
56 | msgstr "SSL证书链路径。"
57 |
58 | msgctxt "O10"
59 | msgid "Enable password verification and set the password."
60 | msgstr "启用密码验证并设置密码。"
61 |
62 | msgctxt "O11"
63 | msgid "The length of the password needs to be between and ."
64 | msgstr "密码的长度必须在-之间。"
65 |
--------------------------------------------------------------------------------
/Language/webui.command.zh_TW.po:
--------------------------------------------------------------------------------
1 | # bili - webui/command.py Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # david082321 , 2021
8 | #
9 | msgid ""
10 | msgstr ""
11 | "Project-Id-Version: bili\n"
12 | "POT-Creation-Date: 2020-08-24 05:17:00+0000\n"
13 | "PO-Revision-Date: 2020-08-24 10:08+0000\n"
14 | "Last-Translator: david082321 , 2021\n"
15 | "Language-Team: Chinese (Taiwan) (https://www.transifex.com/lifegpc/teams/111556/zh_TW/)\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "Language: zh_TW\n"
20 | "Plural-Forms: nplurals=1; plural=0;\n"
21 |
22 | msgctxt "O1"
23 | msgid "Command line help:"
24 | msgstr "命令列幫助:"
25 |
26 | msgctxt "O2"
27 | msgid "Display command line help information."
28 | msgstr "顯示命令列說明資訊"
29 |
30 | msgctxt "O3"
31 | msgid "Set the program language."
32 | msgstr "設定程式語言"
33 |
34 | msgctxt "O4"
35 | msgid "The IP address you want to bind."
36 | msgstr "你想關聯的IP位址。"
37 |
38 | msgctxt "O5"
39 | msgid "The port of IP address you want to bind."
40 | msgstr "你想關聯的IP位址的埠。"
41 |
42 | msgctxt "O6"
43 | msgid "The path to SSL certificate."
44 | msgstr "SSL證書路徑。"
45 |
46 | msgctxt "O7"
47 | msgid "The path to SSL private key."
48 | msgstr "SSL私鑰路徑。"
49 |
50 | msgctxt "O8"
51 | msgid "You need to give both the SSL certificate and the SSL private key."
52 | msgstr "你需要同時給出SSL證書和SSL私鑰。"
53 |
54 | msgctxt "O9"
55 | msgid "The path to SSL certificate chain."
56 | msgstr "SSL證書鏈路徑。"
57 |
58 | msgctxt "O10"
59 | msgid "Enable password verification and set the password."
60 | msgstr "啟用密碼驗證並設定密碼。"
61 |
62 | msgctxt "O11"
63 | msgid "The length of the password needs to be between and ."
64 | msgstr "密碼的長度必須在-之間。"
65 |
--------------------------------------------------------------------------------
/Language/webui.dir.ja.po:
--------------------------------------------------------------------------------
1 | # bili - webuihtml/js(origin)/dir.js Strings
2 | # (C) 2019-2020 lifegpc
3 | # This file is distributed under the same license as the bili package.
4 | # You should have received a copy of the GNU Affero General Public License
5 | # along with this program. If not, see .
6 | # Translators:
7 | # Kum4423, 2020
8 | # 1 q , 2020
9 | #
10 | msgid ""
11 | msgstr ""
12 | "Project-Id-Version: bili\n"
13 | "POT-Creation-Date: 2020-08-27 05:04:00+0000\n"
14 | "PO-Revision-Date: 2020-08-27 08:04+0000\n"
15 | "Last-Translator: 1 q