forked from bot/app
feat: 添加了语言设置界面
This commit is contained in:
@ -43,15 +43,27 @@ npm.homepage = ホームページ
|
||||
npm.pypi = PyPI
|
||||
npm.next_page = 次のページ
|
||||
npm.prev_page = 前のページ
|
||||
npm.plugin_cannot_be_toggled = このプラグイン { NAME } は無効にできません
|
||||
npm.toggle_failed = プラグイン { NAME } の{ STATUS}切り替えに失敗しました:{ ERROR }
|
||||
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.settings=設定
|
||||
user.profile.info=個人情報
|
||||
user.profile.lang=言語
|
||||
user.profile.lang.desc=ユーザーの言語を設定します
|
||||
user.profile.timezone=タイムゾーン
|
||||
user.profile.timezone.desc=ユーザーの現在のタイムゾーンを設定します
|
||||
user.profile.theme=テーマ
|
||||
user.profile.location=位置
|
||||
user.profile.nickname=ニックネーム
|
||||
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を参照してください
|
Reference in New Issue
Block a user