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: footer:
license: > license: >
{https://gitlab.com/PronounsPage/PronounsPage=Source code} and content are licensed under {/license=OQL}. {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' links: 'Contact, social media'
legal: 'Legal' legal: 'Legal'
financial: 'Financial transparency' financial: 'Financial transparency'
@ -825,6 +827,7 @@ footer:
uptime: 'Uptime' uptime: 'Uptime'
responseTime: 'Avg response time' responseTime: 'Avg response time'
month: 'month' month: 'month'
version: 'Version:'
notFound: notFound:
message: 'Page was not found' message: 'Page was not found'
@ -1029,6 +1032,7 @@ api:
header: 'Public API' header: 'Public API'
example: 'Example' example: 'Example'
query: 'Query string parameters' query: 'Query string parameters'
source: 'Source code'
quotation: quotation:
start: '“' start: '“'

View File

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