Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
b83eac00
Commit
b83eac00
authored
Dec 29, 2016
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Localize more strings
parent
9a4b66b2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
4 deletions
+13
-4
src/main/AndroidManifest.xml
src/main/AndroidManifest.xml
+1
-1
src/main/res/menu/profile_config_menu.xml
src/main/res/menu/profile_config_menu.xml
+2
-2
src/main/res/menu/profile_share_popup.xml
src/main/res/menu/profile_share_popup.xml
+1
-1
src/main/res/values-zh-rCN/strings.xml
src/main/res/values-zh-rCN/strings.xml
+3
-0
src/main/res/values-zh-rTW/strings.xml
src/main/res/values-zh-rTW/strings.xml
+3
-0
src/main/res/values/strings.xml
src/main/res/values/strings.xml
+3
-0
No files found.
src/main/AndroidManifest.xml
View file @
b83eac00
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
<activity
<activity
android:name=
".ProfileConfigActivity"
android:name=
".ProfileConfigActivity"
android:excludeFromRecents=
"true"
android:excludeFromRecents=
"true"
android:label=
"
Profile
config"
android:label=
"
@string/profile_
config"
android:launchMode=
"singleTask"
/>
android:launchMode=
"singleTask"
/>
<activity
<activity
...
...
src/main/res/menu/profile_config_menu.xml
View file @
b83eac00
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
<menu
xmlns:android=
"http://schemas.android.com/apk/res/android"
<menu
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
>
xmlns:app=
"http://schemas.android.com/apk/res-auto"
>
<item
android:id=
"@+id/action_delete"
<item
android:id=
"@+id/action_delete"
android:title=
"
D
elete"
android:title=
"
@string/d
elete"
android:icon=
"@drawable/ic_action_delete"
android:icon=
"@drawable/ic_action_delete"
android:alphabeticShortcut=
"d"
android:alphabeticShortcut=
"d"
android:numericShortcut=
"2"
android:numericShortcut=
"2"
app:showAsAction=
"always"
/>
app:showAsAction=
"always"
/>
<item
android:id=
"@+id/action_apply"
<item
android:id=
"@+id/action_apply"
android:title=
"
A
pply"
android:title=
"
@string/a
pply"
android:icon=
"@drawable/ic_action_done"
android:icon=
"@drawable/ic_action_done"
android:alphabeticShortcut=
"a"
android:alphabeticShortcut=
"a"
android:numericShortcut=
"3"
android:numericShortcut=
"3"
...
...
src/main/res/menu/profile_share_popup.xml
View file @
b83eac00
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<menu
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:id=
"@+id/action_qr_code_nfc"
<item
android:id=
"@+id/action_qr_code_nfc"
android:title=
"
QR code/NFC
"
android:title=
"
@string/share_qr_nfc
"
android:alphabeticShortcut=
"q"
android:alphabeticShortcut=
"q"
android:numericShortcut=
"1"
/>
android:numericShortcut=
"1"
/>
<item
android:id=
"@+id/action_export"
<item
android:id=
"@+id/action_export"
...
...
src/main/res/values-zh-rCN/strings.xml
View file @
b83eac00
...
@@ -101,7 +101,10 @@
...
@@ -101,7 +101,10 @@
<string
name=
"gotcha"
>
好的
</string>
<string
name=
"gotcha"
>
好的
</string>
<string
name=
"profile_config"
>
配置文件设置
</string>
<string
name=
"profile_config"
>
配置文件设置
</string>
<string
name=
"unsaved_changes_prompt"
>
保存修改吗?
</string>
<string
name=
"unsaved_changes_prompt"
>
保存修改吗?
</string>
<string
name=
"apply"
>
应用
</string>
<string
name=
"delete"
>
删除
</string>
<string
name=
"delete_confirm_prompt"
>
你是否确定要删除这个配置文件?
</string>
<string
name=
"delete_confirm_prompt"
>
你是否确定要删除这个配置文件?
</string>
<string
name=
"share_qr_nfc"
>
二维码 / NFC
</string>
<string
name=
"copy_url"
>
复制 URL
</string>
<string
name=
"copy_url"
>
复制 URL
</string>
<string
name=
"add_profile_dialog"
>
为影梭添加此配置文件?
</string>
<string
name=
"add_profile_dialog"
>
为影梭添加此配置文件?
</string>
<string
name=
"add_profile_methods_scan_qr_code"
>
扫描二维码
</string>
<string
name=
"add_profile_methods_scan_qr_code"
>
扫描二维码
</string>
...
...
src/main/res/values-zh-rTW/strings.xml
View file @
b83eac00
...
@@ -102,7 +102,10 @@
...
@@ -102,7 +102,10 @@
<string
name=
"gotcha"
>
我懂了!
</string>
<string
name=
"gotcha"
>
我懂了!
</string>
<string
name=
"profile_config"
>
設定檔配置
</string>
<string
name=
"profile_config"
>
設定檔配置
</string>
<string
name=
"unsaved_changes_prompt"
>
要保存更改嗎?
</string>
<string
name=
"unsaved_changes_prompt"
>
要保存更改嗎?
</string>
<string
name=
"apply"
>
應用
</string>
<string
name=
"delete"
>
刪除
</string>
<string
name=
"delete_confirm_prompt"
>
您確定要移除這個設定檔嗎?
</string>
<string
name=
"delete_confirm_prompt"
>
您確定要移除這個設定檔嗎?
</string>
<string
name=
"share_qr_nfc"
>
QR 碼 / NFC
</string>
<string
name=
"copy_url"
>
複製 URL
</string>
<string
name=
"copy_url"
>
複製 URL
</string>
<string
name=
"add_profile_dialog"
>
為 Shadowsocks 新增此設定檔?
</string>
<string
name=
"add_profile_dialog"
>
為 Shadowsocks 新增此設定檔?
</string>
<string
name=
"add_profile_methods_scan_qr_code"
>
掃描 QR 碼
</string>
<string
name=
"add_profile_methods_scan_qr_code"
>
掃描 QR 碼
</string>
...
...
src/main/res/values/strings.xml
View file @
b83eac00
...
@@ -130,7 +130,10 @@
...
@@ -130,7 +130,10 @@
<string
name=
"gotcha"
>
Gotcha!
</string>
<string
name=
"gotcha"
>
Gotcha!
</string>
<string
name=
"profile_config"
>
Profile config
</string>
<string
name=
"profile_config"
>
Profile config
</string>
<string
name=
"unsaved_changes_prompt"
>
Changes not saved. Do you want to save?
</string>
<string
name=
"unsaved_changes_prompt"
>
Changes not saved. Do you want to save?
</string>
<string
name=
"apply"
>
Apply
</string>
<string
name=
"delete"
>
Remove
</string>
<string
name=
"delete_confirm_prompt"
>
Are you sure you want to remove this profile?
</string>
<string
name=
"delete_confirm_prompt"
>
Are you sure you want to remove this profile?
</string>
<string
name=
"share_qr_nfc"
>
QR code/NFC
</string>
<string
name=
"add_profile_dialog"
>
Add this Shadowsocks Profile?
</string>
<string
name=
"add_profile_dialog"
>
Add this Shadowsocks Profile?
</string>
<string
name=
"add_profile_methods_scan_qr_code"
>
Scan QR code
</string>
<string
name=
"add_profile_methods_scan_qr_code"
>
Scan QR code
</string>
<string
name=
"add_profile_methods_manual_settings"
>
Manual Settings
</string>
<string
name=
"add_profile_methods_manual_settings"
>
Manual Settings
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment