Web:Client:Add translation.

This commit is contained in:
Vlada Gazizova 2023-01-23 23:22:57 +03:00
parent a255ff6cce
commit 1d3f252a16
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"EnterPassword": "Enter password",
"FailedToConvert": "Failed to convert",
"HideInput": "Hide",
"Ready": "Done",
"UploadAndConvert": "Upload and convert files",

View File

@ -366,7 +366,7 @@ class UploadDataStore {
.then((res) => res)
.catch(() => {
runInAction(() => {
const error = "Failed to convert";
const error = t("Failed to convert");
if (file) file.error = error;
if (historyFile) historyFile.error = error;