mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
fix: update filter label for UMO in English and Chinese locales
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
},
|
||||
"filters": {
|
||||
"search": "Search title and content",
|
||||
"umo": "Filter by UMO",
|
||||
"umo": "Filter by delivery target",
|
||||
"noUmos": "No UMOs",
|
||||
"noMatches": "No matching future tasks."
|
||||
},
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
},
|
||||
"filters": {
|
||||
"search": "Поиск по названию и содержанию",
|
||||
"umo": "Фильтр по UMO",
|
||||
"umo": "Фильтр по цели доставки",
|
||||
"noUmos": "Нет UMO",
|
||||
"noMatches": "Нет подходящих будущих задач."
|
||||
},
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
},
|
||||
"filters": {
|
||||
"search": "搜索任务名称和内容",
|
||||
"umo": "按 UMO 筛选",
|
||||
"umo": "按投递地筛选",
|
||||
"noUmos": "暂无 UMO",
|
||||
"noMatches": "没有匹配的未来任务。"
|
||||
},
|
||||
|
||||
@@ -27,7 +27,7 @@ const PurpleTheme: ThemeTypes = {
|
||||
borderLight: '#d0d0d0',
|
||||
border: '#d0d0d0',
|
||||
inputBorder: '#787878',
|
||||
containerBg: '#f9fafcf4',
|
||||
containerBg: '#fffffff4',
|
||||
surface: '#fff',
|
||||
'on-surface-variant': '#fff',
|
||||
facebook: '#4267b2',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="dashboard-page cron-page" :class="{ 'is-dark': isDark }">
|
||||
<v-container fluid class="dashboard-shell cron-shell pa-4 pa-md-6">
|
||||
<div class="cron-detail-width">
|
||||
<div class="cron-header mb-4 pt-4 pb-4">
|
||||
<div class="cron-header mb-4 pb-4">
|
||||
<div class="cron-header-copy">
|
||||
<h1 class="dashboard-title">{{ tm("page.title") }}</h1>
|
||||
<div class="dashboard-subtitle">
|
||||
|
||||
Reference in New Issue
Block a user