diff --git a/backend/scripts/install-php.sh b/backend/scripts/install-php.sh index 04a01a66..bc6e3ad6 100755 --- a/backend/scripts/install-php.sh +++ b/backend/scripts/install-php.sh @@ -4,7 +4,7 @@ touch /tmp/install.lock # lock touch /tmp/install-php.lock -apt-get install php +apt-get install -y php # unlock global rm /tmp/install.lock diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js index dc0cef68..ae300f71 100644 --- a/frontend/src/i18n/zh.js +++ b/frontend/src/i18n/zh.js @@ -352,6 +352,8 @@ export default { 'Install All': '安装全部', 'Other language installing': '其他语言正在安装', 'This language is not installed yet.': '语言还未安装', + 'Languages': '语言', + 'Dependencies': '依赖', // 弹出框 'Notification': '提示',