diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index 757f9a0337..5331bdb5c8 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -2108,5 +2108,18 @@ "%(creator)s created and configured the room.": "%(creator)s loi ja määritti huoneen.", "Jump to first unread room.": "Siirry ensimmäiseen lukemattomaan huoneeseen.", "Jump to first invite.": "Siirry ensimmäiseen kutsuun.", - "DuckDuckGo Results": "DuckDuckGo-tulokset" + "DuckDuckGo Results": "DuckDuckGo-tulokset", + "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains.": "Tekstiviesti on lähetetty numeroon +%(msisdn)s. Syötä siinä oleva varmistuskoodi.", + "Failed to deactivate user": "Käyttäjän deaktivointi epäonnistui", + "Hide advanced": "Piilota edistyneet", + "Show advanced": "Näytä edistyneet", + "Document": "Asiakirja", + "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "Captchan julkinen avain puuttuu kotipalvelimen asetuksista. Ilmoita tämä kotipalvelimesi ylläpitäjälle.", + "No identity server is configured so you cannot add an email address in order to reset your password in the future.": "Identiteettipalvelinta ei ole määritetty, joten et voi lisätä sähköpostiosoitetta palauttaaksesi salasanasi vastaisuudessa.", + "Command Autocomplete": "Komentojen automaattinen täydennys", + "Community Autocomplete": "Yhteisöjen automaattinen täydennys", + "Emoji Autocomplete": "Emojien automaattinen täydennys", + "Notification Autocomplete": "Ilmoitusten automaattinen täydennys", + "Room Autocomplete": "Huoneiden automaattinen täydennys", + "User Autocomplete": "Käyttäjien automaattinen täydennys" } diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index 7aa907708a..c988760e1e 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -2116,5 +2116,6 @@ "Jump to first unread room.": "읽지 않은 첫 방으로 건너뜁니다.", "Jump to first invite.": "첫 초대로 건너뜁니다.", "Room %(name)s": "%(name)s 방", - "Recent rooms": "최근 방" + "Recent rooms": "최근 방", + "No identity server is configured so you cannot add an email address in order to reset your password in the future.": "설정된 ID 서버가 없어서 이후 비밀번호를 초기화하기 위한 이메일 주소를 추가할 수 없습니다." }