mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: non-capital words (#432)
This commit is contained in:
parent
3a8ec90ca2
commit
ce1e7c3546
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
const locale = {
|
||||
/** General */
|
||||
category: 'category',
|
||||
category: 'Category',
|
||||
settings: 'settings',
|
||||
pause: 'pause',
|
||||
delete: 'delete',
|
||||
|
@ -16,7 +16,7 @@ const locale = {
|
|||
unknown: 'unknown',
|
||||
status: 'Status',
|
||||
all: 'All',
|
||||
downloading: 'downloading',
|
||||
downloading: 'Downloading',
|
||||
seeding: 'Seeding',
|
||||
completed: 'Completed',
|
||||
resumed: 'Resumed',
|
||||
|
@ -27,9 +27,9 @@ const locale = {
|
|||
errored: 'Errored',
|
||||
login: 'Login in',
|
||||
logout: 'Log out',
|
||||
downloaded: 'downloaded',
|
||||
uploaded: 'uploaded',
|
||||
upload: 'upload',
|
||||
downloaded: 'Downloaded',
|
||||
uploaded: 'Uploaded',
|
||||
upload: 'Upload',
|
||||
download: 'Download',
|
||||
ETA: 'ETA',
|
||||
peers: 'Peers',
|
||||
|
@ -38,7 +38,7 @@ const locale = {
|
|||
tags: 'Tags',
|
||||
share: 'Share',
|
||||
name: 'Name',
|
||||
hash: 'Hase',
|
||||
hash: 'Hash',
|
||||
magnet: 'Magnet',
|
||||
|
||||
/** Torrent */
|
||||
|
|
Loading…
Add table
Reference in a new issue