Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk
This commit is contained in:
commit
0d9cd25a71
@ -538,8 +538,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("pull_ab_failed_tip", "Aktualisierung des Adressbuchs fehlgeschlagen"),
|
("pull_ab_failed_tip", "Aktualisierung des Adressbuchs fehlgeschlagen"),
|
||||||
("push_ab_failed_tip", "Synchronisierung des Adressbuchs mit dem Server fehlgeschlagen"),
|
("push_ab_failed_tip", "Synchronisierung des Adressbuchs mit dem Server fehlgeschlagen"),
|
||||||
("synced_peer_readded_tip", "Die Geräte, die in den letzten Sitzungen vorhanden waren, werden erneut zum Adressbuch hinzugefügt."),
|
("synced_peer_readded_tip", "Die Geräte, die in den letzten Sitzungen vorhanden waren, werden erneut zum Adressbuch hinzugefügt."),
|
||||||
("Change Color", ""),
|
("Change Color", "Farbe ändern"),
|
||||||
("Primary Color", ""),
|
("Primary Color", "Primärfarbe"),
|
||||||
("HSV Color", ""),
|
("HSV Color", "HSV-Farbe"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -539,7 +539,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("push_ab_failed_tip", "Невозможно синхронизировать адресную книгу с сервером"),
|
("push_ab_failed_tip", "Невозможно синхронизировать адресную книгу с сервером"),
|
||||||
("synced_peer_readded_tip", "Устройства, присутствовавшие в последних сеансах, будут синхронизированы с адресной книгой."),
|
("synced_peer_readded_tip", "Устройства, присутствовавшие в последних сеансах, будут синхронизированы с адресной книгой."),
|
||||||
("Change Color", "Изменить цвет"),
|
("Change Color", "Изменить цвет"),
|
||||||
("Primary Color", ""),
|
("Primary Color", "Основной цвет"),
|
||||||
("HSV Color", ""),
|
("HSV Color", "HSV цвет"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user