forked from NetEase/Emmagee
-
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.
- Loading branch information
1 parent
5d0a85c
commit 30f676d
Showing
14 changed files
with
284 additions
and
184 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 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
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
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,69 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="app_name">Emmagee</string> | ||
<string name="setting">Setting</string> | ||
<string name="exit">Exit</string> | ||
|
||
<string name="start_test">Start Test</string> | ||
<string name="stop_test">Stop Test</string> | ||
|
||
<string name="collecting_frequency">Collecting Frequency:</string> | ||
<string name="seconds">Seconds</string> | ||
<string name="sender">Sender:</string> | ||
<string name="password">Password:</string> | ||
<string name="smtp">SMTP Server:</string> | ||
<string name="receiver">Receiver(Space division multiple people):</string> | ||
<string name="floating_window">Whether to display the floating window</string> | ||
<string name="save">Save</string> | ||
|
||
<string name="calculating">Calculating, please waiting...</string> | ||
<string name="open_wifi">Open Wifi</string> | ||
<string name="close_wifi">Close wifi</string> | ||
<string name="process_free_mem">Process/Free Memory:</string> | ||
<string name="process_overall_cpu">Process/Total CPU:</string> | ||
<string name="start_time">Start Time:</string> | ||
<string name="total_usage">Total usage</string> | ||
<string name="app_monitor_title">The Monitor Information of Specified Process</string> | ||
<string name="process_package">Process Package</string> | ||
<string name="process_name">Process name</string> | ||
<string name="process_pid">Process PID</string> | ||
<string name="mem_size">Mobile Memory Size</string> | ||
<string name="cpu_type">Mobile CPU Type</string> | ||
<string name="android_system_version">Android System Version</string> | ||
<string name="mobile_type">Mobile Type</string> | ||
<string name="datetime">Datetime</string> | ||
<string name="used_mem_PSS">App Used Memory(PSS)</string> | ||
<string name="used_mem_ratio">App Used Memory Ratio比</string> | ||
<string name="mobile_free_mem">Free Memory</string> | ||
<string name="app_used_cpu_ratio">App Used CPU Ratio</string> | ||
<string name="total_used_cpu_ratio">Total Used CPU Ratio</string> | ||
<string name="traffic">Traffic</string> | ||
<string name="battery">Battery</string> | ||
<string name="current">Current</string> | ||
<string name="temperature">Temperature</string> | ||
<string name="voltage">Voltage</string> | ||
<string name="stat_error">Stat Error</string> | ||
|
||
<string name="comment1">Comment:Some known devices are not supported:https://github.com/NetEase/Emmagee/wiki/Some-devices-are-not-supported</string> | ||
<string name="comment2">Current:less then 0 is discharging and greater then 0 is charging.</string> | ||
<string name="comment3">Start time is blank means the app have started or failed to get the start time.</string> | ||
<string name="comment4">N/A means not supported or data exception.</string> | ||
|
||
<string name="can_not_start_app_toast">The app can not start</string> | ||
<string name="choose_app_toast">Please select the test app</string> | ||
<string name="test_result_file_toast">The test result file:</string> | ||
<string name="save_success_toast">Saved successfully</string> | ||
<string name="sender_mail_toast">Sender email</string> | ||
<string name="receiver_mail_toast">Receiver email</string> | ||
<string name="format_incorrect_format">\'s format is incorrect</string> | ||
<string name="info_incomplete_toast">The email setting is incomplete, please finish them.</string> | ||
<string name="wifi_fail_toast">Operate wifi failed</string> | ||
<string name="send_success_toast">The test result have send to your email.</string> | ||
<string name="send_fail_toast">The test result have not send to your email, saved at:</string> | ||
|
||
<string name="ok">OK</string> | ||
<string name="cancel">Cancel</string> | ||
<string name="confirm">Are you sure to exit?</string> | ||
|
||
</resources> |
Oops, something went wrong.