richdocuments/l10n/zh_TW.php

78 lines
2.5 KiB
PHP
Raw Normal View History

2014-10-27 16:29:45 -04:00
<?php
$TRANSLATIONS = array(
2014-10-30 00:43:20 -04:00
"Documents" => "文件",
2014-04-25 00:43:31 -04:00
"Can't create document" => "無法建立文件",
"You don't have permission to rename this document" => "您沒有重新命名的權限",
2014-10-18 00:43:10 -04:00
"Directory saved successfully." => "資料夾已成功儲存.",
2014-10-30 00:43:20 -04:00
"An error occurred while changing directory." => "變更資料夾時發生錯誤.",
"Saved" => "已儲存",
2014-07-12 00:43:24 -04:00
"Saving..." => "儲存中...",
2014-05-12 00:44:33 -04:00
"Failed to load documents." => "載入文件失敗",
2014-04-25 00:43:31 -04:00
"No connection to server. Trying to reconnect." => "未連接伺服器,嘗試連線中。",
2014-03-15 01:11:32 -04:00
"Save" => "儲存",
2014-04-25 00:43:31 -04:00
"Loading 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." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元",
2014-04-25 00:43:31 -04:00
"Align Left" => "靠左對齊",
"Alignment" => "文字對齊",
"Align Right" => "靠右對齊",
"Annotate" => "註釋",
"Background" => "背景",
"Bold" => "粗體",
"Bottom" => "底部",
2013-11-20 16:10:05 -05:00
"Cancel" => "取消",
2014-04-25 00:43:31 -04:00
"Center" => "中央",
"Clone" => "複製",
"Clone this Style" => "複製樣式",
2014-07-15 00:43:40 -04:00
"Close" => " 關閉",
2014-04-25 00:43:31 -04:00
"Color" => "色彩",
2013-11-20 16:10:05 -05:00
"Create" => "建立",
2014-04-25 00:43:31 -04:00
"Decrease Indent" => "減少縮排",
"Default Style" => "預設樣式",
2013-11-20 16:10:05 -05:00
"Delete" => "刪除",
"Family" => "親人",
2014-04-25 00:43:31 -04:00
"Font" => "字型",
"Font Effects" => "字型效果",
"Format" => "格式",
"Increase Indent" => "增加縮排",
"Insert Image" => "插入圖片",
"Invite Members" => "邀請會員",
"Italic" => "斜體",
2013-11-20 16:10:05 -05:00
"Loading" => "載入中",
2014-04-25 00:43:31 -04:00
"Members" => "會員",
"New Name:" => "新名稱:",
2014-10-18 00:43:10 -04:00
"OK" => "確定",
2013-11-20 16:10:05 -05:00
"Open" => "開啟",
"Options" => "選項",
2014-04-25 00:43:31 -04:00
"Paragraph..." => "段落...",
"Paragraph Styles" => "段落樣式",
"Redo" => "重做",
2013-11-20 16:10:05 -05:00
"Size" => "大小",
2014-04-25 00:43:31 -04:00
"Style" => "樣式",
2013-11-20 16:10:05 -05:00
"Text" => "文字",
2014-04-25 00:43:31 -04:00
"Top" => "頂端",
"Underline" => "下底線",
"Undo" => "復原",
"Unknown Author" => "作者不明",
2013-12-04 18:14:05 -05:00
"Edit" => "編輯",
2014-12-20 00:43:17 -05:00
"Share" => "分享",
2014-04-25 00:43:31 -04:00
"guest" => "訪客",
"Local" => "本地",
"External" => "外部",
2014-11-12 00:43:25 -05:00
"Disabled" => "已停用",
2014-04-25 00:43:31 -04:00
"scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
"Server URL" => "伺服器網址",
2014-10-18 00:43:10 -04:00
"Apply and test" => "套用並測試",
2014-04-25 00:43:31 -04:00
"New document" => "新文件",
2014-08-09 00:43:08 -04:00
"Upload (max. %s)" => "上傳(至多 %s",
2013-09-16 09:32:07 -04:00
"Upload" => "上傳",
2013-11-01 13:46:31 -04:00
"Save new documents to" => "儲存新檔案至",
2014-04-25 00:43:31 -04:00
"Wrong password. Please retry." => "密碼錯誤,請重新嘗試。",
2013-11-13 17:05:11 -05:00
"Password" => "密碼",
2014-04-25 00:43:31 -04:00
"Guest %s" => "訪客 %s",
2013-09-01 11:40:51 -04:00
"Advanced feature-set" => "進階功能",
"(Unstable)" => "(不穩定)"
2013-08-28 17:35:04 -04:00
);
2014-10-27 16:29:45 -04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";