diff --git a/locales/en-AU.json b/locales/en-AU.json new file mode 100644 index 0000000..027898e --- /dev/null +++ b/locales/en-AU.json @@ -0,0 +1,44 @@ +{ + "quotes": "“”‘’", + "password": "Password", + "username": "Username", + "prettyname": "Prettyname", + "description": "Description (social links, what you write about etc), supports markdown", + "title": "Title", + "post_content": "Post Content, supports markdown", + "tags": "Tags (comma seperated)", + "delete_account_confirmation": "Delete my account - (I agree that my account and all of my posts will be permanently deleted instantly)", + "signup_agreement": "I agree to not post illegal or hateful content", + "comment": "Comment", + "submit": "Sumbit", + + "site_ran_by": "Site is ran by", + "signups_unavailable": "Sorry, this server does not allow signups", + "user_exists": "Sorry, this user already exists, try a different username", + "user_doesnt_exist": "Sorry, this user does not exist", + "comment_doesnt_exist": "This comment doesn't exist, this could be because the post it was attached to was deleted", + "post_doesnt_exist": "This post doesn't exist or was deleted", + "incorrect_password": "Incorrect Password", + "rss_disabled": "Sorry, RSS 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", + "atom_feed": "ATOM Feed", + "no_tags": "No Tags", + "new_post": "New Post", + "edit_post": "Edit Post", + "sign_up": "Sign Up", + "edit_account": "Edit Account", + "permalink": "Permalink", + "written_by": "Written by", + "published": "Published", + "last_modified": "Last Modified", + "hitcount": "Hitcount", + "posts_tagged": "Posts Tagged", + "home_page": "Home Page", + "site_index": "Site Index", + "reply": "reply", + "attribution": "Powered by blogger-nodejs: Source Code, license (WTFPL)", + "translated_by": "DeaDvey" +}