|
8 | 8 | "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)"
|
9 | 9 | },
|
10 | 10 | "panel_headerActiveToggleTitle": {
|
11 |
| - "message": "Globaler Schalter: Alle IPFS-Einbindungen aufheben", |
| 11 | + "message": "Toggle all IPFS integrations", |
12 | 12 | "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)"
|
13 | 13 | },
|
14 | 14 | "panel_statusOffline": {
|
|
43 | 43 | "message": "Web-UI öffnen",
|
44 | 44 | "description": "A menu item in Browser Action pop-up (panel_openWebui)"
|
45 | 45 | },
|
| 46 | + "panel_redirectToggle": { |
| 47 | + "message": "Redirect to Gateway", |
| 48 | + "description": "A menu item in Browser Action pop-up (panel_redirectToggle)" |
| 49 | + }, |
| 50 | + "panel_redirectToggleTooltip": { |
| 51 | + "message": "Click to toggle all gateway redirects", |
| 52 | + "description": "A menu item in Browser Action pop-up (panel_redirectToggleTooltip)" |
| 53 | + }, |
| 54 | + "panel_toolsSectionHeader": { |
| 55 | + "message": "Tools", |
| 56 | + "description": "A menu item in Browser Action pop-up (panel_toolsSectionHeader)" |
| 57 | + }, |
46 | 58 | "panel_openPreferences": {
|
47 | 59 | "message": "Einstellungen der Browser-Erweiterung öffnen",
|
48 | 60 | "description": "A menu item in Browser Action pop-up (panel_openPreferences)"
|
49 | 61 | },
|
50 |
| - "panel_switchToCustomGateway": { |
51 |
| - "message": "Zu benutzerdefiniertem Gateway wechseln", |
52 |
| - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" |
| 62 | + "panel_activeTabSectionHeader": { |
| 63 | + "message": "Active Tab", |
| 64 | + "description": "A menu item in Browser Action pop-up (panel_activeTabSiteRedirectEnable)" |
53 | 65 | },
|
54 |
| - "panel_switchToPublicGateway": { |
55 |
| - "message": "Zu öffentlichem Gateway wechseln", |
56 |
| - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" |
| 66 | + "panel_activeTabSiteRedirectToggle": { |
| 67 | + "message": "Redirect on $1", |
| 68 | + "description": "A menu item in Browser Action pop-up (panel_activeTabSiteRedirectToggle)" |
| 69 | + }, |
| 70 | + "panel_activeTabSiteRedirectToggleTooltip": { |
| 71 | + "message": "Click to toggle gateway redirects on $1", |
| 72 | + "description": "A menu item tooltip in Browser Action pop-up (panel_activeTabSiteRedirectToggleTooltip)" |
57 | 73 | },
|
58 | 74 | "panel_pinCurrentIpfsAddress": {
|
59 | 75 | "message": "IPFS-Ressource anpinnen",
|
60 | 76 | "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)"
|
61 | 77 | },
|
62 |
| - "panel_unpinCurrentIpfsAddress": { |
63 |
| - "message": "Pin der IPFS-Ressource entfernen", |
64 |
| - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" |
| 78 | + "panel_pinCurrentIpfsAddressTooltip": { |
| 79 | + "message": "Pinning a CID tells your IPFS node that this data is important and mustn’t be thrown away.", |
| 80 | + "description": "A menu item tooltip in Browser Action pop-up (panel_pinCurrentIpfsAddressTooltip)" |
65 | 81 | },
|
66 | 82 | "panelCopy_currentIpfsAddress": {
|
67 | 83 | "message": "IPFS-Pfad kopieren",
|
|
211 | 227 | "message": "Eingebettet (experimentell): einen JS-IPFS-Node im Browser betreiben (nur für Entwickler; siehe Link unten für weitere Details zu den Limitierungen)",
|
212 | 228 | "description": "An option description on the Preferences screen (option_ipfsNodeType_description)"
|
213 | 229 | },
|
| 230 | + "option_ipfsNodeType_embedded_chromesockets_description": { |
| 231 | + "message": "Embedded with Chrome Sockets (experimental): run js-ipfs node in your browser with access to chrome.sockets APIs (details under the link below)", |
| 232 | + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" |
| 233 | + }, |
214 | 234 | "option_ipfsNodeConfig_title": {
|
215 | 235 | "message": "IPFS-Node-Konfiguration",
|
216 | 236 | "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)"
|
217 | 237 | },
|
218 | 238 | "option_ipfsNodeConfig_description": {
|
219 |
| - "message": "Konfiguration für den eingebetteten IPFS-Node; muss zulässiges JSON sein.", |
| 239 | + "message": "Additional configuration for the embedded IPFS node (arrays will be merged). Must be valid JSON.", |
220 | 240 | "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)"
|
221 | 241 | },
|
222 | 242 | "option_ipfsNodeType_external": {
|
|
227 | 247 | "message": "Eingebettet",
|
228 | 248 | "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)"
|
229 | 249 | },
|
| 250 | + "option_ipfsNodeType_embedded_chromesockets": { |
| 251 | + "message": "Embedded + chrome.sockets", |
| 252 | + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded_chromesockets)" |
| 253 | + }, |
230 | 254 | "option_header_gateways": {
|
231 | 255 | "message": "Gateways",
|
232 | 256 | "description": "A section header on the Preferences screen (option_header_gateways)"
|
|
251 | 275 | "message": "Anfragen zu IPFS-Ressourcen an das benutzerdefinierte Gateway weiterleiten",
|
252 | 276 | "description": "An option description on the Preferences screen (option_useCustomGateway_description)"
|
253 | 277 | },
|
| 278 | + "option_noRedirectHostnames_title": { |
| 279 | + "message": "Redirect Opt-Outs", |
| 280 | + "description": "An option title on the Preferences screen (option_noRedirectHostnames_title)" |
| 281 | + }, |
| 282 | + "option_noRedirectHostnames_description": { |
| 283 | + "message": "List of websites that should not be redirected to the Custom Gateway (includes subresources from other domains). One hostname per line.", |
| 284 | + "description": "An option description on the Preferences screen (option_noRedirectHostnames_description)" |
| 285 | + }, |
254 | 286 | "option_publicGatewayUrl_title": {
|
255 | 287 | "message": "Öffentliches Standard-Gateway",
|
256 | 288 | "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)"
|
|
367 | 399 | "message": "Aktiviert automatisches Vorladen der Upload-Ressourcen über asynchrone HTTP-HEAD-Anfragen an ein öffentliches Gateway",
|
368 | 400 | "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)"
|
369 | 401 | },
|
| 402 | + "option_logNamespaces_title": { |
| 403 | + "message": "Log Namespaces", |
| 404 | + "description": "An option title for tweaking log level (option_logNamespaces_title)" |
| 405 | + }, |
| 406 | + "option_logNamespaces_description": { |
| 407 | + "message": "Customize which namespaces are logged to Browser Console. Changing this value will trigger extension restart.", |
| 408 | + "description": "An option description for the log level (option_logNamespaces_description)" |
| 409 | + }, |
370 | 410 | "option_resetAllOptions_title": {
|
371 | 411 | "message": "Alles zurücksetzen",
|
372 | 412 | "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)"
|
|
0 commit comments