Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Japanese translation #10

Merged
merged 5 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--Image Panel-->
<panel label="画像" name="colortone_settings">
<!--LUT Control-->
<text tool_tip="画像に対するカラーグレーディングLUT(ルックアップテーブル)を指定します。カスタムLUTには完全なファイル名が必要です!" value="有効なLUT:"/>
<check_box label="カラーグレーディング:" tool_tip="画像に対するカラーグレーディングLUT(ルックアップテーブル)を指定します。カスタムLUTには完全なファイル名が必要です!"/>
<!--TODO: Make more flexible?-->
<combo_box tool_tip="画像に対するカラーグレーディングLUT(ルックアップテーブル)を指定します。カスタムLUTには完全なファイル名が必要です!" name="colorlut_combo">
<combo_box.item label="なし" name="lut_none" value=""/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
<spinner name="offset_scale_ctrl"/>
<button name="reset_offset_scale" tool_tip="オフセットのスケーリングをデフォルト値に戻します。"/>
<text name="offset_scale_lbl">
アングルのオフ設置
アングルのオフセット:
</text>
<slider name="camera_angle_slider"/>
<spinner name="camera_angle_spinner"/>
<button name="reset_angle" tool_tip="カメラアングルをデフォルト値に戻します。"/>
<text name="offset_scale_lbl">
ズーム速度
ズーム速度
</text>
<slider name="zoom_time_slider"/>
<spinner name="zoom_time_spin"/>
<button name="reset_zoom_time" tool_tip="カメラのズーム速度をデフォルト値に戻します。"/>
<text name="offset_scale_lbl">
位置のスムージング
位置のスムージング
</text>
<slider name="cam_pos_slider"/>
<spinner name="cam_pos_spinner"/>
Expand Down