-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated translations for 'de': German (Deutsch) #195
Comments
E: Figured out what tool sets those hashes. |
Ok, I've turned the relevant changes into diffs: , "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." Dropping that comma is just wrong. We definitely need a comma after the web apps. "popupMediaTypeApp": {
"message": "Die App dieser Seite"
, "description": "Receiver selector media type <option> text for current site's sender application."
}
+ , "popupMediaTypeAppNotFound": {
+ "message": "Keine App auf dieser Seite gefunden"
+ , "description": "Receiver selector media type <option> text for current site's sender application if none found."
+ } This seems good, but it should probably say "für" instead of "auf", because the message is about the app for this page, not on this page. , "popupMediaTypeFile": {
"message": "Durchsuchen..."
, "description": "Receiver selector media type <option> text for opening a file selector dialog."
- }
-
- , "popupMediaSelectCastLabel": {
- "message": ""
- , "description": "(Cast) <select> to:"
} No. Just because it's (intentionally) empty, doesn't mean it should be dropped. "optionsMirroringCategoryName": {
- "message": "Bildschirm duplizieren"
+ "message": "Bildschirm casten"
, "description": "Options page mirroring category name."
}
, "optionsMirroringCategoryDescription": {
"message": "Bildschirm/Tab an eine Chromecast-Empfänger-App duplizieren."
, "description": "Options page mirroring category description."
}
, "optionsMirroringEnabled": {
- "message": "Bildschirm duplizieren aktivieren"
+ "message": "Bildschirm casten aktivieren"
, "description": "Mirroring enabled checkbox label."
} We consistently translate "to cast" as "streamen" (because that's what the german chromecast documentation does), so these should say "streamen" instead of "casten". On a side note @hensm: Should the "extensionName" message in the translations be changed to |
@rimrul Ah, good catch. I'd suggest just removing the |
Your translation have been copied to your clipboard. Paste it here:
Updated translations for 'de': German (Deutsch):
The text was updated successfully, but these errors were encountered: