Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Japanese translation #126

Merged
merged 1 commit into from
Dec 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<resources>
<string name="app_name">シンプル ドロー</string>
<string name="app_launcher_name">ドロー</string>
<string name="open_file">Open file</string>
<string name="eraser">Eraser</string>
<string name="failed_to_load_image">Failed to load image %s</string>
<string name="open_file">ファイルを開く</string>
<string name="eraser">消しゴム</string>
<string name="failed_to_load_image">画像 %s を読み込めませんでした</string>

<!-- Settings -->
<string name="show_brush_size">Show brush size tool</string>
<string name="allow_zooming_canvas">Allow zooming the canvas with gestures</string>
<string name="clear">クリア</string>
<string name="change_background_color">Change background color</string>
<string name="show_brush_size">ブラシサイズツールを表示する</string>
<string name="allow_zooming_canvas">ジェスチャーでキャンバスを拡大することを許可する</string>
<string name="clear">消去</string>
<string name="change_background_color">背景色を変更する</string>

<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- Short description has to have less than 80 chars -->
Expand Down