1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

add org translation (#7162)

* add org translation

* update

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
This commit is contained in:
awu0403
2024-12-09 11:39:45 +08:00
committed by GitHub
parent ff68c1df64
commit 7fa74ebda3
67 changed files with 4049 additions and 3751 deletions

View File

@@ -151,7 +151,7 @@ class OrgWebSettings extends Component {
{sysEnableEncryptedLibrary &&
<CheckboxItem
saveSetting={this.orgSaveSetting}
displayName='Encrypted library'
displayName={gettext('Encrypted library')}
keyText='disable_org_encrypted_library'
value={disable_org_encrypted_library}
helpTip={gettext('Not allow user to create encrypted libraries')}
@@ -160,7 +160,7 @@ class OrgWebSettings extends Component {
{sysEnableUserCleanTrash &&
<CheckboxItem
saveSetting={this.orgSaveSetting}
displayName='Disable user clean trash'
displayName={gettext('Disable user clean trash')}
keyText='disable_org_user_clean_trash'
value={disable_org_user_clean_trash}
helpTip={gettext('Not allow user to clean library trash')}