Uses proper multi-line formatting for translation strings

This commit is contained in:
Kristian Knarvik 2022-06-19 18:16:59 +02:00
parent 6ec701026f
commit ba81611e80

View File

@ -9,11 +9,32 @@ en:
SUCCESS_RELOADED: "&bSuccessfully reloaded configuration" SUCCESS_RELOADED: "&bSuccessfully reloaded configuration"
SUCCESS_PAID_FOR_SIGN: "&bYou paid &3{cost} {unit} &bto create the sign" 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" SUCCESS_REFUNDED: "&bYou were refunded &3{cost} {unit} &bfor your broken sign"
PAID_SIGNS_INFO: "&f---&3Paid signs&f---{signs}\n&f-----------" PAID_SIGNS_INFO: |
PAID_SIGNS_INFO_FORMAT: "\n&f| &3{name}" &f---&3Paid signs&f---{signs}
PAID_SIGN_INFO: "&f---&3Paid sign&f---\n&f| &bName: &3{name}\n&f| &bCost: &3{cost}\n&f| &bPermission: &3{permission}\n&f| &bIgnore case: &3{case}\n&f| &bIgnore color: &3{color}\n&f| &bMatch any condition: &3{any}\n&f| &bSign conditions: &3{conditions}\n&f---------------" &f-----------
PAID_SIGN_INFO_CONDITION_FORMAT: "\n&f| &b{line}: &3{condition}" PAID_SIGNS_INFO_FORMAT: |
PAID_SIGN_CONDITION_INFO: "&f---&3Paid sign condition&f---\n&f| &bPaid sign name: &3{name}\n&f| &bCondition line: &3{line}\n&f| &bMatch string: &3{match}\n&f| &bExecute RegEx: &3{regex}\n&f| &bIgnore case: &3{case}\n&f| &bIgnore color: &3{color}\n&f---------------" &f| &3{name}
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_TRUE: "&2true"
BOOLEAN_FALSE: "&4false" BOOLEAN_FALSE: "&4false"
ERROR_INVALID_NUMBER: "&bYou provided an invalid number" ERROR_INVALID_NUMBER: "&bYou provided an invalid number"