mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
Fixed #771
This commit is contained in:
@@ -204,7 +204,13 @@
|
|||||||
"message": "Importa tudo"
|
"message": "Importa tudo"
|
||||||
},
|
},
|
||||||
"setting_log_limit_label": {
|
"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": {
|
"blocked_html_title": {
|
||||||
"message": "Este site foi bloqueado pelo <b>ClearURLs</b>"
|
"message": "Este site foi bloqueado pelo <b>ClearURLs</b>"
|
||||||
|
|||||||
@@ -261,7 +261,13 @@
|
|||||||
"message": "匯入各項設定"
|
"message": "匯入各項設定"
|
||||||
},
|
},
|
||||||
"setting_log_limit_label": {
|
"setting_log_limit_label": {
|
||||||
"message": "最多保存 $LIMIT$ 筆記錄檔"
|
"message": "最多保存 $LIMIT$ 筆記錄檔",
|
||||||
|
"placeholders": {
|
||||||
|
"limit": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "100"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"blocked_html_title": {
|
"blocked_html_title": {
|
||||||
"message": "這個網站已由 <b>ClearURLs</b> 封鎖"
|
"message": "這個網站已由 <b>ClearURLs</b> 封鎖"
|
||||||
|
|||||||
Reference in New Issue
Block a user