Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Oct 20, 2024
1 parent f8b8d0e commit 240fe2b
Show file tree
Hide file tree
Showing 27 changed files with 450 additions and 470 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ GitHub: <https://github.com/freedit-org/freedit>

## Support

XMR: 45JB1KbCM54gw7zDY8LzkDXjEibDgTspyKBzM8VWi8mL1gY3wCyzHsCSRGRsXBwGgdC6HX1EtJFoNYXZELnDQW8S7DRG8tL
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

Expand Down
175 changes: 84 additions & 91 deletions i18n/en.toml
Original file line number Diff line number Diff line change
@@ -1,108 +1,101 @@
sign_in = "Sign In"
sign_out = "Sign Out"
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"
active = "Active"
add = "Add"
all = "All"
apply = "Apply"
article_max_length = "Article Max Length"
avatar_help = "Please clear browser cache"
captcha = "Captcha"
easy = "Easy"
medium = "Medium"
hard = "Hard"
captcha_difficulty = "Captcha Difficulty"
captcha_name = "Captcha Name"
home_page = "Default Home Page"
spam_regex = "Spam Regex"
lang = "Language"

all = "All"
joined = "Joined"
following = "Following"
list = "List"

save = "Save"

change = "Change"
comment = "Comment"
comment_interval = "Comment Interval"
comment_max_length = "Comment Max Length"
confirm = "Confirm"
db_view = "DB View"
delete = "Delete"
delete_draft = "Delete Draft"
delete_permanently = "Delete Permanently"
delete_sure = "Are you sure you want to delete this?"
delete = "Delete"
prev = "Prev"
next = "Next"
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"

star = "Star"
unread = "Unread"
subscribe = "Subscribe"
unsubscribe = "Unsubscribe"

url = "URL"
exit = "Exit"
feed_add_help = "Only works when new is selected"
feed_url_help = "rss/atom feed url"
folder = "Folder"
new = "New"
new_folder = "New Folder"
following = "Following"
forgot_password = "Forgot Password?"
hard = "Hard"
hidden = "Hidden"
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"
is_public = "Is Public"
add = "Add"
source = "Source"
load_image = "Load Image"

new_post = "New Post"
exit = "Exit"
join = "Join"
join_to_comment = "Join to comment"
joined = "Joined"
lang = "Language"
limited = "Limited"
rejected = "Rejected"
pending = "Pending"

limit_edit_seconds = "Limited Edit Seconds"
limit_edit_seconds_help = "How long before users are blocked from editing? (set 0 to allow anytime)"
list = "List"
load_image = "Load Image"
medium = "Medium"
members = "Members"
mod = "Mod"
join = "Join"
active = "Active"
users = "Users"
topics = "Topics"

public = "Public"
apply = "Apply"
hidden = "Hidden"
new = "New"
new_comment = "New Comment"
new_folder = "New Folder"
new_password = "New Password"
new_post = "New Post"
next = "Next"
password_reset = "Password Reset"
pending = "Pending"
per_page = "Per Page"
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"
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."
inn_mod_max = "Inn Mod Max"

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"
public = "Public"
read_only = "Read Only"
recovery_code = "Recovery Code"
new_password = "New Password"
confirm = "Confirm"
change = "Change"
refresh = "Refresh"
rejected = "Rejected"
save = "Save"
save_draft = "Save Draft"
search = "Search"
post = "Post"
comment = "Comment"

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"
star = "Star"
stats = "Stats"
stay_logged_in = "Stay logged in"
forgot_password = "Forgot Password?"
password_reset = "Password Reset"
submit = "Submit"
subscribe = "Subscribe"
title_max_length = "Title Max Length"
topics = "Topics"
topics_help = "# separated"
uname_or_id = "Username or uid"
unread = "Unread"
unsubscribe = "Unsubscribe"
upload = "Upload"
url = "URL"
users = "Users"
172 changes: 81 additions & 91 deletions i18n/ja.toml
Original file line number Diff line number Diff line change
@@ -1,108 +1,98 @@
sign_in = "サインイン"
sign_out = "サインアウト"
sign_up = "サインアップ"

site_settings = "サイト設定"
db_view = "データベースビュー"
stats = "統計"

site_name = "サイト名"
domain = "ドメイン"
description = "説明"
read_only = "読み取り専用"
title_max_length = "タイトルの最大長"
article_max_length = "記事の最大長"
comment_max_length = "コメントの最大長"
solo_interval = "ソロ間隔"
post_interval = "投稿間隔"
comment_interval = "コメント間隔"
per_page = "ページごと"
captcha_difficulty = "CAPTCHAの難易度"
about = "概要"
active = "アクティブ"
add = "追加"
all = "すべて"
apply = "申請"
article_max_length = "記事の最大長"
avatar_help = "ブラウザのキャッシュをクリアしてください"
captcha = "CAPTCHA"
easy = "簡単"
medium = ""
hard = "難しい"
captcha_difficulty = "CAPTCHAの難易度"
captcha_name = "CAPTCHA名"
home_page = "デフォルトホームページ"
spam_regex = "スパム正規表現"
lang = "言語"

all = "すべて"
joined = "参加済み"
following = "フォロー中"
list = "リスト"

save = "保存"

change = "変更"
comment = "コメント"
comment_interval = "コメント間隔"
comment_max_length = "コメントの最大長"
confirm = "確認"
db_view = "データベースビュー"
delete = "削除"
delete_draft = "下書きを削除"
delete_permanently = "完全に削除"
delete_sure = "これを削除してもよろしいですか?"
delete = "削除"
prev = "前へ"
next = "次へ"
description = "説明"
domain = "ドメイン"
draft = "下書き"
easy = "簡単"
edit = "編集"
error = "エラー"

star = "スター"
unread = "未読"
subscribe = "購読"
unsubscribe = "購読解除"

url = "URL"
exit = "終了"
feed_add_help = "新規選択時のみ有効"
feed_url_help = "RSS/AtomフィードURL"
folder = "フォルダー"
new = "新規"
new_folder = "新しいフォルダー"
following = "フォロー中"
forgot_password = "パスワードを忘れましたか?"
hard = "難しい"
hidden = "非公開"
home_page = "デフォルトホームページ"
inn_feed_help = "URLを再度送信して購読解除します。"
inn_mod_max = "最大モデレーター数"
inn_name = "イン名"
inn_type = "インの種類"
is_public = "公開ですか?"
add = "追加"
source = "ソース"
load_image = "画像を読み込む"

new_post = "新規投稿"
exit = "終了"
join = "参加"
join_to_comment = "コメントするには参加"
joined = "参加済み"
lang = "言語"
limited = "限定"
rejected = "拒否されました"
pending = "保留中"

limited_edit_seconds = "編集制限時間(秒)"
limited_edit_seconds_help = "ユーザーが編集をブロックされる前の時間(0を設定するといつでも許可されます)"
list = "リスト"
load_image = "画像を読み込む"
medium = ""
members = "メンバー"
mod = "モデレーター"
join = "参加"
active = "アクティブ"
users = "ユーザー"
topics = "トピック"

public = "公開"
apply = "申請"
hidden = "非公開"
new = "新規"
new_comment = "新しいコメント"
new_folder = "新しいフォルダー"
new_password = "新しいパスワード"
new_post = "新規投稿"
next = "次へ"
password_reset = "パスワードリセット"
pending = "保留中"
per_page = "ページごと"
post = "投稿"
post_interval = "投稿間隔"
prev = "前へ"
preview = "プレビュー"
private = "非公開"
private_help = "プライベートインは他のタイプに変更できません。"
private_hidden = "非公開非表示"
limited_edit_seconds = "編集制限時間(秒)"
limited_edit_seconds_help = "ユーザーが編集をブロックされる前の時間(0を設定するといつでも許可されます)"

avatar_help = "ブラウザのキャッシュをクリアしてください"
upload = "アップロード"
inn_name = "イン名"
inn_type = "インの種類"
inn_feed_help = "URLを再度送信して購読解除します。"
inn_mod_max = "最大モデレーター数"

edit = "編集"
new_comment = "新しいコメント"
submit = "送信"
preview = "プレビュー"
join_to_comment = "コメントするには参加"
sign_in_to_comment = "コメントするにはサインイン"
save_draft = "下書きを保存"
delete_draft = "下書きを削除"
draft = "下書き"
uname_or_id = "ユーザー名またはUID"
public = "公開"
read_only = "読み取り専用"
recovery_code = "回復コード"
new_password = "新しいパスワード"
confirm = "確認"
change = "変更"
refresh = "更新"
rejected = "拒否されました"
save = "保存"
save_draft = "下書きを保存"
search = "検索"
post = "投稿"
comment = "コメント"

sign_in = "サインイン"
sign_in_to_comment = "コメントするにはサインイン"
sign_out = "サインアウト"
sign_up = "サインアップ"
site_name = "サイト名"
site_settings = "サイト設定"
solo_interval = "ソロ間隔"
source = "ソース"
spam_regex = "スパム正規表現"
star = "スター"
stats = "統計"
stay_logged_in = "ログイン状態を保持"
forgot_password = "パスワードを忘れましたか?"
password_reset = "パスワードリセット"
submit = "送信"
subscribe = "購読"
title_max_length = "タイトルの最大長"
topics = "トピック"
uname_or_id = "ユーザー名またはUID"
unread = "未読"
unsubscribe = "購読解除"
upload = "アップロード"
url = "URL"
users = "ユーザー"
Loading

0 comments on commit 240fe2b

Please sign in to comment.