{
    "user": {
        "action": {
            "acceptRequest": {
                "text": "Accept request"
            },
            "addFriend": {
                "signInPrompt": "Log in or sign up to send a friend request to {{name}}.",
                "text": "Add friend"
            },
            "block": {
                "revert": "Unblock user",
                "success": "User was successfully blocked",
                "text": "Block user"
            },
            "editProfile": {
                "text": "Edit profile"
            },
            "message": {
                "text": "Message"
            },
            "removeRequest": {
                "confirmMessage": "Do you want to remove the friend request sent to **{{name}}**?",
                "text": "Remove request"
            },
            "unfriend": {
                "confirmMessage": "We won't tell **{{name}}** they were removed from your friends.",
                "text": "Unfriend",
                "tooltip": "You are friends with {{name}}. Click to unfriend."
            }
        },
        "avatar": {
            "search": {
                "userId": {
                    "labelText": "User",
                    "placeholder": "Any user"
                },
                "gameId": {
                    "labelText": "Game",
                    "placeholder": "Any game"
                },
                "placeholder": {
                    "empty": {
                        "heading": "No game accounts",
                        "text": "No game accounts match your filters. Try a different search."
                    }
                }
            }
        },
        "api": {
            "confirmEmailError": "Failed to send email, please contact support.",
            "confirmEmailSent": "Confirmation email sent.",
            "savePersonalSettings": "Save Personal Settings",
            "savedSettings": "Saved settings"
        },
        "backoffice": {
            "activities": {
                "heading": "Activities",
                "placeholder": {
                    "empty": {
                        "heading": "No activities",
                        "text": "This user has no activities."
                    }
                }
            },
            "avatars": {
                "heading": "Game accounts",
                "placeholder": {
                    "empty": {
                        "heading": "No game accounts",
                        "text": "This user has no game accounts."
                    }
                },
                "previousUser": "Previous user:",
                "queueDataRefresh": {
                    "tooltip": "Queue data refresh"
                },
                "remove": {
                    "confirm": {
                        "buttonText": "Remove",
                        "message": "You are about to remove this game account. Do you wish to continue?",
                        "title": "Remove game account?"
                    },
                    "tooltip": "Remove game account"
                },
                "verifiedBy": "Verified by:"
            },
            "banCause": {
                "create": {
                    "confirmMessage": "You are creating a new ban cause, which cannot be deleted.",
                    "description": "Create a new ban cause to use when banning users.",
                    "heading": "Create ban cause",
                    "success": "Ban cause created successfully."
                },
                "edit": {
                    "confirmMessage": "You are changing a ban cause.\nThis will not affect users that have already been banned with this cause.",
                    "description": "This will not affect users that have already been banned with this cause.",
                    "heading": "Edit ban cause",
                    "success": "Ban cause updated successfully."
                },
                "form": {
                    "banCause": {
                        "label": "Ban cause",
                        "placeholder": "Select ban cause..."
                    },
                    "description": {
                        "label": "Description",
                        "placeholder": "Description"
                    },
                    "duration": {
                        "days": "Days",
                        "hours": "Hours",
                        "label": "Duration",
                        "minutes": "Minutes",
                        "months": "Months",
                        "years": "Years"
                    },
                    "emailBody": {
                        "hint": "Omit 'Hello @user'. Can be left empty if no template is desired.",
                        "label": "Email body",
                        "placeholder": "Email body"
                    },
                    "name": {
                        "label": "Name",
                        "placeholder": "Name"
                    },
                    "permanent": {
                        "label": "Permanent ban",
                        "text": "Permanent ban"
                    },
                    "user": {
                        "label": "User"
                    }
                },
                "permanent": {
                    "text": "Permanent"
                },
                "trait": {
                    "accountRemoval": {
                        "description": "This ban cause will remove the user's account from the platform.",
                        "text": "Account removal"
                    }
                }
            },
            "bans": {
                "ban": {
                    "button": "Ban",
                    "description": "An email will be sent to the user notifying them that their account has been suspended.",
                    "heading": "Ban user",
                    "success": "The user was successfully banned."
                },
                "heading": "Bans",
                "history": {
                    "label": {
                        "bannedBy": "Banned by",
                        "cause": "Cause",
                        "date": "Date",
                        "duration": "Duration",
                        "expires": "Expires"
                    }
                },
                "placeholder": {
                    "empty": {
                        "heading": "No bans",
                        "text": "This user has no bans."
                    }
                }
            },
            "dataTable": {
                "heading": {
                    "account": "Account",
                    "personal": "Personal"
                },
                "username": {
                    "label": "Username"
                },
                "accountStatus": {
                    "label": "Account status",
                    "accountDeletionInProgress": "Account deletion in progress",
                    "deleted": "Deleted"
                },
                "dateJoined": {
                    "label": "Date joined"
                },
                "roles": {
                    "label": "Roles"
                },
                "currency": {
                    "label": "Currency"
                },
                "defaultRegion": {
                    "label": "Default region"
                },
                "marketingConsent": {
                    "label": "Marketing consent"
                },
                "streamerMode": {
                    "label": "Streamer mode"
                },
                "tutorialMode": {
                    "label": "Tutorial mode"
                },
                "twoFactor": {
                    "label": "2FA"
                },
                "email": {
                    "label": "Email"
                },
                "phoneNumber": {
                    "label": "Phone number",
                    "blockTooltip": "The phone number will be blocked and cannot be readded.",
                    "block": "Block",
                    "unblock": "Unblock",
                    "confirm": {
                        "block": {
                            "heading": "Block phone number?",
                            "message": "You are about to block {{phoneNumber}}, are you sure?"
                        },
                        "unblock": {
                            "heading": "Unblock phone number?",
                            "message": "You are about to unblock {{phoneNumber}}, are you sure?"
                        }
                    }
                },
                "country": {
                    "label": "Country"
                },
                "birthDate": {
                    "label": "Birth date"
                },
                "age": {
                    "label": "Age"
                },
                "firstName": {
                    "label": "First name"
                },
                "lastName": {
                    "label": "Last name"
                },
                "address": {
                    "label": "Address"
                },
                "city": {
                    "label": "City"
                },
                "state": {
                    "label": "State"
                },
                "zipCode": {
                    "label": "Zip code"
                },
                "verified": {
                    "label": "Verified",
                    "tooltip": "A verified user will get a verified icon next to its name."
                },
                "ban": {
                    "label": "Banned",
                    "unban": "Unban",
                    "confirm": {
                        "unban": {
                            "heading": "Unban",
                            "message": "You are about to unban a user."
                        }
                    }
                }
            },
            "editName": {
                "description": "Use only if absolutely necessary. Prefer adding a tagline (e.g. #1234) to the end of the existing username over changing it completely.",
                "heading": "Change username",
                "success": "Username changed successfully"
            },
            "loginIps": {
                "heading": "Login IPs",
                "labels": {
                    "firstLogin": "First login",
                    "ipAddress": "IP address",
                    "latestUpdate": "Latest update"
                },
                "placeholder": {
                    "empty": {
                        "heading": "No login IPs",
                        "text": "No login IPs found for this user."
                    }
                },
                "relationsModal": {
                    "description": "These users used {{ip}} to log in at least once.",
                    "header": "Other users",
                    "otherUsers": "<0>{{count}} other users</0> logged in from this IP",
                    "placeholder": {
                        "empty": {
                            "heading": "No login relations",
                            "text": "No login relations found for this IP."
                        }
                    }
                },
                "resendConfirmLocationEmail": {
                    "button": "Resend",
                    "tooltip": {
                        "unverified": "Resend confirm location email",
                        "verified": "IP already verified"
                    }
                },
                "verifiedTooltip": "Verified IP address"
            },
            "notes": {
                "heading": "Notes"
            },
            "overview": {
                "heading": "Overview"
            },
            "payments": {
                "heading": "Payments"
            },
            "referrals": {
                "heading": "Referrals"
            },
            "subscriptions": {
                "heading": "Subscriptions"
            },
            "transactions": {
                "heading": "Transactions"
            },
            "userNote": {
                "add": {
                    "button": "Add note",
                    "description": "Add a note to the user",
                    "heading": "Add note"
                },
                "by": "by",
                "createdBy": "Created by <1 />",
                "edit": {
                    "heading": "Edit note"
                },
                "edited": "Edited <1 />",
                "editedBy": "Edited by <1 /> <2 />",
                "form": {
                    "noteText": {
                        "label": "Note",
                        "placeholder": "Write a note..."
                    }
                },
                "heading": "Notes",
                "lastEdited": "Last edited",
                "loading": "Loading...",
                "placeholder": {
                    "empty": {
                        "heading": "No notes",
                        "text": "This user has no notes."
                    }
                }
            }
        },
        "badge": {
            "active": "Active",
            "admin": {
                "tooltip": "{{tenant}} Admin"
            },
            "caster": {
                "tooltip": "{{tenant}} Caster"
            },
            "employee": {
                "text": "Employee",
                "tooltip": "{{tenant}} Employee"
            },
            "locked": {
                "text": "Locked",
                "tooltip": "This account is locked."
            },
            "mod": {
                "text": "Mod",
                "tooltip": "{{tenant}} Moderator"
            }
        },
        "base": {
            "activeNow": "Active now",
            "biography": "Biography",
            "friends": "Friends",
            "friendsSince": "Friends since",
            "gamesPlaying": "Games playing",
            "joined": "Joined",
            "languages": "Languages",
            "level": "Level",
            "nationality": "Nationality",
            "offline": "Offline",
            "played": "Played",
            "reputation": "Reputation",
            "reputationPoints": "{{reputationPoints}} reputation",
            "signedUp": "Signed up",
            "social": "Social",
            "user_one": "User",
            "user_other": "Users",
            "winrate": "Winrate"
        },
        "contextMenu": {
            "action": {
                "challenge": {
                    "text": "Challenge"
                },
                "inviteToParty": {
                    "text": "Invite to party"
                },
                "inviteToTeam": {
                    "text": "Invite to team"
                },
                "sendMessage": {
                    "text": "Send message"
                },
                "settings": {
                    "text": "Settings"
                },
                "share": {
                    "shareText": "Check out the user {{name}} on {{tenant}}!",
                    "text": "Share"
                },
                "viewProfile": {
                    "text": "View profile"
                }
            }
        },
        "dropdown": {
            "developerDashboard": "Developer dashboard",
            "games": "Games",
            "profile": "Profile",
            "spaces": "Spaces",
            "teams": "Teams",
            "tournaments": "Tournaments"
        },
        "friendship": {
            "friendsSinceDate": "Friends since <1 />",
            "noFriends": {
                "text": "You haven't added any friends.",
                "textWithName": "{{name}} has not added any friends.",
                "title": "No friends"
            },
            "requestSent": "The friend request was successfully sent.",
            "yourFriends": {
                "title": "Your friends"
            }
        },
        "games": {
            "empty": {
                "text": "You haven't added any game accounts.",
                "title": "No Games"
            },
            "heading": "Your Games"
        },
        "menu": {
            "achievements": "Achievements",
            "activities": "Activities",
            "stats": "Stats"
        },
        "ownLadders": {
            "emptyPlaceholder": {
                "heading": "No ladders",
                "text": "Your ladder history will show up here."
            },
            "heading": "Your ladders"
        },
        "ownLeaderboards": {
            "emptyPlaceholder": {
                "heading": "No leaderboards",
                "text": "Your leaderboard history will show up here."
            },
            "heading": "Your leaderboards"
        },
        "ownTournaments": {
            "createTournament": "Create tournament",
            "emptyPlaceholder": {
                "heading": "No tournaments",
                "text": "Your tournament history will show up here."
            },
            "heading": "Your tournaments",
            "noTournaments": {
                "heading": "No Tournaments",
                "text": "{{name}} is not playing or hosting any tournaments right now.",
                "textOwn": "You are not playing or hosting any tournaments right now."
            }
        },
        "placeholder": {
            "blocked": {
                "text": "You have blocked this user.",
                "title": "Blocked"
            },
            "bot": {
                "text": "This is a bot user. Bots are non-real beings that only exist in the virtual world. They do not have user profiles.",
                "title": "Bot"
            },
            "lockedAccount": {
                "text": "This account has been locked.",
                "title": "Locked account"
            }
        },
        "profile": {
            "about": {
                "heading": "About",
                "placeholder": {
                    "textOther": "{{name}} has not added any information yet.",
                    "textOwn": "You have not added any information yet.",
                    "title": "No Information"
                }
            },
            "gameAccounts": {
                "addAccount": "Add account",
                "addGame": "Add game",
                "heading": "Game accounts",
                "placeholder": {
                    "text": "No game accounts connected."
                }
            }
        },
        "profilePicture": {
            "updated": "Profile picture updated!"
        },
        "search": {
            "defaultPlaceholderText": "Search for users by typing their name.",
            "filters": {
                "accountStatus": {
                    "active": "Active",
                    "deactivated": "Deactivated",
                    "deleted": "Deleted",
                    "inactive": "Inactive",
                    "label": "Account status",
                    "placeholder": "Any status"
                },
                "birthday": {
                    "fromLabel": "Birthday from",
                    "fromPlaceholder": "Start date",
                    "toLabel": "Birthday to",
                    "toPlaceholder": "End date"
                },
                "country": {
                    "label": "Country",
                    "placeholder": "Any country"
                },
                "currency": {
                    "label": "Currency",
                    "placeholder": "Any currency"
                },
                "dateJoined": {
                    "fromLabel": "Joined from",
                    "fromPlaceholder": "Start date",
                    "toLabel": "Joined to",
                    "toPlaceholder": "End date"
                },
                "deletionStatus": {
                    "completed": "Completed",
                    "failed": "Failed",
                    "inProgress": "In progress",
                    "label": "Deletion status",
                    "notRequested": "Not requested",
                    "placeholder": "Any deletion status",
                    "requested": "Requested"
                },
                "email": {
                    "hint": "The email adress must be an exact match.",
                    "label": "Email",
                    "placeholder": "Email..."
                },
                "emailConfirmed": {
                    "label": "Email confirmed"
                },
                "marketingConsent": {
                    "label": "Marketing consent"
                }
            },
            "inputPlaceholder": "Search for users...",
            "placeholder": {
                "empty": {
                    "heading": "No users",
                    "text": "No users match your filters. Try a different search."
                }
            }
        },
        "settings": {
            "connections": {
                "actions": {
                    "hide": "Hide",
                    "hideTooltip": "Hide your connection from other users.",
                    "remove": "Remove",
                    "removeConfirm": {
                        "message": "Do you want to remove your **{{provider}}** connection from your {{tenant}} account?",
                        "title": "Remove {{provider}}"
                    },
                    "removeDisabledTooltip": "You can't remove your {{provider}} connection because you haven't created a password for your {{tenant}} account yet. Please set your password first.",
                    "show": "Show",
                    "showTooltip": "Show your connection to other users."
                },
                "available": {
                    "heading": "Available connections"
                },
                "current": {
                    "heading": "Your connections"
                },
                "description": "Connect your accounts from other platforms to log in with them or use to connect your game accounts.",
                "heading": "Connections"
            },
            "profile": {
                "description": "Your profile settings are public and visible for other users.",
                "heading": "Profile Settings"
            },
            "streaming": {
                "heading": "Streaming Settings",
                "streamerMode": {
                    "description": "Turn this on to hide your wallet balance and other personal information.",
                    "label": "Streamer mode"
                }
            }
        },
        "spaces": {
            "empty": {
                "text": "You do not manage any Spaces.",
                "title": "No Spaces"
            },
            "heading": "Your Spaces",
            "noSpaces": "No Spaces",
            "notMemberOther": "{{displayName}} is not a member of any Space.",
            "notMemberOwn": "You are not a member of any Space.",
            "spacesUserIsMemberOf": "Spaces {{displayName}} is a member of",
            "spacesYouAreMemberOf": "Spaces you're a member of",
            "spacesYouManage": "Spaces you manage",
            "spacesYouManageDescription": "These are the Spaces you can manage."
        },
        "stats": {
            "noStats": {
                "heading": "No stats",
                "text": "{{name}} has no stats to show yet.",
                "textOwn": "There are no stats to show yet."
            }
        },
        "status": {
            "onlineDesktop": "Online in {{tenant}} Desktop App"
        },
        "teams": {
            "empty": {
                "action": "Create team",
                "text": "You are not a member of any team.",
                "title": "No Teams"
            },
            "heading": "Your Teams"
        },
        "tournaments": {
            "currentlyPlaying": {
                "descriptionOther": "{{name}} is currently playing in these tournaments.",
                "descriptionOwn": "You are currently playing in these tournaments.",
                "heading": "Currently playing"
            },
            "heading": "Your Tournaments",
            "hosting": {
                "descriptionOther": "These tournaments are hosted by {{name}}.",
                "descriptionOwn": "These tournaments are hosted by you.",
                "heading": "Hosting"
            },
            "ongoing": {
                "heading": "Ongoing"
            },
            "past": {
                "description": "Recently participated tournaments",
                "heading": "Past tournaments"
            },
            "pastHosting": {
                "heading": "Past"
            },
            "setup": {
                "heading": "Setup"
            },
            "upcoming": {
                "heading": "Upcoming"
            }
        },
        "verified": {
            "text": "{{name}} is a verified user."
        }
    }
}
