Merge pull request #2589 from element-hq/actions/localazy-download

Localazy Download
This commit is contained in:
ElementRobot 2025-09-29 07:26:24 +01:00 committed by GitHub
commit 0e22e7dd38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View File

@ -43,12 +43,9 @@
"icon_overlay": {
"description_error": "Gwall",
"description_notifications": {
"zero": "Mae gennych chi %(count)s hysbysiadau heb eu darllen.",
"one": "Mae gennych chi %(count)s hysbysiad heb ei ddarllen.",
"two": "Mae gennych chi %(count)s hysbysiad heb eu darllen.",
"few": "Mae gennych chi %(count)s hysbysiad heb eu darllen.",
"many": "Mae gennych chi %(count)s hysbysiad heb eu darllen.",
"other": "Mae gennych chi %(count)s hysbysiad heb eu darllen."
"Mae gennych chi %(count)s hysbysiadau heb eu darllen.": "zero",
"Mae gennych chi %(count)s hysbysiad heb ei ddarllen.": "one",
"Mae gennych chi %(count)s hysbysiad heb eu darllen.": "other"
}
},
"menu": {

View File

@ -32,6 +32,11 @@
"speech_start_speaking": "Aufnahme starten",
"speech_stop_speaking": "Aufnahme beenden"
},
"eol": {
"no_more_updates": "Du benutzt eine nicht unterstützte Version von macOS. Bitte aktualisiere, um Updates für %(brand)s zu erhalten.",
"title": "System nicht unterstützt",
"warning": "Du benutzt eine nicht unterstützte Version von macOS. Bitte aktualisiere, damit %(brand)s weiter funktioniert."
},
"file_menu": {
"label": "Datei"
},