mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-31 06:59:45 +08:00
[GUI] Add live localization bindings and fill missing locales (#685)
This commit is contained in:
@@ -168,5 +168,34 @@
|
||||
"Updater.Status.Timeout": "アップデートの確認が10秒でタイムアウトしました。",
|
||||
"Updater.Status.Failed": "アップデートを確認できませんでした。",
|
||||
"Updater.Status.ChecksumFailed": "ダウンロードしたアップデートはSHA-256検証に失敗しました。",
|
||||
"Updater.Status.Unsupported": "自動アップデートにはWindows、Linux、またはmacOSのx64ビルドが必要です。"
|
||||
"Updater.Status.Unsupported": "自動アップデートにはWindows、Linux、またはmacOSのx64ビルドが必要です。",
|
||||
"Options.Graphics": "グラフィックス",
|
||||
"Options.Section.Rendering": "レンダリング",
|
||||
"Options.Section.Display": "ディスプレイ",
|
||||
"Options.RenderResolution.Label": "内部解像度",
|
||||
"Options.RenderResolution.Desc": "ネイティブ解像度より低い解像度でオフスクリーンターゲットを描画し、表示時にアップスケールします。値を下げると画質と引き換えにGPU負荷を軽減します。次回起動時に適用されます。",
|
||||
"Options.RenderResolution.Native": "100%(ネイティブ)",
|
||||
"Options.WindowMode.Label": "ウィンドウモード",
|
||||
"Options.WindowMode.Desc": "通常ウィンドウ、デスクトップのボーダーレス、または排他フルスクリーン。",
|
||||
"Options.WindowMode.Windowed": "ウィンドウ",
|
||||
"Options.WindowMode.Borderless": "ボーダーレス",
|
||||
"Options.WindowMode.Exclusive": "排他",
|
||||
"Options.Resolution.Label": "解像度",
|
||||
"Options.Resolution.Desc": "初期ウィンドウサイズまたは排他フルスクリーンの解像度。",
|
||||
"Options.Display.Label": "ディスプレイ",
|
||||
"Options.Display.Desc": "中央配置とフルスクリーンに使用するモニター。",
|
||||
"Options.RefreshRate.Label": "リフレッシュレート",
|
||||
"Options.RefreshRate.Desc": "排他フルスクリーンのリフレッシュレート。自動では最も近いモードを選択します。",
|
||||
"Options.RefreshRate.Automatic": "自動",
|
||||
"Options.Scaling.Label": "スケーリング",
|
||||
"Options.Scaling.Desc": "内部解像度を変更せずにゲストのネイティブ画像を拡大縮小します。",
|
||||
"Options.Scaling.Fit": "フィット",
|
||||
"Options.Scaling.Cover": "カバー",
|
||||
"Options.Scaling.Stretch": "引き伸ばし",
|
||||
"Options.Scaling.Integer": "整数倍",
|
||||
"Options.VSync.Label": "VSync",
|
||||
"Options.VSync.Desc": "ティアリングのない表示のためFIFOプレゼンテーションを使用します。",
|
||||
"Options.Hdr.Label": "HDR出力",
|
||||
"Options.Hdr.Desc": "選択したディスプレイとグラフィックスバックエンドが対応している場合にHDRを使用します。自動ではSDRにフォールバックします。",
|
||||
"Options.Hdr.Auto": "自動"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user