Translation error occurred in Simplified Chinese

In the workspace, using the Move or Copy function in the right-click menu, I discovered a translation error.

image

The correct translation for the function in the red box should be “复制到”.

image

The correct translation of this function in the red box should be “复制” or “创建副本”

Hello, thank you for sharing! I’ll inform you as soon as I have news on the issue mentioned.

Hello, the issue with this translation was resolved some time ago for Community Server 12.6 version, please update to 12.6 version to see for yourself.

current_chinese

@DmitriiV

It seems that the Docker URL of the script cannot be accessed properly, so it cannot be updated?

[root@MiWiFi-RB06-srv ~]# bash workspace-install.sh -u true -cv 12.6.0.1900 -ids false -icp false -ims false -skiphc true
Select 'Y' to install ONLYOFFICE using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Please note, that in case you select RPM/DEB installation, you will need to manually install Mail Server and connect it to your ONLYOFFICE installation.
See instructions in our Help Center: http://helpcenter.onlyoffice.com/server/docker/mail/connect-mail-server-to-community-server-via-portal-settings.aspx
Install with Docker [Y/N/C]? y
Redirecting to /bin/systemctl start docker.service
ONLYOFFICE MYSQL SERVER is already installed.
73e546a8f1a95363654f4660d892eed24f23bf9b8a706d37fea29daf436f858e
The latest version of ELASTICSEARCH is already installed.
143856dee0e070b83f909ac47c354a10ddf981d4a94e2a6b1cda3e34d710dfc6
Error response from daemon: Get "https://registry-1.docker.io/v2/": read tcp [2408:8207:2502:fc10::d89]:60154->[2600:1f18:2148:bc00:8d61:9b62:40aa:8bb8]:443: read: connection reset by peer
Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
Docker image onlyoffice/communityserver:12.6.0.1900 not found
[root@MiWiFi-RB06-srv ~]#
[root@MiWiFi-RB06-srv ~]# bash workspace-install.sh -u true -skiphc true
Select 'Y' to install ONLYOFFICE using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Please note, that in case you select RPM/DEB installation, you will need to manually install Mail Server and connect it to your ONLYOFFICE installation.
See instructions in our Help Center: http://helpcenter.onlyoffice.com/server/docker/mail/connect-mail-server-to-community-server-via-portal-settings.aspx
Install with Docker [Y/N/C]? y
Redirecting to /bin/systemctl start docker.service
ONLYOFFICE MYSQL SERVER is already installed.
73e546a8f1a95363654f4660d892eed24f23bf9b8a706d37fea29daf436f858e
The latest version of ELASTICSEARCH is already installed.
143856dee0e070b83f909ac47c354a10ddf981d4a94e2a6b1cda3e34d710dfc6
The latest version of ONLYOFFICE DOCUMENT SERVER is already installed.
0cce8d54a05e01a573cb71a42ee564633f5d39f81f253975f91a150e16204d4e
Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
Docker image onlyoffice/mailserver:1.6.75 not found
[root@MiWiFi-RB06-srv ~]#
[root@MiWiFi-RB06-srv ~]# bash workspace-install.sh -u true -ims false -skiphc true
Select 'Y' to install ONLYOFFICE using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Please note, that in case you select RPM/DEB installation, you will need to manually install Mail Server and connect it to your ONLYOFFICE installation.
See instructions in our Help Center: http://helpcenter.onlyoffice.com/server/docker/mail/connect-mail-server-to-community-server-via-portal-settings.aspx
Install with Docker [Y/N/C]? y
Redirecting to /bin/systemctl start docker.service
ONLYOFFICE MYSQL SERVER is already installed.
73e546a8f1a95363654f4660d892eed24f23bf9b8a706d37fea29daf436f858e
The latest version of ELASTICSEARCH is already installed.
143856dee0e070b83f909ac47c354a10ddf981d4a94e2a6b1cda3e34d710dfc6
Docker pull argument exception: repository=onlyoffice/documentserver, tag=

I can now pull the new image through the normal pull command.

[root@MiWiFi-RB06-srv ~]# docker pull onlyoffice/communityserver:latest
latest: Pulling from onlyoffice/communityserver
57c139bbda7e: Pull complete 
f08a97d6dc3f: Downloading   1.87GB/2.159GB
190b81672f11: Download complete 
1442b33aad1b: Download complete 
ccbb0dc016dc: Verifying Checksum 
48ce33f39c93: Download complete 

Can I use it after pulling the new image?

-ics true Command update communityserver

Can I use it after pulling the new image?
-ics true Command update communityserver

This method seems to not work well, and I also found that I cannot update from the control center.

It is like this.

Hello, please try in this order:
1.docker pull onlyoffice/communityserver:12.6.0.1900
docker pull onlyoffice/controlpanel:3.5.2.530
2. bash workspace-install.sh -ims false -cv 12.6.0.1900 -cpv 3.5.2.530 -u true
(You have to update Control Panel as well, as the current version is 3.5.2.530)

@DmitriiV

I pulled communityserver and successfully updated it in the control panel. However, when I pulled controlpanel:3.5.2.530 and tried to update it through a script, there was still an interruption.

[root@MiWiFi-RB06-srv ~]# docker pull onlyoffice/controlpanel:3.5.2.530
3.5.2.530: Pulling from onlyoffice/controlpanel
Digest: sha256:bafe344fca1e7358b1c12957c86c908439172f407a12b179357061a9dd493e1d
Status: Downloaded newer image for onlyoffice/controlpanel:3.5.2.530
docker.io/onlyoffice/controlpanel:3.5.2.530
[root@MiWiFi-RB06-srv ~]# bash workspace-install.sh -ims false -cpv 3.5.2.530 -u
 true
Select 'Y' to install ONLYOFFICE using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Please note, that in case you select RPM/DEB installation, you will need to manually install Mail Server and connect it to your ONLYOFFICE installation.
See instructions in our Help Center: http://helpcenter.onlyoffice.com/server/docker/mail/connect-mail-server-to-community-server-via-portal-settings.aspx
Install with Docker [Y/N/C]? y
Minimal requirements are not met: need at least 40960 MB of free HDD space
[root@MiWiFi-RB06-srv ~]# bash workspace-install.sh -ims false -cpv 3.5.2.530 -u true -skiphc true
Select 'Y' to install ONLYOFFICE using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Please note, that in case you select RPM/DEB installation, you will need to manually install Mail Server and connect it to your ONLYOFFICE installation.
See instructions in our Help Center: http://helpcenter.onlyoffice.com/server/docker/mail/connect-mail-server-to-community-server-via-portal-settings.aspx
Install with Docker [Y/N/C]? y
Redirecting to /bin/systemctl start docker.service
ONLYOFFICE MYSQL SERVER is already installed.
73e546a8f1a95363654f4660d892eed24f23bf9b8a706d37fea29daf436f858e
The latest version of ELASTICSEARCH is already installed.
143856dee0e070b83f909ac47c354a10ddf981d4a94e2a6b1cda3e34d710dfc6
Docker pull argument exception: repository=onlyoffice/documentserver, tag=
[root@MiWiFi-RB06-srv ~]# 

My control panel is often in this state.

It seems that this is also due to the issue caused by China’s firewall? When I configure the proxy server, the command can be executed normally

[root@MiWiFi-RB06-srv ~]# export http_proxy=http://192.168.1.200:7890
[root@MiWiFi-RB06-srv ~]# export https_proxy=http://192.168.1.200:7890
[root@MiWiFi-RB06-srv ~]# 
[root@MiWiFi-RB06-srv ~]# 
[root@MiWiFi-RB06-srv ~]# 
[root@MiWiFi-RB06-srv ~]# bash workspace-install.sh -ims false -cpv 3.5.2.530 -u true -skiphc true
Select 'Y' to install ONLYOFFICE using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Please note, that in case you select RPM/DEB installation, you will need to manually install Mail Server and connect it to your ONLYOFFICE installation.
See instructions in our Help Center: http://helpcenter.onlyoffice.com/server/docker/mail/connect-mail-server-to-community-server-via-portal-settings.aspx
Install with Docker [Y/N/C]? y
Redirecting to /bin/systemctl start docker.service
ONLYOFFICE MYSQL SERVER is already installed.
73e546a8f1a95363654f4660d892eed24f23bf9b8a706d37fea29daf436f858e
The latest version of ELASTICSEARCH is already installed.
143856dee0e070b83f909ac47c354a10ddf981d4a94e2a6b1cda3e34d710dfc6
The latest version of ONLYOFFICE DOCUMENT SERVER is already installed.
0cce8d54a05e01a573cb71a42ee564633f5d39f81f253975f91a150e16204d4e
stop container:
onlyoffice-control-panel
remove container:
onlyoffice-control-panel
check removed container: onlyoffice-control-panel
46401ae339bc9b2574b30e9d0a776619abecd33da4d10b5303c06a7a97066176
onlyoffice-community-server
The latest version of ONLYOFFICE COMMUNITY SERVER is already installed.
4f8178e25d4b1d0305d6096b1b892d970288a2561f2cdeded4006433999081f8

Thank you for installing ONLYOFFICE.
You can now configure your portal and add Mail Server to your installation (in case you skipped it earlier) using the Control Panel
In case you have any questions contact us via http://support.onlyoffice.com or visit our forum at http://forum.onlyoffice.com

[root@MiWiFi-RB06-srv ~]# 

Hello, yes, the issue is related to the firewall.
If you’ll have further issues with the updating, please create a separate thread.