1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'cart' => [
8 'checkout' => '结账',
9 'empty_cart' => '清空购物车',
10 'info' => '购物车里有 :count_delimited 件商品($:subtotal)',
11 'more_goodies' => '在完成订单之前,我想看看其他商品',
12 'shipping_fees' => '运费',
13 'title' => '购物车',
14 'total' => '总计',
15
16 'errors_no_checkout' => [
17 'line_1' => '啊哦,你的购物车中存在问题导致你无法结账!',
18 'line_2' => '移除或更新上面的物品以继续。',
19 ],
20
21 'empty' => [
22 'text' => '你的购物车是空的。',
23 'return_link' => [
24 '_' => '返回到 :link 查看别的商品吧!',
25 'link_text' => '商店列表',
26 ],
27 ],
28 ],
29
30 'checkout' => [
31 'cart_problems' => '啊哦,您的购物车中存在问题!',
32 'cart_problems_edit' => '点击此处编辑。',
33 'declined' => '支付被取消。',
34 'delayed_shipping' => '欢迎购买,但是我们正在处理大量的订单,所以订单可能会有 **1-2 周的延迟**。',
35 'hide_from_activity' => '不把此订单中的支持者标签购买同步到个人活动',
36 'old_cart' => '您的购物车已经过期,请重试。',
37 'pay' => '使用 Paypal 支付',
38 'title_compact' => '结账',
39
40 'has_pending' => [
41 '_' => '您有未完成的支付,点击 :link 查看。',
42 'link_text' => '这里',
43 ],
44
45 'pending_checkout' => [
46 'line_1' => '先前的订单未完成',
47 'line_2' => '通过选择支付方式以恢复订单。',
48 ],
49 ],
50
51 'discount' => '节省 :percent%',
52 'free' => '免费!',
53
54 'invoice' => [
55 'contact' => '联系:',
56 'date' => '日期:',
57 'echeck_delay' => '由于您的支付是通过 eCheck 进行的,请再等待至多 10 天来让 PayPal 完成支付。',
58 'hide_from_activity' => '此订单的支持者标签购买未显示在你的个人活动中。',
59 'sent_via' => '通过:',
60 'shipping_to' => '送货到:',
61 'title' => '账单',
62 'title_compact' => '账单',
63
64 'status' => [
65 'cancelled' => [
66 'title' => '已取消您的订单',
67 'line_1' => [
68 '_' => "如果并不是您本人取消,请联系 :link 并提供您的订单号 (#:order_number)。",
69 'link_text' => 'osu!store 支持',
70 ],
71 ],
72 'delivered' => [
73 'title' => '您的订单已经送达!享受这一刻吧!',
74 'line_1' => [
75 '_' => '如果您对此次购买有任何疑问,请联系 :link。',
76 'link_text' => 'osu!store 支持',
77 ],
78 ],
79 'prepared' => [
80 'title' => '正在准备您的订单!',
81 'line_1' => '在订单发货前请耐心等待。一旦订单处理完毕并发货,此处将会显示最新的运输信息。取决于我们的繁忙程度,这段时间可能会长达五天(通常不会这么久!)。',
82 'line_2' => '所有订单都将从日本发出,订单会根据商品的重量和价值使用对应的物流运输业务。一旦开始发货,这里将会显示物流的细节。',
83 ],
84 'processing' => [
85 'title' => '您的付款信息尚未确认!',
86 'line_1' => '如果您已经支付,请等待我们收到支付信息,稍后再来看看吧。',
87 'line_2' => [
88 '_' => '如果您在结账中遇到问题,请 :link',
89 'link_text' => '点击此处以恢复',
90 ],
91 ],
92 'shipped' => [
93 'title' => '您的订单已发货!',
94 'tracking_details' => '物流信息如下:',
95 'no_tracking_details' => [
96 '_' => "由于我们使用 Air Mail 发货,所以无法记录物流信息。但您可以在 1-3 周内收到包裹。如果收货地位于欧洲,则海关可能会在这个基础上延长订单的运输时间。如果您有任何问题,请回复您收到的 :link 邮件。",
97 'link_text' => '给我们发送邮件',
98 ],
99 ],
100 ],
101 ],
102
103 'order' => [
104 'cancel' => '取消订单',
105 'cancel_confirm' => '您确定取消订单吗?(此订单不能再支付,支付提供商可能不会立刻退款。)',
106 'cancel_not_allowed' => '目前无法取消订单。',
107 'invoice' => '查看发票',
108 'no_orders' => '没有可显示的订单。',
109 'paid_on' => ':date 支付订单',
110 'resume' => '恢复结账',
111 'shipping_and_handling' => '运输和处理',
112 'shopify_expired' => '此订单的结账链接已过期。',
113 'subtotal' => '小计',
114 'total' => '总计',
115
116 'details' => [
117 'order_number' => '订单 #',
118 'payment_terms' => '支付条款',
119 'salesperson' => '销售员',
120 'shipping_method' => '运输方式',
121 'shipping_terms' => '运输条款',
122 'title' => '订单详情',
123 ],
124
125 'item' => [
126 'quantity' => '数量',
127
128 'display_name' => [
129 'supporter_tag' => ':name 给 :username (:duration)',
130 ],
131
132 'subtext' => [
133 'supporter_tag' => '留言::message',
134 ],
135 ],
136
137 'not_modifiable_exception' => [
138 'cancelled' => '您不能修改已取消的订单。',
139 'checkout' => '您不能修改正在处理的订单。', // checkout and processing should have the same message.
140 'default' => '订单不可修改',
141 'delivered' => '您不能修改已送达订单。',
142 'paid' => '你不能修改此订单,因为它已经完成付款了。',
143 'processing' => '您不能修改正在处理的订单。',
144 'shipped' => '您不能修改已发货订单。',
145 ],
146
147 'status' => [
148 'cancelled' => '已取消',
149 'checkout' => '准备中',
150 'delivered' => '已送达',
151 'paid' => '已付款',
152 'processing' => '待确认',
153 'shipped' => '运送中',
154 'title' => '订单状态',
155 ],
156
157 'thanks' => [
158 'title' => '感谢惠顾!',
159 'line_1' => [
160 '_' => '您将收到一封确认邮件。如果您有任何疑问,请 :link!',
161 'link_text' => '联系我们',
162 ],
163 ],
164 ],
165
166 'product' => [
167 'name' => '名称',
168
169 'stock' => [
170 'out' => '卖完了呢( ´_ゝ`) 过段时间再回来看看吧。',
171 'out_with_alternative' => '选择的类型已售罄(´;ω;`) 试试另外几种或者过段时间再回来看看吧。',
172 ],
173
174 'add_to_cart' => '添加到购物车',
175 'notify' => '当可以购买时提醒我!',
176
177 'notification_success' => '当商品有货时会收到提醒,点击 :link 以取消该提醒',
178 'notification_remove_text' => '这里',
179
180 'notification_in_stock' => '新货到,快来买买买!',
181 ],
182
183 'supporter_tag' => [
184 'gift' => '要赠与的玩家',
185 'gift_message' => '给礼物留下附言吧!(可选,至多 :length 个字符)',
186
187 'require_login' => [
188 '_' => '你需要 :link 以获得 osu! 支持者标签!',
189 'link_text' => '登录',
190 ],
191 ],
192
193 'username_change' => [
194 'check' => '输入用户名并检查是否可用',
195 'checking' => '正在检查 :username 是否可用...',
196 'placeholder' => '想要使用的玩家名',
197 'label' => '新玩家名',
198 'current' => '您现在的玩家名是 ":username"。',
199
200 'require_login' => [
201 '_' => '需要 :link 才能改变用户名!',
202 'link_text' => '登录',
203 ],
204 ],
205
206 'xsolla' => [
207 'distributor' => '',
208 ],
209];