Skip to content

Commit

Permalink
Merge pull request #416 from arconnectio/arc-403-new-settings-ui-ux
Browse files Browse the repository at this point in the history
feat: new settings UI
  • Loading branch information
nicholaswma committed Jul 5, 2024
2 parents fca9991 + 9355344 commit 9efd7ec
Show file tree
Hide file tree
Showing 31 changed files with 3,100 additions and 246 deletions.
88 changes: 84 additions & 4 deletions assets/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,26 @@
"message": "Accept",
"description": "Accept terms"
},
"search": {
"message": "Search",
"description": "Search text"
},
"general": {
"message": "General",
"description": "General text"
},
"advanced": {
"message": "Advanced",
"description": "Advanced text"
},
"show": {
"message": "Show",
"description": "Show text"
},
"hide": {
"message": "Hide",
"description": "Hide text"
},
"add_wallet": {
"message": "Add wallet",
"description": "Add a wallet text"
Expand Down Expand Up @@ -332,11 +352,11 @@
"description": "Remove button text"
},
"block": {
"message": "Block",
"message": "Block app",
"description": "Block button"
},
"unblock": {
"message": "Unblock",
"message": "Unblock app",
"description": "Unblock button"
},
"setCustomGateway": {
Expand All @@ -347,6 +367,10 @@
"message": "Settings",
"description": "Settings title"
},
"quick_settings": {
"message": "Quick Settings",
"description": "Quick Settings title"
},
"setting_apps": {
"message": "Applications",
"description": "Apps settings title"
Expand Down Expand Up @@ -412,9 +436,17 @@
"description": "Notifications settings title"
},
"setting_notifications_description": {
"message": "Toggle to receive alerts for new transactions in your wallet.",
"message": "Manage alerts for activities in your wallets",
"description": "Notifications settings description"
},
"setting_all_settings": {
"message": "All Settings",
"description": "All settings title"
},
"setting_all_settings_description": {
"message": "",
"description": "All settings description"
},
"setting_apps_description": {
"message": "View all connected apps & settings",
"description": "App settings description"
Expand Down Expand Up @@ -483,10 +515,22 @@
"message": "Search for a wallet...",
"description": "Search input placeholder for wallets"
},
"search_tokens": {
"message": "Search for a token...",
"description": "Search input placeholder for tokens"
},
"export_keyfile": {
"message": "Export keyfile",
"description": "Export keyfile button"
},
"export_keyfile_description": {
"message": "Enter your password to export wallet keyfile",
"description": "Export keyfile description"
},
"edit_wallet": {
"message": "Edit Wallet",
"description": "Edit wallet button"
},
"remove_wallet": {
"message": "Remove wallet",
"description": "Remove wallet button"
Expand Down Expand Up @@ -977,6 +1021,10 @@
"message": "Contacts",
"description": "Contacts setting title"
},
"setting_contact": {
"message": "Contact",
"description": "Contact setting title"
},
"setting_contacts_description": {
"message": "Add/edit contacts",
"description": "Contacts setting description"
Expand Down Expand Up @@ -1112,7 +1160,7 @@
"description": "Hover text for drag icon"
},
"token_type": {
"message": "Token type",
"message": "Token Type",
"description": "Token type label"
},
"token_type_asset": {
Expand Down Expand Up @@ -1259,6 +1307,10 @@
"message": "Scan the QR code below with your hardware wallet",
"description": "Request to scan signature QR"
},
"generate_qr_code": {
"message": "Generate QR code",
"description": "Generate QR code button"
},
"viewblock": {
"message": "Viewblock",
"description": "view block"
Expand Down Expand Up @@ -1513,6 +1565,14 @@
"message": "Receive notifications instantly when a transaction processes.",
"description": "Enable notifications paragraph"
},
"toggle_notifications": {
"message": "Toggle notifications",
"description": "Toggle notifications text"
},
"toggle_notifications_decription": {
"message": "Toggle to receive alerts for new transactions in your wallet.",
"description": "Toggle notifications description text"
},
"get_started":{
"message": "Get Started",
"description": "Get started title"
Expand Down Expand Up @@ -1657,6 +1717,10 @@
"message": "Add contact",
"description": "Add a contact button text"
},
"new": {
"message": "New",
"description": "Add a new button text"
},
"send_transaction": {
"message": "Send transaction",
"description": "Active contact send button text"
Expand All @@ -1673,6 +1737,10 @@
"message": "Create contact?",
"description": "Create contact question"
},
"new_contact": {
"message": "New Contact",
"description": "New contact title"
},
"add_new_contact": {
"message": "Add a new contact",
"description": "Add a new contact title"
Expand Down Expand Up @@ -1733,6 +1801,10 @@
"message": "Remove contact",
"description": "Remove contact button text"
},
"edit_contact": {
"message": "Edit contact",
"description": "Edit contact button text"
},
"remove_contact_question": {
"message": "Are you sure you want to remove this contact?",
"description": "Remove contact modal text"
Expand All @@ -1741,6 +1813,10 @@
"message": "Save new contact",
"description": "Save new contact button text"
},
"save_contact": {
"message": "Save contact",
"description": "Save contact button text"
},
"address_in_use": {
"message": "Address is already in use.",
"description": "Contacts error message if address is already in use"},
Expand Down Expand Up @@ -1804,6 +1880,10 @@
"message": "ao.computer",
"description": "ao computer url"
},
"ao_tokens": {
"message": "AO Tokens",
"description": "Ao Tokens"
},
"ao_announcement_text": {
"message": "Look out for new updates around ao in the future. To learn more visit",
"description": "ao announcement description text"
Expand Down
86 changes: 83 additions & 3 deletions assets/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,26 @@
"message": "接受",
"description": "Accept terms"
},
"search": {
"message": "搜索",
"description": "Search text"
},
"general": {
"message": "普通",
"description": "General text"
},
"advanced": {
"message": "高级",
"description": "Advanced text"
},
"show": {
"message": "显示",
"description": "Show text"
},
"hide": {
"message": "隐藏",
"description": "Hide text"
},
"add_wallet": {
"message": "添加钱包",
"description": "Add a wallet text"
Expand Down Expand Up @@ -332,11 +352,11 @@
"description": "Remove button text"
},
"block": {
"message": "阻止",
"message": "阻止应用程序",
"description": "Block button"
},
"unblock": {
"message": "取消阻止",
"message": "解锁应用程序",
"description": "Unblock button"
},
"setCustomGateway": {
Expand All @@ -347,6 +367,10 @@
"message": "设置",
"description": "Settings title"
},
"quick_settings": {
"message": "快速设置",
"description": "Quick Settings title"
},
"setting_apps": {
"message": "应用程序",
"description": "Apps settings title"
Expand Down Expand Up @@ -412,9 +436,17 @@
"description": "Notifications settings title"
},
"setting_notifications_description": {
"message": "切换以接收钱包中新交易的提醒",
"message": "管理钱包活动警报",
"description": "Notifications settings description"
},
"setting_all_settings": {
"message": "所有设置",
"description": "All settings description"
},
"setting_all_settings_description": {
"message": "",
"description": "All settings description"
},
"setting_apps_description": {
"message": "查看所有已连接的应用程序和设置",
"description": "App settings description"
Expand Down Expand Up @@ -483,10 +515,22 @@
"message": "搜索钱包...",
"description": "Search input placeholder for wallets"
},
"search_tokens": {
"message": "搜索令牌...",
"description": "Search input placeholder for tokens"
},
"export_keyfile": {
"message": "导出密钥文件",
"description": "Export keyfile button"
},
"export_keyfile_description": {
"message": "输入密码导出钱包密钥文件",
"description": "Export keyfile description"
},
"edit_wallet": {
"message": "编辑钱包",
"description": "Edit wallet button"
},
"remove_wallet": {
"message": "移除钱包",
"description": "Remove wallet button"
Expand Down Expand Up @@ -972,6 +1016,10 @@
"setting_contacts": {
"message": "联系人",
"description": "Contacts setting title"
},
"setting_contact": {
"message": "接触",
"description": "Contact setting title"
},
"setting_contacts_description": {
"message": "添加/编辑联系人",
Expand Down Expand Up @@ -1255,6 +1303,10 @@
"message": "使用您的硬件钱包扫描下面的二维码",
"description": "Request to scan signature QR"
},
"generate_qr_code": {
"message": "生成二维码",
"description": "Generate QR code button"
},
"viewblock": {
"message": "Viewblock",
"description": "view block"
Expand Down Expand Up @@ -1510,6 +1562,14 @@
"message": "当交易处理时立即接收通知。",
"description": "Enable notifications paragraph"
},
"toggle_notifications": {
"message": "切换通知",
"description": "Toggle notifications text"
},
"toggle_notifications_decription": {
"message": "切换以接收钱包中新交易的提醒。",
"description": "Toggle notifications description text"
},
"get_started": {
"message": "开始",
"description": "Get started title"
Expand Down Expand Up @@ -1654,6 +1714,10 @@
"message": "添加联系人",
"description": "Add a contact button text"
},
"new": {
"message": "新的",
"description": "Add a new button text"
},
"send_transaction": {
"message": "发送交易",
"description": "Active contact send button text"
Expand All @@ -1670,6 +1734,10 @@
"message": "创建联系人?",
"description": "Create contact question"
},
"new_contact": {
"message": "新联系人",
"description": "New contact title"
},
"add_new_contact": {
"message": "添加新联系人",
"description": "Add a new contact title"
Expand Down Expand Up @@ -1730,6 +1798,10 @@
"message": "移除联系人",
"description": "Remove contact button text"
},
"edit_contact": {
"message": "更改联系资料",
"description": "Edit contact button text"
},
"remove_contact_question": {
"message": "您确定要移除此联系人吗?",
"description": "Remove contact modal text"
Expand All @@ -1738,6 +1810,10 @@
"message": "保存新联系人",
"description": "Save new contact button text"
},
"save_contact": {
"message": "保存联系方式",
"description": "Save contact button text"
},
"address_in_use": {
"message": "地址已在使用中。",
"description": "Contacts error message if address is already in use"
Expand Down Expand Up @@ -1802,6 +1878,10 @@
"message": "ao.computer",
"description": "ao computer url"
},
"ao_tokens": {
"message": "AO代币",
"description": "Ao Tokens"
},
"ao_announcement_text": {
"message": "关注未来的 ao 更新。了解更多访问",
"description": "ao announcement description text"
Expand Down
Loading

0 comments on commit 9efd7ec

Please sign in to comment.