Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Update Chinese Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sea-n committed Sep 5, 2017
1 parent 0b6f924 commit 27c0866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "taipei.sean.telegram.botplayground"
minSdkVersion 21
targetSdkVersion 25
versionCode 37
versionName "1.4.15"
versionCode 38
versionName "1.5.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [onesignal_app_id: "07dbb755-8e15-4edb-9c2c-281efae2b677",
// Project number pulled from dashboard, local value is ignored.
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<string name="menu_join_group">加入群組</string>
<string name="menu_github">到 GitHub 給星星</string>
<string name="menu_export">將資料庫匯出至 SD Card</string>
<string name="menu_about">About</string>
<string name="menu_about">關於</string>

<string name="title_activity_add_bot">加入 Bot</string>
<string name="title_activity_bot_api">Bot API 發送器</string>
<string name="title_activity_pwrtelegram_api">PWRTelegram API</string>
<string name="title_activity_madeline_api">Madeline API</string>
<string name="title_activity_favorite">我的最愛</string>
<string name="title_activity_add_favorite">新增最愛</string>
<string name="title_activity_about">About This App</string>
<string name="title_activity_about">關於 App</string>

<string name="no_bot_placeholder">還沒有現成 Bot,請點右下角 + 以加入 Bot</string>
<string name="not_normal_bot">請使用普通 Bot Token</string>
Expand Down

0 comments on commit 27c0866

Please sign in to comment.