mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-17 15:52:04 +03:00
chore: update translations (#2016)
This commit is contained in:
parent
8253831de3
commit
813895b676
5 changed files with 32 additions and 19 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -2,20 +2,25 @@
|
|||
|
||||
## [2.16.0](https://github.com/VueTorrent/VueTorrent/compare/v2.15.0...v2.16.0) (2024-10-31)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **settings:** Only fetch external IP data if enabled ([#2001](https://github.com/VueTorrent/VueTorrent/issues/2001)) ([73076d8](https://github.com/VueTorrent/VueTorrent/commit/73076d87394ac35e07d9714a889c4ace6ac25d13))
|
||||
|
||||
- **settings:** Only fetch external IP data if enabled ([#2001](https://github.com/VueTorrent/VueTorrent/issues/2001))
|
||||
([73076d8](https://github.com/VueTorrent/VueTorrent/commit/73076d87394ac35e07d9714a889c4ace6ac25d13))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **ActiveFilters:** Force-enable filter after clear ([#1998](https://github.com/VueTorrent/VueTorrent/issues/1998)) ([9faddbd](https://github.com/VueTorrent/VueTorrent/commit/9faddbd95c6a6cc47b0ac25bd6831fba7aa9dda6))
|
||||
* **AddTorrents:** Don't override savePath on empty category savePath ([#1999](https://github.com/VueTorrent/VueTorrent/issues/1999)) ([119ab36](https://github.com/VueTorrent/VueTorrent/commit/119ab36e4c4a614c47bf5d7caa5c487192f4ff62))
|
||||
* **Logs:** Persist filters in localStorage ([#2000](https://github.com/VueTorrent/VueTorrent/issues/2000)) ([37317f8](https://github.com/VueTorrent/VueTorrent/commit/37317f8949531a3e981dfee199884853d0426ca0))
|
||||
* **RightClick:** Handle issue where certain bottom values would not render ([#1985](https://github.com/VueTorrent/VueTorrent/issues/1985)) ([2878286](https://github.com/VueTorrent/VueTorrent/commit/2878286580624442de9713305be7b97c290d0bae))
|
||||
* **SearchEngine:** Fix broken category list ([#2006](https://github.com/VueTorrent/VueTorrent/issues/2006)) ([ca23c5a](https://github.com/VueTorrent/VueTorrent/commit/ca23c5ab69b2d2186b9fe0b7aec518cc156480f1))
|
||||
* **SearchEngine:** Sort plugins by name ([#2007](https://github.com/VueTorrent/VueTorrent/issues/2007)) ([54f5289](https://github.com/VueTorrent/VueTorrent/commit/54f5289cb6b6dcd0b249af4b5d03a8bcbd02c6f8))
|
||||
- **ActiveFilters:** Force-enable filter after clear ([#1998](https://github.com/VueTorrent/VueTorrent/issues/1998))
|
||||
([9faddbd](https://github.com/VueTorrent/VueTorrent/commit/9faddbd95c6a6cc47b0ac25bd6831fba7aa9dda6))
|
||||
- **AddTorrents:** Don't override savePath on empty category savePath ([#1999](https://github.com/VueTorrent/VueTorrent/issues/1999))
|
||||
([119ab36](https://github.com/VueTorrent/VueTorrent/commit/119ab36e4c4a614c47bf5d7caa5c487192f4ff62))
|
||||
- **Logs:** Persist filters in localStorage ([#2000](https://github.com/VueTorrent/VueTorrent/issues/2000))
|
||||
([37317f8](https://github.com/VueTorrent/VueTorrent/commit/37317f8949531a3e981dfee199884853d0426ca0))
|
||||
- **RightClick:** Handle issue where certain bottom values would not render ([#1985](https://github.com/VueTorrent/VueTorrent/issues/1985))
|
||||
([2878286](https://github.com/VueTorrent/VueTorrent/commit/2878286580624442de9713305be7b97c290d0bae))
|
||||
- **SearchEngine:** Fix broken category list ([#2006](https://github.com/VueTorrent/VueTorrent/issues/2006))
|
||||
([ca23c5a](https://github.com/VueTorrent/VueTorrent/commit/ca23c5ab69b2d2186b9fe0b7aec518cc156480f1))
|
||||
- **SearchEngine:** Sort plugins by name ([#2007](https://github.com/VueTorrent/VueTorrent/issues/2007))
|
||||
([54f5289](https://github.com/VueTorrent/VueTorrent/commit/54f5289cb6b6dcd0b249af4b5d03a8bcbd02c6f8))
|
||||
|
||||
## [2.15.0](https://github.com/VueTorrent/VueTorrent/compare/v2.14.1...v2.15.0) (2024-10-20)
|
||||
|
||||
|
|
|
@ -158,7 +158,13 @@ function handleKeyboardInput(e: KeyboardEvent) {
|
|||
|
||||
<v-virtual-scroll ref="scrollView" :items="flatTree" :height="height" item-height="68" class="pa-2">
|
||||
<template #default="{ item }">
|
||||
<ContentNode :node="item" @touchcancel="endPress" @touchend="endPress" @touchmove="endPress" @touchstart="startPress($event.touches.item(0)!, item)" @onRightClick="(e, node) => onRightClick(e, node)" />
|
||||
<ContentNode
|
||||
:node="item"
|
||||
@touchcancel="endPress"
|
||||
@touchend="endPress"
|
||||
@touchmove="endPress"
|
||||
@touchstart="startPress($event.touches.item(0)!, item)"
|
||||
@onRightClick="(e, node) => onRightClick(e, node)" />
|
||||
</template>
|
||||
</v-virtual-scroll>
|
||||
</v-card>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
},
|
||||
"stopCondition": {
|
||||
"filesChecked": "Файлы проверены",
|
||||
"metadataReceived": "Метадата получена",
|
||||
"metadataReceived": "Метаданные получены",
|
||||
"none": "Отсутствует",
|
||||
"title": "Условие остановки торрента"
|
||||
},
|
||||
|
@ -355,6 +355,7 @@
|
|||
"connectionStatus": {
|
||||
"dht_nodes": "Узлы DHT",
|
||||
"externalIp": "Внешний IP-адрес",
|
||||
"fetch_disabled": "Извлечение данных об IP выключено",
|
||||
"fetch_geo_failed": "Не удалось получить",
|
||||
"fetch_isp_failed": "Не удалось получить",
|
||||
"geo_details": "Информация о геолокации",
|
||||
|
@ -739,9 +740,9 @@
|
|||
"subheader": "Безопасность",
|
||||
"validateHTTPSTrackerCertificate": "Проверка сертификата трекера HTTPS"
|
||||
},
|
||||
"sendBufferLowWatermark": "Нижняя отметка буфера отправки",
|
||||
"sendBufferWatermark": "Отметка буфера отправки",
|
||||
"sendBufferWatermarkFactor": "Send buffer watermark factor",
|
||||
"sendBufferLowWatermark": "Минимальный размер буфера отправки",
|
||||
"sendBufferWatermark": "Размер буфера отправки",
|
||||
"sendBufferWatermarkFactor": "Коэффициент размера буфера отправки",
|
||||
"sendUploadPieceSuggestions": "Отправлять предложения частей отдачи",
|
||||
"socketBacklogSize": "Размер очереди сокета",
|
||||
"socketReceiveBufferSize": "Размер буфера сокета на получение",
|
||||
|
@ -1079,6 +1080,7 @@
|
|||
"durationFormat": "Формат длительности",
|
||||
"enableHashColors": "Разрешить генерируемые цвета хэша",
|
||||
"enableRatioColors": "Разрешить цвета рейтинга",
|
||||
"fetchExternalIpInfo": "Извлечение информации о внешнем IP",
|
||||
"fileContentInterval": "Интервал обновления содержимого торрент-файла",
|
||||
"filterType": "Фильтры «включительно»",
|
||||
"hideChipIfUnset": "Скрыть фишки, если не настроено",
|
||||
|
@ -1311,7 +1313,7 @@
|
|||
"selectedFileSize": "Размер выбранных файлов",
|
||||
"uploaded": "Отдано",
|
||||
"upSpeedAverage": "Средняя скорость раздачи",
|
||||
"waitingForMetadata": "Ожидание метадаты..."
|
||||
"waitingForMetadata": "Ожидание метаданных..."
|
||||
},
|
||||
"peers": {
|
||||
"addPeers": {
|
||||
|
@ -1455,8 +1457,8 @@
|
|||
"dl_stopped": "Остановлено",
|
||||
"downloading": "Загрузка",
|
||||
"error": "Ошибка",
|
||||
"forced_meta_download": "Метадата [П]",
|
||||
"meta_download": "Метадата",
|
||||
"forced_meta_download": "Метаданные [П]",
|
||||
"meta_download": "Метаданные",
|
||||
"missing_files": "Нет файлов",
|
||||
"moving": "Перемещение",
|
||||
"ul_forced": "Раздача [П]",
|
||||
|
|
|
@ -12,7 +12,7 @@ export const useLogStore = defineStore(
|
|||
'logs',
|
||||
() => {
|
||||
const { fetchExternalIpInfo } = storeToRefs(useVueTorrentStore())
|
||||
|
||||
|
||||
const logs = ref<Log[]>([])
|
||||
const externalIp = ref<string>()
|
||||
const lastFetchedIp = ref<string>()
|
||||
|
|
|
@ -30,7 +30,7 @@ export default defineConfig(({ mode }) => {
|
|||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: "modern-compiler"
|
||||
api: 'modern-compiler'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue