2013-08-28 17:35:04 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-10-29 04:32:51 -04:00
|
|
|
"Documents" => "文件",
|
2013-08-28 17:35:04 -04:00
|
|
|
"Close" => " 關閉",
|
2013-09-22 09:53:01 -04:00
|
|
|
"Share" => "分享",
|
2014-02-13 02:13:52 -05:00
|
|
|
"Failed to load documents." => "載入文件失敗",
|
2013-12-07 20:22:36 -05:00
|
|
|
"'.' is an invalid file name." => "'.' 是不合法的檔名",
|
|
|
|
"File name cannot be empty." => "檔名不能為空",
|
|
|
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元",
|
2013-11-20 16:10:05 -05:00
|
|
|
"Cancel" => "取消",
|
|
|
|
"Create" => "建立",
|
|
|
|
"Delete" => "刪除",
|
|
|
|
"Family" => "親人",
|
|
|
|
"Loading" => "載入中",
|
2013-11-15 20:05:27 -05:00
|
|
|
"OK" => "好",
|
2013-11-20 16:10:05 -05:00
|
|
|
"Open" => "開啟",
|
|
|
|
"Options" => "選項",
|
|
|
|
"Save" => "儲存",
|
|
|
|
"Size" => "大小",
|
|
|
|
"Text" => "文字",
|
2013-12-04 18:14:05 -05:00
|
|
|
"Edit" => "編輯",
|
2013-09-16 09:32:07 -04:00
|
|
|
"Upload" => "上傳",
|
2013-11-01 13:46:31 -04:00
|
|
|
"Save new documents to" => "儲存新檔案至",
|
2013-11-13 17:05:11 -05:00
|
|
|
"Password" => "密碼",
|
2013-11-01 13:46:31 -04:00
|
|
|
"Please enter your nickname" => "請輸入你的暱稱",
|
|
|
|
"Join" => "加入",
|
2013-09-01 11:40:51 -04:00
|
|
|
"Advanced feature-set" => "進階功能",
|
|
|
|
"(Unstable)" => "(不穩定)"
|
2013-08-28 17:35:04 -04:00
|
|
|
);
|