mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-12 11:46:52 +00:00
ea1c90d8ca
Add "Default" option (white text on black background) for font and background.
171 lines
4.5 KiB
JSON
171 lines
4.5 KiB
JSON
{
|
|
"account": {
|
|
"currentlyLoggedAs": "Du bist derzeit angemeldet als <0>{{user}}</0>",
|
|
"heading": "Konto",
|
|
"youAreNotLoggedIn": "Du bist nicht angemeldet.",
|
|
"nameLabel": "Dein Name",
|
|
"authentication": "Authentifizierung",
|
|
"nameError": "Dein Name darf nicht leer sein"
|
|
},
|
|
"preferences": {
|
|
"title": "Einstellungen",
|
|
"idleDisconnectModal": {
|
|
"label": "Meetings ohne Teilnehmende verlassen",
|
|
"description": "Meetings nach einigen Minuten automatisch verlassen, wenn keine andere Person beitritt"
|
|
}
|
|
},
|
|
"audio": {
|
|
"microphone": {
|
|
"heading": "Mikrofon",
|
|
"label": "Audioeingabe wählen",
|
|
"disabled": "Mikrofon deaktiviert"
|
|
},
|
|
"noiseReduction": {
|
|
"label": "Geräuschunterdrückung",
|
|
"heading": "Geräuschunterdrückung",
|
|
"ariaLabel": {
|
|
"enable": "Geräuschunterdrückung aktivieren",
|
|
"disable": "Geräuschunterdrückung deaktivieren"
|
|
}
|
|
},
|
|
"speakers": {
|
|
"heading": "Lautsprecher",
|
|
"label": "Audioausgabe wählen",
|
|
"test": "Testen",
|
|
"ongoingTest": "Soundtest läuft…",
|
|
"safariWarning": "Die Audioausgabeauswahl ist auf Safari aufgrund von Browser-Einschränkungen noch nicht verfügbar."
|
|
},
|
|
"permissionsRequired": "Berechtigungen erforderlich"
|
|
},
|
|
"video": {
|
|
"camera": {
|
|
"heading": "Kamera",
|
|
"label": "Videoeingabe wählen",
|
|
"disabled": "Kamera deaktiviert",
|
|
"previewAriaLabel": {
|
|
"enabled": "Videovorschau aktiviert",
|
|
"disabled": "Videovorschau deaktiviert"
|
|
}
|
|
},
|
|
"resolution": {
|
|
"heading": "Auflösung",
|
|
"publish": {
|
|
"label": "Wähle die maximale Auflösung beim Senden",
|
|
"items": {
|
|
"high": "Hohe Auflösung",
|
|
"medium": "Mittlere Auflösung",
|
|
"low": "Niedrige Auflösung"
|
|
}
|
|
},
|
|
"subscribe": {
|
|
"label": "Wähle die maximale Auflösung beim Empfangen",
|
|
"items": {
|
|
"high": "Hohe Auflösung (automatisch)",
|
|
"medium": "Mittlere Auflösung",
|
|
"low": "Niedrige Auflösung"
|
|
}
|
|
}
|
|
},
|
|
"permissionsRequired": "Berechtigungen erforderlich"
|
|
},
|
|
"transcription": {
|
|
"heading": "Transkription",
|
|
"language": {
|
|
"label": "Besprechungssprache",
|
|
"options": {
|
|
"french": "Französisch (fr)",
|
|
"english": "Englisch (en)",
|
|
"dutch": "Niederländisch (nl)",
|
|
"german": "Deutsch (de)",
|
|
"auto": "Automatisch"
|
|
}
|
|
}
|
|
},
|
|
"notifications": {
|
|
"heading": "Benachrichtigungen mit Ton",
|
|
"label": "Benachrichtigungen mit Ton für",
|
|
"actions": {
|
|
"disable": "Deaktivieren",
|
|
"enable": "Aktivieren"
|
|
},
|
|
"items": {
|
|
"participantJoined": {
|
|
"label": "Person beigetreten"
|
|
},
|
|
"handRaised": {
|
|
"label": "Hand gehoben"
|
|
},
|
|
"messageReceived": {
|
|
"label": "Nachricht erhalten"
|
|
}
|
|
}
|
|
},
|
|
"shortcuts": {
|
|
"listLabel": "Tastenkürzel",
|
|
"columnAction": "Aktion",
|
|
"columnShortcut": "Tastenkürzel"
|
|
},
|
|
"dialog": {
|
|
"heading": "Einstellungen"
|
|
},
|
|
"language": {
|
|
"heading": "Sprache",
|
|
"label": "Sprache"
|
|
},
|
|
"settingsButtonLabel": "Einstellungen",
|
|
"accessibility": {
|
|
"announceReactions": {
|
|
"label": "Reaktionen vorlesen"
|
|
},
|
|
"captions": {
|
|
"heading": "Untertitel",
|
|
"textSize": {
|
|
"label": "Untertitel-Schriftgröße",
|
|
"options": {
|
|
"small": "Klein",
|
|
"medium": "Mittel",
|
|
"large": "Groß"
|
|
}
|
|
},
|
|
"fontColor": {
|
|
"label": "Schriftfarbe",
|
|
"options": {
|
|
"default": "Standard",
|
|
"white": "Weiß",
|
|
"black": "Schwarz",
|
|
"blue": "Blau",
|
|
"green": "Grün",
|
|
"red": "Rot",
|
|
"yellow": "Gelb",
|
|
"cyan": "Cyan",
|
|
"magenta": "Magenta"
|
|
}
|
|
},
|
|
"backgroundColor": {
|
|
"label": "Hintergrundfarbe",
|
|
"options": {
|
|
"default": "Standard",
|
|
"white": "Weiß",
|
|
"black": "Schwarz",
|
|
"blue": "Blau",
|
|
"green": "Grün",
|
|
"red": "Rot",
|
|
"yellow": "Gelb",
|
|
"cyan": "Cyan",
|
|
"magenta": "Magenta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tabs": {
|
|
"account": "Profil",
|
|
"audio": "Audio",
|
|
"video": "Video",
|
|
"general": "Allgemein",
|
|
"notifications": "Benachrichtigungen",
|
|
"accessibility": "Barrierefreiheit",
|
|
"transcription": "Transkription",
|
|
"shortcuts": "Tastenkürzel"
|
|
}
|
|
}
|