Skip to content

Commit 1b896ea

Browse files
author
qwe7002
committed
Merge branch 'develop' into 'master'
修改大小写 See merge request SilverBlog/SilverBlog_Android!65
2 parents 748d2db + 1fc0f2d commit 1b896ea

File tree

2 files changed

+26
-27
lines changed

2 files changed

+26
-27
lines changed

app/src/main/res/layout/content_activity_main.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,20 @@
5858
<Button
5959
android:id="@+id/save_button"
6060
android:layout_width="wrap_content"
61-
android:layout_height="wrap_content"
62-
android:layout_below="@+id/password_group"
63-
android:text="@string/save_button"
61+
android:layout_height="58dp"
6462
android:layout_alignParentEnd="true"
65-
android:layout_toEndOf="@+id/eton_placeholder" />
63+
android:layout_below="@+id/password_group"
64+
android:layout_toEndOf="@+id/eton_placeholder"
65+
android:text="@string/save_button" />
6666

6767
<Button
6868
android:id="@+id/use_old"
6969
android:layout_width="wrap_content"
70-
android:layout_height="wrap_content"
70+
android:layout_height="58dp"
7171
android:layout_alignParentStart="true"
7272
android:layout_below="@+id/password_group"
73-
android:text="@string/use_old"
74-
android:layout_toStartOf="@+id/save_button" />
73+
android:layout_toStartOf="@+id/save_button"
74+
android:text="@string/use_old" />
7575

7676

7777
</RelativeLayout>

app/src/main/res/values/strings.xml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
<string name="https_myblog_com">Blog address (example: https://demo.silverblog.org)</string>
1010

11-
<string name="admin_password">admin password</string>
11+
<string name="admin_password">Password</string>
1212

1313
<string name="save_button">Save</string>
1414

15-
<string name="scanner_notify">Please execute [./manage.py qrcode] and scan the QRcode</string>
15+
<string name="scanner_notify">Please execute [./manage.py qrcode] and scan the Qrcode</string>
1616

17-
<string name="document">article</string>
17+
<string name="document">Article</string>
1818

19-
<string name="menu">menu</string>
19+
<string name="menu">Menu</string>
2020

21-
<string name="document_title">article title</string>
21+
<string name="document_title">Article title</string>
2222

23-
<string name="document_url">article URL (leave blank for Pinyin)</string>
23+
<string name="document_url">Article URL (leave blank for Pinyin)</string>
2424

2525
<string name="document_content">Article Content</string>
2626

@@ -32,34 +32,34 @@
3232

3333
<string name="visit_document">Visit new blog</string>
3434

35-
<string name="cancel">cancel</string>
35+
<string name="cancel">Cancel</string>
3636

37-
<string name="loading">connecting to server...</string>
37+
<string name="loading">connecting to server</string>
3838

39-
<string name="loading_message">submitting data, please wait...</string>
39+
<string name="loading_message">submitting data, please wait</string>
4040

4141
<string name="list_is_none">The current article list is empty</string>
4242

4343
<string name="network_error">Failed to get article list, please check network status!</string>
4444

45-
<string name="git_push_error">operation failed! Please check the API server output!</string>
45+
<string name="git_push_error">Operation failed! Please check the API server output!</string>
4646

4747
<string name="delete_notify">Delete this article? (Warning! This operation is irreversible, please exercise caution!)</string>
4848

49-
<string name="modify">modify</string>
49+
<string name="modify">Modify</string>
5050

51-
<string name="delete">delete</string>
51+
<string name="delete">Delete</string>
5252

5353
<string name="scan_button">Scan QR code</string>
5454

55-
<string name="share_menu_button">share</string>
55+
<string name="share_menu_button">Share</string>
5656

5757
<string name="edit_title">Edit article</string>
5858

5959
<string name="content_not_none">title and content can not be empty!</string>
6060

61-
<string name="post_title">Post article</string>
62-
    <string name="check_input">Please configure server information</string>first
61+
<string name="post_title">New article</string>
62+
<string name="check_input">Please configure server information first!</string>
6363

6464
<string name="config_save">Configuration Saved</string>
6565

@@ -69,22 +69,21 @@
6969

7070
<string name="check_config">Please check your System.json configuration file.</string>
7171

72-
    
7372
<string name="navigation_drawer_open" translatable="false">Open navigation drawer</string>
7473

7574
<string name="navigation_drawer_close" translatable="false">Close navigation drawer</string>
7675

77-
<string name="logout">logout</string>
76+
<string name="logout">Logout</string>
7877

79-
<string name="notice">notice</string>
78+
<string name="notice">Notice</string>
8079

8180
<string name="save_notice">The article has not been saved, do you really want to leave the edit page?</string>
8281

8382
<string name="share_recive">To receive the share data, select the action</string>
8483

85-
<string name="use_old">use the previous configuration</string>
84+
<string name="use_old">use the previous config</string>
8685

8786
<string name="select_config">Please select the configuration file</string>
8887
<string name="api_too_low">The current server API version is too low. Please try again after upgrading.</string>
89-
<string name="select">Select</string>
88+
<string name="select">Please select operation</string>
9089
</resources>

0 commit comments

Comments
 (0)