mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +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 [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'comment' => 'Bình luận',
|
||||
'commented' => 'Đã bình luận',
|
||||
'comments' => 'Bình luận',
|
||||
'like' => 'Thích',
|
||||
'liked' => 'Đã thích',
|
||||
'likes' => 'Lượt thích',
|
||||
'share' => 'Chia sẻ',
|
||||
'shared' => 'Đã chia sẻ',
|
||||
'shares' => 'Lượt chia sẻ',
|
||||
'unshare' => 'Hủy chia sẻ',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
'delete' => 'Delete',
|
||||
'error' => 'Error',
|
||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
||||
'oops' => 'Oops!',
|
||||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'cancel' => 'Hủy',
|
||||
'copyLink' => 'Chép link',
|
||||
'delete' => 'Xóa',
|
||||
'error' => 'Lỗi',
|
||||
'errorMsg' => 'Đã xảy ra lỗi. Vui lòng thử lại sau.',
|
||||
'oops' => 'Rất tiếc!',
|
||||
'other' => 'Khác',
|
||||
'readMore' => 'Xem thêm',
|
||||
'success' => 'Hoàn tất',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitive' => 'Nhạy cảm',
|
||||
'sensitiveContent' => 'Nội dung nhạy cảm',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue