add: products ui
This commit is contained in:
parent
8f76578f1b
commit
fd529d3847
31 changed files with 1041 additions and 49 deletions
|
@ -88,6 +88,7 @@ version = "1.0.0"
|
|||
"auth:label.replies" = "Replies"
|
||||
"auth:label.media" = "Media"
|
||||
"auth:label.outbox" = "Outbox"
|
||||
"auth:label.shop" = "Shop"
|
||||
"auth:label.before_you_view" = "Before you view"
|
||||
"auth:label.private_profile" = "Private profile"
|
||||
"auth:label.private_profile_message" = "This profile is private, meaning you can only view it if they follow you."
|
||||
|
@ -227,6 +228,7 @@ version = "1.0.0"
|
|||
"requests:label.user_follow_request" = "User follow request"
|
||||
"requests:action.view_profile" = "View profile"
|
||||
"requests:label.user_follow_request_message" = "Accepting this request will not allow them to see your profile. For that, you must follow them back."
|
||||
"requests:label.coin_transfer_request" = "Coin transfer request"
|
||||
|
||||
"chats:label.my_chats" = "My chats"
|
||||
"chats:action.move" = "Move"
|
||||
|
@ -327,3 +329,17 @@ version = "1.0.0"
|
|||
"mail:action.send_mail" = "Send mail"
|
||||
|
||||
"economy:label.recent_transfers" = "Recent transfers"
|
||||
"economy:action.request" = "Request"
|
||||
"economy:label.title" = "Title"
|
||||
"economy:label.description" = "Description"
|
||||
"economy:label.my_products" = "My products"
|
||||
"economy:label.my_wallet" = "My wallet"
|
||||
"economy:label.create_new" = "Create new product"
|
||||
"economy:label.price" = "Price"
|
||||
"economy:label.on_sale" = "On sale"
|
||||
"economy:label.stock" = "Stock"
|
||||
"economy:label.unlimited" = "Unlimited"
|
||||
"economy:label.fulfillment_style" = "Fulfillment style"
|
||||
"economy:label.use_automail" = "Use automail"
|
||||
"economy:label.automail_message" = "Automail message"
|
||||
"economy:action.buy" = "Buy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue