Add new key

This commit is contained in:
kngako 2022-10-14 15:01:38 +02:00
parent cf45a68f86
commit 6defb3ac56

View File

@ -3,6 +3,7 @@ productAmountPrompt: "How much {{bitrefillProductName]} {{categoryType}} to buy
amountRangeText: "(min: {{minimumAmount}} {{currencyTicker}}, max: {{maximumAmount}} {{currencyTicker}})"
inCurrencyPrompt: "(in {{currencyTicker}})"
inputAmountOutOfRangePrompt: "You can't buy airtime out of the defined range"
inputAmountOutOfRangeProductPrompt: "You can't buy {{bitrefillProductName}} out of the defined range"
pleaseTryAgain: "Please try again."
menu: "Menu"
inputAmountImpossible: "You can't buy {{bitrefillProductName}} with the current input {{amountInput}}"