From c0efa3052113be2492c651090e9839c2dadb0cc3 Mon Sep 17 00:00:00 2001 From: badboysing Date: Sat, 5 Sep 2020 16:53:59 +0800 Subject: [PATCH] Add Traditional Chinese support --- .classpath | 8 ++++++ .project | 17 +++++++++++++ app/src/main/res/values-zh-tw/strings.xml | 30 +++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 app/src/main/res/values-zh-tw/strings.xml diff --git a/.classpath b/.classpath new file mode 100644 index 00000000..42f83bda --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 00000000..d5683d23 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + Minimal-Todo + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/app/src/main/res/values-zh-tw/strings.xml b/app/src/main/res/values-zh-tw/strings.xml new file mode 100644 index 00000000..a223937d --- /dev/null +++ b/app/src/main/res/values-zh-tw/strings.xml @@ -0,0 +1,30 @@ + + + Minimal + + 設置 + 任務完成 + 標題 + 提醒我 + 日期 + 時間 + 設置提醒時間為 %1$s, %2$s %3$s + 關於 + 版本號: %1$s + 聯繫開發團隊 + 由Avjinder主導開發 + 完成 + 今天 + 當前日期不正確 + 夜間模式已開啟 + 夜間模式已關閉 + + + 10 分鐘 + 30 分鐘 + 1 小時 + + + 打盹 + 移除 + \ No newline at end of file