Localize *.swift files.

This commit is contained in:
Charlie Qiu
2016-06-10 19:44:49 +08:00
parent 7735d6e0de
commit e5e2680aa3
5 changed files with 306 additions and 0 deletions

View File

@ -0,0 +1,46 @@
/*
* SHARED STRINGS
*/
/*
* ./PACUtils.swift
*/
"PAC has been updated by latest GFW List." = "已经使用最新的 GFW List 更新PAC";
"Failed to download latest GFW List." = "下载 GFW List 失败";
/*
* ./PreferencesWindowController.swift
*/
"New Server" = "新服务器";
/*
* ./AppDelegate.swift
*/
"Add Shadowsocks Server Profile" = "已添加新Shaodwsocks服务器配置";
"By scan QR Code" = "通过扫描二维码";
" Encription Method: \(profile.method)" = " 加密方法: \(profile.method)";
"Current server profile is not valid." = "当前服务器配置无效";
"No current server profile." = "未设置当前服务器配置";
"Shadowsocks: On" = "Shadowsocks: On";
"Close Shadowsocks" = "关闭 Shadowsocks";
"Shadowsocks: Off" = "Shadowsocks: Off";
"Open Shadowsocks" = "打开 Shadowsocks";