feat: 优化了排版和渲染
This commit is contained in:
@ -93,3 +93,8 @@ user.profile.nickname.desc=Spitzname des Bots für den Benutzer festlegen
|
||||
user.profile.input_value=Bitte geben Sie {ATTR} ein
|
||||
user.profile.set_success={ATTR} erfolgreich auf {VALUE} festgelegt
|
||||
user.profile.set_failed={ATTR} festlegen fehlgeschlagen. Bitte überprüfen Sie, ob die Eingabe gültig ist.
|
||||
|
||||
liteyuki.image_mode_on=Markdown-Bild
|
||||
liteyuki.image_mode_off=Markdown-Link
|
||||
|
||||
npm.page=Page {PAGE}/{TOTAL}
|
@ -93,3 +93,8 @@ user.profile.nickname.desc=Set Bot's nickname for the user
|
||||
user.profile.input_value=Please enter {ATTR}
|
||||
user.profile.set_success={ATTR} set successfully to {VALUE}
|
||||
user.profile.set_failed=Setting {ATTR} failed. Please check if the input is valid.
|
||||
|
||||
liteyuki.image_mode_on=Enable markdown image
|
||||
liteyuki.image_mode_off=Closed markdown image
|
||||
|
||||
npm.page=Page {PAGE}/{TOTAL}
|
@ -95,4 +95,6 @@ user.profile.set_success=成功将 {ATTR} 设置为 {VALUE}
|
||||
user.profile.set_failed=设置 {ATTR} 失败,请检查输入是否合法
|
||||
|
||||
liteyuki.image_mode_on=开启Markdown图片模式
|
||||
liteyuki.image_mode_off=关闭Markdown图片模式
|
||||
liteyuki.image_mode_off=关闭Markdown图片模式
|
||||
|
||||
npm.page=第{PAGE}/{TOTAL}页
|
Reference in New Issue
Block a user