mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'msg_has_allowed' => "允許你上傳 ",
|
||||
'msg_find_offer_option' => "你會在上傳區找到新的選項。",
|
||||
'msg_your_offer_allowed' => "你的候選被允許",
|
||||
'msg_offer_voted_on' => "你的候選被投票允許。你可以上傳 ",
|
||||
'msg_offer_voted_off' => "你的候選被投票拒絕。你不可以上傳 ",
|
||||
'msg_voted_on' => "被投票允許",
|
||||
'msg_offer_deleted' => "候選被刪除",
|
||||
'msg_your_offer' => "你的候選'",
|
||||
'msg_was_deleted_by' => "'被管理員",
|
||||
'msg_blank' => "刪除。",
|
||||
'msg_you_must_upload_in' => "請在",
|
||||
'msg_hours_otherwise' => "小時內上傳通過候選的內容。否則該候選將被刪除。",
|
||||
'msg_reason_is' => "原因:",
|
||||
];
|
||||
Reference in New Issue
Block a user