Blame view
sources/apps/documents/l10n/zh_TW.php
2.33 KB
|
d1bafeea1
|
1 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
2 3 |
"Can't create document" => "無法建立文件", "You don't have permission to rename this document" => "您沒有重新命名的權限", |
|
d1bafeea1
|
4 |
"Documents" => "文件", |
|
d1bafeea1
|
5 |
"Failed to load documents." => "載入文件失敗", |
|
6d9380f96
|
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
"No documents are found. Please upload or create a document!" => "找不到文件。請上傳或建立一個文件!", "Share" => "分享", "Close" => " 關閉", "No connection to server. Trying to reconnect." => "未連接伺服器,嘗試連線中。", "Save" => "儲存", "Loading documents..." => "讀取文件中...", "'.' is an invalid file name." => "'.' 是不合法的檔名", "File name cannot be empty." => "檔名不能為空", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元", "Align Left" => "靠左對齊", "Alignment" => "文字對齊", "Align Right" => "靠右對齊", "Annotate" => "註釋", "Background" => "背景", "Bold" => "粗體", "Bottom" => "底部", |
|
d1bafeea1
|
22 |
"Cancel" => "取消", |
|
6d9380f96
|
23 24 25 26 |
"Center" => "中央", "Clone" => "複製", "Clone this Style" => "複製樣式", "Color" => "色彩", |
|
d1bafeea1
|
27 |
"Create" => "建立", |
|
6d9380f96
|
28 29 |
"Decrease Indent" => "減少縮排", "Default Style" => "預設樣式", |
|
d1bafeea1
|
30 31 |
"Delete" => "刪除", "Family" => "親人", |
|
6d9380f96
|
32 33 34 35 36 37 38 |
"Font" => "字型", "Font Effects" => "字型效果", "Format" => "格式", "Increase Indent" => "增加縮排", "Insert Image" => "插入圖片", "Invite Members" => "邀請會員", "Italic" => "斜體", |
|
d1bafeea1
|
39 |
"Loading" => "載入中", |
|
6d9380f96
|
40 41 |
"Members" => "會員", "New Name:" => "新名稱:", |
|
d1bafeea1
|
42 43 44 |
"OK" => "好", "Open" => "開啟", "Options" => "選項", |
|
6d9380f96
|
45 46 47 |
"Paragraph..." => "段落...", "Paragraph Styles" => "段落樣式", "Redo" => "重做", |
|
d1bafeea1
|
48 |
"Size" => "大小", |
|
6d9380f96
|
49 |
"Style" => "樣式", |
|
d1bafeea1
|
50 |
"Text" => "文字", |
|
6d9380f96
|
51 52 53 54 55 56 57 58 59 60 61 62 |
"Top" => "頂端", "Underline" => "下底線", "Undo" => "復原", "Unknown Author" => "作者不明", "Edit" => "編輯", "guest" => "訪客", "Local" => "本地", "External" => "外部", "scheme://domain.tld[:port]" => "scheme://domain.tld[:port]", "Server URL" => "伺服器網址", "Apply" => "套用", "New document" => "新文件", |
|
d1bafeea1
|
63 64 |
"Upload" => "上傳", "Save new documents to" => "儲存新檔案至", |
|
6d9380f96
|
65 |
"Wrong password. Please retry." => "密碼錯誤,請重新嘗試。", |
|
d1bafeea1
|
66 |
"Password" => "密碼", |
|
6d9380f96
|
67 |
"Guest %s" => "訪客 %s", |
|
d1bafeea1
|
68 69 70 |
"Advanced feature-set" => "進階功能", "(Unstable)" => "(不穩定)" ); |