Skip to content

Commit

Permalink
Merge pull request #901 from maiko3tattun/1023_JAtranslation
Browse files Browse the repository at this point in the history
Update Japanese translation, English appearance
  • Loading branch information
stakira authored Nov 14, 2023
2 parents ca7b9ca + 583fd7f commit 12ca3bc
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 47 deletions.
41 changes: 14 additions & 27 deletions OpenUtau/Strings/Strings.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<system:String x:Key="dialogs.installdependency.message">Installing </system:String>
<system:String x:Key="dialogs.installdll.caption">Installing phonemizer</system:String>
<system:String x:Key="dialogs.installdll.message">Installing </system:String>
<system:String x:Key="dialogs.key.caption">Key</system:String>
<system:String x:Key="dialogs.messagebox.cancel">Cancel</system:String>
<system:String x:Key="dialogs.messagebox.no">No</system:String>
<system:String x:Key="dialogs.messagebox.ok">Ok</system:String>
Expand Down Expand Up @@ -161,10 +160,8 @@
<system:String x:Key="notedefaults.preset.save">Save</system:String>
<system:String x:Key="notedefaults.preset.save.tooltip">Save current settings to a new preset.</system:String>
<system:String x:Key="notedefaults.reset">Reset All Settings</system:String>
<system:String x:Key="notedefaults.reset.tooltip">
Reset every setting to default values.
Warning: this option removes custom presets.
</system:String>
<system:String x:Key="notedefaults.reset.tooltip">Reset every setting to default values.
Warning: this option removes custom presets.</system:String>
<system:String x:Key="notedefaults.vibrato">Vibrato</system:String>
<system:String x:Key="notedefaults.vibrato.autominlength">Minimum Length</system:String>
<system:String x:Key="notedefaults.vibrato.autotoggle">Automatic Vibrato by Length</system:String>
Expand Down Expand Up @@ -259,26 +256,20 @@
<system:String x:Key="pianoroll.toggle.tone">Toggle Note Tone (Y)</system:String>
<system:String x:Key="pianoroll.toggle.vibrato">View Vibrato (U)</system:String>
<system:String x:Key="pianoroll.toggle.waveform">View Waveform (W)</system:String>
<system:String x:Key="pianoroll.tool.drawpitch">
Draw Pitch Tool (4)
<system:String x:Key="pianoroll.tool.drawpitch">Draw Pitch Tool (4)
Left click to draw
Right click to reset
Hold Ctrl to select
Hold Alt to smoothen
</system:String>
Hold Alt to smoothen</system:String>
<system:String x:Key="pianoroll.tool.eraser">Eraser Tool (3)</system:String>
<system:String x:Key="pianoroll.tool.knife">Knife Tool (5)</system:String>
<system:String x:Key="pianoroll.tool.penplus">
Pen Plus Tool (Ctrl + 2)
<system:String x:Key="pianoroll.tool.penplus">Pen Plus Tool (Ctrl + 2)
Left click to draw
Right click to delete
Hold Ctrl to select
</system:String>
<system:String x:Key="pianoroll.tool.penv2">
Pen Tool (2)
Hold Ctrl to select</system:String>
<system:String x:Key="pianoroll.tool.penv2">Pen Tool (2)
Left click to draw
Hold Ctrl to select
</system:String>
Hold Ctrl to select</system:String>
<system:String x:Key="pianoroll.tool.selectionv2">Selection Tool (1)</system:String>

<system:String x:Key="prefs.advanced">Advanced</system:String>
Expand Down Expand Up @@ -412,30 +403,26 @@
<system:String x:Key="singersetup.textfileencoding.prompt">Choose an encoding that make file contents look right.</system:String>

<system:String x:Key="tip.aliasbox">Override Alias</system:String>
<system:String x:Key="tip.exps">
Left Button Draw: Set expressions
Right Button Draw: Reset expressions
</system:String>
<system:String x:Key="tip.exps">Left Button Draw: Set expressions
Right Button Draw: Reset expressions</system:String>
<system:String x:Key="tip.exps.notsupported">Expression not supported by renderer</system:String>
<system:String x:Key="tip.lyricbox.next">Tab: Next Note</system:String>
<system:String x:Key="tip.lyricbox.prev">Shift+Tab: Previous Note</system:String>
<system:String x:Key="tip.notes.basics">
Selection Tool
<system:String x:Key="tip.notes.basics">Selection Tool
Box Select: Select notes
Ctrl + Box Select: Select more notes
Up/Down: Transpose selected notes
Ctrl + Up/Down: Transpose selected notes by octave
Pen Tool
Pen Tool
Left Button Draw: Add note
Right Click: Remove note
Right Button Draw: Remove multiple notes
General
General
T: Toggle tips
Drag Note: Move note
Drag End of Note: Resize note
Alt + Drag End of Note: Resize neighbouring notes
Space: Play
</system:String>
Space: Play</system:String>
<system:String x:Key="tip.notes.zoomx">◀ Scroll here to zoom horizontally ▶</system:String>
<system:String x:Key="tip.notes.zoomy">Scroll here to zoom vertically ▶</system:String>

Expand Down
57 changes: 37 additions & 20 deletions OpenUtau/Strings/Strings.ja-JP.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<system:String x:Key="dialogs.exitsave.message">保存されていない変更があります。保存しますか?</system:String>
<system:String x:Key="dialogs.export.caption">エクスポート</system:String>
<system:String x:Key="dialogs.export.savefirst">プロジェクトを保存してください。</system:String>
<system:String x:Key="dialogs.installdependency.caption">依存関係のインストール</system:String>
<system:String x:Key="dialogs.installdependency.message">インストールします : </system:String>
<system:String x:Key="dialogs.installdll.caption">Phonemizerのインストール</system:String>
<system:String x:Key="dialogs.installdll.message">インストールします : </system:String>
<system:String x:Key="dialogs.messagebox.cancel">キャンセル</system:String>
Expand Down Expand Up @@ -99,6 +101,9 @@
<system:String x:Key="menu.file">ファイル</system:String>
<system:String x:Key="menu.file.exit">OpenUTAUを終了</system:String>
<system:String x:Key="menu.file.exportaudio">音声をエクスポート</system:String>
<system:String x:Key="menu.file.exportds">DiffSinger Scriptsをエクスポート...</system:String>
<system:String x:Key="menu.file.exportds.v2">DiffSinger Scriptsをエクスポート(v2)...</system:String>
<system:String x:Key="menu.file.exportds.v2withoutpitch">DiffSinger Scriptsをエクスポート(v2, ピッチカーブなし)...</system:String>
<system:String x:Key="menu.file.exportmidi">MIDIをエクスポート</system:String>
<system:String x:Key="menu.file.exportmixdown">ミックスダウンしたWavファイルを出力</system:String>
<system:String x:Key="menu.file.exportproject">プロジェクトファイルをエクスポート</system:String>
Expand Down Expand Up @@ -202,6 +207,7 @@
<system:String x:Key="pianoroll.menu.lyrics.dashtoplus">"-" を "+" に置き換え</system:String>
<system:String x:Key="pianoroll.menu.lyrics.edit">歌詞を編集</system:String>
<system:String x:Key="pianoroll.menu.lyrics.hiraganatoromaji">ひらがな→ローマ字</system:String>
<system:String x:Key="pianoroll.menu.lyrics.insertslur">スラーにする</system:String>
<system:String x:Key="pianoroll.menu.lyrics.javcvtocv">連続音→単独音(日本語)</system:String>
<system:String x:Key="pianoroll.menu.lyrics.removelettersuffix">文字のSuffixを削除</system:String>
<system:String x:Key="pianoroll.menu.lyrics.movesuffixtovoicecolor">表情SuffixをVoiceColorに移動</system:String>
Expand All @@ -222,6 +228,7 @@
<system:String x:Key="pianoroll.menu.notes.quantize15">1/128にクオンタイズ</system:String>
<system:String x:Key="pianoroll.menu.notes.quantize30">1/64にクオンタイズ</system:String>
<system:String x:Key="pianoroll.menu.notes.autolegato">音符の隙間を埋める</system:String>
<system:String x:Key="pianoroll.menu.notes.reset.aliases">編集したエイリアスをリセット</system:String>
<system:String x:Key="pianoroll.menu.notes.reset.exps">全ての表情をリセット</system:String>
<system:String x:Key="pianoroll.menu.notes.reset.phonemetimings">音素のタイミングをリセット</system:String>
<system:String x:Key="pianoroll.menu.notes.reset.pitchbends">ピッチベンドをリセット</system:String>
Expand All @@ -235,6 +242,7 @@
<system:String x:Key="pianoroll.menu.plugin.reload">再読み込み</system:String>
<system:String x:Key="pianoroll.menu.searchnote">音符を検索</system:String>
<system:String x:Key="pianoroll.menu.searchnote.all">すべて選択</system:String>
<system:String x:Key="pianoroll.menu.searchnote.close">閉じる</system:String>
<system:String x:Key="pianoroll.menu.searchnote.next">次へ</system:String>
<system:String x:Key="pianoroll.menu.searchnote.prev">前へ</system:String>
<system:String x:Key="pianoroll.toggle.finalpitch">最終的なピッチを表示 (R)</system:String>
Expand Down Expand Up @@ -273,16 +281,22 @@
<system:String x:Key="prefs.advanced.resamplerlogging.warn">Resamplerの出力をログファイルに格納します。この設定はUIやレンダリングが遅くなります。</system:String>
<system:String x:Key="prefs.advanced.stable">安定版</system:String>
<system:String x:Key="prefs.advanced.vlabelerpath">vLabelerの場所</system:String>
<system:String x:Key="prefs.appearance">外観</system:String>
<system:String x:Key="prefs.appearance">表示</system:String>
<system:String x:Key="prefs.appearance.degree">スケールの表示</system:String>
<system:String x:Key="prefs.appearance.degree.numbered">番号 (1 2 3 4 5 6 7)</system:String>
<system:String x:Key="prefs.appearance.degree.off">なし</system:String>
<system:String x:Key="prefs.appearance.degree.solfege">Solfège (ドレミファソラシ)</system:String>
<system:String x:Key="prefs.appearance.lang">言語</system:String>
<system:String x:Key="prefs.appearance.showghostnotes">ピアノロール上に他トラックの音符を表示</system:String>
<system:String x:Key="prefs.appearance.showportrait">ピアノロール上にポートフォリオを表示</system:String>
<system:String x:Key="prefs.appearance.sortorder">シンガーの表示順</system:String>
<system:String x:Key="prefs.appearance.showportrait">ピアノロール上に背景イラストを表示</system:String>
<system:String x:Key="prefs.appearance.sortorder">シンガー名の表示言語</system:String>
<system:String x:Key="prefs.appearance.theme">テーマ</system:String>
<system:String x:Key="prefs.appearance.theme.dark">ダーク</system:String>
<system:String x:Key="prefs.appearance.theme.light">ライト</system:String>
<system:String x:Key="prefs.appearance.trackcolor">UIにトラックカラーを使用する</system:String>
<system:String x:Key="prefs.caption">環境設定</system:String>
<system:String x:Key="prefs.cache">キャッシュ</system:String>
<system:String x:Key="prefs.cache.clearonquit">終了時にキャッシュを消去する</system:String>
<system:String x:Key="prefs.note.restart">Note: この設定を変更した後は、OpenUtauを再起動してください。</system:String>
<system:String x:Key="prefs.off">オフ</system:String>
<system:String x:Key="prefs.on">オン</system:String>
Expand All @@ -308,8 +322,11 @@
<system:String x:Key="prefs.playback.lockstarttime.on">再生を開始した場所へカーソルを戻す</system:String>
<system:String x:Key="prefs.playback.test">再生テスト</system:String>
<system:String x:Key="prefs.rendering">レンダリング</system:String>
<system:String x:Key="prefs.rendering.onnxrunner">Machine Learning Runner</system:String>
<system:String x:Key="prefs.rendering.defaultrenderer">Classic UTAU音源のデフォルトレンダラー</system:String>
<!--<system:String x:Key="prefs.rendering.diffsingerspeedup">DiffSinger Render Speedup</system:String>-->
<!--<system:String x:Key="prefs.rendering.diffsingerdepth">DiffSinger Render Depth</system:String>-->
<system:String x:Key="prefs.rendering.onnxgpu">GPU</system:String>
<system:String x:Key="prefs.rendering.onnxrunner">Machine Learning Runner</system:String>
<system:String x:Key="prefs.rendering.phasecomp">位相補正</system:String>
<system:String x:Key="prefs.rendering.prerender">リアルタイムレンダリング</system:String>
<!--<system:String x:Key="prefs.rendering.resampler">Resampler</system:String>-->
Expand All @@ -328,20 +345,20 @@
<!--<system:String x:Key="prefs.rendering.threads.numthreads">Maximum Render Threads</system:String>-->
<!--<system:String x:Key="prefs.rendering.wavtool">Wavtool</system:String>-->

<system:String x:Key="progress.loadingsingers">シンガー読み込み中...</system:String>
<system:String x:Key="progress.saved">プロジェクトが保存されました。 {0}</system:String>
<system:String x:Key="progress.waitingrendering">レンダリング中</system:String>
<system:String x:Key="progress.loadingsingers">シンガー読み込み中...</system:String>

<system:String x:Key="singers.caption">シンガー</system:String>
<system:String x:Key="singers.editoto.editinvlabeler">vLabelerで編集</system:String>
<system:String x:Key="singers.editoto.gotosource">ソースファイルへ</system:String>
<system:String x:Key="singers.editoto.gotosource">原音の場所を開く</system:String>
<system:String x:Key="singers.editoto.regenfrq">周波数表を再生成</system:String>
<system:String x:Key="singers.editoto.regenfrq.regenerating">周波数表を再生成中</system:String>
<system:String x:Key="singers.editoto.reset">原音設定をリセット</system:String>
<system:String x:Key="singers.editoto.save">原音設定を保存</system:String>
<system:String x:Key="singers.editoto.search">絞り込み</system:String>
<system:String x:Key="singers.editoto.searchalias">エイリアス検索</system:String>
<!--<system:String x:Key="singers.editoto.setvlabelerpath">Download vLabeler (1.0.0-beta1 or higher) from https://github.com/sdercolin/vlabeler and set vLabeler path in Preferences first!</system:String>-->
<system:String x:Key="singers.errorreport">SingerのError Reportを出力</system:String>
<system:String x:Key="singers.errorreport">シンガーのError Reportを出力</system:String>
<system:String x:Key="singers.location">ファイルの場所</system:String>
<system:String x:Key="singers.otoview.moveleft">左へ移動</system:String>
<system:String x:Key="singers.otoview.moveright">右へ移動</system:String>
Expand All @@ -350,10 +367,14 @@
<system:String x:Key="singers.otoview.showall">全て表示</system:String>
<system:String x:Key="singers.otoview.zoomin">ズームイン</system:String>
<system:String x:Key="singers.otoview.zoomout">ズームアウト</system:String>
<system:String x:Key="singers.readme">readme.txtを開く</system:String>
<system:String x:Key="singers.readme.notfound">readme.txtが見つかりません</system:String>
<system:String x:Key="singers.playsample">サンプルボイスを再生</system:String>
<system:String x:Key="singers.refresh">再読み込み</system:String>
<system:String x:Key="singers.setdefaultphonemizer">デフォルトのPhonemizerとして保存</system:String>
<system:String x:Key="singers.setencoding">文字コード設定</system:String>
<system:String x:Key="singers.setportrait">ポートレートを設定</system:String>
<system:String x:Key="singers.setdefaultphonemizer">デフォルトのPhonemizerを設定</system:String>
<system:String x:Key="singers.setencoding">文字コードを設定</system:String>
<system:String x:Key="singers.setimage">アイコンを設定</system:String>
<system:String x:Key="singers.setportrait">背景イラストを設定</system:String>
<system:String x:Key="singers.subbanks.cancel">キャンセル</system:String>
<system:String x:Key="singers.subbanks.clear">クリア</system:String>
<!--<system:String x:Key="singers.subbanks.color">Color</system:String>-->
Expand All @@ -369,7 +390,7 @@
<system:String x:Key="singers.subbanks.set">セット</system:String>
<system:String x:Key="singers.subbanks.tone">音程</system:String>
<system:String x:Key="singers.subbanks.toneranges">音域</system:String>
<system:String x:Key="singers.visitwebsite">ウェブサイトへ</system:String>
<system:String x:Key="singers.visitwebsite">ウェブサイトを開く</system:String>

<system:String x:Key="singersetup.archivefileencoding">アーカイブファイルのエンコード</system:String>
<system:String x:Key="singersetup.archivefileencoding.prompt">ファイル名が文字化けしないエンコードを選択してください。</system:String>
Expand All @@ -382,15 +403,12 @@
<system:String x:Key="singersetup.textfileencoding.prompt">テキストが文字化けしないエンコードを選択してください。</system:String>

<!--<system:String x:Key="tip.aliasbox">Override Alias</system:String>-->
<system:String x:Key="tip.exps">
左クリック: 表情を設定
右クリック: 表情をリセット
</system:String>
<system:String x:Key="tip.exps">左クリック: 表情を設定
右クリック: 表情をリセット</system:String>
<system:String x:Key="tip.exps.notsupported">このレンダラーでは表情をサポートしていません。</system:String>
<system:String x:Key="tip.lyricbox.next">Tab: 次の音符へ</system:String>
<system:String x:Key="tip.lyricbox.prev">Shift+Tab: 前の音符へ</system:String>
<system:String x:Key="tip.notes.basics">
選択ツール
<system:String x:Key="tip.notes.basics">選択ツール
ボックス選択: 音符を選択
Ctrl + ボックス選択: 音符を複数選択
↑/↓: 選択した音符をトランスポーズ
Expand All @@ -404,8 +422,7 @@
音符をドラッグ: 音符を移動
音符の末尾をドラッグ: 音符の長さを変更
Alt + 音符の末尾をドラッグ: 隣の音符との境界を変更
スペース: 再生
</system:String>
スペース: 再生</system:String>
<system:String x:Key="tip.notes.zoomx">◀ ここをスクロールして左右にズーム ▶</system:String>
<system:String x:Key="tip.notes.zoomy">ここをスクロールして上下にズーム ▶</system:String>

Expand Down

0 comments on commit 12ca3bc

Please sign in to comment.