diff --git a/Passepartout-iOS/Global/zh-Hans.lproj/App.strings b/Passepartout-iOS/Global/zh-Hans.lproj/App.strings new file mode 100644 index 00000000..ab0d6f28 --- /dev/null +++ b/Passepartout-iOS/Global/zh-Hans.lproj/App.strings @@ -0,0 +1,58 @@ +// +// App.strings +// Passepartout-iOS +// +// Created by Davide De Rosa on 6/21/19. +// Copyright (c) 2019 Davide De Rosa. All rights reserved. +// +// https://github.com/passepartoutvpn +// +// This file is part of Passepartout. +// +// Passepartout is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Passepartout is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Passepartout. If not, see . +// + +"organizer.cells.add_provider.caption" = "添加新的提供商配置"; +"organizer.cells.add_host.caption" = "添加新的主机配置"; + +"wizards.host.cells.title_input.caption" = "名称"; +"wizards.host.sections.existing.header" = "已存在的配置"; + +"imported_hosts.title" = "导入主机配置"; + +"service.sections.vpn.header" = "VPN"; +"service.sections.status.header" = "连接"; +"service.sections.configuration.header" = "配置"; + +"service.cells.use_profile.caption" = "使用此配置"; +"service.cells.vpn_service.caption" = "已启用"; +"service.cells.provider.refresh.caption" = "刷新基础设置"; +"service.cells.host.parameters.caption" = "参数"; +"service.cells.trusted_add_wifi.caption" = "添加当前的Wi-Fi"; + +"account.sections.credentials.header" = "认证方式"; + +"endpoint.sections.location_addresses.header" = "地址"; +"endpoint.sections.location_protocols.header" = "协议"; + +"provider.preset.cells.tech_details.caption" = "技术细节"; + +"network_settings.cells.add_dns_server.caption" = "添加地址"; +"network_settings.cells.proxy_bypass.caption" = "旁路域名"; +"network_settings.cells.add_proxy_bypass.caption" = "添加旁路域名"; + +"shortcuts.add.title" = "添加捷径"; + +"shortcuts.edit.title" = "管理捷径"; +"shortcuts.edit.cells.add_shortcut.caption" = "添加捷径";