// // App.strings // Passepartout // // Created by Davide De Rosa on 6/21/19. // Copyright (c) 2021 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 . // "vpn.unused" = "关"; "organizer.title" = "%@"; "organizer.menus.provider" = "提供商"; "organizer.menus.provider.unavailable" = "没有提供商了"; "organizer.menus.host" = "主机"; "organizer.alerts.remove_profile.title" = "删除配置"; "organizer.alerts.remove_profile.message" = "确定要删除配置%@吗?"; "organizer.alerts.open_host_file.title" = "选择.ovpn文件"; "service.cells.vpn.turn_on.caption" = "启用VPN"; "service.cells.vpn.turn_off.caption" = "禁用VPN"; "service.cells.category.caption" = "类别"; "service.cells.addresses.caption" = "地址"; "endpoint.cells.address" = "地址"; "endpoint.cells.protocol" = "协议"; "configuration.title" = "配置"; "configuration.alerts.commit.message" = "除非手动重新连接,否则新参数将无效。受信任的网络中的更改将立即生效。"; "configuration.alerts.commit.buttons.reconnect" = "立即重新连接"; "configuration.alerts.commit.buttons.skip" = "跳过"; "network_settings.dns.cells.addresses.title" = "服务器"; "network_settings.dns.cells.domains.title" = "域"; "network_settings.proxy.cells.bypass_domains.title" = "旁路域"; "preferences.title" = "偏好设置"; "preferences.sections.general.header" = "一般"; "preferences.cells.launches_on_login.caption" = "登录时启动"; "preferences.cells.launches_on_login.footer" = "选中以在启动或登录时自动启动应用。"; "preferences.cells.confirm_quit.caption" = "确认退出"; "preferences.cells.confirm_quit.footer" = "选中以显示退出确认提醒。"; "debug_log.buttons.copy" = "复制"; "trusted.columns.trust.title" = "信任"; "trusted.ethernet.title" = "信任有线连接"; "trusted.ethernet.description" = "选中以信任所有有线连接。"; "menu.show.title" = "显示"; "menu.switch_profile.title" = "有效配置"; "menu.active_profile.title.none" = "无有效配置"; "menu.active_profile.items.customize.title" = "自定义......"; "menu.active_profile.messages.missing_credentials" = "未配置账户"; "menu.organizer.title" = "分类页面"; "menu.preferences.title" = "偏好设置"; "menu.support.title" = "支持"; "menu.quit.title" = "退出%@"; "menu.quit.messages.confirm" = "VPN(如果启用)仍将在后台运行。您要退出吗?";