Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Aug 6, 2024
1 parent 880e427 commit 7861cce
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions resources/lang/vi/menu-builder.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?php

declare(strict_types=1);

return [
'form' => [
'title' => 'Tiêu đề',
'url' => 'URL',
],
'actions' => [
'add' => [
'label' => 'Thêm vào Menu',
],
],
'items' => [
'empty' => [
'heading' => 'Không có mục nào trong menu này.',
],
],
'custom_link' => 'Liên kết Tùy chỉnh',
'open_in' => [
'label' => 'Mở trong',
'options' => [
'self' => 'Cùng tab',
'blank' => 'Tab mới',
'parent' => 'Tab cha',
'top' => 'Tab trên cùng',
],
],
'notifications' => [
'created' => [
'title' => 'Liên kết đã được tạo',
],
],
];

0 comments on commit 7861cce

Please sign in to comment.