Skip to content

Commit

Permalink
添加基礎翻譯文件
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe7002 committed Dec 11, 2024
1 parent 8ad15bd commit 4c58e6f
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ app/.project
app/.settings/

play-service-key.json

!/app/src/main/res/values/strings.xml
strings.xml
114 changes: 114 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="Lang">en_gb</string>
<string name="time_format">dd/MMM/yyyy HH:mm:ss z</string>
<string name="content">"Content: "</string>
<string name="from">"From: "</string>
<string name="to">"To: "</string>
<string name="send_sms_head">Send SMS</string>
<string name="system_message_head">[System Information]</string>
<string name="success_connect">Connected to the Telegram Server.</string>
<string name="connect_wait_title">Connecting to the Telegram server…</string>
<string name="connect_wait_message">Please wait…</string>
<string name="select_chat">Select Chat</string>
<string name="missed_call_head">Missed Call</string>
<string name="Incoming_number">"Call From: "</string>
<string name="battery_low">Battery is low.</string>
<string name="charger_connect">Charger connected.</string>
<string name="charger_disconnect">Charger disconnected.</string>
<string name="bot_token">Bot Token</string>
<string name="chat_id">Chat ID</string>
<string name="message_thread_id">Topic ID</string>
<string name="trusted_phone_number">Trusted phone number</string>
<string name="get_recent_chat_id">Get recent chat ID</string>
<string name="test_and_save">Test and save</string>
<string name="network_error_falls_back_to_sms">Forward SMS to trusted number when network unavailable</string>
<string name="current_battery_level">"Battery level: "</string>
<string name="low_battery_status_end">Battery has been charged to a safe level.</string>
<string name="logcat">View log</string>
<string name="token_not_configure">Please configure the bot token first.</string>
<string name="chat_id_or_token_not_config">Please configure the bot token and chat ID first.</string>
<string name="unable_get_recent">Fail to get recent chat history</string>
<string name="chat_command">Response to chat command</string>
<string name="unknown_command">Unknown command, send /help to get the available commands list.</string>
<string name="current_network_connection_status">"Network status: "</string>
<string name="battery_monitoring">Monitor battery level change</string>
<string name="trusted_phone_number_empty">Trusted phone number cannot be empty.</string>
<string name="service_is_running">Service is running…</string>
<string name="battery_monitoring_notify">"Battery monitor "</string>
<string name="chat_command_service_name">"Chat command "</string>
<string name="success">Success</string>
<string name="receive_sms_head">Receive SMS</string>
<string name="available_command">Available Commands:\n/help - Display help information\n/getinfo - Get system information\n/log - Output the last 10 log records</string>
<string name="restart_service">Background service has been restarted.</string>
<string name="status">"Status: "</string>
<string name="send_failed">Failed</string>
<string name="airplane_mode">Device is in Airplane mode</string>
<string name="no_network">No service</string>
<string name="sendsms_dual">/sendsms1 - Send SMS using SIM slot 1\n/sendsms2 - Send SMS using SIM slot 2</string>
<string name="display_sim_card_alias_in_dual_card_mode">Display SIM card alias</string>
<string name="failed_to_get_information">Fail to get information.</string>
<string name="sendsms">/sendsms - Send SMS</string>
<string name="sending">Sending</string>
<string name="get_recent_chat_title">Retrieving recent chats…</string>
<string name="get_recent_chat_message">Please send some messages to the bot.</string>
<string name="using_doh">Using DNS over HTTPS</string>
<string name="no_logs">No logs yet.</string>
<string name="charger_status">Monitor charger status</string>
<string name="using_verification_code_identification">Verification code automatic extraction (Alpha)</string>
<string name="user_manual">User manual</string>
<string name="privacy_policy">Privacy policy</string>
<string name="charging">Charging</string>
<string name="enter_number">Please enter the receiver\'s number.</string>
<string name="enter_content">Please enter the message to be sent.</string>
<string name="unable_get_phone_number">Unable to get phone number.</string>
<string name="donate">Donate</string>
<string name="not_charging">Not charging</string>
<string name="using_privacy_mode">Respond only to commands containing the Bot username</string>
<string name="scan_title">Scan QR code</string>
<string name="no_camera_permission">Please allow camera access for QR code scanning.</string>
<string name="error_message_head">"Error message: "</string>
<string name="error_stop_message">A fatal error has occurred, the program has stopped.</string>
<string name="app_list">App list</string>
<string name="receive_notification_title">[Receive Notification]</string>
<string name="app_name_title">"App: "</string>
<string name="title">"Title: "</string>
<string name="Notification_Listener_title">"Notification Listener "</string>
<string name="send_ussd_head">[Send USSD]</string>
<string name="request">"Request: "</string>
<string name="error_message">"Error message: "</string>
<string name="send_ussd_command">/sendussd - Send USSD request</string>
<string name="ussd_code_running">USSD code running…</string>
<string name="privacy_reminder_information">You should be aware that using Telegram-SMS means you trust the way we handle your information. We fully understand that it is a significant responsibility, thus we work hard to protect your information and make sure you can take everything under control. Please refer to our privacy policy to understand your rights and better protect your privacy.</string>
<string name="privacy_reminder_title">Privacy and terms</string>
<string name="agree">Agree</string>
<string name="decline">"I'll decide later"</string>
<string name="visit_page">Visit the Privacy Terms page</string>
<string name="failed_resend">"Resending failed SMS"</string>
<string name="proxy_enable">Enable</string>
<string name="proxy_host">Host</string>
<string name="proxy_port">Port</string>
<string name="proxy_username">Username</string>
<string name="proxy_password">Password</string>
<string name="keywords">Keywords</string>
<string name="spam_sms_keyword_title">SMS blocklist</string>
<string name="spam_keyword_edit_title">Edit Keyword</string>
<string name="spam_keyword_add_title">Add Keyword</string>
<string name="proxy_title">Proxy</string>
<string name="proxy_dialog_title">Socks5 proxy setup</string>
<string name="set_notification_listener">Notification listener</string>
<string name="time">"Time: "</string>
<string name="doh_over_socks5">DNS over HTTPS requests over Socks5</string>
<string name="get_spam_sms">/getspamsms - Get filtered spam messages</string>
<string name="spam_count_title">"Filtered spam: "</string>
<string name="no_spam_history">No spam history</string>
<string name="transfer_configuration">Transfer Configuration</string>
<string name="ok_button">OK</string>
<string name="about_title">About</string>
<string name="about_content">"Developer: qwe7002\nEnglish translation: @tangbao @jixunmoe\nCurrent version: "</string>
<string name="send_ussd_dual_command">"/sendussd1 - Send USSD request using SIM slot 1\n/sendussd2 - Send USSD request using SIM slot 2"</string>
<string name="qrcode_notice">Keep this QR code safe!\nPlease don\'t share it with others.</string>
<string name="cancel_button">Cancel</string>
<string name="delete_button">Delete</string>
<string name="send_button">Send</string>
</resources>

0 comments on commit 4c58e6f

Please sign in to comment.