notice: support i18n for box labels #16

This commit is contained in:
Sören Weber 2021-07-16 20:16:10 +02:00
parent c718115da0
commit 7564c6a5d6
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
14 changed files with 161 additions and 17 deletions

View file

@ -26,4 +26,16 @@ other = "المزيد"
other = "...قم بتوسيع"
[BinaryPrefix-kilobyte]
other = "kb"
other = "kb"
[note]
other = "Note"
[info]
other = "Info"
[tip]
other = "Tip"
[warning]
other = "Warning"

View file

@ -26,4 +26,16 @@ other = "Mehr"
other = "Erweitere mich..."
[BinaryPrefix-kilobyte]
other = "kb"
other = "kb"
[note]
other = "Anmerkung"
[info]
other = "Info"
[tip]
other = "Tipp"
[warning]
other = "Warnung"

View file

@ -26,4 +26,16 @@ other = "More"
other = "Expand me..."
[BinaryPrefix-kilobyte]
other = "kb"
other = "kb"
[note]
other = "Note"
[info]
other = "Info"
[tip]
other = "Tip"
[warning]
other = "Warning"

View file

@ -27,3 +27,15 @@ other = "Expandir..."
[BinaryPrefix-kilobyte]
other = "kb"
[note]
other = "Nota"
[info]
other = "Información"
[tip]
other = "Consejo"
[warning]
other = "Aviso"

View file

@ -26,4 +26,16 @@ other = "Aller plus loin"
other = "Déroulez-moi..."
[BinaryPrefix-kilobyte]
other = "ko"
other = "ko"
[note]
other = "Remarque"
[info]
other = "Information"
[tip]
other = "Astuce"
[warning]
other = "Avertissement"

View file

@ -27,3 +27,15 @@ other = "विस्तार करे..."
[BinaryPrefix-kilobyte]
other = "kb"
[note]
other = "Note"
[info]
other = "Info"
[tip]
other = "Tip"
[warning]
other = "Warning"

View file

@ -27,3 +27,15 @@ other = "Bentangkan..."
[BinaryPrefix-kilobyte]
other = "kb"
[note]
other = "Note"
[info]
other = "Info"
[tip]
other = "Tip"
[warning]
other = "Warning"

View file

@ -27,3 +27,15 @@ other = "開く..."
[BinaryPrefix-kilobyte]
other = "kb"
[note]
other = "Note"
[info]
other = "Info"
[tip]
other = "Tip"
[warning]
other = "Warning"

View file

@ -27,3 +27,15 @@ other = "Lees meer..."
[BinaryPrefix-kilobyte]
other = "kb"
[note]
other = "Note"
[info]
other = "Info"
[tip]
other = "Tip"
[warning]
other = "Warning"

View file

@ -27,3 +27,15 @@ other = "Expandir..."
[BinaryPrefix-kilobyte]
other = "kb"
[note]
other = "Nota"
[info]
other = "Informação"
[tip]
other = "Dica"
[warning]
other = "Aviso"

View file

@ -26,4 +26,16 @@ other = "Еще"
other = "Развернуть..."
[BinaryPrefix-kilobyte]
other = "килобайт"
other = "килобайт"
[note]
other = "Заметка"
[info]
other = "Информация"
[tip]
other = "Совет"
[warning]
other = "Внимание"

View file

@ -27,3 +27,15 @@ other = "Genişlet..."
[BinaryPrefix-kilobyte]
other = "kb"
[note]
other = "Note"
[info]
other = "Info"
[tip]
other = "Tip"
[warning]
other = "Warning"

View file

@ -27,3 +27,15 @@ other = "展开"
[BinaryPrefix-kilobyte]
other = "kb"
[note]
other = "注释"
[info]
other = "信息"
[tip]
other = "提示"
[warning]
other = "警告"

View file

@ -505,9 +505,6 @@ div.notices.info {
div.notices.info > div.label:first-child:before {
content: "\f05a";
}
div.notices.info > div.label:first-child:after {
content: 'Info';
}
div.notices.warning {
border-color: rgba(217, 83, 79, 0.8);
background-color: #FAE2E2;
@ -515,9 +512,6 @@ div.notices.warning {
div.notices.warning > div.label:first-child:before {
content: "\f071";
}
div.notices.warning > div.label:first-child:after {
content: 'Warning';
}
div.notices.note {
border-color: #F0B37E;
background-color: #FFF2DB;
@ -525,9 +519,6 @@ div.notices.note {
div.notices.note > div.label:first-child:before {
content: "\f06a";
}
div.notices.note > div.label:first-child:after {
content: 'Note';
}
div.notices.tip {
border-color: rgba(92, 184, 92, 0.8);
background-color: #E6F9E6;
@ -535,9 +526,6 @@ div.notices.tip {
div.notices.tip > div.label:first-child:before {
content: "\f0eb";
}
div.notices.tip > div.label:first-child:after {
content: 'Tip';
}
/* attachments shortcode */