LocalCDN-Firefox-Chrome-Brave/_locales/ja/messages.json

475 lines
21 KiB
JSON
Raw Normal View History

2020-02-27 13:45:29 +01:00
{
2020-06-26 19:47:48 +02:00
"extensionDescription": {
"message": "CDNから配信されるリソースをローカルリソースへリダイレクトし、トラッキングからあなたを守ります。",
2020-11-15 12:48:27 +01:00
"description": "Protects you against tracking through CDNs (Content Delivery Networks) by redirecting to local resources."
2020-06-26 19:47:48 +02:00
},
"amountInjectedDescription": {
"message": "インストールしてからローカルリソースに置き換えられたCDNリソースの合計数です。",
2020-06-26 19:47:48 +02:00
"description": "Amount injected description."
},
"optionsTitle": {
"message": "オプション",
"description": "Options title"
},
"showIconBadgeTitle": {
"message": "差し替え回数をアイコンに表示する",
2020-06-26 19:47:48 +02:00
"description": "Show icon badge title"
},
"showIconBadgeDescription": {
"message": "ローカルリソースに差し替えた回数を拡張機能のアイコンに表示します。",
2020-06-26 19:47:48 +02:00
"description": "Show icon badge description."
},
"blockMissingTitle": {
"message": "不足しているリソースへのリクエストをブロックする",
2020-06-26 19:47:48 +02:00
"description": "Block requests for missing resources title"
},
"blockMissingDescription": {
"message": "要求されたリソースがローカルで利用できない場合、リクエストを取り消します。",
2020-06-26 19:47:48 +02:00
"description": "Block requests for missing resources description."
},
"disablePrefetchTitle": {
"message": "リンクプリフェッチを無効にする",
"description": "Disable prefetch title"
},
"disablePrefetchDescription": {
"message": "許可されていないリクエストがCDNへ流出するのを防ぎます。",
2020-06-26 19:47:48 +02:00
"description": "Disable prefetch description."
},
"stripMetadataTitle": {
"message": "許可されたリクエストからメタデータを取り除く",
"description": "Strip metadata title"
},
"stripMetadataDescription": {
"message": "許可されたCDNリクエストから機密データを取り除き、プライバシーを向上させます。",
2020-06-26 19:47:48 +02:00
"description": "Strip metadata description."
},
2020-10-17 07:05:26 +02:00
"allowlistedDomainsTitle": {
"message": "LocalCDNを無効にするドメイン:",
2020-06-26 19:48:47 +02:00
"description": "Deactivate LocalCDN for these domains:"
2020-06-26 19:47:48 +02:00
},
2020-10-17 07:05:26 +02:00
"allowlistedDomainsDescription": {
"message": "LocalCDNを無効にするドメインを入力してください。1行につき1件入力できます。",
2021-01-18 19:02:28 +01:00
"description": "Enter domains to disable LocalCDN there. One entry per line."
2020-06-26 19:47:48 +02:00
},
"advancedLabel": {
"message": "高度な設定",
2020-06-26 19:47:48 +02:00
"description": "Advanced label"
},
"generateRuleSetTitle": {
"message": "各種広告ブロッカー向けのルールセットを生成する",
2020-09-13 07:40:25 +02:00
"description": "Generate rule sets for your adblocker"
2020-06-26 19:47:48 +02:00
},
"generateRuleSetDescription": {
"message": "広告ブロッカーを使用している場合はここで専用のルールを生成できます。生成されたルールは手動で広告ブロッカーに設定する必要があります。",
2020-09-13 07:40:25 +02:00
"description": "In case you are using an adblocker you can generate the rules here. You have to add these rules manually in your adblocker."
2020-06-26 19:47:48 +02:00
},
"lastUpdate": {
"message": "最終更新日:",
2020-06-26 19:47:48 +02:00
"description": "Last update:"
},
"copyRuleSet": {
"message": "コピー",
2020-06-26 19:47:48 +02:00
"description": "Text of button to copy ruleset"
},
"loggingTitle": {
"message": "ログを有効にする",
2021-02-22 07:35:03 +01:00
"description": "Enable logging"
2020-06-26 19:47:48 +02:00
},
"loggingDescription": {
"message": "ログはメニュー内のアイコンから表示できます。ブラウザを閉じるかログを無効にするとログは削除されます。",
2021-02-21 19:16:50 +01:00
"description": "You can open the log with the icon in the menu. The log will be deleted when you close the browser or disable logging."
2020-06-26 19:47:48 +02:00
},
"featureBreaksWebsitesDescription": {
"message": "この機能はウェブサイトの機能を妨げる場合があります。影響を受けたサイトのドメインをその都度許可リストに追加できない限りは、この機能を有効化したままにしないでください。",
2020-10-17 07:05:26 +02:00
"description": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually add affected domains to the allow list."
2020-06-26 19:47:48 +02:00
},
"featureBreaksWebsitesButton": {
"message": "無効化",
2020-06-26 19:47:48 +02:00
"description": "Disable"
},
"labelManipulateDOM": {
"message": "HTMLソースコードをフィルタリングする",
2020-06-28 18:59:19 +02:00
"description": "Filter HTML source code"
2020-06-26 19:47:48 +02:00
},
"labelDonate": {
"message": "寄付する",
2020-06-26 19:47:48 +02:00
"description": "Donate"
2020-06-26 19:48:47 +02:00
},
"negateHtmlFilterListTitle": {
"message": "HTMLフィルターを反転",
2020-06-28 18:59:19 +02:00
"description": "Invert HTML filter"
2020-06-26 19:48:47 +02:00
},
"negateHtmlFilterListDescription": {
"message": "HTMLフィルターを常時適用させるにはこのオプションを有効にしてください。リスト内のドメインではフィルターが適用されなくなります。このオプションを無効にすると、HTMLフィルターはリスト内のドメインでのみ適用されるようになります。",
2020-06-26 19:48:47 +02:00
"description": "Enable this option to always apply the HTML filter. The domains in the list will be ignored then. If this option is disabled, the HTML filter is only applied to domains in the list."
},
"negateHtmlFilterListWarning": {
"message": "この機能はウェブサイトの機能を妨げる場合があります。詳細はWikiページをご覧ください。",
2020-06-26 19:48:47 +02:00
"description": "This function can break websites. Please note the information on the Wiki page."
},
"htmlFilterDomainsTitleExclude": {
"message": "HTMLフィルターを適用させないドメイン:",
2020-06-28 18:59:19 +02:00
"description": "Do not apply HTML filter to these domains:"
2020-06-26 19:48:47 +02:00
},
"htmlFilterDomainsDescription": {
"message": "HTMLフィルターを有効化もしくは無効化するドメインを入力します。1行につき1件入力できます。",
2021-01-18 19:02:28 +01:00
"description": "Enter the domains to be handled or ignored by the HTML filter. One entry per line."
2020-06-26 19:48:47 +02:00
},
"htmlFilterDomainsTitleInclude": {
"message": "HTMLフィルターを適用させるドメイン",
2020-06-28 18:59:19 +02:00
"description": "Apply HTML filter for these domains:"
},
"blockGoogleFontsTitle": {
"message": "Google Fontsをブロックする",
"description": "Block Google Fonts"
},
"blockGoogleFontsDescription": {
"message": "不足しているリソースへのリクエストが許可されている場合、「fonts.googleapis.com」への接続はブロックされません。このオプションを有効にすると、これらのリクエストをブロックすることができます。",
"description": "If requests for missing resources are allowed, connections to \"fonts.googleapis.com\" are not blocked. Enable this option to block these requests."
2020-07-12 09:58:22 +02:00
},
"chooseIconStyle": {
"message": "拡張機能のアイコンを選択",
2020-07-12 09:58:22 +02:00
"description": "Choose an icon for this extension"
},
"internalStatisticsTitle": {
"message": "内部統計",
"description": "Internal statistics"
},
"internalStatisticsDescription": {
"message": "この機能は現在実験段階です。全ての処理はローカル上で行われ、データが外部に送信されることもありません。",
2021-02-21 19:16:50 +01:00
"description": "No data transmission. Its all local on your device."
2020-08-09 08:09:20 +02:00
},
"headerStatistics": {
"message": "統計",
2020-08-09 08:09:20 +02:00
"description": "Statistics. The header of a statistics page."
},
"labelToday": {
"message": "今日",
2020-08-09 08:09:20 +02:00
"description": "Statistics view for today."
},
"labelPastWeek": {
"message": "先週",
2020-08-09 08:09:20 +02:00
"description": "Statistics view for past week."
},
"labelPastMonth": {
"message": "先月",
2020-08-09 08:09:20 +02:00
"description": "Statistics view for past month."
},
"labelPastYear": {
"message": "昨年",
2020-08-09 08:09:20 +02:00
"description": "Statistics view for past year."
},
"labelDelete": {
"message": "削除",
2020-08-09 08:09:20 +02:00
"description": "Button to delete all statistics data."
},
"labelAvg": {
"message": "平均 (1日あたりの置き換え回数)",
2020-08-09 08:09:20 +02:00
"description": "Followed by a number of average injections per day within a specific period."
},
"labelInjectedFrameworks": {
"message": "差し替えられたフレームワーク",
2020-08-09 08:09:20 +02:00
"description": "Followed by a number of injections within a specific period."
2020-08-09 11:01:33 +02:00
},
"dialogConfirmDeleteStatistics": {
"message": "本当に全ての統計情報を削除してもよろしいですか?",
2020-12-22 07:35:41 +01:00
"description": "Are you sure you want to delete all the statistics?"
2020-08-22 14:25:32 +02:00
},
2020-10-17 07:05:26 +02:00
"labelDomainsAllowlistGoogleFonts": {
"message": "これらのドメインでは、Google Fontsの読み込みを許可しています。1行につき1件入力できます。",
2021-01-18 19:02:28 +01:00
"description": "These domains are allowed to load Google Fonts. One entry per line."
2020-08-30 18:59:00 +02:00
},
"btnGeneral": {
"message": "基本",
2020-08-30 18:59:00 +02:00
"description": "Basic"
},
"btnAdvanced": {
"message": "高度な設定",
2020-08-30 18:59:00 +02:00
"description": "Advanced"
},
"btnOther": {
"message": "その他",
2020-08-30 18:59:00 +02:00
"description": "Other"
},
"btnInfo": {
"message": "情報",
2020-08-30 18:59:00 +02:00
"description": "Info"
},
"headerStorageType": {
"message": "ストレージタイプ",
2020-08-30 18:59:00 +02:00
"description": "Storage type"
},
"labelStorageTypeLocal": {
"message": "ローカル",
2020-08-30 18:59:00 +02:00
"description": "Local"
},
"labelStorageTypeSync": {
"message": "同期",
2020-08-30 18:59:00 +02:00
"description": "Sync"
},
"headerImportExport": {
"message": "インポート/エクスポート",
2020-08-30 18:59:00 +02:00
"description": "Import/Export"
},
"labelExportData": {
"message": "ファイルにバックアップする",
2020-08-30 18:59:00 +02:00
"description": "Back up to file"
},
"labelImportData": {
"message": "ファイルから復元する",
2020-08-30 18:59:00 +02:00
"description": "Restore from file"
},
"dialogImportSuccessful": {
"message": "インポートに成功しました",
2020-08-30 18:59:00 +02:00
"description": "Import successful"
},
"dialogImportFailed": {
"message": "インポートに失敗しました",
2020-08-30 18:59:00 +02:00
"description": "Import failed"
2020-11-14 12:24:36 +01:00
},
"updateNotificationTitle": {
"message": "アップデート後の通知",
2020-11-14 12:24:36 +01:00
"description": "Notification after an update"
},
"updateNotificationNever": {
"message": "しない (サイレント更新)",
2020-11-14 12:24:36 +01:00
"description": "Never (Silent Updates)"
},
"updateNotificationOnlyRules": {
"message": "新しいCDNやルールが追加された場合",
2020-11-14 12:24:36 +01:00
"description": "Only if new CDNs and rules"
},
"updateNotificationAlways": {
"message": "常に",
2020-11-14 12:24:36 +01:00
"description": "Always"
},
"websiteBroken": {
"message": "ウェブサイトが機能していませんか?",
"description": "Website broken?"
2021-02-21 19:16:50 +01:00
},
"hideDonationButton": {
"message": "寄付ボタンを隠す",
2021-02-21 19:16:50 +01:00
"description": "Hide donation button"
2021-03-12 07:22:01 +01:00
},
"betaLabel": {
"message": "ベータ",
2021-03-12 07:22:01 +01:00
"description": "beta"
},
"changeBadgeColorMissingResourcesTitle": {
"message": "リソースの不足をアイコンに表示する",
2021-03-12 07:22:01 +01:00
"description": "Indicate missing resources on the icon"
},
"changeBadgeColorMissingResourcesDescription": {
"message": "不足しているリソースがある場合、バッジの色を変化させます。",
2021-03-12 07:22:01 +01:00
"description": "Change the badge color if resources are missing."
2021-04-11 08:13:48 +02:00
},
"titleHelp": {
"message": "",
"description": "Help"
},
"helpIntroductionTitle": {
"message": "",
"description": "Introduction"
},
"helpHtmlFilterTitle": {
"message": "",
"description": "What is »HTML filter«?"
},
"helpRuleGeneratorTitle": {
"message": "",
"description": "Rule generator"
},
"helpWebsiteIssuesTitle": {
"message": "",
"description": "Some websites look strange or are not easy to use"
},
"helpBlockGoogleFontsTitle": {
"message": "",
"description": "Why is there a »Block Google Fonts« option?"
},
"helpStatisticsTitle": {
"message": "",
"description": "What about the statistics? Is anything transferred to any servers?"
},
"helpWhatWillBeSynchronizedTitle": {
"message": "",
"description": "What will be synchronized when I select »sync« as storage type?"
},
"helpBrowserCompatibilityTitle": {
"message": "",
"description": "Browser compatibility"
},
"helpIntroductionDescription": {
"message": "",
"description": "LocalCDN is a web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported frameworks/libraries locally, and injects them into the website. Feel free to use the following testing utility to find out if you are properly protected. For more information read the tutorial or our Wiki pages."
},
"helpLinkTestUtility": {
"message": "",
"description": "Testing utility"
},
"helpLinkTutorial": {
"message": "",
"description": "Tutorial"
},
"helpLinkWikiPages": {
"message": "",
"description": "Wiki pages"
},
"helpHtmlFilterDescription": {
"message": "",
"description": "In most cases LocalCDN can easily replace embedded frameworks and improves privacy. In some cases the website may try to prevent this by setting certain options in the HTML source code. LocalCDN reads the HTML source code before it is displayed in the browser and removes these part (red)."
},
"helpHtmlFilterBefore": {
"message": "",
"description": "The HTML filter removes the red characters from this example:"
},
"helpHtmlFilterAfter": {
"message": "",
"description": "The result then looks like this:"
},
"helpHtmlFilterWhyTitle": {
"message": "",
"description": "Why is it necessary to remove crossorigin and integrity attributes?"
},
"helpHtmlFilterCrossorigin": {
"message": "",
"description": "The crossorigin attribute prevents the replacement because the destination does not match the requested one."
},
"helpHtmlFilterIntegrity": {
"message": "",
"description": "To save disk space and to deliver more frameworks LocalCDN upgrades a framework. An integrity tag is the hash value of a file. If the check fails, the browser wont include a framework. The integrity check will fail because the hash values for e.g. jQuery 1.10.1 and jQuery 1.12.4 are different."
},
"helpHtmlFilterErrors": {
"message": "",
"description": "Unfortunately, it sometimes happens that special characters are then displayed incorrectly. In this case you can deactivate the setting again, to display the umlauts correctly."
},
"helpRuleGeneratorDescription": {
"message": "",
"description": "If you want to automatically redirect all supported CDN connections to LocalCDN, you can add these rules to your adblocker to allow these redirections. If you do not want to add these rules, you must allow each CDN connection individually for each website."
},
"helpRuleGeneratorUblockTitle": {
"message": "",
"description": "Only uBlock Origin:"
},
"helpRuleGeneratorUblockDescription": {
"message": "",
"description": "These rules are only relevant in »medium« or »hard« mode, because it blocks all 3rd-party resources. They are not necessary in »default«, »easy« or »very-easy« mode. For more information, please visit the uBlock Origin Wiki."
},
"helpRuleGeneratorUblockTableIcon": {
"message": "",
"description": "Icon"
},
"helpRuleGeneratorUblockTableMode": {
"message": "",
"description": "Mode"
},
"helpRuleGeneratorUblockTableUseful": {
"message": "",
"description": "Rules useful"
},
"helpRuleGeneratorUblockTableDefaultEasy": {
"message": "",
"description": "Default/Easy"
},
"helpRuleGeneratorUblockTableMedium": {
"message": "",
"description": "Medium"
},
"helpRuleGeneratorUblockTableHard": {
"message": "",
"description": "Hard"
},
"helpWebsiteIssuesDescription": {
"message": "",
"description": "There are two possible reasons: Either a framework/library is required that LocalCDN doesnt (yet) deliver or an SOP. A SOP (Same origin policy) is a security mechanism that determines what data the browser is allowed to load. It helps to isolate malicious documents and thus reduce possible attack vectors. This policy prevents the browser from loading the external frameworks of LocalCDN. Unfortunately there is no solution for this at the moment."
},
"helpBlockGoogleFontsDescription": {
"message": "",
"description": "LocalCDN can replace »Google Material Icons«. To catch the connection your adblocker (e.g. uBlock Origin, uMatrix or AdGuard) must allow the request. LocalCDN listens on these requests and if the query contains »Google Material Icons«, the resource will be replaced. If you uncheck the »Block requests for missing content« option, non-existent resources will be allowed to pass and »Google Fonts« will be loaded, because »Google Material Icons« and »Google Fonts« use the same domain. If you dont want this, you can block »Google Fonts« on LocalCDN."
},
"helpStatisticsDescription": {
"message": "",
"description": "Dont panic, nothing will be transmitted. It would be against all my principles. The statistics (JSON format) contains the following information: Date, CDN+counter and framework+counter. Thats all. Ive an example here:"
},
"helpStatisticsContent": {
"message": "",
"description": "The statistics contain no information about the browser, operating system, requesting website, IP addresses or any other information. Just date, CDN+counter and framework+counter. It shows you which frameworks are replaced by LocalCDNs how often and which CDNs were requested."
},
"helpStatisticsTruthTitle": {
"message": "",
"description": "How do I know thats true?"
},
"helpStatisticsTruthDescription": {
"message": "",
"description": "The extension storage can be viewed directly with the Firefox browser. Open the URL »about:debugging«, switch to »Storage« and select »Extension Storage«. Under the key »internalStatisticsData« you will find the collected data. Just copy it and put it into a JSON PrettyPrinter to make it more readable. Please note that you have to remove the first and last quotation mark and the key to it. You should be able to see this clearly in this video."
},
"helpSyncTitle": {
"message": "",
"description": "What will be synchronized when I select »sync« as storage type?"
},
"helpSyncDescription": {
"message": "",
"description": "Sync will only work if you are logged in with a Firefox account on the device and have allowed add-ons to sync in the settings. A separate sync server under your control will also work. This will synchronize most of the settings of LocalCDN across all devices."
},
"helpSyncAccount": {
"message": "",
"description": "If you dont have a sync account, nothing will be synchronized. In that case it makes no difference what type of storage you have selected."
},
"helpSyncContentNever": {
"message": "",
"description": "Things that are never synchronized:"
},
"helpNumberOfInjections": {
"message": "",
"description": "Numbers of injections"
},
"helpYes": {
"message": "",
"description": "Yes"
},
"helpNo": {
"message": "",
"description": "No"
},
"helpData": {
"message": "",
"description": "Data"
},
"helpSyncContentEver": {
"message": "",
"description": "Settings that will be synchronized:"
},
"helpIcons": {
"message": "",
"description": "Default, Light, Blue/Grey"
},
"helpSyncContentLinks": {
"message": "",
"description": "More information about Firefox Sync:"
},
"helpBrowserCompatibility": {
"message": "",
"description": "Browser compatibility"
},
"helpReplace": {
"message": "",
"description": "Replace"
},
"helpReplaceOther": {
"message": "",
"description": "Replace other resources"
},
"helpUpgradeAllResources": {
"message": "",
"description": "Upgrade all resources"
},
"helpExplanationChrome": {
"message": "",
"description": "All Chromium based Browser"
},
"helpLimitation": {
"message": "",
"description": "This is not a limitation of LocalCDN, but missing API support of Chromium based browsers."
2020-06-26 19:47:48 +02:00
}
2020-03-04 17:52:49 +01:00
}