| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638 |
- {
- "search": {
- "placeholder": "Search by ID or nickname",
- "button": "Search",
- "relatedContacts": "Related Contacts",
- "follow": "Follow",
- "followed": "Followed",
- "fansCount": "Fans {count}",
- "noResult": "No related users"
- },
- "common": {
- "noMoreData": "No more data",
- "loading": "Loading...",
- "copied": "Copied to clipboard",
- "copyFailed": "Copy failed",
- "logOut": "Log out",
- "unknown": "Unknown",
- "errors": {
- "loginExpired": "Login expired, please login again",
- "nativeOnly": "Please open in the app",
- "noPermission": "No permission",
- "notFound": "Not found",
- "serverError": "Server error, try again later",
- "requestFailed": "Request failed",
- "timeout": "Request timeout, try again",
- "network": "Network error, check your connection",
- "unknownError": "Unknown error"
- }
- },
- "order": {
- "common": {
- "myOrders": "My Orders"
- },
- "refund": {
- "title": "Request refund",
- "refunding": "Refund Pending",
- "refundingTip": "Under review, please wait patiently",
- "refundedTip": "Amount has been refunded to wallet",
- "priceLabel": "Price",
- "reasonTitle": "Please describe the reason for your refund",
- "reasonSubtitle": "Refund will be processed after official review",
- "reasonPlaceholder": "Please fill in...",
- "proofTitle": "Picture proof",
- "proofSubtitle": "Upload a picture to display your evidence",
- "submit": "Submit refund",
- "toast": {
- "needReason": "Please enter the refund reason",
- "uploading": "Uploading images, please wait"
- }
- },
- "refundPlaymate": {
- "title": "Submit proof",
- "entry": "Submit proof",
- "refunding": "Refunding",
- "customerNickname": "Customer nickname",
- "product": "Product",
- "priceLabel": "Price",
- "quantity": "Quantity",
- "refundReasonTitle": "Refund reason",
- "customerProofTitle": "Picture proof",
- "emptyReason": "No refund reason provided",
- "emptyProof": "No picture proof provided",
- "playmateReasonTitle": "Anything else you'd like us to know?",
- "playmateReasonSubtitle": "Describe your experience and evidence",
- "playmateReasonPlaceholder": "Please fill in...",
- "proofTitle": "Picture proof (up to 6 images)",
- "proofSubtitle": "Upload a picture to display your evidence",
- "submit": "Submit",
- "toast": {
- "needContent": "Please enter details or upload images",
- "uploading": "Uploading images, please wait",
- "submitSuccess": "Submitted"
- }
- },
- "status": {
- "none": "None",
- "pending": "Pending Acceptance",
- "completed": "Completed",
- "refunded": "Refunded",
- "accepted": "Accepted",
- "refused": "Refused",
- "processing": "In progress",
- "processed": "In progress",
- "cancelled": "Canceled",
- "all": "All"
- },
- "statusPlaymate": {
- "none": "None",
- "pending": "Pending Order",
- "completed": "Completed",
- "refunded": "Refunded",
- "accepted": "Order Received",
- "refused": "Refused",
- "processing": "In Service",
- "processed": "Completed",
- "cancelled": "Canceled"
- },
- "detail": {
- "productType": "Product type",
- "quantity": "Quantity",
- "orderNo": "Order",
- "purchaseTime": "Purchase time",
- "totalLabel": "Total",
- "refundReasonTitle": "Refund reason",
- "refundReasonEmpty": "No refund reason provided",
- "refundProofTitle": "Picture proof",
- "refundProofEmpty": "No picture proof provided",
- "orderNow": "Order",
- "payNow": "Pay Now",
- "cancel": "Cancel",
- "completeOrder": "Complete",
- "review": "Rate service",
- "refund": "Refund",
- "delete": "Delete",
- "wallet": "Wallet",
- "walletBalanceNotEnough": "(Insufficient balance)"
- },
- "confirm": {
- "pay": {
- "title": "Confirm payment?",
- "confirm": "Confirm payment",
- "cancel": "Cancel"
- },
- "complete": {
- "title": "Mark this order as completed?",
- "confirm": "Complete",
- "cancel": "Cancel"
- },
- "refund": {
- "title": "Apply for a refund for this order?",
- "confirm": "Apply for refund",
- "cancel": "Cancel"
- },
- "cancel": {
- "title": "Cancel this order?",
- "confirm": "Cancel order",
- "cancel": "Cancel"
- },
- "delete": {
- "title": "Delete this order?",
- "confirm": "Delete",
- "cancel": "Cancel"
- },
- "playmateAccept": {
- "title": "Accept this order?",
- "confirm": "Accept",
- "cancel": "Cancel"
- },
- "playmateRefuse": {
- "title": "Refuse this order?",
- "confirm": "Refuse",
- "cancel": "Cancel"
- },
- "playmateStartService": {
- "title": "Start service now?",
- "confirm": "Start",
- "cancel": "Cancel"
- },
- "playmateFinishService": {
- "title": "Finish service now?",
- "confirm": "Finish",
- "cancel": "Cancel"
- }
- },
- "rating": {
- "title": "Are you satisfied with the playmate?",
- "satisfactionLabel": "Satisfaction",
- "submit": "Submit rating",
- "rated": "Rated",
- "level": {
- "none": "",
- "1": "Very dissatisfied",
- "2": "Dissatisfied",
- "3": "Neutral",
- "4": "Satisfied",
- "5": "Very satisfied"
- }
- },
- "toast": {
- "refundSuccess": "Refund application submitted, pending review",
- "cancelSuccess": "Cancellation successful"
- },
- "playmateRecord": {
- "requestTitle": "Request",
- "refuse": "Refuse",
- "acceptOrders": "Accept orders",
- "startService": "Start service",
- "finishService": "Finish service",
- "toast": {
- "acceptSuccess": "Order accepted",
- "refuseSuccess": "Order refused",
- "startServiceSuccess": "Service started",
- "finishServiceSuccess": "Service completed"
- }
- }
- },
- "payment": {
- "topup": {
- "title": "Top-up",
- "balanceLabel": "Balance:",
- "chooseMethod": "Please choose your payment method",
- "recharge": "Recharge"
- }
- },
- "native": {
- "playmateApply": {
- "titleLine1": "Becoming a Gami",
- "titleLine2": "Playmate",
- "tag": "Make money while playing",
- "steps": {
- "title": "Just 3 steps, easy to apply",
- "stepLabel": "Step.{n}",
- "bindMobile": "Bind mobile number",
- "completeProfile": "Complete profile",
- "applySkills": "Apply for skills"
- },
- "why": {
- "title": "Why join Gami?",
- "benefits": {
- "flexible": {
- "title": "Flexible",
- "desc": "Earn money anytime"
- },
- "highIncome": {
- "title": "High Income",
- "desc": "Monthly income up to 6,000,000 IDR"
- },
- "friends": {
- "title": "Make friends",
- "desc": "Make friends who share the same hobbies"
- }
- }
- },
- "agreement": {
- "ariaAgree": "Agree to the agreement",
- "prefix": "I have read and agree to the ",
- "link": "Gami Playmate Agreement"
- },
- "cta": "Apply (18+)"
- }
- },
- "wallet": {
- "currency": {
- "coin": "Coin",
- "diamond": "Diamond",
- "beans": "Beans"
- },
- "record": {
- "pageTitle": "Details",
- "title": {
- "recharge": "Recharge",
- "exchangeBeans": "Beans exchange",
- "exchangeDiamond": "Diamond exchange",
- "exchangeCoin": "Coin exchange",
- "exchangeToCoin": "Exchange to Coin",
- "exchangeToDiamond": "Exchange to Diamond",
- "playmateOrder": "Playmate order",
- "orderRefund": "Order refund",
- "orderIncome": "Order income",
- "refundClawback": "Refund clawback",
- "withdrawApply": "Withdrawal request",
- "operationGrant": "Operations grant",
- "operationDeduct": "Operations deduction"
- },
- "desc": {
- "rechargeByProvider": "Recharge via [{provider}]",
- "exchange": "Exchange [{amount}]{currency}",
- "playmateOrder": "Place [{category}] order to [{seller}]",
- "orderRefund": "Refund for order [{orderNo}]",
- "orderIncome": "Completed [{category}] order",
- "refundClawback": "[{user}] order refund",
- "withdrawApply": "Apply to withdraw {amount} IDR"
- },
- "bizTypeFallback": {
- "30000": "Order settlement",
- "30001": "Playmate order",
- "30002": "Recharge",
- "30003": "Order refund",
- "30004": "Order refund",
- "30008": "Exchange",
- "30013": "Withdrawal request"
- }
- },
- "dateSelect": {
- "title": "Select Date",
- "reset": "Reset",
- "startPlaceholder": "Start Date",
- "endPlaceholder": "End Date",
- "save": "Save"
- },
- "withdraw": {
- "auth": {
- "title": "Withdraw Identity Verification",
- "auditing": {
- "title": "Identity verification under review",
- "desc": "Please wait for approval before withdrawing"
- },
- "card": {
- "title": "Identity Verification",
- "desc": "Per regulations, identity verification is required before withdrawal"
- },
- "upload": {
- "title": "Upload ID Photo",
- "desc": "ID card must be clearly visible, unobstructed, and without glare",
- "clickToUpload": "Click to upload",
- "front": "Front of ID card",
- "back": "Back of ID card"
- },
- "form": {
- "title": "Complete Personal Information",
- "name": {
- "label": "Name",
- "placeholder": "Enter name as on ID card"
- },
- "idNumber": {
- "label": "ID Number",
- "placeholder": "Enter your ID number"
- },
- "bankName": {
- "label": "Bank",
- "placeholder": "Select bank"
- },
- "bankCard": {
- "label": "Bank Card",
- "placeholder": "Enter bank card number"
- }
- },
- "tip": "Please fill in real and valid personal information, consistent with the withdrawal bank account holder",
- "submit": "Verify Identity",
- "submitting": "Submitting...",
- "validation": {
- "realNameRequired": "Please enter your name",
- "idNoRequired": "Please enter your ID number",
- "frontImageRequired": "Please upload front of ID card",
- "backImageRequired": "Please upload back of ID card",
- "bankNoRequired": "Please enter bank card number",
- "bankNameRequired": "Please enter bank name"
- },
- "success": "Verification submitted successfully",
- "failed": "Submission failed, please try again",
- "partialSuccess": "Submission partially successful"
- },
- "bankSelect": {
- "title": "Select bank",
- "searchPlaceholder": "Search bank",
- "hotBanks": "Popular banks",
- "allBanks": "All banks",
- "empty": "No matching bank"
- },
- "apply": {
- "title": "Income Swap",
- "actions": {
- "withdrawAll": "Withdraw all"
- },
- "labels": {
- "fromBeans": "From Beans",
- "to": "To"
- },
- "input": {
- "placeholder": "Please fill in...",
- "placeholderDisabled": "Below minimum"
- },
- "fee": {
- "fixed": "Withdrawal fee: {fee}",
- "rate": "Withdrawal fee: {rate}%"
- },
- "tip": "Exchange rate from Beans to IDR: {bean}:{idr}, Minimum withdrawal amount: {minAmount}, {feeText}",
- "submit": "Withdraw",
- "submitting": "Submitting...",
- "toast": {
- "fetchInfoFailed": "Failed to fetch withdraw info",
- "submitSuccess": "Withdrawal request submitted successfully. Please wait for review."
- }
- }
- }
- },
- "mine": {
- "personalPage": "Profile page",
- "generateQr": {
- "label": "Generate\nQR code",
- "noSkill": "No skill available"
- },
- "shareFriends": "Share\nwith friends",
- "walletTitle": "My Wallet",
- "orderTitle": "My Orders",
- "recordTitle": "Order records",
- "cancellation": {
- "title": "Account cancellation",
- "warningTitle": "Before you cancel",
- "warningItems": {
- "item1": "After cancellation, your account cannot be recovered. Please proceed carefully.",
- "item2": "Orders/records associated with this account may no longer be accessible.",
- "item3": "If you have unfinished orders or balance issues, please resolve them first."
- },
- "reasonTitle": "Reason (optional)",
- "reasons": {
- "noNeed": "I no longer need this account",
- "privacy": "Privacy or security concerns",
- "experience": "Poor experience",
- "other": "Other"
- },
- "otherPlaceholder": "Please briefly describe (max 200 characters)",
- "confirmTitle": "Confirmation",
- "acknowledge": "I have read and understood the above, and I confirm to cancel this account.",
- "back": "Back",
- "submit": "Confirm cancellation",
- "confirmDialog": {
- "title": "Cancel this account?",
- "confirm": "Confirm",
- "cancel": "Cancel"
- },
- "toast": {
- "needAcknowledge": "Please check the confirmation box first",
- "placeholderSuccess": "Cancellation submitted (API integration pending)",
- "success": "Cancellation successful",
- "failed": "Cancellation failed, please try again later"
- }
- }
- },
- "about": {
- "privacyPolicy": "Privacy Policy",
- "termsOfService": "Terms of Service",
- "communityGuideline": "Community Guideline",
- "broadcasterAgreement": "Broadcaster Agreement",
- "aboutUs": "About us",
- "contactUs": "Contact us",
- "childSafetyPolicy": "Child Safety Policy",
- "playmateAgreement": "Playmate Agreement"
- },
- "profile": {
- "tabs": {
- "aboutHer": "About Her",
- "photoWall": "Photo Wall"
- },
- "sections": {
- "information": "Information",
- "skill": "Skill"
- },
- "favorability": "Favorability",
- "toast": {
- "thanksForRating": "Thank you for your rating"
- }
- },
- "share": {
- "defaultName": "Ta",
- "banner": {
- "withSkill": "Play \"{game}\" with \"{name}\"",
- "defaultGame": "Play games with \"{name}\"",
- "lastOrder": "On {date} played「{game}」match with「{name}」",
- "empty": "Come and play with me~"
- },
- "cta": {
- "scanTitle": "Play with me",
- "noSkill": "No skill available"
- },
- "skillSelect": {
- "title": "Select display skills",
- "subtitle": "You can select up to {count} skills to display",
- "confirm": "Confirm"
- },
- "actions": {
- "backEdit": "Back to edit",
- "sharePoster": "Share poster"
- },
- "alt": {
- "preview": "Share preview",
- "photoIndex": "Photo {index}"
- }
- },
- "qrCode": {
- "tabs": {
- "general": "General code",
- "specific": "Specific code"
- },
- "specific": {
- "placeholderAmount": "Enter service amount",
- "generate": "Generate QR code"
- },
- "actions": {
- "saveImage": "Save image",
- "copyLink": "Copy link"
- },
- "saveImage": {
- "cta": "Press and hold to pay"
- }
- },
- "editProfile": {
- "toast": {
- "selectImage": "Please select an image file",
- "onlyImage": "Only image files are allowed",
- "tooLarge": "Image size cannot exceed 5MB",
- "signFailed": "Failed to get upload signature",
- "uploadUrlInvalid": "Upload URL is invalid",
- "uploadFailed": "Upload failed, please try again",
- "uploadSuccess": "Upload succeeded",
- "avatarUploading": "Avatar is uploading, please wait",
- "needNickname": "Please enter nickname",
- "needValidAge": "Please enter a valid age",
- "needGender": "Please select gender",
- "saveSuccess": "Saved successfully",
- "saveFailed": "Save failed, please try again"
- },
- "fields": {
- "nickname": "Nickname",
- "gender": "Gender",
- "age": "Age"
- },
- "gender": {
- "male": "Male",
- "female": "Female"
- },
- "placeholders": {
- "nickname": "Enter nickname",
- "age": "Enter age"
- },
- "buttons": {
- "saving": "Saving...",
- "save": "Save"
- }
- },
- "gender": {
- "male": "Male",
- "female": "Female",
- "ageUnknown": "N/A"
- },
- "region": {
- "central": "Central Jakarta",
- "north": "North Jakarta",
- "west": "West Jakarta",
- "south": "South Jakarta",
- "east": "East Jakarta",
- "thousand_islands": "Thousand Islands"
- },
- "home": {
- "findPartner": {
- "title": "Find your partner",
- "submit": "Find Now",
- "sections": {
- "gender": {
- "title": "Gender",
- "tags": {
- "unlimited": "Unlimited",
- "male": "Male",
- "female": "Female"
- }
- },
- "age": {
- "title": "Age",
- "tags": {
- "unlimited": "Unlimited",
- "range_15_25": "15-25",
- "range_25_35": "25-35",
- "range_35_plus": "35+"
- }
- },
- "region": {
- "title": "Region"
- },
- "rating": {
- "title": "Rating",
- "tags": {
- "unlimited": "Unlimited",
- "highToLow": "high to low",
- "lowToHigh": "low to high"
- }
- },
- "price": {
- "title": "Price",
- "tags": {
- "unlimited": "Unlimited",
- "range_0_1000": "0-1000",
- "range_1000_1500": "1000-1500",
- "range_1500_2500": "1500-2500",
- "range_2500_5000": "2500-5000",
- "range_5000_plus": "5000+"
- }
- }
- }
- },
- "sort": {
- "star": "Rating",
- "price": "Price"
- }
- },
- "payback": {
- "buttons": {
- "viewOrder": "View Order",
- "return": "Return",
- "payNow": "Pay Now",
- "confirm": "Confirm"
- },
- "titles": {
- "paymentSuccess": "Payment successful",
- "paymentFailed": "Payment failed",
- "paymentFailedSubtitle": "Please retry",
- "topupSuccess": "Recharge successful",
- "topupFailed": "Recharge failed",
- "topupFailedSubtitle": "Please retry",
- "topupPending": "Pending..."
- }
- },
- "im": {
- "title": "Message",
- "status": {
- "online": "online",
- "offline": "offline"
- },
- "conversation": {
- "defaultName": "Conversation"
- },
- "time": {
- "now": "Now"
- },
- "message": {
- "image": "[Image]",
- "video": "[Video]",
- "file": "[File]",
- "audio": "[Audio]",
- "generic": "[Message]",
- "unsupported": "Unsupported message. Please view in app."
- },
- "placeholder": {
- "notReady": "IM is not ready.",
- "empty": "No conversations.",
- "emptyAlt": "Empty"
- },
- "detail": {
- "loadingMore": "Loading more...",
- "inputPlaceholder": "Send a message"
- },
- "error": {
- "missingGetMessageList": "IM is temporarily unavailable. Please try again later.",
- "missingSendMessage": "Unable to send message. Please try again later."
- }
- }
- }
|