mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
504 lines
19 KiB
Plaintext
504 lines
19 KiB
Plaintext
//
|
||
// Localizable.strings
|
||
// Stats
|
||
//
|
||
// Created by treastrain / Tanaka Ryoga on 27/08/2020.
|
||
// Using Swift 5.0.
|
||
// Running on macOS 10.15.
|
||
//
|
||
// Copyright © 2020 treastrain / Tanaka Ryoga. All rights reserved.
|
||
//
|
||
|
||
// Modules
|
||
"CPU" = "CPU";
|
||
"Open CPU settings" = "CPU の設定を開く";
|
||
"GPU" = "GPU";
|
||
"Open GPU settings" = "GPU の設定を開く";
|
||
"RAM" = "RAM";
|
||
"Open RAM settings" = "RAM の設定を開く";
|
||
"Disk" = "ディスク";
|
||
"Open Disk settings" = "ディスクの設定を開く";
|
||
"Sensors" = "センサー";
|
||
"Open Sensors settings" = "センサーの設定を開く";
|
||
"Network" = "ネットワーク";
|
||
"Open Network settings" = "ネットワークの設定を開く";
|
||
"Battery" = "バッテリー";
|
||
"Open Battery settings" = "バッテリーの設定を開く";
|
||
"Bluetooth" = "Bluetooth";
|
||
"Open Bluetooth settings" = "Bluetooth の設定を開く";
|
||
"Clock" = "Clock";
|
||
"Open Clock settings" = "Open clock settings";
|
||
|
||
// Words
|
||
"Unknown" = "不明";
|
||
"Version" = "バージョン";
|
||
"Processor" = "プロセッサ";
|
||
"Memory" = "メモリ";
|
||
"Graphics" = "グラフィックス";
|
||
"Close" = "閉じる";
|
||
"Download" = "ダウンロード";
|
||
"Install" = "インストール";
|
||
"Cancel" = "キャンセル";
|
||
"Unavailable" = "使用できません";
|
||
"Yes" = "はい";
|
||
"No" = "いいえ";
|
||
"Automatic" = "オート";
|
||
"Manual" = "マニュアル";
|
||
"None" = "なし";
|
||
"Dots" = "ドット";
|
||
"Arrows" = "矢印";
|
||
"Characters" = "文字";
|
||
"Short" = "ショート";
|
||
"Long" = "ロング";
|
||
"Statistics" = "統計";
|
||
"Max" = "最大";
|
||
"Min" = "最小";
|
||
"Reset" = "リセット";
|
||
"Alignment" = "配置";
|
||
"Left alignment" = "左揃え";
|
||
"Center alignment" = "中央揃え";
|
||
"Right alignment" = "右揃え";
|
||
"Dashboard" = "ダッシュボード";
|
||
"Enabled" = "有効";
|
||
"Disabled" = "無効";
|
||
"Silent" = "自動(サイレント)";
|
||
"Units" = "単位";
|
||
"Fans" = "ファン";
|
||
"Scaling" = "Scaling";
|
||
"Linear" = "Linear";
|
||
"Square" = "Square";
|
||
"Cube" = "Cube";
|
||
"Logarithmic" = "Logarithmic";
|
||
"Fixed scale" = "Fixed";
|
||
"Cores" = "Cores";
|
||
"Settings" = "設定";
|
||
"Name" = "名前";
|
||
"Format" = "フォーマット";
|
||
"Turn off" = "停止";
|
||
"Normal" = "Normal";
|
||
"Warning" = "Warning";
|
||
"Critical" = "Critical";
|
||
"Usage" = "Usage";
|
||
"2 minutes" = "2 minutes";
|
||
"3 minutes" = "3 minutes";
|
||
"10 minutes" = "10 minutes";
|
||
"Import" = "Import";
|
||
"Export" = "Export";
|
||
"Separator" = "Separator";
|
||
"Read" = "Read";
|
||
"Write" = "Write";
|
||
"Frequency" = "Frequency";
|
||
"Save" = "Save";
|
||
"Run" = "Run";
|
||
"Stop" = "Stop";
|
||
"Uninstall" = "Uninstall";
|
||
"1 sec" = "1 sec";
|
||
"2 sec" = "2 sec";
|
||
"3 sec" = "3 sec";
|
||
"5 sec" = "5 sec";
|
||
"10 sec" = "10 sec";
|
||
"15 sec" = "15 sec";
|
||
"30 sec" = "30 sec";
|
||
"60 sec" = "60 sec";
|
||
|
||
// Setup
|
||
"Stats Setup" = "Stats セットアップ";
|
||
"Previous" = "前";
|
||
"Previous page" = "前のページ";
|
||
"Next" = "次";
|
||
"Next page" = "次のページ";
|
||
"Finish" = "完了";
|
||
"Finish setup" = "セットアップ完了";
|
||
"Welcome to Stats" = "Stats へようこそ";
|
||
"welcome_message" = "Thanks for using Stats, a free open source macOS system monitor for your menu bar.";
|
||
"Start the application automatically when starting your Mac" = "Start the application automatically when starting your Mac";
|
||
"Do not start the application automatically when starting your Mac" = "Do not start the application automatically when starting your Mac";
|
||
"Do everything silently in the background (recommended)" = "Do everything silently in the background (recommended)";
|
||
"Check for a new version on startup" = "Check for a new version on startup";
|
||
"Check for a new version every day (once a day)" = "Check for a new version every day (once a day)";
|
||
"Check for a new version every week (once a week)" = "Check for a new version every week (once a week)";
|
||
"Check for a new version every month (once a month)" = "Check for a new version every month (once a month)";
|
||
"Never check for updates (not recommended)" = "Never check for updates (not recommended)";
|
||
"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions";
|
||
"Share anonymous telemetry data" = "Share anonymous telemetry data";
|
||
"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data";
|
||
"The configuration is completed" = "The configuration is completed";
|
||
"finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!";
|
||
|
||
// Alerts
|
||
"New version available" = "新しいバージョンが利用可能です";
|
||
"Click to install the new version of Stats" = "クリックして新しいバージョンの Stats をインストール";
|
||
"Successfully updated" = "正常にアップデートされました";
|
||
"Stats was updated to v" = "Stats v%0 にアップデートしました";
|
||
"Reset settings text" = "アプリの設定をすべてリセットし、アプリを再起動します。本当に続けますか?";
|
||
"Support text" = "Statsをご利用いただきありがとうございます。Statsが役に立つと感じたら、寄付をご検討ください。少しでも役に立ちます!";
|
||
|
||
// Settings
|
||
"Open Activity Monitor" = "アクティビティモニタを開く";
|
||
"Report a bug" = "バグを報告";
|
||
"Support the application" = "Stats をサポート";
|
||
"Close application" = "Stats を終了";
|
||
"Open application settings" = "Stats の設定を開く";
|
||
"Open dashboard" = "ダッシュボードを開く";
|
||
"No notifications available in this module" = "No notifications available in this module";
|
||
"Open Calendar" = "Open Calendar";
|
||
"Toggle the module" = "Toggle the module";
|
||
|
||
// Application settings
|
||
"Update application" = "アプリをアップデートする";
|
||
"Check for updates" = "アップデートの確認頻度";
|
||
"At start" = "起動時";
|
||
"Once per day" = "1日ごと";
|
||
"Once per week" = "1週間ごと";
|
||
"Once per month" = "1ヶ月ごと";
|
||
"Never" = "確認しない";
|
||
"Check for update" = "アップデートを確認する";
|
||
"Show icon in dock" = "Dock にアイコンを表示";
|
||
"Start at login" = "ログイン時に開く";
|
||
"Build number" = "ビルド番号";
|
||
"Import settings" = "Import settings";
|
||
"Export settings" = "Export settings";
|
||
"Reset settings" = "設定をリセット";
|
||
"Pause the Stats" = "Pause the Stats";
|
||
"Resume the Stats" = "Resume the Stats";
|
||
"Combined modules" = "Combined modules";
|
||
"Combined details" = "Combined details";
|
||
"Spacing" = "Spacing";
|
||
"Share anonymous telemetry" = "Share anonymous telemetry";
|
||
"Choose file" = "Choose file";
|
||
"Stress tests" = "Stress tests";
|
||
|
||
// Dashboard
|
||
"Serial number" = "シリアル番号";
|
||
"Model identifier" = "Model identifier";
|
||
"Production year" = "Production year";
|
||
"Uptime" = "起動してからの時間";
|
||
"Number of cores" = "%0 コア";
|
||
"Number of threads" = "%0 スレッド";
|
||
"Number of e-cores" = "%0 高効率コア";
|
||
"Number of p-cores" = "%0 高性能コア";
|
||
"Disks" = "Disks";
|
||
|
||
// Update
|
||
"The latest version of Stats installed" = "最新の Stats がインストールされています";
|
||
"Downloading..." = "ダウンロード中...";
|
||
"Current version: " = "現在のバージョン: ";
|
||
"Latest version: " = "最新のバージョン: ";
|
||
|
||
// Widgets
|
||
"Color" = "カラー";
|
||
"Label" = "ラベル";
|
||
"Box" = "塗りつぶし";
|
||
"Frame" = "枠線";
|
||
"Value" = "数値";
|
||
"Colorize" = "カラーで表示";
|
||
"Colorize value" = "数値をカラーで表示";
|
||
"Additional information" = "表示する情報";
|
||
"Reverse values order" = "使用済みを上段に表示";
|
||
"Base" = "単位";
|
||
"Display mode" = "表示形式";
|
||
"One row" = "1行";
|
||
"Two rows" = "2行";
|
||
"Mini widget" = "ミニ";
|
||
"Line chart widget" = "線グラフ";
|
||
"Bar chart widget" = "棒グラフ";
|
||
"Pie chart widget" = "円グラフ";
|
||
"Network chart widget" = "ネットワーク使用状況チャート";
|
||
"Speed widget" = "速度";
|
||
"Battery widget" = "バッテリー";
|
||
"Stack widget" = "Stack";
|
||
"Memory widget" = "未使用/使用済み";
|
||
"Static width" = "固定幅";
|
||
"Tachometer widget" = "タコメーター";
|
||
"State widget" = "State widget";
|
||
"Text widget" = "Text widget";
|
||
"Battery details widget" = "Battery details widget";
|
||
"Show symbols" = "シンボルを表示";
|
||
"Label widget" = "ラベル";
|
||
"Number of reads in the chart" = "読み取り回数のチャート";
|
||
"Color of download" = "ダウンロードの色";
|
||
"Color of upload" = "アップロードの色";
|
||
"Monospaced font" = "等幅フォント";
|
||
"Reverse order" = "Reverse order";
|
||
"Chart history" = "Chart history";
|
||
"Default color" = "Default";
|
||
"Transparent when no activity" = "Transparent when no activity";
|
||
"Constant color" = "Constant";
|
||
|
||
// Module Kit
|
||
"Open module settings" = "このモジュールの設定を開く";
|
||
"Select widget" = "%0ウィジェットを選択";
|
||
"Open widget settings" = "このウィジェットの設定を開く";
|
||
"Update interval" = "更新間隔";
|
||
"Usage history" = "履歴";
|
||
"Details" = "詳細";
|
||
"Top processes" = "上位のプロセス";
|
||
"Pictogram" = "ピクトグラム";
|
||
"Module" = "モジュール";
|
||
"Widgets" = "ウィジェット";
|
||
"Popup" = "ポップアップ";
|
||
"Notifications" = "通知";
|
||
"Merge widgets" = "ウィジェットを結合する";
|
||
"No available widgets to configure" = "設定できるウィジェットがありません";
|
||
"No options to configure for the popup in this module" = "このモジュールにはポップアップ用に設定するオプションはありません";
|
||
"Process" = "Process";
|
||
"Kill process" = "Kill process";
|
||
"Keyboard shortcut" = "Keyboard shortcut";
|
||
"Listening..." = "Listening...";
|
||
|
||
// Modules
|
||
"Number of top processes" = "表示する上位プロセスの数";
|
||
"Update interval for top processes" = "上位プロセスの更新間隔";
|
||
"Notification level" = "通知レベル";
|
||
"Chart color" = "チャートの色";
|
||
"Main chart scaling" = "Main chart scaling";
|
||
"Scale value" = "Scale value";
|
||
"Text widget value" = "Text widget value";
|
||
|
||
// CPU
|
||
"CPU usage" = "CPU 使用率";
|
||
"CPU temperature" = "CPU 温度";
|
||
"CPU frequency" = "CPU 周波数";
|
||
"System" = "システム";
|
||
"User" = "ユーザー";
|
||
"Idle" = "アイドル";
|
||
"Show usage per core" = "コアごとの使用率を表示";
|
||
"Show hyper-threading cores" = "ハイパースレッディングコアを表示";
|
||
"Split the value (System/User)" = "値を分割する (システム/ユーザー)";
|
||
"Scheduler limit" = "スケジューラの上限";
|
||
"Speed limit" = "速度の上限";
|
||
"Average load" = "平均ロード";
|
||
"1 minute" = "1 分";
|
||
"5 minutes" = "5 分";
|
||
"15 minutes" = "15 分";
|
||
"CPU usage threshold" = "CPU usage threshold";
|
||
"CPU usage is" = "CPU usage is %0";
|
||
"Efficiency cores" = "Efficiency cores";
|
||
"Performance cores" = "Performance cores";
|
||
"System color" = "System color";
|
||
"User color" = "User color";
|
||
"Idle color" = "Idle color";
|
||
"Cluster grouping" = "Cluster grouping";
|
||
"Efficiency cores color" = "Efficiency cores color";
|
||
"Performance cores color" = "Performance cores color";
|
||
"Total load" = "Total load";
|
||
"System load" = "System load";
|
||
"User load" = "User load";
|
||
"Efficiency cores load" = "Efficiency cores load";
|
||
"Performance cores load" = "Performance cores load";
|
||
"All cores" = "All cores";
|
||
|
||
// GPU
|
||
"GPU to show" = "表示する GPU";
|
||
"Show GPU type" = "GPU の種類を表示";
|
||
"GPU enabled" = "GPU 有効";
|
||
"GPU disabled" = "GPU 無効";
|
||
"GPU temperature" = "GPU 温度";
|
||
"GPU utilization" = "GPU 使用率";
|
||
"Vendor" = "製造元";
|
||
"Model" = "モデル";
|
||
"Status" = "状態";
|
||
"Active" = "アクティブ";
|
||
"Non active" = "非アクティブ";
|
||
"Fan speed" = "ファン速度";
|
||
"Core clock" = "コアクロック";
|
||
"Memory clock" = "メモリクロック";
|
||
"Utilization" = "使用率";
|
||
"Render utilization" = "レンダリング";
|
||
"Tiler utilization" = "タイルレンダリング";
|
||
"GPU usage threshold" = "GPU usage threshold";
|
||
"GPU usage is" = "GPU usage is %0";
|
||
|
||
// RAM
|
||
"Memory usage" = "メモリ使用率";
|
||
"Memory pressure" = "メモリ負荷";
|
||
"Total" = "合計";
|
||
"Used" = "使用済みメモリ";
|
||
"App" = "アプリケーションメモリ";
|
||
"Wired" = "確保されているメモリ";
|
||
"Compressed" = "圧縮";
|
||
"Free" = "空き";
|
||
"Swap" = "スワップ使用領域";
|
||
"Split the value (App/Wired/Compressed)" = "値を分割する (アプリケーションメモリ/確保されているメモリ/圧縮)";
|
||
"RAM utilization threshold" = "RAM utilization threshold";
|
||
"RAM utilization is" = "RAM utilization is %0";
|
||
"App color" = "App color";
|
||
"Wired color" = "Wired color";
|
||
"Compressed color" = "Compressed color";
|
||
"Free color" = "Free color";
|
||
"Free memory (less than)" = "Free memory (less than)";
|
||
"Swap size" = "Swap size";
|
||
"Free RAM is" = "Free RAM is %0";
|
||
|
||
// Disk
|
||
"Show removable disks" = "リムーバブルディスクを表示";
|
||
"Used disk memory" = "%0 使用済み / %1";
|
||
"Free disk memory" = "%0 空き / %1";
|
||
"Disk to show" = "表示するディスク";
|
||
"Open disk" = "このディスクを表示";
|
||
"Switch view" = "表示を切り替える";
|
||
"Disk utilization threshold" = "Disk utilization threshold";
|
||
"Disk utilization is" = "Disk utilization is %0";
|
||
"Read color" = "Read color";
|
||
"Write color" = "Write color";
|
||
"Disk usage" = "Disk usage";
|
||
"Total read" = "Total read";
|
||
"Total written" = "Total written";
|
||
"Write speed" = "Write";
|
||
"Read speed" = "Read";
|
||
"Drives" = "Drives";
|
||
"SMART data" = "SMART data";
|
||
|
||
// Sensors
|
||
"Temperature unit" = "温度単位";
|
||
"Celsius" = "摂氏(℃)";
|
||
"Fahrenheit" = "華氏(℉)";
|
||
"Save the fan speed" = "ファンの速度を保存";
|
||
"Fan" = "ファン";
|
||
"HID sensors" = "HID センサー";
|
||
"Synchronize fan's control" = "Synchronize fan's control";
|
||
"Current" = "Current";
|
||
"Energy" = "Energy";
|
||
"Show unknown sensors" = "Show unknown sensors";
|
||
"Install fan helper" = "Install fan helper";
|
||
"Uninstall fan helper" = "Uninstall fan helper";
|
||
"Fan value" = "Fan value";
|
||
"Turn off fan" = "ファンの停止";
|
||
"You are going to turn off the fan. This is not recommended action that can damage your mac, are you sure you want to do that?" = "ファンの停止はmacに大きなダメージを与える可能性がある為、推奨されません。本当に実行しますか?";
|
||
"Sensor threshold" = "Sensor threshold";
|
||
"Left fan" = "Left";
|
||
"Right fan" = "Right";
|
||
"Fastest fan" = "Fastest";
|
||
"Sensor to show" = "Sensor to show";
|
||
|
||
// Network
|
||
"Uploading" = "送信";
|
||
"Downloading" = "受信";
|
||
"Public IP" = "パブリック IP";
|
||
"Local IP" = "ローカル IP";
|
||
"Interface" = "インターフェイス";
|
||
"Physical address" = "MAC アドレス";
|
||
"Refresh" = "更新";
|
||
"Click to copy public IP address" = "クリックしてパブリック IP アドレスをコピー";
|
||
"Click to copy local IP address" = "クリックしてローカル IP アドレスをコピー";
|
||
"Click to copy wifi name" = "クリックして Wi-Fi ネットワーク名をコピー";
|
||
"Click to copy mac address" = "クリックして MAC アドレスをコピー";
|
||
"No connection" = "未接続";
|
||
"Network interface" = "インターフェイス";
|
||
"Total download" = "受信の合計";
|
||
"Total upload" = "送信の合計";
|
||
"Reader type" = "リーダータイプ";
|
||
"Interface based" = "インターフェイス";
|
||
"Processes based" = "プロセス";
|
||
"Reset data usage" = "データ使用履歴をリセット";
|
||
"VPN mode" = "VPN モード";
|
||
"Standard" = "Standard";
|
||
"Security" = "Security";
|
||
"Channel" = "Channel";
|
||
"Common scale" = "Common scale";
|
||
"Autodetection" = "Autodetection";
|
||
"Widget activation threshold" = "Widget activation threshold";
|
||
"Internet connection" = "Internet connection";
|
||
"Active state color" = "Active state color";
|
||
"Nonactive state color" = "Nonactive state color";
|
||
"Connectivity host (ICMP)" = "Connectivity host (ICMP)";
|
||
"Leave empty to disable the check" = "Leave empty to disable the check";
|
||
"Connectivity history" = "Connectivity history";
|
||
"Auto-refresh public IP address" = "Auto-refresh public IP address";
|
||
"Every hour" = "Every hour";
|
||
"Every 12 hours" = "Every 12 hours";
|
||
"Every 24 hours" = "Every 24 hours";
|
||
"Network activity" = "Network activity";
|
||
"Last reset" = "Last reset %0 ago";
|
||
"Latency" = "Latency";
|
||
"Upload speed" = "Upload";
|
||
"Download speed" = "Download";
|
||
"Address" = "Address";
|
||
"WiFi network" = "WiFi network";
|
||
|
||
// Battery
|
||
"Level" = "充電残量";
|
||
"Source" = "電源";
|
||
"AC Power" = "電源アダプタ";
|
||
"Battery Power" = "バッテリー";
|
||
"Time" = "バッテリー残り時間";
|
||
"Health" = "状態";
|
||
"Amperage" = "電流";
|
||
"Voltage" = "電圧";
|
||
"Cycles" = "サイクル数";
|
||
"Temperature" = "温度";
|
||
"Power adapter" = "電源アダプタ";
|
||
"Power" = "電力";
|
||
"Is charging" = "充電中";
|
||
"Time to discharge" = "バッテリー残り時間";
|
||
"Time to charge" = "充電完了までの時間";
|
||
"Calculating" = "計算中";
|
||
"Fully charged" = "フル充電済み";
|
||
"Not connected" = "接続されていません";
|
||
"Low level notification" = "バッテリー残量低下の通知";
|
||
"High level notification" = "バッテリー充電状況の通知";
|
||
"Low battery" = "バッテリー残量低下";
|
||
"High battery" = "バッテリー充電状況";
|
||
"Battery remaining" = "バッテリー残量 残り %0%";
|
||
"Battery remaining to full charge" = "フル充電まであと %0%";
|
||
"Percentage" = "残量(%)";
|
||
"Percentage and time" = "残量(%)と残り時間";
|
||
"Time and percentage" = "残り時間と残量(%)";
|
||
"Time format" = "時間の表示形式";
|
||
"Hide additional information when full" = "フル充電済みのときはアイコンのみ表示";
|
||
"Last charge" = "最後の充電から";
|
||
"Capacity" = "容量";
|
||
"current / maximum / designed" = "current / 最大 / 規格";
|
||
"Low power mode" = "低電力モード";
|
||
"Percentage inside the icon" = "Percentage inside the icon";
|
||
"Colorize battery" = "Colorize battery";
|
||
"Charging current" = "Charging current";
|
||
"Charging Voltage" = "Charging voltage";
|
||
"Charger state inside the battery" = "Charger state inside the battery";
|
||
|
||
// Bluetooth
|
||
"Battery to show" = "バッテリー残量を表示するデバイス";
|
||
"No Bluetooth devices are available" = "利用可能な Bluetooth デバイスがありません";
|
||
|
||
// Clock
|
||
"Time zone" = "Time zone";
|
||
"Local" = "Local";
|
||
"Calendar" = "Calendar";
|
||
"Local time" = "Local time";
|
||
"Add new clock" = "Add new clock";
|
||
"Delete selected clock" = "Delete selected clock";
|
||
"Help with datetime format" = "Help with datetime format";
|
||
|
||
// Colors
|
||
"Based on utilization" = "使用率に基づいたカラー";
|
||
"Based on pressure" = "負荷に基づいたカラー";
|
||
"Based on cluster" = "Based on cluster";
|
||
"System accent" = "システムアクセント";
|
||
"Monochrome accent" = "モノクロ";
|
||
"Clear" = "クリア";
|
||
"White" = "ホワイト";
|
||
"Black" = "ブラック";
|
||
"Gray" = "グレー";
|
||
"Second gray" = "システムグレー";
|
||
"Dark gray" = "ダークグレー";
|
||
"Light gray" = "ライトグレー";
|
||
"Red" = "レッド";
|
||
"Second red" = "システムレッド";
|
||
"Green" = "グリーン";
|
||
"Second green" = "システムグリーン";
|
||
"Blue" = "ブルー";
|
||
"Second blue" = "システムブルー";
|
||
"Yellow" = "イエロー";
|
||
"Second yellow" = "システムイエロー";
|
||
"Orange" = "オレンジ";
|
||
"Second orange" = "システムオレンジ";
|
||
"Purple" = "パープル";
|
||
"Second purple" = "システムパープル";
|
||
"Brown" = "ブラウン";
|
||
"Second brown" = "システムブラウン";
|
||
"Cyan" = "シアン";
|
||
"Magenta" = "マゼンタ";
|
||
"Pink" = "システムピンク";
|
||
"Teal" = "システムティール";
|
||
"Indigo" = "システムインディゴ";
|