diff --git a/src/config/locales/tg-TJ.json b/src/config/locales/tg-TJ.json index 563404bb9..089027350 100644 --- a/src/config/locales/tg-TJ.json +++ b/src/config/locales/tg-TJ.json @@ -1040,11 +1040,30 @@ "confirmTransaction": "Confirm transaction", "approve": "Approve", "cancel": "Cancel", - "multi_array_ops_alert": "Multiple operations array detected!", - "multi_array_ops_aler_desct": "Ecency does not support signing multiple operations, yet" + "multi_array_ops_alert": "Operation not supported by Ecency", + "multi_array_ops_aler_desct": "Ecency does not support signing multiple operations yet", + "invalid_op": "Invalid operation data", + "invalid_op_desc": "try contacting QR/link author", + "invalid_amount": "Invalid Amount", + "invalid_amount_desc": "Enter valid amount in proper format", + "transaction_failed": "Transaction Failed!", + "invalid_key": "{key} key is required to perform this transaction", + "invalid_key_desc": "kindly login with {key} key or master key to perform this transaction" }, "history": { "edit": "Edit History", "version": "Version" + }, + "chain-error": { + "min-root-comment": "You may only post once every five minutes.", + "identical-vote": "Your current vote on this content is identical to this vote.", + "insufficient-resource": "Insufficient Resource Credits.", + "delete-comment-with-vote": "Cannot delete a content with positive pending rewards.", + "comment-cashout": "Content after their payout cannot be deleted.", + "comment-children": "Cannot delete a content with replies.", + "paid-out-post-forbidden": "Voting for paid out content is not available.", + "missing-authority": "This operation requires Active private key or authority.", + "missing-owner-authority": "This operation requires Owner private key or authority.", + "insufficient_fund": "Insufficient Funds" } }