-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from gy6543721/develop
[Release] 0.0.4
- Loading branch information
Showing
6 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Gemini</string> | ||
<string name="action_go">提交</string> | ||
<string name="gemini_input_label">爱你的魔法小助手</string> | ||
<string name="gemini_input_hint">请输入任何文字,小助手会亲切地回应你哟</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Gemini</string> | ||
<string name="action_go">遞交</string> | ||
<string name="gemini_input_label">愛你嘅魔法小幫手</string> | ||
<string name="gemini_input_hint">請輸入任何文字,小幫手會友善咁回應你</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Gemini</string> | ||
<string name="action_go">送出</string> | ||
<string name="gemini_input_label">愛你的魔法小幫手</string> | ||
<string name="gemini_input_hint">請輸入任何文字,小幫手會親切的回應你唷</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<resources> | ||
<string name="app_name">Gemini</string> | ||
<string name="action_go">送出</string> | ||
<string name="gemini_input_label">愛你的魔法小幫手</string> | ||
<string name="gemini_input_hint">請輸入任何文字,小幫手會親切的回應你唷</string> | ||
<string name="action_go">GO</string> | ||
<string name="gemini_input_label">Your lovely magic assistant</string> | ||
<string name="gemini_input_hint">Please ask anything you want to know, Gemini will respond to you kindly</string> | ||
</resources> |