|
1 | 1 | {
|
2 | 2 | "browserAction_title": {
|
3 |
| - "message": "IPFS Kompanien", |
| 3 | + "message": "IPFS Companion", |
4 | 4 | "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)"
|
5 | 5 | },
|
6 | 6 | "panel_headerIpfsNodeIconLabel": {
|
|
24 | 24 | "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)"
|
25 | 25 | },
|
26 | 26 | "panel_statusGatewayAddressTitle": {
|
27 |
| - "message": "Die URL des Gateways, entweder öffentlich oder lokal, die du verwendest, um Inhalte abzurufen (zu ändern in den Einstellungen)", |
| 27 | + "message": "Die URL des Gateways, entweder öffentlich oder lokal, die Du zum Abrufen von Inhalten verwendest (kann in den Einstellungen geändert werden)", |
28 | 28 | "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddressTitle)"
|
29 | 29 | },
|
30 | 30 | "panel_statusApiAddress": {
|
31 | 31 | "message": "API",
|
32 | 32 | "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)"
|
33 | 33 | },
|
34 | 34 | "panel_statusApiAddressTitle": {
|
35 |
| - "message": "Die URL deines lokalen Nodes", |
| 35 | + "message": "Die URL deines lokalen Knotens", |
36 | 36 | "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddressTitle)"
|
37 | 37 | },
|
38 | 38 | "panel_statusGatewayVersion": {
|
|
48 | 48 | "description": "A label in Node status section of Browser Action pop-up (panel_statusSwarmPeers)"
|
49 | 49 | },
|
50 | 50 | "panel_statusSwarmPeersTitle": {
|
51 |
| - "message": "Die Anzahl anderer zur Verbindung bereiter IPFS-Nodes", |
| 51 | + "message": "Die Anzahl anderer IPFS-Knoten, zu denen Du eine Verbindung herstellen kannst", |
52 | 52 | "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)"
|
53 | 53 | },
|
54 | 54 | "panel_quickImport": {
|
|
83 | 83 | "message": "Aktiviere/deaktiviere alle IPFS-Integrationen für $1.",
|
84 | 84 | "description": "A menu item tooltip in Browser Action pop-up (panel_activeTabSiteIntegrationsToggleTooltip)"
|
85 | 85 | },
|
86 |
| - "panel_pinCurrentIpfsAddress": { |
87 |
| - "message": "IPFS-Ressource anpinnen", |
88 |
| - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" |
| 86 | + "panel_importCurrentIpfsAddress": { |
| 87 | + "message": "In Dateien auf meinem Node importieren", |
| 88 | + "description": "A menu item in Browser Action pop-up (panel_importCurrentIpfsAddress)" |
89 | 89 | },
|
90 |
| - "panel_pinCurrentIpfsAddressTooltip": { |
91 |
| - "message": "Pin this page's IPFS resources to your node to have a local copy that's available offline and never thrown away.", |
92 |
| - "description": "A menu item tooltip in Browser Action pop-up (panel_pinCurrentIpfsAddressTooltip)" |
| 90 | + "panel_importCurrentIpfsAddressTooltip": { |
| 91 | + "message": "Import this tab's IPFS resources to your Files to have a persistent local copy that's available offline and never thrown away.", |
| 92 | + "description": "A menu item tooltip in Browser Action pop-up (panel_importCurrentIpfsAddressTooltip)" |
93 | 93 | },
|
94 | 94 | "panelCopy_currentIpnsAddress": {
|
95 | 95 | "message": "IPNS-Pfad kopieren",
|
|
195 | 195 | "message": "Kopiert",
|
196 | 196 | "description": "A title of system notification (notify_copiedTitle)"
|
197 | 197 | },
|
198 |
| - "notify_pinnedIpfsResourceTitle": { |
199 |
| - "message": "IPFS-Ressource angepinnt", |
200 |
| - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" |
201 |
| - }, |
202 |
| - "notify_unpinnedIpfsResourceTitle": { |
203 |
| - "message": "Pin der IPFS-Ressource entfernt", |
204 |
| - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" |
205 |
| - }, |
206 |
| - "notify_pinErrorTitle": { |
207 |
| - "message": "Fehler beim Anpinnen der IPFS-Ressource", |
208 |
| - "description": "A title of system notification (notify_pinErrorTitle)" |
209 |
| - }, |
210 |
| - "notify_unpinErrorTitle": { |
211 |
| - "message": "Fehler beim Entfernen des IPFS-Pins", |
212 |
| - "description": "A title of system notification (notify_unpinErrorTitle)" |
| 198 | + "notify_fileCpImportErrorTitle": { |
| 199 | + "message": "Fehler beim Importieren der IPFS-Ressource", |
| 200 | + "description": "A title of system notification (notify_fileCpImportErrorTitle)" |
213 | 201 | },
|
214 | 202 | "notify_apiOnlineTitle": {
|
215 | 203 | "message": "IPFS-API ist online",
|
|
0 commit comments