mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
26 lines
1.1 KiB
PHP
26 lines
1.1 KiB
PHP
<?php
|
||
|
||
return [
|
||
'error_added_cart' => '请求的产品当前缺失或无效',
|
||
'please_payment' => '请付钱',
|
||
'bank_account_info' => '银行账户信息',
|
||
'agreement' => '单击“发布”,即表示您同意我们的使用条款和隐私政策,即表示您是此项目的合法所有者。',
|
||
'update_category_msg' => '分类类别将被更新。',
|
||
'updated_category_msg' => '类别已成功编辑。',
|
||
'create_ad_with_post_cat' => [
|
||
'title' => "类别选择已完成。",
|
||
'success' => true,
|
||
'continueBtn' => "继续",
|
||
],
|
||
'update_category_info' => '请更新类别。',
|
||
'filter_by_search_msg' => '按搜索过滤。',
|
||
'delete_author_error' => '您不能删除不属于您的信息',
|
||
'success_delete' => '广告已删除',
|
||
'pending_ad_status' => '您的广告有待编辑批准。',
|
||
'extended' => ':number广告已成功扩展。',
|
||
'category_not_exist' => '该类别不再存在!',
|
||
'currency_converted' => '货币已成功转换。',
|
||
'choose_user' => '选择一个用户',
|
||
'owner_updated_successfully' => '所有者已成功更新!',
|
||
];
|