shared address book (#7229)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2024-03-20 15:05:54 +08:00
committed by GitHub
parent ecb70b43df
commit 41da6d552f
73 changed files with 4714 additions and 866 deletions

View File

@@ -588,5 +588,25 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Please select the session you want to connect to", "Selecteer de sessie waarmee je verbinding wilt maken"),
("powered_by_me", "Werkt met Rustdesk"),
("outgoing_only_desk_tip", "Je kan verbinding maken met andere apparaten, maar andere apparaten kunnen geen verbinding maken met dit apparaat."),
("preset_password_warning", ""),
("Security Alert", ""),
("Add shared address book", ""),
("Update this address book", ""),
("Delete this address book", ""),
("Share this address book", ""),
("Are you sure you want to delete address book {}?", ""),
("My address book", ""),
("Personal", ""),
("Owner", ""),
("Set shared password", ""),
("Exist in", ""),
("Read-only", ""),
("Read/Write", ""),
("Full Control", ""),
("full_control_tip", ""),
("share_warning_tip", ""),
("Only show existing", ""),
("Everyone", ""),
("permission_priority_tip", ""),
].iter().cloned().collect();
}