mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
feat(admonition): polish
- sort by type names - tweak colors of some types - improve dark mode contrast - prune css - simplify render hook
This commit is contained in:
@@ -85,5 +85,3 @@ shortcode:
|
||||
|
||||
recent:
|
||||
show_more: "Show More"
|
||||
|
||||
|
||||
|
||||
30
i18n/it.yaml
30
i18n/it.yaml
@@ -74,18 +74,18 @@ recent:
|
||||
show_more: "Mostra di Più"
|
||||
|
||||
admonition:
|
||||
note: "Nota"
|
||||
abstract: "Sommario"
|
||||
info: "Info"
|
||||
todo: "Da fare"
|
||||
tip: "Suggerimento"
|
||||
important: "Importante"
|
||||
success: "Successo"
|
||||
question: "Domanda"
|
||||
warning: "Avviso"
|
||||
caution: "Attenzione"
|
||||
failure: "Fallimento"
|
||||
danger: "Pericolo"
|
||||
bug: "Bug"
|
||||
example: "Esempio"
|
||||
quote: "Citazione"
|
||||
abstract: Sommario
|
||||
bug: Bug
|
||||
caution: Attenzione
|
||||
danger: Pericolo
|
||||
example: Esempio
|
||||
failure: Fallimento
|
||||
important: Importante
|
||||
info: Info
|
||||
note: Nota
|
||||
question: Domanda
|
||||
quote: Citazione
|
||||
success: Successo
|
||||
tip: Suggerimento
|
||||
todo: Da fare
|
||||
warning: Avviso
|
||||
|
||||
30
i18n/ja.yaml
30
i18n/ja.yaml
@@ -86,18 +86,18 @@ recent:
|
||||
show_more: "もっと見る"
|
||||
|
||||
admonition:
|
||||
note: "ノート"
|
||||
abstract: "概要"
|
||||
info: "情報"
|
||||
todo: "TODO"
|
||||
tip: "ヒント"
|
||||
important: "重要"
|
||||
success: "成功"
|
||||
question: "質問"
|
||||
warning: "警告"
|
||||
caution: "注意"
|
||||
failure: "失敗"
|
||||
danger: "危険"
|
||||
bug: "バグ"
|
||||
example: "例"
|
||||
quote: "引用"
|
||||
abstract: 概要
|
||||
bug: バグ
|
||||
caution: 注意
|
||||
danger: 危険
|
||||
example: 例
|
||||
failure: 失敗
|
||||
important: 重要
|
||||
info: 情報
|
||||
note: ノート
|
||||
question: 質問
|
||||
quote: 引用
|
||||
success: 成功
|
||||
tip: ヒント
|
||||
todo: TODO
|
||||
warning: 警告
|
||||
|
||||
@@ -86,18 +86,18 @@ recent:
|
||||
show_more: "显示更多"
|
||||
|
||||
admonition:
|
||||
note: "笔记"
|
||||
abstract: "摘要"
|
||||
info: "信息"
|
||||
todo: "待办"
|
||||
tip: "提示"
|
||||
important: "重要"
|
||||
success: "成功"
|
||||
question: "问题"
|
||||
warning: "警告"
|
||||
caution: "注意"
|
||||
failure: "失败"
|
||||
danger: "危险"
|
||||
bug: "错误"
|
||||
example: "示例"
|
||||
quote: "引用"
|
||||
abstract: 摘要
|
||||
bug: 错误
|
||||
caution: 注意
|
||||
danger: 危险
|
||||
example: 示例
|
||||
failure: 失败
|
||||
important: 重要
|
||||
info: 信息
|
||||
note: 笔记
|
||||
question: 问题
|
||||
quote: 引用
|
||||
success: 成功
|
||||
tip: 提示
|
||||
todo: 待办
|
||||
warning: 警告
|
||||
|
||||
@@ -84,3 +84,20 @@ shortcode:
|
||||
|
||||
recent:
|
||||
show_more: "顯示更多"
|
||||
|
||||
admonition:
|
||||
abstract: 摘要
|
||||
bug: 錯誤
|
||||
caution: 注意
|
||||
danger: 危險
|
||||
example: 範例
|
||||
failure: 失敗
|
||||
important: 重要
|
||||
info: 資訊
|
||||
note: 註記
|
||||
question: 問題
|
||||
quote: 引用
|
||||
success: 成功
|
||||
tip: 提示
|
||||
todo: 待辦
|
||||
warning: 警告
|
||||
|
||||
Reference in New Issue
Block a user