Skip to content

Commit

Permalink
New translations strings.xml (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
chr56 committed Apr 28, 2023
1 parent be0d2e3 commit a16b706
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,16 +315,25 @@
<string name="app_language">アプリケーションの言語</string>
<string name="_default">デフォルト</string>
<plurals name="item_songs">
<item quantity="other">曲</item>
<item quantity="other">&gt;%1$d 曲</item>
</plurals>
<plurals name="item_files">
<item quantity="other">ファイル</item>
<item quantity="other">&gt;%1$d ファイル</item>
</plurals>
<plurals name="item_albums">
<item quantity="other">%1$d アルバム</item>
</plurals>
<plurals name="item_artists">
<item quantity="other">%1$d アーティスト</item>
</plurals>
<plurals name="item_playlists">
<item quantity="other">プレイリスト</item>
<item quantity="other">&gt;%1$d プレイリスト</item>
</plurals>
<plurals name="item_playlists_generated">
<item quantity="other">作成済みプレイリスト</item>
<item quantity="other">&gt;%1$d 作成済みプレイリスト</item>
</plurals>
<plurals name="item_genres">
<item quantity="other">%1$d ジャンル</item>
</plurals>
<plurals name="msg_header_delete_items">
<item quantity="other">これらのアイテムは削除されます:</item>
Expand Down

0 comments on commit a16b706

Please sign in to comment.