mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 10:20:57 +00:00
fix: 插件列表显示错误问题
This commit is contained in:
76
liteyuki/resources/lang/en.lang
Normal file
76
liteyuki/resources/lang/en.lang
Normal file
@ -0,0 +1,76 @@
|
||||
language.name=English
|
||||
|
||||
log.debug=Debug
|
||||
log.info=Info
|
||||
log.warning=WARN
|
||||
log.error=Error
|
||||
log.success=Success
|
||||
|
||||
main.current_language=Current config language: {LANG}
|
||||
main.enable_webdash=Web dashboard is enabled: {URL}
|
||||
main.monitor.title=Liteyuki Monitor
|
||||
main.monitor.description=Monitor your server with Liteyuki Monitor
|
||||
main.monitor.cpu=CPU
|
||||
main.monitor.memory=MEM
|
||||
main.monitor.swap=SWAP
|
||||
main.monitor.disk=Disk
|
||||
main.monitor.usage=Usage
|
||||
|
||||
data_manager.migrate_success=Model {NAME} migration successful
|
||||
|
||||
npm.loaded_plugins=Loaded plugins
|
||||
npm.total=Total {TOTAL}
|
||||
npm.help=Help
|
||||
npm.usage=Usage
|
||||
npm.disable=Disable
|
||||
npm.disable_global=DisableGlobal
|
||||
npm.enable=Enable
|
||||
npm.enable_global=EnableGlobal
|
||||
npm.install=Install
|
||||
npm.uninstall=Uninstall
|
||||
npm.installing=Installing {NAME}...
|
||||
npm.cannot_uninstall=Cannot uninstall
|
||||
npm.no_description=No description
|
||||
npm.store_update_success=Plugin store data updated successfully
|
||||
npm.store_update_failed=Plugin store data update failed
|
||||
npm.search_result=Search results
|
||||
npm.search_no_result=No result found
|
||||
npm.too_many_results=Too many results found, {HIDE_NUM} hidden, please refine your search
|
||||
npm.install_success={NAME} installed successfully
|
||||
npm.install_failed={NAME} installation failed, please check the console for more information, or visit the plugin's {HOMEPAGE}
|
||||
npm.uninstall_success={NAME} uninstalled successfully
|
||||
npm.uninstall_failed={NAME} uninstallation failed
|
||||
npm.load_failed={NAME} loading failed, please check the console for more information, or visit the plugin's {HOMEPAGE}
|
||||
npm.plugin_not_found={NAME} not found, please check the plugin's name
|
||||
npm.plugin_not_installed={NAME} is not installed
|
||||
npm.plugin_already_installed={NAME} is already installed
|
||||
npm.author=Author
|
||||
npm.homepage=Homepage
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=Next
|
||||
npm.prev_page=Prev
|
||||
npm.plugin_cannot_be_toggled=Plugin {NAME} cannot be toggled
|
||||
npm.plugin_already=Plugin {NAME} is already in {STATUS} state, no need for repeated operation
|
||||
npm.toggle_failed=Failed to {STATUS} plugin {NAME}: {ERROR}
|
||||
npm.toggle_success=Succeeded in {STATUS} plugin {NAME}
|
||||
|
||||
user.profile.edit=Edit
|
||||
user.profile.set=Set
|
||||
user.profile_manager.query=Your {ATTR} is {VALUE}
|
||||
user.profile_manager.set=Yours {ATTR} has been set to {VALUE}
|
||||
user.profile.settings=settings
|
||||
user.profile.info=Personal information
|
||||
user.profile.lang=Language
|
||||
user.profile.lang.desc=Set user language
|
||||
user.profile.timezone=Timezone
|
||||
user.profile.timezone.desc=Set user's current timezone
|
||||
user.profile.theme=Theme
|
||||
user.profile.theme.desc=Set user interface theme
|
||||
user.profile.location=Location
|
||||
user.profile.location.desc=Set user location information
|
||||
user.profile.nickname=Nickname
|
||||
user.profile.nickname.desc=Set Bot's nickname for the user
|
||||
|
||||
user.profile.input_value=Please enter a value of {ATTR}
|
||||
user.profile.set_success=Succeeded in setting {ATTR} as {VALUE}
|
||||
user.profile.set_failed=Setting {ATTR} failed, please check the input value
|
76
liteyuki/resources/lang/ja.lang
Normal file
76
liteyuki/resources/lang/ja.lang
Normal file
@ -0,0 +1,76 @@
|
||||
language.name = 日本語
|
||||
|
||||
log.debug=デバッグ
|
||||
log.info=情報
|
||||
log.warning=警告
|
||||
log.error=エラー
|
||||
log.success=成功
|
||||
|
||||
main.current_language = 現在のシステム言語: {LANG}
|
||||
main.enable_webdash = ウェブダッシュボードが有効になりました: {URL}
|
||||
main.monitor.title = Liteyukiモニタリングパネル
|
||||
main.monitor.description = Liteyukiロボットモニタリングパネル
|
||||
main.monitor.cpu = CPU
|
||||
main.monitor.memory = メモリ
|
||||
main.monitor.swap = スワップ
|
||||
main.monitor.disk = ディスク
|
||||
main.monitor.usage = 使用率
|
||||
|
||||
data_manager.migrate_success = データが正常に移行されました {NAME}
|
||||
|
||||
npm.loaded_plugins = 読み込まれたプラグイン
|
||||
npm.total = 合計 {TOTAL}
|
||||
npm.help = ヘルプ
|
||||
npm.usage = 使用法
|
||||
npm.disable = 無効
|
||||
npm.disable_global = グローバル無効
|
||||
npm.enable = 有効
|
||||
npm.enable_global = グローバル有効
|
||||
npm.install = インストール
|
||||
npm.uninstall = アンインストール
|
||||
npm.installing = {NAME} インストール中
|
||||
npm.cannot_uninstall = このプラグインはアンインストールできません
|
||||
npm.no_description = 説明なし
|
||||
npm.store_update_success = プラグインストアのデータが正常に更新されました
|
||||
npm.store_update_failed = プラグインストアのデータの更新に失敗しました
|
||||
npm.search_result = 検索結果
|
||||
npm.search_no_result = 検索結果がありません
|
||||
npm.too_many_results = 検索結果が多すぎます。{HIDE_NUM} 件の結果が非表示になりました
|
||||
npm.install_success = {NAME} が正常にインストールされました
|
||||
npm.install_failed = {NAME} のインストールに失敗しました, 詳細はログを参照してください, またはプラグインの作者に連絡してください{HOMEPAGE}
|
||||
npm.uninstall_success = {NAME} が正常にアンインストールされました
|
||||
npm.uninstall_failed = {NAME} のアンインストールに失敗しました
|
||||
npm.load_failed = {NAME} の読み込みに失敗しました,詳細はログを参照してください, またはプラグインの作者に連絡してください{HOMEPAGE}
|
||||
npm.plugin_not_found = {NAME} は見つかりません,スペルをチェックしてください
|
||||
npm.plugin_not_installed = {NAME} はインストールされていません
|
||||
npm.plugin_already_installed = {NAME} は既にインストールされています
|
||||
npm.author = 著者
|
||||
npm.homepage = ホームページ
|
||||
npm.pypi = PyPI
|
||||
npm.next_page = 次のページ
|
||||
npm.prev_page = 前のページ
|
||||
npm.plugin_cannot_be_toggled=プラグイン {NAME} は有効または無効にできません
|
||||
npm.plugin_already=プラグイン {NAME} はすでに {STATUS} 状態です。繰り返し操作する必要はありません
|
||||
npm.toggle_failed=プラグイン {NAME} を {STATUS} にするのに失敗しました: {ERROR}
|
||||
npm.toggle_success=プラグイン {NAME} が {STATUS} になりました
|
||||
|
||||
user.profile.edit=編集
|
||||
user.profile.set=設定
|
||||
user.profile_manager.query=あなたの個人情報 {ATTR} は {VALUE} です
|
||||
user.profile_manager.set=あなたの個人情報 {ATTR} は {VALUE} に設定されました
|
||||
user.profile.settings=設定
|
||||
user.profile.info=個人情報
|
||||
user.profile.lang=言語
|
||||
user.profile.lang.desc=ユーザーの言語を設定します
|
||||
user.profile.timezone=タイムゾーン
|
||||
user.profile.timezone.desc=ユーザーの現在のタイムゾーンを設定します
|
||||
user.profile.theme=テーマ
|
||||
user.profile.theme.desc=ユーザーインターフェースのテーマを設定します
|
||||
user.profile.location=場所
|
||||
user.profile.location.desc=ユーザーの位置情報を設定します
|
||||
user.profile.nickname=ニックネーム
|
||||
user.profile.nickname.desc=ユーザーのニックネームを設定します
|
||||
|
||||
user.profile.input_value=新しい{ATTR}を入力してください
|
||||
user.profile.set_success=設定{ATTR}成功{VALUE}
|
||||
user.profile.set_failed=設定{ATTR}失敗,詳細はInputを参照してください
|
76
liteyuki/resources/lang/zh-CN.lang
Normal file
76
liteyuki/resources/lang/zh-CN.lang
Normal file
@ -0,0 +1,76 @@
|
||||
language.name=简体中文
|
||||
|
||||
log.debug=调试
|
||||
log.info=信息
|
||||
log.warning=警告
|
||||
log.error=错误
|
||||
log.success=成功
|
||||
|
||||
main.current_language=当前配置语言为: {LANG}
|
||||
main.enable_webdash=已启用网页监控面板: {URL}
|
||||
main.monitor.title=轻雪监控面板
|
||||
main.monitor.description=轻雪机器人监控面板
|
||||
main.monitor.cpu=处理器
|
||||
main.monitor.memory=内存
|
||||
main.monitor.swap=交换空间
|
||||
main.monitor.disk=磁盘
|
||||
main.monitor.usage=使用率
|
||||
|
||||
data_manager.migrate_success=数据模型{NAME}迁移成功
|
||||
|
||||
npm.loaded_plugins=已加载插件
|
||||
npm.total=总计 {TOTAL}
|
||||
npm.help=帮助
|
||||
npm.usage=用法
|
||||
npm.disable=停用
|
||||
npm.disable_global=全局停用
|
||||
npm.enable=启用
|
||||
npm.enable_global=全局启用
|
||||
npm.install=安装
|
||||
npm.uninstall=卸载
|
||||
npm.installing=正在安装 {NAME}
|
||||
npm.cannot_uninstall=无法卸载
|
||||
npm.no_description=无描述
|
||||
npm.store_update_success=插件商店数据更新成功
|
||||
npm.store_update_failed=插件商店数据更新失败
|
||||
npm.search_result=搜索结果
|
||||
npm.search_no_result=无搜索结果
|
||||
npm.too_many_results=内容过多,{HIDE_NUM}项已隐藏,请限制关键字搜索
|
||||
npm.install_success={NAME} 安装成功
|
||||
npm.install_failed={NAME} 安装失败,请查看日志获取详细信息,如不能解决,请访问{HOMEPAGE}寻求帮助
|
||||
npm.uninstall_success={NAME} 卸载成功,下次重启生效
|
||||
npm.uninstall_failed={NAME} 卸载失败
|
||||
npm.load_failed={NAME} 加载失败,请在控制台查看详细信息,检查依赖或配置是否正确,如不能解决,请访问{HOMEPAGE}寻求帮助
|
||||
npm.plugin_not_found=未在商店中找到 {NAME},请尝试更新商店信息或检查拼写
|
||||
npm.plugin_not_installed={NAME} 未安装
|
||||
npm.plugin_already_installed={NAME} 已安装,请勿重复安装
|
||||
npm.author=作者
|
||||
npm.homepage=主页
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=下一页
|
||||
npm.prev_page=上一页
|
||||
npm.plugin_cannot_be_toggled=插件 {NAME} 无法被启用或停用
|
||||
npm.plugin_already=插件 {NAME} 已经是 {STATUS} 状态,无需重复操作
|
||||
npm.toggle_failed=插件 {NAME} {STATUS} 失败: {ERROR}
|
||||
npm.toggle_success=插件 {NAME} {STATUS} 成功
|
||||
|
||||
user.profile.edit=修改
|
||||
user.profile.set=设置
|
||||
user.profile_manager.query=你的个人信息 {ATTR} 为 {VALUE}
|
||||
user.profile_manager.set=你的个人信息 {ATTR} 已设置为 {VALUE}
|
||||
user.profile.settings=设置
|
||||
user.profile.info=个人信息
|
||||
user.profile.lang=语言
|
||||
user.profile.lang.desc=设置用户语言
|
||||
user.profile.timezone=时区
|
||||
user.profile.timezone.desc=设置用户当前时区
|
||||
user.profile.theme=主题
|
||||
user.profile.theme.desc=设置用户界面主题
|
||||
user.profile.location=位置
|
||||
user.profile.location.desc=设置用户位置信息
|
||||
user.profile.nickname=称呼
|
||||
user.profile.nickname.desc=设置Bot对用户的称呼
|
||||
|
||||
user.profile.input_value=请输入 {ATTR} 的值
|
||||
user.profile.set_success=成功将 {ATTR} 设置为 {VALUE}
|
||||
user.profile.set_failed=设置 {ATTR} 失败,请检查输入是否合法
|
77
liteyuki/resources/lang/zh-HK.lang
Normal file
77
liteyuki/resources/lang/zh-HK.lang
Normal file
@ -0,0 +1,77 @@
|
||||
language.name=繁體中文(香港)
|
||||
|
||||
log.debug=調試
|
||||
log.info=信息
|
||||
log.warning=警告
|
||||
log.error=錯誤
|
||||
log.success=成功
|
||||
|
||||
main.current_language=當前系統語言為:{LANG}
|
||||
main.enable_webdash=已啟用網頁監控面板:{URL}
|
||||
main.monitor.title=輕雪監控面板
|
||||
main.monitor.description=輕雪機器人監控面板
|
||||
main.monitor.cpu=處理器
|
||||
main.monitor.memory=記憶體
|
||||
main.monitor.swap=交換空間
|
||||
main.monitor.disk=磁碟
|
||||
main.monitor.usage=使用率
|
||||
|
||||
data_manager.migrate_success=數據模型{NAME}遷移成功
|
||||
|
||||
npm.loaded_plugins=已載入插件
|
||||
npm.total=總計 {TOTAL}
|
||||
npm.help=幫助
|
||||
npm.usage=使用方法
|
||||
npm.disable=停用
|
||||
npm.disable_global=全域停用
|
||||
npm.enable=啟用
|
||||
npm.enable_global=全域啟用
|
||||
npm.install=安裝
|
||||
npm.uninstall=卸載
|
||||
npm.installing=正在安裝 {NAME}
|
||||
npm.cannot_uninstall=無法卸載
|
||||
npm.no_description=無描述
|
||||
npm.store_update_success=插件商店資料更新成功
|
||||
npm.store_update_failed=插件商店資料更新失敗
|
||||
npm.search_result=搜尋結果
|
||||
npm.search_no_result=無搜尋結果
|
||||
npm.too_many_results=結果過多,已隱藏 {HIDE_NUM} 項,請儘量精確搜尋
|
||||
npm.install_success={NAME} 安裝成功
|
||||
npm.install_failed={NAME} 安裝失敗,請查看日誌以獲取詳細資訊,如無法解決,請訪問{HOMEPAGE}尋求協助
|
||||
npm.uninstall_success={NAME} 卸載成功
|
||||
npm.uninstall_failed={NAME} 卸載失敗
|
||||
npm.load_failed={NAME} 載入失敗,請在控制台檢查詳細資訊,確認依賴項目或配置是否正確,如無法解決,請訪問{HOMEPAGE}尋求協助
|
||||
npm.plugin_not_found=在商店中找不到 {NAME},請嘗試更新商店資訊或檢查拼寫
|
||||
npm.plugin_not_installed={NAME} 未安裝
|
||||
npm.plugin_already_installed={NAME} 已安裝,請勿重複安裝
|
||||
npm.author=作者
|
||||
npm.homepage=主頁
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=下一頁
|
||||
npm.prev_page=上一頁
|
||||
npm.plugin_cannot_be_toggled=無法啟用或停用插件 {NAME}
|
||||
npm.plugin_already=插件 {NAME} 已處於 {STATUS} 狀態,無需重複操作
|
||||
npm.toggle_failed=插件 {NAME} {STATUS} 失敗: {ERROR}
|
||||
npm.toggle_success=插件 {NAME} {STATUS} 成功
|
||||
|
||||
|
||||
user.profile.edit=編輯
|
||||
user.profile.set=設定
|
||||
user.profile_manager.query=您的個人資訊 {ATTR} 為 {VALUE}
|
||||
user.profile_manager.set=您的個人資訊 {ATTR} 已設定為 {VALUE}
|
||||
user.profile.settings=設定
|
||||
user.profile.info=個人資訊
|
||||
user.profile.lang=語言
|
||||
user.profile.lang.desc=設定用戶語言
|
||||
user.profile.timezone=時區
|
||||
user.profile.timezone.desc=設定用戶時區
|
||||
user.profile.theme=主題
|
||||
user.profile.theme.desc=設定用戶界面主題
|
||||
user.profile.location=位置
|
||||
user.profile.location.desc=設定用戶位置資訊
|
||||
user.profile.nickname=稱呼
|
||||
user.profile.nickname.desc=設定 Bot 對用戶的稱呼
|
||||
|
||||
user.profile.input_value=請輸入 {ATTR} 的值
|
||||
user.profile.set_success=成功將 {ATTR} 設定為 {VALUE}
|
||||
user.profile.set_failed=設定 {ATTR} 失敗,請檢查輸入是否合法
|
75
liteyuki/resources/lang/zh-Kawaii.lang
Normal file
75
liteyuki/resources/lang/zh-Kawaii.lang
Normal file
@ -0,0 +1,75 @@
|
||||
language.name=简体中文(轻雪版)
|
||||
|
||||
log.debug=调试
|
||||
log.info=信息
|
||||
log.warning=有问题哦
|
||||
log.error=出错啦
|
||||
log.success=成功啦
|
||||
|
||||
main.current_language=现在系统用的语言是:{LANG} 喔!
|
||||
main.enable_webdash=已经打开了网页监控板:{URL} 啦!
|
||||
main.monitor.title=监控板
|
||||
main.monitor.description=机器人监控板
|
||||
main.monitor.cpu=CPU(中心处理器)
|
||||
main.monitor.memory=记忆体
|
||||
main.monitor.swap=换来换去
|
||||
main.monitor.disk=硬碟
|
||||
main.monitor.usage=用得多吗?嘻嘻~
|
||||
|
||||
data_manager.migrate_success=资料的模型 {NAME} 成功移动了!
|
||||
|
||||
npm.loaded_plugins=已经装载插件啦~
|
||||
npm.total=总数 {TOTAL} 哦!
|
||||
npm.help=需要帮助吗?来咨询我吧!
|
||||
npm.usage=怎么用呢?跟我学学吧!
|
||||
npm.disable=停下来~
|
||||
npm.disable_global=全球停下来!
|
||||
npm.enable=继续~
|
||||
npm.enable_global=全球继续吧!
|
||||
npm.install=安装起来吧!
|
||||
npm.uninstall=卸下来吧~
|
||||
npm.installing=正在安装 {NAME} 啦~
|
||||
npm.cannot_uninstall=不能卸载呢~
|
||||
npm.no_description=没有描述哦~
|
||||
npm.store_update_success=商店的资料成功更新了!
|
||||
npm.store_update_failed=商店的资料更新失败了~
|
||||
npm.search_result=找到了一些东西呢~
|
||||
npm.search_no_result=没找到任何东西哦~
|
||||
npm.too_many_results=好多东西,隐藏了 {HIDE_NUM} 个,搜寻更准确些吧!
|
||||
npm.install_success={NAME} 安装成功啦~
|
||||
npm.install_failed={NAME} 安装失败了,去 {HOMEPAGE} 寻求帮助吧!
|
||||
npm.uninstall_success={NAME} 卸载成功啦~
|
||||
npm.uninstall_failed={NAME} 卸载失败了~
|
||||
npm.load_failed={NAME} 装载失败了,去 {HOMEPAGE} 寻求帮助吧!
|
||||
npm.plugin_not_found=没在商店里找到 {NAME} 呢~
|
||||
npm.plugin_not_installed={NAME} 没有安装~
|
||||
npm.plugin_already_installed={NAME} 已经安装了呢~
|
||||
npm.author=作者
|
||||
npm.homepage=主页
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=下一页
|
||||
npm.prev_page=上一页
|
||||
npm.plugin_cannot_be_toggled=插件 {NAME} 无法被启用或停用呢~
|
||||
npm.plugin_already=插件 {NAME} 已经是 {STATUS} 状态了~
|
||||
npm.toggle_failed=插件 {NAME} {STATUS} 失败了:{ERROR}
|
||||
|
||||
user.profile.edit=修改
|
||||
user.profile.set=设定
|
||||
user.profile_manager.query=您的资料 {ATTR} 是 {VALUE} 呢~
|
||||
user.profile_manager.set=您的资料 {ATTR} 设定为 {VALUE} 了呢~
|
||||
user.profile.settings=设定
|
||||
user.profile.info=个人资料
|
||||
user.profile.lang=语言
|
||||
user.profile.lang.desc=设定您的语言哦~
|
||||
user.profile.timezone=时区
|
||||
user.profile.timezone.desc=设定您的时区呢~
|
||||
user.profile.theme=主题
|
||||
user.profile.theme.desc=设定您的界面主题哦~
|
||||
user.profile.location=地点
|
||||
user.profile.location.desc=设定您的地点信息呢~
|
||||
user.profile.nickname=昵称
|
||||
user.profile.nickname.desc=设定 Bot 对您的称呼吧~
|
||||
|
||||
user.profile.input_value=请输入 {ATTR} 的值吧!
|
||||
user.profile.set_success={ATTR} 设定为 {VALUE} 成功啦!
|
||||
user.profile.set_failed={ATTR} 设定失败了哦~请检查输入是否合法呢~
|
75
liteyuki/resources/lang/zh-WY.lang
Normal file
75
liteyuki/resources/lang/zh-WY.lang
Normal file
@ -0,0 +1,75 @@
|
||||
language.name=中文(華夏)
|
||||
|
||||
log.debug=調試
|
||||
log.info=信息
|
||||
log.warning=警告
|
||||
log.error=錯誤
|
||||
log.success=成功
|
||||
|
||||
main.current_language=當前之系統語言為:{LANG}
|
||||
main.enable_webdash=已啟用網頁監控板:{URL}
|
||||
main.monitor.title=輕雪監控板
|
||||
main.monitor.description=輕雪巨神之監控板
|
||||
main.monitor.cpu=處理器
|
||||
main.monitor.memory=記憶體
|
||||
main.monitor.swap=交換空間
|
||||
main.monitor.disk=磁盤
|
||||
main.monitor.usage=使用率
|
||||
|
||||
data_manager.migrate_success=資料之模型{NAME}遷移成功
|
||||
|
||||
npm.loaded_plugins=已載入之插件
|
||||
npm.total=總計 {TOTAL}
|
||||
npm.help=助己
|
||||
npm.usage=用法
|
||||
npm.disable=停用
|
||||
npm.disable_global=全域停用
|
||||
npm.enable=啓用
|
||||
npm.enable_global=全域啓用
|
||||
npm.install=安裝
|
||||
npm.uninstall=卸載
|
||||
npm.installing=正在安裝 {NAME}
|
||||
npm.cannot_uninstall=無法卸載
|
||||
npm.no_description=無說明
|
||||
npm.store_update_success=插件商店之資料更新成功
|
||||
npm.store_update_failed=插件商店之資料更新失敗
|
||||
npm.search_result=搜尋之結果
|
||||
npm.search_no_result=無搜尋之結果
|
||||
npm.too_many_results=内容過多,{HIDE_NUM}項已隱藏,請限制關鍵字搜尋
|
||||
npm.install_success={NAME} 安裝成功
|
||||
npm.install_failed={NAME} 安裝失敗,詳情可見於日誌,如不能解決,請訪{HOMEPAGE}求助
|
||||
npm.uninstall_success={NAME} 卸載成功
|
||||
npm.uninstall_failed={NAME} 卸載失敗
|
||||
npm.load_failed={NAME} 載入失敗,詳細信息可於控制臺查詢,檢查依賴或設置是否正確,如不能解決,請訪{HOMEPAGE}求助
|
||||
npm.plugin_not_found=未在商店中見{NAME},可嘗試更新商店信息或檢查拼寫
|
||||
npm.plugin_not_installed={NAME} 未安裝
|
||||
npm.plugin_already_installed={NAME} 已安裝,請勿重複安裝
|
||||
npm.author=作者
|
||||
npm.homepage=主頁
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=次頁
|
||||
npm.prev_page=上頁
|
||||
npm.plugin_cannot_be_toggled=插件{NAME}無法被啓用或停用
|
||||
npm.plugin_already=插件{NAME}已為{STATUS}狀態,無需重複操作
|
||||
npm.toggle_failed=插件{NAME}{STATUS}失敗: {ERROR}
|
||||
|
||||
user.profile.edit=修改
|
||||
user.profile.set=設置
|
||||
user.profile_manager.query=汝之個人信息{ATTR}為{VALUE}
|
||||
user.profile_manager.set=汝之個人信息{ATTR}已設為{VALUE}
|
||||
user.profile.settings=設置
|
||||
user.profile.info=個人信息
|
||||
user.profile.lang=言語
|
||||
user.profile.lang.desc=設置用者之言語
|
||||
user.profile.timezone=時區
|
||||
user.profile.timezone.desc=設置用者之時區
|
||||
user.profile.theme=主題
|
||||
user.profile.theme.desc=設置用者之界面主題
|
||||
user.profile.location=所在
|
||||
user.profile.location.desc=設置用者之所在信息
|
||||
user.profile.nickname=稱呼
|
||||
user.profile.nickname.desc=設置巨神對用者之稱呼
|
||||
|
||||
user.profile.input_value=請輸入{ATTR}之值
|
||||
user.profile.set_success=成功將{ATTR}設為{VALUE}
|
||||
user.profile.set_failed=設置{ATTR}失敗,請檢查輸入是否合法
|
Reference in New Issue
Block a user