mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Re-format non-English locale messages.json files with Prettier
This commit is contained in:
@@ -1,361 +1,359 @@
|
|||||||
{
|
{
|
||||||
"extensionDescription": {
|
"extensionDescription": {
|
||||||
"message": "Aktiviert Chromecast-Support zum Streamen von Web-Apps (wie Netflix oder BBC iPlayer), HTML5-Video und Bildschirm-/Tabfreigaben."
|
"message": "Aktiviert Chromecast-Support zum Streamen von Web-Apps (wie Netflix oder BBC iPlayer), HTML5-Video und Bildschirm-/Tabfreigaben.",
|
||||||
, "description": "Description of the extension shown in the add-ons manager."
|
"description": "Description of the extension shown in the add-ons manager."
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"popupMediaTypeApp": {
|
||||||
|
"message": "Die App dieser Seite",
|
||||||
|
"description": "Receiver selector media type <option> text for current site's sender application."
|
||||||
|
},
|
||||||
|
"popupMediaTypeAppMedia": {
|
||||||
|
"message": "Diese Medien",
|
||||||
|
"description": "Receiver selector media type <option> text for media casting."
|
||||||
|
},
|
||||||
|
"popupMediaTypeTab": {
|
||||||
|
"message": "Diesen Tab",
|
||||||
|
"description": "Receiver selector media type <option> text for current tab."
|
||||||
|
},
|
||||||
|
"popupMediaTypeScreen": {
|
||||||
|
"message": "Bildschirm",
|
||||||
|
"description": "Receiver selector media type <option> text for screen."
|
||||||
|
},
|
||||||
|
"popupMediaTypeFile": {
|
||||||
|
"message": "Durchsuchen...",
|
||||||
|
"description": "Receiver selector media type <option> text for opening a file selector dialog."
|
||||||
|
},
|
||||||
|
|
||||||
, "popupMediaTypeApp": {
|
"popupMediaSelectCastLabel": {
|
||||||
"message": "Die App dieser Seite"
|
"message": "",
|
||||||
, "description": "Receiver selector media type <option> text for current site's sender application."
|
"description": "(Cast) <select> to:"
|
||||||
}
|
},
|
||||||
, "popupMediaTypeAppMedia": {
|
"popupMediaSelectToLabel": {
|
||||||
"message": "Diese Medien"
|
"message": "streamen an:",
|
||||||
, "description": "Receiver selector media type <option> text for media casting."
|
"description": "Cast <select> (to:)"
|
||||||
}
|
},
|
||||||
, "popupMediaTypeTab": {
|
"popupNoReceiversFound": {
|
||||||
"message": "Diesen Tab"
|
"message": "Keine Empfänger gefunden",
|
||||||
, "description": "Receiver selector media type <option> text for current tab."
|
"description": "Message displayed in the receiver selector if there are no available receivers."
|
||||||
}
|
},
|
||||||
, "popupMediaTypeScreen": {
|
"popupCastButtonTitle": {
|
||||||
"message": "Bildschirm"
|
"message": "Streamen",
|
||||||
, "description": "Receiver selector media type <option> text for screen."
|
"description": "Button text for each receiver entry in the receiver selector."
|
||||||
}
|
},
|
||||||
, "popupMediaTypeFile": {
|
"popupCastingButtonTitle": {
|
||||||
"message": "Durchsuchen..."
|
"message": "Streame$ellipsis$",
|
||||||
, "description": "Receiver selector media type <option> text for opening a file selector dialog."
|
"description": "Button text while establishing a session in the receiver selector. Ellipsis cycles (. → .. → ...) as loading indicator.",
|
||||||
}
|
"placeholders": {
|
||||||
|
|
||||||
, "popupMediaSelectCastLabel": {
|
|
||||||
"message": ""
|
|
||||||
, "description": "(Cast) <select> to:"
|
|
||||||
}
|
|
||||||
, "popupMediaSelectToLabel": {
|
|
||||||
"message": "streamen an:"
|
|
||||||
, "description": "Cast <select> (to:)"
|
|
||||||
}
|
|
||||||
, "popupNoReceiversFound": {
|
|
||||||
"message": "Keine Empfänger gefunden"
|
|
||||||
, "description": "Message displayed in the receiver selector if there are no available receivers."
|
|
||||||
}
|
|
||||||
, "popupCastButtonTitle": {
|
|
||||||
"message": "Streamen"
|
|
||||||
, "description": "Button text for each receiver entry in the receiver selector."
|
|
||||||
}
|
|
||||||
, "popupCastingButtonTitle": {
|
|
||||||
"message": "Streame$ellipsis$"
|
|
||||||
, "description": "Button text while establishing a session in the receiver selector. Ellipsis cycles (. → .. → ...) as loading indicator."
|
|
||||||
, "placeholders": {
|
|
||||||
"ellipsis": {
|
"ellipsis": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "..."
|
"example": "..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "popupStopButtonTitle": {
|
"popupStopButtonTitle": {
|
||||||
"message": "Stopp"
|
"message": "Stopp",
|
||||||
, "description": "Alternate action button text displayed instead of popupCastButtonTitle."
|
"description": "Alternate action button text displayed instead of popupCastButtonTitle."
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"contextCast": {
|
||||||
|
"message": "Streamen...",
|
||||||
|
"description": "Main context menu item title. Ellipsis indicates additional information required as it triggers opening of receiver selector."
|
||||||
|
},
|
||||||
|
|
||||||
, "contextCast": {
|
"contextAddToWhitelist": {
|
||||||
"message": "Streamen..."
|
"message": "Zur Whitelist hinzufügen",
|
||||||
, "description": "Main context menu item title. Ellipsis indicates additional information required as it triggers opening of receiver selector."
|
"description": "Top-level whitelist context menu item title."
|
||||||
}
|
},
|
||||||
|
"contextAddToWhitelistRecommended": {
|
||||||
, "contextAddToWhitelist": {
|
"message": "$matchPattern$ hinzufügen (empfohlen)",
|
||||||
"message": "Zur Whitelist hinzufügen"
|
"description": "Context menu item title for recomended match pattern.",
|
||||||
, "description": "Top-level whitelist context menu item title."
|
"placeholders": {
|
||||||
}
|
|
||||||
, "contextAddToWhitelistRecommended": {
|
|
||||||
"message": "$matchPattern$ hinzufügen (empfohlen)"
|
|
||||||
, "description": "Context menu item title for recomended match pattern."
|
|
||||||
, "placeholders": {
|
|
||||||
"matchPattern": {
|
"matchPattern": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "https://example.com/*"
|
"example": "https://example.com/*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "contextAddToWhitelistAdvancedAdd": {
|
"contextAddToWhitelistAdvancedAdd": {
|
||||||
"message": "$matchPattern$ hinzufügen"
|
"message": "$matchPattern$ hinzufügen",
|
||||||
, "description": "Context menu item title for all other match patterns."
|
"description": "Context menu item title for all other match patterns.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"matchPattern": {
|
"matchPattern": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "*://*.example.com/*"
|
"example": "*://*.example.com/*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsBridgeLoading": {
|
"optionsBridgeLoading": {
|
||||||
"message": "Lade Bridge-Informationen..."
|
"message": "Lade Bridge-Informationen...",
|
||||||
, "description": "Loading placeholder text for bridge section on options page."
|
"description": "Loading placeholder text for bridge section on options page."
|
||||||
}
|
},
|
||||||
, "optionsBridgeFoundStatusTitle": {
|
"optionsBridgeFoundStatusTitle": {
|
||||||
"message": "Bridge gefunden"
|
"message": "Bridge gefunden",
|
||||||
, "description": "Bridge OK status title text."
|
"description": "Bridge OK status title text."
|
||||||
}
|
},
|
||||||
, "optionsBridgeIssueStatusTitle": {
|
"optionsBridgeIssueStatusTitle": {
|
||||||
"message": "Bridge-Fehler"
|
"message": "Bridge-Fehler",
|
||||||
, "description": "Bridge error status title text."
|
"description": "Bridge error status title text."
|
||||||
}
|
},
|
||||||
, "optionsBridgeNotFoundStatusTitle": {
|
"optionsBridgeNotFoundStatusTitle": {
|
||||||
"message": "Bridge nicht gefunden"
|
"message": "Bridge nicht gefunden",
|
||||||
, "description": "Bridge missing status title text."
|
"description": "Bridge missing status title text."
|
||||||
}
|
},
|
||||||
, "optionsBridgeNotFoundStatusText": {
|
"optionsBridgeNotFoundStatusText": {
|
||||||
"message": "Versuchen Sie die neuste Version herunterzuladen und zu installieren."
|
"message": "Versuchen Sie die neuste Version herunterzuladen und zu installieren.",
|
||||||
, "description": "Bridge not found additional description text"
|
"description": "Bridge not found additional description text"
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsBridgeStatsName": {
|
"optionsBridgeStatsName": {
|
||||||
"message": "Name:"
|
"message": "Name:",
|
||||||
, "description": "Bridge stats name row title."
|
"description": "Bridge stats name row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeStatsVersion": {
|
"optionsBridgeStatsVersion": {
|
||||||
"message": "Version:"
|
"message": "Version:",
|
||||||
, "description": "Bridge stats version row title."
|
"description": "Bridge stats version row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeStatsExpectedVersion": {
|
"optionsBridgeStatsExpectedVersion": {
|
||||||
"message": "Erwartete Version:"
|
"message": "Erwartete Version:",
|
||||||
, "description": "Bridge stats expected version row title."
|
"description": "Bridge stats expected version row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeStatsCompatibility": {
|
"optionsBridgeStatsCompatibility": {
|
||||||
"message": "Kompatibilität:"
|
"message": "Kompatibilität:",
|
||||||
, "description": "Bridge stats compatibility row title."
|
"description": "Bridge stats compatibility row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeStatsRecommendedAction": {
|
"optionsBridgeStatsRecommendedAction": {
|
||||||
"message": "Handlungsempfehlung:"
|
"message": "Handlungsempfehlung:",
|
||||||
, "description": "Bridge stats recommended action row title."
|
"description": "Bridge stats recommended action row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeCompatible": {
|
"optionsBridgeCompatible": {
|
||||||
"message": "KOMPATIBEL"
|
"message": "KOMPATIBEL",
|
||||||
, "description": "Compatibility status is definitely compatible."
|
"description": "Compatibility status is definitely compatible."
|
||||||
}
|
},
|
||||||
, "optionsBridgeLikelyCompatible": {
|
"optionsBridgeLikelyCompatible": {
|
||||||
"message": "WAHRSCHEINLICH KOMPATIBEL"
|
"message": "WAHRSCHEINLICH KOMPATIBEL",
|
||||||
, "description": "Compatibility status is probably compatible."
|
"description": "Compatibility status is probably compatible."
|
||||||
}
|
},
|
||||||
, "optionsBridgeIncompatible": {
|
"optionsBridgeIncompatible": {
|
||||||
"message": "NICHT KOMPATIBEL"
|
"message": "NICHT KOMPATIBEL",
|
||||||
, "description": "Compatibility status is definitely incompatible."
|
"description": "Compatibility status is definitely incompatible."
|
||||||
}
|
},
|
||||||
, "optionsBridgeOlderAction": {
|
"optionsBridgeOlderAction": {
|
||||||
"message": "Bridge-Version älter als erwartet, versuchen Sie auf die neuste Version zu aktualisieren."
|
"message": "Bridge-Version älter als erwartet, versuchen Sie auf die neuste Version zu aktualisieren.",
|
||||||
, "description": "Recommended action for when the installed bridge version is older than the installed extension version."
|
"description": "Recommended action for when the installed bridge version is older than the installed extension version."
|
||||||
}
|
},
|
||||||
, "optionsBridgeNewerAction": {
|
"optionsBridgeNewerAction": {
|
||||||
"message": "Bridge-Version neuer als erwartet, versuchen Sie die Erweiterung auf die neuste Version zu aktualisieren."
|
"message": "Bridge-Version neuer als erwartet, versuchen Sie die Erweiterung auf die neuste Version zu aktualisieren.",
|
||||||
, "description": "Recommended action for when the installed bridge version is newer than the installed extension version."
|
"description": "Recommended action for when the installed bridge version is newer than the installed extension version."
|
||||||
}
|
},
|
||||||
, "optionsBridgeNoAction": {
|
"optionsBridgeNoAction": {
|
||||||
"message": "Kein Handlungsbedarf."
|
"message": "Kein Handlungsbedarf.",
|
||||||
, "description": "Recommended action for when both bridge and extension versions are compatible or likely compatible."
|
"description": "Recommended action for when both bridge and extension versions are compatible or likely compatible."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateCheck": {
|
"optionsBridgeUpdateCheck": {
|
||||||
"message": "Nach Aktualisierungen suchen"
|
"message": "Nach Aktualisierungen suchen",
|
||||||
, "description": "Update check button title."
|
"description": "Update check button title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateChecking": {
|
"optionsBridgeUpdateChecking": {
|
||||||
"message": "Suche nach Aktualisierungen$ellipsis$"
|
"message": "Suche nach Aktualisierungen$ellipsis$",
|
||||||
, "description": "Update check button title while in progress. Ellipsis cycles (. → .. → ...) as loading indicator."
|
"description": "Update check button title while in progress. Ellipsis cycles (. → .. → ...) as loading indicator.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"ellipsis": {
|
"ellipsis": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": ".."
|
"example": ".."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateStatusNoUpdates": {
|
"optionsBridgeUpdateStatusNoUpdates": {
|
||||||
"message": "Keine Aktualisierungen verfügbar"
|
"message": "Keine Aktualisierungen verfügbar",
|
||||||
, "description": "Update status if no updates are found."
|
"description": "Update status if no updates are found."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateStatusError": {
|
"optionsBridgeUpdateStatusError": {
|
||||||
"message": "Fehler beim Suchen nach Aktualisierungen"
|
"message": "Fehler beim Suchen nach Aktualisierungen",
|
||||||
, "description": "Update status if an error was encountered checking for updates."
|
"description": "Update status if an error was encountered checking for updates."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateAvailable": {
|
"optionsBridgeUpdateAvailable": {
|
||||||
"message": "Eine Aktualisierung ist verfügbar:"
|
"message": "Eine Aktualisierung ist verfügbar:",
|
||||||
, "description": "Update status if an update was found."
|
"description": "Update status if an update was found."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdate": {
|
"optionsBridgeUpdate": {
|
||||||
"message": "Jetzt aktualisieren..."
|
"message": "Jetzt aktualisieren...",
|
||||||
, "description": "Update now button title. Ellipsis indicates additional information as it triggers an update window popup."
|
"description": "Update now button title. Ellipsis indicates additional information as it triggers an update window popup."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsBridgeBackupEnabled": {
|
"optionsBridgeBackupEnabled": {
|
||||||
"message": "Aktiviere Ausweich-Daemon-Verbindung auf $hostPort$"
|
"message": "Aktiviere Ausweich-Daemon-Verbindung auf $hostPort$",
|
||||||
, "description": "Backup daemon checkbox label. Host/port inputs are inserted inline at the hostPort substitution."
|
"description": "Backup daemon checkbox label. Host/port inputs are inserted inline at the hostPort substitution.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"hostPort": {
|
"hostPort": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "optionsBridgeBackupEnabledDescription": {
|
"optionsBridgeBackupEnabledDescription": {
|
||||||
"message": "Versuchen zur Bridge im Daemon-Modus zu verbinden, wenn die reguläre Bridge-Verbindung fehlschlägt."
|
"message": "Versuchen zur Bridge im Daemon-Modus zu verbinden, wenn die reguläre Bridge-Verbindung fehlschlägt.",
|
||||||
, "description": "Backup daemon checkbox description."
|
"description": "Backup daemon checkbox description."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsMediaCategoryName": {
|
"optionsMediaCategoryName": {
|
||||||
"message": "Medien streamen"
|
"message": "Medien streamen",
|
||||||
, "description": "Options page media casting category title."
|
"description": "Options page media casting category title."
|
||||||
}
|
},
|
||||||
, "optionsMediaCategoryDescription": {
|
"optionsMediaCategoryDescription": {
|
||||||
"message": "HTML5-Video/-Audio Medien streamen."
|
"message": "HTML5-Video/-Audio Medien streamen.",
|
||||||
, "description": "Options page media casting category description."
|
"description": "Options page media casting category description."
|
||||||
}
|
},
|
||||||
, "optionsMediaEnabled": {
|
"optionsMediaEnabled": {
|
||||||
"message": "Streamen von Medien aktivieren"
|
"message": "Streamen von Medien aktivieren",
|
||||||
, "description": "Media casting enabled checkbox label."
|
"description": "Media casting enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsMediaSyncElement": {
|
"optionsMediaSyncElement": {
|
||||||
"message": "Empfängerstatus mit Media-Element synchronisieren"
|
"message": "Empfängerstatus mit Media-Element synchronisieren",
|
||||||
, "description": "Media casting sync checkbox label."
|
"description": "Media casting sync checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsMediaSyncElementDescription": {
|
"optionsMediaSyncElementDescription": {
|
||||||
"message": "Status (Wiedergabe, Lautstärke, Untertitel, etc...) zwischen dem Media-Element und dem Empfängergerät synchronisieren."
|
"message": "Status (Wiedergabe, Lautstärke, Untertitel, etc...) zwischen dem Media-Element und dem Empfängergerät synchronisieren.",
|
||||||
, "description": "Media casting sync option description."
|
"description": "Media casting sync option description."
|
||||||
}
|
},
|
||||||
, "optionsMediaStopOnUnload": {
|
"optionsMediaStopOnUnload": {
|
||||||
"message": "Wiedergabe auf dem Empfänger beim verlassen der Seite beenden"
|
"message": "Wiedergabe auf dem Empfänger beim verlassen der Seite beenden",
|
||||||
, "description": "Media stop on unload checkbox label."
|
"description": "Media stop on unload checkbox label."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsLocalMediaCategoryName": {
|
"optionsLocalMediaCategoryName": {
|
||||||
"message": "Streamen lokaler Medien"
|
"message": "Streamen lokaler Medien",
|
||||||
, "description": "Options page local media category title."
|
"description": "Options page local media category title."
|
||||||
}
|
},
|
||||||
, "optionsLocalMediaCategoryDescription": {
|
"optionsLocalMediaCategoryDescription": {
|
||||||
"message": "HTTP-Server, der von der Bridge zum Streamen lokaler Mediendateien an den Empfänger gestartet wird."
|
"message": "HTTP-Server, der von der Bridge zum Streamen lokaler Mediendateien an den Empfänger gestartet wird.",
|
||||||
, "description": "Options page local media category description."
|
"description": "Options page local media category description."
|
||||||
}
|
},
|
||||||
, "optionsLocalMediaEnabled": {
|
"optionsLocalMediaEnabled": {
|
||||||
"message": "Streamen lokaler Medien aktivieren"
|
"message": "Streamen lokaler Medien aktivieren",
|
||||||
, "description": "Local media enabled checkbox label."
|
"description": "Local media enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsLocalMediaServerPort": {
|
"optionsLocalMediaServerPort": {
|
||||||
"message": "HTTP-Serverport:"
|
"message": "HTTP-Serverport:",
|
||||||
, "description": "HTTP server port input label."
|
"description": "HTTP server port input label."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsReceiverSelectorCategoryName": {
|
"optionsReceiverSelectorCategoryName": {
|
||||||
"message": "Empfängerauswahl"
|
"message": "Empfängerauswahl",
|
||||||
, "description": "Options page receiver selector category title."
|
"description": "Options page receiver selector category title."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorCategoryDescription": {
|
"optionsReceiverSelectorCategoryDescription": {
|
||||||
"message": "Auswahloberfläche für Empfängergeräte."
|
"message": "Auswahloberfläche für Empfängergeräte.",
|
||||||
, "description": "Options page receiver selector category description."
|
"description": "Options page receiver selector category description."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorWaitForConnection": {
|
"optionsReceiverSelectorWaitForConnection": {
|
||||||
"message": "Auf Verbindung warten"
|
"message": "Auf Verbindung warten",
|
||||||
, "description": "Receiver selector wait for connection option checkbox label."
|
"description": "Receiver selector wait for connection option checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorWaitForConnectionDescription": {
|
"optionsReceiverSelectorWaitForConnectionDescription": {
|
||||||
"message": "Empfängerauswahl bleibt geöffnet bis die Verbindung aufgebaut ist oder die Verbindung fehlschlägt."
|
"message": "Empfängerauswahl bleibt geöffnet bis die Verbindung aufgebaut ist oder die Verbindung fehlschlägt.",
|
||||||
, "description": "Receiver selector wait for connection option description."
|
"description": "Receiver selector wait for connection option description."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorCloseIfFocusLost": {
|
"optionsReceiverSelectorCloseIfFocusLost": {
|
||||||
"message": "Nach Fokusverlust schließen"
|
"message": "Nach Fokusverlust schließen",
|
||||||
, "description": "Receiver selector close if focus lost option checkbox label."
|
"description": "Receiver selector close if focus lost option checkbox label."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsUserAgentWhitelistCategoryName": {
|
"optionsUserAgentWhitelistCategoryName": {
|
||||||
"message": "Useragent-Whitelist"
|
"message": "Useragent-Whitelist",
|
||||||
, "description": "Options page whitelist category title."
|
"description": "Options page whitelist category title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistCategoryDescription": {
|
"optionsUserAgentWhitelistCategoryDescription": {
|
||||||
"message": "Seiten auf denen der Useragent aus Kompatibilitätsgründen mit einer Chrome-Version ersetzt wird. Suchmuster müssen gültig sein."
|
"message": "Seiten auf denen der Useragent aus Kompatibilitätsgründen mit einer Chrome-Version ersetzt wird. Suchmuster müssen gültig sein.",
|
||||||
, "description": "Options page whitelist category description."
|
"description": "Options page whitelist category description."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistEnabled": {
|
"optionsUserAgentWhitelistEnabled": {
|
||||||
"message": "Webseiten-Whitelist aktivieren"
|
"message": "Webseiten-Whitelist aktivieren",
|
||||||
, "description": "Whitelist enabled checkbox label."
|
"description": "Whitelist enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRestrictedEnabled": {
|
"optionsUserAgentWhitelistRestrictedEnabled": {
|
||||||
"message": "Eingeschränkten Modus aktivieren"
|
"message": "Eingeschränkten Modus aktivieren",
|
||||||
, "description": "Whitelist restricted mode enabled checkbox label."
|
"description": "Whitelist restricted mode enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRestrictedEnabledDescription": {
|
"optionsUserAgentWhitelistRestrictedEnabledDescription": {
|
||||||
"message": "Whitelist-Einschränkungen auch auf Seiten anwenden, die unabhängig vom aktuellen Useragent versuchen Stream-Funktionen zu laden."
|
"message": "Whitelist-Einschränkungen auch auf Seiten anwenden, die unabhängig vom aktuellen Useragent versuchen Stream-Funktionen zu laden.",
|
||||||
, "description": "Whitelist restricted mode enabled description."
|
"description": "Whitelist restricted mode enabled description."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistContent": {
|
"optionsUserAgentWhitelistContent": {
|
||||||
"message": "Suchmuster:"
|
"message": "Suchmuster:",
|
||||||
, "description": "Match patterns editor widget label."
|
"description": "Match patterns editor widget label."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistBasicView": {
|
"optionsUserAgentWhitelistBasicView": {
|
||||||
"message": "Einfache Ansicht"
|
"message": "Einfache Ansicht",
|
||||||
, "description": "Switch to basic view button title."
|
"description": "Switch to basic view button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRawView": {
|
"optionsUserAgentWhitelistRawView": {
|
||||||
"message": "Rohdatenansicht"
|
"message": "Rohdatenansicht",
|
||||||
, "description": "Switch to raw view button title."
|
"description": "Switch to raw view button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistSaveRaw": {
|
"optionsUserAgentWhitelistSaveRaw": {
|
||||||
"message": "Rohdaten speichern"
|
"message": "Rohdaten speichern",
|
||||||
, "description": "Save raw view edits button title."
|
"description": "Save raw view edits button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistAddItem": {
|
"optionsUserAgentWhitelistAddItem": {
|
||||||
"message": "Eintrag hinzufügen"
|
"message": "Eintrag hinzufügen",
|
||||||
, "description": "Add new whitelist item button title."
|
"description": "Add new whitelist item button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistEditItem": {
|
"optionsUserAgentWhitelistEditItem": {
|
||||||
"message": "Bearbeiten"
|
"message": "Bearbeiten",
|
||||||
, "description": "Edit whitelist item button title. Displayed on each item."
|
"description": "Edit whitelist item button title. Displayed on each item."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRemoveItem": {
|
"optionsUserAgentWhitelistRemoveItem": {
|
||||||
"message": "Entfernen"
|
"message": "Entfernen",
|
||||||
, "description": "Remove whitelist item button title. Displayed on each item."
|
"description": "Remove whitelist item button title. Displayed on each item."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistInvalidMatchPattern": {
|
"optionsUserAgentWhitelistInvalidMatchPattern": {
|
||||||
"message": "Ungültiges Suchmuster $matchPattern$"
|
"message": "Ungültiges Suchmuster $matchPattern$",
|
||||||
, "description": "Error displayed by input indicating an invalid match pattern."
|
"description": "Error displayed by input indicating an invalid match pattern.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"matchPattern": {
|
"matchPattern": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "http://example"
|
"example": "http://example"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsMirroringCategoryName": {
|
"optionsMirroringCategoryName": {
|
||||||
"message": "Bildschirm duplizieren"
|
"message": "Bildschirm duplizieren",
|
||||||
, "description": "Options page mirroring category name."
|
"description": "Options page mirroring category name."
|
||||||
}
|
},
|
||||||
, "optionsMirroringCategoryDescription": {
|
"optionsMirroringCategoryDescription": {
|
||||||
"message": "Bildschirm/Tab an eine Chromecast-Empfänger-App duplizieren."
|
"message": "Bildschirm/Tab an eine Chromecast-Empfänger-App duplizieren.",
|
||||||
, "description": "Options page mirroring category description."
|
"description": "Options page mirroring category description."
|
||||||
}
|
},
|
||||||
, "optionsMirroringEnabled": {
|
"optionsMirroringEnabled": {
|
||||||
"message": "Bildschirm duplizieren aktivieren"
|
"message": "Bildschirm duplizieren aktivieren",
|
||||||
, "description": "Mirroring enabled checkbox label."
|
"description": "Mirroring enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsMirroringAppId": {
|
"optionsMirroringAppId": {
|
||||||
"message": "Empfänger-App-ID:"
|
"message": "Empfänger-App-ID:",
|
||||||
, "description": "Mirroring app ID input label."
|
"description": "Mirroring app ID input label."
|
||||||
}
|
},
|
||||||
, "optionsMirroringAppIdDescription": {
|
"optionsMirroringAppIdDescription": {
|
||||||
"message": "App-ID einer registrierten Chromecast-Empfängeranwendung. Nur für fortgeschrittene Anwender. Muss mit der Standard-App kompatibel sein (siehe GitHub-Repository)."
|
"message": "App-ID einer registrierten Chromecast-Empfängeranwendung. Nur für fortgeschrittene Anwender. Muss mit der Standard-App kompatibel sein (siehe GitHub-Repository).",
|
||||||
, "description": "Mirroring app ID option description."
|
"description": "Mirroring app ID option description."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsOptionRecommended": {
|
"optionsOptionRecommended": {
|
||||||
"message": "Empfohlen"
|
"message": "Empfohlen",
|
||||||
, "description": "Badge next to option label indicating boolean option is recommended enabled."
|
"description": "Badge next to option label indicating boolean option is recommended enabled."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsReset": {
|
"optionsReset": {
|
||||||
"message": "Standardwerte wiederherstellen"
|
"message": "Standardwerte wiederherstellen",
|
||||||
, "description": "Restore default options button label."
|
"description": "Restore default options button label."
|
||||||
}
|
},
|
||||||
, "optionsSave": {
|
"optionsSave": {
|
||||||
"message": "Speichern"
|
"message": "Speichern",
|
||||||
, "description": "Save options button label."
|
"description": "Save options button label."
|
||||||
}
|
},
|
||||||
, "optionsSaved": {
|
"optionsSaved": {
|
||||||
"message": "Gespeichert!"
|
"message": "Gespeichert!",
|
||||||
, "description": "Status text displayed by save button once options have been successfully saved."
|
"description": "Status text displayed by save button once options have been successfully saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"extensionDescription": {
|
"extensionDescription": {
|
||||||
"message": "Habilita el soporte de Chromecast para transmitir aplicaciones web (como Netflix y BBC iPlayer), video HTML5 y enviar pantalla/pestañas."
|
"message": "Habilita el soporte de Chromecast para transmitir aplicaciones web (como Netflix y BBC iPlayer), video HTML5 y enviar pantalla/pestañas.",
|
||||||
, "description": "Description of the extension shown in the add-ons manager."
|
"description": "Description of the extension shown in the add-ons manager."
|
||||||
}
|
},
|
||||||
,
|
|
||||||
|
|
||||||
"popupWhitelistNotWhitelisted": {
|
"popupWhitelistNotWhitelisted": {
|
||||||
"message": "$appName$ no está en la lista blanca",
|
"message": "$appName$ no está en la lista blanca",
|
||||||
"description": "Receiver selector whitelist suggestion banner label.",
|
"description": "Receiver selector whitelist suggestion banner label.",
|
||||||
@@ -14,366 +12,363 @@
|
|||||||
"example": "Netflix"
|
"example": "Netflix"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
,
|
|
||||||
"popupWhitelistAddToWhitelist": {
|
"popupWhitelistAddToWhitelist": {
|
||||||
"message": "Añadir a la lista blanca",
|
"message": "Añadir a la lista blanca",
|
||||||
"description": "Receiver selector whitelist suggestion banner button label."
|
"description": "Receiver selector whitelist suggestion banner button label."
|
||||||
}
|
},
|
||||||
, "popupMediaTypeApp": {
|
"popupMediaTypeApp": {
|
||||||
"message": "la aplicación de este sitio"
|
"message": "la aplicación de este sitio",
|
||||||
, "description": "Receiver selector media type <option> text for current site's sender application."
|
"description": "Receiver selector media type <option> text for current site's sender application."
|
||||||
}
|
},
|
||||||
, "popupMediaTypeAppNotFound": {
|
"popupMediaTypeAppNotFound": {
|
||||||
"description": "Receiver selector media type <option> text for current site's sender application if none found."
|
"description": "Receiver selector media type <option> text for current site's sender application if none found.",
|
||||||
, "message": "la aplicación de este sitio (no encontrada)"
|
"message": "la aplicación de este sitio (no encontrada)"
|
||||||
}
|
},
|
||||||
, "popupMediaTypeAppMedia": {
|
"popupMediaTypeAppMedia": {
|
||||||
"message": "este medio"
|
"message": "este medio",
|
||||||
, "description": "Receiver selector media type <option> text for media casting."
|
"description": "Receiver selector media type <option> text for media casting."
|
||||||
}
|
},
|
||||||
, "popupMediaTypeTab": {
|
"popupMediaTypeTab": {
|
||||||
"message": "Pestaña"
|
"message": "Pestaña",
|
||||||
, "description": "Receiver selector media type <option> text for current tab."
|
"description": "Receiver selector media type <option> text for current tab."
|
||||||
}
|
},
|
||||||
, "popupMediaTypeScreen": {
|
"popupMediaTypeScreen": {
|
||||||
"message": "Pantalla"
|
"message": "Pantalla",
|
||||||
, "description": "Receiver selector media type <option> text for screen."
|
"description": "Receiver selector media type <option> text for screen."
|
||||||
}
|
},
|
||||||
, "popupMediaTypeFile": {
|
"popupMediaTypeFile": {
|
||||||
"message": "Examinar..."
|
"message": "Examinar...",
|
||||||
, "description": "Receiver selector media type <option> text for opening a file selector dialog."
|
"description": "Receiver selector media type <option> text for opening a file selector dialog."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "popupMediaSelectCastLabel": {
|
"popupMediaSelectCastLabel": {
|
||||||
"message": "Transmitir"
|
"message": "Transmitir",
|
||||||
, "description": "(Cast) <select> to:"
|
"description": "(Cast) <select> to:"
|
||||||
}
|
},
|
||||||
, "popupMediaSelectToLabel": {
|
"popupMediaSelectToLabel": {
|
||||||
"message": "a:"
|
"message": "a:",
|
||||||
, "description": "Cast <select> (to:)"
|
"description": "Cast <select> (to:)"
|
||||||
}
|
},
|
||||||
, "popupNoReceiversFound": {
|
"popupNoReceiversFound": {
|
||||||
"message": "No se encontraron dispositivos receptores"
|
"message": "No se encontraron dispositivos receptores",
|
||||||
, "description": "Message displayed in the receiver selector if there are no available receivers."
|
"description": "Message displayed in the receiver selector if there are no available receivers."
|
||||||
}
|
},
|
||||||
, "popupCastButtonTitle": {
|
"popupCastButtonTitle": {
|
||||||
"message": "Transmitir"
|
"message": "Transmitir",
|
||||||
, "description": "Button text for each receiver entry in the receiver selector."
|
"description": "Button text for each receiver entry in the receiver selector."
|
||||||
}
|
},
|
||||||
, "popupCastingButtonTitle": {
|
"popupCastingButtonTitle": {
|
||||||
"message": "Transmitiendo$ellipsis$"
|
"message": "Transmitiendo$ellipsis$",
|
||||||
, "description": "Button text while establishing a session in the receiver selector. Ellipsis cycles (. → .. → ...) as loading indicator."
|
"description": "Button text while establishing a session in the receiver selector. Ellipsis cycles (. → .. → ...) as loading indicator.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"ellipsis": {
|
"ellipsis": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "..."
|
"example": "..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "popupStopButtonTitle": {
|
"popupStopButtonTitle": {
|
||||||
"message": "Detener"
|
"message": "Detener",
|
||||||
, "description": "Alternate action button text displayed instead of popupCastButtonTitle."
|
"description": "Alternate action button text displayed instead of popupCastButtonTitle."
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"contextCast": {
|
||||||
|
"message": "Transmitir a...",
|
||||||
|
"description": "Main context menu item title. Ellipsis indicates additional information required as it triggers opening of receiver selector."
|
||||||
|
},
|
||||||
|
|
||||||
, "contextCast": {
|
"contextAddToWhitelist": {
|
||||||
"message": "Transmitir a..."
|
"message": "Añadir a la lista blanca",
|
||||||
, "description": "Main context menu item title. Ellipsis indicates additional information required as it triggers opening of receiver selector."
|
"description": "Top-level whitelist context menu item title."
|
||||||
}
|
},
|
||||||
|
"contextAddToWhitelistRecommended": {
|
||||||
, "contextAddToWhitelist": {
|
"message": "Añadir $matchPattern$ (Recomendado)",
|
||||||
"message": "Añadir a la lista blanca"
|
"description": "Context menu item title for recomended match pattern.",
|
||||||
, "description": "Top-level whitelist context menu item title."
|
"placeholders": {
|
||||||
}
|
|
||||||
, "contextAddToWhitelistRecommended": {
|
|
||||||
"message": "Añadir $matchPattern$ (Recomendado)"
|
|
||||||
, "description": "Context menu item title for recomended match pattern."
|
|
||||||
, "placeholders": {
|
|
||||||
"matchPattern": {
|
"matchPattern": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "https://example.com/*"
|
"example": "https://example.com/*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "contextAddToWhitelistAdvancedAdd": {
|
"contextAddToWhitelistAdvancedAdd": {
|
||||||
"message": "Añadir $matchPattern$"
|
"message": "Añadir $matchPattern$",
|
||||||
, "description": "Context menu item title for all other match patterns."
|
"description": "Context menu item title for all other match patterns.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"matchPattern": {
|
"matchPattern": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "*://*.example.com/*"
|
"example": "*://*.example.com/*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"optionsBridgeLoading": {
|
||||||
|
"message": "Cargando información de la aplicación puente...",
|
||||||
|
"description": "Loading placeholder text for bridge section on options page."
|
||||||
|
},
|
||||||
|
"optionsBridgeFoundStatusTitle": {
|
||||||
|
"message": "Aplicación puente encontrada",
|
||||||
|
"description": "Bridge OK status title text."
|
||||||
|
},
|
||||||
|
"optionsBridgeIssueStatusTitle": {
|
||||||
|
"message": "Problema con aplicación puente",
|
||||||
|
"description": "Bridge error status title text."
|
||||||
|
},
|
||||||
|
"optionsBridgeNotFoundStatusTitle": {
|
||||||
|
"message": "Aplicación puente no encontrada",
|
||||||
|
"description": "Bridge missing status title text."
|
||||||
|
},
|
||||||
|
"optionsBridgeNotFoundStatusText": {
|
||||||
|
"message": "Intente descargar e instalar la última versión.",
|
||||||
|
"description": "Bridge not found additional description text"
|
||||||
|
},
|
||||||
|
|
||||||
, "optionsBridgeLoading": {
|
"optionsBridgeStatsName": {
|
||||||
"message": "Cargando información de la aplicación puente..."
|
"message": "Nombre:",
|
||||||
, "description": "Loading placeholder text for bridge section on options page."
|
"description": "Bridge stats name row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeFoundStatusTitle": {
|
"optionsBridgeStatsVersion": {
|
||||||
"message": "Aplicación puente encontrada"
|
"message": "Versión:",
|
||||||
, "description": "Bridge OK status title text."
|
"description": "Bridge stats version row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeIssueStatusTitle": {
|
"optionsBridgeStatsExpectedVersion": {
|
||||||
"message": "Problema con aplicación puente"
|
"message": "Versión esperada:",
|
||||||
, "description": "Bridge error status title text."
|
"description": "Bridge stats expected version row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeNotFoundStatusTitle": {
|
"optionsBridgeStatsCompatibility": {
|
||||||
"message": "Aplicación puente no encontrada"
|
"message": "Compatibilidad:",
|
||||||
, "description": "Bridge missing status title text."
|
"description": "Bridge stats compatibility row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeNotFoundStatusText": {
|
"optionsBridgeStatsRecommendedAction": {
|
||||||
"message": "Intente descargar e instalar la última versión."
|
"message": "Acción recomendada:",
|
||||||
, "description": "Bridge not found additional description text"
|
"description": "Bridge stats recommended action row title."
|
||||||
}
|
},
|
||||||
|
"optionsBridgeCompatible": {
|
||||||
, "optionsBridgeStatsName": {
|
"message": "Compatible",
|
||||||
"message": "Nombre:"
|
"description": "Compatibility status is definitely compatible."
|
||||||
, "description": "Bridge stats name row title."
|
},
|
||||||
}
|
"optionsBridgeLikelyCompatible": {
|
||||||
, "optionsBridgeStatsVersion": {
|
"message": "Probablemente compatible",
|
||||||
"message": "Versión:"
|
"description": "Compatibility status is probably compatible."
|
||||||
, "description": "Bridge stats version row title."
|
},
|
||||||
}
|
"optionsBridgeIncompatible": {
|
||||||
, "optionsBridgeStatsExpectedVersion": {
|
"message": "Incompatible",
|
||||||
"message": "Versión esperada:"
|
"description": "Compatibility status is definitely incompatible."
|
||||||
, "description": "Bridge stats expected version row title."
|
},
|
||||||
}
|
"optionsBridgeOlderAction": {
|
||||||
, "optionsBridgeStatsCompatibility": {
|
"message": "Versión de la aplicación puente inferior a la esperada, intente actualizarla a la última versión.",
|
||||||
"message": "Compatibilidad:"
|
"description": "Recommended action for when the installed bridge version is older than the installed extension version."
|
||||||
, "description": "Bridge stats compatibility row title."
|
},
|
||||||
}
|
"optionsBridgeNewerAction": {
|
||||||
, "optionsBridgeStatsRecommendedAction": {
|
"message": "Versión de la aplicación puente superior a la esperada, intente actualizar la extensión a la última versión.",
|
||||||
"message": "Acción recomendada:"
|
"description": "Recommended action for when the installed bridge version is newer than the installed extension version."
|
||||||
, "description": "Bridge stats recommended action row title."
|
},
|
||||||
}
|
"optionsBridgeNoAction": {
|
||||||
, "optionsBridgeCompatible": {
|
"message": "No se requieren acciones.",
|
||||||
"message": "Compatible"
|
"description": "Recommended action for when both bridge and extension versions are compatible or likely compatible."
|
||||||
, "description": "Compatibility status is definitely compatible."
|
},
|
||||||
}
|
"optionsBridgeUpdateCheck": {
|
||||||
, "optionsBridgeLikelyCompatible": {
|
"message": "Buscar actualizaciones",
|
||||||
"message": "Probablemente compatible"
|
"description": "Update check button title."
|
||||||
, "description": "Compatibility status is probably compatible."
|
},
|
||||||
}
|
"optionsBridgeUpdateChecking": {
|
||||||
, "optionsBridgeIncompatible": {
|
"message": "Buscando actualizaciones para $ellipsis$",
|
||||||
"message": "Incompatible"
|
"description": "Update check button title while in progress. Ellipsis cycles (. → .. → ...) as loading indicator.",
|
||||||
, "description": "Compatibility status is definitely incompatible."
|
"placeholders": {
|
||||||
}
|
|
||||||
, "optionsBridgeOlderAction": {
|
|
||||||
"message": "Versión de la aplicación puente inferior a la esperada, intente actualizarla a la última versión."
|
|
||||||
, "description": "Recommended action for when the installed bridge version is older than the installed extension version."
|
|
||||||
}
|
|
||||||
, "optionsBridgeNewerAction": {
|
|
||||||
"message": "Versión de la aplicación puente superior a la esperada, intente actualizar la extensión a la última versión."
|
|
||||||
, "description": "Recommended action for when the installed bridge version is newer than the installed extension version."
|
|
||||||
}
|
|
||||||
, "optionsBridgeNoAction": {
|
|
||||||
"message": "No se requieren acciones."
|
|
||||||
, "description": "Recommended action for when both bridge and extension versions are compatible or likely compatible."
|
|
||||||
}
|
|
||||||
, "optionsBridgeUpdateCheck": {
|
|
||||||
"message": "Buscar actualizaciones"
|
|
||||||
, "description": "Update check button title."
|
|
||||||
}
|
|
||||||
, "optionsBridgeUpdateChecking": {
|
|
||||||
"message": "Buscando actualizaciones para $ellipsis$"
|
|
||||||
, "description": "Update check button title while in progress. Ellipsis cycles (. → .. → ...) as loading indicator."
|
|
||||||
, "placeholders": {
|
|
||||||
"ellipsis": {
|
"ellipsis": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": ".."
|
"example": ".."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateStatusNoUpdates": {
|
"optionsBridgeUpdateStatusNoUpdates": {
|
||||||
"message": "No hay actualizaciones disponibles"
|
"message": "No hay actualizaciones disponibles",
|
||||||
, "description": "Update status if no updates are found."
|
"description": "Update status if no updates are found."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateStatusError": {
|
"optionsBridgeUpdateStatusError": {
|
||||||
"message": "Error al buscar actualizaciones"
|
"message": "Error al buscar actualizaciones",
|
||||||
, "description": "Update status if an error was encountered checking for updates."
|
"description": "Update status if an error was encountered checking for updates."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateAvailable": {
|
"optionsBridgeUpdateAvailable": {
|
||||||
"message": "Hay una actualización disponible:"
|
"message": "Hay una actualización disponible:",
|
||||||
, "description": "Update status if an update was found."
|
"description": "Update status if an update was found."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdate": {
|
"optionsBridgeUpdate": {
|
||||||
"message": "Actualizar ahora..."
|
"message": "Actualizar ahora...",
|
||||||
, "description": "Update now button title. Ellipsis indicates additional information as it triggers an update window popup."
|
"description": "Update now button title. Ellipsis indicates additional information as it triggers an update window popup."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsBridgeBackupEnabled": {
|
"optionsBridgeBackupEnabled": {
|
||||||
"message": "Activar conexión de demonio de respaldo en $hostPort$"
|
"message": "Activar conexión de demonio de respaldo en $hostPort$",
|
||||||
, "description": "Backup daemon checkbox label. Host/port inputs are inserted inline at the hostPort substitution."
|
"description": "Backup daemon checkbox label. Host/port inputs are inserted inline at the hostPort substitution.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"hostPort": {
|
"hostPort": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "optionsBridgeBackupEnabledDescription": {
|
"optionsBridgeBackupEnabledDescription": {
|
||||||
"message": "Si la conexión de puente regular falla, intente conectar a un puente ejecutándose en modo demonio."
|
"message": "Si la conexión de puente regular falla, intente conectar a un puente ejecutándose en modo demonio.",
|
||||||
, "description": "Backup daemon checkbox description."
|
"description": "Backup daemon checkbox description."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsMediaCategoryName": {
|
"optionsMediaCategoryName": {
|
||||||
"message": "Transmisión de contenidos"
|
"message": "Transmisión de contenidos",
|
||||||
, "description": "Options page media casting category title."
|
"description": "Options page media casting category title."
|
||||||
}
|
},
|
||||||
, "optionsMediaCategoryDescription": {
|
"optionsMediaCategoryDescription": {
|
||||||
"message": "Transmisión de video/audio HTML5."
|
"message": "Transmisión de video/audio HTML5.",
|
||||||
, "description": "Options page media casting category description."
|
"description": "Options page media casting category description."
|
||||||
}
|
},
|
||||||
, "optionsMediaEnabled": {
|
"optionsMediaEnabled": {
|
||||||
"message": "Activar transmisión de contenidos"
|
"message": "Activar transmisión de contenidos",
|
||||||
, "description": "Media casting enabled checkbox label."
|
"description": "Media casting enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsMediaSyncElement": {
|
"optionsMediaSyncElement": {
|
||||||
"message": "Sincronizar estado del receptor con el contenido"
|
"message": "Sincronizar estado del receptor con el contenido",
|
||||||
, "description": "Media casting sync checkbox label."
|
"description": "Media casting sync checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsMediaSyncElementDescription": {
|
"optionsMediaSyncElementDescription": {
|
||||||
"message": "Sincroniza el estado (minuto de reproducción, volumen, subtítulos, etc...) entre el contenido y el dispositivo receptor."
|
"message": "Sincroniza el estado (minuto de reproducción, volumen, subtítulos, etc...) entre el contenido y el dispositivo receptor.",
|
||||||
, "description": "Media casting sync option description."
|
"description": "Media casting sync option description."
|
||||||
}
|
},
|
||||||
, "optionsMediaStopOnUnload": {
|
"optionsMediaStopOnUnload": {
|
||||||
"message": "Detener reproducción del receptor al cerrar la página"
|
"message": "Detener reproducción del receptor al cerrar la página",
|
||||||
, "description": "Media stop on unload checkbox label."
|
"description": "Media stop on unload checkbox label."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsLocalMediaCategoryName": {
|
"optionsLocalMediaCategoryName": {
|
||||||
"message": "Transmisión de contenidos locales"
|
"message": "Transmisión de contenidos locales",
|
||||||
, "description": "Options page local media category title."
|
"description": "Options page local media category title."
|
||||||
}
|
},
|
||||||
, "optionsLocalMediaCategoryDescription": {
|
"optionsLocalMediaCategoryDescription": {
|
||||||
"message": "Servidor HTTP iniciado por la aplicación puente para transmitir archivos de medios locales al receptor."
|
"message": "Servidor HTTP iniciado por la aplicación puente para transmitir archivos de medios locales al receptor.",
|
||||||
, "description": "Options page local media category description."
|
"description": "Options page local media category description."
|
||||||
}
|
},
|
||||||
, "optionsLocalMediaEnabled": {
|
"optionsLocalMediaEnabled": {
|
||||||
"message": "Activar transmisión de medios locales"
|
"message": "Activar transmisión de medios locales",
|
||||||
, "description": "Local media enabled checkbox label."
|
"description": "Local media enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsLocalMediaServerPort": {
|
"optionsLocalMediaServerPort": {
|
||||||
"message": "Puerto del servidor HTTP:"
|
"message": "Puerto del servidor HTTP:",
|
||||||
, "description": "HTTP server port input label."
|
"description": "HTTP server port input label."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorCategoryName": {
|
"optionsReceiverSelectorCategoryName": {
|
||||||
"message": "Selector de receptor"
|
"message": "Selector de receptor",
|
||||||
, "description": "Options page receiver selector category title."
|
"description": "Options page receiver selector category title."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorCategoryDescription": {
|
"optionsReceiverSelectorCategoryDescription": {
|
||||||
"message": "Interfaz de selección del dispositivo receptor."
|
"message": "Interfaz de selección del dispositivo receptor.",
|
||||||
, "description": "Options page receiver selector category description."
|
"description": "Options page receiver selector category description."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorWaitForConnection": {
|
"optionsReceiverSelectorWaitForConnection": {
|
||||||
"message": "Esperar conexión"
|
"message": "Esperar conexión",
|
||||||
, "description": "Receiver selector wait for connection option checkbox label."
|
"description": "Receiver selector wait for connection option checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorWaitForConnectionDescription": {
|
"optionsReceiverSelectorWaitForConnectionDescription": {
|
||||||
"message": "Mantiene el selector de receptor abierto hasta que la sesión sea establecida o falle la conexión."
|
"message": "Mantiene el selector de receptor abierto hasta que la sesión sea establecida o falle la conexión.",
|
||||||
, "description": "Receiver selector wait for connection option description."
|
"description": "Receiver selector wait for connection option description."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorCloseIfFocusLost": {
|
"optionsReceiverSelectorCloseIfFocusLost": {
|
||||||
"message": "Cerrar al perder el foco"
|
"message": "Cerrar al perder el foco",
|
||||||
, "description": "Receiver selector close if focus lost option checkbox label."
|
"description": "Receiver selector close if focus lost option checkbox label."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsUserAgentWhitelistCategoryName": {
|
"optionsUserAgentWhitelistCategoryName": {
|
||||||
"message": "Lista blanca de agentes de usuario"
|
"message": "Lista blanca de agentes de usuario",
|
||||||
, "description": "Options page whitelist category title."
|
"description": "Options page whitelist category title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistCategoryDescription": {
|
"optionsUserAgentWhitelistCategoryDescription": {
|
||||||
"message": "Sitios en los cuales reemplazar el agente de usuario con una versión de Chrome para compatibilidad. Deben ser patrones de coincidencia válidos."
|
"message": "Sitios en los cuales reemplazar el agente de usuario con una versión de Chrome para compatibilidad. Deben ser patrones de coincidencia válidos.",
|
||||||
, "description": "Options page whitelist category description."
|
"description": "Options page whitelist category description."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistEnabled": {
|
"optionsUserAgentWhitelistEnabled": {
|
||||||
"message": "Activar lista blanca de sitios"
|
"message": "Activar lista blanca de sitios",
|
||||||
, "description": "Whitelist enabled checkbox label."
|
"description": "Whitelist enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRestrictedEnabled": {
|
"optionsUserAgentWhitelistRestrictedEnabled": {
|
||||||
"message": "Activar modo restringido"
|
"message": "Activar modo restringido",
|
||||||
, "description": "Whitelist restricted mode enabled checkbox label."
|
"description": "Whitelist restricted mode enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRestrictedEnabledDescription": {
|
"optionsUserAgentWhitelistRestrictedEnabledDescription": {
|
||||||
"message": "También aplica restricciones de la lista blanca a sitios intentando cargar la funcionalidad de transmisión sin importar el agente de usuario actual."
|
"message": "También aplica restricciones de la lista blanca a sitios intentando cargar la funcionalidad de transmisión sin importar el agente de usuario actual.",
|
||||||
, "description": "Whitelist restricted mode enabled description."
|
"description": "Whitelist restricted mode enabled description."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistContent": {
|
"optionsUserAgentWhitelistContent": {
|
||||||
"message": "Patrones de coincidencia:"
|
"message": "Patrones de coincidencia:",
|
||||||
, "description": "Match patterns editor widget label."
|
"description": "Match patterns editor widget label."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistBasicView": {
|
"optionsUserAgentWhitelistBasicView": {
|
||||||
"message": "Vista básica"
|
"message": "Vista básica",
|
||||||
, "description": "Switch to basic view button title."
|
"description": "Switch to basic view button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRawView": {
|
"optionsUserAgentWhitelistRawView": {
|
||||||
"message": "Vista en bruto"
|
"message": "Vista en bruto",
|
||||||
, "description": "Switch to raw view button title."
|
"description": "Switch to raw view button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistSaveRaw": {
|
"optionsUserAgentWhitelistSaveRaw": {
|
||||||
"message": "Guardar archivo en bruto"
|
"message": "Guardar archivo en bruto",
|
||||||
, "description": "Save raw view edits button title."
|
"description": "Save raw view edits button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistAddItem": {
|
"optionsUserAgentWhitelistAddItem": {
|
||||||
"message": "Añadir elemento"
|
"message": "Añadir elemento",
|
||||||
, "description": "Add new whitelist item button title."
|
"description": "Add new whitelist item button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistEditItem": {
|
"optionsUserAgentWhitelistEditItem": {
|
||||||
"message": "Editar"
|
"message": "Editar",
|
||||||
, "description": "Edit whitelist item button title. Displayed on each item."
|
"description": "Edit whitelist item button title. Displayed on each item."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRemoveItem": {
|
"optionsUserAgentWhitelistRemoveItem": {
|
||||||
"message": "Eliminar"
|
"message": "Eliminar",
|
||||||
, "description": "Remove whitelist item button title. Displayed on each item."
|
"description": "Remove whitelist item button title. Displayed on each item."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistInvalidMatchPattern": {
|
"optionsUserAgentWhitelistInvalidMatchPattern": {
|
||||||
"message": "Patrón de coincidencia $matchPattern$ inválido"
|
"message": "Patrón de coincidencia $matchPattern$ inválido",
|
||||||
, "description": "Error displayed by input indicating an invalid match pattern."
|
"description": "Error displayed by input indicating an invalid match pattern.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"matchPattern": {
|
"matchPattern": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "http://example"
|
"example": "http://example"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsMirroringCategoryName": {
|
"optionsMirroringCategoryName": {
|
||||||
"message": "Enviar pantalla/pestaña"
|
"message": "Enviar pantalla/pestaña",
|
||||||
, "description": "Options page mirroring category name."
|
"description": "Options page mirroring category name."
|
||||||
}
|
},
|
||||||
, "optionsMirroringCategoryDescription": {
|
"optionsMirroringCategoryDescription": {
|
||||||
"message": "Enviar pantalla a la aplicación receptora de Chromecast."
|
"message": "Enviar pantalla a la aplicación receptora de Chromecast.",
|
||||||
, "description": "Options page mirroring category description."
|
"description": "Options page mirroring category description."
|
||||||
}
|
},
|
||||||
, "optionsMirroringEnabled": {
|
"optionsMirroringEnabled": {
|
||||||
"message": "Activar envío de pantalla/pestaña (experimental)"
|
"message": "Activar envío de pantalla/pestaña (experimental)",
|
||||||
, "description": "Mirroring enabled checkbox label."
|
"description": "Mirroring enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsMirroringAppId": {
|
"optionsMirroringAppId": {
|
||||||
"message": "ID de aplicación receptora:"
|
"message": "ID de aplicación receptora:",
|
||||||
, "description": "Mirroring app ID input label."
|
"description": "Mirroring app ID input label."
|
||||||
}
|
},
|
||||||
, "optionsMirroringAppIdDescription": {
|
"optionsMirroringAppIdDescription": {
|
||||||
"message": "ID de aplicación para una aplicación receptora de Chromecast registrada. Solo para uso avanzado. Debe ser compatible con la app predeterminada (véase el repositorio de GitHub)."
|
"message": "ID de aplicación para una aplicación receptora de Chromecast registrada. Solo para uso avanzado. Debe ser compatible con la app predeterminada (véase el repositorio de GitHub).",
|
||||||
, "description": "Mirroring app ID option description."
|
"description": "Mirroring app ID option description."
|
||||||
}
|
},
|
||||||
, "optionsOptionRecommended": {
|
"optionsOptionRecommended": {
|
||||||
"message": "recomendado",
|
"message": "recomendado",
|
||||||
"description": "Badge next to option label indicating boolean option is recommended enabled.",
|
"description": "Badge next to option label indicating boolean option is recommended enabled.",
|
||||||
"hash": "cb7a5f6614a279d34d8bb57dae48bdbd"
|
"hash": "cb7a5f6614a279d34d8bb57dae48bdbd"
|
||||||
}
|
},
|
||||||
, "optionsReset": {
|
"optionsReset": {
|
||||||
"message": "Restaurar predeterminados"
|
"message": "Restaurar predeterminados",
|
||||||
, "description": "Restore default options button label."
|
"description": "Restore default options button label."
|
||||||
}
|
},
|
||||||
, "optionsSave": {
|
"optionsSave": {
|
||||||
"message": "Guardar"
|
"message": "Guardar",
|
||||||
, "description": "Save options button label."
|
"description": "Save options button label."
|
||||||
}
|
},
|
||||||
, "optionsSaved": {
|
"optionsSaved": {
|
||||||
"message": "¡Guardado!"
|
"message": "¡Guardado!",
|
||||||
, "description": "Status text displayed by save button once options have been successfully saved."
|
"description": "Status text displayed by save button once options have been successfully saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,366 +1,363 @@
|
|||||||
{
|
{
|
||||||
"extensionDescription": {
|
"extensionDescription": {
|
||||||
"message": "Skrur på Chromecast for å caste apper på nettet (som Netflix eller BBC iPlayer), HTML5 video og skjerm/fane-deling"
|
"message": "Skrur på Chromecast for å caste apper på nettet (som Netflix eller BBC iPlayer), HTML5 video og skjerm/fane-deling",
|
||||||
, "description": "Description of the extension shown in the add-ons manager."
|
"description": "Description of the extension shown in the add-ons manager."
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"popupMediaTypeApp": {
|
||||||
|
"message": "denne sidens applikasjon",
|
||||||
|
"description": "Receiver selector media type <option> text for current site's sender application."
|
||||||
|
},
|
||||||
|
"popupMediaTypeAppNotFound": {
|
||||||
|
"message": "denne sidens applikasjon (ikke funnet)",
|
||||||
|
"description": "Receiver selector media type <option> text for current site's sender application if none found."
|
||||||
|
},
|
||||||
|
"popupMediaTypeAppMedia": {
|
||||||
|
"message": "dette medium",
|
||||||
|
"description": "Receiver selector media type <option> text for media casting."
|
||||||
|
},
|
||||||
|
"popupMediaTypeTab": {
|
||||||
|
"message": "Fane",
|
||||||
|
"description": "Receiver selector media type <option> text for current tab."
|
||||||
|
},
|
||||||
|
"popupMediaTypeScreen": {
|
||||||
|
"message": "Skjerm",
|
||||||
|
"description": "Receiver selector media type <option> text for screen."
|
||||||
|
},
|
||||||
|
"popupMediaTypeFile": {
|
||||||
|
"message": "Søk...",
|
||||||
|
"description": "Receiver selector media type <option> text for opening a file selector dialog."
|
||||||
|
},
|
||||||
|
|
||||||
, "popupMediaTypeApp": {
|
"popupMediaSelectCastLabel": {
|
||||||
"message": "denne sidens applikasjon"
|
"message": "Cast",
|
||||||
, "description": "Receiver selector media type <option> text for current site's sender application."
|
"description": "(Cast) <select> to:"
|
||||||
}
|
},
|
||||||
, "popupMediaTypeAppNotFound": {
|
"popupMediaSelectToLabel": {
|
||||||
"message": "denne sidens applikasjon (ikke funnet)"
|
"message": "til:",
|
||||||
, "description": "Receiver selector media type <option> text for current site's sender application if none found."
|
"description": "Cast <select> (to:)"
|
||||||
}
|
},
|
||||||
, "popupMediaTypeAppMedia": {
|
"popupNoReceiversFound": {
|
||||||
"message": "dette medium"
|
"message": "Ingen mottagere funnet",
|
||||||
, "description": "Receiver selector media type <option> text for media casting."
|
"description": "Message displayed in the receiver selector if there are no available receivers."
|
||||||
}
|
},
|
||||||
, "popupMediaTypeTab": {
|
"popupCastButtonTitle": {
|
||||||
"message": "Fane"
|
"message": "Cast",
|
||||||
, "description": "Receiver selector media type <option> text for current tab."
|
"description": "Button text for each receiver entry in the receiver selector."
|
||||||
}
|
},
|
||||||
, "popupMediaTypeScreen": {
|
"popupCastingButtonTitle": {
|
||||||
"message": "Skjerm"
|
"message": "Caster$ellipsis$",
|
||||||
, "description": "Receiver selector media type <option> text for screen."
|
"description": "Button text while establishing a session in the receiver selector. Ellipsis cycles (. → .. → ...) as loading indicator.",
|
||||||
}
|
"placeholders": {
|
||||||
, "popupMediaTypeFile": {
|
|
||||||
"message": "Søk..."
|
|
||||||
, "description": "Receiver selector media type <option> text for opening a file selector dialog."
|
|
||||||
}
|
|
||||||
|
|
||||||
, "popupMediaSelectCastLabel": {
|
|
||||||
"message": "Cast"
|
|
||||||
, "description": "(Cast) <select> to:"
|
|
||||||
}
|
|
||||||
, "popupMediaSelectToLabel": {
|
|
||||||
"message": "til:"
|
|
||||||
, "description": "Cast <select> (to:)"
|
|
||||||
}
|
|
||||||
, "popupNoReceiversFound": {
|
|
||||||
"message": "Ingen mottagere funnet"
|
|
||||||
, "description": "Message displayed in the receiver selector if there are no available receivers."
|
|
||||||
}
|
|
||||||
, "popupCastButtonTitle": {
|
|
||||||
"message": "Cast"
|
|
||||||
, "description": "Button text for each receiver entry in the receiver selector."
|
|
||||||
}
|
|
||||||
, "popupCastingButtonTitle": {
|
|
||||||
"message": "Caster$ellipsis$"
|
|
||||||
, "description": "Button text while establishing a session in the receiver selector. Ellipsis cycles (. → .. → ...) as loading indicator."
|
|
||||||
, "placeholders": {
|
|
||||||
"ellipsis": {
|
"ellipsis": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "..."
|
"example": "..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "popupStopButtonTitle": {
|
"popupStopButtonTitle": {
|
||||||
"message": "Stopp"
|
"message": "Stopp",
|
||||||
, "description": "Alternate action button text displayed instead of popupCastButtonTitle."
|
"description": "Alternate action button text displayed instead of popupCastButtonTitle."
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"contextCast": {
|
||||||
|
"message": "Cast...",
|
||||||
|
"description": "Main context menu item title. Ellipsis indicates additional information required as it triggers opening of receiver selector."
|
||||||
|
},
|
||||||
|
|
||||||
, "contextCast": {
|
"contextAddToWhitelist": {
|
||||||
"message": "Cast..."
|
"message": "Legg til i Whitelist",
|
||||||
, "description": "Main context menu item title. Ellipsis indicates additional information required as it triggers opening of receiver selector."
|
"description": "Top-level whitelist context menu item title."
|
||||||
}
|
},
|
||||||
|
"contextAddToWhitelistRecommended": {
|
||||||
, "contextAddToWhitelist": {
|
"message": "Legg til $matchPattern$ (anbefalt)",
|
||||||
"message": "Legg til i Whitelist"
|
"description": "Context menu item title for recomended match pattern.",
|
||||||
, "description": "Top-level whitelist context menu item title."
|
"placeholders": {
|
||||||
}
|
|
||||||
, "contextAddToWhitelistRecommended": {
|
|
||||||
"message": "Legg til $matchPattern$ (anbefalt)"
|
|
||||||
, "description": "Context menu item title for recomended match pattern."
|
|
||||||
, "placeholders": {
|
|
||||||
"matchPattern": {
|
"matchPattern": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "https://example.com/*"
|
"example": "https://example.com/*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "contextAddToWhitelistAdvancedAdd": {
|
"contextAddToWhitelistAdvancedAdd": {
|
||||||
"message": "Legg til $matchPattern$"
|
"message": "Legg til $matchPattern$",
|
||||||
, "description": "Context menu item title for all other match patterns."
|
"description": "Context menu item title for all other match patterns.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"matchPattern": {
|
"matchPattern": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "*://*.example.com/*"
|
"example": "*://*.example.com/*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"optionsBridgeLoading": {
|
||||||
|
"message": "Laster bro-info",
|
||||||
|
"description": "Loading placeholder text for bridge section on options page."
|
||||||
|
},
|
||||||
|
"optionsBridgeFoundStatusTitle": {
|
||||||
|
"message": "Bro funnet",
|
||||||
|
"description": "Bridge OK status title text."
|
||||||
|
},
|
||||||
|
"optionsBridgeIssueStatusTitle": {
|
||||||
|
"message": "Problem med bro",
|
||||||
|
"description": "Bridge error status title text."
|
||||||
|
},
|
||||||
|
"optionsBridgeNotFoundStatusTitle": {
|
||||||
|
"message": "Bro ikke netfun",
|
||||||
|
"description": "Bridge missing status title text."
|
||||||
|
},
|
||||||
|
"optionsBridgeNotFoundStatusText": {
|
||||||
|
"message": "Prøv å last ned nyeste versjon",
|
||||||
|
"description": "Bridge not found additional description text"
|
||||||
|
},
|
||||||
|
|
||||||
, "optionsBridgeLoading": {
|
"optionsBridgeStatsName": {
|
||||||
"message": "Laster bro-info"
|
"message": "Navn:",
|
||||||
, "description": "Loading placeholder text for bridge section on options page."
|
"description": "Bridge stats name row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeFoundStatusTitle": {
|
"optionsBridgeStatsVersion": {
|
||||||
"message": "Bro funnet"
|
"message": "Versjon:",
|
||||||
, "description": "Bridge OK status title text."
|
"description": "Bridge stats version row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeIssueStatusTitle": {
|
"optionsBridgeStatsExpectedVersion": {
|
||||||
"message": "Problem med bro"
|
"message": "Forventet versjon:",
|
||||||
, "description": "Bridge error status title text."
|
"description": "Bridge stats expected version row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeNotFoundStatusTitle": {
|
"optionsBridgeStatsCompatibility": {
|
||||||
"message": "Bro ikke netfun"
|
"message": "Kompatibilitet:",
|
||||||
, "description": "Bridge missing status title text."
|
"description": "Bridge stats compatibility row title."
|
||||||
}
|
},
|
||||||
, "optionsBridgeNotFoundStatusText": {
|
"optionsBridgeStatsRecommendedAction": {
|
||||||
"message": "Prøv å last ned nyeste versjon"
|
"message": "Anbefalt handling:",
|
||||||
, "description": "Bridge not found additional description text"
|
"description": "Bridge stats recommended action row title."
|
||||||
}
|
},
|
||||||
|
"optionsBridgeCompatible": {
|
||||||
, "optionsBridgeStatsName": {
|
"message": "Kompatibel",
|
||||||
"message": "Navn:"
|
"description": "Compatibility status is definitely compatible."
|
||||||
, "description": "Bridge stats name row title."
|
},
|
||||||
}
|
"optionsBridgeLikelyCompatible": {
|
||||||
, "optionsBridgeStatsVersion": {
|
"message": "Sannsynlig kompatibel",
|
||||||
"message": "Versjon:"
|
"description": "Compatibility status is probably compatible."
|
||||||
, "description": "Bridge stats version row title."
|
},
|
||||||
}
|
"optionsBridgeIncompatible": {
|
||||||
, "optionsBridgeStatsExpectedVersion": {
|
"message": "Ukompatibel",
|
||||||
"message": "Forventet versjon:"
|
"description": "Compatibility status is definitely incompatible."
|
||||||
, "description": "Bridge stats expected version row title."
|
},
|
||||||
}
|
"optionsBridgeOlderAction": {
|
||||||
, "optionsBridgeStatsCompatibility": {
|
"message": "Broversjon er eldre enn forventet, prøv å oppgradere bro til nyeste versjon",
|
||||||
"message": "Kompatibilitet:"
|
"description": "Recommended action for when the installed bridge version is older than the installed extension version."
|
||||||
, "description": "Bridge stats compatibility row title."
|
},
|
||||||
}
|
"optionsBridgeNewerAction": {
|
||||||
, "optionsBridgeStatsRecommendedAction": {
|
"message": "Broversjon er nyere enn forventet, prøv å nedgradere bro til en eldre versjon",
|
||||||
"message": "Anbefalt handling:"
|
"description": "Recommended action for when the installed bridge version is newer than the installed extension version."
|
||||||
, "description": "Bridge stats recommended action row title."
|
},
|
||||||
}
|
"optionsBridgeNoAction": {
|
||||||
, "optionsBridgeCompatible": {
|
"message": "Ingen handling nødvendig.",
|
||||||
"message": "Kompatibel"
|
"description": "Recommended action for when both bridge and extension versions are compatible or likely compatible."
|
||||||
, "description": "Compatibility status is definitely compatible."
|
},
|
||||||
}
|
"optionsBridgeUpdateCheck": {
|
||||||
, "optionsBridgeLikelyCompatible": {
|
"message": "Sjekker etter Oppdateringer",
|
||||||
"message": "Sannsynlig kompatibel"
|
"description": "Update check button title."
|
||||||
, "description": "Compatibility status is probably compatible."
|
},
|
||||||
}
|
"optionsBridgeUpdateChecking": {
|
||||||
, "optionsBridgeIncompatible": {
|
"message": "Sjekker etter Oppdateringer$ellipsis$",
|
||||||
"message": "Ukompatibel"
|
"description": "Update check button title while in progress. Ellipsis cycles (. → .. → ...) as loading indicator.",
|
||||||
, "description": "Compatibility status is definitely incompatible."
|
"placeholders": {
|
||||||
}
|
|
||||||
, "optionsBridgeOlderAction": {
|
|
||||||
"message": "Broversjon er eldre enn forventet, prøv å oppgradere bro til nyeste versjon"
|
|
||||||
, "description": "Recommended action for when the installed bridge version is older than the installed extension version."
|
|
||||||
}
|
|
||||||
, "optionsBridgeNewerAction": {
|
|
||||||
"message": "Broversjon er nyere enn forventet, prøv å nedgradere bro til en eldre versjon"
|
|
||||||
, "description": "Recommended action for when the installed bridge version is newer than the installed extension version."
|
|
||||||
}
|
|
||||||
, "optionsBridgeNoAction": {
|
|
||||||
"message": "Ingen handling nødvendig."
|
|
||||||
, "description": "Recommended action for when both bridge and extension versions are compatible or likely compatible."
|
|
||||||
}
|
|
||||||
, "optionsBridgeUpdateCheck": {
|
|
||||||
"message": "Sjekker etter Oppdateringer"
|
|
||||||
, "description": "Update check button title."
|
|
||||||
}
|
|
||||||
, "optionsBridgeUpdateChecking": {
|
|
||||||
"message": "Sjekker etter Oppdateringer$ellipsis$"
|
|
||||||
, "description": "Update check button title while in progress. Ellipsis cycles (. → .. → ...) as loading indicator."
|
|
||||||
, "placeholders": {
|
|
||||||
"ellipsis": {
|
"ellipsis": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": ".."
|
"example": ".."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateStatusNoUpdates": {
|
"optionsBridgeUpdateStatusNoUpdates": {
|
||||||
"message": "Ingen oppdateringer tilgjengelig"
|
"message": "Ingen oppdateringer tilgjengelig",
|
||||||
, "description": "Update status if no updates are found."
|
"description": "Update status if no updates are found."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateStatusError": {
|
"optionsBridgeUpdateStatusError": {
|
||||||
"message": "Klarte ikke finne oppdateringer"
|
"message": "Klarte ikke finne oppdateringer",
|
||||||
, "description": "Update status if an error was encountered checking for updates."
|
"description": "Update status if an error was encountered checking for updates."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdateAvailable": {
|
"optionsBridgeUpdateAvailable": {
|
||||||
"message": "En ny oppdatering er tilgjengelig:"
|
"message": "En ny oppdatering er tilgjengelig:",
|
||||||
, "description": "Update status if an update was found."
|
"description": "Update status if an update was found."
|
||||||
}
|
},
|
||||||
, "optionsBridgeUpdate": {
|
"optionsBridgeUpdate": {
|
||||||
"message": "Oppdater nå..."
|
"message": "Oppdater nå...",
|
||||||
, "description": "Update now button title. Ellipsis indicates additional information as it triggers an update window popup."
|
"description": "Update now button title. Ellipsis indicates additional information as it triggers an update window popup."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsBridgeBackupEnabled": {
|
"optionsBridgeBackupEnabled": {
|
||||||
"message": "Skru på backup daemon tilkobling på $hostPort$"
|
"message": "Skru på backup daemon tilkobling på $hostPort$",
|
||||||
, "description": "Backup daemon checkbox label. Host/port inputs are inserted inline at the hostPort substitution."
|
"description": "Backup daemon checkbox label. Host/port inputs are inserted inline at the hostPort substitution.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"hostPort": {
|
"hostPort": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
, "optionsBridgeBackupEnabledDescription": {
|
"optionsBridgeBackupEnabledDescription": {
|
||||||
"message": "Hvis den vanlige bro-tilkoblingen mislykkes, prøv å koble til en bro som kjører i daemon-modus"
|
"message": "Hvis den vanlige bro-tilkoblingen mislykkes, prøv å koble til en bro som kjører i daemon-modus",
|
||||||
, "description": "Backup daemon checkbox description."
|
"description": "Backup daemon checkbox description."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsMediaCategoryName": {
|
"optionsMediaCategoryName": {
|
||||||
"message": "Media-casting"
|
"message": "Media-casting",
|
||||||
, "description": "Options page media casting category title."
|
"description": "Options page media casting category title."
|
||||||
}
|
},
|
||||||
, "optionsMediaCategoryDescription": {
|
"optionsMediaCategoryDescription": {
|
||||||
"message": "HTML5 video/lyd-casting"
|
"message": "HTML5 video/lyd-casting",
|
||||||
, "description": "Options page media casting category description."
|
"description": "Options page media casting category description."
|
||||||
}
|
},
|
||||||
, "optionsMediaEnabled": {
|
"optionsMediaEnabled": {
|
||||||
"message": "Skru på media-casting"
|
"message": "Skru på media-casting",
|
||||||
, "description": "Media casting enabled checkbox label."
|
"description": "Media casting enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsMediaSyncElement": {
|
"optionsMediaSyncElement": {
|
||||||
"message": "Synkroniser mottager med mediaelement"
|
"message": "Synkroniser mottager med mediaelement",
|
||||||
, "description": "Media casting sync checkbox label."
|
"description": "Media casting sync checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsMediaSyncElementDescription": {
|
"optionsMediaSyncElementDescription": {
|
||||||
"message": "Synkroniser tilstand (playback, volum, undertekster, etc...) mellom mediaelement og mottagerdingsen."
|
"message": "Synkroniser tilstand (playback, volum, undertekster, etc...) mellom mediaelement og mottagerdingsen.",
|
||||||
, "description": "Media casting sync option description."
|
"description": "Media casting sync option description."
|
||||||
}
|
},
|
||||||
, "optionsMediaStopOnUnload": {
|
"optionsMediaStopOnUnload": {
|
||||||
"message": "Stop spilling på mottager når siden lukkes"
|
"message": "Stop spilling på mottager når siden lukkes",
|
||||||
, "description": "Media stop on unload checkbox label."
|
"description": "Media stop on unload checkbox label."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsLocalMediaCategoryName": {
|
"optionsLocalMediaCategoryName": {
|
||||||
"message": "Lokal media-casting"
|
"message": "Lokal media-casting",
|
||||||
, "description": "Options page local media category title."
|
"description": "Options page local media category title."
|
||||||
}
|
},
|
||||||
, "optionsLocalMediaCategoryDescription": {
|
"optionsLocalMediaCategoryDescription": {
|
||||||
"message": "HTTP server startet via bro-appen til å steame lokale mediafiler til mottageren"
|
"message": "HTTP server startet via bro-appen til å steame lokale mediafiler til mottageren",
|
||||||
, "description": "Options page local media category description."
|
"description": "Options page local media category description."
|
||||||
}
|
},
|
||||||
, "optionsLocalMediaEnabled": {
|
"optionsLocalMediaEnabled": {
|
||||||
"message": "Skru på casting av lokal media"
|
"message": "Skru på casting av lokal media",
|
||||||
, "description": "Local media enabled checkbox label."
|
"description": "Local media enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsLocalMediaServerPort": {
|
"optionsLocalMediaServerPort": {
|
||||||
"message": "HTTP-server port:"
|
"message": "HTTP-server port:",
|
||||||
, "description": "HTTP server port input label."
|
"description": "HTTP server port input label."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsReceiverSelectorCategoryName": {
|
"optionsReceiverSelectorCategoryName": {
|
||||||
"message": "Velg mottager"
|
"message": "Velg mottager",
|
||||||
, "description": "Options page receiver selector category title."
|
"description": "Options page receiver selector category title."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorCategoryDescription": {
|
"optionsReceiverSelectorCategoryDescription": {
|
||||||
"message": "Grensesnitt for valg av mottager"
|
"message": "Grensesnitt for valg av mottager",
|
||||||
, "description": "Options page receiver selector category description."
|
"description": "Options page receiver selector category description."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorWaitForConnection": {
|
"optionsReceiverSelectorWaitForConnection": {
|
||||||
"message": "Vent på tilkobling"
|
"message": "Vent på tilkobling",
|
||||||
, "description": "Receiver selector wait for connection option checkbox label."
|
"description": "Receiver selector wait for connection option checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorWaitForConnectionDescription": {
|
"optionsReceiverSelectorWaitForConnectionDescription": {
|
||||||
"message": "Hold mottagervelgeren åpen til sessjonen er etablert eller tilkoblingen mislykkes."
|
"message": "Hold mottagervelgeren åpen til sessjonen er etablert eller tilkoblingen mislykkes.",
|
||||||
, "description": "Receiver selector wait for connection option description."
|
"description": "Receiver selector wait for connection option description."
|
||||||
}
|
},
|
||||||
, "optionsReceiverSelectorCloseIfFocusLost": {
|
"optionsReceiverSelectorCloseIfFocusLost": {
|
||||||
"message": "Lukk når fokus mistes"
|
"message": "Lukk når fokus mistes",
|
||||||
, "description": "Receiver selector close if focus lost option checkbox label."
|
"description": "Receiver selector close if focus lost option checkbox label."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsUserAgentWhitelistCategoryName": {
|
"optionsUserAgentWhitelistCategoryName": {
|
||||||
"message": "Brukeragent whitelist"
|
"message": "Brukeragent whitelist",
|
||||||
, "description": "Options page whitelist category title."
|
"description": "Options page whitelist category title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistCategoryDescription": {
|
"optionsUserAgentWhitelistCategoryDescription": {
|
||||||
"message": "Sider hvor man kan erstatte brukeragent med en Chrome-versjon for kompatibilitet. Må være et gjenkjennbart mønster."
|
"message": "Sider hvor man kan erstatte brukeragent med en Chrome-versjon for kompatibilitet. Må være et gjenkjennbart mønster.",
|
||||||
, "description": "Options page whitelist category description."
|
"description": "Options page whitelist category description."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistEnabled": {
|
"optionsUserAgentWhitelistEnabled": {
|
||||||
"message": "Skru på whitelist"
|
"message": "Skru på whitelist",
|
||||||
, "description": "Whitelist enabled checkbox label."
|
"description": "Whitelist enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRestrictedEnabled": {
|
"optionsUserAgentWhitelistRestrictedEnabled": {
|
||||||
"message": "Skru på "
|
"message": "Skru på ",
|
||||||
, "description": "Whitelist restricted mode enabled checkbox label."
|
"description": "Whitelist restricted mode enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRestrictedEnabledDescription": {
|
"optionsUserAgentWhitelistRestrictedEnabledDescription": {
|
||||||
"message": "Legg også til whitelist-begrensninger til side smo prøvde å laste cast-funksjonalitet uavhengig av nåværende brukeragent."
|
"message": "Legg også til whitelist-begrensninger til side smo prøvde å laste cast-funksjonalitet uavhengig av nåværende brukeragent.",
|
||||||
, "description": "Whitelist restricted mode enabled description."
|
"description": "Whitelist restricted mode enabled description."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistContent": {
|
"optionsUserAgentWhitelistContent": {
|
||||||
"message": "Match mønster"
|
"message": "Match mønster",
|
||||||
, "description": "Match patterns editor widget label."
|
"description": "Match patterns editor widget label."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistBasicView": {
|
"optionsUserAgentWhitelistBasicView": {
|
||||||
"message": "Standard visning"
|
"message": "Standard visning",
|
||||||
, "description": "Switch to basic view button title."
|
"description": "Switch to basic view button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRawView": {
|
"optionsUserAgentWhitelistRawView": {
|
||||||
"message": "Rå visning"
|
"message": "Rå visning",
|
||||||
, "description": "Switch to raw view button title."
|
"description": "Switch to raw view button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistSaveRaw": {
|
"optionsUserAgentWhitelistSaveRaw": {
|
||||||
"message": "Lagre rå"
|
"message": "Lagre rå",
|
||||||
, "description": "Save raw view edits button title."
|
"description": "Save raw view edits button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistAddItem": {
|
"optionsUserAgentWhitelistAddItem": {
|
||||||
"message": "Legg til"
|
"message": "Legg til",
|
||||||
, "description": "Add new whitelist item button title."
|
"description": "Add new whitelist item button title."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistEditItem": {
|
"optionsUserAgentWhitelistEditItem": {
|
||||||
"message": "Rediger"
|
"message": "Rediger",
|
||||||
, "description": "Edit whitelist item button title. Displayed on each item."
|
"description": "Edit whitelist item button title. Displayed on each item."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistRemoveItem": {
|
"optionsUserAgentWhitelistRemoveItem": {
|
||||||
"message": "Fjern"
|
"message": "Fjern",
|
||||||
, "description": "Remove whitelist item button title. Displayed on each item."
|
"description": "Remove whitelist item button title. Displayed on each item."
|
||||||
}
|
},
|
||||||
, "optionsUserAgentWhitelistInvalidMatchPattern": {
|
"optionsUserAgentWhitelistInvalidMatchPattern": {
|
||||||
"message": "Ugyldig mønster $matchPattern$"
|
"message": "Ugyldig mønster $matchPattern$",
|
||||||
, "description": "Error displayed by input indicating an invalid match pattern."
|
"description": "Error displayed by input indicating an invalid match pattern.",
|
||||||
, "placeholders": {
|
"placeholders": {
|
||||||
"matchPattern": {
|
"matchPattern": {
|
||||||
"content": "$1"
|
"content": "$1",
|
||||||
, "example": "http://example"
|
"example": "http://example"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsMirroringCategoryName": {
|
"optionsMirroringCategoryName": {
|
||||||
"message": "Skjerm/fane-casting"
|
"message": "Skjerm/fane-casting",
|
||||||
, "description": "Options page mirroring category name."
|
"description": "Options page mirroring category name."
|
||||||
}
|
},
|
||||||
, "optionsMirroringCategoryDescription": {
|
"optionsMirroringCategoryDescription": {
|
||||||
"message": "Speiler til en Chromecast mottagerapp."
|
"message": "Speiler til en Chromecast mottagerapp.",
|
||||||
, "description": "Options page mirroring category description."
|
"description": "Options page mirroring category description."
|
||||||
}
|
},
|
||||||
, "optionsMirroringEnabled": {
|
"optionsMirroringEnabled": {
|
||||||
"message": "Skru på skjerm/fane-casting (eksperimentell)"
|
"message": "Skru på skjerm/fane-casting (eksperimentell)",
|
||||||
, "description": "Mirroring enabled checkbox label."
|
"description": "Mirroring enabled checkbox label."
|
||||||
}
|
},
|
||||||
, "optionsMirroringAppId": {
|
"optionsMirroringAppId": {
|
||||||
"message": "Speilingsapp-ID"
|
"message": "Speilingsapp-ID",
|
||||||
, "description": "Mirroring app ID input label."
|
"description": "Mirroring app ID input label."
|
||||||
}
|
},
|
||||||
, "optionsMirroringAppIdDescription": {
|
"optionsMirroringAppIdDescription": {
|
||||||
"message": "App ID for en registrert Chromecast-mottager applikasjon. Kun for viderekommende. Må være kompatibel med standard-appen (se Github repo)"
|
"message": "App ID for en registrert Chromecast-mottager applikasjon. Kun for viderekommende. Må være kompatibel med standard-appen (se Github repo)",
|
||||||
, "description": "Mirroring app ID option description."
|
"description": "Mirroring app ID option description."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsOptionRecommended": {
|
"optionsOptionRecommended": {
|
||||||
"message": "anbefalt"
|
"message": "anbefalt",
|
||||||
, "description": "Badge next to option label indicating boolean option is recommended enabled."
|
"description": "Badge next to option label indicating boolean option is recommended enabled."
|
||||||
}
|
},
|
||||||
|
|
||||||
, "optionsReset": {
|
"optionsReset": {
|
||||||
"message": "Tilbakestill verdier"
|
"message": "Tilbakestill verdier",
|
||||||
, "description": "Restore default options button label."
|
"description": "Restore default options button label."
|
||||||
}
|
},
|
||||||
, "optionsSave": {
|
"optionsSave": {
|
||||||
"message": "Lagre"
|
"message": "Lagre",
|
||||||
, "description": "Save options button label."
|
"description": "Save options button label."
|
||||||
}
|
},
|
||||||
, "optionsSaved": {
|
"optionsSaved": {
|
||||||
"message": "Lagret"
|
"message": "Lagret",
|
||||||
, "description": "Status text displayed by save button once options have been successfully saved."
|
"description": "Status text displayed by save button once options have been successfully saved."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user