Explorar el Código

update some translate

fix words translated error
Horken hace 9 años
padre
commit
57663b9eb4
Se han modificado 1 ficheros con 10 adiciones y 8 borrados
  1. 10 8
      locale/zh-tw.js

+ 10 - 8
locale/zh-tw.js

@@ -1,12 +1,14 @@
 
 $.fullCalendar.locale("zh-tw", {
 	buttonText: {
-		month: "月",
-		week: "週",
-		day: "天",
-		list: "待辦事項"
-	},
-	allDayText: "全天",
-	eventLimitText: "更多",
-	noEventsMessage: "没有事件显示"
+        month: "月",
+        week: "週",
+        day: "天",
+        list: "活動列表"
+    },
+    allDayText: "整天",
+    eventLimitText: function(n) {
+        return '顯示更多';
+    },
+    noEventsMessage: "没有任何活動"
 });