mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
New translations web.php (Vietnamese)
[ci skip]
This commit is contained in:
parent
dadb01176c
commit
3dc45ee331
1 changed files with 21 additions and 21 deletions
|
@ -3,29 +3,29 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'Bình luận',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Đã bình luận',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Bình luận',
|
||||||
'like' => 'Like',
|
'like' => 'Thích',
|
||||||
'liked' => 'Liked',
|
'liked' => 'Đã thích',
|
||||||
'likes' => 'Likes',
|
'likes' => 'Lượt thích',
|
||||||
'share' => 'Share',
|
'share' => 'Chia sẻ',
|
||||||
'shared' => 'Shared',
|
'shared' => 'Đã chia sẻ',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Lượt chia sẻ',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Hủy chia sẻ',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Hủy',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'Chép link',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Xóa',
|
||||||
'error' => 'Error',
|
'error' => 'Lỗi',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'Đã xảy ra lỗi. Vui lòng thử lại sau.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'Rất tiếc!',
|
||||||
'other' => 'Other',
|
'other' => 'Khác',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'Xem thêm',
|
||||||
'success' => 'Success',
|
'success' => 'Hoàn tất',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'Nhạy cảm',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'Nội dung nhạy cảm',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue