🌐 Fix localization errors
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"queue": "",
|
||||
"history": ""
|
||||
"queue": "Queue",
|
||||
"history": "History"
|
||||
},
|
||||
"info": {
|
||||
"sizeLeft": "",
|
||||
"paused": ""
|
||||
"sizeLeft": "Size left",
|
||||
"paused": "Paused"
|
||||
},
|
||||
"queue": {
|
||||
"header": {
|
||||
@@ -26,24 +26,24 @@
|
||||
"eta": "ETA",
|
||||
"progress": "Progress"
|
||||
},
|
||||
"empty": "",
|
||||
"empty": "Empty",
|
||||
"error": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Error",
|
||||
"message": "An error has occurred"
|
||||
},
|
||||
"paused": ""
|
||||
"paused": "Paused"
|
||||
},
|
||||
"history": {
|
||||
"header": {
|
||||
"name": "Name",
|
||||
"size": "Size",
|
||||
"duration": ""
|
||||
"duration": "Duration"
|
||||
},
|
||||
"empty": "",
|
||||
"empty": "Empty",
|
||||
"error": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Error",
|
||||
"message": "Error loading history"
|
||||
},
|
||||
"paused": ""
|
||||
"paused": "Paused"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user