Skip to content

Commit

Permalink
res: strings: add stub string for ja
Browse files Browse the repository at this point in the history
Need more translate

Signed-off-by: Art_Chen <[email protected]>
  • Loading branch information
Art-Chen committed May 19, 2024
1 parent 717c647 commit bac3f51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,14 @@
<string name="shift_and_scale">シフトとスケール</string>
<string name="home_handle_auto_trans_alphaval_title">自動の透過度</string>
<string name="defaults">デフォルト</string>
<string name="home_handle_anim_custom_title">Custom Home Handle Animation</string>
<string name="normal_state_title">Normal State</string>
<string name="pressed_state_title">Pressed State</string>
<string name="home_state_title">Home State</string>
<string name="home_handle_scale_x_title">Scale X</string>
<string name="home_handle_scale_y_title">Scale Y</string>
<string name="home_handle_anim_duration_alpha">Alpha/Blur Anim Duration</string>
<string name="home_handle_anim_duration_scale">Scale Anim Duration</string>
<string name="home_handle_anim_duration_xy">Zoom Anim Duration</string>
<string name="home_handle_disable_move_event_title">Disable Home Handle Movement</string>
</resources>

0 comments on commit bac3f51

Please sign in to comment.