##// END OF EJS Templates
zh-TW update....
Jean-Philippe Lang -
r2516:5eae20f3d419
parent child
Show More
@@ -9,8 +9,8
9 9 # When no format has been given, it uses default.
10 10 # You can provide other formats here if you like!
11 11 default: "%Y-%m-%d"
12 short: "%m月%d日"
13 long: "%Y年%m月%d日"
12 short: "%b%d日"
13 long: "%Y年%b%d日"
14 14
15 15 day_names: [星期日, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
16 16 abbr_day_names: [, , , , , , ]
@@ -348,6 +348,7
348 348 field_editable: 可編輯
349 349 field_watcher: 觀察者
350 350 field_identity_url: OpenID 網址
351 field_content: 內容
351 352
352 353 setting_app_title: 標題
353 354 setting_app_subtitle: 副標題
@@ -768,6 +769,9
768 769 label_issue_watchers: 觀察者
769 770 label_example: 範例
770 771 label_display: 顯示
772 label_sort: 排序
773 label_ascending: 遞增排序
774 label_descending: 遞減排序
771 775
772 776 button_login: 登入
773 777 button_submit: 送出
@@ -887,7 +891,3
887 891 enumeration_issue_priorities: 項目優先權
888 892 enumeration_doc_categories: 文件分類
889 893 enumeration_activities: 活動 (時間追蹤)
890 field_content: Content
891 label_descending: Descending
892 label_sort: Sort
893 label_ascending: Ascending
General Comments 0
You need to be logged in to leave comments. Login now