the browser-facing portion of osu!
at master 167 lines 4.9 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 'confirmation' => 'Bạn có chắc không?', 8 'confirmation_unsaved' => 'Mọi thay đổi chưa lưu sẽ bị mất. Bạn chắc không?', 9 'saved' => 'Đã lưu', 10 11 'array_and' => [ 12 'words_connector' => ', ', 13 'two_words_connector' => ' và ', 14 'last_word_connector' => ', và ', 15 ], 16 17 'badges' => [ 18 'new' => 'MỚI', 19 ], 20 21 'buttons' => [ 22 'admin' => 'Admin', 23 'authorise' => 'Cho phép', 24 'authorising' => 'Cho phép...', 25 'back' => '', 26 'back_to_previous' => 'Trở về vị trí trước', 27 'back_to_top' => 'Quay lại đầu trang', 28 'cancel' => 'Hủy', 29 'change' => 'đổi', 30 'clear' => 'Xóa 31', 32 'click_to_copy' => 'click để sao chép vào bộ nhớ tạm', 33 'click_to_copy_copied' => 'đã sao chép vào bộ nhớ tạm!', 34 'close' => 'Đóng', 35 'collapse' => 'thu lại', 36 'delete' => 'Xóa', 37 'edit' => 'Chỉnh sửa', 38 'expand' => 'mở rộng', 39 'hide' => 'ẩn', 40 'permalink' => 'permalink', 41 'pin' => 'ghim', 42 'post' => 'Đăng', 43 'read_more' => 'hiển thị thêm', 44 'refresh' => 'Làm mới', 45 'reply' => 'Trả lời', 46 'reply_reopen' => 'Trả lời và mở lại', 47 'reply_resolve' => 'Trả lời và giải quyết', 48 'reset' => 'Reset', 49 'restore' => 'Khôi phục', 50 'retry' => 'Thử lại', 51 'save' => 'Lưu', 52 'saving' => 'Đang lưu...', 53 'search' => 'Tìm Kiếm', 54 'see_more' => 'xem thêm', 55 'show' => 'hiện', 56 'show_deleted' => 'Hiển thị bình luận đã xóa', 57 'show_less' => 'ẩn bớt', 58 'show_more' => 'hiển thị thêm', 59 'show_more_options' => 'hiển thị thêm tùy chọn', 60 'submit' => 'Gửi đi', 61 'unpin' => 'bỏ ghim', 62 'update' => 'Cập nhật', 63 'upload_image' => 'tải ảnh lên', 64 65 'watch' => [ 66 'to_0' => 'Ngừng theo dõi', 67 'to_1' => 'Theo dõi', 68 ], 69 ], 70 71 'count' => [ 72 'badges' => ':count huy hiệu', 73 'days' => ':count ngày', 74 'hour_short_unit' => 'giờ', 75 'hours' => ':count giờ', 76 'item' => ':count đơn vị', 77 'minute_short_unit' => 'phút', 78 'minutes' => ':count phút', 79 'months' => ':count tháng', 80 'notifications' => ':count_delimited thông báo|:count_delimited thông báo', 81 'plus_others' => '+ :count_delimited khác!', 82 'post' => ':count_delimited bài viết', 83 'second_short_unit' => 'giây', 84 'star_priority' => ':count_delimited ưu tiên sao|:count_delimited 85ưu tiên sao', 86 'update' => ':count_delimited cập nhật', 87 'view' => ':count_delimited lượt xem', 88 'years' => ':count năm', 89 ], 90 91 'countdown' => [ 92 'days' => 'ngày', 93 'hours' => 'giờ', 94 'minutes' => 'phút', 95 'seconds' => 'giây', 96 ], 97 98 'datetime' => [ 99 'year_month' => [ 100 'moment' => 'MMMM YYYY', 101 'php' => 'MMMM y', 102 ], 103 'year_month_short' => [ 104 'moment' => 'MMM YYYY', 105 ], 106 ], 107 108 'device' => [ 109 'keyboard' => 'Bàn Phím', 110 'mouse' => 'Chuột', 111 'tablet' => 'Tablet', 112 'touch' => 'Cảm Ứng', 113 ], 114 115 'dropzone' => [ 116 'target' => 'kéo vào đây để tải lên', 117 ], 118 119 'input' => [ 120 'search' => 'tìm kiếm...', 121 ], 122 123 'pagination' => [ 124 'previous' => 'trước', 125 'next' => 'sau', 126 ], 127 128 'score_count' => [ 129 'count_100' => '100', 130 'count_300' => '300', 131 'count_50' => '50', 132 'count_geki' => '', 133 'count_katu' => '200', 134 'count_miss' => 'Miss', 135 ], 136 137 'scoreboard_time' => [ 138 'd' => '%dd', 139 'dd' => '%dd', 140 'h' => '%dh', 141 'hh' => '%dh', 142 'm' => 'vừa xong', 143 'mm' => 'bây giờ', 144 'month' => '%dm', 145 'months' => '%dm', 146 'past' => '', 147 's' => 'bây giờ', 148 'y' => '%dy', 149 'yy' => '%dy', 150 ], 151 152 'time' => [ 153 'days_ago' => ':count ngày trước', 154 'hours_ago' => ':count giờ trước', 155 'now' => 'bây giờ', 156 'remaining' => 'Thời Gian Còn Lại', 157 ], 158 159 'title' => [ 160 'notice' => 'Notice', 161 ], 162 163 'wrong_user' => [ 164 '_' => 'Bạn đang đăng nhập với tư cách :user. :logout_link.', 165 'logout_link' => 'Nhấn vào đây để đăng nhập với tư cách là người khác', 166 ], 167];