2020-12-20 20:38:57 +09:00
//
// 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.
//
2021-07-03 12:22:31 +02:00
// Modules
"CPU" = "CPU";
2021-07-18 21:54:37 +09:00
"Open CPU settings" = "CPU の設定を開く";
2021-07-03 12:22:31 +02:00
"GPU" = "GPU";
2021-07-18 21:54:37 +09:00
"Open GPU settings" = "GPU の設定を開く";
2021-07-03 12:22:31 +02:00
"RAM" = "RAM";
2021-07-18 21:54:37 +09:00
"Open RAM settings" = "RAM の設定を開く";
"Disk" = "ディスク";
"Open Disk settings" = "ディスクの設定を開く";
"Sensors" = "センサー";
"Open Sensors settings" = "センサーの設定を開く";
"Network" = "ネットワーク";
"Open Network settings" = "ネットワークの設定を開く";
"Battery" = "バッテリー";
"Open Battery settings" = "バッテリーの設定を開く";
2021-07-10 16:32:16 +02:00
"Bluetooth" = "Bluetooth";
2021-07-18 21:54:37 +09:00
"Open Bluetooth settings" = "Bluetooth の設定を開く";
2026-01-11 14:39:53 +00:00
"Clock" = "時計";
"Open Clock settings" = "時計の設定を開く";
2021-07-03 12:22:31 +02:00
2020-12-20 20:38:57 +09:00
// Words
"Unknown" = "不明";
"Version" = "バージョン";
"Processor" = "プロセッサ";
"Memory" = "メモリ";
"Graphics" = "グラフィックス";
"Close" = "閉じる";
"Download" = "ダウンロード";
"Install" = "インストール";
"Cancel" = "キャンセル";
"Unavailable" = "使用できません";
"Yes" = "はい";
"No" = "いいえ";
2021-07-18 21:54:37 +09:00
"Automatic" = "オート";
"Manual" = "マニュアル";
2020-12-20 20:38:57 +09:00
"None" = "なし";
"Dots" = "ドット";
"Arrows" = "矢印";
"Characters" = "文字";
"Short" = "ショート";
"Long" = "ロング";
"Statistics" = "統計";
2021-07-18 21:54:37 +09:00
"Max" = "最大";
"Min" = "最小";
"Reset" = "リセット";
"Alignment" = "配置";
"Left alignment" = "左揃え";
"Center alignment" = "中央揃え";
"Right alignment" = "右揃え";
"Dashboard" = "ダッシュボード";
2022-08-28 19:14:18 +09:00
"Enabled" = "有効";
2022-01-23 21:28:13 +09:00
"Disabled" = "無効";
2022-03-20 21:51:29 +09:00
"Silent" = "自動(サイレント)";
"Units" = "単位";
2022-03-12 20:34:42 +01:00
"Fans" = "ファン";
2022-08-02 11:07:33 +02:00
"Scaling" = "Scaling";
"Linear" = "Linear";
"Square" = "Square";
"Cube" = "Cube";
"Logarithmic" = "Logarithmic";
2024-04-06 12:07:11 +02:00
"Fixed scale" = "Fixed";
2022-09-01 18:19:34 +02:00
"Cores" = "Cores";
2023-12-11 06:16:49 +09:00
"Settings" = "設定";
"Name" = "名前";
"Format" = "フォーマット";
"Turn off" = "停止";
2025-01-26 19:49:03 +08:00
"Normal" = "Normal";
2023-12-23 15:41:52 +01:00
"Warning" = "Warning";
"Critical" = "Critical";
"Usage" = "Usage";
2024-03-09 22:06:11 +01:00
"2 minutes" = "2 minutes";
"3 minutes" = "3 minutes";
"10 minutes" = "10 minutes";
2024-03-30 21:01:01 +01:00
"Import" = "Import";
"Export" = "Export";
2024-12-21 13:47:05 +01:00
"Separator" = "Separator";
"Read" = "Read";
"Write" = "Write";
"Frequency" = "Frequency";
2025-02-10 17:11:23 +01:00
"Save" = "Save";
"Run" = "Run";
"Stop" = "Stop";
"Uninstall" = "Uninstall";
2025-03-23 18:43:47 +08:00
"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";
2020-12-20 20:38:57 +09:00
2022-07-30 14:05:07 +02:00
// Setup
2023-12-11 06:16:49 +09:00
"Stats Setup" = "Stats セットアップ";
"Previous" = "前";
"Previous page" = "前のページ";
"Next" = "次";
"Next page" = "次のページ";
"Finish" = "完了";
"Finish setup" = "セットアップ完了";
"Welcome to Stats" = "Stats へようこそ";
2022-07-30 14:05:07 +02:00
"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)";
2023-06-24 12:41:26 +02:00
"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";
2022-07-30 14:05:07 +02:00
"The configuration is completed" = "The configuration is completed";
2022-10-27 02:48:13 +10:30
"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!";
2022-07-30 14:05:07 +02:00
2020-12-20 20:38:57 +09:00
// Alerts
"New version available" = "新しいバージョンが利用可能です";
"Click to install the new version of Stats" = "クリックして新しいバージョンの Stats をインストール";
"Successfully updated" = "正常にアップデートされました";
"Stats was updated to v" = "Stats v%0 にアップデートしました";
2022-03-20 21:51:29 +09:00
"Reset settings text" = "アプリの設定をすべてリセットし、アプリを再起動します。本当に続けますか?";
2025-01-18 15:56:28 +01:00
"Support text" = "Statsをご利用いただきありがとうございます。Statsが役に立つと感じたら、寄付をご検討ください。少しでも役に立ちます! ";
2020-12-20 20:38:57 +09:00
// Settings
"Open Activity Monitor" = "アクティビティモニタを開く";
2021-03-14 19:34:01 +09:00
"Report a bug" = "バグを報告";
"Support the application" = "Stats をサポート";
2020-12-20 20:38:57 +09:00
"Close application" = "Stats を終了";
"Open application settings" = "Stats の設定を開く";
2021-07-18 21:54:37 +09:00
"Open dashboard" = "ダッシュボードを開く";
2026-02-01 12:34:06 +00:00
"No notifications available in this module" = "このモジュールには利用可能な通知がありません";
"Open Calendar" = "カレンダーを開く";
"Toggle the module" = "モジュールの切り替え";
2020-12-20 20:38:57 +09:00
// Application settings
"Update application" = "アプリをアップデートする";
"Check for updates" = "アップデートの確認頻度";
2021-03-14 19:34:01 +09:00
"At start" = "起動時";
"Once per day" = "1日ごと";
"Once per week" = "1週間ごと";
"Once per month" = "1ヶ月ごと";
"Never" = "確認しない";
2020-12-20 20:38:57 +09:00
"Check for update" = "アップデートを確認する";
"Show icon in dock" = "Dock にアイコンを表示";
"Start at login" = "ログイン時に開く";
2022-03-20 21:51:29 +09:00
"Build number" = "ビルド番号";
2024-05-19 04:21:45 -05:00
"Import settings" = "Import settings";
"Export settings" = "Export settings";
2022-03-20 21:51:29 +09:00
"Reset settings" = "設定をリセット";
2022-09-10 14:28:42 +02:00
"Pause the Stats" = "Pause the Stats";
"Resume the Stats" = "Resume the Stats";
2023-02-01 19:29:38 +01:00
"Combined modules" = "Combined modules";
2024-07-06 18:54:47 +02:00
"Combined details" = "Combined details";
2023-02-18 16:51:46 +01:00
"Spacing" = "Spacing";
2023-06-24 12:41:26 +02:00
"Share anonymous telemetry" = "Share anonymous telemetry";
2025-02-10 17:11:23 +01:00
"Choose file" = "Choose file";
"Stress tests" = "Stress tests";
2020-12-20 20:38:57 +09:00
2021-01-16 18:32:43 +01:00
// Dashboard
2021-03-14 19:34:01 +09:00
"Serial number" = "シリアル番号";
2024-07-06 18:54:47 +02:00
"Model identifier" = "Model identifier";
"Production year" = "Production year";
2021-03-14 19:34:01 +09:00
"Uptime" = "起動してからの時間";
2022-01-23 21:28:13 +09:00
"Number of cores" = "%0 コア";
"Number of threads" = "%0 スレッド";
2023-12-11 06:16:49 +09:00
"Number of e-cores" = "%0 高効率コア";
"Number of p-cores" = "%0 高性能コア";
2025-08-15 16:42:12 +02:00
"Disks" = "Disks";
2025-10-11 23:37:22 +02:00
"Display" = "Display";
2021-01-16 18:32:43 +01:00
2020-12-20 20:38:57 +09:00
// 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行";
2021-03-14 19:34:01 +09:00
"Mini widget" = "ミニ";
"Line chart widget" = "線グラフ";
"Bar chart widget" = "棒グラフ";
"Pie chart widget" = "円グラフ";
"Network chart widget" = "ネットワーク使用状況チャート";
"Speed widget" = "速度";
"Battery widget" = "バッテリー";
2023-05-27 10:36:01 +02:00
"Stack widget" = "Stack";
2021-03-14 19:34:01 +09:00
"Memory widget" = "未使用/使用済み";
2021-07-18 21:54:37 +09:00
"Static width" = "固定幅";
2022-03-20 21:51:29 +09:00
"Tachometer widget" = "タコメーター";
2022-09-23 17:09:38 +02:00
"State widget" = "State widget";
2025-01-26 19:49:03 +08:00
"Text widget" = "Text widget";
2025-02-02 22:53:07 +08:00
"Battery details widget" = "Battery details widget";
2022-01-23 21:28:13 +09:00
"Show symbols" = "シンボルを表示";
"Label widget" = "ラベル";
"Number of reads in the chart" = "読み取り回数のチャート";
"Color of download" = "ダウンロードの色";
"Color of upload" = "アップロードの色";
2023-06-24 12:41:26 +02:00
"Monospaced font" = "等幅フォント";
2023-11-13 22:30:49 +01:00
"Reverse order" = "Reverse order";
2024-04-26 21:51:05 +02:00
"Chart history" = "Chart history";
2024-08-12 17:16:33 +02:00
"Default color" = "Default";
"Transparent when no activity" = "Transparent when no activity";
"Constant color" = "Constant";
2020-12-20 20:38:57 +09:00
// Module Kit
"Open module settings" = "このモジュールの設定を開く";
2021-03-14 19:34:01 +09:00
"Select widget" = "%0ウィジェットを選択";
"Open widget settings" = "このウィジェットの設定を開く";
2020-12-20 20:38:57 +09:00
"Update interval" = "更新間隔";
"Usage history" = "履歴";
"Details" = "詳細";
"Top processes" = "上位のプロセス";
"Pictogram" = "ピクトグラム";
2023-06-24 12:41:26 +02:00
"Module" = "モジュール";
"Widgets" = "ウィジェット";
2023-07-02 20:20:20 +09:00
"Popup" = "ポップアップ";
2023-06-24 12:41:26 +02:00
"Notifications" = "通知";
"Merge widgets" = "ウィジェットを結合する";
"No available widgets to configure" = "設定できるウィジェットがありません";
"No options to configure for the popup in this module" = "このモジュールにはポップアップ用に設定するオプションはありません";
2024-04-21 12:37:28 +02:00
"Process" = "Process";
"Kill process" = "Kill process";
2025-01-22 18:16:59 +01:00
"Keyboard shortcut" = "Keyboard shortcut";
2025-02-02 22:53:07 +08:00
"Listening..." = "Listening...";
2020-12-20 20:38:57 +09:00
// Modules
"Number of top processes" = "表示する上位プロセスの数";
2022-01-23 21:28:13 +09:00
"Update interval for top processes" = "上位プロセスの更新間隔";
2023-06-24 12:41:26 +02:00
"Notification level" = "通知レベル";
"Chart color" = "チャートの色";
2024-04-06 12:07:11 +02:00
"Main chart scaling" = "Main chart scaling";
"Scale value" = "Scale value";
2025-02-02 22:53:07 +08:00
"Text widget value" = "Text widget value";
2020-12-20 20:38:57 +09:00
// CPU
"CPU usage" = "CPU 使用率";
"CPU temperature" = "CPU 温度";
"CPU frequency" = "CPU 周波数";
"System" = "システム";
"User" = "ユーザー";
"Idle" = "アイドル";
"Show usage per core" = "コアごとの使用率を表示";
"Show hyper-threading cores" = "ハイパースレッディングコアを表示";
2021-08-05 16:30:52 +02:00
"Split the value (System/User)" = "値を分割する (システム/ユーザー)";
2022-01-23 21:28:13 +09:00
"Scheduler limit" = "スケジューラの上限";
"Speed limit" = "速度の上限";
"Average load" = "平均ロード";
"1 minute" = "1 分";
"5 minutes" = "5 分";
"15 minutes" = "15 分";
2022-07-08 20:48:05 +02:00
"CPU usage threshold" = "CPU usage threshold";
"CPU usage is" = "CPU usage is %0";
2022-08-13 19:38:33 +02:00
"Efficiency cores" = "Efficiency cores";
"Performance cores" = "Performance cores";
2022-10-12 18:00:53 +02:00
"System color" = "System color";
"User color" = "User color";
"Idle color" = "Idle color";
2022-10-14 17:24:35 +02:00
"Cluster grouping" = "Cluster grouping";
2023-03-02 18:48:48 +01:00
"Efficiency cores color" = "Efficiency cores color";
"Performance cores color" = "Performance cores color";
2023-12-23 15:41:52 +01:00
"Total load" = "Total load";
"System load" = "System load";
"User load" = "User load";
"Efficiency cores load" = "Efficiency cores load";
"Performance cores load" = "Performance cores load";
2024-12-21 13:47:05 +01:00
"All cores" = "All cores";
2020-12-20 20:38:57 +09:00
// GPU
"GPU to show" = "表示する GPU";
2021-03-14 19:34:01 +09:00
"Show GPU type" = "GPU の種類を表示";
"GPU enabled" = "GPU 有効";
"GPU disabled" = "GPU 無効";
2020-12-20 20:38:57 +09:00
"GPU temperature" = "GPU 温度";
"GPU utilization" = "GPU 使用率";
2021-03-14 19:34:01 +09:00
"Vendor" = "製造元";
"Model" = "モデル";
"Status" = "状態";
"Active" = "アクティブ";
"Non active" = "非アクティブ";
"Fan speed" = "ファン速度";
"Core clock" = "コアクロック";
"Memory clock" = "メモリクロック";
"Utilization" = "使用率";
2022-03-20 21:51:29 +09:00
"Render utilization" = "レンダリング";
"Tiler utilization" = "タイルレンダリング";
2022-07-08 20:48:05 +02:00
"GPU usage threshold" = "GPU usage threshold";
"GPU usage is" = "GPU usage is %0";
2020-12-20 20:38:57 +09:00
2021-08-05 16:30:52 +02:00
// RAM
2020-12-20 20:38:57 +09:00
"Memory usage" = "メモリ使用率";
2021-07-18 21:54:37 +09:00
"Memory pressure" = "メモリ負荷";
2020-12-20 20:38:57 +09:00
"Total" = "合計";
"Used" = "使用済みメモリ";
"App" = "アプリケーションメモリ";
"Wired" = "確保されているメモリ";
"Compressed" = "圧縮";
"Free" = "空き";
"Swap" = "スワップ使用領域";
2021-08-05 16:30:52 +02:00
"Split the value (App/Wired/Compressed)" = "値を分割する (アプリケーションメモリ/確保されているメモリ/圧縮)";
2022-07-08 20:48:05 +02:00
"RAM utilization threshold" = "RAM utilization threshold";
"RAM utilization is" = "RAM utilization is %0";
2022-10-12 18:00:53 +02:00
"App color" = "App color";
"Wired color" = "Wired color";
"Compressed color" = "Compressed color";
"Free color" = "Free color";
2023-12-23 15:41:52 +01:00
"Free memory (less than)" = "Free memory (less than)";
"Swap size" = "Swap size";
"Free RAM is" = "Free RAM is %0";
2020-12-20 20:38:57 +09:00
// Disk
"Show removable disks" = "リムーバブルディスクを表示";
"Used disk memory" = "%0 使用済み / %1";
"Free disk memory" = "%0 空き / %1";
"Disk to show" = "表示するディスク";
"Open disk" = "このディスクを表示";
"Switch view" = "表示を切り替える";
2022-07-08 20:48:05 +02:00
"Disk utilization threshold" = "Disk utilization threshold";
"Disk utilization is" = "Disk utilization is %0";
2023-04-15 20:33:54 +02:00
"Read color" = "Read color";
"Write color" = "Write color";
2023-05-22 19:26:43 +02:00
"Disk usage" = "Disk usage";
2024-03-30 21:01:01 +01:00
"Total read" = "Total read";
"Total written" = "Total written";
2024-10-26 16:56:22 +02:00
"Write speed" = "Write";
"Read speed" = "Read";
2025-01-12 22:47:56 +08:00
"Drives" = "Drives";
2025-01-26 19:49:03 +08:00
"SMART data" = "SMART data";
2020-12-20 20:38:57 +09:00
// Sensors
"Temperature unit" = "温度単位";
"Celsius" = "摂氏(℃)";
"Fahrenheit" = "華氏(℉)";
2022-01-23 21:28:13 +09:00
"Save the fan speed" = "ファンの速度を保存";
2022-03-20 21:51:29 +09:00
"Fan" = "ファン";
2022-01-23 21:28:13 +09:00
"HID sensors" = "HID センサー";
2022-07-08 20:48:05 +02:00
"Synchronize fan's control" = "Synchronize fan's control";
2022-09-01 18:19:34 +02:00
"Current" = "Current";
"Energy" = "Energy";
2022-11-11 14:27:31 +01:00
"Show unknown sensors" = "Show unknown sensors";
2022-12-17 10:22:37 +01:00
"Install fan helper" = "Install fan helper";
"Uninstall fan helper" = "Uninstall fan helper";
2022-12-21 22:09:04 +01:00
"Fan value" = "Fan value";
2023-12-11 06:16:49 +09:00
"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に大きなダメージを与える可能性がある為、推奨されません。本当に実行しますか? ";
2023-12-23 15:41:52 +01:00
"Sensor threshold" = "Sensor threshold";
2023-12-30 19:49:07 +01:00
"Left fan" = "Left";
"Right fan" = "Right";
"Fastest fan" = "Fastest";
2025-01-13 17:59:27 +01:00
"Sensor to show" = "Sensor to show";
2020-12-20 20:38:57 +09:00
// Network
"Uploading" = "送信";
"Downloading" = "受信";
"Public IP" = "パブリック IP";
"Local IP" = "ローカル IP";
"Interface" = "インターフェイス";
"Physical address" = "MAC アドレス";
2021-07-18 21:54:37 +09:00
"Refresh" = "更新";
2020-12-20 20:38:57 +09:00
"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" = "リーダータイプ";
2020-12-22 22:50:39 +01:00
"Interface based" = "インターフェイス";
"Processes based" = "プロセス";
2022-01-23 21:28:13 +09:00
"Reset data usage" = "データ使用履歴をリセット";
"VPN mode" = "VPN モード";
2022-06-01 16:51:20 +02:00
"Standard" = "Standard";
"Security" = "Security";
"Channel" = "Channel";
2022-09-01 18:19:34 +02:00
"Common scale" = "Common scale";
"Autodetection" = "Autodetection";
2022-09-03 13:32:01 +02:00
"Widget activation threshold" = "Widget activation threshold";
2022-09-23 17:09:38 +02:00
"Internet connection" = "Internet connection";
"Active state color" = "Active state color";
"Nonactive state color" = "Nonactive state color";
2022-10-27 18:47:57 +02:00
"Connectivity host (ICMP)" = "Connectivity host (ICMP)";
"Leave empty to disable the check" = "Leave empty to disable the check";
2023-04-15 20:33:54 +02:00
"Connectivity history" = "Connectivity history";
2023-05-09 18:22:59 +02:00
"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";
2023-05-22 19:26:43 +02:00
"Network activity" = "Network activity";
2023-05-30 18:24:18 +02:00
"Last reset" = "Last reset %0 ago";
2024-01-03 20:22:18 +01:00
"Latency" = "Latency";
2024-10-26 16:56:22 +02:00
"Upload speed" = "Upload";
"Download speed" = "Download";
2025-01-26 19:49:03 +08:00
"Address" = "Address";
2025-02-02 22:53:07 +08:00
"WiFi network" = "WiFi network";
2025-10-11 23:37:22 +02:00
"Local IP changed" = "Local IP has changed";
"Public IP changed" = "Public IP has changed";
"Previous IP" = "Previous IP: %0";
"New IP" = "New IP: %0";
2025-11-08 17:14:30 +01:00
"Internet connection lost" = "Internet connection lost";
"Internet connection established" = "Internet connection established";
2020-12-20 20:38:57 +09:00
// Battery
"Level" = "充電残量";
"Source" = "電源";
2021-03-14 19:34:01 +09:00
"AC Power" = "電源アダプタ";
"Battery Power" = "バッテリー";
2020-12-20 20:38:57 +09:00
"Time" = "バッテリー残り時間";
"Health" = "状態";
"Amperage" = "電流";
"Voltage" = "電圧";
2021-04-11 22:06:02 +08:00
"Cycles" = "サイクル数";
2020-12-20 20:38:57 +09:00
"Temperature" = "温度";
"Power adapter" = "電源アダプタ";
"Power" = "電力";
"Is charging" = "充電中";
"Time to discharge" = "バッテリー残り時間";
"Time to charge" = "充電完了までの時間";
"Calculating" = "計算中";
"Fully charged" = "フル充電済み";
"Not connected" = "接続されていません";
"Low level notification" = "バッテリー残量低下の通知";
2021-03-14 19:34:01 +09:00
"High level notification" = "バッテリー充電状況の通知";
2020-12-20 20:38:57 +09:00
"Low battery" = "バッテリー残量低下";
2021-03-14 19:34:01 +09:00
"High battery" = "バッテリー充電状況";
2020-12-20 20:38:57 +09:00
"Battery remaining" = "バッテリー残量 残り %0%";
2021-07-18 21:54:37 +09:00
"Battery remaining to full charge" = "フル充電まであと %0%";
2020-12-20 20:38:57 +09:00
"Percentage" = "残量(%) ";
"Percentage and time" = "残量(%)と残り時間";
"Time and percentage" = "残り時間と残量(%) ";
"Time format" = "時間の表示形式";
"Hide additional information when full" = "フル充電済みのときはアイコンのみ表示";
2021-07-18 21:54:37 +09:00
"Last charge" = "最後の充電から";
2022-01-23 21:28:13 +09:00
"Capacity" = "容量";
2022-12-21 22:09:04 +01:00
"current / maximum / designed" = "current / 最大 / 規格";
2022-08-28 19:14:18 +09:00
"Low power mode" = "低電力モード";
2022-09-01 18:19:34 +02:00
"Percentage inside the icon" = "Percentage inside the icon";
2023-05-09 18:22:59 +02:00
"Colorize battery" = "Colorize battery";
2024-07-06 18:54:47 +02:00
"Charging current" = "Charging current";
"Charging Voltage" = "Charging voltage";
2025-01-13 17:59:27 +01:00
"Charger state inside the battery" = "Charger state inside the battery";
2020-12-20 20:38:57 +09:00
2021-07-10 16:32:16 +02:00
// Bluetooth
2021-07-18 21:54:37 +09:00
"Battery to show" = "バッテリー残量を表示するデバイス";
2022-03-20 21:51:29 +09:00
"No Bluetooth devices are available" = "利用可能な Bluetooth デバイスがありません";
2021-07-10 16:32:16 +02:00
2023-05-09 18:22:59 +02:00
// Clock
"Time zone" = "Time zone";
"Local" = "Local";
2024-10-26 16:56:22 +02:00
"Calendar" = "Calendar";
"Local time" = "Local time";
2025-02-02 22:53:07 +08:00
"Add new clock" = "Add new clock";
"Delete selected clock" = "Delete selected clock";
"Help with datetime format" = "Help with datetime format";
2023-05-09 18:22:59 +02:00
2021-04-17 20:02:02 +02:00
// Colors
2021-07-18 21:54:37 +09:00
"Based on utilization" = "使用率に基づいたカラー";
"Based on pressure" = "負荷に基づいたカラー";
2022-09-30 17:56:11 +02:00
"Based on cluster" = "Based on cluster";
2021-07-18 21:54:37 +09:00
"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" = "システムインディゴ";