improve i18n

This commit is contained in:
pa
2026-01-19 11:49:41 +09:00
parent 7303cd0b33
commit 1e25255ac5
34 changed files with 179 additions and 65 deletions

View File

@@ -507,7 +507,7 @@
if (result) {
toast.success('Folder opened');
} else {
toast.error("Folder dosn't exist");
toast.error(t('message.file.folder_missing'));
}
});
}
@@ -517,7 +517,7 @@
if (result) {
toast.success('Folder opened');
} else {
toast.error("Folder dosn't exist");
toast.error(t('message.file.folder_missing'));
}
});
}
@@ -527,7 +527,7 @@
if (result) {
toast.success('Folder opened');
} else {
toast.error("Folder dosn't exist");
toast.error(t('message.file.folder_missing'));
}
});
}