Update de.rs (#12783)
Some checks are pending
CI / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-22.04 target:x86_64-unknown-linux-gnu]) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run

This commit is contained in:
Mr-Update 2025-09-05 10:49:54 +02:00 committed by GitHub
parent aa8278e1d5
commit ed5cd21cb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Supported only in the installed version.", "Wird nur in der installierten Version unterstützt."),
("elevation_username_tip", "Geben Sie Benutzername oder Domäne\\Benutzername ein"),
("Preparing for installation ...", "Installation wird vorbereitet …"),
("Show my cursor", ""),
("Show my cursor", "Meinen Cursor anzeigen"),
].iter().cloned().collect();
}