CrystalFetch/Source/ja.lproj/Localizable.strings
2023-08-04 08:46:55 +09:00

50 lines
2 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* Sources */
// UUPDump/UUPDumpAPI.swift
"Cannot find data from the server response." = "サーバの応答からデータが見つかりません。";
"Error returned from server: %@" = "サーバからエラーが返されました: %@";
// UUPDump/PrettyString.swift
"Intel x86" = "Intel32ビット";
"Intel x64" = "Intel64ビット";
"Apple Silicon" = "Appleシリコン";
"Unknown" = "不明";
"Development" = "Dev";
"Beta" = "Beta";
"Canary" = "Canary";
"Release Preview" = "Release Preview";
"Retail" = "Retail";
// ContentView.swift
"Prerelease Builds" = "プレリリースビルド";
"Show unstable releases which previews upcoming features." = "今後の機能をプレビューする不安定なリリースを表示します。";
"Server Builds" = "サーバビルド";
"Show builds for running in a server environment." = "サーバ環境で実行するためのビルドを表示します。";
"Refresh" = "更新";
// BuildConfigView.swift
"Channel" = "チャネル";
"Build" = "ビルド";
"Created" = "作成日時";
"Language" = "言語";
"Editions" = "エディション";
"I agree that I have a valid license to use this product." = "この製品を使用するための有効なライセンスを所有していることに同意します。";
"Cancel" = "キャンセル";
"Are you sure you want to stop the process?" = "処理を中止してもよろしいですか?";
"Stop" = "中止";
"Download…" = "ダウンロード…";
// BuildDetails.swift
"Unknown Language" = "不明な言語";
// BuildEditions.swift
"Unknown Edition" = "不明なエディション";
// Worker.swift
"Fetching files list..." = "ファイルリストを取得中…";
"Starting download..." = "ダウンロードを開始中…";
"Downloading %@ of %@..." = "ダウンロード中…(%1$@ / %2$@";
"Converting download to ISO..." = "ダウンロードをISOに変換中…";
"Saving ISO..." = "ISOを保存中…";
"The conversion script failed with error code %d" = "変換スクリプトはエラーコード%dで失敗しました";