mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Update German translation (#103)
This commit is contained in:
@@ -20,15 +20,3 @@ Compatibility reports are always helpful. Use the "Compatibility Report" issue t
|
|||||||
|
|
||||||
Either fork and edit the messages files manually or to easily add/edit localizations, use the web-ext-translator tool:
|
Either fork and edit the messages files manually or to easily add/edit localizations, use the web-ext-translator tool:
|
||||||
https://lusito.github.io/web-ext-translator/?gh=https://github.com/hensm/fx_cast/
|
https://lusito.github.io/web-ext-translator/?gh=https://github.com/hensm/fx_cast/
|
||||||
|
|
||||||
Missing strings:
|
|
||||||
|
|
||||||
* `de`
|
|
||||||
* `mediaOverlayTitle`
|
|
||||||
* `optionsBridgeBackupEnabled`
|
|
||||||
* `optionsBridgeBackupEnabledDescription`
|
|
||||||
* `optionsMediaOverlayEnabled`
|
|
||||||
* `optionsMediaOverlayEnabledDescription`
|
|
||||||
* `optionsMediaOverlayEnabledTemp`
|
|
||||||
* `popupMediaTypeAppMedia`
|
|
||||||
* `popupStopButtonTitle`
|
|
||||||
|
|||||||
@@ -13,6 +13,10 @@
|
|||||||
"message": "Die App dieser Seite"
|
"message": "Die App dieser Seite"
|
||||||
, "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."
|
||||||
}
|
}
|
||||||
|
, "popupMediaTypeAppMedia": {
|
||||||
|
"message": "Diese Medien"
|
||||||
|
, "description": "Receiver selector media type <option> text for media casting."
|
||||||
|
}
|
||||||
, "popupMediaTypeTab": {
|
, "popupMediaTypeTab": {
|
||||||
"message": "Diesen Tab"
|
"message": "Diesen Tab"
|
||||||
, "description": "Receiver selector media type <option> text for current tab."
|
, "description": "Receiver selector media type <option> text for current tab."
|
||||||
@@ -52,6 +56,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
, "popupStopButtonTitle": {
|
||||||
|
"message": "Stopp"
|
||||||
|
, "description": "Alternate action button text displayed instead of popupCastButtonTitle."
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
, "contextCast": {
|
, "contextCast": {
|
||||||
@@ -85,6 +93,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
, "mediaOverlayTitle": {
|
||||||
|
"message": "Wiedergabe auf $receiverName$"
|
||||||
|
, "description": "Main title for overlay displayed on media elements whilst casting."
|
||||||
|
, "placeholders": {
|
||||||
|
"receiverName": {
|
||||||
|
"content": "$1"
|
||||||
|
, "example": "Living Room TV"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
, "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."
|
||||||
@@ -181,6 +200,15 @@
|
|||||||
, "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": {
|
||||||
|
"message": "Aktiviere Ausweich-Daemon-Verbindung"
|
||||||
|
, "description": "Backup daemon checkbox label."
|
||||||
|
}
|
||||||
|
, "optionsBridgeBackupEnabledDescription": {
|
||||||
|
"message": "Versuchen zur Bridge im Daemon-Modus zu verbinden, wenn die reguläre Bridge-Verbindung fehlschlägt."
|
||||||
|
, "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."
|
||||||
@@ -193,6 +221,18 @@
|
|||||||
"message": "Streamen von Medien aktivieren"
|
"message": "Streamen von Medien aktivieren"
|
||||||
, "description": "Media casting enabled checkbox label."
|
, "description": "Media casting enabled checkbox label."
|
||||||
}
|
}
|
||||||
|
, "optionsMediaOverlayEnabled": {
|
||||||
|
"message": "Aktiviere Medien-Overlay"
|
||||||
|
, "description": "Media element overlay checkbox label."
|
||||||
|
}
|
||||||
|
, "optionsMediaOverlayEnabledTemp": {
|
||||||
|
"message": "Aktiviere Medien-Overlay (experimentell)"
|
||||||
|
, "description": "Experimental-labelled version of above."
|
||||||
|
}
|
||||||
|
, "optionsMediaOverlayEnabledDescription": {
|
||||||
|
"message": "Overlay auf Medien, das, wenn verbunden, Informationen über die aktuelle Sitzung anzeigt."
|
||||||
|
, "description": "Media element overlay option description."
|
||||||
|
}
|
||||||
, "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."
|
||||||
|
|||||||
Reference in New Issue
Block a user