the browser-facing portion of osu!
at master 59 lines 1.8 kB view raw
1<?php 2 3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4// See the LICENCE file in the repository root for full licence text. 5 6return [ 7 'deleted' => 'đã xóa', 8 'deleted_by' => 'đã xóa :timeago bởi :user', 9 'deleted_by_system' => 'hệ thống', 10 'deleted_count' => ':count_delimited bình luận đã bị xóa', 11 'edited' => 'đã chỉnh sửa :timeago bởi :user', 12 'pinned' => 'đã ghim', 13 'empty' => 'Chưa có bình luận nào.', 14 'empty_other' => 'Chưa có bình luận nào khác.', 15 'load_replies' => 'hiển thị những trả lời', 16 'replies_count' => ':count_delimited trả lời', 17 'title' => 'Bình luận', 18 19 'commentable_name' => [ 20 'beatmapset' => 'Beatmap', 21 'build' => 'Changelog', 22 'news_post' => 'Tin tức', 23 '_deleted' => 'Mục Đã Xóa', 24 ], 25 26 'editor' => [ 27 'textarea_hint' => [ 28 '_' => 'Nhấn enter để :action. Dùng shift+enter để thêm dòng mới.', 29 'edit' => 'lưu', 30 'new' => 'đăng', 31 'reply' => 'trả lời', 32 ], 33 ], 34 35 'guest_button' => [ 36 'new' => 'Đăng nhập để bình luận', 37 'reply' => 'Đăng nhập để trả lời', 38 ], 39 40 'index' => [ 41 'nav_comments' => 'bình luận', 42 'nav_title' => 'danh sách', 43 'no_comments' => 'không tìm thấy bình luận nào...', 44 ], 45 46 'ogp' => [ 47 'title' => 'bình luận bởi :user', 48 ], 49 50 'placeholder' => [ 51 'edit' => 'Chỉnh sửa bình luận tại đây', 52 'new' => 'Nhập bình luận mới tại đây', 53 'reply' => 'Nhập câu trả lời của bạn tại đây', 54 ], 55 56 'show' => [ 57 'nav_title' => 'bình luận', 58 ], 59];