mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 03:12:44 -05:00
31 lines
1.2 KiB
PHP
31 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'create' => 'Tạo nên',
|
|
'create-private-feed' => 'Tạo nguồn cấp dữ liệu RSS riêng',
|
|
'create-public-feed' => 'Tạo nguồn cấp dữ liệu RSS công cộng',
|
|
'delete' => 'Xóa bỏ',
|
|
'edit' => 'Chỉnh sửa',
|
|
'edit-private-feed' => 'Chỉnh sửa nguồn cấp dữ liệu RSS riêng',
|
|
'edit-public-feed' => 'Chỉnh sửa nguồn cấp dữ liệu RSS công cộng',
|
|
'feed' => 'Nuôi',
|
|
'feeds' => 'Thức ăn',
|
|
'name' => 'Tên',
|
|
'public' => 'Công cộng',
|
|
'private' => 'Riêng tư',
|
|
'rss' => 'RSS',
|
|
'rss-feed' => 'Nguồn cấp dữ liệu RSS',
|
|
'type' => 'Kiểu',
|
|
];
|