chore: update translations (#1668)
Some checks failed
Build project and release / Run Release Please action (push) Has been cancelled
Build project and release / Build VueTorrent (push) Has been cancelled
Build project and release / Push to nightly branch (push) Has been cancelled
Build project and release / Upload release to GitHub (push) Has been cancelled
Build project and release / Push to latest branch (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled

This commit is contained in:
github-actions[bot] 2024-04-28 04:47:05 +02:00 committed by GitHub
parent 719a29d778
commit e54c78eacc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1306 additions and 15 deletions

View file

@ -2,27 +2,34 @@
## [2.8.0](https://github.com/VueTorrent/VueTorrent/compare/v2.7.3...v2.8.0) (2024-04-23)
### Features
* Add optional backend handling ([#1547](https://github.com/VueTorrent/VueTorrent/issues/1547)) ([d513e09](https://github.com/VueTorrent/VueTorrent/commit/d513e097bf325088b434fbf9529dab4609a7ede7))
* **TorrentDetail:** add bulk renaming ([#1624](https://github.com/VueTorrent/VueTorrent/issues/1624)) ([a7ebcb5](https://github.com/VueTorrent/VueTorrent/commit/a7ebcb59d95e03029f68ecee3632fdbe73eafa79))
- Add optional backend handling ([#1547](https://github.com/VueTorrent/VueTorrent/issues/1547))
([d513e09](https://github.com/VueTorrent/VueTorrent/commit/d513e097bf325088b434fbf9529dab4609a7ede7))
- **TorrentDetail:** add bulk renaming ([#1624](https://github.com/VueTorrent/VueTorrent/issues/1624))
([a7ebcb5](https://github.com/VueTorrent/VueTorrent/commit/a7ebcb59d95e03029f68ecee3632fdbe73eafa79))
### Bug Fixes
* Add missing forcedMetaDL state ([#1652](https://github.com/VueTorrent/VueTorrent/issues/1652)) ([1013151](https://github.com/VueTorrent/VueTorrent/commit/1013151e718bde6bb41365bc249e01ba9a422e95))
* **AddTorrentParams:** Convert seeding time to minutes manually ([#1649](https://github.com/VueTorrent/VueTorrent/issues/1649)) ([3d05859](https://github.com/VueTorrent/VueTorrent/commit/3d0585928da85e5d97c2e2d8f804afde477f372e))
* **MagnetHandler:** Don't show add dialog if not authenticated ([#1657](https://github.com/VueTorrent/VueTorrent/issues/1657)) ([a0cdffd](https://github.com/VueTorrent/VueTorrent/commit/a0cdffd380634ef0c866657201b7af98e5f78f2c))
* seeds and peers shows same value ([#1632](https://github.com/VueTorrent/VueTorrent/issues/1632)) ([bd09a8a](https://github.com/VueTorrent/VueTorrent/commit/bd09a8a4250ac6f1a0999c985f5afc3aee300eb8))
* **share limits:** Revert and fix display ([#1654](https://github.com/VueTorrent/VueTorrent/issues/1654)) ([2eca39e](https://github.com/VueTorrent/VueTorrent/commit/2eca39e899956280a682c1c53a6d145020435599))
* **WebUI:** Bypass auth subnet whitelist not working ([#1645](https://github.com/VueTorrent/VueTorrent/issues/1645)) ([4cbb456](https://github.com/VueTorrent/VueTorrent/commit/4cbb45679c0e4f39314c51937ebaa2593a86e994))
- Add missing forcedMetaDL state ([#1652](https://github.com/VueTorrent/VueTorrent/issues/1652))
([1013151](https://github.com/VueTorrent/VueTorrent/commit/1013151e718bde6bb41365bc249e01ba9a422e95))
- **AddTorrentParams:** Convert seeding time to minutes manually ([#1649](https://github.com/VueTorrent/VueTorrent/issues/1649))
([3d05859](https://github.com/VueTorrent/VueTorrent/commit/3d0585928da85e5d97c2e2d8f804afde477f372e))
- **MagnetHandler:** Don't show add dialog if not authenticated ([#1657](https://github.com/VueTorrent/VueTorrent/issues/1657))
([a0cdffd](https://github.com/VueTorrent/VueTorrent/commit/a0cdffd380634ef0c866657201b7af98e5f78f2c))
- seeds and peers shows same value ([#1632](https://github.com/VueTorrent/VueTorrent/issues/1632))
([bd09a8a](https://github.com/VueTorrent/VueTorrent/commit/bd09a8a4250ac6f1a0999c985f5afc3aee300eb8))
- **share limits:** Revert and fix display ([#1654](https://github.com/VueTorrent/VueTorrent/issues/1654))
([2eca39e](https://github.com/VueTorrent/VueTorrent/commit/2eca39e899956280a682c1c53a6d145020435599))
- **WebUI:** Bypass auth subnet whitelist not working ([#1645](https://github.com/VueTorrent/VueTorrent/issues/1645))
([4cbb456](https://github.com/VueTorrent/VueTorrent/commit/4cbb45679c0e4f39314c51937ebaa2593a86e994))
### Improvements
* **Content:** Better handle tree filtering ([#1631](https://github.com/VueTorrent/VueTorrent/issues/1631)) ([f4e73aa](https://github.com/VueTorrent/VueTorrent/commit/f4e73aa7fcda207ef38873db4452fd84d931f0f3))
* **ratio colors:** Add feature toggle ([#1633](https://github.com/VueTorrent/VueTorrent/issues/1633)) ([6874944](https://github.com/VueTorrent/VueTorrent/commit/68749446f6cb772b1d04970172b2c2bd160b13f3))
- **Content:** Better handle tree filtering ([#1631](https://github.com/VueTorrent/VueTorrent/issues/1631))
([f4e73aa](https://github.com/VueTorrent/VueTorrent/commit/f4e73aa7fcda207ef38873db4452fd84d931f0f3))
- **ratio colors:** Add feature toggle ([#1633](https://github.com/VueTorrent/VueTorrent/issues/1633))
([6874944](https://github.com/VueTorrent/VueTorrent/commit/68749446f6cb772b1d04970172b2c2bd160b13f3))
## [2.7.3](https://github.com/VueTorrent/VueTorrent/compare/v2.7.2...v2.7.3) (2024-04-02)

View file

@ -226,5 +226,10 @@
"ratio": "Poměr",
"ratio_limit": "Poměrový limit"
}
},
"torrent": {
"properties": {
"priority": "Priorita"
}
}
}

View file

@ -9,6 +9,7 @@ import ko from './ko.json'
import nl from './nl.json'
import pl from './pl.json'
import ru from './ru.json'
import tr from './tr.json'
import zh_hans from './zh-Hans.json'
import zh_hant from './zh-Hant.json'
@ -26,6 +27,7 @@ export enum Locales {
NL = 'nl',
PL = 'pl',
RU = 'ru',
TR = 'tr',
ZH_HANS = 'zh-Hans',
ZH_HANT = 'zh-Hant'
}
@ -42,6 +44,7 @@ export const LOCALES: LocaleDef[] = [
{ title: 'Nederlands', value: Locales.NL },
{ title: 'polski', value: Locales.PL },
{ title: 'Русский', value: Locales.RU },
{ title: 'Türkçe', value: Locales.TR },
{ title: '简体中文', value: Locales.ZH_HANS },
{ title: '繁體中文', value: Locales.ZH_HANT }
]
@ -58,6 +61,7 @@ export const messages: Record<Locales, any> = {
[Locales.NL]: nl,
[Locales.PL]: pl,
[Locales.RU]: ru,
[Locales.TR]: tr,
[Locales.ZH_HANS]: zh_hans,
[Locales.ZH_HANT]: zh_hant
}

View file

@ -477,5 +477,10 @@
"pending": "Inviando torrent...",
"success": "{n} Torrent aggiunto | {n} Torrent aggiunti"
}
},
"torrent": {
"properties": {
"priority": "Priorità"
}
}
}

View file

@ -318,8 +318,8 @@
"connectionStatus": {
"dht_nodes": "Узлы DHT",
"externalIp": "Внешний IP-адрес",
"fetch_geo_failed": "Не удалось получить информацию о геолокации",
"fetch_isp_failed": "Не удалось получить информацию о провайдере",
"fetch_geo_failed": "Не удалось получить",
"fetch_isp_failed": "Не удалось получить",
"geo_details": "Информация о геолокации",
"isp_details": "Информация о провайдере",
"noExternalIp": "Не удалось обнаружить в логах",

1270
src/locales/tr.json Normal file

File diff suppressed because it is too large Load diff