Files
MWClash/lib/l10n/l10n.dart
chen08209 d3c3f04062 Fix android tile service
Support append system DNS

Fix some issues
2025-10-08 16:28:02 +08:00

3411 lines
72 KiB
Dart
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.
// GENERATED CODE - DO NOT MODIFY BY HAND
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'intl/messages_all.dart';
// **************************************************************************
// Generator: Flutter Intl IDE plugin
// Made by Localizely
// **************************************************************************
// ignore_for_file: non_constant_identifier_names, lines_longer_than_80_chars
// ignore_for_file: join_return_with_assignment, prefer_final_in_for_each
// ignore_for_file: avoid_redundant_argument_values, avoid_escaping_inner_quotes
class AppLocalizations {
AppLocalizations();
static AppLocalizations? _current;
static AppLocalizations get current {
assert(
_current != null,
'No instance of AppLocalizations was loaded. Try to initialize the AppLocalizations delegate before accessing AppLocalizations.current.',
);
return _current!;
}
static const AppLocalizationDelegate delegate = AppLocalizationDelegate();
static Future<AppLocalizations> load(Locale locale) {
final name = (locale.countryCode?.isEmpty ?? false)
? locale.languageCode
: locale.toString();
final localeName = Intl.canonicalizedLocale(name);
return initializeMessages(localeName).then((_) {
Intl.defaultLocale = localeName;
final instance = AppLocalizations();
AppLocalizations._current = instance;
return instance;
});
}
static AppLocalizations of(BuildContext context) {
final instance = AppLocalizations.maybeOf(context);
assert(
instance != null,
'No instance of AppLocalizations present in the widget tree. Did you add AppLocalizations.delegate in localizationsDelegates?',
);
return instance!;
}
static AppLocalizations? maybeOf(BuildContext context) {
return Localizations.of<AppLocalizations>(context, AppLocalizations);
}
/// `Rule`
String get rule {
return Intl.message('Rule', name: 'rule', desc: '', args: []);
}
/// `Global`
String get global {
return Intl.message('Global', name: 'global', desc: '', args: []);
}
/// `Direct`
String get direct {
return Intl.message('Direct', name: 'direct', desc: '', args: []);
}
/// `Dashboard`
String get dashboard {
return Intl.message('Dashboard', name: 'dashboard', desc: '', args: []);
}
/// `Proxies`
String get proxies {
return Intl.message('Proxies', name: 'proxies', desc: '', args: []);
}
/// `Profile`
String get profile {
return Intl.message('Profile', name: 'profile', desc: '', args: []);
}
/// `Profiles`
String get profiles {
return Intl.message('Profiles', name: 'profiles', desc: '', args: []);
}
/// `Tools`
String get tools {
return Intl.message('Tools', name: 'tools', desc: '', args: []);
}
/// `Logs`
String get logs {
return Intl.message('Logs', name: 'logs', desc: '', args: []);
}
/// `Log capture records`
String get logsDesc {
return Intl.message(
'Log capture records',
name: 'logsDesc',
desc: '',
args: [],
);
}
/// `Resources`
String get resources {
return Intl.message('Resources', name: 'resources', desc: '', args: []);
}
/// `External resource related info`
String get resourcesDesc {
return Intl.message(
'External resource related info',
name: 'resourcesDesc',
desc: '',
args: [],
);
}
/// `Traffic usage`
String get trafficUsage {
return Intl.message(
'Traffic usage',
name: 'trafficUsage',
desc: '',
args: [],
);
}
/// `Core info`
String get coreInfo {
return Intl.message('Core info', name: 'coreInfo', desc: '', args: []);
}
/// `Network speed`
String get networkSpeed {
return Intl.message(
'Network speed',
name: 'networkSpeed',
desc: '',
args: [],
);
}
/// `Outbound mode`
String get outboundMode {
return Intl.message(
'Outbound mode',
name: 'outboundMode',
desc: '',
args: [],
);
}
/// `Network detection`
String get networkDetection {
return Intl.message(
'Network detection',
name: 'networkDetection',
desc: '',
args: [],
);
}
/// `Upload`
String get upload {
return Intl.message('Upload', name: 'upload', desc: '', args: []);
}
/// `Download`
String get download {
return Intl.message('Download', name: 'download', desc: '', args: []);
}
/// `No proxy`
String get noProxy {
return Intl.message('No proxy', name: 'noProxy', desc: '', args: []);
}
/// `Please create a profile or add a valid profile`
String get noProxyDesc {
return Intl.message(
'Please create a profile or add a valid profile',
name: 'noProxyDesc',
desc: '',
args: [],
);
}
/// `No profile, Please add a profile`
String get nullProfileDesc {
return Intl.message(
'No profile, Please add a profile',
name: 'nullProfileDesc',
desc: '',
args: [],
);
}
/// `Settings`
String get settings {
return Intl.message('Settings', name: 'settings', desc: '', args: []);
}
/// `Language`
String get language {
return Intl.message('Language', name: 'language', desc: '', args: []);
}
/// `Default`
String get defaultText {
return Intl.message('Default', name: 'defaultText', desc: '', args: []);
}
/// `More`
String get more {
return Intl.message('More', name: 'more', desc: '', args: []);
}
/// `Other`
String get other {
return Intl.message('Other', name: 'other', desc: '', args: []);
}
/// `About`
String get about {
return Intl.message('About', name: 'about', desc: '', args: []);
}
/// `English`
String get en {
return Intl.message('English', name: 'en', desc: '', args: []);
}
/// `Japanese`
String get ja {
return Intl.message('Japanese', name: 'ja', desc: '', args: []);
}
/// `Russian`
String get ru {
return Intl.message('Russian', name: 'ru', desc: '', args: []);
}
/// `Simplified Chinese`
String get zh_CN {
return Intl.message(
'Simplified Chinese',
name: 'zh_CN',
desc: '',
args: [],
);
}
/// `Theme`
String get theme {
return Intl.message('Theme', name: 'theme', desc: '', args: []);
}
/// `Set dark mode,adjust the color`
String get themeDesc {
return Intl.message(
'Set dark mode,adjust the color',
name: 'themeDesc',
desc: '',
args: [],
);
}
/// `Override`
String get override {
return Intl.message('Override', name: 'override', desc: '', args: []);
}
/// `Override Proxy related config`
String get overrideDesc {
return Intl.message(
'Override Proxy related config',
name: 'overrideDesc',
desc: '',
args: [],
);
}
/// `AllowLan`
String get allowLan {
return Intl.message('AllowLan', name: 'allowLan', desc: '', args: []);
}
/// `Allow access proxy through the LAN`
String get allowLanDesc {
return Intl.message(
'Allow access proxy through the LAN',
name: 'allowLanDesc',
desc: '',
args: [],
);
}
/// `TUN`
String get tun {
return Intl.message('TUN', name: 'tun', desc: '', args: []);
}
/// `only effective in administrator mode`
String get tunDesc {
return Intl.message(
'only effective in administrator mode',
name: 'tunDesc',
desc: '',
args: [],
);
}
/// `Minimize on exit`
String get minimizeOnExit {
return Intl.message(
'Minimize on exit',
name: 'minimizeOnExit',
desc: '',
args: [],
);
}
/// `Modify the default system exit event`
String get minimizeOnExitDesc {
return Intl.message(
'Modify the default system exit event',
name: 'minimizeOnExitDesc',
desc: '',
args: [],
);
}
/// `Auto launch`
String get autoLaunch {
return Intl.message('Auto launch', name: 'autoLaunch', desc: '', args: []);
}
/// `Follow the system self startup`
String get autoLaunchDesc {
return Intl.message(
'Follow the system self startup',
name: 'autoLaunchDesc',
desc: '',
args: [],
);
}
/// `SilentLaunch`
String get silentLaunch {
return Intl.message(
'SilentLaunch',
name: 'silentLaunch',
desc: '',
args: [],
);
}
/// `Start in the background`
String get silentLaunchDesc {
return Intl.message(
'Start in the background',
name: 'silentLaunchDesc',
desc: '',
args: [],
);
}
/// `AutoRun`
String get autoRun {
return Intl.message('AutoRun', name: 'autoRun', desc: '', args: []);
}
/// `Auto run when the application is opened`
String get autoRunDesc {
return Intl.message(
'Auto run when the application is opened',
name: 'autoRunDesc',
desc: '',
args: [],
);
}
/// `Logcat`
String get logcat {
return Intl.message('Logcat', name: 'logcat', desc: '', args: []);
}
/// `Disabling will hide the log entry`
String get logcatDesc {
return Intl.message(
'Disabling will hide the log entry',
name: 'logcatDesc',
desc: '',
args: [],
);
}
/// `Auto check updates`
String get autoCheckUpdate {
return Intl.message(
'Auto check updates',
name: 'autoCheckUpdate',
desc: '',
args: [],
);
}
/// `Auto check for updates when the app starts`
String get autoCheckUpdateDesc {
return Intl.message(
'Auto check for updates when the app starts',
name: 'autoCheckUpdateDesc',
desc: '',
args: [],
);
}
/// `AccessControl`
String get accessControl {
return Intl.message(
'AccessControl',
name: 'accessControl',
desc: '',
args: [],
);
}
/// `Configure application access proxy`
String get accessControlDesc {
return Intl.message(
'Configure application access proxy',
name: 'accessControlDesc',
desc: '',
args: [],
);
}
/// `Application`
String get application {
return Intl.message('Application', name: 'application', desc: '', args: []);
}
/// `Modify application related settings`
String get applicationDesc {
return Intl.message(
'Modify application related settings',
name: 'applicationDesc',
desc: '',
args: [],
);
}
/// `Edit`
String get edit {
return Intl.message('Edit', name: 'edit', desc: '', args: []);
}
/// `Confirm`
String get confirm {
return Intl.message('Confirm', name: 'confirm', desc: '', args: []);
}
/// `Update`
String get update {
return Intl.message('Update', name: 'update', desc: '', args: []);
}
/// `Add`
String get add {
return Intl.message('Add', name: 'add', desc: '', args: []);
}
/// `Save`
String get save {
return Intl.message('Save', name: 'save', desc: '', args: []);
}
/// `Delete`
String get delete {
return Intl.message('Delete', name: 'delete', desc: '', args: []);
}
/// `Years`
String get years {
return Intl.message('Years', name: 'years', desc: '', args: []);
}
/// `Months`
String get months {
return Intl.message('Months', name: 'months', desc: '', args: []);
}
/// `Hours`
String get hours {
return Intl.message('Hours', name: 'hours', desc: '', args: []);
}
/// `Days`
String get days {
return Intl.message('Days', name: 'days', desc: '', args: []);
}
/// `Minutes`
String get minutes {
return Intl.message('Minutes', name: 'minutes', desc: '', args: []);
}
/// `Seconds`
String get seconds {
return Intl.message('Seconds', name: 'seconds', desc: '', args: []);
}
/// ` Ago`
String get ago {
return Intl.message(' Ago', name: 'ago', desc: '', args: []);
}
/// `Just`
String get just {
return Intl.message('Just', name: 'just', desc: '', args: []);
}
/// `QR code`
String get qrcode {
return Intl.message('QR code', name: 'qrcode', desc: '', args: []);
}
/// `Scan QR code to obtain profile`
String get qrcodeDesc {
return Intl.message(
'Scan QR code to obtain profile',
name: 'qrcodeDesc',
desc: '',
args: [],
);
}
/// `URL`
String get url {
return Intl.message('URL', name: 'url', desc: '', args: []);
}
/// `Obtain profile through URL`
String get urlDesc {
return Intl.message(
'Obtain profile through URL',
name: 'urlDesc',
desc: '',
args: [],
);
}
/// `File`
String get file {
return Intl.message('File', name: 'file', desc: '', args: []);
}
/// `Directly upload profile`
String get fileDesc {
return Intl.message(
'Directly upload profile',
name: 'fileDesc',
desc: '',
args: [],
);
}
/// `Name`
String get name {
return Intl.message('Name', name: 'name', desc: '', args: []);
}
/// `Please input the profile name`
String get profileNameNullValidationDesc {
return Intl.message(
'Please input the profile name',
name: 'profileNameNullValidationDesc',
desc: '',
args: [],
);
}
/// `Please input the profile URL`
String get profileUrlNullValidationDesc {
return Intl.message(
'Please input the profile URL',
name: 'profileUrlNullValidationDesc',
desc: '',
args: [],
);
}
/// `Please input a valid profile URL`
String get profileUrlInvalidValidationDesc {
return Intl.message(
'Please input a valid profile URL',
name: 'profileUrlInvalidValidationDesc',
desc: '',
args: [],
);
}
/// `Auto update`
String get autoUpdate {
return Intl.message('Auto update', name: 'autoUpdate', desc: '', args: []);
}
/// `Auto update interval (minutes)`
String get autoUpdateInterval {
return Intl.message(
'Auto update interval (minutes)',
name: 'autoUpdateInterval',
desc: '',
args: [],
);
}
/// `Please enter the auto update interval time`
String get profileAutoUpdateIntervalNullValidationDesc {
return Intl.message(
'Please enter the auto update interval time',
name: 'profileAutoUpdateIntervalNullValidationDesc',
desc: '',
args: [],
);
}
/// `Please input a valid interval time format`
String get profileAutoUpdateIntervalInvalidValidationDesc {
return Intl.message(
'Please input a valid interval time format',
name: 'profileAutoUpdateIntervalInvalidValidationDesc',
desc: '',
args: [],
);
}
/// `Theme mode`
String get themeMode {
return Intl.message('Theme mode', name: 'themeMode', desc: '', args: []);
}
/// `Theme color`
String get themeColor {
return Intl.message('Theme color', name: 'themeColor', desc: '', args: []);
}
/// `Preview`
String get preview {
return Intl.message('Preview', name: 'preview', desc: '', args: []);
}
/// `Auto`
String get auto {
return Intl.message('Auto', name: 'auto', desc: '', args: []);
}
/// `Light`
String get light {
return Intl.message('Light', name: 'light', desc: '', args: []);
}
/// `Dark`
String get dark {
return Intl.message('Dark', name: 'dark', desc: '', args: []);
}
/// `Import from URL`
String get importFromURL {
return Intl.message(
'Import from URL',
name: 'importFromURL',
desc: '',
args: [],
);
}
/// `Submit`
String get submit {
return Intl.message('Submit', name: 'submit', desc: '', args: []);
}
/// `Do you want to pass`
String get doYouWantToPass {
return Intl.message(
'Do you want to pass',
name: 'doYouWantToPass',
desc: '',
args: [],
);
}
/// `Create`
String get create {
return Intl.message('Create', name: 'create', desc: '', args: []);
}
/// `Sort by default`
String get defaultSort {
return Intl.message(
'Sort by default',
name: 'defaultSort',
desc: '',
args: [],
);
}
/// `Sort by delay`
String get delaySort {
return Intl.message('Sort by delay', name: 'delaySort', desc: '', args: []);
}
/// `Sort by name`
String get nameSort {
return Intl.message('Sort by name', name: 'nameSort', desc: '', args: []);
}
/// `Please upload file`
String get pleaseUploadFile {
return Intl.message(
'Please upload file',
name: 'pleaseUploadFile',
desc: '',
args: [],
);
}
/// `Please upload a valid QR code`
String get pleaseUploadValidQrcode {
return Intl.message(
'Please upload a valid QR code',
name: 'pleaseUploadValidQrcode',
desc: '',
args: [],
);
}
/// `Blacklist mode`
String get blacklistMode {
return Intl.message(
'Blacklist mode',
name: 'blacklistMode',
desc: '',
args: [],
);
}
/// `Whitelist mode`
String get whitelistMode {
return Intl.message(
'Whitelist mode',
name: 'whitelistMode',
desc: '',
args: [],
);
}
/// `Filter system app`
String get filterSystemApp {
return Intl.message(
'Filter system app',
name: 'filterSystemApp',
desc: '',
args: [],
);
}
/// `Cancel filter system app`
String get cancelFilterSystemApp {
return Intl.message(
'Cancel filter system app',
name: 'cancelFilterSystemApp',
desc: '',
args: [],
);
}
/// `Select all`
String get selectAll {
return Intl.message('Select all', name: 'selectAll', desc: '', args: []);
}
/// `Cancel select all`
String get cancelSelectAll {
return Intl.message(
'Cancel select all',
name: 'cancelSelectAll',
desc: '',
args: [],
);
}
/// `App access control`
String get appAccessControl {
return Intl.message(
'App access control',
name: 'appAccessControl',
desc: '',
args: [],
);
}
/// `Only allow selected app to enter VPN`
String get accessControlAllowDesc {
return Intl.message(
'Only allow selected app to enter VPN',
name: 'accessControlAllowDesc',
desc: '',
args: [],
);
}
/// `The selected application will be excluded from VPN`
String get accessControlNotAllowDesc {
return Intl.message(
'The selected application will be excluded from VPN',
name: 'accessControlNotAllowDesc',
desc: '',
args: [],
);
}
/// `Selected`
String get selected {
return Intl.message('Selected', name: 'selected', desc: '', args: []);
}
/// `unable to update current profile`
String get unableToUpdateCurrentProfileDesc {
return Intl.message(
'unable to update current profile',
name: 'unableToUpdateCurrentProfileDesc',
desc: '',
args: [],
);
}
/// `No more info`
String get noMoreInfoDesc {
return Intl.message(
'No more info',
name: 'noMoreInfoDesc',
desc: '',
args: [],
);
}
/// `profile parse error`
String get profileParseErrorDesc {
return Intl.message(
'profile parse error',
name: 'profileParseErrorDesc',
desc: '',
args: [],
);
}
/// `ProxyPort`
String get proxyPort {
return Intl.message('ProxyPort', name: 'proxyPort', desc: '', args: []);
}
/// `Set the Clash listening port`
String get proxyPortDesc {
return Intl.message(
'Set the Clash listening port',
name: 'proxyPortDesc',
desc: '',
args: [],
);
}
/// `Port`
String get port {
return Intl.message('Port', name: 'port', desc: '', args: []);
}
/// `LogLevel`
String get logLevel {
return Intl.message('LogLevel', name: 'logLevel', desc: '', args: []);
}
/// `Show`
String get show {
return Intl.message('Show', name: 'show', desc: '', args: []);
}
/// `Exit`
String get exit {
return Intl.message('Exit', name: 'exit', desc: '', args: []);
}
/// `System proxy`
String get systemProxy {
return Intl.message(
'System proxy',
name: 'systemProxy',
desc: '',
args: [],
);
}
/// `Project`
String get project {
return Intl.message('Project', name: 'project', desc: '', args: []);
}
/// `Core`
String get core {
return Intl.message('Core', name: 'core', desc: '', args: []);
}
/// `Tab animation`
String get tabAnimation {
return Intl.message(
'Tab animation',
name: 'tabAnimation',
desc: '',
args: [],
);
}
/// `A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.`
String get desc {
return Intl.message(
'A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.',
name: 'desc',
desc: '',
args: [],
);
}
/// `Starting VPN...`
String get startVpn {
return Intl.message(
'Starting VPN...',
name: 'startVpn',
desc: '',
args: [],
);
}
/// `Stopping VPN...`
String get stopVpn {
return Intl.message('Stopping VPN...', name: 'stopVpn', desc: '', args: []);
}
/// `Discovery a new version`
String get discovery {
return Intl.message(
'Discovery a new version',
name: 'discovery',
desc: '',
args: [],
);
}
/// `Compatibility mode`
String get compatible {
return Intl.message(
'Compatibility mode',
name: 'compatible',
desc: '',
args: [],
);
}
/// `Opening it will lose part of its application ability and gain the support of full amount of Clash.`
String get compatibleDesc {
return Intl.message(
'Opening it will lose part of its application ability and gain the support of full amount of Clash.',
name: 'compatibleDesc',
desc: '',
args: [],
);
}
/// `The current proxy group cannot be selected.`
String get notSelectedTip {
return Intl.message(
'The current proxy group cannot be selected.',
name: 'notSelectedTip',
desc: '',
args: [],
);
}
/// `tip`
String get tip {
return Intl.message('tip', name: 'tip', desc: '', args: []);
}
/// `Backup and Recovery`
String get backupAndRecovery {
return Intl.message(
'Backup and Recovery',
name: 'backupAndRecovery',
desc: '',
args: [],
);
}
/// `Sync data via WebDAV or file`
String get backupAndRecoveryDesc {
return Intl.message(
'Sync data via WebDAV or file',
name: 'backupAndRecoveryDesc',
desc: '',
args: [],
);
}
/// `Account`
String get account {
return Intl.message('Account', name: 'account', desc: '', args: []);
}
/// `Backup`
String get backup {
return Intl.message('Backup', name: 'backup', desc: '', args: []);
}
/// `Recovery`
String get recovery {
return Intl.message('Recovery', name: 'recovery', desc: '', args: []);
}
/// `Only recovery profiles`
String get recoveryProfiles {
return Intl.message(
'Only recovery profiles',
name: 'recoveryProfiles',
desc: '',
args: [],
);
}
/// `Recovery all data`
String get recoveryAll {
return Intl.message(
'Recovery all data',
name: 'recoveryAll',
desc: '',
args: [],
);
}
/// `Recovery success`
String get recoverySuccess {
return Intl.message(
'Recovery success',
name: 'recoverySuccess',
desc: '',
args: [],
);
}
/// `Backup success`
String get backupSuccess {
return Intl.message(
'Backup success',
name: 'backupSuccess',
desc: '',
args: [],
);
}
/// `No info`
String get noInfo {
return Intl.message('No info', name: 'noInfo', desc: '', args: []);
}
/// `Please bind WebDAV`
String get pleaseBindWebDAV {
return Intl.message(
'Please bind WebDAV',
name: 'pleaseBindWebDAV',
desc: '',
args: [],
);
}
/// `Bind`
String get bind {
return Intl.message('Bind', name: 'bind', desc: '', args: []);
}
/// `Connectivity`
String get connectivity {
return Intl.message(
'Connectivity',
name: 'connectivity',
desc: '',
args: [],
);
}
/// `WebDAV configuration`
String get webDAVConfiguration {
return Intl.message(
'WebDAV configuration',
name: 'webDAVConfiguration',
desc: '',
args: [],
);
}
/// `Address`
String get address {
return Intl.message('Address', name: 'address', desc: '', args: []);
}
/// `WebDAV server address`
String get addressHelp {
return Intl.message(
'WebDAV server address',
name: 'addressHelp',
desc: '',
args: [],
);
}
/// `Please enter a valid WebDAV address`
String get addressTip {
return Intl.message(
'Please enter a valid WebDAV address',
name: 'addressTip',
desc: '',
args: [],
);
}
/// `Password`
String get password {
return Intl.message('Password', name: 'password', desc: '', args: []);
}
/// `Check for updates`
String get checkUpdate {
return Intl.message(
'Check for updates',
name: 'checkUpdate',
desc: '',
args: [],
);
}
/// `Discover the new version`
String get discoverNewVersion {
return Intl.message(
'Discover the new version',
name: 'discoverNewVersion',
desc: '',
args: [],
);
}
/// `The current application is already the latest version`
String get checkUpdateError {
return Intl.message(
'The current application is already the latest version',
name: 'checkUpdateError',
desc: '',
args: [],
);
}
/// `Go to download`
String get goDownload {
return Intl.message(
'Go to download',
name: 'goDownload',
desc: '',
args: [],
);
}
/// `Unknown`
String get unknown {
return Intl.message('Unknown', name: 'unknown', desc: '', args: []);
}
/// `GeoData`
String get geoData {
return Intl.message('GeoData', name: 'geoData', desc: '', args: []);
}
/// `External resources`
String get externalResources {
return Intl.message(
'External resources',
name: 'externalResources',
desc: '',
args: [],
);
}
/// `Checking...`
String get checking {
return Intl.message('Checking...', name: 'checking', desc: '', args: []);
}
/// `Country`
String get country {
return Intl.message('Country', name: 'country', desc: '', args: []);
}
/// `Check error`
String get checkError {
return Intl.message('Check error', name: 'checkError', desc: '', args: []);
}
/// `Search`
String get search {
return Intl.message('Search', name: 'search', desc: '', args: []);
}
/// `Allow applications to bypass VPN`
String get allowBypass {
return Intl.message(
'Allow applications to bypass VPN',
name: 'allowBypass',
desc: '',
args: [],
);
}
/// `Some apps can bypass VPN when turned on`
String get allowBypassDesc {
return Intl.message(
'Some apps can bypass VPN when turned on',
name: 'allowBypassDesc',
desc: '',
args: [],
);
}
/// `ExternalController`
String get externalController {
return Intl.message(
'ExternalController',
name: 'externalController',
desc: '',
args: [],
);
}
/// `Once enabled, the Clash kernel can be controlled on port 9090`
String get externalControllerDesc {
return Intl.message(
'Once enabled, the Clash kernel can be controlled on port 9090',
name: 'externalControllerDesc',
desc: '',
args: [],
);
}
/// `When turned on it will be able to receive IPv6 traffic`
String get ipv6Desc {
return Intl.message(
'When turned on it will be able to receive IPv6 traffic',
name: 'ipv6Desc',
desc: '',
args: [],
);
}
/// `App`
String get app {
return Intl.message('App', name: 'app', desc: '', args: []);
}
/// `General`
String get general {
return Intl.message('General', name: 'general', desc: '', args: []);
}
/// `Attach HTTP proxy to VpnService`
String get vpnSystemProxyDesc {
return Intl.message(
'Attach HTTP proxy to VpnService',
name: 'vpnSystemProxyDesc',
desc: '',
args: [],
);
}
/// `Attach HTTP proxy to VpnService`
String get systemProxyDesc {
return Intl.message(
'Attach HTTP proxy to VpnService',
name: 'systemProxyDesc',
desc: '',
args: [],
);
}
/// `Unified delay`
String get unifiedDelay {
return Intl.message(
'Unified delay',
name: 'unifiedDelay',
desc: '',
args: [],
);
}
/// `Remove extra delays such as handshaking`
String get unifiedDelayDesc {
return Intl.message(
'Remove extra delays such as handshaking',
name: 'unifiedDelayDesc',
desc: '',
args: [],
);
}
/// `TCP concurrent`
String get tcpConcurrent {
return Intl.message(
'TCP concurrent',
name: 'tcpConcurrent',
desc: '',
args: [],
);
}
/// `Enabling it will allow TCP concurrency`
String get tcpConcurrentDesc {
return Intl.message(
'Enabling it will allow TCP concurrency',
name: 'tcpConcurrentDesc',
desc: '',
args: [],
);
}
/// `Geo Low Memory Mode`
String get geodataLoader {
return Intl.message(
'Geo Low Memory Mode',
name: 'geodataLoader',
desc: '',
args: [],
);
}
/// `Enabling will use the Geo low memory loader`
String get geodataLoaderDesc {
return Intl.message(
'Enabling will use the Geo low memory loader',
name: 'geodataLoaderDesc',
desc: '',
args: [],
);
}
/// `Requests`
String get requests {
return Intl.message('Requests', name: 'requests', desc: '', args: []);
}
/// `View recently request records`
String get requestsDesc {
return Intl.message(
'View recently request records',
name: 'requestsDesc',
desc: '',
args: [],
);
}
/// `Find process`
String get findProcessMode {
return Intl.message(
'Find process',
name: 'findProcessMode',
desc: '',
args: [],
);
}
/// `Init`
String get init {
return Intl.message('Init', name: 'init', desc: '', args: []);
}
/// `Long term effective`
String get infiniteTime {
return Intl.message(
'Long term effective',
name: 'infiniteTime',
desc: '',
args: [],
);
}
/// `Expiration time`
String get expirationTime {
return Intl.message(
'Expiration time',
name: 'expirationTime',
desc: '',
args: [],
);
}
/// `Connections`
String get connections {
return Intl.message('Connections', name: 'connections', desc: '', args: []);
}
/// `View current connections data`
String get connectionsDesc {
return Intl.message(
'View current connections data',
name: 'connectionsDesc',
desc: '',
args: [],
);
}
/// `Intranet IP`
String get intranetIP {
return Intl.message('Intranet IP', name: 'intranetIP', desc: '', args: []);
}
/// `View`
String get view {
return Intl.message('View', name: 'view', desc: '', args: []);
}
/// `Cut`
String get cut {
return Intl.message('Cut', name: 'cut', desc: '', args: []);
}
/// `Copy`
String get copy {
return Intl.message('Copy', name: 'copy', desc: '', args: []);
}
/// `Paste`
String get paste {
return Intl.message('Paste', name: 'paste', desc: '', args: []);
}
/// `Test url`
String get testUrl {
return Intl.message('Test url', name: 'testUrl', desc: '', args: []);
}
/// `Sync`
String get sync {
return Intl.message('Sync', name: 'sync', desc: '', args: []);
}
/// `Hidden from recent tasks`
String get exclude {
return Intl.message(
'Hidden from recent tasks',
name: 'exclude',
desc: '',
args: [],
);
}
/// `When the app is in the background, the app is hidden from the recent task`
String get excludeDesc {
return Intl.message(
'When the app is in the background, the app is hidden from the recent task',
name: 'excludeDesc',
desc: '',
args: [],
);
}
/// `One column`
String get oneColumn {
return Intl.message('One column', name: 'oneColumn', desc: '', args: []);
}
/// `Two columns`
String get twoColumns {
return Intl.message('Two columns', name: 'twoColumns', desc: '', args: []);
}
/// `Three columns`
String get threeColumns {
return Intl.message(
'Three columns',
name: 'threeColumns',
desc: '',
args: [],
);
}
/// `Four columns`
String get fourColumns {
return Intl.message(
'Four columns',
name: 'fourColumns',
desc: '',
args: [],
);
}
/// `Standard`
String get expand {
return Intl.message('Standard', name: 'expand', desc: '', args: []);
}
/// `Shrink`
String get shrink {
return Intl.message('Shrink', name: 'shrink', desc: '', args: []);
}
/// `Min`
String get min {
return Intl.message('Min', name: 'min', desc: '', args: []);
}
/// `Tab`
String get tab {
return Intl.message('Tab', name: 'tab', desc: '', args: []);
}
/// `List`
String get list {
return Intl.message('List', name: 'list', desc: '', args: []);
}
/// `Delay`
String get delay {
return Intl.message('Delay', name: 'delay', desc: '', args: []);
}
/// `Style`
String get style {
return Intl.message('Style', name: 'style', desc: '', args: []);
}
/// `Size`
String get size {
return Intl.message('Size', name: 'size', desc: '', args: []);
}
/// `Sort`
String get sort {
return Intl.message('Sort', name: 'sort', desc: '', args: []);
}
/// `Columns`
String get columns {
return Intl.message('Columns', name: 'columns', desc: '', args: []);
}
/// `Proxies setting`
String get proxiesSetting {
return Intl.message(
'Proxies setting',
name: 'proxiesSetting',
desc: '',
args: [],
);
}
/// `Proxy group`
String get proxyGroup {
return Intl.message('Proxy group', name: 'proxyGroup', desc: '', args: []);
}
/// `Go`
String get go {
return Intl.message('Go', name: 'go', desc: '', args: []);
}
/// `External link`
String get externalLink {
return Intl.message(
'External link',
name: 'externalLink',
desc: '',
args: [],
);
}
/// `Other contributors`
String get otherContributors {
return Intl.message(
'Other contributors',
name: 'otherContributors',
desc: '',
args: [],
);
}
/// `Auto close connections`
String get autoCloseConnections {
return Intl.message(
'Auto close connections',
name: 'autoCloseConnections',
desc: '',
args: [],
);
}
/// `Auto close connections after change node`
String get autoCloseConnectionsDesc {
return Intl.message(
'Auto close connections after change node',
name: 'autoCloseConnectionsDesc',
desc: '',
args: [],
);
}
/// `Only statistics proxy`
String get onlyStatisticsProxy {
return Intl.message(
'Only statistics proxy',
name: 'onlyStatisticsProxy',
desc: '',
args: [],
);
}
/// `When turned on, only statistics proxy traffic`
String get onlyStatisticsProxyDesc {
return Intl.message(
'When turned on, only statistics proxy traffic',
name: 'onlyStatisticsProxyDesc',
desc: '',
args: [],
);
}
/// `Pure black mode`
String get pureBlackMode {
return Intl.message(
'Pure black mode',
name: 'pureBlackMode',
desc: '',
args: [],
);
}
/// `Tcp keep alive interval`
String get keepAliveIntervalDesc {
return Intl.message(
'Tcp keep alive interval',
name: 'keepAliveIntervalDesc',
desc: '',
args: [],
);
}
/// ` entries`
String get entries {
return Intl.message(' entries', name: 'entries', desc: '', args: []);
}
/// `Local`
String get local {
return Intl.message('Local', name: 'local', desc: '', args: []);
}
/// `Remote`
String get remote {
return Intl.message('Remote', name: 'remote', desc: '', args: []);
}
/// `Backup local data to WebDAV`
String get remoteBackupDesc {
return Intl.message(
'Backup local data to WebDAV',
name: 'remoteBackupDesc',
desc: '',
args: [],
);
}
/// `Recovery data from WebDAV`
String get remoteRecoveryDesc {
return Intl.message(
'Recovery data from WebDAV',
name: 'remoteRecoveryDesc',
desc: '',
args: [],
);
}
/// `Backup local data to local`
String get localBackupDesc {
return Intl.message(
'Backup local data to local',
name: 'localBackupDesc',
desc: '',
args: [],
);
}
/// `Recovery data from file`
String get localRecoveryDesc {
return Intl.message(
'Recovery data from file',
name: 'localRecoveryDesc',
desc: '',
args: [],
);
}
/// `Mode`
String get mode {
return Intl.message('Mode', name: 'mode', desc: '', args: []);
}
/// `Time`
String get time {
return Intl.message('Time', name: 'time', desc: '', args: []);
}
/// `Source`
String get source {
return Intl.message('Source', name: 'source', desc: '', args: []);
}
/// `All apps`
String get allApps {
return Intl.message('All apps', name: 'allApps', desc: '', args: []);
}
/// `Only third-party apps`
String get onlyOtherApps {
return Intl.message(
'Only third-party apps',
name: 'onlyOtherApps',
desc: '',
args: [],
);
}
/// `Action`
String get action {
return Intl.message('Action', name: 'action', desc: '', args: []);
}
/// `Intelligent selection`
String get intelligentSelected {
return Intl.message(
'Intelligent selection',
name: 'intelligentSelected',
desc: '',
args: [],
);
}
/// `Clipboard import`
String get clipboardImport {
return Intl.message(
'Clipboard import',
name: 'clipboardImport',
desc: '',
args: [],
);
}
/// `Export clipboard`
String get clipboardExport {
return Intl.message(
'Export clipboard',
name: 'clipboardExport',
desc: '',
args: [],
);
}
/// `Layout`
String get layout {
return Intl.message('Layout', name: 'layout', desc: '', args: []);
}
/// `Tight`
String get tight {
return Intl.message('Tight', name: 'tight', desc: '', args: []);
}
/// `Standard`
String get standard {
return Intl.message('Standard', name: 'standard', desc: '', args: []);
}
/// `Loose`
String get loose {
return Intl.message('Loose', name: 'loose', desc: '', args: []);
}
/// `Profiles sort`
String get profilesSort {
return Intl.message(
'Profiles sort',
name: 'profilesSort',
desc: '',
args: [],
);
}
/// `Start`
String get start {
return Intl.message('Start', name: 'start', desc: '', args: []);
}
/// `Stop`
String get stop {
return Intl.message('Stop', name: 'stop', desc: '', args: []);
}
/// `Processing app related settings`
String get appDesc {
return Intl.message(
'Processing app related settings',
name: 'appDesc',
desc: '',
args: [],
);
}
/// `Modify VPN related settings`
String get vpnDesc {
return Intl.message(
'Modify VPN related settings',
name: 'vpnDesc',
desc: '',
args: [],
);
}
/// `Update DNS related settings`
String get dnsDesc {
return Intl.message(
'Update DNS related settings',
name: 'dnsDesc',
desc: '',
args: [],
);
}
/// `Key`
String get key {
return Intl.message('Key', name: 'key', desc: '', args: []);
}
/// `Value`
String get value {
return Intl.message('Value', name: 'value', desc: '', args: []);
}
/// `Add Hosts`
String get hostsDesc {
return Intl.message('Add Hosts', name: 'hostsDesc', desc: '', args: []);
}
/// `Changes take effect after restarting the VPN`
String get vpnTip {
return Intl.message(
'Changes take effect after restarting the VPN',
name: 'vpnTip',
desc: '',
args: [],
);
}
/// `Auto routes all system traffic through VpnService`
String get vpnEnableDesc {
return Intl.message(
'Auto routes all system traffic through VpnService',
name: 'vpnEnableDesc',
desc: '',
args: [],
);
}
/// `Options`
String get options {
return Intl.message('Options', name: 'options', desc: '', args: []);
}
/// `Loopback unlock tool`
String get loopback {
return Intl.message(
'Loopback unlock tool',
name: 'loopback',
desc: '',
args: [],
);
}
/// `Used for UWP loopback unlocking`
String get loopbackDesc {
return Intl.message(
'Used for UWP loopback unlocking',
name: 'loopbackDesc',
desc: '',
args: [],
);
}
/// `Providers`
String get providers {
return Intl.message('Providers', name: 'providers', desc: '', args: []);
}
/// `Proxy providers`
String get proxyProviders {
return Intl.message(
'Proxy providers',
name: 'proxyProviders',
desc: '',
args: [],
);
}
/// `Rule providers`
String get ruleProviders {
return Intl.message(
'Rule providers',
name: 'ruleProviders',
desc: '',
args: [],
);
}
/// `Override Dns`
String get overrideDns {
return Intl.message(
'Override Dns',
name: 'overrideDns',
desc: '',
args: [],
);
}
/// `Turning it on will override the DNS options in the profile`
String get overrideDnsDesc {
return Intl.message(
'Turning it on will override the DNS options in the profile',
name: 'overrideDnsDesc',
desc: '',
args: [],
);
}
/// `Status`
String get status {
return Intl.message('Status', name: 'status', desc: '', args: []);
}
/// `System DNS will be used when turned off`
String get statusDesc {
return Intl.message(
'System DNS will be used when turned off',
name: 'statusDesc',
desc: '',
args: [],
);
}
/// `Prioritize the use of DOH's http/3`
String get preferH3Desc {
return Intl.message(
'Prioritize the use of DOH\'s http/3',
name: 'preferH3Desc',
desc: '',
args: [],
);
}
/// `Respect rules`
String get respectRules {
return Intl.message(
'Respect rules',
name: 'respectRules',
desc: '',
args: [],
);
}
/// `DNS connection following rules, need to configure proxy-server-nameserver`
String get respectRulesDesc {
return Intl.message(
'DNS connection following rules, need to configure proxy-server-nameserver',
name: 'respectRulesDesc',
desc: '',
args: [],
);
}
/// `DNS mode`
String get dnsMode {
return Intl.message('DNS mode', name: 'dnsMode', desc: '', args: []);
}
/// `Fakeip range`
String get fakeipRange {
return Intl.message(
'Fakeip range',
name: 'fakeipRange',
desc: '',
args: [],
);
}
/// `Fakeip filter`
String get fakeipFilter {
return Intl.message(
'Fakeip filter',
name: 'fakeipFilter',
desc: '',
args: [],
);
}
/// `Default nameserver`
String get defaultNameserver {
return Intl.message(
'Default nameserver',
name: 'defaultNameserver',
desc: '',
args: [],
);
}
/// `For resolving DNS server`
String get defaultNameserverDesc {
return Intl.message(
'For resolving DNS server',
name: 'defaultNameserverDesc',
desc: '',
args: [],
);
}
/// `Nameserver`
String get nameserver {
return Intl.message('Nameserver', name: 'nameserver', desc: '', args: []);
}
/// `For resolving domain`
String get nameserverDesc {
return Intl.message(
'For resolving domain',
name: 'nameserverDesc',
desc: '',
args: [],
);
}
/// `Use hosts`
String get useHosts {
return Intl.message('Use hosts', name: 'useHosts', desc: '', args: []);
}
/// `Use system hosts`
String get useSystemHosts {
return Intl.message(
'Use system hosts',
name: 'useSystemHosts',
desc: '',
args: [],
);
}
/// `Nameserver policy`
String get nameserverPolicy {
return Intl.message(
'Nameserver policy',
name: 'nameserverPolicy',
desc: '',
args: [],
);
}
/// `Specify the corresponding nameserver policy`
String get nameserverPolicyDesc {
return Intl.message(
'Specify the corresponding nameserver policy',
name: 'nameserverPolicyDesc',
desc: '',
args: [],
);
}
/// `Proxy nameserver`
String get proxyNameserver {
return Intl.message(
'Proxy nameserver',
name: 'proxyNameserver',
desc: '',
args: [],
);
}
/// `Domain for resolving proxy nodes`
String get proxyNameserverDesc {
return Intl.message(
'Domain for resolving proxy nodes',
name: 'proxyNameserverDesc',
desc: '',
args: [],
);
}
/// `Fallback`
String get fallback {
return Intl.message('Fallback', name: 'fallback', desc: '', args: []);
}
/// `Generally use offshore DNS`
String get fallbackDesc {
return Intl.message(
'Generally use offshore DNS',
name: 'fallbackDesc',
desc: '',
args: [],
);
}
/// `Fallback filter`
String get fallbackFilter {
return Intl.message(
'Fallback filter',
name: 'fallbackFilter',
desc: '',
args: [],
);
}
/// `Geoip code`
String get geoipCode {
return Intl.message('Geoip code', name: 'geoipCode', desc: '', args: []);
}
/// `Ipcidr`
String get ipcidr {
return Intl.message('Ipcidr', name: 'ipcidr', desc: '', args: []);
}
/// `Domain`
String get domain {
return Intl.message('Domain', name: 'domain', desc: '', args: []);
}
/// `Reset`
String get reset {
return Intl.message('Reset', name: 'reset', desc: '', args: []);
}
/// `Show/Hide`
String get action_view {
return Intl.message('Show/Hide', name: 'action_view', desc: '', args: []);
}
/// `Start/Stop`
String get action_start {
return Intl.message('Start/Stop', name: 'action_start', desc: '', args: []);
}
/// `Switch mode`
String get action_mode {
return Intl.message('Switch mode', name: 'action_mode', desc: '', args: []);
}
/// `System proxy`
String get action_proxy {
return Intl.message(
'System proxy',
name: 'action_proxy',
desc: '',
args: [],
);
}
/// `TUN`
String get action_tun {
return Intl.message('TUN', name: 'action_tun', desc: '', args: []);
}
/// `Disclaimer`
String get disclaimer {
return Intl.message('Disclaimer', name: 'disclaimer', desc: '', args: []);
}
/// `This software is only used for non-commercial purposes such as learning exchanges and scientific research. It is strictly prohibited to use this software for commercial purposes. Any commercial activity, if any, has nothing to do with this software.`
String get disclaimerDesc {
return Intl.message(
'This software is only used for non-commercial purposes such as learning exchanges and scientific research. It is strictly prohibited to use this software for commercial purposes. Any commercial activity, if any, has nothing to do with this software.',
name: 'disclaimerDesc',
desc: '',
args: [],
);
}
/// `Agree`
String get agree {
return Intl.message('Agree', name: 'agree', desc: '', args: []);
}
/// `Hotkey Management`
String get hotkeyManagement {
return Intl.message(
'Hotkey Management',
name: 'hotkeyManagement',
desc: '',
args: [],
);
}
/// `Use keyboard to control applications`
String get hotkeyManagementDesc {
return Intl.message(
'Use keyboard to control applications',
name: 'hotkeyManagementDesc',
desc: '',
args: [],
);
}
/// `Please press the keyboard.`
String get pressKeyboard {
return Intl.message(
'Please press the keyboard.',
name: 'pressKeyboard',
desc: '',
args: [],
);
}
/// `Please enter the correct hotkey`
String get inputCorrectHotkey {
return Intl.message(
'Please enter the correct hotkey',
name: 'inputCorrectHotkey',
desc: '',
args: [],
);
}
/// `Hotkey conflict`
String get hotkeyConflict {
return Intl.message(
'Hotkey conflict',
name: 'hotkeyConflict',
desc: '',
args: [],
);
}
/// `Remove`
String get remove {
return Intl.message('Remove', name: 'remove', desc: '', args: []);
}
/// `No HotKey`
String get noHotKey {
return Intl.message('No HotKey', name: 'noHotKey', desc: '', args: []);
}
/// `No network`
String get noNetwork {
return Intl.message('No network', name: 'noNetwork', desc: '', args: []);
}
/// `Allow IPv6 inbound`
String get ipv6InboundDesc {
return Intl.message(
'Allow IPv6 inbound',
name: 'ipv6InboundDesc',
desc: '',
args: [],
);
}
/// `Export logs`
String get exportLogs {
return Intl.message('Export logs', name: 'exportLogs', desc: '', args: []);
}
/// `Export Success`
String get exportSuccess {
return Intl.message(
'Export Success',
name: 'exportSuccess',
desc: '',
args: [],
);
}
/// `Icon style`
String get iconStyle {
return Intl.message('Icon style', name: 'iconStyle', desc: '', args: []);
}
/// `Icon`
String get onlyIcon {
return Intl.message('Icon', name: 'onlyIcon', desc: '', args: []);
}
/// `None`
String get noIcon {
return Intl.message('None', name: 'noIcon', desc: '', args: []);
}
/// `Stack mode`
String get stackMode {
return Intl.message('Stack mode', name: 'stackMode', desc: '', args: []);
}
/// `Network`
String get network {
return Intl.message('Network', name: 'network', desc: '', args: []);
}
/// `Modify network-related settings`
String get networkDesc {
return Intl.message(
'Modify network-related settings',
name: 'networkDesc',
desc: '',
args: [],
);
}
/// `Bypass domain`
String get bypassDomain {
return Intl.message(
'Bypass domain',
name: 'bypassDomain',
desc: '',
args: [],
);
}
/// `Only takes effect when the system proxy is enabled`
String get bypassDomainDesc {
return Intl.message(
'Only takes effect when the system proxy is enabled',
name: 'bypassDomainDesc',
desc: '',
args: [],
);
}
/// `Make sure to reset`
String get resetTip {
return Intl.message(
'Make sure to reset',
name: 'resetTip',
desc: '',
args: [],
);
}
/// `RegExp`
String get regExp {
return Intl.message('RegExp', name: 'regExp', desc: '', args: []);
}
/// `Icon`
String get icon {
return Intl.message('Icon', name: 'icon', desc: '', args: []);
}
/// `Icon configuration`
String get iconConfiguration {
return Intl.message(
'Icon configuration',
name: 'iconConfiguration',
desc: '',
args: [],
);
}
/// `No data`
String get noData {
return Intl.message('No data', name: 'noData', desc: '', args: []);
}
/// `Admin auto launch`
String get adminAutoLaunch {
return Intl.message(
'Admin auto launch',
name: 'adminAutoLaunch',
desc: '',
args: [],
);
}
/// `Boot up by using admin mode`
String get adminAutoLaunchDesc {
return Intl.message(
'Boot up by using admin mode',
name: 'adminAutoLaunchDesc',
desc: '',
args: [],
);
}
/// `FontFamily`
String get fontFamily {
return Intl.message('FontFamily', name: 'fontFamily', desc: '', args: []);
}
/// `System font`
String get systemFont {
return Intl.message('System font', name: 'systemFont', desc: '', args: []);
}
/// `Toggle`
String get toggle {
return Intl.message('Toggle', name: 'toggle', desc: '', args: []);
}
/// `System`
String get system {
return Intl.message('System', name: 'system', desc: '', args: []);
}
/// `Route mode`
String get routeMode {
return Intl.message('Route mode', name: 'routeMode', desc: '', args: []);
}
/// `Bypass private route address`
String get routeMode_bypassPrivate {
return Intl.message(
'Bypass private route address',
name: 'routeMode_bypassPrivate',
desc: '',
args: [],
);
}
/// `Use config`
String get routeMode_config {
return Intl.message(
'Use config',
name: 'routeMode_config',
desc: '',
args: [],
);
}
/// `Route address`
String get routeAddress {
return Intl.message(
'Route address',
name: 'routeAddress',
desc: '',
args: [],
);
}
/// `Config listen route address`
String get routeAddressDesc {
return Intl.message(
'Config listen route address',
name: 'routeAddressDesc',
desc: '',
args: [],
);
}
/// `Please enter the admin password`
String get pleaseInputAdminPassword {
return Intl.message(
'Please enter the admin password',
name: 'pleaseInputAdminPassword',
desc: '',
args: [],
);
}
/// `Copying environment variables`
String get copyEnvVar {
return Intl.message(
'Copying environment variables',
name: 'copyEnvVar',
desc: '',
args: [],
);
}
/// `Memory info`
String get memoryInfo {
return Intl.message('Memory info', name: 'memoryInfo', desc: '', args: []);
}
/// `Cancel`
String get cancel {
return Intl.message('Cancel', name: 'cancel', desc: '', args: []);
}
/// `The file has been modified. Do you want to save the changes?`
String get fileIsUpdate {
return Intl.message(
'The file has been modified. Do you want to save the changes?',
name: 'fileIsUpdate',
desc: '',
args: [],
);
}
/// `The profile has been modified. Do you want to disable auto update?`
String get profileHasUpdate {
return Intl.message(
'The profile has been modified. Do you want to disable auto update?',
name: 'profileHasUpdate',
desc: '',
args: [],
);
}
/// `Do you want to cache the changes?`
String get hasCacheChange {
return Intl.message(
'Do you want to cache the changes?',
name: 'hasCacheChange',
desc: '',
args: [],
);
}
/// `Copy success`
String get copySuccess {
return Intl.message(
'Copy success',
name: 'copySuccess',
desc: '',
args: [],
);
}
/// `Copy link`
String get copyLink {
return Intl.message('Copy link', name: 'copyLink', desc: '', args: []);
}
/// `Export file`
String get exportFile {
return Intl.message('Export file', name: 'exportFile', desc: '', args: []);
}
/// `The cache is corrupt. Do you want to clear it?`
String get cacheCorrupt {
return Intl.message(
'The cache is corrupt. Do you want to clear it?',
name: 'cacheCorrupt',
desc: '',
args: [],
);
}
/// `Relying on third-party api is for reference only`
String get detectionTip {
return Intl.message(
'Relying on third-party api is for reference only',
name: 'detectionTip',
desc: '',
args: [],
);
}
/// `Listen`
String get listen {
return Intl.message('Listen', name: 'listen', desc: '', args: []);
}
/// `undo`
String get undo {
return Intl.message('undo', name: 'undo', desc: '', args: []);
}
/// `redo`
String get redo {
return Intl.message('redo', name: 'redo', desc: '', args: []);
}
/// `none`
String get none {
return Intl.message('none', name: 'none', desc: '', args: []);
}
/// `Basic configuration`
String get basicConfig {
return Intl.message(
'Basic configuration',
name: 'basicConfig',
desc: '',
args: [],
);
}
/// `Modify the basic configuration globally`
String get basicConfigDesc {
return Intl.message(
'Modify the basic configuration globally',
name: 'basicConfigDesc',
desc: '',
args: [],
);
}
/// `{count} items have been selected`
String selectedCountTitle(Object count) {
return Intl.message(
'$count items have been selected',
name: 'selectedCountTitle',
desc: '',
args: [count],
);
}
/// `Add rule`
String get addRule {
return Intl.message('Add rule', name: 'addRule', desc: '', args: []);
}
/// `Rule name`
String get ruleName {
return Intl.message('Rule name', name: 'ruleName', desc: '', args: []);
}
/// `Content`
String get content {
return Intl.message('Content', name: 'content', desc: '', args: []);
}
/// `Sub rule`
String get subRule {
return Intl.message('Sub rule', name: 'subRule', desc: '', args: []);
}
/// `Rule target`
String get ruleTarget {
return Intl.message('Rule target', name: 'ruleTarget', desc: '', args: []);
}
/// `Source IP`
String get sourceIp {
return Intl.message('Source IP', name: 'sourceIp', desc: '', args: []);
}
/// `No resolve IP`
String get noResolve {
return Intl.message('No resolve IP', name: 'noResolve', desc: '', args: []);
}
/// `Get original rules`
String get getOriginRules {
return Intl.message(
'Get original rules',
name: 'getOriginRules',
desc: '',
args: [],
);
}
/// `Override the original rule`
String get overrideOriginRules {
return Intl.message(
'Override the original rule',
name: 'overrideOriginRules',
desc: '',
args: [],
);
}
/// `Attach on the original rules`
String get addedOriginRules {
return Intl.message(
'Attach on the original rules',
name: 'addedOriginRules',
desc: '',
args: [],
);
}
/// `Enable override`
String get enableOverride {
return Intl.message(
'Enable override',
name: 'enableOverride',
desc: '',
args: [],
);
}
/// `Do you want to save the changes?`
String get saveChanges {
return Intl.message(
'Do you want to save the changes?',
name: 'saveChanges',
desc: '',
args: [],
);
}
/// `Modify general settings`
String get generalDesc {
return Intl.message(
'Modify general settings',
name: 'generalDesc',
desc: '',
args: [],
);
}
/// `There is a certain performance loss after opening`
String get findProcessModeDesc {
return Intl.message(
'There is a certain performance loss after opening',
name: 'findProcessModeDesc',
desc: '',
args: [],
);
}
/// `Effective only in mobile view`
String get tabAnimationDesc {
return Intl.message(
'Effective only in mobile view',
name: 'tabAnimationDesc',
desc: '',
args: [],
);
}
/// `Are you sure you want to save?`
String get saveTip {
return Intl.message(
'Are you sure you want to save?',
name: 'saveTip',
desc: '',
args: [],
);
}
/// `Color schemes`
String get colorSchemes {
return Intl.message(
'Color schemes',
name: 'colorSchemes',
desc: '',
args: [],
);
}
/// `Palette`
String get palette {
return Intl.message('Palette', name: 'palette', desc: '', args: []);
}
/// `TonalSpot`
String get tonalSpotScheme {
return Intl.message(
'TonalSpot',
name: 'tonalSpotScheme',
desc: '',
args: [],
);
}
/// `Fidelity`
String get fidelityScheme {
return Intl.message('Fidelity', name: 'fidelityScheme', desc: '', args: []);
}
/// `Monochrome`
String get monochromeScheme {
return Intl.message(
'Monochrome',
name: 'monochromeScheme',
desc: '',
args: [],
);
}
/// `Neutral`
String get neutralScheme {
return Intl.message('Neutral', name: 'neutralScheme', desc: '', args: []);
}
/// `Vibrant`
String get vibrantScheme {
return Intl.message('Vibrant', name: 'vibrantScheme', desc: '', args: []);
}
/// `Expressive`
String get expressiveScheme {
return Intl.message(
'Expressive',
name: 'expressiveScheme',
desc: '',
args: [],
);
}
/// `Content`
String get contentScheme {
return Intl.message('Content', name: 'contentScheme', desc: '', args: []);
}
/// `Rainbow`
String get rainbowScheme {
return Intl.message('Rainbow', name: 'rainbowScheme', desc: '', args: []);
}
/// `FruitSalad`
String get fruitSaladScheme {
return Intl.message(
'FruitSalad',
name: 'fruitSaladScheme',
desc: '',
args: [],
);
}
/// `Developer mode`
String get developerMode {
return Intl.message(
'Developer mode',
name: 'developerMode',
desc: '',
args: [],
);
}
/// `Developer mode is enabled.`
String get developerModeEnableTip {
return Intl.message(
'Developer mode is enabled.',
name: 'developerModeEnableTip',
desc: '',
args: [],
);
}
/// `Message test`
String get messageTest {
return Intl.message(
'Message test',
name: 'messageTest',
desc: '',
args: [],
);
}
/// `This is a message.`
String get messageTestTip {
return Intl.message(
'This is a message.',
name: 'messageTestTip',
desc: '',
args: [],
);
}
/// `Crash test`
String get crashTest {
return Intl.message('Crash test', name: 'crashTest', desc: '', args: []);
}
/// `Clear Data`
String get clearData {
return Intl.message('Clear Data', name: 'clearData', desc: '', args: []);
}
/// `Text Scaling`
String get textScale {
return Intl.message('Text Scaling', name: 'textScale', desc: '', args: []);
}
/// `Internet`
String get internet {
return Intl.message('Internet', name: 'internet', desc: '', args: []);
}
/// `System APP`
String get systemApp {
return Intl.message('System APP', name: 'systemApp', desc: '', args: []);
}
/// `No network APP`
String get noNetworkApp {
return Intl.message(
'No network APP',
name: 'noNetworkApp',
desc: '',
args: [],
);
}
/// `Contact me`
String get contactMe {
return Intl.message('Contact me', name: 'contactMe', desc: '', args: []);
}
/// `Recovery strategy`
String get recoveryStrategy {
return Intl.message(
'Recovery strategy',
name: 'recoveryStrategy',
desc: '',
args: [],
);
}
/// `Override`
String get recoveryStrategy_override {
return Intl.message(
'Override',
name: 'recoveryStrategy_override',
desc: '',
args: [],
);
}
/// `Compatible`
String get recoveryStrategy_compatible {
return Intl.message(
'Compatible',
name: 'recoveryStrategy_compatible',
desc: '',
args: [],
);
}
/// `Logs test`
String get logsTest {
return Intl.message('Logs test', name: 'logsTest', desc: '', args: []);
}
/// `{label} cannot be empty`
String emptyTip(Object label) {
return Intl.message(
'$label cannot be empty',
name: 'emptyTip',
desc: '',
args: [label],
);
}
/// `{label} must be a url`
String urlTip(Object label) {
return Intl.message(
'$label must be a url',
name: 'urlTip',
desc: '',
args: [label],
);
}
/// `{label} must be a number`
String numberTip(Object label) {
return Intl.message(
'$label must be a number',
name: 'numberTip',
desc: '',
args: [label],
);
}
/// `Interval`
String get interval {
return Intl.message('Interval', name: 'interval', desc: '', args: []);
}
/// `Current {label} already exists`
String existsTip(Object label) {
return Intl.message(
'Current $label already exists',
name: 'existsTip',
desc: '',
args: [label],
);
}
/// `Are you sure you want to delete the current {label}?`
String deleteTip(Object label) {
return Intl.message(
'Are you sure you want to delete the current $label?',
name: 'deleteTip',
desc: '',
args: [label],
);
}
/// `Are you sure you want to delete the selected {label}?`
String deleteMultipTip(Object label) {
return Intl.message(
'Are you sure you want to delete the selected $label?',
name: 'deleteMultipTip',
desc: '',
args: [label],
);
}
/// `No {label} at the moment`
String nullTip(Object label) {
return Intl.message(
'No $label at the moment',
name: 'nullTip',
desc: '',
args: [label],
);
}
/// `Script`
String get script {
return Intl.message('Script', name: 'script', desc: '', args: []);
}
/// `Color`
String get color {
return Intl.message('Color', name: 'color', desc: '', args: []);
}
/// `Rename`
String get rename {
return Intl.message('Rename', name: 'rename', desc: '', args: []);
}
/// `Unnamed`
String get unnamed {
return Intl.message('Unnamed', name: 'unnamed', desc: '', args: []);
}
/// `Please enter a script name`
String get pleaseEnterScriptName {
return Intl.message(
'Please enter a script name',
name: 'pleaseEnterScriptName',
desc: '',
args: [],
);
}
/// `Does not take effect in script mode`
String get overrideInvalidTip {
return Intl.message(
'Does not take effect in script mode',
name: 'overrideInvalidTip',
desc: '',
args: [],
);
}
/// `Mixed Port`
String get mixedPort {
return Intl.message('Mixed Port', name: 'mixedPort', desc: '', args: []);
}
/// `Socks Port`
String get socksPort {
return Intl.message('Socks Port', name: 'socksPort', desc: '', args: []);
}
/// `Redir Port`
String get redirPort {
return Intl.message('Redir Port', name: 'redirPort', desc: '', args: []);
}
/// `Tproxy Port`
String get tproxyPort {
return Intl.message('Tproxy Port', name: 'tproxyPort', desc: '', args: []);
}
/// `{label} must be between 1024 and 49151`
String portTip(Object label) {
return Intl.message(
'$label must be between 1024 and 49151',
name: 'portTip',
desc: '',
args: [label],
);
}
/// `Please enter a different port`
String get portConflictTip {
return Intl.message(
'Please enter a different port',
name: 'portConflictTip',
desc: '',
args: [],
);
}
/// `Import`
String get import {
return Intl.message('Import', name: 'import', desc: '', args: []);
}
/// `Import from file`
String get importFile {
return Intl.message(
'Import from file',
name: 'importFile',
desc: '',
args: [],
);
}
/// `Import from URL`
String get importUrl {
return Intl.message(
'Import from URL',
name: 'importUrl',
desc: '',
args: [],
);
}
/// `Auto set system DNS`
String get autoSetSystemDns {
return Intl.message(
'Auto set system DNS',
name: 'autoSetSystemDns',
desc: '',
args: [],
);
}
/// `{label} details`
String details(Object label) {
return Intl.message(
'$label details',
name: 'details',
desc: '',
args: [label],
);
}
/// `Creation time`
String get creationTime {
return Intl.message(
'Creation time',
name: 'creationTime',
desc: '',
args: [],
);
}
/// `Process`
String get process {
return Intl.message('Process', name: 'process', desc: '', args: []);
}
/// `Host`
String get host {
return Intl.message('Host', name: 'host', desc: '', args: []);
}
/// `Destination`
String get destination {
return Intl.message('Destination', name: 'destination', desc: '', args: []);
}
/// `Destination GeoIP`
String get destinationGeoIP {
return Intl.message(
'Destination GeoIP',
name: 'destinationGeoIP',
desc: '',
args: [],
);
}
/// `Destination IPASN`
String get destinationIPASN {
return Intl.message(
'Destination IPASN',
name: 'destinationIPASN',
desc: '',
args: [],
);
}
/// `Special proxy`
String get specialProxy {
return Intl.message(
'Special proxy',
name: 'specialProxy',
desc: '',
args: [],
);
}
/// `special rules`
String get specialRules {
return Intl.message(
'special rules',
name: 'specialRules',
desc: '',
args: [],
);
}
/// `Remote destination`
String get remoteDestination {
return Intl.message(
'Remote destination',
name: 'remoteDestination',
desc: '',
args: [],
);
}
/// `Network type`
String get networkType {
return Intl.message(
'Network type',
name: 'networkType',
desc: '',
args: [],
);
}
/// `Proxy chains`
String get proxyChains {
return Intl.message(
'Proxy chains',
name: 'proxyChains',
desc: '',
args: [],
);
}
/// `Log`
String get log {
return Intl.message('Log', name: 'log', desc: '', args: []);
}
/// `Connection`
String get connection {
return Intl.message('Connection', name: 'connection', desc: '', args: []);
}
/// `Request`
String get request {
return Intl.message('Request', name: 'request', desc: '', args: []);
}
/// `Connected`
String get connected {
return Intl.message('Connected', name: 'connected', desc: '', args: []);
}
/// `Disconnected`
String get disconnected {
return Intl.message(
'Disconnected',
name: 'disconnected',
desc: '',
args: [],
);
}
/// `Connecting...`
String get connecting {
return Intl.message(
'Connecting...',
name: 'connecting',
desc: '',
args: [],
);
}
/// `Are you sure you want to restart the core?`
String get restartCoreTip {
return Intl.message(
'Are you sure you want to restart the core?',
name: 'restartCoreTip',
desc: '',
args: [],
);
}
/// `Are you sure you want to force restart the core?`
String get forceRestartCoreTip {
return Intl.message(
'Are you sure you want to force restart the core?',
name: 'forceRestartCoreTip',
desc: '',
args: [],
);
}
/// `DNS hijacking`
String get dnsHijacking {
return Intl.message(
'DNS hijacking',
name: 'dnsHijacking',
desc: '',
args: [],
);
}
/// `Core status`
String get coreStatus {
return Intl.message('Core status', name: 'coreStatus', desc: '', args: []);
}
/// `Data Collection Notice`
String get dataCollectionTip {
return Intl.message(
'Data Collection Notice',
name: 'dataCollectionTip',
desc: '',
args: [],
);
}
/// `This app uses Firebase Crashlytics to collect crash information to improve app stability.\nThe collected data includes device information and crash details, but does not contain personal sensitive data.\nYou can disable this feature in settings.`
String get dataCollectionContent {
return Intl.message(
'This app uses Firebase Crashlytics to collect crash information to improve app stability.\nThe collected data includes device information and crash details, but does not contain personal sensitive data.\nYou can disable this feature in settings.',
name: 'dataCollectionContent',
desc: '',
args: [],
);
}
/// `Crash Analysis`
String get crashlytics {
return Intl.message(
'Crash Analysis',
name: 'crashlytics',
desc: '',
args: [],
);
}
/// `When enabled, automatically uploads crash logs without sensitive information when the app crashes`
String get crashlyticsTip {
return Intl.message(
'When enabled, automatically uploads crash logs without sensitive information when the app crashes',
name: 'crashlyticsTip',
desc: '',
args: [],
);
}
/// `Append System DNS`
String get appendSystemDns {
return Intl.message(
'Append System DNS',
name: 'appendSystemDns',
desc: '',
args: [],
);
}
/// `Forcefully append system DNS to the configuration`
String get appendSystemDnsTip {
return Intl.message(
'Forcefully append system DNS to the configuration',
name: 'appendSystemDnsTip',
desc: '',
args: [],
);
}
}
class AppLocalizationDelegate extends LocalizationsDelegate<AppLocalizations> {
const AppLocalizationDelegate();
List<Locale> get supportedLocales {
return const <Locale>[
Locale.fromSubtags(languageCode: 'en'),
Locale.fromSubtags(languageCode: 'ja'),
Locale.fromSubtags(languageCode: 'ru'),
Locale.fromSubtags(languageCode: 'zh', countryCode: 'CN'),
];
}
@override
bool isSupported(Locale locale) => _isSupported(locale);
@override
Future<AppLocalizations> load(Locale locale) => AppLocalizations.load(locale);
@override
bool shouldReload(AppLocalizationDelegate old) => false;
bool _isSupported(Locale locale) {
for (var supportedLocale in supportedLocales) {
if (supportedLocale.languageCode == locale.languageCode) {
return true;
}
}
return false;
}
}