This commit is contained in:
Kevin R
2021-03-24 12:36:37 +01:00
parent 7ed8b97a14
commit 111e51a85f
2 changed files with 14 additions and 2 deletions

View File

@@ -204,7 +204,13 @@
"message": "Importa tudo"
},
"setting_log_limit_label": {
"message": "Limitar o registo a $LIMIT$ entradas. (-1 significa ∞)"
"message": "Limitar o registo a $LIMIT$ entradas. (-1 significa ∞)",
"placeholders": {
"limit": {
"content": "$1",
"example": "100"
}
}
},
"blocked_html_title": {
"message": "Este site foi bloqueado pelo <b>ClearURLs</b>"

View File

@@ -261,7 +261,13 @@
"message": "匯入各項設定"
},
"setting_log_limit_label": {
"message": "最多保存 $LIMIT$ 筆記錄檔"
"message": "最多保存 $LIMIT$ 筆記錄檔",
"placeholders": {
"limit": {
"content": "$1",
"example": "100"
}
}
},
"blocked_html_title": {
"message": "這個網站已由 <b>ClearURLs</b> 封鎖"