-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1da6f79
commit 0c123eb
Showing
51 changed files
with
620 additions
and
484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
<?php $TRANSLATIONS = array( | ||
"Encryption" => "加密", | ||
"None" => "None" | ||
"File encryption is enabled." => "文件加密已启用.", | ||
"The following file types will not be encrypted:" => "如下的文件类型将不会被加密:", | ||
"Exclude the following file types from encryption:" => "从加密中排除如下的文件类型:", | ||
"None" => "无" | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php $TRANSLATIONS = array( | ||
"Encryption" => "加密", | ||
"File encryption is enabled." => "檔案加密已開啟", | ||
"The following file types will not be encrypted:" => "以下文件類別將不會被加密", | ||
"None" => "空" | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
<?php $TRANSLATIONS = array( | ||
"Couldn't delete %s permanently" => "无法彻底删除文件%s", | ||
"Couldn't restore %s" => "无法恢复%s", | ||
"perform restore operation" => "执行恢复操作", | ||
"delete file permanently" => "彻底删除文件", | ||
"Delete permanently" => "永久删除", | ||
"Name" => "名称", | ||
"Deleted" => "已删除", | ||
"1 folder" => "1个文件夹", | ||
"{count} folders" => "{count} 个文件夹", | ||
"1 file" => "1 个文件", | ||
"{count} files" => "{count} 个文件", | ||
"Nothing in here. Your trash bin is empty!" => "这里没有东西. 你的回收站是空的!", | ||
"Restore" => "恢复", | ||
"Delete" => "删除", | ||
"Deleted Files" => "已删除文件" | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<?php $TRANSLATIONS = array( | ||
"Name" => "名稱", | ||
"Delete" => "刪除" | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php $TRANSLATIONS = array( | ||
"success" => "成功", | ||
"failure" => "失敗", | ||
"No old versions available" => "沒有以往版本", | ||
"Versions" => "版本" | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php $TRANSLATIONS = array( | ||
"Password" => "密碼", | ||
"Port" => "連接埠", | ||
"Help" => "幫助" | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.