Skip to content

Commit 1c3082a

Browse files
authored
Merge pull request #105 from fa0311/develop-v5
v5.2.1
2 parents f2ac67a + 4c5834d commit 1c3082a

File tree

4 files changed

+40
-36
lines changed

4 files changed

+40
-36
lines changed

DMMGamePlayerFastLauncher/static/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
class Env(Dump):
11-
VERSION = "v5.2.0"
11+
VERSION = "v5.2.1"
1212
RELEASE_VERSION = requests.get(UrlConfig.RELEASE_API).json().get("tag_name", VERSION)
1313

1414
DEVELOP: bool = os.environ.get("ENV") == "DEVELOP"

README-en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Start `%AppData%\DMMGamePlayerFastLauncher\DMMGamePlayerFastLauncher.exe`.
3434

3535
### Translations
3636

37-
If you want to translate this tool, please send a pull request.
37+
If you want to translate this tool, language file please send a pull request.
38+
39+
language file are located in `assets/i18n`.
3840

3941
### Bug reports
4042

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ v5.0.0 以降のバージョンとそれ以前のバージョンではツール
4040

4141
### 翻訳
4242

43-
このツールを翻訳してくれる方はプルリクエストを送ってください
43+
このツールを翻訳してくれる方はランゲージファイルを作成し、プルリクエストを送ってください。
44+
45+
ランゲージファイルは`assets/i18n`に配置されています。
4446

4547
### バグ報告
4648

assets/i18n/app.ja.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ja:
99
setting: 設定
1010
other: その他
1111
help: ヘルプ
12-
create: 作成
13-
edit: 編集
14-
launch_create: ランチャー作成
15-
launch_edit: ランチャー編集
12+
create: ショートカットの作成
13+
edit: ショートカットの編集
14+
launch_create: GamePlayerの高速化
15+
launch_edit: GamePlayer高速化の編集
1616
import: インポート
17-
device: デバイス登録
18-
device_list: デバイス一覧
17+
device: デバイスの登録
18+
device_list: デバイスの一覧
1919

2020
home:
2121
new_version: DMMGamePlayerFastLauncherの新しいバージョンがあります。
@@ -29,7 +29,7 @@ ja:
2929
product_idとはDMMがゲームを識別する際に使用するIDです。
3030
3131
account_create_detail: |-
32-
ランチャーを起動するためのショートカットを作成します
32+
DMMGamePlayerを高速で起動するためのショートカットを作成します
3333
`アカウント` タブで作成したアカウントを選択してください。
3434
3535
account_path: アカウントの選択
@@ -42,14 +42,14 @@ ja:
4242
Unity製のゲームであれば `-screen-fullscreen 0 -screen-width 1280 -screen-height 720` と入力すると
4343
ゲームが起動した際にウィンドウモードで1280x720の解像度で起動します。
4444
45-
auto_update: 起動時にゲームの自動更新
45+
auto_update: 起動時にゲームの自動更新をする
4646

47-
create_bypass_shortcut_and_save: UAC自動昇格ショートカットを作成して保存
48-
create_shortcut_and_save: ショートカットを作成して保存
49-
save_only: 保存のみ
47+
create_bypass_shortcut_and_save: UAC自動昇格のショートカットを作成して設定を保存する
48+
create_shortcut_and_save: ショートカットを作成して設定を保存する
49+
save_only: 設定の保存のみ行なう
5050

51-
add_detail: ショートカットの設定ファイルを作成します
52-
edit_detail: ショートカットの設定ファイルを編集します
51+
add_detail: 高速起動を行なうショートカットと設定を作成します
52+
edit_detail: 高速起動のショートカットの設定を編集します
5353

5454
file_select: ファイルの選択
5555

@@ -59,21 +59,21 @@ ja:
5959
administrator_error: 管理者権限が必要です。`UAC自動昇格ショートカット` を作成してください。
6060
file_not_selected: ファイルが選択されていません。
6161
save_success: 保存しました。
62-
delete: 削除
62+
delete: 削除をする
6363

64-
account_edit_detail: ショートカットの設定ファイルを編集します
64+
account_edit_detail: DMMGamePlayerを高速起動するショートカットの設定を編集します
6565
dgp_args: DMMGamePlayerの引数
6666
dgp_args_tooltip: |-
6767
DMMGamePlayerに渡す引数を指定します。
6868
例えば `dmmgameplayer://play/GCL/priconner/cl/win` と入力すると
69-
DMMGamePlayerが起動した際にプリコネRが起動します
70-
空欄の場合はDMMGamePlayerのみが起動します
69+
DMMGamePlayerが起動した際に「プリコネR」が起動します
70+
空欄の場合は「DMMGamePlayerのみ」が起動します
7171
7272
account:
7373
import_detail: |-
7474
DMMGamePlayerのアカウント情報をFastLauncherにインポートします。
75-
インポートするとDMMGamePlayer5からログアウトされます
76-
インポート済みのアカウントで直接起動した DMMGamePlayer5 にログインしないでください
75+
インポートをするとDMMGamePlayer5からログアウトされます
76+
インポート済みのアカウントで直接起動した DMMGamePlayer5 でログインをしないでください
7777
7878
filename_tooltip: このアカウントに任意の名前を付けてください。
7979
import: インポート
@@ -87,35 +87,35 @@ ja:
8787

8888
edit_detail: |-
8989
アカウント情報を編集します。
90-
これは非常に高度な操作です
90+
これは非常に高度な操作になります
9191
save: 保存
9292
delete: 削除
9393
save_success: 保存しました。
9494

9595
device_detail: |-
9696
メールアドレスに送信された `デバイス認証コード` を入力してください。
9797
98-
send_auth_code: 認証コードを送信
99-
auth: 認証
98+
send_auth_code: 認証コードを送信する
99+
auth: 認証する
100100

101101
hardware_name: デバイス名
102102
auth_code: デバイス認証コード
103103
auth_code_tooltip: |-
104104
メールに記載の英数字を入力してください
105105
send_auth_code_success: 認証コードを送信しました。
106106
auth_success: 認証に成功しました。
107-
device_list_success: デバイス一覧を取得しました
107+
device_list_success: デバイスの一覧を取得しました
108108
delete_success: 削除しました。
109109

110110
device_registrations: "登録されたデバイス数 : %{count} / %{limit}"
111111

112112
setting:
113113
save: 保存
114-
reset_all_settings: 全ての設定をリセット
115-
confirm_reset: 本当に全ての設定をリセットしますか
114+
reset_all_settings: すべての設定をリセット
115+
confirm_reset: 本当にすべての設定をリセットしますか
116116
save_success: 設定を保存しました。
117-
dmm_game_player_program_folder: DMMGamePlayerのプログラムフォルダ
118-
dmm_game_player_data_folder: DMMGamePlayerのデータフォルダ
117+
dmm_game_player_program_folder: DMMGamePlayerのプログラムフォルダー
118+
dmm_game_player_data_folder: DMMGamePlayerのデータフォルダー
119119
lang: 言語
120120
theme: テーマ
121121
appearance: 外観
@@ -124,8 +124,8 @@ ja:
124124
proxy_https: HTTPSプロキシ
125125

126126
window_scaling: ウィンドウの拡大率
127-
debug_window: デバッグウィンドウ
128-
output_logfile: ログをファイル出力
127+
debug_window: デバッグウィンドウを表示する
128+
output_logfile: ログをファイルで出力する
129129

130130
device_detail: |-
131131
デバイス認証に使用するデバイス情報を設定します。
@@ -136,13 +136,13 @@ ja:
136136
motherboard: マザーボードID
137137
user_os: OS
138138

139-
other_detail: このツールの設定をテキストエディタで編集します
139+
other_detail: このツールの設定をテキストエディターで編集します
140140
open_save_folder: 設定ファイルを開く
141141

142142
help:
143-
coop_in_develop: 開発に協力
144-
donations_to_developer: 開発者に寄付
145-
bug_report: バグ報告
143+
coop_in_develop: 開発に協力をする
144+
donations_to_developer: 開発者に寄付をする
145+
bug_report: バグを報告する
146146

147147
launch:
148148
export_error: エクスポートに失敗しました。

0 commit comments

Comments
 (0)