Browse Source

🔠 Update translations for SIP008

tags/4.2.1.0
database64128 Student Main 4 years ago
parent
commit
2fc5ac24bd
No known key found for this signature in database GPG Key ID: AA78519C208C8742
2 changed files with 12 additions and 4 deletions
  1. +8
    -0
      shadowsocks-csharp/Data/i18n.csv
  2. +4
    -4
      shadowsocks-csharp/View/OnlineConfigForm.Designer.cs

+ 8
- 0
shadowsocks-csharp/Data/i18n.csv View File

@@ -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


+ 4
- 4
shadowsocks-csharp/View/OnlineConfigForm.Designer.cs View File

@@ -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);
//


Loading…
Cancel
Save