Files
nexusphp/lang/_target/lang_fun.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

78 lines
3.1 KiB
PHP

<?php
$lang_fun_target = array
(
'en' => array
(
'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.",
),
'chs' => array
(
'msg_fun_item_banned' => "趣味内容被禁止",
'msg_your_fun_item' => "你发布的趣味内容'",
'msg_is_ban_by' => "'被管理员",
'msg_reason' => "禁止。原因:",
'msg_fun_item_reward' => "趣味内容被奖励",
'msg_out_of' => "个用户(共",
'msg_people_think' => "票)认为你发布的趣味内容'",
'msg_is_fun' => "'很有趣。所以,这",
'msg_bonus_as_reward' => "个魔力值是你的奖励。",
'msg_fun_item_dull' => "趣味内容不有趣",
'msg_is_dull' => "'不有趣 :thumbsdown: 。所以它已被从首页移除。也许你需要提高一点幽默感。",
),
'cht' => array
(
'msg_fun_item_banned' => "趣味內容娛被禁止",
'msg_your_fun_item' => "你發布的趣味內容'",
'msg_is_ban_by' => "'被管理員",
'msg_reason' => "禁止。原因:",
'msg_fun_item_reward' => "趣味內容被獎勵",
'msg_out_of' => "個用戶(共",
'msg_people_think' => "票)認為你發布的趣味內容'",
'msg_is_fun' => "'很有趣。所以,這",
'msg_bonus_as_reward' => "個魔力值是你的獎勵。",
'msg_fun_item_dull' => "趣味內容不有趣",
'msg_is_dull' => "'不有趣 :thumbsdown: 。所以它已被從首頁移除。也許你需要提高一點幽默感。",
),
'ko' => array
(
'msg_fun_item_banned' => "유머가 삭제되었습니다.",
'msg_your_fun_item' => "당신이 쓴 유머가 '",
'msg_is_ban_by' => "' 관리자에 의해 ",
'msg_reason' => "삭제되었습니다. 이유: ",
'msg_fun_item_reward' => "당신이 쓴 유머가 추천을 받았습니다.",
'msg_out_of' => " 이용자가 ",
'msg_people_think' => " 당신이 쓴 유머가 ",
'msg_is_fun' => " 재미있다고 생각해서 추천을 했습니다. ",
'msg_bonus_as_reward' => " 카르마 점수를 받았습니다.",
'msg_fun_item_dull' => "유머가 웃기지 않습니다.",
'msg_is_dull' => " 웃기지 않습니다. :thumbsdown: . 삭제되었습니다. 유머감각을 기르시기 바랍니다.",
),
'ja' => array
(
'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.",
),
);
?>