Skip to content

Commit

Permalink
translate into bahasa (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisgon authored Oct 31, 2023
1 parent 93bce97 commit 1c5100f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/frontend/messages/id/paymentfrontend.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
'stripe_header_title' => 'Pembayaran Checkout',
'stripe_item_list_title' => 'Rincian',
'stripe_items_total' => 'Total',
'stripe_card_info' => 'Bayar dengan kartu kredit atau debit',
'stripe_button_abort' => 'Batal',
'stripe_button_pay' => 'Bayar',
];

0 comments on commit 1c5100f

Please sign in to comment.