userpage: show expiry

This commit is contained in:
Harvey Tindall
2023-06-18 12:27:18 +01:00
parent a22f032924
commit 5beeeb958b
42 changed files with 258 additions and 62 deletions
+19 -2
View File
@@ -32,7 +32,10 @@
"disabled": "Disabled",
"reEnable": "Re-enable",
"disable": "Disable",
"contactMethods": "Contact Methods"
"contactMethods": "Contact Methods",
"accountStatus": "Account Status",
"notSet": "Not set",
"expiry": "Expiry"
},
"notifications": {
"errorLoginBlank": "The username and/or password were left blank.",
@@ -40,5 +43,19 @@
"errorUnknown": "Unknown error.",
"error401Unauthorized": "Unauthorized. Try refreshing the page.",
"errorSaveSettings": "Couldn't save settings."
},
"quantityStrings": {
"year": {
"singular": "{n} Year",
"plural": "{n} Years"
},
"month": {
"singular": "{n} Month",
"plural": "{n} Months"
},
"day": {
"singular": "{n} Day",
"plural": "{n} Days"
}
}
}
}