Skip to content

Commit

Permalink
i18n (#301)
Browse files Browse the repository at this point in the history
* i18n

* i18n

* dedup feed items

* fmt

* update

* typos

* [wip] #208

* [wip]

* i18n

* i18n

* i18n

* typos

* i18n

* Update i18n/en.toml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* i18n

* i18n

* typos happy

* typos happy

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent b19ab25 commit b0882b2
Show file tree
Hide file tree
Showing 48 changed files with 1,188 additions and 477 deletions.
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
139 changes: 139 additions & 0 deletions i18n/en.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
about = "About"
active = "Active"
add = "Add"
admin = "Admin"
agree_terms = "I agree to the "
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_last_valid = "Each time you generate a new code and only the last one will be valid."
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_code_note = "We will not save this code in database. If you close this page, nobody will see this code again."
recovery_code_privacy_note = "For your privacy, Freedit does not require your email. You can send emails directly to yourself and save them in 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"
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."
url = "URL"
user_name = "User Name"
user_name_help = "Username, Not start with number, 2 - 10 chars"
users = "Users"
warning = "Warning"
Loading

0 comments on commit b0882b2

Please sign in to comment.