diff --git a/ui/src/lib/translations/no/contacts.json b/ui/src/lib/translations/no/contacts.json index 353dd648..6b7ea50a 100644 --- a/ui/src/lib/translations/no/contacts.json +++ b/ui/src/lib/translations/no/contacts.json @@ -1,7 +1,9 @@ { - "cant_add_yourself": "Umulig å tilføye sig selv som kontakt", + "cant_add_yourself": "Du kan ikke tilføye deg selv som kontakt", "contact_already_exist": "Kontakt eksisterer", "contact_code": "Kontaktkode", + "copy_invite_code": "Kopier invitasjonskode", + "share_invite_code": "Del invitasjonskode", "create_new_contact": "Oprett ny kontakt", "edit_contact": "Redigér kontakt", "enter_contact_code": "Skriv kode", @@ -9,5 +11,8 @@ "enter_last_name": "Skriv etternavn", "error_saving": "Feil {{updating; true:updating; false:creating;}} kontakt", "invalid_contact_code": "Ugyldig kode", - "request_contact_code": "En kontakts unike kode finner du ved å besøke deres personlige profil." + "pending_connection_description": "{{name}} må skrive inn invitasjonskoden din for å etablere forbindelse.", + "pending_connection_header": "Din kontakt må bekrefte", + "request_contact_code": "En kontakts unike kode finner du ved å besøke deres personlige profil.", + "send_message": "Send beskjed" }