···1pub mod account;
2pub mod did;
03pub mod plc;
45pub use account::create_account;
···7 get_recommended_did_credentials, resolve_handle, update_handle, user_did_doc,
8 well_known_atproto_did, well_known_did,
9};
010pub use plc::{request_plc_operation_signature, sign_plc_operation, submit_plc_operation};
···1pub mod account;
2pub mod did;
3+pub mod handle;
4pub mod plc;
56pub use account::create_account;
···8 get_recommended_did_credentials, resolve_handle, update_handle, user_did_doc,
9 well_known_atproto_did, well_known_did,
10};
11+pub use handle::verify_handle_ownership;
12pub use plc::{request_plc_operation_signature, sign_plc_operation, submit_plc_operation};
···986 "title": "Choose Your New Handle",
987 "desc": "Select a handle for your account on this PDS.",
988 "migratingFrom": "Migrating from",
00000000000989 "newHandle": "New Handle",
990 "checkingAvailability": "Checking availability...",
991 "handleAvailable": "Handle is available!",
···986 "title": "Choose Your New Handle",
987 "desc": "Select a handle for your account on this PDS.",
988 "migratingFrom": "Migrating from",
989+ "handleChoice": "Handle",
990+ "keepExisting": "Keep existing handle",
991+ "createNew": "Create new handle",
992+ "existingHandle": "Your handle",
993+ "verifyInstructions": "Verify ownership via DNS or HTTP",
994+ "or": "or",
995+ "returning": "returning",
996+ "verifyOwnership": "Verify ownership",
997+ "verifying": "Verifying",
998+ "verified": "Verified",
999+ "checkAgain": "Check again",
1000 "newHandle": "New Handle",
1001 "checkingAvailability": "Checking availability...",
1002 "handleAvailable": "Handle is available!",
+11
frontend/src/locales/fi.json
···986 "title": "Valitse uusi käyttäjätunnuksesi",
987 "desc": "Valitse käyttäjätunnus tilillesi tässä PDS:ssä.",
988 "migratingFrom": "Siirretään tililtä",
00000000000989 "newHandle": "Uusi käyttäjätunnus",
990 "checkingAvailability": "Tarkistetaan saatavuutta...",
991 "handleAvailable": "Käyttäjätunnus on saatavilla!",