Files
PaidSigns/src/main/resources/strings.yml

52 lines
2.3 KiB
YAML

en:
PREFIX: "[PaidSigns]"
SUCCESS_ADDED_PAID_SIGN: "&bSuccessfully added new paid sign"
SUCCESS_ADDED_PAID_SIGN_CONDITION: "&bSuccessfully added new paid sign condition"
SUCCESS_UPDATED_PAID_SIGN: "&bSuccessfully updated the paid sign property"
SUCCESS_UPDATED_PAID_SIGN_CONDITION: "&bSuccessfully updated the paid sign condition property"
SUCCESS_REMOVED_PAID_SIGN: "&bSuccessfully removed paid sign"
SUCCESS_REMOVED_CONDITION: "&bSuccessfully removed paid sign condition"
SUCCESS_RELOADED: "&bSuccessfully reloaded configuration"
SUCCESS_PAID_FOR_SIGN: "&bYou paid &3{cost} {unit} &bto create the sign"
SUCCESS_REFUNDED: "&bYou were refunded &3{cost} {unit} &bfor your broken sign"
PAID_SIGNS_INFO: |
&f---&3Paid signs&f---
{signs}{nextPagePrompt}
&f-----------
PAID_SIGNS_INFO_FORMAT: |
&f| &b{name}
PAID_SIGNS_NEXT_PROMPT: |
&f| &3Use /lps {nextPage} to see more
PAID_SIGN_INFO: |
&f---&3Paid sign&f---
&f| &bName: &3{name}
&f| &bCost: &3{cost}
&f| &bPermission: &3{permission}
&f| &bIgnore case: &3{case}
&f| &bIgnore color: &3{color}
&f| &bMatch any condition: &3{any}
&f| &bSign conditions:
&3{conditions}
&f---------------
PAID_SIGN_INFO_CONDITION_FORMAT: |
&f| &b{line}: &3{condition}
PAID_SIGN_CONDITION_INFO: |
&f---&3Paid sign condition&f---
&f| &bPaid sign name: &3{name}
&f| &bCondition line: &3{line}
&f| &bMatch string: &3{match}
&f| &bExecute RegEx: &3{regex}
&f| &bIgnore case: &3{case}
&f| &bIgnore color: &3{color}
&f---------------
BOOLEAN_TRUE: "&2true"
BOOLEAN_FALSE: "&4false"
ERROR_INVALID_NUMBER: "&bYou provided an invalid number"
ERROR_NAME_DUPLICATE: "&bA paid sign with the same name already exists"
ERROR_EXCEPTION_OCCURRED: "&bAn exception occurred. Please notify the server administrator or check the server log."
ERROR_INVALID_INPUT: "&bInvalid input: {input}"
ERROR_PAID_SIGN_NOT_FOUND: "&bNo such paid sign exists"
ERROR_NO_SUCH_CONDITION: "&bThe paid sign you specified has no condition for line {line}"
ERROR_CANNOT_AFFORD: "&bYou cannot afford to create this sign. The cost is {cost} {unit}"
ERROR_INVALID_REGULAR_EXPRESSION: "&bThe provided regular expression is invalid"
ERROR_PROPERTY_NOT_RECOGNIZED: "&bThe property you tried to change was not recognized"