From 2fc5ac24bd3c926145433d1143ff84c442a19bdd Mon Sep 17 00:00:00 2001 From: database64128 Date: Mon, 14 Sep 2020 02:36:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A0=20Update=20translations=20for=20SI?= =?UTF-8?q?P008?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shadowsocks-csharp/Data/i18n.csv | 8 ++++++++ shadowsocks-csharp/View/OnlineConfigForm.Designer.cs | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/shadowsocks-csharp/Data/i18n.csv b/shadowsocks-csharp/Data/i18n.csv index 6b345149..bc9c1f95 100644 --- a/shadowsocks-csharp/Data/i18n.csv +++ b/shadowsocks-csharp/Data/i18n.csv @@ -17,6 +17,7 @@ Global,Для всей системы,全局模式,全局模式,グローバル Servers,Серверы,服务器,伺服器,サーバー,서버,Serveurs Edit Servers...,Редактировать серверы…,编辑服务器...,編輯伺服器...,サーバーの編集...,서버 수정…,Éditer serveurs… Statistics Config...,Настройки статистики…,统计配置...,統計設定檔...,統計情報の設定...,통계 설정,Configuration des statistiques… +Online Config...,,在线配置...,線上配置...,,, Start on Boot,Автозагрузка,开机启动,開機啟動,システム起動時に実行,시스템 시작 시에 시작하기,Démarrage automatique Associate ss:// Links,Ассоциированный ss:// Ссылки,关联 ss:// 链接,關聯 ss:// 鏈接,ss:// リンクの関連付け,ss:// 링크 연결, Forward Proxy...,Прямой прокси…,正向代理设置...,正向 Proxy 設定...,フォワードプロキシの設定...,포워드 프록시,Forward-proxy… @@ -79,6 +80,13 @@ Move D&own,Ниже,下移(&O),下移 (&O),下に移動 (&O),아래로 (&O),Desc deprecated,Устаревшее,不推荐,不推薦,非推奨,더 이상 사용되지 않음,Obsolète "Encryption method {0} not exist, will replace with {1}",,加密方法{0}不存在,将使用{1}代替,,暗号化方式{0}が存在しません,{1}に置換します,{0} 암호화 방식이 존재하지 않으므로 {1}로 대체될 것입니다.,"Méthode de chiffrement {0} n'existe pas, sera remplacée par {1}" ,,,,,, +# Online Config Form,,,,,, +,,,,,, +Online config,,在线配置,線上配置,,, +Online config URL,,在线配置链接,線上配置鏈接,,, +&Update,,更新,更新,,, +U&pdate All,,全部更新,全部更新,,, +,,,,,, #Statistics Config,,,,,, ,,,,,, Enable Statistics,Включить сбор статистики,启用统计,,統計を有効にする,통계 활성화,Activer statistiques diff --git a/shadowsocks-csharp/View/OnlineConfigForm.Designer.cs b/shadowsocks-csharp/View/OnlineConfigForm.Designer.cs index 2d318ac5..d9787dde 100644 --- a/shadowsocks-csharp/View/OnlineConfigForm.Designer.cs +++ b/shadowsocks-csharp/View/OnlineConfigForm.Designer.cs @@ -112,7 +112,7 @@ this.UpdateButton.Name = "UpdateButton"; this.UpdateButton.Size = new System.Drawing.Size(118, 25); this.UpdateButton.TabIndex = 3; - this.UpdateButton.Text = "Update"; + this.UpdateButton.Text = "&Update"; this.UpdateButton.UseVisualStyleBackColor = true; this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click); // @@ -126,7 +126,7 @@ this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(118, 25); this.AddButton.TabIndex = 4; - this.AddButton.Text = "Add"; + this.AddButton.Text = "&Add"; this.AddButton.UseVisualStyleBackColor = true; this.AddButton.Click += new System.EventHandler(this.AddButton_Click); // @@ -140,7 +140,7 @@ this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(120, 25); this.DeleteButton.TabIndex = 5; - this.DeleteButton.Text = "Delete"; + this.DeleteButton.Text = "&Delete"; this.DeleteButton.UseVisualStyleBackColor = true; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // @@ -168,7 +168,7 @@ this.UpdateAllButton.Name = "UpdateAllButton"; this.UpdateAllButton.Size = new System.Drawing.Size(118, 25); this.UpdateAllButton.TabIndex = 6; - this.UpdateAllButton.Text = "Update all"; + this.UpdateAllButton.Text = "U&pdate All"; this.UpdateAllButton.UseVisualStyleBackColor = true; this.UpdateAllButton.Click += new System.EventHandler(this.UpdateAllButton_Click); //