Add missing

This commit is contained in:
Gradient1058 2023-05-29 21:15:39 +03:00
parent 1612e4751d
commit 0355f96367
2 changed files with 7 additions and 0 deletions

View File

@ -806,6 +806,8 @@ crud:
footer:
license: >
{https://gitlab.com/PronounsPage/PronounsPage=Source code} and content are licensed under {/license=OQL}.
using: >
Using {https://www.gradientmagic.com/=gradientmagic.com} and {https://fonts.google.com/noto/specimen/Noto+Color+Emoji=Noto Color Emoji}
links: 'Contact, social media'
legal: 'Legal'
financial: 'Financial transparency'
@ -825,6 +827,7 @@ footer:
uptime: 'Uptime'
responseTime: 'Avg response time'
month: 'month'
version: 'Version:'
notFound:
message: 'Page was not found'
@ -1029,6 +1032,7 @@ api:
header: 'Public API'
example: 'Example'
query: 'Query string parameters'
source: 'Source code'
quotation:
start: '“'

View File

@ -45,6 +45,8 @@ module.exports = [
'footer.stats.keys.visitDuration',
'footer.stats.keys.uptime',
'footer.stats.keys.responseTime',
'footer.using',
'footer.version',
'privacy.header',
'user.avatar.failed',
'user.qr.header',
@ -121,4 +123,5 @@ module.exports = [
'mode.reducedItems',
'user.socialLookup',
'user.socialLookupWhy',
'api.source'
];