Skip to content

Commit

Permalink
Merge pull request #370 from arconnectio/development
Browse files Browse the repository at this point in the history
ArConnect BETA 1.13.0
  • Loading branch information
nicholaswma committed Jun 6, 2024
2 parents 2233eeb + 5fe99b4 commit ba02b4c
Show file tree
Hide file tree
Showing 22 changed files with 2,869 additions and 56 deletions.
137 changes: 137 additions & 0 deletions assets/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,14 @@
"message": "Confirm",
"description": "Confirm button text"
},
"confirm_transaction": {
"message": "Confirm Transaction",
"description": "Confirm Transaction Header"
},
"subscription_payment": {
"message": "Subscription Payment",
"description": "Subscribtion payment header"
},
"removed_wallet_notification": {
"message": "Removed wallet",
"description": "Notification for wallet removal"
Expand Down Expand Up @@ -915,6 +923,10 @@
"message": "network fee",
"description": "Transaction network fee text"
},
"estimated": {
"message": "estimated",
"description": "estimated"
},
"invalid_amount": {
"message": "Amount has to be more than 0",
"description": "Invalid tx amount message"
Expand Down Expand Up @@ -1229,10 +1241,18 @@
"message": "Scan the QR code below with your hardware wallet",
"description": "Request to scan signature QR"
},
"viewblock": {
"message": "Viewblock",
"description": "view block"
},
"keystone_connect_title": {
"message": "Connect Keystone",
"description": "Connect keystone hardware wallet button"
},
"keystone_scan": {
"message": "Scan Response",
"description": "Notification about a keystone scanning error"
},
"keystone_scan_error": {
"message": "There was an error scanning the QR code",
"description": "Notification about a keystone scanning error"
Expand Down Expand Up @@ -1365,6 +1385,10 @@
"message": "Sending transaction...",
"description": "Sending transaction loading text"
},
"transaction_sending_token": {
"message": "Sending",
"description": "Sending token description in confirmation "
},
"not_connected": {
"message": "Not connected",
"description": "Not connected indicator"
Expand All @@ -1377,6 +1401,14 @@
"message": "Disconnect",
"description": "Disconnect button text"
},
"disconnected": {
"message": "Disconnected",
"description": "Disconnected tooltip"
},
"account_connected": {
"message": "Account Connected",
"description": "Connected tooltip"
},
"copy_address": {
"message": "Copy address",
"description": "Click to copy address tooltip"
Expand All @@ -1401,6 +1433,10 @@
"message": "Lock wallet",
"description": "Lock wallet and terminate current session icon button"
},
"home": {
"message":"Home",
"description": "Home Button"
},
"home_no_balance": {
"message": "Add $AR$ to get started",
"description": "No balance message on homescreen",
Expand Down Expand Up @@ -1443,6 +1479,14 @@
"message": "Introducing Notifications",
"description": "Alternative Enable Notification title"
},
"no_notifications": {
"message": "No notifications at this time.",
"description": "No notifications title"
},
"no_notifications_get_started": {
"message": "Send transactions to get started.",
"description": "Send Transactions to get notifications"
},
"enable_notifications_paragraph": {
"message": "Stay updated with instant alerts for transactions and ao messages.",
"description": "Enable notifications paragraph"
Expand Down Expand Up @@ -1774,6 +1818,14 @@
"message": "Token Succesfully Removed",
"description": "token removed"
},
"transaction_complete": {
"message": "Transaction Complete",
"description": "transaction complete header"
},
"message": {
"message": "Message",
"description": "message header"
},
"subscription_allowance": {
"message": "Subscription Allowance",
"description": "subscription settings title"
Expand All @@ -1782,6 +1834,18 @@
"message": "Subscription",
"description": "subscription title"
},
"subscriptions": {
"message": "Subscriptions",
"description": "subscriptions title"
},
"no_subscriptions": {
"message": "No subscriptions yet",
"description": "No subscriptions title"
},
"no_subscriptions_description": {
"message": "Your future subscriptions will be available here",
"description": "No subscriptions description"
},
"subscribe_description": {
"message": "APPNAME requests to set up a subscription with recurring payments",
"description": "subscribe description"
Expand Down Expand Up @@ -1809,5 +1873,78 @@
"subscription_add_failure": {
"message": "Failed to add subscription",
"description": "Failed to add subscription error message"
},
"transaction_history_title": {
"message": "Transaction History",
"description": "Transaction History header"
},

"subscription_application_address": {
"message": "Application Address",
"description": "Address where payment will be made to"
},


"subscription_recurring_amount": {
"message": "Recurring payment amount",
"description": "Recurring payment amount"
},

"auto_renewal": {
"message": "Auto-renewal",
"description": "auto-renewal"
},
"auto_pay": {
"message": "Auto-Pay",
"description": "auto-pay"
},
"confirm_subscription": {
"message": "Confirm Subscription",
"description": "confirm subscription"
},

"end": {
"message": "End",
"description": "end"
},
"next_payment": {
"message": "Next payment",
"description": "next payment"
},
"start": {
"message": "Start",
"description": "start"
},
"Quarterly": {
"message": "Quarterly",
"description": "quarterly frequency"
},
"Monthly": {
"message": "Monthly",
"description": "monthly frequency"
},
"Weekly": {
"message": "Weekly",
"description": "weekly frequency"
},
"Daily": {
"message": "Daily",
"description": "daily frequency"
},
"transactions": {
"message": "Transactions",
"descriptions": "Transactions title"
},
"no_transactions": {
"message": "No transactions found",
"description": "No transactions message"
},
"sent": {
"message": "Sent",
"description": "sent"
},
"received": {
"message": "Received",
"description": "received"
}
}
Loading

0 comments on commit ba02b4c

Please sign in to comment.