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' => 'Daftar keluar',
9 'empty_cart' => 'Buang semua barang dari kereta sorong',
10 'info' => ':count_delimited barang dalam kereta sorong ($:subtotal)|:count_delimited barang dalam kereta sorong ($:subtotal)',
11 'more_goodies' => 'Saya nak tengok lagi cenderahati sebelum habiskan pesanan',
12 'shipping_fees' => 'yuran hantaran',
13 'title' => 'Kereta Sorong Beli-Belah',
14 'total' => 'jumlah',
15
16 'errors_no_checkout' => [
17 'line_1' => 'Alamak, ada masalah dengan barang awak yang menghalang daftar keluar!',
18 'line_2' => 'Buang atau kemaskini barang diatas untuk sambung.',
19 ],
20
21 'empty' => [
22 'text' => 'Kereta sorong anda kosong.',
23 'return_link' => [
24 '_' => 'Kembali ke :link untuk cari beberapa cenderahati!',
25 'link_text' => 'senarai kedai',
26 ],
27 ],
28 ],
29
30 'checkout' => [
31 'cart_problems' => 'Alamak, ada masalah dengan barang awak!',
32 'cart_problems_edit' => 'Tekan sini untuk sunting ia.',
33 'declined' => 'Pembayaran telah dibatalkan.',
34 'delayed_shipping' => 'Kami sedang mengalami pesanan yang banyak! Anda dialu-alukan meletak pesanan anda tetapi sila jangkakan **kelewatan seminggu atau dua** sambil kami mengurus pesanan semasa.',
35 'hide_from_activity' => 'Sorokkan semua tag osu!supporter dalam pesanan ini dari aktiviti saya',
36 'old_cart' => 'Kereta sorong anda nampaknya telah tamat tempoh dan sudah dimuatkan semula, sila cuba lagi.',
37 'pay' => 'Daftar keluar dengan Paypal',
38 'title_compact' => 'daftar keluar',
39
40 'has_pending' => [
41 '_' => 'Anda mempunyai daftar keluar tidak lengkap, tekan :link untuk melihatnya.',
42 'link_text' => 'sini',
43 ],
44
45 'pending_checkout' => [
46 'line_1' => 'Daftar keluar dimulakan sebelum ini tetapi tidak dilunaskan.',
47 'line_2' => 'Sambung daftar keluar dengan memilih kaedah pembayaran.',
48 ],
49 ],
50
51 'discount' => 'diskaun :percent%',
52 'free' => 'percuma!',
53
54 'invoice' => [
55 'contact' => 'Hubungi:',
56 'date' => 'Tarikh:',
57 'echeck_delay' => 'Oleh kerana bayaran anda berupa eCheck, sila benarkan sampai 10 hari tambahan untuk bayaran ini untuk diproses 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 '_' => "",
69 'link_text' => '',
70 ],
71 ],
72 'delivered' => [
73 'title' => '',
74 'line_1' => [
75 '_' => '',
76 'link_text' => '',
77 ],
78 ],
79 'prepared' => [
80 'title' => '',
81 'line_1' => '',
82 'line_2' => '',
83 ],
84 'processing' => [
85 'title' => '',
86 'line_1' => '',
87 'line_2' => [
88 '_' => '',
89 'link_text' => '',
90 ],
91 ],
92 'shipped' => [
93 'title' => '',
94 'tracking_details' => '',
95 'no_tracking_details' => [
96 '_' => "",
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' => '',
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' => '',
130 ],
131
132 'subtext' => [
133 'supporter_tag' => '',
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 '_' => '',
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' => '',
178 'notification_remove_text' => '',
179
180 'notification_in_stock' => '',
181 ],
182
183 'supporter_tag' => [
184 'gift' => '',
185 'gift_message' => '',
186
187 'require_login' => [
188 '_' => '',
189 'link_text' => '',
190 ],
191 ],
192
193 'username_change' => [
194 'check' => '',
195 'checking' => '',
196 'placeholder' => '',
197 'label' => '',
198 'current' => '',
199
200 'require_login' => [
201 '_' => '',
202 'link_text' => '',
203 ],
204 ],
205
206 'xsolla' => [
207 'distributor' => '',
208 ],
209];