Shorten words

This commit is contained in:
kngako 2024-05-12 20:32:15 +02:00
parent fc18e8801a
commit 263db67fe9

View File

@ -237,10 +237,10 @@ noActionPolicy: "No action policies in the system."
noPendingProposals: "There are no pending proposals for you in this clan"
distributeClanSatsToMembers: "distribute {{{amountToDistribute}}} sats to members: {{{timeAgo}}}"
transferClanSats: "transfer {{{amountToDistribute}}} sats: {{{timeAgo}}}"
superMajorityExplanation: "Actions need at least 75% approval from all the members on proposals"
majorityExplanation: "Actions need at least 50% approval from all the members on proposals"
adminSuperMajorityExplanation: "Actions need at least 50% approval from all the admins on proposals"
adminMajorityExplanation: "Actions need at least 50% approval from all the admins on proposals"
superMajorityExplanation: "Actions need at least 75% approval of all members on proposals"
majorityExplanation: "Actions need at least 50% approval of all members on proposals"
adminSuperMajorityExplanation: "Actions need at least 50% approval of all admins on proposals"
adminMajorityExplanation: "Actions need at least 50% approval of all admins on proposals"
customApprovalCondition: "Actions need custom approval conditions on proposals."
undefinedActionApprovalConditions: "Actions have undefined approval conditions."
invitations: "Invitations"
@ -258,7 +258,7 @@ continue: "Continue"
sorryNameAlreadyTaken: "Sorry the name has already be taken."
selectActionPolicyForClan: "Select action policy for {{{clanAddress}}}:"
failedToCreateClan: "Failed to create {{{clanAddress}}}. Please try again later."
selectedActionPolicy: "The {{{clanAddress}}} action policy is set to {{{actionPolicyName}}} approval."
selectedActionPolicy: "Set the {{{clanAddress}}} action policy to {{{actionPolicyName}}} approval."
confirm: "Confirm"
clanActionPolicyCreated: "The clan {{{clanAddress}}} has been set to the {{{actionPolicyName}}} action policy. {{{actionPolicyDescription}}}."
clanActionPolicyFailedToBeCreated: "Failed to set action policy for {{{clanAddress}}}."