mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 06:23:35 -04:00
Add missing
This commit is contained in:
parent
1612e4751d
commit
0355f96367
@ -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: '“'
|
||||
|
@ -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'
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user