Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Traditional Chinese translation #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="app/src/androidTest/java"/>
<classpathentry kind="src" path="app/src/main/java"/>
<classpathentry kind="lib" path="gradle/wrapper/gradle-wrapper.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Minimal-Todo</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
30 changes: 30 additions & 0 deletions app/src/main/res/values-zh-tw/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Minimal</string>

<string name="action_settings">設置</string>
<string name="no_to_dos">任務完成</string>
<string name="title">標題</string>
<string name="remind_me">提醒我</string>
<string name="choose_date">日期</string>
<string name="choose_time">時間</string>
<string name="remind_date_and_time">設置提醒時間為 %1$s, %2$s %3$s</string>
<string name="about">關於</string>
<string name="app_version">版本號: %1$s</string>
<string name="contact_me">聯繫開發團隊</string>
<string name="made_by">由Avjinder主導開發</string>
<string name="done_label">完成</string>
<string name="date_reminder_default">今天</string>
<string name="date_error_check_again">當前日期不正確</string>
<string name="night_mode_on_summary">夜間模式已開啟</string>
<string name="night_mode_off_summary">夜間模式已關閉</string>

<string-array name="snooze_options">
<item>10 分鐘</item>
<item>30 分鐘</item>
<item>1 小時</item>
</string-array>

<string name="snooze">打盹</string>
<string name="remove">移除</string>
</resources>