id.po 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * pos_loyalty
  4. #
  5. # Translators:
  6. # Muftiara Syuhada <muftiara.syuhada@gmail.com>, 2022
  7. # Ryanto The <ry.the77@gmail.com>, 2022
  8. # Martin Trigaux, 2022
  9. # Abe Manyo, 2023
  10. #
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: Odoo Server 16.0\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2023-05-23 08:22+0000\n"
  16. "PO-Revision-Date: 2022-09-22 05:54+0000\n"
  17. "Last-Translator: Abe Manyo, 2023\n"
  18. "Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: \n"
  22. "Language: id\n"
  23. "Plural-Forms: nplurals=1; plural=0;\n"
  24. #. module: pos_loyalty
  25. #: model:ir.model.fields,help:pos_loyalty.field_pos_order_line__reward_identifier_code
  26. msgid ""
  27. "\n"
  28. " Technical field used to link multiple reward lines from the same reward together.\n"
  29. " "
  30. msgstr ""
  31. "\n"
  32. " Field teknis yang digunakan untuk menghubungkan lebih dari satu baris hadiah dari hadiah yang sama secara bersama-sama.\n"
  33. " "
  34. #. module: pos_loyalty
  35. #. odoo-javascript
  36. #: code:addons/pos_loyalty/static/src/js/PartnerLine.js:0
  37. #, python-format
  38. msgid "%s Points"
  39. msgstr "%s Point"
  40. #. module: pos_loyalty
  41. #: model:loyalty.program,name:pos_loyalty.15_pc_on_next_order
  42. msgid "15% on next order"
  43. msgstr "15% pada order berikutnya"
  44. #. module: pos_loyalty
  45. #: model:loyalty.reward,description:pos_loyalty.15_pc_on_next_order_reward
  46. msgid "15% on your order"
  47. msgstr "15% pada order Anda"
  48. #. module: pos_loyalty
  49. #. odoo-javascript
  50. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  51. #, python-format
  52. msgid "A better global discount is already applied."
  53. msgstr "Diskon global yang lebih baik sudah diterapkan."
  54. #. module: pos_loyalty
  55. #. odoo-javascript
  56. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  57. #, python-format
  58. msgid "A reward could not be loaded"
  59. msgstr "Hadiah tidak dapat dimuat"
  60. #. module: pos_loyalty
  61. #: model:ir.model.fields,help:pos_loyalty.field_loyalty_rule__promo_barcode
  62. msgid ""
  63. "A technical field used as an alternative to the promo code. This is "
  64. "automatically generated when the promo code is changed."
  65. msgstr ""
  66. "Field teknis digunakan sebagai alternatif ke kode promo. Ini akan secara "
  67. "otomatis dibuat saat kode promo diganti."
  68. #. module: pos_loyalty
  69. #: model_terms:ir.ui.view,arch_db:pos_loyalty.loyalty_program_view_form_inherit_pos_loyalty
  70. msgid "All PoS"
  71. msgstr "Semua POS"
  72. #. module: pos_loyalty
  73. #: model:ir.model.fields,field_description:pos_loyalty.field_loyalty_rule__any_product
  74. msgid "Any Product"
  75. msgstr "Produk Apapun"
  76. #. module: pos_loyalty
  77. #. odoo-javascript
  78. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  79. #, python-format
  80. msgid ""
  81. "Are you sure you want to remove %s from this order?\n"
  82. " You will still be able to claim it through the reward button."
  83. msgstr ""
  84. "Apakah Anda yakin ingin menghapus %s dari order?\n"
  85. " Anda masih harus mengeklaim melalui tombol hadiah."
  86. #. module: pos_loyalty
  87. #. odoo-javascript
  88. #: code:addons/pos_loyalty/static/src/xml/OrderReceipt.xml:0
  89. #, python-format
  90. msgid "Balance"
  91. msgstr "Saldo"
  92. #. module: pos_loyalty
  93. #. odoo-javascript
  94. #: code:addons/pos_loyalty/static/src/xml/OrderReceipt.xml:0
  95. #: model:ir.model.fields,field_description:pos_loyalty.field_loyalty_rule__promo_barcode
  96. #, python-format
  97. msgid "Barcode"
  98. msgstr "Barcode"
  99. #. module: pos_loyalty
  100. #: model:ir.model,name:pos_loyalty.model_barcode_rule
  101. msgid "Barcode Rule"
  102. msgstr "Peraturan Barcode"
  103. #. module: pos_loyalty
  104. #: model:ir.model,name:pos_loyalty.model_res_config_settings
  105. msgid "Config Settings"
  106. msgstr "Pengaturan Konfigurasi"
  107. #. module: pos_loyalty
  108. #: model:ir.model.fields,field_description:pos_loyalty.field_pos_order_line__coupon_id
  109. #: model:ir.model.fields.selection,name:pos_loyalty.selection__barcode_rule__type__coupon
  110. msgid "Coupon"
  111. msgstr "Kupon"
  112. #. module: pos_loyalty
  113. #. odoo-javascript
  114. #: code:addons/pos_loyalty/static/src/xml/OrderReceipt.xml:0
  115. #, python-format
  116. msgid "Coupon Codes"
  117. msgstr "Kode Kupon"
  118. #. module: pos_loyalty
  119. #: model:loyalty.program,portal_point_name:pos_loyalty.15_pc_on_next_order
  120. msgid "Coupon point(s)"
  121. msgstr "Poin kupon"
  122. #. module: pos_loyalty
  123. #. odoo-javascript
  124. #: code:addons/pos_loyalty/static/src/xml/Orderline.xml:0
  125. #, python-format
  126. msgid "Current Balance:"
  127. msgstr "Saldo Saat Ini:"
  128. #. module: pos_loyalty
  129. #. odoo-javascript
  130. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  131. #, python-format
  132. msgid "Customer needed"
  133. msgstr "Pelanggan dibutuhkan"
  134. #. module: pos_loyalty
  135. #. odoo-javascript
  136. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  137. #, python-format
  138. msgid "Deactivating reward"
  139. msgstr "Menonaktifkan hadiah"
  140. #. module: pos_loyalty
  141. #: model:ir.model.fields,help:pos_loyalty.field_pos_config__gift_card_settings
  142. #: model:ir.model.fields,help:pos_loyalty.field_res_config_settings__pos_gift_card_settings
  143. msgid "Defines the way you want to set your gift cards."
  144. msgstr "Mendefinisikan cara Anda ingin menyiapkan gift card Anda."
  145. #. module: pos_loyalty
  146. #: model:ir.ui.menu,name:pos_loyalty.menu_discount_loyalty_type_config
  147. #: model_terms:ir.ui.view,arch_db:pos_loyalty.res_config_view_form_inherit_pos_loyalty
  148. msgid "Discount & Loyalty"
  149. msgstr "Diskon & Loyalitas"
  150. #. module: pos_loyalty
  151. #. odoo-javascript
  152. #: code:addons/pos_loyalty/static/src/js/ControlButtons/PromoCodeButton.js:0
  153. #: code:addons/pos_loyalty/static/src/xml/ControlButtons/PromoCodeButton.xml:0
  154. #, python-format
  155. msgid "Enter Code"
  156. msgstr "Masukkan Kode"
  157. #. module: pos_loyalty
  158. #. odoo-javascript
  159. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  160. #, python-format
  161. msgid "Enter the gift card code"
  162. msgstr "Masukkan kode gift car"
  163. #. module: pos_loyalty
  164. #. odoo-javascript
  165. #: code:addons/pos_loyalty/static/src/js/ControlButtons/eWalletButton.js:0
  166. #, python-format
  167. msgid "Error"
  168. msgstr "Eror!"
  169. #. module: pos_loyalty
  170. #. odoo-javascript
  171. #: code:addons/pos_loyalty/static/src/js/PaymentScreen.js:0
  172. #, python-format
  173. msgid "Error validating rewards"
  174. msgstr "Error memvalidasi reward"
  175. #. module: pos_loyalty
  176. #: model:loyalty.reward,description:pos_loyalty.loyalty_program_reward
  177. msgid "Free Product - Simple Pen"
  178. msgstr "Produk Gratis - Pena Sederhana"
  179. #. module: pos_loyalty
  180. #: model:ir.model.fields.selection,name:pos_loyalty.selection__pos_config__gift_card_settings__create_set
  181. msgid "Generate PDF cards"
  182. msgstr "Buat kartu PDF"
  183. #. module: pos_loyalty
  184. #. odoo-javascript
  185. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  186. #, python-format
  187. msgid "Generate a Gift Card"
  188. msgstr "Buat Gift Car"
  189. #. module: pos_loyalty
  190. #: model:ir.model.fields,field_description:pos_loyalty.field_pos_config__gift_card_settings
  191. #: model:ir.model.fields,field_description:pos_loyalty.field_res_config_settings__pos_gift_card_settings
  192. msgid "Gift Cards settings"
  193. msgstr "Pengaturan Gift Card"
  194. #. module: pos_loyalty
  195. #. odoo-javascript
  196. #: code:addons/pos_loyalty/static/src/js/ControlButtons/PromoCodeButton.js:0
  197. #, python-format
  198. msgid "Gift card or Discount code"
  199. msgstr "Gift card atau kode Diskon"
  200. #. module: pos_loyalty
  201. #: model:ir.ui.menu,name:pos_loyalty.menu_gift_ewallet_type_config
  202. #: model_terms:ir.ui.view,arch_db:pos_loyalty.res_config_view_form_inherit_pos_loyalty
  203. msgid "Gift cards & eWallet"
  204. msgstr "Gift card & eWallet"
  205. #. module: pos_loyalty
  206. #: model:ir.model.fields,help:pos_loyalty.field_pos_order_line__points_cost
  207. msgid "How many point this reward cost on the coupon."
  208. msgstr "Harga poin untuk hadiah ini pada kupon."
  209. #. module: pos_loyalty
  210. #. odoo-python
  211. #: code:addons/pos_loyalty/models/pos_config.py:0
  212. #, python-format
  213. msgid "Invalid gift card program reward. Use 1 currency per point discount."
  214. msgstr ""
  215. "Hadiah program gift card tidak valid. Gunakan 1 mata uang per poin diskon."
  216. #. module: pos_loyalty
  217. #. odoo-python
  218. #: code:addons/pos_loyalty/models/pos_config.py:0
  219. #, python-format
  220. msgid "Invalid gift card program rule. Use 1 point per currency spent."
  221. msgstr ""
  222. "Peraturan program gift card tidak valid. Gunakan 1 mata uang per poin "
  223. "diskon."
  224. #. module: pos_loyalty
  225. #. odoo-python
  226. #: code:addons/pos_loyalty/models/pos_config.py:0
  227. #, python-format
  228. msgid "Invalid gift card program. More than one reward."
  229. msgstr "Program gift card tidak valid. Lebih dari satu hadiah."
  230. #. module: pos_loyalty
  231. #. odoo-python
  232. #: code:addons/pos_loyalty/models/pos_config.py:0
  233. #, python-format
  234. msgid "Invalid gift card program. More than one rule."
  235. msgstr "Program gift card tidak valid. Lebih dari satu peraturan."
  236. #. module: pos_loyalty
  237. #: model:ir.model.fields,field_description:pos_loyalty.field_pos_order_line__is_reward_line
  238. msgid "Is Reward Line"
  239. msgstr "Apakah Baris Hadiah"
  240. #. module: pos_loyalty
  241. #: model:ir.model,name:pos_loyalty.model_loyalty_mail
  242. msgid "Loyalty Communication"
  243. msgstr "Komunikasi Loyalitas"
  244. #. module: pos_loyalty
  245. #: model:ir.model,name:pos_loyalty.model_loyalty_card
  246. msgid "Loyalty Coupon"
  247. msgstr "Kupon Loyalitas"
  248. #. module: pos_loyalty
  249. #: model:loyalty.program,portal_point_name:pos_loyalty.loyalty_program
  250. msgid "Loyalty Points"
  251. msgstr "Poin Loyalitas"
  252. #. module: pos_loyalty
  253. #: model:ir.model,name:pos_loyalty.model_loyalty_program
  254. #: model:loyalty.program,name:pos_loyalty.loyalty_program
  255. msgid "Loyalty Program"
  256. msgstr "Program Loyalitas"
  257. #. module: pos_loyalty
  258. #: model:ir.model,name:pos_loyalty.model_loyalty_reward
  259. msgid "Loyalty Reward"
  260. msgstr "Hadiah Loyalitas"
  261. #. module: pos_loyalty
  262. #: model:ir.model,name:pos_loyalty.model_loyalty_rule
  263. msgid "Loyalty Rule"
  264. msgstr "Peraturan Loyalitas"
  265. #. module: pos_loyalty
  266. #. odoo-javascript
  267. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  268. #, python-format
  269. msgid "No"
  270. msgstr "Tidak"
  271. #. module: pos_loyalty
  272. #. odoo-python
  273. #: code:addons/pos_loyalty/models/pos_config.py:0
  274. #, python-format
  275. msgid "No reward can be claimed with this coupon."
  276. msgstr "Hadiah tidak dapat diklaim dengan kupon ini."
  277. #. module: pos_loyalty
  278. #. odoo-javascript
  279. #: code:addons/pos_loyalty/static/src/js/ControlButtons/RewardButton.js:0
  280. #, python-format
  281. msgid "No rewards available."
  282. msgstr ""
  283. #. module: pos_loyalty
  284. #. odoo-javascript
  285. #: code:addons/pos_loyalty/static/src/js/ControlButtons/RewardButton.js:0
  286. #, python-format
  287. msgid "Please select a product for this reward"
  288. msgstr "Mohon periksa produk untuk hadiah ini"
  289. #. module: pos_loyalty
  290. #. odoo-javascript
  291. #: code:addons/pos_loyalty/static/src/js/ControlButtons/RewardButton.js:0
  292. #, python-format
  293. msgid "Please select a reward"
  294. msgstr "Mohon periksa hadiah"
  295. #. module: pos_loyalty
  296. #: model:ir.model.fields,field_description:pos_loyalty.field_loyalty_program__pos_order_count
  297. msgid "PoS Order Count"
  298. msgstr "Jumlah Order POS"
  299. #. module: pos_loyalty
  300. #: model:ir.model.fields,field_description:pos_loyalty.field_loyalty_card__source_pos_order_id
  301. msgid "PoS Order Reference"
  302. msgstr "Referensi Order POS"
  303. #. module: pos_loyalty
  304. #. odoo-python
  305. #: code:addons/pos_loyalty/models/loyalty_program.py:0
  306. #, python-format
  307. msgid "PoS Orders"
  308. msgstr "Order POS"
  309. #. module: pos_loyalty
  310. #: model:ir.model.fields,help:pos_loyalty.field_loyalty_card__source_pos_order_id
  311. msgid "PoS order where this coupon was generated."
  312. msgstr "Order POS dari mana kupon ini dibuat."
  313. #. module: pos_loyalty
  314. #: model:ir.model.fields,field_description:pos_loyalty.field_loyalty_program__pos_ok
  315. #: model_terms:ir.ui.view,arch_db:pos_loyalty.loyalty_program_view_form_inherit_pos_loyalty
  316. msgid "Point of Sale"
  317. msgstr "POS"
  318. #. module: pos_loyalty
  319. #: model:ir.model,name:pos_loyalty.model_pos_config
  320. msgid "Point of Sale Configuration"
  321. msgstr "Konfigurasi Point of Sale"
  322. #. module: pos_loyalty
  323. #: model:ir.model,name:pos_loyalty.model_pos_order_line
  324. msgid "Point of Sale Order Lines"
  325. msgstr "Baris Order POS"
  326. #. module: pos_loyalty
  327. #: model:ir.model,name:pos_loyalty.model_pos_order
  328. msgid "Point of Sale Orders"
  329. msgstr "Order Point of Sale"
  330. #. module: pos_loyalty
  331. #: model:ir.model,name:pos_loyalty.model_pos_session
  332. msgid "Point of Sale Session"
  333. msgstr "Sesi Point of Sale"
  334. #. module: pos_loyalty
  335. #: model:ir.model.fields,field_description:pos_loyalty.field_loyalty_program__pos_config_ids
  336. msgid "Point of Sales"
  337. msgstr "POS"
  338. #. module: pos_loyalty
  339. #. odoo-javascript
  340. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  341. #, python-format
  342. msgid "Points"
  343. msgstr "Poin-Poin"
  344. #. module: pos_loyalty
  345. #: model:ir.model.fields,field_description:pos_loyalty.field_pos_order_line__points_cost
  346. msgid "Points Cost"
  347. msgstr "Biaya Poin"
  348. #. module: pos_loyalty
  349. #: model:ir.model.fields,field_description:pos_loyalty.field_loyalty_mail__pos_report_print_id
  350. #: model:ir.model.fields,field_description:pos_loyalty.field_loyalty_program__pos_report_print_id
  351. msgid "Print Report"
  352. msgstr "Cetak Laporan"
  353. #. module: pos_loyalty
  354. #. odoo-python
  355. #: code:addons/pos_loyalty/models/pos_config.py:0
  356. #, python-format
  357. msgid "Program: %(name)s, Reward Product: `%(reward_product)s`"
  358. msgstr "Program: %(name)s, Produk Hadiah: `%(reward_product)s`"
  359. #. module: pos_loyalty
  360. #. odoo-python
  361. #: code:addons/pos_loyalty/models/pos_config.py:0
  362. #, python-format
  363. msgid "Program: %(name)s, Rule Product: `%(rule_product)s`"
  364. msgstr "Program: %(name)s, Produk Peraturan: `%(rule_product)s`"
  365. #. module: pos_loyalty
  366. #. odoo-javascript
  367. #: code:addons/pos_loyalty/static/src/js/ControlButtons/eWalletButton.js:0
  368. #, python-format
  369. msgid "Refund with eWallet"
  370. msgstr "Refund dengan eWallet"
  371. #. module: pos_loyalty
  372. #. odoo-javascript
  373. #: code:addons/pos_loyalty/static/src/js/TicketScreen.js:0
  374. #, python-format
  375. msgid ""
  376. "Refunding a top up or reward product for an eWallet or gift card program is "
  377. "not allowed."
  378. msgstr ""
  379. "Tidak diizinkan untuk refund produk hadiah atau top up untuk eWallet atau "
  380. "program gift card."
  381. #. module: pos_loyalty
  382. #. odoo-javascript
  383. #: code:addons/pos_loyalty/static/src/xml/ControlButtons/ResetProgramsButton.xml:0
  384. #, python-format
  385. msgid "Reset Programs"
  386. msgstr "Reset Program"
  387. #. module: pos_loyalty
  388. #: model:ir.model.fields,help:pos_loyalty.field_loyalty_program__pos_config_ids
  389. msgid "Restrict publishing to those shops."
  390. msgstr "Batasi publikasi ke toko-toko tersebut."
  391. #. module: pos_loyalty
  392. #. odoo-javascript
  393. #: code:addons/pos_loyalty/static/src/xml/ControlButtons/RewardButton.xml:0
  394. #: model:ir.model.fields,field_description:pos_loyalty.field_pos_order_line__reward_id
  395. #, python-format
  396. msgid "Reward"
  397. msgstr "Hadiah"
  398. #. module: pos_loyalty
  399. #: model:ir.model.fields,field_description:pos_loyalty.field_pos_order_line__reward_identifier_code
  400. msgid "Reward Identifier Code"
  401. msgstr "Kode Hadiah Pengidentifikasi"
  402. #. module: pos_loyalty
  403. #: model:ir.model.fields.selection,name:pos_loyalty.selection__pos_config__gift_card_settings__scan_use
  404. msgid "Scan existing cards"
  405. msgstr "Scan kartu yang tersedia"
  406. #. module: pos_loyalty
  407. #. odoo-javascript
  408. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  409. #, python-format
  410. msgid "Select program"
  411. msgstr "Pilih program"
  412. #. module: pos_loyalty
  413. #: model:product.template,name:pos_loyalty.simple_pen_product_template
  414. msgid "Simple Pen"
  415. msgstr "Pena Sederhana"
  416. #. module: pos_loyalty
  417. #. odoo-python
  418. #: code:addons/pos_loyalty/models/pos_order.py:0
  419. #, python-format
  420. msgid ""
  421. "Some coupons are invalid. The applied coupons have been updated. Please "
  422. "check the order."
  423. msgstr ""
  424. "Beberapa kupon tidak valid. Kupon yang diterapkan telah diupdate. Mohon "
  425. "periksa order."
  426. #. module: pos_loyalty
  427. #. odoo-javascript
  428. #: code:addons/pos_loyalty/static/src/xml/OrderReceipt.xml:0
  429. #, python-format
  430. msgid "Spent:"
  431. msgstr "Dihabiskan:"
  432. #. module: pos_loyalty
  433. #: model:ir.model.fields,help:pos_loyalty.field_loyalty_rule__any_product
  434. msgid "Technical field, whether all product match"
  435. msgstr "Field teknis, apakah semua produk cocok"
  436. #. module: pos_loyalty
  437. #. odoo-javascript
  438. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  439. #, python-format
  440. msgid "That coupon code has already been scanned and activated."
  441. msgstr "Kode kupon tersebut telah discan dan diaktifkan."
  442. #. module: pos_loyalty
  443. #. odoo-javascript
  444. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  445. #, python-format
  446. msgid "That promo code program has already been activated."
  447. msgstr "Program kode promo tersebut telah diaktifkan."
  448. #. module: pos_loyalty
  449. #: model:ir.model.fields,help:pos_loyalty.field_pos_order_line__coupon_id
  450. msgid "The coupon used to claim that reward."
  451. msgstr "Kupon digunakan untuk mengeklaim hadiah."
  452. #. module: pos_loyalty
  453. #. odoo-python
  454. #: code:addons/pos_loyalty/models/pos_order.py:0
  455. #, python-format
  456. msgid ""
  457. "The following codes already exist in the database, perhaps they were already sold?\n"
  458. "%s"
  459. msgstr ""
  460. "Kode berikut sudah ada di database, mungkin mereka sudah dijual?\n"
  461. "%s"
  462. #. module: pos_loyalty
  463. #: model:ir.model.fields,help:pos_loyalty.field_loyalty_mail__pos_report_print_id
  464. msgid ""
  465. "The report action to be executed when creating a coupon/gift card/loyalty "
  466. "card in the PoS."
  467. msgstr ""
  468. "Tindakan lapor untuk dilakukan saat membuat kupon/gift card/kartu loyalitas "
  469. "di POS."
  470. #. module: pos_loyalty
  471. #. odoo-javascript
  472. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  473. #, python-format
  474. msgid ""
  475. "The reward \"%s\" contain an error in its domain, your domain must be "
  476. "compatible with the PoS client"
  477. msgstr ""
  478. "Hadiah \"%s\" memiliki error di domainnya, domain Anda harus kompatibel "
  479. "dengan klien POS"
  480. #. module: pos_loyalty
  481. #: model:ir.model.fields,help:pos_loyalty.field_pos_order_line__reward_id
  482. msgid "The reward associated with this line."
  483. msgstr "Hadiah yang terkait baris ini."
  484. #. module: pos_loyalty
  485. #. odoo-javascript
  486. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  487. #, python-format
  488. msgid "The reward could not be applied."
  489. msgstr "Hadiah tidak dapat diterapkan."
  490. #. module: pos_loyalty
  491. #. odoo-javascript
  492. #: code:addons/pos_loyalty/static/src/js/ControlButtons/RewardButton.js:0
  493. #, python-format
  494. msgid "There are no rewards claimable for this customer."
  495. msgstr ""
  496. #. module: pos_loyalty
  497. #. odoo-python
  498. #: code:addons/pos_loyalty/models/pos_order.py:0
  499. #, python-format
  500. msgid "There are not enough points for the coupon: %s."
  501. msgstr "Tidak terdapat poin yang mencukupi untuk kupon: %s"
  502. #. module: pos_loyalty
  503. #. odoo-javascript
  504. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  505. #, python-format
  506. msgid "There are not enough points on the coupon to claim this reward."
  507. msgstr ""
  508. "Tidak terdapat poin yang mencukupi pada kupon untuk mengeklaim hadiah ini."
  509. #. module: pos_loyalty
  510. #. odoo-javascript
  511. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  512. #, python-format
  513. msgid "There are not enough products in the basket to claim this reward."
  514. msgstr "Tidak terdapat produk di keranjang untuk mengeklaim hadiah ini."
  515. #. module: pos_loyalty
  516. #. odoo-python
  517. #: code:addons/pos_loyalty/models/pos_config.py:0
  518. #, python-format
  519. msgid ""
  520. "There is no email template on the gift card program and your pos is set to "
  521. "print them."
  522. msgstr ""
  523. "Tidak ada templat email pada program gift card dan POS Anda disetel untuk "
  524. "mencetaknya. "
  525. #. module: pos_loyalty
  526. #. odoo-python
  527. #: code:addons/pos_loyalty/models/pos_config.py:0
  528. #, python-format
  529. msgid ""
  530. "There is no print report on the gift card program and your pos is set to "
  531. "print them."
  532. msgstr ""
  533. "Tidak ada laporan pencetakan pada program gift card dan POS Anda disetel "
  534. "untuk mencetaknya."
  535. #. module: pos_loyalty
  536. #: model:ir.model.fields,help:pos_loyalty.field_loyalty_rule__valid_product_ids
  537. msgid "These are the products that are valid for this rule."
  538. msgstr "Beikut adalah produk-produk yang valid untuk peraturan ini."
  539. #. module: pos_loyalty
  540. #. odoo-python
  541. #: code:addons/pos_loyalty/models/pos_config.py:0
  542. #, python-format
  543. msgid "This coupon is expired (%s)."
  544. msgstr "Kupon ini kadaluwarsa (%s)."
  545. #. module: pos_loyalty
  546. #. odoo-python
  547. #: code:addons/pos_loyalty/models/pos_config.py:0
  548. #, python-format
  549. msgid "This coupon is invalid (%s)."
  550. msgstr "Kupon ini tidak valid (%s)."
  551. #. module: pos_loyalty
  552. #. odoo-javascript
  553. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  554. #, python-format
  555. msgid "This gift card has already been sold"
  556. msgstr "Gift card ini sudah dijual"
  557. #. module: pos_loyalty
  558. #. odoo-javascript
  559. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  560. #, python-format
  561. msgid ""
  562. "This gift card is not linked to any order. Do you really want to apply its "
  563. "reward?"
  564. msgstr ""
  565. "Gift card ini tidak di-link ke order apapun. Apakah Anda yakin ingin "
  566. "menerapkan hadiahnya?"
  567. #. module: pos_loyalty
  568. #: model:ir.model.fields,help:pos_loyalty.field_loyalty_program__pos_report_print_id
  569. msgid "This is used to print the generated gift cards from PoS."
  570. msgstr "Ini digunakan untuk mencetak gift card yang dibuat dari POS."
  571. #. module: pos_loyalty
  572. #. odoo-python
  573. #: code:addons/pos_loyalty/models/pos_config.py:0
  574. #, python-format
  575. msgid ""
  576. "To continue, make the following reward products available in Point of Sale."
  577. msgstr "Untuk melanjutkan, pastikan produk hadiah berikut tersedia di POS."
  578. #. module: pos_loyalty
  579. #: model:ir.model.fields,field_description:pos_loyalty.field_barcode_rule__type
  580. msgid "Type"
  581. msgstr "Jenis"
  582. #. module: pos_loyalty
  583. #. odoo-javascript
  584. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  585. #, python-format
  586. msgid "Unknown discount type"
  587. msgstr "Tipe diskon tidak diketahui"
  588. #. module: pos_loyalty
  589. #. odoo-javascript
  590. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  591. #, python-format
  592. msgid "Unpaid gift card"
  593. msgstr "Gift card belum dibayar"
  594. #. module: pos_loyalty
  595. #. odoo-javascript
  596. #: code:addons/pos_loyalty/static/src/js/Loyalty.js:0
  597. #, python-format
  598. msgid "Unpaid gift card rejected."
  599. msgstr "Gift card belum dibayar ditolak."
  600. #. module: pos_loyalty
  601. #. odoo-javascript
  602. #: code:addons/pos_loyalty/static/src/js/ControlButtons/eWalletButton.js:0
  603. #, python-format
  604. msgid "Use eWallet to pay"
  605. msgstr "Gunakan eWallet untuk membayar"
  606. #. module: pos_loyalty
  607. #: model:ir.model.fields,field_description:pos_loyalty.field_loyalty_rule__valid_product_ids
  608. msgid "Valid Product"
  609. msgstr "Produk Valid"
  610. #. module: pos_loyalty
  611. #. odoo-javascript
  612. #: code:addons/pos_loyalty/static/src/xml/OrderReceipt.xml:0
  613. #, python-format
  614. msgid "Valid until:"
  615. msgstr "Valid sampai:"
  616. #. module: pos_loyalty
  617. #: model:ir.model.fields,help:pos_loyalty.field_pos_order_line__is_reward_line
  618. msgid "Whether this line is part of a reward or not."
  619. msgstr "Apakah baris ini bagian dari hadiah atau tidak."
  620. #. module: pos_loyalty
  621. #. odoo-javascript
  622. #: code:addons/pos_loyalty/static/src/xml/OrderReceipt.xml:0
  623. #, python-format
  624. msgid "Won:"
  625. msgstr "Won:"
  626. #. module: pos_loyalty
  627. #. odoo-javascript
  628. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  629. #, python-format
  630. msgid "Yes"
  631. msgstr "Ya"
  632. #. module: pos_loyalty
  633. #. odoo-javascript
  634. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  635. #, python-format
  636. msgid "You cannot sell a gift card that has already been sold."
  637. msgstr "Anda tidak dapat menjual gift card yang sudah dijual."
  638. #. module: pos_loyalty
  639. #. odoo-javascript
  640. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  641. #, python-format
  642. msgid "You cannot set negative quantity or price to gift card or ewallet."
  643. msgstr ""
  644. "Anda tidak dapat menetapkan kuantitas negatif atau harga ke gift card atau "
  645. "ewallet."
  646. #. module: pos_loyalty
  647. #. odoo-python
  648. #: code:addons/pos_loyalty/models/loyalty_program.py:0
  649. #, python-format
  650. msgid "You must set '%s' before setting '%s'."
  651. msgstr "Anda harus menetapkan '%s' sebelum mengatur '%s'."
  652. #. module: pos_loyalty
  653. #. odoo-javascript
  654. #: code:addons/pos_loyalty/static/src/js/ControlButtons/eWalletButton.js:0
  655. #, python-format
  656. msgid "eWallet"
  657. msgstr "eWallet"
  658. #. module: pos_loyalty
  659. #. odoo-javascript
  660. #: code:addons/pos_loyalty/static/src/js/ControlButtons/eWalletButton.js:0
  661. #, python-format
  662. msgid "eWallet Pay"
  663. msgstr "Pembayaran eWall"
  664. #. module: pos_loyalty
  665. #. odoo-javascript
  666. #: code:addons/pos_loyalty/static/src/js/ControlButtons/eWalletButton.js:0
  667. #, python-format
  668. msgid "eWallet Refund"
  669. msgstr "Refund eWallet"
  670. #. module: pos_loyalty
  671. #. odoo-javascript
  672. #: code:addons/pos_loyalty/static/src/js/ProductScreen.js:0
  673. #, python-format
  674. msgid "eWallet requires a customer to be selected"
  675. msgstr "eWallet membutuhkan pelanggan untuk dipilih"
  676. #. module: pos_loyalty
  677. #. odoo-javascript
  678. #: code:addons/pos_loyalty/static/src/xml/OrderReceipt.xml:0
  679. #, python-format
  680. msgid "no expiration"
  681. msgstr "tidak ada kadaluwarsa"