{
  "scammerradar": {
    "settings": {
      "name": "ScammerRadar",
      "enabled": {
        "name": "Protection"
      },
      "openDiscord" : {
        "text" : "Open invite link",
        "name" : "ScammerRadar Discord",
        "description" : "Invite link to the official ScammerRadar Discord server."
      },
      "openDiscordMM" : {
        "text" : "Open invite link",
        "name" : "TrustedMM Discord",
        "description" : "Invite link to the official TrustedMM Discord server."
      },
      "notification" : {
        "type" : {
          "chat" : "Minecraft Chat",
          "labymod" : "LabyMod Alerts"
        }
      },
      "notificationType" : {
        "name" : "Notification Type"
      },
      "errorNotificationType" : {
        "name" : "Error Notification Type"
      },
      "tabBadge" : {
        "name" : "Mark in Tab"
      },
      "header" : {
        "discord" : {
          "name" : "Discord"
        },
        "general" : {
          "name" : "General Settings"
        }
      },
      "chat" : {
        "name" : "Mark in Chat",
        "scammerTag" : {
          "name" : "Scammer Prefix"
        },
        "localScammerTag" : {
          "name" : "Private Scammer Prefix"
        },
        "middlemanTag" : {
          "name" : "Middleman Prefix"
        },
        "chatTagType" : {
          "name" : "Use Icons instead"
        },
        "defaultIcons" : {
          "name" : "Use Default Icons"
        },
        "filePickerScammer" : {
          "name" : "ScammerRadar Scammer Icon"
        },
        "filePickerLocalScammer" : {
          "name" : "private Scammer Icon"
        },
        "filePickerMM" : {
          "name" : "Trusted MM Icon"
        },
        "scammerColor" : {
          "name" : "Scammer Prefix Color"
        },
        "scammerColorLocal" : {
          "name" : "Private Scammer Prefix Color"
        },
        "middlemanColor" : {
          "name" : "Middleman Prefix Color"
        },
        "header" : {
          "icon" : {
            "name" : "Icon Settings"
          },
          "texttag" : {
            "name" : "Texttag Settings"
          },
          "color": {
            "name": "Texttag Color Settings"
          }
        }
      },
      "nameTag" : {
        "name" : "Mark Player",
        "scammerTag" : {
          "name" : "Scammer Prefix"
        },
        "localScammerTag" : {
          "name" : "Private Scammer Prefix"
        },
        "middlemanTag" : {
          "name" : "Middleman Prefix"
        },
        "scammerColor" : {
          "name" : "Scammer Prefix Color"
        },
        "scammerColorLocal" : {
          "name" : "Private Scammer Prefix Color"
        },
        "middlemanColor" : {
          "name" : "Middleman Prefix Color"
        },
        "header" : {
          "nametag" : {
            "name" : "Nametag Settings"
          },
          "color": {
            "name": "Nametag Color Settings"
          }
        }
      }
    },
    "terms" : {
      "scammer" : "ScammerRadar",
      "local-scammer" : "Private Scammer List",
      "mm" : "Trusted Middleman"
    },
    "exceptions" : {
      "addon" : {
        "file-reading-exception" : "We couldn't read the private scammer file.",
        "file-writing-exception" : "We couldn't write the private scammer file.",
        "service-exception" : "We are sorry but the ScammerRadar services are currently unavailable!"
      },
      "commands" : {
        "show" : {
          "empty-list-exception" : "Your private scammer list is empty."
        },
        "add" : {
          "not-found-exception" : "We couldn't find this player name. Make sure you entered the correct name.",
          "already-used-exception" : "This player is already on your private list."
        },
        "check" : {
          "not-found-exception" : "We couldn't find this player name. Make sure you entered the correct name."
        },
        "edit" : {
          "not-found-exception" : "There is no entry in your private list for this player name."
        },
        "remove" : {
          "not-found-exception" : "This player is not on your private list. Please check the name again."
        },
        "update" : {
          "local-update-error-exception" : "We couldn't update one or more names on the lists: ",
          "update-error-exception" : "We couldn't update the Trusted MM and ScammerRadar lists."
        }
      }
    },
    "notifications" : {
      "chat" : "Minecraft Chat",
      "labymod" : "Labymod Notification",
      "title" : "ScammerRadar",
      "error" : "Error"
    },
    "commands" : {
      "help" : {
        "syntax" : "/scammer or /sc",
        "help" : "Show all ScammerRadar Commands."
      },
      "show" : {
        "syntax" : "/scammer show",
        "help" : "List all players on your private Scammer List."
      },
      "add" : {
        "syntax" : "/scammer add <user> [optional <notice>]",
        "usage" : "Please enter a player name and optional a notice for the entry.",
        "success" : "You added the player <user> to your private list. Notice: <notice>",
        "help" : "Add a private scammer entry."
      },
      "check" : {
        "syntax" : "/scammer check <user> or *",
        "usage" : "Please enter a player name to check. You can also use \"*\" to check for the entire server.",
        "success-name" : "The player <user> is listed as follows:",
        "success-server" : "On the are one or more listed players:",
        "no-result-name" : "The player <user> was checked without a result.",
        "no-result-server" : "The server was checked without a result.",
        "help" : "Check a player or the current server for scammers and middlemen.",
        "hover" : "Click to check this player.",
        "local-notice" : "Local Notice: ",
        "scammerradar-notice" : "ScammerRadar Notice: ",
        "notice-link-description" : "Click to open this link."
      },
      "edit" : {
        "syntax" : "/scammer edit <user> <new notice>",
        "usage" : "Please enter a player name as well as a new notice for the entry.",
        "success" : "The entry for <user> was edited.",
        "help" : "Edit a private scammer entry."
      },
      "remove" : {
        "syntax" : "/scammer remove <user>",
        "usage" : "Please enter a player name.",
        "success" : "The entry for <user> was removed.",
        "help" : "Remove a private scammer entry."
      },
      "update" : {
        "syntax" : "/scammer update",
        "usage" : "Please enter a player name and optional a notice for the entry.",
        "help" : "Update all lists as well as the player names on it.",
        "local-success" : "Updated private list without errors.",
        "success" : "Updated Trusted MM and ScammerRadar lists without any errors."
      }
    }
  }
}