Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/commit/cf747c1ddbbafae49f5ffe856505cc9a00f82f90
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
21 additions and
3 deletions
@ -36,7 +36,12 @@
"add" : "Voeg toe" ,
"edit" : "Bewerken" ,
"delete" : "Verwijderen" ,
"inviteRemainingUses" : "Resterend aantal keer te gebruiken"
"inviteRemainingUses" : "Resterend aantal keer te gebruiken" ,
"referrals" : "Verwijzingen" ,
"contactMethods" : "Contactmethodes" ,
"accountStatus" : "Account status" ,
"notSet" : "Niet ingesteld" ,
"myAccount" : "Mijn account"
} ,
"notifications" : {
"errorLoginBlank" : "De gebruikersnaam en/of wachtwoord is leeg." ,
@ -45,5 +50,18 @@
"error401Unauthorized" : "Geen toegang. Probeer de pagina te vernieuwen." ,
"errorSaveSettings" : "Opslaan van instellingen mislukt."
} ,
"quantityStrings" : { }
}
"quantityStrings" : {
"year" : {
"singular" : "{n} jaar" ,
"plural" : "{n} jaar"
} ,
"month" : {
"singular" : "{n} maand" ,
"plural" : "{n} maanden"
} ,
"day" : {
"singular" : "{n} dag" ,
"plural" : "{n} dagen"
}
}
}