Files
2024-05-26 13:25:28 +08:00

159 lines
4.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-02 20:45+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: python\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: main.py:55
msgid "Not authenticated!"
msgstr "请登录帐号!"
#: main.py:58
msgid "Permission denied!"
msgstr "权限不足!"
#: main.py:65
msgid "Hello, this is the API testing page of galaxy music hall."
msgstr "你好,这里是银河音乐厅的API测试页面。"
#: main.py:69
msgid "Server is running"
msgstr "服务器正在运行。"
#: main.py:81 main.py:86 main.py:94
msgid "Incorrect user or password!"
msgstr "用户名或密码错误!"
#: main.py:90
msgid "Login success."
msgstr "登录成功。"
#: main.py:92
msgid "Login failed, unknown exception."
msgstr "登录失败,未知异常!"
#: main.py:119
msgid "No music in queue."
msgstr "队列为空。"
#: main.py:102
msgid "Push parameter is empty!"
msgstr "推送参数为空!"
#: main.py:149
msgid "Unsupported music provider!"
msgstr "不支持这个提供者!"
#: main.py:154
msgid "The music does not exist!"
msgstr "歌曲不存在!"
#: main.py:156
msgid "The music is not available!"
msgstr "歌曲不可用!"
#: main.py:158
msgid "The music is VIP only, please contact administrator to login VIP account!"
msgstr "歌曲是VIP音乐,请联系管理员登录VIP帐号!"
#: main.py:164 main.py:233
msgid "The music is already in the queue!"
msgstr "歌曲已经在队列里了!"
#: main.py:169
msgid "Successfully pushed the music."
msgstr "成功推送。"
#: main.py:179 main.py:187 main.py:199 main.py:211
msgid "The music is not in the queue!"
msgstr "歌曲不在队列里!"
#: main.py:181 main.py:201
msgid "You are not the owner of the music!"
msgstr "你不是歌曲的拥有者!"
#: main.py:183 main.py:189
msgid "Successfully deleted the music."
msgstr "成功删除。"
#: main.py:203
msgid "You do not have enough stardust to elevate the music!"
msgstr "你没有足够的星尘来提升歌曲!"
#: main.py:207 main.py:213
msgid "Successfully elevated the music."
msgstr "成功提升。"
#: main.py:229
msgid "No file selected!"
msgstr "没有选择文件!"
#: main.py:231
msgid "Invalid file format!"
msgstr "无效的文件格式!"
#: main.py:239
msgid "Failed to save the file!"
msgstr "无法保存文件!"
#: main.py:242
msgid "Successfully uploaded the music!"
msgstr "成功上传歌曲。"
#: main.py:258 main.py:279
msgid "Failed to reload the banner!"
msgstr "无法加载Banner"
#: main.py:277
msgid "Permission denied to access cache directory!"
msgstr "没有访问缓存目录的权限!"
#: MusicManager.py:23
msgid "File saving failed, permission denied!"
msgstr "文件保存失败!(权限不够)"
#: MusicManager.py:25
msgid "File saving failed, path doesn't exist!"
msgstr "文件保存失败!(路径不存在)"
#: MusicManager.py:27
msgid "File saving failed, internal server error!"
msgstr "文件保存失败!(内部服务器错误)"
#: MusicManager.py:29
msgid "File saved."
msgstr "文件保存成功。"
#: Extensions/Netease.py:27
msgid "Netease account logged in."
msgstr "网易云帐号登录成功。"
#: Extensions/Netease.py:29
msgid "Netease account login failed."
msgstr "网易云帐号登录失败。"
#: Extensions/Netease.py:39
msgid "Netease account logged out."
msgstr "网易云帐号登出了。"
#: Extensions/Netease.py:48
msgid "Netease anonymous account logged in."
msgstr "网易云匿名帐号登录成功。"
#: Extensions/Netease.py:50
msgid "Netease anonymous account login failed, timed out."
msgstr "网易云帐号登录失败。(请求超时)"