diff --git a/locales/en.yaml b/locales/en.yaml index 1f70a49..1059724 100644 --- a/locales/en.yaml +++ b/locales/en.yaml @@ -277,4 +277,43 @@ howMuchClanBalanceToSend: "How much of the {{{clanAddress}}} funds you would lik wholeBalance: "Whole balance" percentageOfBalance: "Percentage of balance" enterPercentageOfClanBalance: "Please enter the percentage amount (min: 5, max: 100) of the funds you would like to propose to distribute from {{{clanAddress}}}:" -lightningAddressShort: "LN Address" \ No newline at end of file +lightningAddressShort: "LN Address" +percentageDistributionTooSmall: "{{{percentageAmount}}}% distribution results in too small of an amount to distribute from the {{{clanAddress}}} balance. Increase percentage/balance." +aboutToProposePercentageDistribution: "You are about to propose {{{percentageAmount}}}% of the {{{balance}}} sats in the {{{clanAddress}}} balance be distributed to all members:" +submitProposal: "Submit proposal" +canOnlyPropose100Percent: "You can only propose to distribute 100% of the funds." +proposedPercentageDistribution: "You have proposed to distribute {{{percentageAmount}}}% of the {{{balance}}} sats in the ${{{clanAddress}}} to all members. Once it is approved it will be processed." +failedToProposeDistribution: "Failed to distribute funds from {{{clanAddress}}}. Please try again later." +unableToProcessProposedPercentage: "Unable to process percentage you proposed." +clanBalanceToLowToDistribute: "The {{{clanAddress}}} balance {{{balance}}} sats is too low to distribute to all members." +aboutToProposeEqualDistribution: "You are about to propose equal distribution of the full {{{balance}}} sats in the {{{clanAddress}}} balance to all members:" +proposedFullDistribution: "You have proposed distribution of the full {{{balance}}} sats in the {{{clanAddress}}} balance to all members. Once approved it will be processed." +depositToClan: "Deposit to {{{clanAddress}}}" +fromBalance: "From balance" +otherSources: "Other sources" +selectUnitOfAccountToDepositIntoClan: "Select unit (measure of value) to transfer from your balance to {{{clanAddress}}}'s:" +enterHowMuchToDepositIntoClan: "Enter how much {{{selectedCurrencyTicker}}}{{{selectedCurrencyMinMaxText}}} you want to transfer from your balance to the clan:" +lightningAddressToDepositToClan: "To deposit BTC to this clan use this lightning address {{{clanAddress}}}" +alternativeDepositMethods: "For alternative deposit methods visit the site '8333.mobi/{{{clanName}}}'" +clanBalance: "{{{clanAddress}}} balance is {{{balance}}} {{{currencyTicker}}} (worth around {{marketValue}} {{{marketValueCurrencyTicker}}})." +transactions: "Transactions" +clanHasNoTransactions: "{{{clanAddress}}} has no transactions on Machankura. This will change when you send or receive Bitcoin using Machankura." +lightning: "lightning" +onchain: "onchain" +somewhere: "somewhere" +clanSettings: "{{{clanAddress}}} settings" +clanMembers: "{{{clanAddress}}} members" +settingsComingSoon: "Settings coming soon." +inviteMember: "Invite member" +pending: "Pending" +declined: "Declined" +unknownUser: "Unknown user" +replaceMember: "Replace member" +removeMember: "Remove member" +userIsMember: "{{{userIdentifier}}} is a member of {{{clanAddress}}}:" +depositedSats: "Deposited {{{amount}}} sats" +withdrewSats: "Withdrew {{{amount}}} sats" +couldNotFindClanMember: "Couldn't find member for {{{clanAddress}}}." +replaceMemberComingSoon: "Functionality to replace {{{userIdentifier}}} with a new member for {{{clanAddress}}} is coming soon." +userUnableToPerformAction: "You are unable to perform this action." +removeMemberComingSoon: "Functionality to remove {{{userIdentifier}}} as a member {{{clanAddress}}} is coming soon." \ No newline at end of file