Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n #301

Merged
merged 18 commits into from
Oct 21, 2024
67 changes: 32 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Demo: <https://freedit.eu/>

GitHub: <https://github.com/freedit-org/freedit>

## Support

Help support the development and maintenance of freedit. Your contributions are greatly appreciated!

- Monero (XMR): `45JB1KbCM54gw7zDY8LzkDXjEibDgTspyKBzM8VWi8mL1gY3wCyzHsCSRGRsXBwGgdC6HX1EtJFoNYXZELnDQW8S7DRG8tL`

All donations go towards hosting costs and continued development of freedit. Thank you for your support!

## Features

* Easy to deploy: one binary to run, using embedded database [sled](https://github.com/spacejam/sled)
Expand Down
136 changes: 136 additions & 0 deletions i18n/en.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
about = "About"
active = "Active"
add = "Add"
admin = "Admin"
agree_terms = "I agree to the "
freedit-dev marked this conversation as resolved.
Show resolved Hide resolved
all = "All"
already_have_account = "Already have an account?"
apply = "Apply"
article_max_length = "Article Max Length"
avatar_help = "Please clear browser cache"
banned = "Banned"
captcha = "Captcha"
captcha_difficulty = "Captcha Difficulty"
captcha_name = "Captcha Name"
comment = "Comment"
comment_interval = "Comment Interval"
comment_max_length = "Comment Max Length"
created = "Created"
db_view = "DB View"
delete = "Delete"
delete_draft = "Delete Draft"
delete_permanently = "Delete Permanently"
delete_sure = "Are you sure you want to delete this?"
description = "Description"
domain = "Domain"
draft = "Draft"
early_birds = "Early Birds"
early_birds_help = "An early bird will be Fellow automatically."
easy = "Easy"
edit = "Edit"
error = "Error"
everyone = "Everyone"
exit = "Exit"
explore = "Explore"
feed_add_help = "Only works when new is selected"
feed_url_help = "rss/atom feed url"
fellow = "Fellow"
folder = "Folder"
followers = "Followers"
following = "Following"
forgot_password = "Forgot Password?"
gallery = "Gallery"
hard = "Hard"
hidden = "Hidden"
hide = "Hide"
home_page = "Default Home Page"
inn_feed_help = "Submit url again to unsubscribe."
inn_mod_max = "Inn Mod Max"
inn_name = "Inn Name"
inn_type = "Inn Type"
intern = "Intern"
is_public = "Is Public"
join = "Join"
join_to_comment = "Join to comment"
joined = "Joined"
just_me = "Just Me"
lang = "Language"
like = "Like"
limit_edit_seconds = "Limited Edit Seconds"
limit_edit_seconds_help = "How long before users are blocked from editing? (set 0 to allow anytime)"
limited = "Limited"
list = "List"
load_image = "Load Image"
lock = "Lock"
medium = "Medium"
members = "Members"
mod = "Mod"
new = "New"
new_comment = "New Comment"
new_folder = "New Folder"
new_password = "New Password"
new_post = "New Post"
next = "Next"
old_password = "Old Password"
password = "Password"
password_help = "Password must be 7 - 20 chars"
password_reset = "Password Reset"
pending = "Pending"
per_page = "Per Page"
pin = "Pin"
post = "Post"
post_interval = "Post Interval"
prev = "Prev"
preview = "Preview"
private = "Private"
private_help = "The Private inn can not be changed to other type."
private_hidden = "Private Hidden"
public = "Public"
re_enter_password = "Re-enter Password"
read_only = "Read Only"
recovery_code = "Recovery Code"
recovery_code_msg = "You have not set a recovery code. If you lose your password, you will not be able to recover your account."
recovery_generate = "Generate recovery code"
recovery_help = "You must input your password to generate or reset your recovery code."
refresh = "Refresh"
rejected = "Rejected"
remove = "Remove"
role = "Role"
save = "Save"
save_draft = "Save Draft"
search = "Search"
senior = "Senior"
sessions = "Sessions"
sign_in = "Sign In"
sign_in_to_comment = "Sign in to comment"
sign_out = "Sign Out"
sign_up = "Sign Up"
site_name = "Site Name"
site_settings = "Site Settings"
solo_interval = "Solo Interval"
source = "Source"
spam_regex = "Spam Regex"
standard = "Standard"
star = "Star"
stats = "Stats"
stay_logged_in = "Stay logged in"
submit = "Submit"
subscribe = "Subscribe"
super = "Super"
terms = "Terms and Conditions"
freedit-dev marked this conversation as resolved.
Show resolved Hide resolved
title_max_length = "Title Max Length"
topics = "Topics"
topics_help = "# separated"
uname_or_id = "Username or uid"
unhide = "Unhide"
unlock = "Unlock"
unpin = "Unpin"
unread = "Unread"
unsubscribe = "Unsubscribe"
upload = "Upload"
upload_help = "Max 10 pictures; jpg jpeg png wepb and gif is allowed."
freedit-dev marked this conversation as resolved.
Show resolved Hide resolved
url = "URL"
user_name = "User Name"
user_name_help = "Username, Not start with number, 2 - 10 chars"
users = "Users"
warning = "Warning"
Loading