✨ feat(profile): Update localization strings and enhance third-party account binding
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"accountSettings": {
|
||||
"accountSettings": "Kontoinnstillinger",
|
||||
"loginPassword": "Innloggingspassord",
|
||||
"newPassword": "Nytt passord",
|
||||
"passwordMismatch": "Passordene stemmer ikke overens",
|
||||
"repeatNewPassword": "Gjenta nytt passord",
|
||||
@@ -9,21 +8,64 @@
|
||||
"updateSuccess": "Oppdatering vellykket"
|
||||
},
|
||||
"notify": {
|
||||
"balanceChange": "Endring i saldo",
|
||||
"bind": "Gå til binding",
|
||||
"channels": "Varslingskanaler",
|
||||
"emailNotification": "E-postvarsling",
|
||||
"finance": "Økonomi",
|
||||
"login": "Logg inn",
|
||||
"notificationSettings": "Varslingsinnstillinger",
|
||||
"telegramId": "Telegram-ID",
|
||||
"notificationTypes": "Varslingstyper",
|
||||
"save": "Lagre endringer",
|
||||
"subscribe": "Abonner",
|
||||
"telegramIdPlaceholder": "Skriv inn Telegram-ID",
|
||||
"telegramNotification": "Telegram-varsling",
|
||||
"unbind": "Løsne",
|
||||
"updateSuccess": "Oppdatering vellykket"
|
||||
},
|
||||
"notifyEvent": {
|
||||
"balanceChange": "Saldoendring",
|
||||
"finance": "Finans",
|
||||
"login": "Logg inn",
|
||||
"notificationEvents": "Varslingshendelser",
|
||||
"subscribe": "Abonner",
|
||||
"thirdParty": {
|
||||
"apple": {
|
||||
"description": "Logg inn med Apple"
|
||||
},
|
||||
"bind": "Koble til",
|
||||
"bindFailed": "Kobling mislyktes",
|
||||
"bindMobile": "Koble mobil",
|
||||
"bindSuccess": "Koblet til med suksess",
|
||||
"change": "Endre",
|
||||
"confirm": "Bekreft",
|
||||
"email": {
|
||||
"description": "Koble e-postadressen din",
|
||||
"invalid": "Vennligst skriv inn en gyldig e-postadresse",
|
||||
"placeholder": "Skriv inn e-postadressen din",
|
||||
"title": "Endre e-post"
|
||||
},
|
||||
"facebook": {
|
||||
"description": "Logg inn med Facebook"
|
||||
},
|
||||
"github": {
|
||||
"description": "Logg inn med GitHub"
|
||||
},
|
||||
"google": {
|
||||
"description": "Logg inn med Google"
|
||||
},
|
||||
"mobile": {
|
||||
"description": "Koble mobilnummeret ditt",
|
||||
"invalid": "Vennligst skriv inn et gyldig mobilnummer",
|
||||
"placeholder": "Skriv inn mobilnummeret ditt",
|
||||
"title": "Endre mobilnummer"
|
||||
},
|
||||
"phone": {
|
||||
"description": "Koble telefonnummeret ditt",
|
||||
"placeholder": "Skriv inn telefonnummeret ditt",
|
||||
"title": "Endre telefon"
|
||||
},
|
||||
"save": "Lagre",
|
||||
"telegram": {
|
||||
"description": "Logg inn med Telegram"
|
||||
},
|
||||
"title": "Koblede kontoer",
|
||||
"unbind": "Koble fra",
|
||||
"update": "Oppdater",
|
||||
"updateSuccess": "Oppdatering vellykket"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user