diff --git a/public/locales/en-US/dashboard.json b/public/locales/en-US/dashboard.json index ec4daaa..8b1ff90 100644 --- a/public/locales/en-US/dashboard.json +++ b/public/locales/en-US/dashboard.json @@ -1299,6 +1299,7 @@ "cleanupNotAfter": "Before this date", "cleanupEventTypes": "Event types", "cleanupEventTypesDes": "Select the event types to clean up. Leave blank to clean up all types.", + "allEventTypes": "All event types", "initiator": "Initiator", "event": "Event", "userID": "User ID", diff --git a/public/locales/ja-JP/dashboard.json b/public/locales/ja-JP/dashboard.json index fda0caa..5dd9ca9 100644 --- a/public/locales/ja-JP/dashboard.json +++ b/public/locales/ja-JP/dashboard.json @@ -1285,6 +1285,7 @@ "cleanupNotAfter": "この日付以前", "cleanupEventTypes": "イベント種類", "cleanupEventTypesDes": "イベント種類を選択してください。空の場合はすべての種類を削除します。", + "allEventTypes": "すべてのイベントタイプ", "initiator": "発信者", "event": "イベント", "userID": "ユーザーID", diff --git a/public/locales/zh-CN/dashboard.json b/public/locales/zh-CN/dashboard.json index 6f4f4f3..98574b0 100644 --- a/public/locales/zh-CN/dashboard.json +++ b/public/locales/zh-CN/dashboard.json @@ -1284,6 +1284,7 @@ "cleanupNotAfter": "在此日期之前", "cleanupEventTypes": "事件类型", "cleanupEventTypesDes": "选择要清理的事件类型,留空表示清理所有类型。", + "allEventTypes": "所有事件类型", "initiator": "发起者", "event": "事件", "userID": "用户 ID", diff --git a/public/locales/zh-TW/dashboard.json b/public/locales/zh-TW/dashboard.json index ba22509..e5f51c6 100644 --- a/public/locales/zh-TW/dashboard.json +++ b/public/locales/zh-TW/dashboard.json @@ -1281,6 +1281,7 @@ "cleanupNotAfter": "在此日期之前", "cleanupEventTypes": "事件類型", "cleanupEventTypesDes": "選擇要清理的事件類型,留空表示清理所有類型。", + "allEventTypes": "所有事件類型", "initiator": "發起者", "event": "事件", "userID": "使用者 ID",