diff --git a/assets/translations/fr-FR.json b/assets/translations/fr-FR.json index e69de29b..4a6a9a96 100644 --- a/assets/translations/fr-FR.json +++ b/assets/translations/fr-FR.json @@ -0,0 +1,260 @@ +{ + "general": { + "appTitle": "", + "reset": "", + "toggle": { + "enabled": "", + "disabled": "" + }, + "state": { + "disable": "" + }, + "sort": "", + "sortBy": "", + "addToClipboard": "" + }, + "intro": { + "termsAndPolicyCaution(rich)": "", + "start": "" + }, + "home": { + "pageTitle": "", + "emptyProfilesMsg": "", + "noActiveProfileMsg": "", + "connection": { + "tapToConnect": "", + "connecting": "", + "disconnecting": "", + "connected": "" + }, + "stats": { + "traffic": "", + "trafficTotal": "", + "uplink": "", + "downlink": "" + } + }, + "profile": { + "overviewPageTitle": "", + "detailsPageTitle": "", + "activeProfileNameSemanticLabel": "", + "activeProfileBtnSemanticLabel": "", + "nonActiveProfileBtnSemanticLabel": "", + "subscription": { + "traffic": "", + "updatedTimeAgo": "", + "remainingDuration": "", + "remainingTrafficSemanticLabel": "", + "expired": "", + "noTraffic": "" + }, + "sortBy": { + "lastUpdate": "", + "name": "" + }, + "add": { + "buttonText": "", + "shortBtnTxt": "", + "fromClipboard": "", + "scanQr": "", + "manually": "", + "addingProfileMsg": "", + "failureMsg": "" + }, + "update": { + "buttonTxt": "", + "tooltip": "", + "failureMsg": "", + "successMsg": "" + }, + "edit": { + "buttonTxt": "", + "selectActiveTxt": "" + }, + "delete": { + "buttonTxt": "", + "confirmationMsg": "", + "successMsg": "" + }, + "save": { + "buttonText": "", + "successMsg": "", + "failureMsg": "" + }, + "detailsForm": { + "nameLabel": "", + "nameHint": "", + "urlLabel": "", + "urlHint": "", + "emptyNameMsg": "", + "invalidUrlMsg": "", + "lastUpdate": "", + "updateInterval": "", + "updateIntervalDialogTitle": "" + } + }, + "proxies": { + "pageTitle": "", + "emptyProxiesMsg": "", + "delayTestTooltip": "", + "sortTooltip": "", + "sortOptions": { + "unsorted": "", + "name": "", + "delay": "" + } + }, + "logs": { + "pageTitle": "", + "clearLogsButtonText": "", + "filterHint": "", + "allLevelsFilter": "", + "shareCoreLogs": "", + "shareAppLogs": "" + }, + "settings": { + "pageTitle": "", + "requiresRestartMsg": "", + "general": { + "sectionTitle": "", + "locale": "", + "region": "", + "regionMsg": "", + "regions": { + "ir": "", + "cn": "", + "other": "" + }, + "themeMode": "", + "themeModes": { + "system": "", + "dark": "", + "light": "" + }, + "enableAnalytics": "", + "enableAnalyticsMsg": "", + "trueBlack": "", + "autoStart": "", + "silentStart": "", + "openWorkingDir": "", + "ignoreBatteryOptimizations": "", + "ignoreBatteryOptimizationsMsg": "" + }, + "advanced": { + "sectionTitle": "", + "debugMode": "", + "debugModeMsg": "" + }, + "network": { + "perAppProxyPageTitle": "", + "perAppProxyModes": { + "off": "", + "offMsg": "", + "include": "", + "includeMsg": "", + "exclude": "", + "excludeMsg": "" + }, + "showSystemApps": "", + "hideSystemApps": "", + "clearSelection": "" + }, + "config": { + "section": { + "route": "", + "dns": "", + "inbound": "", + "misc": "" + }, + "pageTitle": "", + "executeConfigAsIs": "", + "executeConfigAsIsMsg": "", + "logLevel": "", + "resolveDestination": "", + "ipv6Mode": "", + "ipv6Modes": { + "disable": "", + "enable": "", + "prefer": "", + "only": "" + }, + "remoteDnsAddress": "", + "remoteDnsDomainStrategy": "", + "directDnsAddress": "", + "directDnsDomainStrategy": "", + "mixedPort": "", + "localDnsPort": "", + "tunImplementation": "", + "mtu": "", + "connectionTestUrl": "", + "urlTestInterval": "", + "enableClashApi": "", + "clashApiPort": "", + "enableTun": "", + "setSystemProxy": "" + } + }, + "about": { + "pageTitle": "", + "version": "", + "sourceCode": "", + "telegramChannel": "", + "checkForUpdate": "", + "privacyPolicy": "", + "termsAndConditions": "" + }, + "appUpdate": { + "notAvailableMsg": "", + "dialogTitle": "", + "updateMsg": "", + "currentVersionLbl": "", + "newVersionLbl": "", + "updateNowBtnTxt": "", + "laterBtnTxt": "", + "ignoreBtnTxt": "" + }, + "tray": { + "dashboard": "", + "quit": "", + "systemProxy": "" + }, + "failure": { + "unexpected": "", + "clash": { + "unexpected": "", + "core": "" + }, + "singbox": { + "unexpected": "", + "serviceNotRunning": "", + "invalidConfigOptions": "", + "invalidConfig": "", + "create": "", + "start": "" + }, + "connectivity": { + "unexpected": "", + "missingVpnPermission": "", + "missingNotificationPermission": "", + "core": "" + }, + "profiles": { + "unexpected": "", + "notFound": "", + "invalidConfig": "", + "invalidUrl": "" + }, + "connection": { + "unexpected": "", + "timeout": "", + "badResponse": "", + "connectionError": "", + "badCertificate": "" + } + }, + "play": { + "title": "", + "short_description": "", + "full_description": "" + } +}