1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

update translation (#7939)

This commit is contained in:
Michael An
2025-06-17 17:29:15 +08:00
committed by GitHub
parent 6b31d540db
commit 96a6f60e2a
90 changed files with 48309 additions and 44011 deletions

View File

@@ -50,7 +50,7 @@ class FileContent extends React.Component {
case 'ERROR':
this.setState({
isLoading: false,
errorMsg: gettext('Document convertion failed.')
errorMsg: gettext('Document conversion failed.')
});
break;
case 'DONE':
@@ -63,7 +63,7 @@ class FileContent extends React.Component {
if (error.response) {
this.setState({
isLoading: false,
errorMsg: gettext('Document convertion failed.')
errorMsg: gettext('Document conversion failed.')
});
} else {
this.setState({