mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-03 17:43:59 +03:00
Fix not deleting thumbnails (#19371)
* Fix not deleting thumbnails * Consoldiate langauge tags
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"form": {
|
||||
"user": "使用者名稱",
|
||||
"password": "密碼",
|
||||
"login": "登入",
|
||||
"errors": {
|
||||
"usernameRequired": "使用者名稱不可為空",
|
||||
"webUnknownError": "未知的錯誤,請檢查控制台日誌。",
|
||||
"passwordRequired": "密碼不可為空",
|
||||
"rateLimit": "超過次數限制,請稍後再試。",
|
||||
"loginFailed": "登入失敗",
|
||||
"unknownError": "未知錯誤,請檢查日誌。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"selectIcon": "選擇圖示",
|
||||
"search": {
|
||||
"placeholder": "搜尋圖示…"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"button": {
|
||||
"downloadVideo": {
|
||||
"label": "下載影片",
|
||||
"toast": {
|
||||
"success": "你的審查影片已開始下載。"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user