Skip to content

Commit

Permalink
chore: translate strings to chinese for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
adityastic committed Jun 20, 2019
1 parent 2ef6cd3 commit bfa6383
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
16 changes: 9 additions & 7 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<string name="app_name">徽章魔术</string>

<string name="enable_bluetooth">您必须打开蓝牙才能使用发送功能</string>
<string name="grant_required_permission">您必须授予所需的权限</string>

<string name="flash">闪</string>
<string name="marquee">华盖</string>
Expand Down Expand Up @@ -31,7 +30,6 @@
<string name="delete">删除</string>
<string name="share">分享</string>
<string name="deleted_saved">已保存的徽章已删除。</string>

<string name="menu_import">进口</string>
<string name="invalid_import_json">选择有效徽章魔术配置</string>
<string name="save_dialog_already_present">文件已存在</string>
Expand Down Expand Up @@ -82,9 +80,13 @@
<string name="language">语言</string>
<string name="drawer_settings">设置</string>
<string name="change_language">为了更改语言,我们需要重新启动应用程序。</string>
<string name="saved_edited_badge">Saved Badge Successfully</string>
<string name="save">Save</string>
<string name="drawer_draw_badge">Draw Badge</string>
<string name="clipart_saved_success">ClipArt Saved Successfully</string>
<string name="clipart_saved_error">Error in saving Clipart</string>

<string name="reset">重启</string>
<string name="draw_text">画</string>
<string name="erase_text">抹去</string>
<string name="saved_edited_badge">成功保存徽章</string>
<string name="save">保存</string>
<string name="drawer_draw_badge">画剪贴画</string>
<string name="clipart_saved_success">ClipArt已成功保存</string>
<string name="clipart_saved_error">保存剪贴画时出错</string>
</resources>
9 changes: 4 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<string name="scanner_github" translatable="false">https://github.com/NordicSemiconductor/Android-Scanner-Compat-Library</string>
<string name="licences_github" translatable="false">https://github.com/PSDev/LicensesDialog</string>
<string name="gif_github" translatable="false">https://github.com/koral&#8211;&#8211;/android&#8211;gif&#8211;drawable</string>
<string name="file_provider_authority" translatable="false">org.fossasia.badgemagic.fileprovider</string>

<string name="app_name">Badge Magic</string>

<string name="enable_bluetooth">You must turn Bluetooth on to use send feature</string>
<string name="grant_required_permission">You must grant the required permissions</string>

<string name="flash">Flash</string>
<string name="marquee">Marquee</string>
Expand Down Expand Up @@ -41,7 +41,6 @@
<string name="delete">Delete</string>
<string name="share">Share</string>
<string name="deleted_saved">Saved Badge Deleted.</string>
<string name="file_provider_authority" translatable="false">org.fossasia.badgemagic.fileprovider</string>
<string name="menu_import">Import</string>
<string name="invalid_import_json">Select a Valid Badge Magic Configuration</string>
<string name="save_dialog_already_present">File Already Present</string>
Expand Down Expand Up @@ -93,9 +92,9 @@
<string name="drawer_settings">Settings</string>
<string name="change_language">In order to change the language we need to restart the app.</string>

<string name="reset" translatable="false">Reset</string>
<string name="draw_text" translatable="false">Draw</string>
<string name="erase_text" translatable="false">Erase</string>
<string name="reset">Reset</string>
<string name="draw_text">Draw</string>
<string name="erase_text">Erase</string>
<string name="saved_edited_badge">Saved Badge Successfully</string>
<string name="save">Save</string>
<string name="drawer_draw_badge">Draw Clipart</string>
Expand Down

0 comments on commit bfa6383

Please # to comment.