diff --git a/assets/translation.json b/assets/translation.json index aa13239..796bab9 100644 --- a/assets/translation.json +++ b/assets/translation.json @@ -146,7 +146,16 @@ "Select a cbz file." : "选择一个cbz文件", "A cbz file" : "一个cbz文件", "Fullscreen": "全屏", - "Exit": "退出" + "Exit": "退出", + "View more": "查看更多", + "Sort": "排序", + "Name": "名称", + "Date": "日期", + "Date Desc": "日期降序", + "Start": "开始", + "Export App Data": "导出应用数据", + "Import App Data": "导入应用数据", + "Export": "导出" }, "zh_TW": { "Home": "首頁", @@ -295,6 +304,15 @@ "Select a cbz file." : "選擇一個cbz文件", "A cbz file" : "一個cbz文件", "Fullscreen": "全螢幕", - "Exit": "退出" + "Exit": "退出", + "View more": "查看更多", + "Sort": "排序", + "Name": "名稱", + "Date": "日期", + "Date Desc": "日期降序", + "Start": "開始", + "Export App Data": "匯出應用數據", + "Import App Data": "匯入應用數據", + "Export": "匯出" } } \ No newline at end of file diff --git a/lib/components/button.dart b/lib/components/button.dart index 96f7e15..2a1f6e6 100644 --- a/lib/components/button.dart +++ b/lib/components/button.dart @@ -156,7 +156,7 @@ class _ButtonState extends State