Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prasetya Saputra
new_excelso
Commits
6b83a163
Commit
6b83a163
authored
Jun 19, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translate shopping cart
parent
eb37b68a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
31 deletions
+63
-31
en.json
lib/en.json
+18
-1
id.json
lib/id.json
+17
-2
Auth.js
view/Auth.js
+1
-1
ShoppingCart.js
view/ShoppingCart.js
+27
-27
No files found.
lib/en.json
View file @
6b83a163
...
@@ -65,6 +65,11 @@
...
@@ -65,6 +65,11 @@
"token"
:
"Token"
,
"token"
:
"Token"
,
"delivery"
:
"DELIVERY"
,
"delivery"
:
"DELIVERY"
,
"rateDelivery"
:
"Delivery"
,
"rateDelivery"
:
"Delivery"
,
"price"
:
"Price"
,
"discount"
:
"Discount"
,
"total"
:
"TOTAL"
,
"checkout"
:
"CHECKOUT"
,
"headerShoppingCart"
:
"SHOPPING CART"
,
"pickup"
:
"PICKUP"
,
"pickup"
:
"PICKUP"
,
"orderInfo"
:
"YOU WILL PICKUP YOUR ORDER AT"
,
"orderInfo"
:
"YOU WILL PICKUP YOUR ORDER AT"
,
"orderNow"
:
"ORDER NOW"
,
"orderNow"
:
"ORDER NOW"
,
...
@@ -99,5 +104,17 @@
...
@@ -99,5 +104,17 @@
"alertselectpayment"
:
"Please choose a payment method"
,
"alertselectpayment"
:
"Please choose a payment method"
,
"alertbalance"
:
"Sorry, your balance are not enough"
,
"alertbalance"
:
"Sorry, your balance are not enough"
,
"alertbalancepoin"
:
"Sorry, your balance and points are not enough"
,
"alertbalancepoin"
:
"Sorry, your balance and points are not enough"
,
"headerResetPassword"
:
"RESET PASSWORD"
"headerResetPassword"
:
"RESET PASSWORD"
,
"yourOrders"
:
"YOUR ORDER(S)"
,
"addMore"
:
"+ ADD MORE"
,
"addVoucher"
:
"+ ADD VOUCHER"
,
"removeVoucher"
:
"Remove Voucher"
,
"paymentMethods"
:
"PAYMENT METHODS"
,
"yourBalance"
:
"Your Balance"
,
"yourPoints"
:
"Your Points"
,
"yourBalanceUsed"
:
"Your Balance Used"
,
"yourPointsUsed"
:
"Your Points Used"
,
"paymentDetails"
:
"PAYMENT DETAILS"
}
}
\ No newline at end of file
lib/id.json
View file @
6b83a163
...
@@ -56,7 +56,12 @@
...
@@ -56,7 +56,12 @@
"enterToken"
:
"Masukan Token"
,
"enterToken"
:
"Masukan Token"
,
"token"
:
"Token"
,
"token"
:
"Token"
,
"delivery"
:
"ANTAR"
,
"delivery"
:
"ANTAR"
,
"rateDelivery"
:
"Ongkos Kirim"
,
"rateDelivery"
:
"Ongkos Kirim"
,
"price"
:
"Harga"
,
"discount"
:
"Diskon"
,
"total"
:
"TOTAL"
,
"checkout"
:
"CHECKOUT@"
,
"headerShoppingCart"
:
"SHOPPING CART@"
,
"pickup"
:
"AMBIL"
,
"pickup"
:
"AMBIL"
,
"changepassword"
:
"GANTI KATA SANDI"
,
"changepassword"
:
"GANTI KATA SANDI"
,
"changeEmail"
:
"GANTI EMAIL"
,
"changeEmail"
:
"GANTI EMAIL"
,
...
@@ -101,5 +106,15 @@
...
@@ -101,5 +106,15 @@
"alertselectpayment"
:
"Silahkan pilih metode pembayaran"
,
"alertselectpayment"
:
"Silahkan pilih metode pembayaran"
,
"alertbalance"
:
"Maaf Saldo tidak cukup"
,
"alertbalance"
:
"Maaf Saldo tidak cukup"
,
"alertbalancepoin"
:
"Maaf Saldo dan poin tidak cukup"
,
"alertbalancepoin"
:
"Maaf Saldo dan poin tidak cukup"
,
"headerResetPassword"
:
"GANTI PASSWORD"
"headerResetPassword"
:
"GANTI PASSWORD"
,
"yourOrders"
:
"PESANANMU"
,
"addMore"
:
"+ TAMBAH LAGI"
,
"addVoucher"
:
"+ TAMBAH VOUCHER"
,
"removeVoucher"
:
"Hapus Voucher"
,
"paymentMethods"
:
"METODE PEMBAYARAN"
,
"yourBalance"
:
"Saldo Kamu"
,
"yourPoints"
:
"Poin Kamu"
,
"yourBalanceUsed"
:
"Saldo Kamu Digunakan"
,
"yourPointsUsed"
:
"Poin Kamu Digunakan"
,
"paymentDetails"
:
"DETAIL PEMBAYARAN"
}
}
\ No newline at end of file
view/Auth.js
View file @
6b83a163
...
@@ -503,7 +503,7 @@ class Auth extends React.Component {
...
@@ -503,7 +503,7 @@ class Auth extends React.Component {
fontSize
:
20
,
fontSize
:
20
,
color
:
'white'
,
color
:
'white'
,
textAlign
:
'center'
textAlign
:
'center'
},
title
:
'SHOPPING CART'
},
title
:
i18n
.
t
(
'headerShoppingCart'
)
}}
/
>
}}
/
>
<
Stack
.
Screen
name
=
"Order History"
component
=
{
OrderHistory
}
/
>
<
Stack
.
Screen
name
=
"Order History"
component
=
{
OrderHistory
}
/
>
<
Stack
.
Screen
name
=
"Reward History"
component
=
{
RewardHistory
}
<
Stack
.
Screen
name
=
"Reward History"
component
=
{
RewardHistory
}
...
...
view/ShoppingCart.js
View file @
6b83a163
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment