diff --git a/assets/translation.json b/assets/translation.json index 20be28f..796bab9 100644 --- a/assets/translation.json +++ b/assets/translation.json @@ -152,7 +152,10 @@ "Name": "名称", "Date": "日期", "Date Desc": "日期降序", - "Start": "开始" + "Start": "开始", + "Export App Data": "导出应用数据", + "Import App Data": "导入应用数据", + "Export": "导出" }, "zh_TW": { "Home": "首頁", @@ -307,6 +310,9 @@ "Name": "名稱", "Date": "日期", "Date Desc": "日期降序", - "Start": "開始" + "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