2025-03-05 16:08:50 +08:00
|
|
|
|
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
|
|
|
|
|
// This is a library that provides messages for a ja locale. All the
|
|
|
|
|
|
// messages from the main program should be duplicated here with the same
|
|
|
|
|
|
// function name.
|
|
|
|
|
|
|
|
|
|
|
|
// Ignore issues from commonly used lints in this file.
|
|
|
|
|
|
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
|
|
|
|
|
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
|
|
|
|
|
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
|
|
|
|
|
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
|
|
|
|
|
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
|
|
|
|
|
|
|
|
|
|
|
import 'package:intl/intl.dart';
|
|
|
|
|
|
import 'package:intl/message_lookup_by_library.dart';
|
|
|
|
|
|
|
|
|
|
|
|
final messages = new MessageLookup();
|
|
|
|
|
|
|
|
|
|
|
|
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
|
|
|
|
|
|
|
|
|
|
|
class MessageLookup extends MessageLookupByLibrary {
|
|
|
|
|
|
String get localeName => 'ja';
|
|
|
|
|
|
|
2025-10-14 15:13:52 +08:00
|
|
|
|
static String m0(count) => "${count}日前";
|
2025-05-02 02:24:12 +08:00
|
|
|
|
|
2025-10-14 15:13:52 +08:00
|
|
|
|
static String m1(label) => "選択された${label}を削除してもよろしいですか?";
|
2025-05-02 02:24:12 +08:00
|
|
|
|
|
2025-10-14 15:13:52 +08:00
|
|
|
|
static String m2(label) => "現在の${label}を削除してもよろしいですか?";
|
2025-05-02 02:24:12 +08:00
|
|
|
|
|
2025-10-14 15:13:52 +08:00
|
|
|
|
static String m3(label) => "${label}詳細";
|
2025-05-02 02:24:12 +08:00
|
|
|
|
|
2025-10-14 15:13:52 +08:00
|
|
|
|
static String m4(label) => "${label}は空欄にできません";
|
2025-05-02 02:24:12 +08:00
|
|
|
|
|
2025-10-14 15:13:52 +08:00
|
|
|
|
static String m5(label) => "現在の${label}は既に存在しています";
|
2025-05-02 02:24:12 +08:00
|
|
|
|
|
2025-10-14 15:13:52 +08:00
|
|
|
|
static String m6(count) => "${count}時間前";
|
2025-05-02 02:24:12 +08:00
|
|
|
|
|
2025-10-14 15:13:52 +08:00
|
|
|
|
static String m7(count) => "${count}分前";
|
2025-05-02 02:24:12 +08:00
|
|
|
|
|
2025-10-14 15:13:52 +08:00
|
|
|
|
static String m8(count) => "${count}ヶ月前";
|
2025-06-07 01:48:34 +08:00
|
|
|
|
|
2025-10-14 15:13:52 +08:00
|
|
|
|
static String m9(label) => "まだ${label}はありません";
|
|
|
|
|
|
|
|
|
|
|
|
static String m10(label) => "${label}は数字でなければなりません";
|
|
|
|
|
|
|
|
|
|
|
|
static String m11(label) => "${label} は 1024 から 49151 の間でなければなりません";
|
|
|
|
|
|
|
|
|
|
|
|
static String m12(count) => "${count} 項目が選択されています";
|
|
|
|
|
|
|
|
|
|
|
|
static String m13(label) => "${label}はURLである必要があります";
|
|
|
|
|
|
|
|
|
|
|
|
static String m14(count) => "${count}年前";
|
2025-03-12 17:15:31 +08:00
|
|
|
|
|
2025-03-05 16:08:50 +08:00
|
|
|
|
final messages = _notInlinedMessages(_notInlinedMessages);
|
|
|
|
|
|
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
|
|
|
|
|
"about": MessageLookupByLibrary.simpleMessage("について"),
|
|
|
|
|
|
"accessControl": MessageLookupByLibrary.simpleMessage("アクセス制御"),
|
|
|
|
|
|
"accessControlAllowDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"選択したアプリのみVPNを許可",
|
|
|
|
|
|
),
|
|
|
|
|
|
"accessControlDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"アプリケーションのプロキシアクセスを設定",
|
|
|
|
|
|
),
|
|
|
|
|
|
"accessControlNotAllowDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"選択したアプリをVPNから除外",
|
|
|
|
|
|
),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"accessControlSettings": MessageLookupByLibrary.simpleMessage("アクセス制御設定"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"account": MessageLookupByLibrary.simpleMessage("アカウント"),
|
|
|
|
|
|
"action": MessageLookupByLibrary.simpleMessage("アクション"),
|
|
|
|
|
|
"action_mode": MessageLookupByLibrary.simpleMessage("モード切替"),
|
|
|
|
|
|
"action_proxy": MessageLookupByLibrary.simpleMessage("システムプロキシ"),
|
|
|
|
|
|
"action_start": MessageLookupByLibrary.simpleMessage("開始/停止"),
|
|
|
|
|
|
"action_tun": MessageLookupByLibrary.simpleMessage("TUN"),
|
|
|
|
|
|
"action_view": MessageLookupByLibrary.simpleMessage("表示/非表示"),
|
|
|
|
|
|
"add": MessageLookupByLibrary.simpleMessage("追加"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"addRule": MessageLookupByLibrary.simpleMessage("ルールを追加"),
|
|
|
|
|
|
"addedOriginRules": MessageLookupByLibrary.simpleMessage("元のルールに追加"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"addedRules": MessageLookupByLibrary.simpleMessage("追加ルール"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"address": MessageLookupByLibrary.simpleMessage("アドレス"),
|
|
|
|
|
|
"addressHelp": MessageLookupByLibrary.simpleMessage("WebDAVサーバーアドレス"),
|
|
|
|
|
|
"addressTip": MessageLookupByLibrary.simpleMessage("有効なWebDAVアドレスを入力"),
|
|
|
|
|
|
"adminAutoLaunch": MessageLookupByLibrary.simpleMessage("管理者自動起動"),
|
|
|
|
|
|
"adminAutoLaunchDesc": MessageLookupByLibrary.simpleMessage("管理者モードで起動"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"advancedConfig": MessageLookupByLibrary.simpleMessage("高度な設定"),
|
|
|
|
|
|
"advancedConfigDesc": MessageLookupByLibrary.simpleMessage("多様な設定を提供"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"ago": MessageLookupByLibrary.simpleMessage("前"),
|
|
|
|
|
|
"agree": MessageLookupByLibrary.simpleMessage("同意"),
|
|
|
|
|
|
"allApps": MessageLookupByLibrary.simpleMessage("全アプリ"),
|
|
|
|
|
|
"allowBypass": MessageLookupByLibrary.simpleMessage("アプリがVPNをバイパスすることを許可"),
|
|
|
|
|
|
"allowBypassDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"有効化すると一部アプリがVPNをバイパス",
|
|
|
|
|
|
),
|
|
|
|
|
|
"allowLan": MessageLookupByLibrary.simpleMessage("LANを許可"),
|
|
|
|
|
|
"allowLanDesc": MessageLookupByLibrary.simpleMessage("LAN経由でのプロキシアクセスを許可"),
|
|
|
|
|
|
"app": MessageLookupByLibrary.simpleMessage("アプリ"),
|
|
|
|
|
|
"appAccessControl": MessageLookupByLibrary.simpleMessage("アプリアクセス制御"),
|
|
|
|
|
|
"appDesc": MessageLookupByLibrary.simpleMessage("アプリ関連設定の処理"),
|
2025-09-27 23:39:20 +08:00
|
|
|
|
"appendSystemDns": MessageLookupByLibrary.simpleMessage("システムDNSを追加"),
|
|
|
|
|
|
"appendSystemDnsTip": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"設定にシステムDNSを強制的に追加します",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"application": MessageLookupByLibrary.simpleMessage("アプリケーション"),
|
|
|
|
|
|
"applicationDesc": MessageLookupByLibrary.simpleMessage("アプリ関連設定を変更"),
|
|
|
|
|
|
"auto": MessageLookupByLibrary.simpleMessage("自動"),
|
|
|
|
|
|
"autoCheckUpdate": MessageLookupByLibrary.simpleMessage("自動更新チェック"),
|
|
|
|
|
|
"autoCheckUpdateDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"起動時に更新を自動チェック",
|
|
|
|
|
|
),
|
|
|
|
|
|
"autoCloseConnections": MessageLookupByLibrary.simpleMessage("接続を自動閉じる"),
|
|
|
|
|
|
"autoCloseConnectionsDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"ノード変更後に接続を自動閉じる",
|
|
|
|
|
|
),
|
|
|
|
|
|
"autoLaunch": MessageLookupByLibrary.simpleMessage("自動起動"),
|
|
|
|
|
|
"autoLaunchDesc": MessageLookupByLibrary.simpleMessage("システムの自動起動に従う"),
|
|
|
|
|
|
"autoRun": MessageLookupByLibrary.simpleMessage("自動実行"),
|
|
|
|
|
|
"autoRunDesc": MessageLookupByLibrary.simpleMessage("アプリ起動時に自動実行"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"autoSetSystemDns": MessageLookupByLibrary.simpleMessage("オートセットシステムDNS"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"autoUpdate": MessageLookupByLibrary.simpleMessage("自動更新"),
|
|
|
|
|
|
"autoUpdateInterval": MessageLookupByLibrary.simpleMessage("自動更新間隔(分)"),
|
|
|
|
|
|
"backup": MessageLookupByLibrary.simpleMessage("バックアップ"),
|
|
|
|
|
|
"backupAndRecovery": MessageLookupByLibrary.simpleMessage("バックアップと復元"),
|
|
|
|
|
|
"backupAndRecoveryDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"WebDAVまたはファイルでデータを同期",
|
|
|
|
|
|
),
|
|
|
|
|
|
"backupSuccess": MessageLookupByLibrary.simpleMessage("バックアップ成功"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"basicConfig": MessageLookupByLibrary.simpleMessage("基本設定"),
|
|
|
|
|
|
"basicConfigDesc": MessageLookupByLibrary.simpleMessage("基本設定をグローバルに変更"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"bind": MessageLookupByLibrary.simpleMessage("バインド"),
|
|
|
|
|
|
"blacklistMode": MessageLookupByLibrary.simpleMessage("ブラックリストモード"),
|
|
|
|
|
|
"bypassDomain": MessageLookupByLibrary.simpleMessage("バイパスドメイン"),
|
|
|
|
|
|
"bypassDomainDesc": MessageLookupByLibrary.simpleMessage("システムプロキシ有効時のみ適用"),
|
|
|
|
|
|
"cacheCorrupt": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"キャッシュが破損しています。クリアしますか?",
|
|
|
|
|
|
),
|
|
|
|
|
|
"cancel": MessageLookupByLibrary.simpleMessage("キャンセル"),
|
|
|
|
|
|
"cancelFilterSystemApp": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"システムアプリの除外を解除",
|
|
|
|
|
|
),
|
|
|
|
|
|
"cancelSelectAll": MessageLookupByLibrary.simpleMessage("全選択解除"),
|
|
|
|
|
|
"checkError": MessageLookupByLibrary.simpleMessage("確認エラー"),
|
|
|
|
|
|
"checkUpdate": MessageLookupByLibrary.simpleMessage("更新を確認"),
|
|
|
|
|
|
"checkUpdateError": MessageLookupByLibrary.simpleMessage("アプリは最新版です"),
|
|
|
|
|
|
"checking": MessageLookupByLibrary.simpleMessage("確認中..."),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"clearData": MessageLookupByLibrary.simpleMessage("データを消去"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"clipboardExport": MessageLookupByLibrary.simpleMessage("クリップボードにエクスポート"),
|
|
|
|
|
|
"clipboardImport": MessageLookupByLibrary.simpleMessage("クリップボードからインポート"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"color": MessageLookupByLibrary.simpleMessage("カラー"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"colorSchemes": MessageLookupByLibrary.simpleMessage("カラースキーム"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"columns": MessageLookupByLibrary.simpleMessage("列"),
|
|
|
|
|
|
"compatible": MessageLookupByLibrary.simpleMessage("互換モード"),
|
|
|
|
|
|
"compatibleDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"有効化すると一部機能を失いますが、Clashの完全サポートを獲得",
|
|
|
|
|
|
),
|
|
|
|
|
|
"confirm": MessageLookupByLibrary.simpleMessage("確認"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"confirmClearAllData": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"すべてのデータをクリアしてもよろしいですか?",
|
|
|
|
|
|
),
|
|
|
|
|
|
"confirmForceCrashCore": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"コアを強制的にクラッシュさせてもよろしいですか?",
|
|
|
|
|
|
),
|
2025-07-31 17:09:18 +08:00
|
|
|
|
"connected": MessageLookupByLibrary.simpleMessage("接続済み"),
|
|
|
|
|
|
"connecting": MessageLookupByLibrary.simpleMessage("接続中..."),
|
2025-06-07 01:48:34 +08:00
|
|
|
|
"connection": MessageLookupByLibrary.simpleMessage("接続"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"connections": MessageLookupByLibrary.simpleMessage("接続"),
|
|
|
|
|
|
"connectionsDesc": MessageLookupByLibrary.simpleMessage("現在の接続データを表示"),
|
|
|
|
|
|
"connectivity": MessageLookupByLibrary.simpleMessage("接続性:"),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"contactMe": MessageLookupByLibrary.simpleMessage("連絡する"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"content": MessageLookupByLibrary.simpleMessage("内容"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"contentScheme": MessageLookupByLibrary.simpleMessage("コンテンツテーマ"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"controlGlobalAddedRules": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"グローバル追加ルールを制御",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"copy": MessageLookupByLibrary.simpleMessage("コピー"),
|
|
|
|
|
|
"copyEnvVar": MessageLookupByLibrary.simpleMessage("環境変数をコピー"),
|
|
|
|
|
|
"copyLink": MessageLookupByLibrary.simpleMessage("リンクをコピー"),
|
|
|
|
|
|
"copySuccess": MessageLookupByLibrary.simpleMessage("コピー成功"),
|
|
|
|
|
|
"core": MessageLookupByLibrary.simpleMessage("コア"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"coreConfigChangeDetected": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"コア設定の変更が検出されました",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"coreInfo": MessageLookupByLibrary.simpleMessage("コア情報"),
|
2025-07-31 17:09:18 +08:00
|
|
|
|
"coreStatus": MessageLookupByLibrary.simpleMessage("コアステータス"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"country": MessageLookupByLibrary.simpleMessage("国"),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"crashTest": MessageLookupByLibrary.simpleMessage("クラッシュテスト"),
|
2025-07-31 17:09:18 +08:00
|
|
|
|
"crashlytics": MessageLookupByLibrary.simpleMessage("クラッシュ分析"),
|
|
|
|
|
|
"crashlyticsTip": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"有効にすると、アプリがクラッシュした際に機密情報を含まないクラッシュログを自動的にアップロードします",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"create": MessageLookupByLibrary.simpleMessage("作成"),
|
2025-06-07 01:48:34 +08:00
|
|
|
|
"creationTime": MessageLookupByLibrary.simpleMessage("作成時間"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"cut": MessageLookupByLibrary.simpleMessage("切り取り"),
|
|
|
|
|
|
"dark": MessageLookupByLibrary.simpleMessage("ダーク"),
|
|
|
|
|
|
"dashboard": MessageLookupByLibrary.simpleMessage("ダッシュボード"),
|
2025-07-31 17:09:18 +08:00
|
|
|
|
"dataCollectionContent": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"本アプリはFirebase Crashlyticsを使用してクラッシュ情報を収集し、アプリの安定性を向上させます。\n収集されるデータにはデバイス情報とクラッシュ詳細が含まれますが、個人の機密データは含まれません。\n設定でこの機能を無効にすることができます。",
|
|
|
|
|
|
),
|
|
|
|
|
|
"dataCollectionTip": MessageLookupByLibrary.simpleMessage("データ収集説明"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"days": MessageLookupByLibrary.simpleMessage("日"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"daysAgo": m0,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"defaultNameserver": MessageLookupByLibrary.simpleMessage("デフォルトネームサーバー"),
|
|
|
|
|
|
"defaultNameserverDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"DNSサーバーの解決用",
|
|
|
|
|
|
),
|
|
|
|
|
|
"defaultSort": MessageLookupByLibrary.simpleMessage("デフォルト順"),
|
|
|
|
|
|
"defaultText": MessageLookupByLibrary.simpleMessage("デフォルト"),
|
|
|
|
|
|
"delay": MessageLookupByLibrary.simpleMessage("遅延"),
|
|
|
|
|
|
"delaySort": MessageLookupByLibrary.simpleMessage("遅延順"),
|
|
|
|
|
|
"delete": MessageLookupByLibrary.simpleMessage("削除"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"deleteMultipTip": m1,
|
|
|
|
|
|
"deleteTip": m2,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"desc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"ClashMetaベースのマルチプラットフォームプロキシクライアント。シンプルで使いやすく、オープンソースで広告なし。",
|
|
|
|
|
|
),
|
2025-06-07 01:48:34 +08:00
|
|
|
|
"destination": MessageLookupByLibrary.simpleMessage("宛先"),
|
|
|
|
|
|
"destinationGeoIP": MessageLookupByLibrary.simpleMessage("宛先地理情報"),
|
|
|
|
|
|
"destinationIPASN": MessageLookupByLibrary.simpleMessage("宛先IP ASN"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"details": m3,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"detectionTip": MessageLookupByLibrary.simpleMessage("サードパーティAPIに依存(参考値)"),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"developerMode": MessageLookupByLibrary.simpleMessage("デベロッパーモード"),
|
|
|
|
|
|
"developerModeEnableTip": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"デベロッパーモードが有効になりました。",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"direct": MessageLookupByLibrary.simpleMessage("ダイレクト"),
|
|
|
|
|
|
"disclaimer": MessageLookupByLibrary.simpleMessage("免責事項"),
|
|
|
|
|
|
"disclaimerDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"本ソフトウェアは学習交流や科学研究などの非営利目的でのみ使用されます。商用利用は厳禁です。いかなる商用活動も本ソフトウェアとは無関係です。",
|
|
|
|
|
|
),
|
2025-07-31 17:09:18 +08:00
|
|
|
|
"disconnected": MessageLookupByLibrary.simpleMessage("切断済み"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"discoverNewVersion": MessageLookupByLibrary.simpleMessage("新バージョンを発見"),
|
|
|
|
|
|
"discovery": MessageLookupByLibrary.simpleMessage("新しいバージョンを発見"),
|
|
|
|
|
|
"dnsDesc": MessageLookupByLibrary.simpleMessage("DNS関連設定の更新"),
|
2025-07-31 17:09:18 +08:00
|
|
|
|
"dnsHijacking": MessageLookupByLibrary.simpleMessage("DNSハイジャッキング"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"dnsMode": MessageLookupByLibrary.simpleMessage("DNSモード"),
|
|
|
|
|
|
"doYouWantToPass": MessageLookupByLibrary.simpleMessage("通過させますか?"),
|
|
|
|
|
|
"domain": MessageLookupByLibrary.simpleMessage("ドメイン"),
|
|
|
|
|
|
"download": MessageLookupByLibrary.simpleMessage("ダウンロード"),
|
|
|
|
|
|
"edit": MessageLookupByLibrary.simpleMessage("編集"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"editGlobalRules": MessageLookupByLibrary.simpleMessage("グローバルルールを編集"),
|
|
|
|
|
|
"editRule": MessageLookupByLibrary.simpleMessage("ルールを編集"),
|
|
|
|
|
|
"emptyTip": m4,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"en": MessageLookupByLibrary.simpleMessage("英語"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"enableOverride": MessageLookupByLibrary.simpleMessage("上書きを有効化"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"entries": MessageLookupByLibrary.simpleMessage(" エントリ"),
|
|
|
|
|
|
"exclude": MessageLookupByLibrary.simpleMessage("最近のタスクから非表示"),
|
|
|
|
|
|
"excludeDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"アプリがバックグラウンド時に最近のタスクから非表示",
|
|
|
|
|
|
),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"existsTip": m5,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"exit": MessageLookupByLibrary.simpleMessage("終了"),
|
|
|
|
|
|
"expand": MessageLookupByLibrary.simpleMessage("標準"),
|
|
|
|
|
|
"expirationTime": MessageLookupByLibrary.simpleMessage("有効期限"),
|
|
|
|
|
|
"exportFile": MessageLookupByLibrary.simpleMessage("ファイルをエクスポート"),
|
|
|
|
|
|
"exportLogs": MessageLookupByLibrary.simpleMessage("ログをエクスポート"),
|
|
|
|
|
|
"exportSuccess": MessageLookupByLibrary.simpleMessage("エクスポート成功"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"expressiveScheme": MessageLookupByLibrary.simpleMessage("エクスプレッシブ"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"externalController": MessageLookupByLibrary.simpleMessage("外部コントローラー"),
|
|
|
|
|
|
"externalControllerDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"有効化するとClashコアをポート9090で制御可能",
|
|
|
|
|
|
),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"externalFetch": MessageLookupByLibrary.simpleMessage("外部取得"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"externalLink": MessageLookupByLibrary.simpleMessage("外部リンク"),
|
|
|
|
|
|
"externalResources": MessageLookupByLibrary.simpleMessage("外部リソース"),
|
|
|
|
|
|
"fakeipFilter": MessageLookupByLibrary.simpleMessage("Fakeipフィルター"),
|
|
|
|
|
|
"fakeipRange": MessageLookupByLibrary.simpleMessage("Fakeip範囲"),
|
|
|
|
|
|
"fallback": MessageLookupByLibrary.simpleMessage("フォールバック"),
|
|
|
|
|
|
"fallbackDesc": MessageLookupByLibrary.simpleMessage("通常はオフショアDNSを使用"),
|
|
|
|
|
|
"fallbackFilter": MessageLookupByLibrary.simpleMessage("フォールバックフィルター"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"fidelityScheme": MessageLookupByLibrary.simpleMessage("ハイファイデリティー"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"file": MessageLookupByLibrary.simpleMessage("ファイル"),
|
|
|
|
|
|
"fileDesc": MessageLookupByLibrary.simpleMessage("プロファイルを直接アップロード"),
|
|
|
|
|
|
"fileIsUpdate": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"ファイルが変更されました。保存しますか?",
|
|
|
|
|
|
),
|
|
|
|
|
|
"filterSystemApp": MessageLookupByLibrary.simpleMessage("システムアプリを除外"),
|
|
|
|
|
|
"findProcessMode": MessageLookupByLibrary.simpleMessage("プロセス検出"),
|
|
|
|
|
|
"findProcessModeDesc": MessageLookupByLibrary.simpleMessage(
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"有効化するとパフォーマンスが若干低下します",
|
2025-03-05 16:08:50 +08:00
|
|
|
|
),
|
|
|
|
|
|
"fontFamily": MessageLookupByLibrary.simpleMessage("フォントファミリー"),
|
2025-07-31 17:09:18 +08:00
|
|
|
|
"forceRestartCoreTip": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"コアを強制再起動してもよろしいですか?",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"fourColumns": MessageLookupByLibrary.simpleMessage("4列"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"fruitSaladScheme": MessageLookupByLibrary.simpleMessage("フルーツサラダ"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"general": MessageLookupByLibrary.simpleMessage("一般"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"generalDesc": MessageLookupByLibrary.simpleMessage("一般設定を変更"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"geoData": MessageLookupByLibrary.simpleMessage("地域データ"),
|
|
|
|
|
|
"geodataLoader": MessageLookupByLibrary.simpleMessage("Geo低メモリモード"),
|
|
|
|
|
|
"geodataLoaderDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"有効化するとGeo低メモリローダーを使用",
|
|
|
|
|
|
),
|
|
|
|
|
|
"geoipCode": MessageLookupByLibrary.simpleMessage("GeoIPコード"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"getOriginRules": MessageLookupByLibrary.simpleMessage("元のルールを取得"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"global": MessageLookupByLibrary.simpleMessage("グローバル"),
|
|
|
|
|
|
"go": MessageLookupByLibrary.simpleMessage("移動"),
|
|
|
|
|
|
"goDownload": MessageLookupByLibrary.simpleMessage("ダウンロードへ"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"goToConfigureScript": MessageLookupByLibrary.simpleMessage("スクリプト設定に移動"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"hasCacheChange": MessageLookupByLibrary.simpleMessage("変更をキャッシュしますか?"),
|
2025-06-07 01:48:34 +08:00
|
|
|
|
"host": MessageLookupByLibrary.simpleMessage("ホスト"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"hostsDesc": MessageLookupByLibrary.simpleMessage("ホストを追加"),
|
|
|
|
|
|
"hotkeyConflict": MessageLookupByLibrary.simpleMessage("ホットキー競合"),
|
|
|
|
|
|
"hotkeyManagement": MessageLookupByLibrary.simpleMessage("ホットキー管理"),
|
|
|
|
|
|
"hotkeyManagementDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"キーボードでアプリを制御",
|
|
|
|
|
|
),
|
|
|
|
|
|
"hours": MessageLookupByLibrary.simpleMessage("時間"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"hoursAgo": m6,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"icon": MessageLookupByLibrary.simpleMessage("アイコン"),
|
|
|
|
|
|
"iconConfiguration": MessageLookupByLibrary.simpleMessage("アイコン設定"),
|
|
|
|
|
|
"iconStyle": MessageLookupByLibrary.simpleMessage("アイコンスタイル"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"import": MessageLookupByLibrary.simpleMessage("インポート"),
|
|
|
|
|
|
"importFile": MessageLookupByLibrary.simpleMessage("ファイルからインポート"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"importFromURL": MessageLookupByLibrary.simpleMessage("URLからインポート"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"importUrl": MessageLookupByLibrary.simpleMessage("URLからインポート"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"infiniteTime": MessageLookupByLibrary.simpleMessage("長期有効"),
|
|
|
|
|
|
"init": MessageLookupByLibrary.simpleMessage("初期化"),
|
|
|
|
|
|
"inputCorrectHotkey": MessageLookupByLibrary.simpleMessage("正しいホットキーを入力"),
|
|
|
|
|
|
"intelligentSelected": MessageLookupByLibrary.simpleMessage("インテリジェント選択"),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"internet": MessageLookupByLibrary.simpleMessage("インターネット"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"interval": MessageLookupByLibrary.simpleMessage("インターバル"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"intranetIP": MessageLookupByLibrary.simpleMessage("イントラネットIP"),
|
|
|
|
|
|
"ipcidr": MessageLookupByLibrary.simpleMessage("IPCIDR"),
|
|
|
|
|
|
"ipv6Desc": MessageLookupByLibrary.simpleMessage("有効化するとIPv6トラフィックを受信可能"),
|
|
|
|
|
|
"ipv6InboundDesc": MessageLookupByLibrary.simpleMessage("IPv6インバウンドを許可"),
|
|
|
|
|
|
"ja": MessageLookupByLibrary.simpleMessage("日本語"),
|
|
|
|
|
|
"just": MessageLookupByLibrary.simpleMessage("たった今"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"justNow": MessageLookupByLibrary.simpleMessage("たった今"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"keepAliveIntervalDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"TCPキープアライブ間隔",
|
|
|
|
|
|
),
|
|
|
|
|
|
"key": MessageLookupByLibrary.simpleMessage("キー"),
|
|
|
|
|
|
"language": MessageLookupByLibrary.simpleMessage("言語"),
|
|
|
|
|
|
"layout": MessageLookupByLibrary.simpleMessage("レイアウト"),
|
|
|
|
|
|
"light": MessageLookupByLibrary.simpleMessage("ライト"),
|
|
|
|
|
|
"list": MessageLookupByLibrary.simpleMessage("リスト"),
|
|
|
|
|
|
"listen": MessageLookupByLibrary.simpleMessage("リスン"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"loadTest": MessageLookupByLibrary.simpleMessage("読み込みテスト"),
|
|
|
|
|
|
"loading": MessageLookupByLibrary.simpleMessage("読み込み中..."),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"local": MessageLookupByLibrary.simpleMessage("ローカル"),
|
|
|
|
|
|
"localBackupDesc": MessageLookupByLibrary.simpleMessage("ローカルにデータをバックアップ"),
|
|
|
|
|
|
"localRecoveryDesc": MessageLookupByLibrary.simpleMessage("ファイルからデータを復元"),
|
2025-06-07 01:48:34 +08:00
|
|
|
|
"log": MessageLookupByLibrary.simpleMessage("ログ"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"logLevel": MessageLookupByLibrary.simpleMessage("ログレベル"),
|
|
|
|
|
|
"logcat": MessageLookupByLibrary.simpleMessage("ログキャット"),
|
|
|
|
|
|
"logcatDesc": MessageLookupByLibrary.simpleMessage("無効化するとログエントリを非表示"),
|
|
|
|
|
|
"logs": MessageLookupByLibrary.simpleMessage("ログ"),
|
|
|
|
|
|
"logsDesc": MessageLookupByLibrary.simpleMessage("ログキャプチャ記録"),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"logsTest": MessageLookupByLibrary.simpleMessage("ログテスト"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"loopback": MessageLookupByLibrary.simpleMessage("ループバック解除ツール"),
|
|
|
|
|
|
"loopbackDesc": MessageLookupByLibrary.simpleMessage("UWPループバック解除用"),
|
|
|
|
|
|
"loose": MessageLookupByLibrary.simpleMessage("疎"),
|
|
|
|
|
|
"memoryInfo": MessageLookupByLibrary.simpleMessage("メモリ情報"),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"messageTest": MessageLookupByLibrary.simpleMessage("メッセージテスト"),
|
|
|
|
|
|
"messageTestTip": MessageLookupByLibrary.simpleMessage("これはメッセージです。"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"min": MessageLookupByLibrary.simpleMessage("最小化"),
|
|
|
|
|
|
"minimizeOnExit": MessageLookupByLibrary.simpleMessage("終了時に最小化"),
|
|
|
|
|
|
"minimizeOnExitDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"システムの終了イベントを変更",
|
|
|
|
|
|
),
|
|
|
|
|
|
"minutes": MessageLookupByLibrary.simpleMessage("分"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"minutesAgo": m7,
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"mixedPort": MessageLookupByLibrary.simpleMessage("混合ポート"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"mode": MessageLookupByLibrary.simpleMessage("モード"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"monochromeScheme": MessageLookupByLibrary.simpleMessage("モノクローム"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"months": MessageLookupByLibrary.simpleMessage("月"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"monthsAgo": m8,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"more": MessageLookupByLibrary.simpleMessage("詳細"),
|
|
|
|
|
|
"name": MessageLookupByLibrary.simpleMessage("名前"),
|
|
|
|
|
|
"nameSort": MessageLookupByLibrary.simpleMessage("名前順"),
|
|
|
|
|
|
"nameserver": MessageLookupByLibrary.simpleMessage("ネームサーバー"),
|
|
|
|
|
|
"nameserverDesc": MessageLookupByLibrary.simpleMessage("ドメイン解決用"),
|
|
|
|
|
|
"nameserverPolicy": MessageLookupByLibrary.simpleMessage("ネームサーバーポリシー"),
|
|
|
|
|
|
"nameserverPolicyDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"対応するネームサーバーポリシーを指定",
|
|
|
|
|
|
),
|
|
|
|
|
|
"network": MessageLookupByLibrary.simpleMessage("ネットワーク"),
|
|
|
|
|
|
"networkDesc": MessageLookupByLibrary.simpleMessage("ネットワーク関連設定の変更"),
|
|
|
|
|
|
"networkDetection": MessageLookupByLibrary.simpleMessage("ネットワーク検出"),
|
|
|
|
|
|
"networkSpeed": MessageLookupByLibrary.simpleMessage("ネットワーク速度"),
|
2025-06-07 01:48:34 +08:00
|
|
|
|
"networkType": MessageLookupByLibrary.simpleMessage("ネットワーク種別"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"neutralScheme": MessageLookupByLibrary.simpleMessage("ニュートラル"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"noData": MessageLookupByLibrary.simpleMessage("データなし"),
|
|
|
|
|
|
"noHotKey": MessageLookupByLibrary.simpleMessage("ホットキーなし"),
|
|
|
|
|
|
"noIcon": MessageLookupByLibrary.simpleMessage("なし"),
|
|
|
|
|
|
"noInfo": MessageLookupByLibrary.simpleMessage("情報なし"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"noLongerRemind": MessageLookupByLibrary.simpleMessage("今後表示しない"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"noMoreInfoDesc": MessageLookupByLibrary.simpleMessage("追加情報なし"),
|
|
|
|
|
|
"noNetwork": MessageLookupByLibrary.simpleMessage("ネットワークなし"),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"noNetworkApp": MessageLookupByLibrary.simpleMessage("ネットワークなしアプリ"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"noProxy": MessageLookupByLibrary.simpleMessage("プロキシなし"),
|
|
|
|
|
|
"noProxyDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"プロファイルを作成するか、有効なプロファイルを追加してください",
|
|
|
|
|
|
),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"noResolve": MessageLookupByLibrary.simpleMessage("IPを解決しない"),
|
|
|
|
|
|
"none": MessageLookupByLibrary.simpleMessage("なし"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"notSelectedTip": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"現在のプロキシグループは選択できません",
|
|
|
|
|
|
),
|
|
|
|
|
|
"nullProfileDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"プロファイルがありません。追加してください",
|
|
|
|
|
|
),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"nullTip": m9,
|
|
|
|
|
|
"numberTip": m10,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"oneColumn": MessageLookupByLibrary.simpleMessage("1列"),
|
|
|
|
|
|
"onlyIcon": MessageLookupByLibrary.simpleMessage("アイコンのみ"),
|
|
|
|
|
|
"onlyOtherApps": MessageLookupByLibrary.simpleMessage("サードパーティアプリのみ"),
|
|
|
|
|
|
"onlyStatisticsProxy": MessageLookupByLibrary.simpleMessage("プロキシのみ統計"),
|
|
|
|
|
|
"onlyStatisticsProxyDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"有効化するとプロキシトラフィックのみ統計",
|
|
|
|
|
|
),
|
|
|
|
|
|
"options": MessageLookupByLibrary.simpleMessage("オプション"),
|
|
|
|
|
|
"other": MessageLookupByLibrary.simpleMessage("その他"),
|
|
|
|
|
|
"otherContributors": MessageLookupByLibrary.simpleMessage("その他の貢献者"),
|
|
|
|
|
|
"outboundMode": MessageLookupByLibrary.simpleMessage("アウトバウンドモード"),
|
|
|
|
|
|
"override": MessageLookupByLibrary.simpleMessage("上書き"),
|
|
|
|
|
|
"overrideDesc": MessageLookupByLibrary.simpleMessage("プロキシ関連設定を上書き"),
|
|
|
|
|
|
"overrideDns": MessageLookupByLibrary.simpleMessage("DNS上書き"),
|
|
|
|
|
|
"overrideDnsDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"有効化するとプロファイルのDNS設定を上書き",
|
|
|
|
|
|
),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"overrideInvalidTip": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"スクリプトモードでは有効になりません",
|
|
|
|
|
|
),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"overrideMode": MessageLookupByLibrary.simpleMessage("上書きモード"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"overrideOriginRules": MessageLookupByLibrary.simpleMessage("元のルールを上書き"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"overrideScript": MessageLookupByLibrary.simpleMessage("上書きスクリプト"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"palette": MessageLookupByLibrary.simpleMessage("パレット"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"password": MessageLookupByLibrary.simpleMessage("パスワード"),
|
|
|
|
|
|
"paste": MessageLookupByLibrary.simpleMessage("貼り付け"),
|
|
|
|
|
|
"pleaseBindWebDAV": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"WebDAVをバインドしてください",
|
|
|
|
|
|
),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"pleaseEnterScriptName": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"スクリプト名を入力してください",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"pleaseInputAdminPassword": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"管理者パスワードを入力",
|
|
|
|
|
|
),
|
|
|
|
|
|
"pleaseUploadFile": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"ファイルをアップロードしてください",
|
|
|
|
|
|
),
|
|
|
|
|
|
"pleaseUploadValidQrcode": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"有効なQRコードをアップロードしてください",
|
|
|
|
|
|
),
|
|
|
|
|
|
"port": MessageLookupByLibrary.simpleMessage("ポート"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"portConflictTip": MessageLookupByLibrary.simpleMessage("別のポートを入力してください"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"portTip": m11,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"preferH3Desc": MessageLookupByLibrary.simpleMessage("DOHのHTTP/3を優先使用"),
|
|
|
|
|
|
"pressKeyboard": MessageLookupByLibrary.simpleMessage("キーボードを押してください"),
|
|
|
|
|
|
"preview": MessageLookupByLibrary.simpleMessage("プレビュー"),
|
2025-07-31 17:09:18 +08:00
|
|
|
|
"process": MessageLookupByLibrary.simpleMessage("プロセス"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"profile": MessageLookupByLibrary.simpleMessage("プロファイル"),
|
|
|
|
|
|
"profileAutoUpdateIntervalInvalidValidationDesc":
|
|
|
|
|
|
MessageLookupByLibrary.simpleMessage("有効な間隔形式を入力してください"),
|
|
|
|
|
|
"profileAutoUpdateIntervalNullValidationDesc":
|
|
|
|
|
|
MessageLookupByLibrary.simpleMessage("自動更新間隔を入力してください"),
|
|
|
|
|
|
"profileHasUpdate": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"プロファイルが変更されました。自動更新を無効化しますか?",
|
|
|
|
|
|
),
|
|
|
|
|
|
"profileNameNullValidationDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"プロファイル名を入力してください",
|
|
|
|
|
|
),
|
|
|
|
|
|
"profileParseErrorDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"プロファイル解析エラー",
|
|
|
|
|
|
),
|
|
|
|
|
|
"profileUrlInvalidValidationDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"有効なプロファイルURLを入力してください",
|
|
|
|
|
|
),
|
|
|
|
|
|
"profileUrlNullValidationDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"プロファイルURLを入力してください",
|
|
|
|
|
|
),
|
|
|
|
|
|
"profiles": MessageLookupByLibrary.simpleMessage("プロファイル一覧"),
|
|
|
|
|
|
"profilesSort": MessageLookupByLibrary.simpleMessage("プロファイルの並び替え"),
|
|
|
|
|
|
"project": MessageLookupByLibrary.simpleMessage("プロジェクト"),
|
|
|
|
|
|
"providers": MessageLookupByLibrary.simpleMessage("プロバイダー"),
|
|
|
|
|
|
"proxies": MessageLookupByLibrary.simpleMessage("プロキシ"),
|
|
|
|
|
|
"proxiesSetting": MessageLookupByLibrary.simpleMessage("プロキシ設定"),
|
2025-06-07 01:48:34 +08:00
|
|
|
|
"proxyChains": MessageLookupByLibrary.simpleMessage("プロキシチェーン"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"proxyGroup": MessageLookupByLibrary.simpleMessage("プロキシグループ"),
|
|
|
|
|
|
"proxyNameserver": MessageLookupByLibrary.simpleMessage("プロキシネームサーバー"),
|
|
|
|
|
|
"proxyNameserverDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"プロキシノード解決用ドメイン",
|
|
|
|
|
|
),
|
|
|
|
|
|
"proxyPort": MessageLookupByLibrary.simpleMessage("プロキシポート"),
|
|
|
|
|
|
"proxyPortDesc": MessageLookupByLibrary.simpleMessage("Clashのリスニングポートを設定"),
|
|
|
|
|
|
"proxyProviders": MessageLookupByLibrary.simpleMessage("プロキシプロバイダー"),
|
|
|
|
|
|
"pureBlackMode": MessageLookupByLibrary.simpleMessage("純黒モード"),
|
|
|
|
|
|
"qrcode": MessageLookupByLibrary.simpleMessage("QRコード"),
|
|
|
|
|
|
"qrcodeDesc": MessageLookupByLibrary.simpleMessage("QRコードをスキャンしてプロファイルを取得"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"rainbowScheme": MessageLookupByLibrary.simpleMessage("レインボー"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"recovery": MessageLookupByLibrary.simpleMessage("復元"),
|
|
|
|
|
|
"recoveryAll": MessageLookupByLibrary.simpleMessage("全データ復元"),
|
|
|
|
|
|
"recoveryProfiles": MessageLookupByLibrary.simpleMessage("プロファイルのみ復元"),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"recoveryStrategy": MessageLookupByLibrary.simpleMessage("リカバリー戦略"),
|
|
|
|
|
|
"recoveryStrategy_compatible": MessageLookupByLibrary.simpleMessage("互換性"),
|
|
|
|
|
|
"recoveryStrategy_override": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"オーバーライド",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"recoverySuccess": MessageLookupByLibrary.simpleMessage("復元成功"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"redirPort": MessageLookupByLibrary.simpleMessage("Redirポート"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"redo": MessageLookupByLibrary.simpleMessage("やり直す"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"regExp": MessageLookupByLibrary.simpleMessage("正規表現"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"reload": MessageLookupByLibrary.simpleMessage("リロード"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"remote": MessageLookupByLibrary.simpleMessage("リモート"),
|
|
|
|
|
|
"remoteBackupDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"WebDAVにデータをバックアップ",
|
|
|
|
|
|
),
|
2025-06-07 01:48:34 +08:00
|
|
|
|
"remoteDestination": MessageLookupByLibrary.simpleMessage("リモート宛先"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"remoteRecoveryDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"WebDAVからデータを復元",
|
|
|
|
|
|
),
|
|
|
|
|
|
"remove": MessageLookupByLibrary.simpleMessage("削除"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"rename": MessageLookupByLibrary.simpleMessage("リネーム"),
|
2025-06-07 01:48:34 +08:00
|
|
|
|
"request": MessageLookupByLibrary.simpleMessage("リクエスト"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"requests": MessageLookupByLibrary.simpleMessage("リクエスト"),
|
|
|
|
|
|
"requestsDesc": MessageLookupByLibrary.simpleMessage("最近のリクエスト記録を表示"),
|
|
|
|
|
|
"reset": MessageLookupByLibrary.simpleMessage("リセット"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"resetPageChangesTip": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"現在のページに変更があります。リセットしてもよろしいですか?",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"resetTip": MessageLookupByLibrary.simpleMessage("リセットを確定"),
|
|
|
|
|
|
"resources": MessageLookupByLibrary.simpleMessage("リソース"),
|
|
|
|
|
|
"resourcesDesc": MessageLookupByLibrary.simpleMessage("外部リソース関連情報"),
|
|
|
|
|
|
"respectRules": MessageLookupByLibrary.simpleMessage("ルール尊重"),
|
|
|
|
|
|
"respectRulesDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"DNS接続がルールに従う(proxy-server-nameserverの設定が必要)",
|
|
|
|
|
|
),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"restart": MessageLookupByLibrary.simpleMessage("再起動"),
|
2025-07-31 17:09:18 +08:00
|
|
|
|
"restartCoreTip": MessageLookupByLibrary.simpleMessage("コアを再起動してもよろしいですか?"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"routeAddress": MessageLookupByLibrary.simpleMessage("ルートアドレス"),
|
|
|
|
|
|
"routeAddressDesc": MessageLookupByLibrary.simpleMessage("ルートアドレスを設定"),
|
|
|
|
|
|
"routeMode": MessageLookupByLibrary.simpleMessage("ルートモード"),
|
|
|
|
|
|
"routeMode_bypassPrivate": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"プライベートルートをバイパス",
|
|
|
|
|
|
),
|
|
|
|
|
|
"routeMode_config": MessageLookupByLibrary.simpleMessage("設定を使用"),
|
|
|
|
|
|
"ru": MessageLookupByLibrary.simpleMessage("ロシア語"),
|
|
|
|
|
|
"rule": MessageLookupByLibrary.simpleMessage("ルール"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"ruleName": MessageLookupByLibrary.simpleMessage("ルール名"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"ruleProviders": MessageLookupByLibrary.simpleMessage("ルールプロバイダー"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"ruleTarget": MessageLookupByLibrary.simpleMessage("ルール対象"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"save": MessageLookupByLibrary.simpleMessage("保存"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"saveChanges": MessageLookupByLibrary.simpleMessage("変更を保存しますか?"),
|
|
|
|
|
|
"saveTip": MessageLookupByLibrary.simpleMessage("保存してもよろしいですか?"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"script": MessageLookupByLibrary.simpleMessage("スクリプト"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"scriptModeDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"スクリプトモード、外部拡張スクリプトを使用し、ワンクリックで設定を上書きする機能を提供",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"search": MessageLookupByLibrary.simpleMessage("検索"),
|
|
|
|
|
|
"seconds": MessageLookupByLibrary.simpleMessage("秒"),
|
|
|
|
|
|
"selectAll": MessageLookupByLibrary.simpleMessage("すべて選択"),
|
|
|
|
|
|
"selected": MessageLookupByLibrary.simpleMessage("選択済み"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"selectedCountTitle": m12,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"settings": MessageLookupByLibrary.simpleMessage("設定"),
|
|
|
|
|
|
"show": MessageLookupByLibrary.simpleMessage("表示"),
|
|
|
|
|
|
"shrink": MessageLookupByLibrary.simpleMessage("縮小"),
|
|
|
|
|
|
"silentLaunch": MessageLookupByLibrary.simpleMessage("バックグラウンド起動"),
|
|
|
|
|
|
"silentLaunchDesc": MessageLookupByLibrary.simpleMessage("バックグラウンドで起動"),
|
|
|
|
|
|
"size": MessageLookupByLibrary.simpleMessage("サイズ"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"socksPort": MessageLookupByLibrary.simpleMessage("Socksポート"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"sort": MessageLookupByLibrary.simpleMessage("並び替え"),
|
|
|
|
|
|
"source": MessageLookupByLibrary.simpleMessage("ソース"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"sourceIp": MessageLookupByLibrary.simpleMessage("送信元IP"),
|
2025-06-07 01:48:34 +08:00
|
|
|
|
"specialProxy": MessageLookupByLibrary.simpleMessage("特殊プロキシ"),
|
|
|
|
|
|
"specialRules": MessageLookupByLibrary.simpleMessage("特殊ルール"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"speedStatistics": MessageLookupByLibrary.simpleMessage("速度統計"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"stackMode": MessageLookupByLibrary.simpleMessage("スタックモード"),
|
|
|
|
|
|
"standard": MessageLookupByLibrary.simpleMessage("標準"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"standardModeDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"標準モード、基本設定を上書きし、シンプルなルール追加機能を提供",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"start": MessageLookupByLibrary.simpleMessage("開始"),
|
|
|
|
|
|
"startVpn": MessageLookupByLibrary.simpleMessage("VPNを開始中..."),
|
|
|
|
|
|
"status": MessageLookupByLibrary.simpleMessage("ステータス"),
|
|
|
|
|
|
"statusDesc": MessageLookupByLibrary.simpleMessage("無効時はシステムDNSを使用"),
|
|
|
|
|
|
"stop": MessageLookupByLibrary.simpleMessage("停止"),
|
|
|
|
|
|
"stopVpn": MessageLookupByLibrary.simpleMessage("VPNを停止中..."),
|
|
|
|
|
|
"style": MessageLookupByLibrary.simpleMessage("スタイル"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"subRule": MessageLookupByLibrary.simpleMessage("サブルール"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"submit": MessageLookupByLibrary.simpleMessage("送信"),
|
|
|
|
|
|
"sync": MessageLookupByLibrary.simpleMessage("同期"),
|
|
|
|
|
|
"system": MessageLookupByLibrary.simpleMessage("システム"),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"systemApp": MessageLookupByLibrary.simpleMessage("システムアプリ"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"systemFont": MessageLookupByLibrary.simpleMessage("システムフォント"),
|
|
|
|
|
|
"systemProxy": MessageLookupByLibrary.simpleMessage("システムプロキシ"),
|
|
|
|
|
|
"systemProxyDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"HTTPプロキシをVpnServiceに接続",
|
|
|
|
|
|
),
|
|
|
|
|
|
"tab": MessageLookupByLibrary.simpleMessage("タブ"),
|
|
|
|
|
|
"tabAnimation": MessageLookupByLibrary.simpleMessage("タブアニメーション"),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"tabAnimationDesc": MessageLookupByLibrary.simpleMessage("モバイル表示でのみ有効"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"tcpConcurrent": MessageLookupByLibrary.simpleMessage("TCP並列処理"),
|
|
|
|
|
|
"tcpConcurrentDesc": MessageLookupByLibrary.simpleMessage("TCP並列処理を許可"),
|
|
|
|
|
|
"testUrl": MessageLookupByLibrary.simpleMessage("URLテスト"),
|
2025-04-18 17:50:46 +08:00
|
|
|
|
"textScale": MessageLookupByLibrary.simpleMessage("テキストスケーリング"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"theme": MessageLookupByLibrary.simpleMessage("テーマ"),
|
|
|
|
|
|
"themeColor": MessageLookupByLibrary.simpleMessage("テーマカラー"),
|
|
|
|
|
|
"themeDesc": MessageLookupByLibrary.simpleMessage("ダークモードの設定、色の調整"),
|
|
|
|
|
|
"themeMode": MessageLookupByLibrary.simpleMessage("テーマモード"),
|
|
|
|
|
|
"threeColumns": MessageLookupByLibrary.simpleMessage("3列"),
|
|
|
|
|
|
"tight": MessageLookupByLibrary.simpleMessage("密"),
|
|
|
|
|
|
"time": MessageLookupByLibrary.simpleMessage("時間"),
|
|
|
|
|
|
"tip": MessageLookupByLibrary.simpleMessage("ヒント"),
|
|
|
|
|
|
"toggle": MessageLookupByLibrary.simpleMessage("トグル"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"tonalSpotScheme": MessageLookupByLibrary.simpleMessage("トーンスポット"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"tools": MessageLookupByLibrary.simpleMessage("ツール"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"tproxyPort": MessageLookupByLibrary.simpleMessage("Tproxyポート"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"trafficUsage": MessageLookupByLibrary.simpleMessage("トラフィック使用量"),
|
|
|
|
|
|
"tun": MessageLookupByLibrary.simpleMessage("TUN"),
|
|
|
|
|
|
"tunDesc": MessageLookupByLibrary.simpleMessage("管理者モードでのみ有効"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"turnOff": MessageLookupByLibrary.simpleMessage("オフ"),
|
|
|
|
|
|
"turnOn": MessageLookupByLibrary.simpleMessage("オン"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"twoColumns": MessageLookupByLibrary.simpleMessage("2列"),
|
|
|
|
|
|
"unableToUpdateCurrentProfileDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"現在のプロファイルを更新できません",
|
|
|
|
|
|
),
|
2025-03-12 17:15:31 +08:00
|
|
|
|
"undo": MessageLookupByLibrary.simpleMessage("元に戻す"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"unifiedDelay": MessageLookupByLibrary.simpleMessage("統一遅延"),
|
|
|
|
|
|
"unifiedDelayDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"ハンドシェイクなどの余分な遅延を削除",
|
|
|
|
|
|
),
|
|
|
|
|
|
"unknown": MessageLookupByLibrary.simpleMessage("不明"),
|
2025-05-02 02:24:12 +08:00
|
|
|
|
"unnamed": MessageLookupByLibrary.simpleMessage("無題"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"update": MessageLookupByLibrary.simpleMessage("更新"),
|
|
|
|
|
|
"upload": MessageLookupByLibrary.simpleMessage("アップロード"),
|
|
|
|
|
|
"url": MessageLookupByLibrary.simpleMessage("URL"),
|
|
|
|
|
|
"urlDesc": MessageLookupByLibrary.simpleMessage("URL経由でプロファイルを取得"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"urlTip": m13,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"useHosts": MessageLookupByLibrary.simpleMessage("ホストを使用"),
|
|
|
|
|
|
"useSystemHosts": MessageLookupByLibrary.simpleMessage("システムホストを使用"),
|
|
|
|
|
|
"value": MessageLookupByLibrary.simpleMessage("値"),
|
2025-04-09 16:46:14 +08:00
|
|
|
|
"vibrantScheme": MessageLookupByLibrary.simpleMessage("ビブラント"),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"view": MessageLookupByLibrary.simpleMessage("表示"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"vpnConfigChangeDetected": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"VPN設定の変更が検出されました",
|
|
|
|
|
|
),
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"vpnDesc": MessageLookupByLibrary.simpleMessage("VPN関連設定の変更"),
|
|
|
|
|
|
"vpnEnableDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"VpnService経由で全システムトラフィックをルーティング",
|
|
|
|
|
|
),
|
|
|
|
|
|
"vpnSystemProxyDesc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
|
|
"HTTPプロキシをVpnServiceに接続",
|
|
|
|
|
|
),
|
|
|
|
|
|
"vpnTip": MessageLookupByLibrary.simpleMessage("変更はVPN再起動後に有効"),
|
|
|
|
|
|
"webDAVConfiguration": MessageLookupByLibrary.simpleMessage("WebDAV設定"),
|
|
|
|
|
|
"whitelistMode": MessageLookupByLibrary.simpleMessage("ホワイトリストモード"),
|
|
|
|
|
|
"years": MessageLookupByLibrary.simpleMessage("年"),
|
2025-10-14 15:13:52 +08:00
|
|
|
|
"yearsAgo": m14,
|
2025-03-05 16:08:50 +08:00
|
|
|
|
"zh_CN": MessageLookupByLibrary.simpleMessage("簡体字中国語"),
|
|
|
|
|
|
};
|
|
|
|
|
|
}
|