From 15604c6163fd848a19895293e4c3fc1a13379c41 Mon Sep 17 00:00:00 2001 From: Boris Timofeev Date: Fri, 28 Apr 2017 12:35:45 +0300 Subject: [PATCH] added Japanese translation Thanks to Naofumi Fukue --- app/src/main/res/raw-es/about.md | 1 + app/src/main/res/raw-es/changelog.md | 3 +- app/src/main/res/raw-it/about.md | 1 + app/src/main/res/raw-it/changelog.md | 3 +- app/src/main/res/raw-ja/about.md | 28 ++++ app/src/main/res/raw-ja/changelog.md | 135 ++++++++++++++++++ app/src/main/res/raw-ja/faq.md | 100 +++++++++++++ app/src/main/res/raw-nb-rNO/about.md | 1 + app/src/main/res/raw-nb-rNO/changelog.md | 3 +- app/src/main/res/raw-pl/about.md | 1 + app/src/main/res/raw-pl/changelog.md | 3 +- app/src/main/res/raw-ru/about.md | 1 + app/src/main/res/raw-ru/changelog.md | 1 + app/src/main/res/raw-uk/about.md | 1 + app/src/main/res/raw-uk/changelog.md | 3 +- app/src/main/res/raw/about.md | 1 + app/src/main/res/raw/changelog.md | 3 +- app/src/main/res/values-ja/strings.xml | 170 +++++++++++++++++++++++ google-play/ja/google-play.txt | 30 ++++ update_translations.sh | 2 +- 20 files changed, 484 insertions(+), 7 deletions(-) create mode 100644 app/src/main/res/raw-ja/about.md create mode 100644 app/src/main/res/raw-ja/changelog.md create mode 100644 app/src/main/res/raw-ja/faq.md create mode 100644 app/src/main/res/values-ja/strings.xml create mode 100644 google-play/ja/google-play.txt diff --git a/app/src/main/res/raw-es/about.md b/app/src/main/res/raw-es/about.md index 2253467..ae26e2a 100644 --- a/app/src/main/res/raw-es/about.md +++ b/app/src/main/res/raw-es/about.md @@ -9,6 +9,7 @@ Características adicionales: ##### Traductores: - **Italiano**: Matteo Sechi +- **Japanese**: Naofumi Fukue - **Norwegian Bokmål**: Allan Nordhøy - **Polaco**: Michal Bychowski - **Ruso**: Борис Тимофеев diff --git a/app/src/main/res/raw-es/changelog.md b/app/src/main/res/raw-es/changelog.md index d231a98..f7837ce 100644 --- a/app/src/main/res/raw-es/changelog.md +++ b/app/src/main/res/raw-es/changelog.md @@ -1,5 +1,6 @@ #### 0.14.1 (April 30, 2017) -- Norwegian Bokmål translation (thanks to Allan Nordhøy) +- Norwegian Bokmål translation (Thanks to Allan Nordhøy) +- Japanese translation (Thanks to Naofumi Fukue) #### 0.14 (March 23, 2017) diff --git a/app/src/main/res/raw-it/about.md b/app/src/main/res/raw-it/about.md index ded7e8d..153fb80 100644 --- a/app/src/main/res/raw-it/about.md +++ b/app/src/main/res/raw-it/about.md @@ -9,6 +9,7 @@ Funzioni aggiuntive: ##### Traduttori: - **Italiano**: Matteo Sechi +- **Japanese**: Naofumi Fukue - **Norwegian Bokmål**: Allan Nordhøy - **Polacco**: Michal Bychowski - **Russo**: Борис Тимофеев diff --git a/app/src/main/res/raw-it/changelog.md b/app/src/main/res/raw-it/changelog.md index 03852e9..6d72214 100644 --- a/app/src/main/res/raw-it/changelog.md +++ b/app/src/main/res/raw-it/changelog.md @@ -1,5 +1,6 @@ #### 0.14.1 (April 30, 2017) -- Norwegian Bokmål translation (thanks to Allan Nordhøy) +- Norwegian Bokmål translation (Thanks to Allan Nordhøy) +- Japanese translation (Thanks to Naofumi Fukue) #### 0.14 (March 23, 2017) diff --git a/app/src/main/res/raw-ja/about.md b/app/src/main/res/raw-ja/about.md new file mode 100644 index 0000000..0445188 --- /dev/null +++ b/app/src/main/res/raw-ja/about.md @@ -0,0 +1,28 @@ +UniPatcher は IPS, IPS32, UPS, BPS, APS (GBA), APS (N64), PPF, DPS, EBP および XDelta3 パッチ形式をサポートする ROM パッチャです。 + +特徴: + +- XDelta3 パッチの作成 +- Sega Mega Drive ROM のチェックサムを修正 +- Super Nintendo ROM の SMC ヘッダーを追加/削除 + +##### 翻訳: + +- **イタリア語**: Matteo Sechi +- **Japanese**: Naofumi Fukue +- **Norwegian Bokmål**: Allan Nordhøy +- **ポーランド語**: Michal Bychowski +- **ロシア語**: Борис Тимофеев +- **スペイン語**: Carlos Sánchez +- **ウクライナ語**: Володимир Шевчук + +##### 使用ライブラリー: + +- [**Android Donations**](https://github.com/SufficientlySecure/donations) by SufficientlySecure, licensed under the Apache 2.0 license. +- [**Apache Commons IO**](https://commons.apache.org/proper/commons-io/) by The Apache Software Foundation, licensed under the Apache 2.0 license. +- [**HtmlTextView**](https://github.com/SufficientlySecure/html-textview) by SufficientlySecure, licensed under the Apache 2.0 license. +- [**Markdown4J**](https://github.com/jdcasey/markdown4j) by John Casey, licensed under the Apache 2.0 license. +- [**Material design icons**](https://github.com/google/material-design-icons) by Google, licensed under the Creative Common Attribution 4.0 International License (CC-BY 4.0). +- [**Material design icons**](https://materialdesignicons.com) by community, licensed under SIL Open Font License 1.1. +- [**Material Dialogs**](https://github.com/afollestad/material-dialogs) by Aidan Follestad, licensed under The MIT license. +- [**XDelta version 3**](https://github.com/jmacd/xdelta) by Joshua MacDonald, licensed under the Apache 2.0 license. \ No newline at end of file diff --git a/app/src/main/res/raw-ja/changelog.md b/app/src/main/res/raw-ja/changelog.md new file mode 100644 index 0000000..d86d60b --- /dev/null +++ b/app/src/main/res/raw-ja/changelog.md @@ -0,0 +1,135 @@ +#### 0.14.1 (April 30, 2017) +- Norwegian Bokmål translation (Thanks to Allan Nordhøy) +- Japanese translation (Thanks to Naofumi Fukue) + +#### 0.14 (March 23, 2017) + +- Support creating XDelta3 patches +- Added option "ignore checksum" +- Spanish translation (Thanks to Carlos Sánchez) +- Removed analytics library and crash reports + +#### 0.13.2 (February 12, 2017) + +- Ukrainian translation (Thanks to Volodymyr Shevchuk) + +#### 0.13.1 (January 25, 2017) + +- Removed rate app dialog + +#### 0.13 (January 24, 2017) + +- Support IPS32 patches +- Deleted ads. Thanks to all who supported the development of the program. + +#### 0.12 (January 13, 2017) + +- Support APS patches (Nintendo 64 and Game Boy Advance) +- Added the ability to specify the output directory + +#### 0.11 (December 25, 2016) + +- Support EBP patches (for EarthBound game) +- Italian translation (Thanks to Matteo Sechi) + +#### 0.10.1 (December 6, 2016) + +- Added dark theme + +#### 0.10 (September 26, 2016) + +- Support XDelta3 patches + +#### 0.9.2 (September 18, 2016) + +- Long tap on the ROM file in file manager to see its checksum (CRC32, SHA1 and MD5). +- Fixed bug + +#### 0.9.1 (September 2, 2016) + +- The app remembers the last used directory +- Added the ability to configure the directories for patches and ROMs +- Polish translation (Thanks to Michal Bychowski) + +#### 0.9 (June 1, 2016) + +- Support BPS patches +- Added help page (frequently asked questions) +- Russian translation +- Various improvements and bug fixes + +#### 0.8.2 (May 6, 2016) + +- Fixed an important bug introduced in version 0.8.1 + +#### 0.8.1 (April 30, 2016) + +- Improved performance. Now patches are applied quickly + +#### 0.8 (April 12, 2016) + +- Support Marshmallow permissions +- Added ability to rename output file +- Added floating action button +- New colors, icons and navigation bar +- Now the application only runs on devices with Android 4 and above + +#### 0.7.3 (January 12, 2015) + +- Support Android 5 +- Improved design and usability + +#### 0.7.2 (May 31, 2014) + +- Fixed a bug when the device goes into sleep mode + +#### 0.7.1 (May 13, 2014) + +- Fixed crash on Android 2.3 + +#### 0.7 (May 7, 2014) + +- By popular demand UniPatcher is now free, but with advertising. It is not displayed if you purchased the program +- Support DPS patches +- Added feature: Fix checksum for Sega Mega Drive ROMs +- Added feature: Add/Delete SMC header for Super Nintendo ROMs + +#### 0.6 (November 4, 2013) + +- Support PPF patches in full version +- Small improvements + +#### 0.5 (October 15, 2013) + +- UniPatcher now divided into a lite and full version. You can purchase the full version directly inside the app +- Support UPS patches in full version +- The association with IPS and UPS files. Now you can open the patches from your file manager +- Again redesigned +- Added a dialog "What's New" +- Added high resolution icons +- Dropped support for Android 2.1. Sorry guys, this is no longer possible to maintain + +#### 0.4 (August 24, 2013) + +- The result is stored in the new output file + +#### 0.3 (May 23, 2013) + +- New look and feel +- New icon +- Added a dialog "Rate this App" +- Added a menu "Share" +- Minor changes + +#### 0.2 (April 17, 2013) + +- Added support for Android 2.1 +- Added ActionBar for Android 2.1+ +- Added the ability to install it on SD-card +- Patching in a separate thread, the UI does not freeze +- Added pictures in the file manager +- Bugfixes + +#### 0.1 (April 6, 2013) + +- Initial release, supports only IPS patches \ No newline at end of file diff --git a/app/src/main/res/raw-ja/faq.md b/app/src/main/res/raw-ja/faq.md new file mode 100644 index 0000000..1bbaee6 --- /dev/null +++ b/app/src/main/res/raw-ja/faq.md @@ -0,0 +1,100 @@ +## よくある質問と答え + +#### UniPatcher とは? + +UniPatcher は、さまざまなビデオゲームコンソールの ROM イメージにパッチを適用するための Android ツールです。 + +#### サポートされているパッチ形式は? + +アプリは IPS, IPS32, UPS, BPS, APS (GBA), APS (N64), PPF, DPS, EBP および XDelta3 パッチ形式をサポートしています。 + +#### このアプリを使用して Android のゲームをハックまたはクラックすることはできますか? + +いいえ、UniPatcher は Android のゲームをハックするようには設計されていません。 + +#### ROM イメージとは? + +ROM イメージは、ビデオゲームカートリッジのコピーを含むコンピューターファイルです。 エミュレーションのプロセスを通して、そのファイルをコピーし、 "エミュレーター" と呼ばれるソフトウェアで実行して、コンピューターや電話でゲームを楽しむことができます。 + +#### What is ROM hacking? + +ROM hacking is modifying the data in a ROM image. This may take the form of altering graphics, changing game levels, tweaking difficulty factor, or even translation into a language for which a game was not originally made available. + +#### What is a patch? + +A patch is a file that contains the differences between the original version of a ROM and the hacked version. + +The patch is distributed, and end users apply the patch to a copy of the original ROM, which produces a playable version of the hack. + +#### Why ROM hackers do not distribute modified games? + +Hacks and translations are generally distributed as patches to reduce download size and avoid copyright issues. + +#### How to apply a patch to ROM? + +You must choose the ROM file and the patch, then tap on the red round button. + +As a result, you get a patched ROM, which will be located in the same directory with the original ROM. + +#### App shows a message after file selection: "Archive should be unpacked in an external program". + +The file you have selected is an archive. The archive contains the directories and files in a compressed format. + +Currently UniPatcher can not extract archives, so you need to unpack your archive in a different program. I recommend a free program [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver). + +#### The app shows the error: "This ROM is not compatible with the patch". + +The app will show this error if the checksum stored in the patch does not match the checksum of the ROM. This means that the ROM is not compatible with the patch. You need to choose a different ROM. Usually there are several ROMs for each game (such as the version for Europe, USA, Japan, good or bad dumps, etc.). + +ROM hackers often publish checksum of the accompanying ROM file (on a web page or in README file). Compare that to the one you have. Long tap the file in the file manager and you will see these 3 lines: CRC32, SHA1 and MD5. If one of those numbers are the same, you have the ROM the patch was written for. If not, you need a different ROM. + +#### I can not find the correct ROM for the game "Pokémon Emerald". + +Most of the patches of the game work with ROM "Pokemon - Emerald Version (U) \[f1\] (Save Type).gba". + +#### I apply the IPS patch and then the game is not working / contains graphic glitches. What am I doing wrong? + +IPS format patches do not contain a checksum. Therefore, the patch will apply to any (even wrong) ROM. In this case, you need to look for another ROM. + +#### What can I do with .ECM file type? + +ECM is a data compression format designed specifically for disc images. You can decompress the file using [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) program. + +#### The app shows the error: "Could not copy file". + +The error occurs on some devices with Android 4.4. Possible solutions: + +- Copy the ROM file on the memory card in the folder **Android/data/org.emunix.unipatcher/**. Then you need to select the ROM from this directory. +- Install [SDFix](https://play.google.com/store/apps/details?id=nextapp.sdfix) application (requires ROOT access). + +#### The app shows the error: "File have the wrong checksum after it was patched". + +Maybe it's a bug in my program. Please contact me at [e-mail](mailto:mashin87@gmail.com) and attach the patch to the letter. + +#### Has UniPatcher some additional features? + +Yes. UniPatcher can: + +- Create XDelta3 patches. +- Fix checksum for a Sega Mega Drive / Sega Genesis games. +- Add or remove SMC header for Super Nintendo games. + +#### Why do I have to fix checksum for the Sega Mega Drive games? + +Sega Mega Drive (Genesis) games are protected from modification. If the checksum of the game differs from the one the ROM amounts to, the game displays a red screen and stops running. What this does is calculate the correct checksum and write it to the ROM. + +**Warning:** This function does not create a backup ROM. + +#### Why it's needed sometimes to add or remove SMC headers from Super Nintendo games? + +An SMC header is 512 bytes found at the start of some SNES ROM images. These bytes have no purpose, but they change the location of the remaining data. Removing or adding a header is sometimes used for the purpose of correctly applying a patch. + +**Warning:** This function does not create a backup ROM. + +#### How to translate the app? + +If you would like to translate the app into another language or improve an existing translation, you can do it on [Transifex](https://www.transifex.com/unipatcher/unipatcher/dashboard/) site. + +#### I have a question, a feature request or a bug report. + +Contact me at e-mail . Please write in English or Russian. If you have problems with patching, attach the patch to the letter and write the name of your ROM, it will save our time. \ No newline at end of file diff --git a/app/src/main/res/raw-nb-rNO/about.md b/app/src/main/res/raw-nb-rNO/about.md index ccbade4..9a1677f 100644 --- a/app/src/main/res/raw-nb-rNO/about.md +++ b/app/src/main/res/raw-nb-rNO/about.md @@ -9,6 +9,7 @@ Ytterligere funksjoner: ##### Oversettere: - **Italiensk**: Matteo Sechi +- **Japanese**: Naofumi Fukue - **Norwegian Bokmål**: Allan Nordhøy - **Polsk**: Michal Bychowski - **Russisk**: Борис Тимофеев diff --git a/app/src/main/res/raw-nb-rNO/changelog.md b/app/src/main/res/raw-nb-rNO/changelog.md index 4840583..60039a9 100644 --- a/app/src/main/res/raw-nb-rNO/changelog.md +++ b/app/src/main/res/raw-nb-rNO/changelog.md @@ -1,5 +1,6 @@ #### 0.14.1 (April 30, 2017) -- Norwegian Bokmål translation (thanks to Allan Nordhøy) +- Norwegian Bokmål translation (Thanks to Allan Nordhøy) +- Japanese translation (Thanks to Naofumi Fukue) #### 0.14 (23 Mars 2017) diff --git a/app/src/main/res/raw-pl/about.md b/app/src/main/res/raw-pl/about.md index 849b57d..449a68f 100644 --- a/app/src/main/res/raw-pl/about.md +++ b/app/src/main/res/raw-pl/about.md @@ -9,6 +9,7 @@ Dodatkowe funkcje: ##### Tłumaczenia: - **Włoski**: Matteo Sechi +- **Japanese**: Naofumi Fukue - **Norwegian Bokmål**: Allan Nordhøy - **Polski**: Michal Bychowski - **Rosyjski**: Борис Тимофеев diff --git a/app/src/main/res/raw-pl/changelog.md b/app/src/main/res/raw-pl/changelog.md index 204c98f..c984388 100644 --- a/app/src/main/res/raw-pl/changelog.md +++ b/app/src/main/res/raw-pl/changelog.md @@ -1,5 +1,6 @@ #### 0.14.1 (April 30, 2017) -- Norwegian Bokmål translation (thanks to Allan Nordhøy) +- Norwegian Bokmål translation (Thanks to Allan Nordhøy) +- Japanese translation (Thanks to Naofumi Fukue) #### 0.14 (March 23, 2017) diff --git a/app/src/main/res/raw-ru/about.md b/app/src/main/res/raw-ru/about.md index 06586a8..d0dc4e9 100644 --- a/app/src/main/res/raw-ru/about.md +++ b/app/src/main/res/raw-ru/about.md @@ -9,6 +9,7 @@ UniPatcher это ROM патчер поддерживающий патчи в ф ##### Переводчики: - **Итальянский**: Matteo Sechi +- **Японский**: Naofumi Fukue - **Норвежский Букмол**: Allan Nordhøy - **Польский**: Michal Bychowski - **Русский**: Борис Тимофеев diff --git a/app/src/main/res/raw-ru/changelog.md b/app/src/main/res/raw-ru/changelog.md index 12baaa1..2bfa495 100644 --- a/app/src/main/res/raw-ru/changelog.md +++ b/app/src/main/res/raw-ru/changelog.md @@ -1,5 +1,6 @@ #### 0.14.1 (30 апреля, 2017) - Перевод на норвежский язык, диалект Букмол (перевёл Allan Nordhøy) +- Перевод на японский язык (перевёл Naofumi Fukue) #### 0.14 (23 марта 2017) diff --git a/app/src/main/res/raw-uk/about.md b/app/src/main/res/raw-uk/about.md index 3afd906..4efd567 100644 --- a/app/src/main/res/raw-uk/about.md +++ b/app/src/main/res/raw-uk/about.md @@ -9,6 +9,7 @@ UniPatcher це ROM патчер який підтримує патчі у фо ##### Перекладачі: - **Італійська**: Matteo Sechi +- **Japanese**: Naofumi Fukue - **Norwegian Bokmål**: Allan Nordhøy - **Польська**: Michal Bychowski - **Російська**: Борис Тимофеев diff --git a/app/src/main/res/raw-uk/changelog.md b/app/src/main/res/raw-uk/changelog.md index 755fa86..8e8e540 100644 --- a/app/src/main/res/raw-uk/changelog.md +++ b/app/src/main/res/raw-uk/changelog.md @@ -1,5 +1,6 @@ #### 0.14.1 (April 30, 2017) -- Norwegian Bokmål translation (thanks to Allan Nordhøy) +- Norwegian Bokmål translation (Thanks to Allan Nordhøy) +- Japanese translation (Thanks to Naofumi Fukue) #### 0.14 (March 23, 2017) diff --git a/app/src/main/res/raw/about.md b/app/src/main/res/raw/about.md index e9d9e9f..e3625d8 100644 --- a/app/src/main/res/raw/about.md +++ b/app/src/main/res/raw/about.md @@ -9,6 +9,7 @@ Additional features: ##### Translators: - **Italian**: Matteo Sechi +- **Japanese**: Naofumi Fukue - **Norwegian Bokmål**: Allan Nordhøy - **Polish**: Michal Bychowski - **Russian**: Борис Тимофеев diff --git a/app/src/main/res/raw/changelog.md b/app/src/main/res/raw/changelog.md index e7ed85d..e8b9dc2 100644 --- a/app/src/main/res/raw/changelog.md +++ b/app/src/main/res/raw/changelog.md @@ -1,5 +1,6 @@ #### 0.14.1 (April 30, 2017) -- Norwegian Bokmål translation (thanks to Allan Nordhøy) +- Norwegian Bokmål translation (Thanks to Allan Nordhøy) +- Japanese translation (Thanks to Naofumi Fukue) #### 0.14 (March 23, 2017) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml new file mode 100644 index 0000000..8eabceb --- /dev/null +++ b/app/src/main/res/values-ja/strings.xml @@ -0,0 +1,170 @@ + + + + UniPatcher + https://github.com/btimofeev/UniPatcher + mashin87@gmail.com + + + ROM ファイル + パッチファイル + 出力ファイル + ヘッダーファイル + タップして選択 + タップして名前を変更 + ROM とパッチファイルが選択されていません + ROM が選択されていません + パッチが選択されていません + アーカイブは外部のプログラムで展開する必要があります + + + 名前を変更 + OK + キャンセル + 入力と出力のファイルは別にする必要があります + 無効な記号 / + ファイル名は空にできません + + + ソースファイル + 更新済ファイル + パッチファイル + ソースと更新済ファイルが選択されていません + ソースファイルが選択されていません + 更新済ファイルが選択されていません + + + この機能は Super Nintendo ROM にのみ適用されます。\n\nROM に SMC ヘッダーが含まれている場合は削除されます。 そうでない場合は追加されます。\n\n警告: この機能はバックアップを作成しません。 + この ROM には SMC ヘッダーがあります。 これは削除されます。 + この ROM には SMC ヘッダーがありません。 追加されます。 デフォルトのヘッダーの代わりに独自のヘッダーを選択することができます。 + + + この機能は Sega Mega Drive (Sega Genesis) の ROM にのみ適用されます。\n\n\"死の赤い画面\" を修正します。\n\n警告: この機能はバックアップを作成しません。 + + + ファイルを選択 + ROM ファイルを選択 + パッチファイルを選択 + ソースファイルを選択 + 更新済ファイルを選択 + ヘッダーファイルを選択 + ディレクトリ %1$s を読み取りできません + + + プロパティ + 名前: + パス: + サイズ: + %1$s (%2$d バイト) + CRC32: + SHA1: + MD5: + 閉じる + お待ちください… + + + パッチの適用中 + パッチ完了 + パッチの作成中 + パッチの作成が完了しました + パッチを開始しました。通知領域を確認してください + パッチの作成を開始しました。通知領域を確認してください + + エラー + ファイルをコピーできません + ファイルが見つかりません + ディスクに十分な空き容量がありません + ディレクトリ %1$s を作成できません + ディレクトリ %1$s に書き込みできません + 無効な IPS パッチ + 無効な UPS パッチ + 無効な BPS パッチ + 無効な PPF パッチ + 無効な APS パッチ + 無効な EBP パッチ + 無効な DPS パッチ + 無効な XDelta3 パッチ + XDelta1 パッチを扱うことができません + ファイルを開くことができません + 不明なパッチ形式 + 予期しないファイルの終了(EOF) + パッチファイルが破損しています + この ROM はパッチと互換性がありません + パッチを適用した後、ファイルのチェックサムが間違っています + ライブラリー libxdelta3.so の読み込みに失敗しました + 不明なエラー + + Sega Mega Drive ROM ではありません + チェックサムの修正中 + チェックサムを修正しました + チェックサムの修正を開始しました。通知領域を確認してください + + SMC ヘッダーを追加中 + SMC ヘッダーの追加完了 + SMC ヘッダーの追加を開始しました。通知領域を確認してください + + SMC ヘッダーを削除 + SMC ヘッダーの削除完了 + SMC ヘッダーの削除を開始しました。通知領域を確認してください + + + アプリにファイルの読み取り/書き込みアクセス許可が与えられていません。 この許可がないと UniPatcher は正しく動作しません。 + ファイルのアクセスが拒否されました + + + 設定 + ユーザーインターフェース + テーマ + カラーパレットを変更します。 デイナイトテーマでは、時刻に基づいてライトとダークテーマを切り替えることができます。 + テーマを選択 + ライト + ダーク + デイナイト + アプリケーションを再起動してください + ディレクトリ + 前回開いたディレクトリを記憶する + ROM のディレクトリを指定 + パッチのディレクトリを指定 + 出力ディレクトリを指定 + それ以外の場合、ROM は ROM ディレクトリに格納されます + パッチ中 + チェックサムを無視する + 間違った ROM を使用した場合、パッチを中断しないでください。 注意: このオプションはゲームを破壊する可能性があります。 + + + ヘルプ + FAQ + 変更履歴 + アプリについて + バージョン %1$s + ライセンス: GNU GPLv3 + © Boris Timofeev, 2013–2017 + フィードバックを送る + Web サイトを参照 + + 寄付する + + メールを送る + メールクライアントがインストールされていません + + UniPatcher を共有 + 最高の Android 向け ROM パッチャーをダウンロードしましょう。 IPS, IPS32, UPS, BPS, APS (GBA), APS (N64), PPF, DPS, EBP および XDelta3 パッチ形式をサポートします。\n\n + + + パッチを適用 + パッチを作成 + チェックサムを修正 (SMD) + SMC ヘッダーを追加/削除 (SNES) + 設定 + このアプリを評価する + 寄付する + 共有 + ヘルプ + ナビゲーションドロワーを開く + ナビゲーションドロワーを閉じる + + 寄付する + アイコン + + + diff --git a/google-play/ja/google-play.txt b/google-play/ja/google-play.txt new file mode 100644 index 0000000..eff622d --- /dev/null +++ b/google-play/ja/google-play.txt @@ -0,0 +1,30 @@ +ゲーム ROM にパッチを適用するユーティリティ。 + +ダウンロードする前にお読みください:このプログラムは、古いコンソールゲーム (スーパーファミコン、セガメガドライブ、ゲームボーイアドバンス、ソニープレイステーションなど) 用に作成されています。ネイティブ Android ゲームをハックするのには役立ちません。 + + +UniPatcher は、ゲーム ROM にパッチを適用することができます。 パッチ とは何ですか? パッチは、ゲームのデータを変更するファイルです。 たとえば、日本語から英語に翻訳したゲームは、翻訳を含むパッチをダウンロードします。 英語版を入手するために、日本語版に適用する必要があります。 + + +機能: +• サポートするパッチ形式: IPS, IPS32, UPS, BPS, APS (GBA), APS (N64), PPF, DPS, EBP, XDelta3 +• XDelta パッチの作成 +• Sega Mega Drive ROM のチェックサムを修正 +• Super Nintendo ROM の SMC ヘッダーを追加/削除 +• 広告なし +• 無料のオープンソースソフトウェア。 ソースコードは https://github.com/btimofeev/UniPatcher で利用可能です + + +使い方は? とても簡単です: +• パッチを選びます +• ゲームを選びます +• "保存" をクリック +非常に重要: ゲームとパッチが圧縮されている場合 (zip、rar、7zなど)、最初に解凍する必要があります (無料の ZArchiver プログラムをお勧めします)。 + + +翻訳の支援: +お使いの言語にプログラムの翻訳を手伝うことができます。 翻訳は https://www.transifex.com/unipatcher/unipatcher で管理しています。 + + +フィードバック: +バグの報告や機能のリクエストがある場合は、https://github.com/btimofeev/UniPatcher/issues でお気軽にイシューを開いてください \ No newline at end of file diff --git a/update_translations.sh b/update_translations.sh index bffdba4..7452e6c 100755 --- a/update_translations.sh +++ b/update_translations.sh @@ -1,2 +1,2 @@ #!/bin/sh -tx pull -l es,it,nb_NO,pl,ru,uk -f +tx pull -l es,it,ja,nb_NO,pl,ru,uk -f