Skip to content

Commit 28e4ffd

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent ef865ca commit 28e4ffd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

l10n/zh_CN.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ OC.L10N.register(
44
"Delete" : "删除",
55
"Restrict login to IP addresses" : "限定可登陆的IP地址",
66
"Allows administrators to restrict logins to their instance to specific IP ranges." : "允许管理员限制指定IP范围登陆其实例",
7+
"This app allows administrators to restrict login to their\nNextcloud server to specific IP ranges. Note that existing sessions will be kept\nopen.\n\nThe allowed IP ranges can be administrated using the OCC command line interface\nor graphically using the admin settings. If you plan to use the OCC tool, the\nfollowing commands would be applicable.\n\nTo allow `127.0.0.0/24`:\n\n- `occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24`\n\nTo allow `127.0.0.0/24` and also `192.168.0.0/24`:\n\n- `occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24,192.168.0.0/24`" : "此应用允许管理员限制指定范围的IP登入他们的Nextcloud服务器。请注意,现有的会话将保持开启。\n\n允许的IP范围可通过OCC命令行界面或网页面板的管理员设置进行管理。如要使用OCC工具,可使用以下命令。\n\n如要允许“127.0.0.0/24”:\n- `occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24`\n\n如要允许“127.0.0.0/24”与“192.168.0.0/24”:\n- `occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24,192.168.0.0/24`",
78
"Restrict login to IP ranges" : "限定可登陆的IP范围",
89
"By default, %s permits logging-in from any IP address. To limit logins to specific IP ranges, you can specify those below." : "在默认情况下,%s允许从任意IP地址登录。要限制只能从特定IP范围登录,您可以在下面指定。",
910
"Add" : "添加",

l10n/zh_CN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"Delete" : "删除",
33
"Restrict login to IP addresses" : "限定可登陆的IP地址",
44
"Allows administrators to restrict logins to their instance to specific IP ranges." : "允许管理员限制指定IP范围登陆其实例",
5+
"This app allows administrators to restrict login to their\nNextcloud server to specific IP ranges. Note that existing sessions will be kept\nopen.\n\nThe allowed IP ranges can be administrated using the OCC command line interface\nor graphically using the admin settings. If you plan to use the OCC tool, the\nfollowing commands would be applicable.\n\nTo allow `127.0.0.0/24`:\n\n- `occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24`\n\nTo allow `127.0.0.0/24` and also `192.168.0.0/24`:\n\n- `occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24,192.168.0.0/24`" : "此应用允许管理员限制指定范围的IP登入他们的Nextcloud服务器。请注意,现有的会话将保持开启。\n\n允许的IP范围可通过OCC命令行界面或网页面板的管理员设置进行管理。如要使用OCC工具,可使用以下命令。\n\n如要允许“127.0.0.0/24”:\n- `occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24`\n\n如要允许“127.0.0.0/24”与“192.168.0.0/24”:\n- `occ config:app:set limit_login_to_ip whitelisted.ranges --value 127.0.0.0/24,192.168.0.0/24`",
56
"Restrict login to IP ranges" : "限定可登陆的IP范围",
67
"By default, %s permits logging-in from any IP address. To limit logins to specific IP ranges, you can specify those below." : "在默认情况下,%s允许从任意IP地址登录。要限制只能从特定IP范围登录,您可以在下面指定。",
78
"Add" : "添加",

0 commit comments

Comments
 (0)