Skip to content

Commit

Permalink
Added missing localization
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed Jun 7, 2017
1 parent c5580d8 commit 747685d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,16 @@

<string name="player_auto_shrink">サイズを自動調節する</string>
<string name="player_music_path_size_label">ディレクトリ名のサイズ</string>
<string name="player_music_path_size_sample">/path/to/music/</string>
<string name="player_music_name_size_label">曲名のサイズ</string>
<string name="player_music_name_size_sample">music name</string>

<string name="unified_path_size_label">普通のウィジェット: ディレクトリ名のサイズ</string>
<string name="unified_path_size_sample">/path/to/music/</string>
<string name="unified_name_size_label">普通のウィジェット: 曲名のサイズ</string>
<string name="unified_name_size_sample">music name</string>
<string name="musicname_name_size_label">曲名だけのウィジェット: 曲名のサイズ</string>
<string name="musicname_name_size_sample">music name</string>

<string name="audioeffect_cant_enable">オーディオエフェクトを有効にすることが出来ませんでした。他のエフェクトアプリが起動しているようです。</string>
<string name="audioeffect_failed_enable">%sの有効化に失敗しました</string>
Expand Down

0 comments on commit 747685d

Please sign in to comment.