Update Rhymix English Language Translations

Update Language Files of:
- Common Language File
- Addon Module
- Admin Module
- AutoInstall Module
- Board Module
- Comment Module
- Communication Module
- Document Module
- Editor Module
- File Module
- Korean Postal Code Module
- Notification Center Module
- Point Module
- Poll Module
- RSS Module
- Tag Module
- Recycle Bin Module
- AdminLogging Addon
- PhotoSwipe Addon
- XEdition Layout
- Content Widget
- ncenter_login Widget
- mcontent Widget
This commit is contained in:
Min-Soo Kim 2024-12-31 10:41:06 -05:00 committed by GitHub
parent 0e9c44387c
commit a3cc3a9781
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 190 additions and 105 deletions

View file

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="0.2">
<title xml:lang="ko">휴지통</title>
<title xml:lang="en">trash</title>
<title xml:lang="en">Recycle Bin</title>
<title xml:lang="jp">ゴミ箱</title>
<title xml:lang="zh-TW">回收桶</title>
<description xml:lang="ko">문서, 댓글 등을 완전히 삭제하지 않고 복구 가능한 상태로 만들어 관리합니다.</description>
<description xml:lang="jp">ドミュメンと、コメントなどを完全に削除せずに復旧可能な状態に作って管理します。</description>
<description xml:lang="en">Recycle Bin is a logical reservoir for deleted items, such as posts and comments, which enables the administrators to restore the deleted items.</description>
<version>RX_VERSION</version>
<date>RX_CORE</date>
<category>content</category>

View file

@ -11,7 +11,7 @@
</actions>
<menus>
<menu name="trash">
<title xml:lang="en">Trash</title>
<title xml:lang="en">Recycle Bin</title>
<title xml:lang="ko">휴지통</title>
<title xml:lang="zh-CN">Trash</title>
<title xml:lang="jp">ゴミ箱</title>

View file

@ -2,7 +2,7 @@
$lang->cmd_trash = 'Recycle Bin';
$lang->cmd_restore_all = 'Restore All';
$lang->in_trash = 'Recycle Bin';
$lang->trash_date = 'Deleted date';
$lang->trash_date = 'Deleted Date';
$lang->trash_description = 'Description';
$lang->success_trashed = 'Moved to Recycle Bin.';
$lang->empty_trash_all = 'Empty Recycle Bin';
@ -12,10 +12,18 @@ $lang->fail_empty = 'Failed to empty Recycle Bin.';
$lang->success_restore = 'Restored successfully.';
$lang->fail_restore = 'Failed to restore.';
$lang->origin_module_type = 'Type';
$lang->remove_all_trash_item = 'Remove all trash items. After execute could not be recovered.';
$lang->remove_all_trash_item = 'Remove all trash items. After execution, the items can not be recovered.';
$lang->title = 'Subject';
$lang->content = 'Content';
$lang->trasher = 'Deleter';
$lang->origin_info = 'Document Info';
$lang->delete_info = 'Trash Info';
$lang->cmd_restore = 'Restore';
$lang->cmd_trash_list = 'Recycle Bin Items';
$lang->cmd_trash_type = 'Type Selection';
$lang->trash_warning = 'Caution!';
$lang->trash_nick_name = 'Deleted By';
$lang->search_target_trash_list['title'] = 'Title';
$lang->search_target_trash_list['user_id'] = 'User ID';
$lang->search_target_trash_list['nick_name'] = 'Nickname';
$lang->search_target_trash_list['trash_ipaddress'] = 'IP Address';