From a6e0f88a270da63afe4e98194c5f298860e7edfe Mon Sep 17 00:00:00 2001 From: luatdolphin Date: Mon, 23 Dec 2019 17:22:21 +0700 Subject: [PATCH] update v0.1.0-beta.11 update v0.1.0-beta.11 --- extend.php | 10 ++--- locale/clarkwinkelmann-author-change.yml | 17 ++++++++ locale/core.yml | 2 +- locale/dem13n.yml | 13 ++++++ locale/fof-auth-discord.yml | 10 +++++ locale/fof-linguist.yml | 32 ++++++++++++++ locale/fof-reactions.yml | 44 +++++++++++++++++++ locale/fof-share-social.yml | 22 ++++++++++ locale/nikovonlas-webpush.yml | 54 ++++++++++++++++++++++++ locale/reflar-level-ranks.yml | 11 +++++ 10 files changed, 207 insertions(+), 8 deletions(-) create mode 100644 locale/clarkwinkelmann-author-change.yml create mode 100644 locale/dem13n.yml create mode 100644 locale/fof-auth-discord.yml create mode 100644 locale/fof-linguist.yml create mode 100644 locale/fof-reactions.yml create mode 100644 locale/fof-share-social.yml create mode 100644 locale/nikovonlas-webpush.yml create mode 100644 locale/reflar-level-ranks.yml diff --git a/extend.php b/extend.php index 7b40e0b..72ceff8 100644 --- a/extend.php +++ b/extend.php @@ -1,12 +1,8 @@ - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ - -return new Flarum\Extend\LanguagePack; +return new Flarum\Extend\LanguagePack(); \ No newline at end of file diff --git a/locale/clarkwinkelmann-author-change.yml b/locale/clarkwinkelmann-author-change.yml new file mode 100644 index 0000000..f03c2dd --- /dev/null +++ b/locale/clarkwinkelmann-author-change.yml @@ -0,0 +1,17 @@ +clarkwinkelmann-author-change: + forum: + controls: + edit: Chỉnh sửa tác giả + modal: + title-post: Chỉnh sửa Tác giả bài viết + title-discussion: Chỉnh sửa Tác giả bài thảo luận + submit: Lưu + cancel: Hủy + search: + placeholder: Tìm kiếm người dùng + type-more: Nhập 3 ký tự để tìm kiếm dữ liệu + no-results: Không có kết quả + + admin: + permissions: + edit: Cập nhật tác giả thảo luận và bài viết diff --git a/locale/core.yml b/locale/core.yml index 8708d6e..733c429 100644 --- a/locale/core.yml +++ b/locale/core.yml @@ -161,7 +161,7 @@ core: sign_up_label: Đăng ký start_discussions_label: Tham gia thảo luận view_discussions_label: Xem cuộc thảo luận - view_last_seen_at_label: Xem thời gian thành viên xem lần cuối + view_last_seen_at_label: Luôn xem thành viên xem lần cuối view_post_ips_label: Xem địa chỉ IP view_user_list_label: Xem danh sách thành viên diff --git a/locale/dem13n.yml b/locale/dem13n.yml new file mode 100644 index 0000000..e9fc911 --- /dev/null +++ b/locale/dem13n.yml @@ -0,0 +1,13 @@ +dem13n: + forum: + nickname: + head_title: Nickname + new_nickname: Nhập vào nickname mới + change: Thay đổi Nickname + submit_button: => core.ref.save_changes + admin: + nickname: + settings_modal_title: Thiết lập Nickname Changer + unlimited_nickname_change: Không giới hạn tahy đổi nickname + allow_nickname_change: Cho phép thay đổi nickname + submit_button: => core.ref.save_changes \ No newline at end of file diff --git a/locale/fof-auth-discord.yml b/locale/fof-auth-discord.yml new file mode 100644 index 0000000..df5993d --- /dev/null +++ b/locale/fof-auth-discord.yml @@ -0,0 +1,10 @@ +fof-auth-discord: + admin: + discord_settings: + client_id_label: Client ID + client_secret_label: Client Secret + title: Discord Login + + forum: + log_in: + with_discord_button: Đăng nhập bằng Discord \ No newline at end of file diff --git a/locale/fof-linguist.yml b/locale/fof-linguist.yml new file mode 100644 index 0000000..9c5f1d7 --- /dev/null +++ b/locale/fof-linguist.yml @@ -0,0 +1,32 @@ +fof-linguist: + admin: + menu: + title: Linguist + description: Tùy chỉnh phiên dịch. + buttons: + apply: Áp dụng + reset: Khôi phục bản gốc + copy-original: Sao chép văn bản gốc + load-more: Tải thêm + locales: + all: Toàn bộ + placeholder: + not-translated: Chưa được dịch + all-locales: Một văn bản được xác định ở đây sẽ được hiển thị trong tất cả các ngôn ngữ + hint: Giá trị gốc: + filters: + search: Tìm kiếm chuỗi phiên dịch... + with-own-translations: Bản dịch của tôi + with-original-translations-in-locales: Với bản dịch gốc ở + without-original-translations-in-locales: Không có bản dịch gốc ở + for-extension: Dành cho tiện ích mở rộng + for-extension-unavailable: > + Không có bản dịch được tìm thấy trong namespace "{namespace}". + Có thể tiện ích mở rộng này không có bất kỳ văn bản nào để dịch hoặc đang sử dụng một namespace khác. + Hãy thử sử dụng trường tìm kiếm để định vị bản dịch của nó. + results: Hiển thị {shown} trong {total} bản dịch phù hợp + clear-cache: + text: > + Bản dịch mới chưa được áp dụng. + Lưu ý: xóa bộ nhớ cache có thể làm chậm diễn đàn của bạn trong giây lát. + button: Xóa cache ngay diff --git a/locale/fof-reactions.yml b/locale/fof-reactions.yml new file mode 100644 index 0000000..e791f28 --- /dev/null +++ b/locale/fof-reactions.yml @@ -0,0 +1,44 @@ +fof-reactions: + forum: + warning: Biểu tượng cảm xúc mà bạn bày tỏ đã được chuyển đổi + notification: '{username} đã bày tỏ cảm xúc {reaction} với bài viết của bạn' + settings: + notify_post_reacted_label: Ai đó bày tỏ cảm xúc với một trong các bài viết của tôi + + admin: + permissions: + react_posts_label: Bày tỏ cảm xúc tới bài viết + + nav: + desc: Thêm/đổi biểu tượng cảm xúc và thay đổi thiết lập. + + page: + reactions: + title: Thay đổi biểu tượng cảm xúc + reactions: Biểu tượng hiện tại + Helptext: Nhập vào tên (identifier) của emoji hoặc font-awesome icon và lựa chọn loại mà bạn muốn. + help: + identifier: Identifier + + convert: + help: Nếu bạn vừa cập nhật tiện ích mở rộng, những biểu tượng cảm xúc bạn đã bày tỏ cần được chuyển đổi. Nếu bạn vừa cài đặt tiện ích mở rộng này, bạn hoàn toàn có thể bỏ qua thông báo này. + button: Chuyển đổi từ những bày tỏ cảm xúc cũ + converting: Những bày tỏ cảm xúc của bạn hiện đang chuyển đổi. Làm mới trang web của bạn sau một vài phút để xác nhận quá trình hoàn tất. (Thời gian chuyển đổi có thể mất một lúc tùy thuộc vào tổng số biểu tượng của bạn) + converted: "Thành công chuyển đổi {number} lượt thích" + + settings: + save_settings: Lưu lại thiết lập + integrations: + legend: Tích hợp + warning: Bày tỏ cảm xúc tương tự không thể được chuyển đổi thành Thích một upvote + gamification: + legend: Gamification + upvoteLabel: Chuyển đổi lượt bày tỏ cảm xúc thành upvote + upvoteHelptext: Nhập identifier của biểu tượng cảm xúc bạn muốn tự động chuyển đổi thành upvote + downvoteLabel: Chuyển đổi lượt bày tỏ cảm xúc thành downvote + downvoteHelptext: Nhập identifier của biểu tượng cảm xúc bạn muốn tự động chuyển đổi thành downvote + + likes: + legend: Thích + Label: Chuyển đổi biểu tượng cảm xúc thành Thích + Helptext: INhập identifier của biểu tượng cảm xúc bạn muốn tự động chuyển đổi thành Thích diff --git a/locale/fof-share-social.yml b/locale/fof-share-social.yml new file mode 100644 index 0000000..93aa178 --- /dev/null +++ b/locale/fof-share-social.yml @@ -0,0 +1,22 @@ +fof-share-social: + forum: + discussion: + share_button: Chia sẻ + + modal: + title: Chia sẻ + + admin: + settings: + title: Chia sẻ tới mạng xã hội + + lib: + networks: + facebook: Facebook + twitter: Twitter + linkedin: LinkedIn + reddit: Reddit + + vkontakte: VKontakte + odnoklassniki: Odnoklassniki + my_mail: My World \ No newline at end of file diff --git a/locale/nikovonlas-webpush.yml b/locale/nikovonlas-webpush.yml new file mode 100644 index 0000000..3a88162 --- /dev/null +++ b/locale/nikovonlas-webpush.yml @@ -0,0 +1,54 @@ +nikovonlas-webpush: + forum: + subscribe: Nhận thông báo + admin: + settings: + title: Thiết lập WebPush + type: + description: Onesignal type of connector + standart: Tiêu chuẩn + custom: Tùy chỉnh + app_id: Onesignal app id + api_key: Onesignal api key + user_key: Onesignal user key + subdomain: Onesignal subdomain + excerpt: Length of excerpt in notifications + autoprompt: Show permission prompt immediately to authorize users + notify: + like: + title: Bài viết đã được thích + message: '{from} thích bài viết: {post}' + mention-post: + title: 'Phản hồi mới tới bài viết: {title}' + message: '{from} đã phản hồi bài viết: {post}' + mention: + title: 'Bạn đã được đề cập đến trong bài: {title}' + message: '{from} đã đề cập đến bạn trong bài: {post}' + post: + title: 'Bài đăng mới trong cuộc thảo luận đã đăng ký: {title}' + message: '{from} đã tạo bài đăng mới: {post}' + tag: + discussion: + title: Thảo luận mới với thẻ đã đăng ký + message: '{from} đã tạo thảo luận mới: {title}' + post: + title: 'Bài mới trong cuộc thảo luận: {title}' + message: '{from} tạo bài mới: {post}' + rename: + title: Cuộc thảo luận đã được đổi tên + message: '{from} đổi tên thảo luận thành: {title}' + lock: + title: Thảo luận đã bị khóa + message: '{from} đã khóa thảo luận: {title}' + delete: + title: Thảo luận đã bị xóa + message: '{from} xóa thảo luận: {title}' + suspend: + title: Tài khoản của bạn đã bị đình chỉ + message: '{from} đình chỉ tài khoản của bạn' + unsuspend: + title: Tài khoản của bạn đã được hủy đình chỉ + message: '{from} hủy đình chỉ tài khoản của bạn' + flag: + title: Bài mới được gắn cờ + message: '{from} gắn cờ bài đăng: {post}' diff --git a/locale/reflar-level-ranks.yml b/locale/reflar-level-ranks.yml new file mode 100644 index 0000000..47bb83d --- /dev/null +++ b/locale/reflar-level-ranks.yml @@ -0,0 +1,11 @@ +reflar-level-ranks: + admin: + settings: + title: Thiết lập Level Ranks + levelText: Nhập văn bản sẽ được hiển thị cho các điểm (VD: Xếp hạng, Cấp độ) + forum: + desc: + expText: EXP + lib: + defaults: + level: Level \ No newline at end of file