# Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_online_payment # # Translators: # Wil Odoo, 2023 # Abe Manyo, 2023 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-26 21:55+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" "Last-Translator: Abe Manyo, 2023\n" "Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "Error: The currency is missing or invalid." msgstr "Error: Mata uang tidak ada atau tidak valid." #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "" "Error: There was a problem during the payment process." msgstr "Error: Terjadi masalah pada proses pembayaran" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "" "No suitable payment method could be found.\n" "
\n" " If you believe that it is an error, please contact the website administrator." msgstr "" "Tidak ada metode pembayaran yang cocok yang dapat ditemukan.\n" "
\n" " Bila Anda percaya ini merupakan error, mohon hubungi administrator website." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_config.py:0 #, python-format msgid "A POS config cannot have more than one online payment method." msgstr "" "Konfigurasi POS tidak boleh memiliki lebih dari satu metode pembayaran " "online." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "A payment option must be specified." msgstr "Opsi pembayaran harus ditentukan." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "" "A validation payment cannot be used for a Point of Sale online payment." msgstr "" "Pembayaran validasi tidak dapat digunakan untuk pembayaran online POS." #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment msgid "All available providers" msgstr "Semua penyedia yang tersedia" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment_method.py:0 #, python-format msgid "" "All payment providers configured for an online payment method must use the " "same currency as the Sales Journal, or the company currency if that is not " "set, of the POS config." msgstr "" "Semua penyedia pembayaran yang dikonfigurasi untuk metode pembayaran online " "harus menggunakan mata uang yang sama dengan Jurnal Sales, atau mata uang " "perusahaan bila mata uang Jurnal Sales belum ditetapkan, pada konfigurasi " "POS." #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__online_payment_provider_ids msgid "Allowed Providers" msgstr "Penyedia yang Diizinkan" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Amount" msgstr "Jumlah" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0 #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Amount:" msgstr "Jumlah:" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Cancel" msgstr "Batal" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "Cancel payment" msgstr "Batalkan pembayaran" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment.py:0 #: code:addons/pos_online_payment/models/pos_payment.py:0 #, python-format msgid "Cannot create a POS online payment without an accounting payment." msgstr "Tidak dapat membuat pembayaran online POS tanpa pembayaran akuntansi." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment.py:0 #, python-format msgid "" "Cannot create a POS payment with a not online payment method and an online " "accounting payment." msgstr "" "Tidak dapat membuat pembayaran POS dengan metodep embayaran yang bukan " "online dan pembayaran akuntansi online." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment.py:0 #, python-format msgid "Cannot edit a POS online payment essential data." msgstr "Tidak dapat mengedit data penting pembayaran online POS." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment_method.py:0 #, python-format msgid "" "Could not create an online payment method (company_id=%d, pos_config_id=%d)" msgstr "" "Tidak dapat membuat metode pembayaran online (company_id=%d, " "pos_config_id=%d)" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__has_an_online_payment_provider msgid "Has An Online Payment Provider" msgstr "Memiliki Penyedia Pembayaran Online" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Invalid online payment" msgstr "Payment online tidak valid" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Invalid online payments" msgstr "Pembayaran online tidak valid" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Invite your customer to scan the QR code to pay:" msgstr "Undang pelanggan Anda untuk scan kode QR untuk membayar:" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Invoice could not be generated" msgstr "Faktur tidak dapat dibuat" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_order__next_online_payment_amount msgid "Next online payment amount to pay" msgstr "Jumlah pembayaran online berikutnya yang harus dibayar" #. module: pos_online_payment #: model:ir.model.fields.selection,name:pos_online_payment.selection__pos_payment_method__type__online msgid "Online" msgstr "Daring" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_payment_method.py:0 #: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__is_online_payment #, python-format msgid "Online Payment" msgstr "Pembayaran Daring" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_order__online_payment_method_id msgid "Online Payment Method" msgstr "Metode Pembayaran Online" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment__online_account_payment_id msgid "Online accounting payment" msgstr "Pembayaran akuntansi online" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Online payment unavailable" msgstr "Pembayaran online tidak tersedia" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Online payments cannot have a negative amount (%s: %s)." msgstr "Pembayaran online tidak boleh memiliki jumlah negatif (%s: %s)." #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Order ID" msgstr "ID Pesanan" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "Order ID:" msgstr "ID Pesanan:" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Order Reference" msgstr "Referensi Order" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0 #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Order id:" msgstr "Id order:" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0 #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Order reference:" msgstr "Referensi order:" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Order saving issue" msgstr "Masalah penyimpanan order" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/account_payment.py:0 #: code:addons/pos_online_payment/models/payment_transaction.py:0 #: model:ir.model.fields,field_description:pos_online_payment.field_account_payment__pos_order_id #: model:ir.model.fields,field_description:pos_online_payment.field_payment_transaction__pos_order_id #: model_terms:ir.ui.view,arch_db:pos_online_payment.payment_transaction_form #: model_terms:ir.ui.view,arch_db:pos_online_payment.view_account_payment_form_inherit_pos_online_payment #, python-format msgid "POS Order" msgstr "Order POS" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment msgid "Payment Providers" msgstr "Penyedia Pembayaran" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_payment_transaction msgid "Payment Transaction" msgstr "Transaksi Tagihan" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_account_payment msgid "Payments" msgstr "Pembayaran" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0 #, python-format msgid "Please scan the QR code to open the payment page" msgstr "Mohon scan kode QR untuk membuka halaman pembayaran" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_pos_config msgid "Point of Sale Configuration" msgstr "Konfigurasi Point of Sale" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_pos_order msgid "Point of Sale Orders" msgstr "Order Point of Sale" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_pos_payment_method msgid "Point of Sale Payment Methods" msgstr "Metode Pembayaran Point of Sale POS" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_pos_payment msgid "Point of Sale Payments" msgstr "Pembayaran POS" #. module: pos_online_payment #: model:ir.model,name:pos_online_payment.model_pos_session msgid "Point of Sale Session" msgstr "Sesi Point of Sale" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Processed by" msgstr "Diproses oleh" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/customer_display/customer_display_template.xml:0 #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "QR Code to pay" msgstr "Kode QR untuk dibayar" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/utils/online_payment_popup/online_payment_popup.xml:0 #, python-format msgid "Scan to Pay" msgstr "Scan untuk Membayar" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Server error" msgstr "Error server" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/payment_transaction.py:0 #, python-format msgid "The POS online payment (tx.id=%d) could not be saved correctly" msgstr "Pembayaran online POS (tx.id=%d) tidak dapat disimpan dengan benar" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/payment_transaction.py:0 #, python-format msgid "" "The POS online payment (tx.id=%d) could not be saved correctly because the " "online payment method could not be found" msgstr "" "Pembayaran online POS (tx.id=%d) tidak dapat disimpan dengan benar karena " "metode pembayaran online tidak dapat ditemukan" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The POS session is not opened." msgstr "Sesi POS belum dibuka." #. module: pos_online_payment #: model:ir.model.fields,help:pos_online_payment.field_payment_transaction__pos_order_id msgid "The Point of Sale order linked to the payment transaction" msgstr "Order POS yang terhubung ke transaksi pembayaran" #. module: pos_online_payment #: model:ir.model.fields,help:pos_online_payment.field_account_payment__pos_order_id msgid "The Point of Sale order linked to this payment" msgstr "Order POS yang terhubung ke pembayaran ini" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "The QR Code for paying could not be generated." msgstr "Kode QR untuk membayar tidak dapat dibuat." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The amount to pay has changed. Please refresh the page." msgstr "Jumlah untuk dibayar telah berubah. Mohon refresh halaman." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The currency is invalid." msgstr "Mata uang tidak valid." #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "The invoice could not be generated." msgstr "Faktur tidak dapat dibuat." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The order has been canceled." msgstr "Pesanan telah dibatalkan." #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "The order has not been saved correctly on the server." msgstr "Order tidak disimpan dengan benar pada server." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_session.py:0 #, python-format msgid "The partner of the POS online payment (id=%d) could not be found" msgstr "Partner pembayaran online POS (id=%d) tidak dapat ditemukan" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The payment provider is invalid." msgstr "Penyedia pembayaran tidak valid." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "" "The payment should either be direct, with redirection, or made by a token." msgstr "Pembayaran harus langsung, dengan pengalihan, atau dibuat oleh token." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The payment token is invalid." msgstr "Token pembayaran tidak valid." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/payment_transaction.py:0 #, python-format msgid "The payment transaction (%d) has a negative amount." msgstr "Transaksi pembayaran (%d) memiliki jumlah negatif." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The provided order or access token is invalid." msgstr "Order atau token akses yang disediakan tidak valid." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "The provided partner_id is different than expected." msgstr "partner_id yang disediakan berbeda dari yang diharapkan." #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "The saved order could not be retrieved." msgstr "Order yang disimpan tidak dapat diambil." #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "" "The total amount of remaining online payments to execute (%s) doesn't " "correspond to the remaining unpaid amount of the order (%s)." msgstr "" "Jumlah total pembayaran online yang tersisa untuk dijalankan (%s) tidak " "sesuai dengan jumlah total yang tersisa dari order (%s)." #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "There are online payments that were missing in your view." msgstr "Terdapat pembayaran online yang tidak tampak di tampilan Anda." #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "" "There is a problem with the server. The order cannot be saved and therefore " "the online payment is not possible." msgstr "" "Terdapat masalah dengan server. Order tidak dapat disimpan dan oleh karena " "itu pembayaran online tidak dapat dilakukan." #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "" "There is a problem with the server. The order online payment status cannot " "be retrieved." msgstr "" "Terdapat masalah dengan server. Status pembayaran online order tidak dapat " "ditemukan." #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "" "There is a problem with the server. The order online payment status cannot " "be retrieved. Are you sure there is no online payment for this order ?" msgstr "" "Terdapat masalah dengan server. Status pembayaran online order tidak dapat " "ditemukan. Apakah Anda yakin tidak ada pembayaran online untuk order ini ?" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "" "There is no online payment method configured for this Point of Sale order." msgstr "" "Tidak ada metode pembayaran online yang dikonfigurasi untuk order POS ini." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "There is nothing to pay for this order." msgstr "Tidak ada yang perlu dibayar untuk order ini." #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "There is nothing to pay." msgstr "Tidak ada yang perlu dibayar." #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay msgid "To Pay" msgstr "Akan Dibayar" #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/models/pos_config.py:0 #, python-format msgid "" "To use an online payment method in a POS config, it must have at least one " "published payment provider supporting the currency of that POS config." msgstr "" "Untuk menggunakan metode pembayaran online di konfigurasi POS, harus " "terdapat setidaknya satu penyedia pembayaran yang diterbitkan yang mendukung" " mata uang konfigurasi POS tersebut." #. module: pos_online_payment #. odoo-python #: code:addons/pos_online_payment/controllers/payment_portal.py:0 #, python-format msgid "Tokenization is not available for logged out customers." msgstr "Tokenisasi tidak tersedia untuk pelanggan yang log out." #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Transaction Reference" msgstr "Referensi Transaksi" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pay_confirmation msgid "Try again" msgstr "Coba lagi" #. module: pos_online_payment #: model:ir.model.fields,field_description:pos_online_payment.field_pos_payment_method__type msgid "Type" msgstr "Jenis" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Updated online payments" msgstr "Pembayaran online yang diupdate" #. module: pos_online_payment #: model:ir.model.fields,help:pos_online_payment.field_pos_payment_method__is_online_payment msgid "" "Use this payment method for online payments (payments made on a web page " "with online payment providers)" msgstr "" "Gunakan metode pembayaran ini untuk pembayaran online (pembayaran yang " "dibuat pada halaman website dengan penyedia pembayaran online)" #. module: pos_online_payment #. odoo-javascript #: code:addons/pos_online_payment/static/src/app/screens/payment_screen/payment_screen.js:0 #, python-format msgid "Yes" msgstr "Ya" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment msgid "You have not activated any" msgstr "Anda belum mengaktifkan" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment msgid "payment provider" msgstr "penyedia pembayaran" #. module: pos_online_payment #: model_terms:ir.ui.view,arch_db:pos_online_payment.pos_payment_method_view_form_inherit_pos_online_payment msgid "to allow online payments." msgstr "untuk mengizinkan pembayaran online."