Skip to content

Commit

Permalink
Merge pull request #426 from Linyixuan10/master
Browse files Browse the repository at this point in the history
Translate to Chinese Simplified
  • Loading branch information
roeiedri authored May 7, 2022
2 parents 36d345c + 3427ba0 commit 0f66320
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
60 changes: 60 additions & 0 deletions chooloolib/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Koler</string>
<string name="recents">最近</string>
<string name="contacts">联系人</string>
<string name="conference">电话会议</string>
<string name="default_page">默认</string>
<string name="settings">设置</string>
<string name="theme_mode_dark">暗黑模式</string>
<string name="theme_mode_light">白色模式</string>
<string name="theme_mode_system">系统</string>
<string name="prompt_yes_or_no">确定?</string>
<string name="prompt_are_you_sure">确定?</string>
<string name="number_copied_to_clipboard">号码已复制到剪贴板</string>
<string name="action_yes">是</string>
<string name="action_no">否</string>
<string name="action_answer">接听</string>
<string name="action_hangup">回复</string>
<string name="action_show_history">显示历史通话</string>
<string name="action_block_number">阻挡电话号码</string>
<string name="action_unblock_number">取消阻挡电话号码</string>
<string name="support_email">choolookulu@gmail.com</string>
<string name="hint_search">搜索</string>
<string name="hint_theme_mode">主题模式</string>
<string name="hint_sim_account">SIM账户</string>
<string name="hint_default_page">默认页面</string>
<string name="hint_animations">显示动效</string>
<string name="hint_search_recents">搜索最近通话</string>
<string name="hint_search_contacts">搜索联系人</string>
<string name="hint_compact_mode">让列表紧凑</string>
<string name="hint_search_items">搜索联系人或最近通话</string>
<string name="hint_dialpad_vibrate">点击拨号盘时振动</string>
<string name="hint_should_ask_sim">在拨号前选择SIM卡</string>
<string name="hint_dialpad_tones">在拨号板上启用声音</string>
<string name="hint_show_blocked">显示数字的阻挡/解锁阻挡选项(需要默认拨号程序)。</string>
<string name="explain_choose_theme_mode">设置Koler的主题模式,重新启动应用以查看更改</string>
<string name="explain_choose_sim_account">用其他SIM账号呼叫</string>
<string name="call_action_mute">静音</string>
<string name="call_action_unmute">取消静音</string>
<string name="call_action_speaker">音响</string>
<string name="call_action_speaker_off">关闭音响</string>
<string name="call_status_new">新电话</string>
<string name="call_status_dialing">正在拨号</string>
<string name="call_status_holding">暂停通话</string>
<string name="call_status_connecting">连接中...</string>
<string name="call_status_incoming">来电</string>
<string name="call_status_active">正在通话</string>
<string name="call_status_disconnected">通话结束</string>
<string name="call_status_pulling_call">拉电话...</string>
<string name="call_status_unknown">通话状态未知</string>
<string name="call_status_disconnecting">电话停止连接</string>
<string name="call_status_phone_account">选择手机账号</string>
<string name="pref_title_rate">速度</string>
<string name="pref_title_compact">紧凑模式</string>
<string name="pref_title_animations">动效</string>
<string name="pref_title_app_color">主要颜色</string>
<string name="pref_title_theme_mode">主题模式</string>
<string name="content_description_empty_list_icon">空列表图标</string>
<string name="content_description_favorite_star">星标</string>
</resources>
9 changes: 9 additions & 0 deletions koler/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="pref_title_default_page">默认页面</string>
<string name="pref_title_dialpad_tones">拨号盘触摸音效</string>
<string name="pref_title_group_recents">Group similar recents</string>
<string name="pref_title_ask_sim">Should ask for sim</string>
<string name="pref_title_show_blocked">Show block number option</string>
<string name="pref_title_dialpad_vibrate">点击拨号盘时振动</string>
</resources>

0 comments on commit 0f66320

Please sign in to comment.