* more proffesional language in rejecting AI
* footer uses locales
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
"comment": "Comment",
|
"comment": "Comment",
|
||||||
"submit": "Sumbit",
|
"submit": "Sumbit",
|
||||||
|
|
||||||
|
"site_ran_by": "Site is ran by",
|
||||||
"signups_unavailable": "Sorry, this server does not allow signups",
|
"signups_unavailable": "Sorry, this server does not allow signups",
|
||||||
"user_exists": "Sorry, this user already exists, try a different username",
|
"user_exists": "Sorry, this user already exists, try a different username",
|
||||||
"user_doesnt_exist": "Sorry, this user does not exist",
|
"user_doesnt_exist": "Sorry, this user does not exist",
|
||||||
@@ -20,6 +21,7 @@
|
|||||||
"incorrect_password": "Incorrect Password",
|
"incorrect_password": "Incorrect Password",
|
||||||
"rss_disabled": "Sorry, RSS is disabled",
|
"rss_disabled": "Sorry, RSS is disabled",
|
||||||
"atom_disabled": "Sorry, ATOM is disabled",
|
"atom_disabled": "Sorry, ATOM is disabled",
|
||||||
|
"AI_consent": "The content on this website may not be copied, scraped, or used to train AI models or large language models (LLMs) without prior written consent.",
|
||||||
|
|
||||||
"rss_feed": "RSS Feed",
|
"rss_feed": "RSS Feed",
|
||||||
"atom_feed": "ATOM Feed",
|
"atom_feed": "ATOM Feed",
|
||||||
|
@@ -12,6 +12,7 @@
|
|||||||
"comment": "Comment",
|
"comment": "Comment",
|
||||||
"submit": "Sumbit",
|
"submit": "Sumbit",
|
||||||
|
|
||||||
|
"site_ran_by": "Site is ran by",
|
||||||
"signups_unavailable": "Sorry, this server does not allow signups",
|
"signups_unavailable": "Sorry, this server does not allow signups",
|
||||||
"user_exists": "Sorry, this user already exists, try a different username",
|
"user_exists": "Sorry, this user already exists, try a different username",
|
||||||
"user_doesnt_exist": "Sorry, this user does not exist",
|
"user_doesnt_exist": "Sorry, this user does not exist",
|
||||||
@@ -20,6 +21,7 @@
|
|||||||
"incorrect_password": "Incorrect Password",
|
"incorrect_password": "Incorrect Password",
|
||||||
"rss_disabled": "Sorry, RSS is disabled",
|
"rss_disabled": "Sorry, RSS is disabled",
|
||||||
"atom_disabled": "Sorry, ATOM is disabled",
|
"atom_disabled": "Sorry, ATOM is disabled",
|
||||||
|
"AI_consent": "The·content·on·this·website·may·not·be·copied,·scraped,·or·used·to·train·AI·models·or·large·language·models·(LLMs)·without·prior·written·consent.",
|
||||||
|
|
||||||
"rss_feed": "RSS Feed",
|
"rss_feed": "RSS Feed",
|
||||||
"atom_feed": "ATOM Feed",
|
"atom_feed": "ATOM Feed",
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
Site is ran by <%= config.site_admin %><br/>
|
<%= locale.site_ran_by %> <%= config.site_admin %><br/>
|
||||||
<%- locale.attribution %><br/>
|
<%- locale.attribution %><br/>
|
||||||
Consent is withdrawn for AI scraping of this website or it's content.
|
<%= locale.AI_consent %> <!-- remove consent for AI scrapers -->
|
||||||
|
Reference in New Issue
Block a user