-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub
committed
Oct 18, 2024
1 parent
1b3116c
commit 5523116
Showing
7 changed files
with
114 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,105 @@ | ||
sign_in = "Sign In" | ||
sign_out = "Sign Out" | ||
sign_up = "Sign Up" | ||
sign_up = "Sign Up" | ||
|
||
site_settings = "Site Settings" | ||
db_view = "DB View" | ||
stats = "Stats" | ||
|
||
site_name = "Site Name" | ||
domain = "Domain" | ||
description = "Description" | ||
read_only = "Read Only" | ||
title_max_length = "Title Max Length" | ||
article_max_length = "Article Max Length" | ||
comment_max_length = "Comment Max Length" | ||
solo_interval = "Solo Interval" | ||
post_interval = "Post Interval" | ||
comment_interval = "Comment Interval" | ||
per_page = "Per Page" | ||
captcha_difficulty = "Captcha Difficulty" | ||
about = "About" | ||
captcha = "Captcha" | ||
easy = "Easy" | ||
medium = "Medium" | ||
hard = "Hard" | ||
captcha_type = "Captcha Type" | ||
default_home_page = "Default Home Page" | ||
|
||
all = "All" | ||
joined = "Joined" | ||
following = "Following" | ||
explore_all = "Explore All" | ||
|
||
save = "Save" | ||
|
||
delete_permanently = "Delete Permanently" | ||
delete_sure = "Are you sure you want to delete this?" | ||
delete = "Delete" | ||
prev = "Prev" | ||
next = "Next" | ||
error = "Error" | ||
|
||
star = "Star" | ||
unread = "Unread" | ||
subscribe = "Subscribe" | ||
unsubscribe = "Unsubscribe" | ||
|
||
url = "URL" | ||
folder = "Folder" | ||
new = "New" | ||
new_folder = "New Folder" | ||
is_public = "Is Public" | ||
add = "Add" | ||
source = "Source" | ||
load_image = "Load Image" | ||
|
||
new_post = "New Post" | ||
exit = "Exit" | ||
limited = "Limited" | ||
rejected = "Rejected" | ||
pending = "Pending" | ||
|
||
members = "Members" | ||
mod = "Mod" | ||
join = "Join" | ||
active = "Active" | ||
users = "Users" | ||
topics = "Topics" | ||
|
||
public = "Public" | ||
apply = "Apply" | ||
hidden = "Hidden" | ||
private = "Private" | ||
private_help = "The Private inn can not be changed to other type." | ||
private_hidden = "Private Hidden" | ||
limited_edit_seconds = "Limited Edit Seconds" | ||
limited_edit_seconds_help = "How long before users are blocked from editing? (set 0 to allow anytime)" | ||
|
||
avatar_help = "Please clear browser cache" | ||
upload = "Upload" | ||
inn_name = "Inn Name" | ||
inn_type = "Inn Type" | ||
inn_feed_help = "Submit url again to unsubscribe." | ||
|
||
edit = "Edit" | ||
new_comment = "New Comment" | ||
submit = "Submit" | ||
preview = "Preview" | ||
join_to_comment = "Join to comment" | ||
sign_in_to_comment = "Sign in to comment" | ||
save_draft = "Save Draft" | ||
delete_draft = "Delete Draft" | ||
draft = "Draft" | ||
uname_or_id = "Username or uid" | ||
recovery_code = "Recovery Code" | ||
new_password = "New Password" | ||
confirm = "Confirm" | ||
change = "Change" | ||
search = "Search" | ||
post = "Post" | ||
comment = "Comment" | ||
|
||
stay_logged_in = "Stay logged in" | ||
forgot_password = "Forgot Password?" | ||
password_reset = "Password Reset" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters