mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-23 01:50:18 +03:00
fix: type errors Russian (#495)
This commit is contained in:
parent
72548fac4a
commit
83c572b81d
1 changed files with 8 additions and 8 deletions
|
@ -45,7 +45,7 @@ const locale = {
|
|||
|
||||
/** Torrent */
|
||||
torrent: {
|
||||
title: 'Заголовок'',
|
||||
title: 'Заголовок',
|
||||
added: 'Добавлено',
|
||||
availability: 'Доступность',
|
||||
size: 'Размер',
|
||||
|
@ -342,7 +342,7 @@ const locale = {
|
|||
createSubfolder: 'Создать подпапку',
|
||||
automaticTorrentManagement: 'Автоматическое управление торрентами',
|
||||
dropHereForAdd: 'Перетащить сюда для добавления',
|
||||
oneOrMoreFilesInvalidTorrent: 'Один или несколько файлов не являются действительным торрентом''
|
||||
oneOrMoreFilesInvalidTorrent: 'Один или несколько файлов не являются действительным торрентом'
|
||||
},
|
||||
changeLocation: {
|
||||
title: 'Изменить местоположение',
|
||||
|
|
Loading…
Add table
Reference in a new issue