Merge pull request #7 from naofum/master

Added Japanese translation
This commit is contained in:
Tibor Kaputa 2016-07-15 21:44:29 +02:00 committed by GitHub
commit 05fe3bd059

View file

@ -0,0 +1,51 @@
<resources>
<string name="app_name">シンプル ミュージック プレイヤー</string>
<string name="playlist_empty">プレイリストは空です</string>
<string name="no_permissions">曲のアクセス許可が付与されていません</string>
<string name="delete">削除</string>
<string name="edit">編集</string>
<string name="undo">元に戻す</string>
<string name="title">タイトル</string>
<string name="artist">アーティスト</string>
<string name="file_name">ファイル名</string>
<string name="extension">拡張子</string>
<string name="rename_song">曲の名前を変更</string>
<string name="rename_song_error">名前を変更中にエラーが発生しました</string>
<string name="rename_song_empty">すべてのフィールドを入力してください</string>
<string name="progress">%1$s / %2$s</string>
<plurals name="songs_deleted">
<item quantity="one">1 曲削除しました</item>
<item quantity="other">%1$d 曲削除しました</item>
</plurals>
<!-- Settings -->
<string name="settings">設定</string>
<string name="shuffle">シャッフル</string>
<string name="numeric_progress">再生状況を数値でも表示する</string>
<string name="sort_by">トラックの並び替え</string>
<string name="equalizer">イコライザー</string>
<!-- About -->
<string name="about">アプリについて</string>
<string name="website">もっとシンプルなアプリとソースコードは:\nhttp://simplemobiletools.com</string>
<string name="email_label">ご意見やご提案をお送りください:</string>
<string name="email">hello@simplemobiletools.com</string>
<string name="third_party_licences_underlined"><u>サードパーティー ライセンス</u></string>
<string name="rate_us_underlined"><u>Play ストアで評価してください</u></string>
<string name="follow_us">フォローしてください:</string>
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<!--License-->
<string name="notice">このアプリは、私の人生を容易にするために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。</string>
<string name="third_party_licences">サードパーティー ライセンス</string>
<string name="butterknife_title"><u>Butter Knife (ビュー インジェクター)</u></string>
<string name="butterknife_text">Copyright 2013 Jake Wharton\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.</string>
<string name="butterknife_url">https://github.com/JakeWharton/butterknife</string>
<string name="ambilwarna_title"><u>AmbilWarna (カラーピッカー)</u></string>
<string name="ambilwarna_text">Copyright 2009-2015 Yuku\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</string>
<string name="ambilwarna_url">https://github.com/yukuku/ambilwarna</string>
<string name="otto_title"><u>Otto (イベントバス)</u></string>
<string name="otto_text">Copyright 2012 Square, Inc.\nCopyright 2010 Google, Inc.\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</string>
<string name="otto_url">https://github.com/square/otto</string>
</resources>