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:
@@ -26,4 +26,10 @@ return [
|
||||
'medal_addition' => 'Medal addition',
|
||||
],
|
||||
'not_enough' => 'No enough bonus! Requires :require_bonus, you currently only have: :now_bonus',
|
||||
'msg_someone_loves_you' => "Someone Loves you",
|
||||
'msg_you_have_been_given' => "You have been given a gift of ",
|
||||
'msg_after_tax' => " (after tax it's ",
|
||||
'msg_karma_points_by' => ") Karma points by ",
|
||||
'msg_personal_message_from' => "Personal message from ",
|
||||
'msg_colon' => ": ",
|
||||
];
|
||||
|
||||
@@ -12,4 +12,25 @@ return [
|
||||
'alarm_email_body' => 'Current time: :now_time, level :level, Last run time was: :last_time, it has been more than: :elapsed_seconds seconds(:elapsed_seconds_human) since it was run, the set run interval is: :interval seconds(:interval_human), please check!',
|
||||
'alarm_email_subject_for_queue_failed_jobs' => '[:site_name]Asynchronous Task Exception',
|
||||
'alarm_email_body_for_queue_failed_jobs' => 'There are a total of :count failed asynchronous jobs since :since, recorded in database table :failed_job_table, please check it!',
|
||||
|
||||
'msg_low_ratio_warning_removed' => "Low Ratio Warning Removed",
|
||||
'msg_your_ratio_warning_removed' => "Your warning of low ratio have been removed and auto-promoted to [b]User[/b]. We highly recommend you to keep a your ratio up to not be warned again.\n",
|
||||
'msg_promoted_to' => "Promoted to ",
|
||||
'msg_now_you_are' => "Congratulations, you have been auto-promoted to [b]",
|
||||
'msg_see_faq' => "[/b]. :)\nPlease see the [b][url=faq.php#id22]FAQ[/url][/b] for what you can do now.\n",
|
||||
'msg_demoted_to' => "Demoted to ",
|
||||
'msg_demoted_from' => "You have been auto-demoted from [b]",
|
||||
'msg_to' => "[/b] to [b]",
|
||||
'msg_because_ratio_drop_below' => "[/b] because your share ratio has dropped below ",
|
||||
'msg_must_fix_ratio_within' => "You have been warned and auto-demoted from [b]User[/b] to [b]Peasant[/b] because of having low ratio. You need to fix it within ",
|
||||
'msg_days_or_get_banned' => " days or your account will be banned. If you have no idea of what is ratio or how it affects you, we suggest you read the [url=faq.php#idid17][b]FAQ[/b][/url].",
|
||||
'msg_vip_status_removed' => "VIP status removed by system.",
|
||||
'msg_vip_status_removed_body' => "Your VIP status has timed out and has been auto-removed by the system. Become a VIP again by exchanging some Karma Bonus Points. Cheers!",
|
||||
'msg_donor_status_removed' => "Donor status removed by system.",
|
||||
'msg_donor_status_removed_body' => "Your donor status has timed out and has been auto-removed by the system. Become a donor again by donate to us. Cheers!",
|
||||
'msg_warning_removed' => "Warning removed by System",
|
||||
'msg_your_warning_removed' => "Your warning is removed by System. We hope you would behave from now on.",
|
||||
'msg_your_torrent_deleted' => "Your torrent was deleted",
|
||||
'msg_your_torrent' => "Your torrent ",
|
||||
'msg_was_deleted_because_dead' => " was deleted by system because it's been dead for a long time. However, you keep the karma bonus for uploading the torrent.",
|
||||
];
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => [
|
||||
'page_title' => 'Comments',
|
||||
],
|
||||
'msg_new_comment' => "New comment",
|
||||
'msg_torrent_receive_comment' => "You have received a comment on your torrent ",
|
||||
'msg_offer_receive_comment' => "You have received a comment on your offer ",
|
||||
'msg_request_receive_comment' => "You have received a comment on your request "
|
||||
];
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'msg_fun_item_banned' => "Fun item banned",
|
||||
'msg_your_fun_item' => "Your fun item '",
|
||||
'msg_is_ban_by' => "' is banned by ",
|
||||
'msg_reason' => ". Reason: ",
|
||||
'msg_fun_item_reward' => "Fun item reward",
|
||||
'msg_out_of' => " out of ",
|
||||
'msg_people_think' => " think the fun item you posted ",
|
||||
'msg_is_fun' => " is fun. So, here is ",
|
||||
'msg_bonus_as_reward' => " karma points as reward.",
|
||||
'msg_fun_item_dull' => "Fun item dull",
|
||||
'msg_is_dull' => " is actually dull :thumbsdown: . So it's been removed from home page. Maybe you need to improve your sense of humor.",
|
||||
];
|
||||
@@ -51,4 +51,18 @@ BODY,
|
||||
'subject' => 'Exam :exam_name end time changed',
|
||||
'body' => 'The end time of your in-progress exam :exam_name has changed from :old_end_time to :new_end_time. admin: :operator, reason: :reason.',
|
||||
],
|
||||
|
||||
'mail_dear' => "Dear ",
|
||||
'mail_you_received_a_pm' => "You have received a PM.",
|
||||
'mail_sender' => "Sender ",
|
||||
'mail_subject' => "Subject ",
|
||||
'mail_date' => "Date ",
|
||||
'mail_use_following_url' => "You can click ",
|
||||
'mail_use_following_url_1' => " to view the message (you may have to login).",
|
||||
'mail_yours' => "<br />Yours,",
|
||||
'mail_the_site_team' => "The %s Team.",
|
||||
'mail_received_pm_from' => "You have received a PM from ",
|
||||
'mail_here' => "HERE",
|
||||
'msg_system' => "System",
|
||||
'msg_original_message_from' => "Original Message from ",
|
||||
];
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'msg_has_allowed' => " has allowed you to upload ",
|
||||
'msg_find_offer_option' => "You will find a new option on the upload page.",
|
||||
'msg_your_offer_allowed' => "Your Offer has been allowed",
|
||||
'msg_offer_voted_on' => "Your Offer has been voted on. you are allowed to upload ",
|
||||
'msg_offer_voted_off' => "Your Offer has been voted off. You are not allowed to upload ",
|
||||
'msg_voted_on' => " has been voted on",
|
||||
'msg_offer_deleted' => "Your offer was deleted",
|
||||
'msg_your_offer' => "Your offer '",
|
||||
'msg_was_deleted_by' => "' was deleted by ",
|
||||
'msg_blank' => ".",
|
||||
'msg_you_must_upload_in' => "Please upload the offer within ",
|
||||
'msg_hours_otherwise' => " hours. Otherwise the offer would be deleted.",
|
||||
'msg_reason_is' => "The reason: ",
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'msg_deleted_your_sub' => " deleted the subtitle that you uploaded. ",
|
||||
'msg_your_sub_deleted' => "Your subtitle was deleted",
|
||||
'msg_reason_is' => "The reason: ",
|
||||
];
|
||||
@@ -92,4 +92,18 @@ return [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_DEADLINE => 'Until',
|
||||
],
|
||||
'paid_torrent' => 'Paid torrent',
|
||||
'msg_torrent_deleted' => "Your torrent was deleted",
|
||||
'msg_the_torrent_you_uploaded' => "The torrent you uploaded '",
|
||||
'msg_was_deleted_by' => "' was delete by ",
|
||||
'msg_reason_is' => ". The reason: ",
|
||||
'msg_reseed_request' => "Reseed Request",
|
||||
'msg_reseed_user' => "User ",
|
||||
'msg_ask_reseed' => " asked for a reseed on torrent ",
|
||||
'msg_thank_you' => " !\nThank You!",
|
||||
|
||||
'msg_offer_you_voted' => "The Offer you voted for: ",
|
||||
'msg_was_uploaded_by' => " was uploaded by ",
|
||||
'msg_you_can_download' => ".\nYou can Download the Torrent",
|
||||
'msg_here' => " [b]here[/b]",
|
||||
'msg_offer' => "Offer ",
|
||||
];
|
||||
|
||||
@@ -56,4 +56,57 @@ return [
|
||||
],
|
||||
'username_already_exists' => 'Username::username already exists',
|
||||
'username_invalid' => 'Username::username invalid',
|
||||
|
||||
'msg_promoted' => "promoted",
|
||||
'msg_demoted' => "demoted",
|
||||
'msg_class_change' => "Class Change",
|
||||
'msg_you_have_been' => "You have been ",
|
||||
'msg_to' => " to ",
|
||||
'msg_by' => " by ",
|
||||
'msg_warn_removed' => "Warning Removed",
|
||||
'msg_your_warning_removed_by' => "Your warning have been removed by",
|
||||
'msg_you_are_warned_by' => "You have been [url=rules.php#warning]warned[/url] by ",
|
||||
'msg_reason' => "\n\nReason: ",
|
||||
'msg_week' => " week",
|
||||
'msg_s' => "s",
|
||||
'msg_you_are_warned_for' => "You have been [url=rules.php#warning]warned[/url] for ",
|
||||
'msg_you_are_warned' => "You Are Warned",
|
||||
'msg_posting_rights_restored' => "Posting Rights Restored",
|
||||
'msg_your_posting_rights_restored' => "Your Posting rights have been given back by " ,
|
||||
'msg_you_can_post' => ". You can post to forum again.",
|
||||
'msg_posting_rights_removed' => "Posting Rights Removed",
|
||||
'msg_your_posting_rights_removed' => "Your Posting rights have been removed by ",
|
||||
'msg_probable_reason' => ", probably because of bad attitude or bad post content.",
|
||||
'msg_upload_rights_restored' => "Upload Rights Restored",
|
||||
'msg_your_upload_rights_restored' => "Your upload rights have been given back by ",
|
||||
'msg_you_upload_can_upload' => ". You can upload torrents again.",
|
||||
'msg_upload_rights_removed' => "Upload Rights Removed",
|
||||
'msg_your_upload_rights_removed' => "Your upload rights have been removed by ",
|
||||
'msg_probably_reason_two' => ", probably because of bad torrent, .nfo or description.",
|
||||
'msg_download_rights_restored' => "Download Rights Restored",
|
||||
'msg_your_download_rights_restored' => "Your download rights have been given back by ",
|
||||
'msg_you_can_download' => ". You can download torrents again.",
|
||||
'msg_download_rights_removed' => "Download Rights Removed",
|
||||
'msg_your_download_rights_removed' => "Your download rights have been removed by ",
|
||||
'msg_probably_reason_three' => ", probably because of low ratio or bad behaviour.",
|
||||
'msg_email_change' => "Email change",
|
||||
'msg_your_email_changed_from' => "Your Email address has been changed from ",
|
||||
'msg_username_change' => "Username change",
|
||||
'msg_your_username_changed_from' => "Your username has been changed from ",
|
||||
'msg_downloaded_change' => "Downloaded amount change",
|
||||
'msg_your_downloaded_changed_from' => "Your downloaded amount has been changed from ",
|
||||
'msg_uploaded_change' => "Uploaded amount change",
|
||||
'msg_your_uploaded_changed_from' => "Your uploaded amount has been changed from ",
|
||||
'msg_bonus_change' => "Bonus amount change",
|
||||
'msg_your_bonus_changed_from' => "Your bonus amount has been changed from ",
|
||||
'msg_invite_change' => "Invite amount change",
|
||||
'msg_your_invite_changed_from' => "Your invite amount has been changed from ",
|
||||
'msg_to_new' =>" to ",
|
||||
'msg_your_vip_status_changed' => "Your VIP status changed",
|
||||
'msg_vip_status_changed_by' => "Your VIP status changed by ",
|
||||
'msg_your_donor_status_changed' => "Your donor status changed",
|
||||
'msg_donor_status_changed_by' => "Your donor status changed by ",
|
||||
'msg_invited_user_has_registered' => "Invited user has registered",
|
||||
'msg_user_you_invited' => "The user you invited ",
|
||||
'msg_has_registered' => " has registered just now.",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user