mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-16 13:23:52 +02:00
friendLog full date
This commit is contained in:
@@ -473,7 +473,6 @@
|
||||
"instance_cache": "Instance cache:",
|
||||
"clear_cache": "Clear Cache",
|
||||
"auto_clear_cache": "Auto Clear Cache",
|
||||
"download_history": "Download History",
|
||||
"show_console": "Show Console"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -473,7 +473,6 @@
|
||||
"instance_cache": "Caché de instancia:",
|
||||
"clear_cache": "Limpiar caché",
|
||||
"auto_clear_cache": "Limpiar caché automáticamente",
|
||||
"download_history": "Historial de Descargas",
|
||||
"show_console": "Mostrar Consola"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -485,7 +485,6 @@
|
||||
"instance_cache": "Cache de l'instance:",
|
||||
"clear_cache": "Vider le cache",
|
||||
"auto_clear_cache": "Vidage automatique du cache",
|
||||
"download_history": "Télécharger l'historique",
|
||||
"show_console": "Afficher la console"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -485,7 +485,6 @@
|
||||
"instance_cache": "Instance cache:",
|
||||
"clear_cache": "Clear Cache",
|
||||
"auto_clear_cache": "Auto Clear Cache",
|
||||
"download_history": "Download History",
|
||||
"show_console": "Show Console"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -477,7 +477,6 @@
|
||||
"instance_cache": "インスタンスキャッシュ:",
|
||||
"clear_cache": "キャッシュを消去",
|
||||
"auto_clear_cache": "キャッシュの自動消去",
|
||||
"download_history": "ダウンロード履歴",
|
||||
"show_console": "コンソールを表示"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -485,7 +485,6 @@
|
||||
"instance_cache": "Instance cache:",
|
||||
"clear_cache": "캐시 정리",
|
||||
"auto_clear_cache": "캐시 타이머 설정",
|
||||
"download_history": "다운로드 기록",
|
||||
"show_console": "개발자 도구(Console) 열기"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -485,7 +485,6 @@
|
||||
"instance_cache": "Pamięć instancji:",
|
||||
"clear_cache": "Wyczyść pamięć podręczną",
|
||||
"auto_clear_cache": "Autoczyszczenie pamięci podręcznej",
|
||||
"download_history": "Historia pobierania",
|
||||
"show_console": "Pokaż konsolę"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -485,7 +485,6 @@
|
||||
"instance_cache": "Cache de Instância:",
|
||||
"clear_cache": "Limpar Cache",
|
||||
"auto_clear_cache": "Limpar Cache Automaticmente",
|
||||
"download_history": "Histórico de Download",
|
||||
"show_console": "Mostrar Console"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -473,7 +473,6 @@
|
||||
"instance_cache": "Кэш инстансов:",
|
||||
"clear_cache": "Очистить кэш",
|
||||
"auto_clear_cache": "Автоочистка кэша",
|
||||
"download_history": "История загрузок",
|
||||
"show_console": "Открыть консоль"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -485,7 +485,6 @@
|
||||
"instance_cache": "Instance cache:",
|
||||
"clear_cache": "Xóa hết Cache",
|
||||
"auto_clear_cache": "Tự động xóa hết Cache",
|
||||
"download_history": "Lịch sử tải về",
|
||||
"show_console": "Hiển thị console"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -473,7 +473,6 @@
|
||||
"instance_cache": "房间信息缓存:",
|
||||
"clear_cache": "清除缓存",
|
||||
"auto_clear_cache": "自动清除缓存",
|
||||
"download_history": "下载记录",
|
||||
"show_console": "显示界面调试工具"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -485,7 +485,6 @@
|
||||
"instance_cache": "房間緩存:",
|
||||
"clear_cache": "清除快取",
|
||||
"auto_clear_cache": "自動清除快取",
|
||||
"download_history": "下載紀錄",
|
||||
"show_console": "顯示主控台"
|
||||
},
|
||||
"sqlite_table_size": {
|
||||
|
||||
@@ -6,12 +6,9 @@ mixin friendLogTab()
|
||||
el-select(v-model="friendLogTable.filters[0].value" @change="saveTableFilters" multiple clearable collapse-tags style="flex:1" :placeholder="$t('view.friend_log.filter_placeholder')")
|
||||
el-option(v-once v-for="type in ['Friend', 'Unfriend', 'FriendRequest', 'CancelFriendRequest', 'DisplayName', 'TrustLevel']" :key="type" :label="type" :value="type")
|
||||
el-input(v-model="friendLogTable.filters[1].value" :placeholder="$t('view.friend_log.search_placeholder')" style="flex:none;width:150px;margin-left:10px")
|
||||
el-table-column(:label="$t('table.friendLog.date')" prop="created_at" sortable="custom" width="120")
|
||||
el-table-column(:label="$t('table.friendLog.date')" prop="created_at" sortable="custom" width="150")
|
||||
template(v-once #default="scope")
|
||||
el-tooltip(placement="right")
|
||||
template(#content)
|
||||
span {{ scope.row.created_at | formatDate('long') }}
|
||||
span {{ scope.row.created_at | formatDate('short') }}
|
||||
span {{ scope.row.created_at | formatDate('long') }}
|
||||
el-table-column(:label="$t('table.friendLog.type')" prop="type" width="150")
|
||||
el-table-column(:label="$t('table.friendLog.user')" prop="displayName")
|
||||
template(v-once #default="scope")
|
||||
|
||||
@@ -583,7 +583,6 @@ mixin settingsTab()
|
||||
el-button(size="small" icon="el-icon-delete-solid" @click="clearVRCXCache") {{ $t('view.settings.advanced.advanced.cache_debug.clear_cache') }}
|
||||
el-button(size="small" icon="el-icon-time" @click="promptAutoClearVRCXCacheFrequency") {{ $t('view.settings.advanced.advanced.cache_debug.auto_clear_cache') }}
|
||||
div.options-container-item
|
||||
el-button(size="small" icon="el-icon-download" @click="showDownloadDialog") {{ $t('view.settings.advanced.advanced.cache_debug.download_history') }}
|
||||
el-button(size="small" icon="el-icon-tickets" @click="showConsole") {{ $t('view.settings.advanced.advanced.cache_debug.show_console') }}
|
||||
//- Advanced | VRCX Table Stats
|
||||
div.options-container
|
||||
|
||||
Reference in New Issue
Block a user