mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-26 19:51:25 +00:00
Refactor first word (lowercase)
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
"start_minting": "start minting",
|
||||
"start_typing": "start typing here...",
|
||||
"trade_qort": "trade QORT",
|
||||
"transfer_qort": "Transfer QORT",
|
||||
"transfer_qort": "transfer QORT",
|
||||
"unpin": "unpin",
|
||||
"unpin_app": "unpin app",
|
||||
"unpin_from_dashboard": "unpin from dashboard",
|
||||
@@ -131,7 +131,7 @@
|
||||
"dev_mode": "dev Mode",
|
||||
"domain": "domain",
|
||||
"ui": {
|
||||
"version": "UI version"
|
||||
"version": "uI version"
|
||||
},
|
||||
"count": {
|
||||
"none": "none",
|
||||
@@ -281,7 +281,7 @@
|
||||
"updating": "updating"
|
||||
},
|
||||
"message": "message",
|
||||
"promotion_text": "Promotion text",
|
||||
"promotion_text": "promotion text",
|
||||
"question": {
|
||||
"accept_vote_on_poll": "do you accept this VOTE_ON_POLL transaction? POLLS are public!",
|
||||
"logout": "are you sure you would like to logout?",
|
||||
@@ -310,7 +310,7 @@
|
||||
"published": "successfully published. Please wait a couple minutes for the network to propogate the changes.",
|
||||
"published_qdn": "successfully published to QDN",
|
||||
"rated_app": "successfully rated. Please wait a couple minutes for the network to propogate the changes.",
|
||||
"request_read": "I have read this request",
|
||||
"request_read": "i have read this request",
|
||||
"transfer": "the transfer was succesful!",
|
||||
"voted": "successfully voted. Please wait a couple minutes for the network to propogate the changes."
|
||||
}
|
||||
|
@@ -30,8 +30,8 @@
|
||||
},
|
||||
"advanced_options": "advanced options",
|
||||
"block_delay": {
|
||||
"minimum": "Minimum Block delay",
|
||||
"maximum": "Maximum Block delay"
|
||||
"minimum": "minimum Block delay",
|
||||
"maximum": "maximum Block delay"
|
||||
},
|
||||
"group": {
|
||||
"approval_threshold": "group Approval Threshold",
|
||||
@@ -92,7 +92,7 @@
|
||||
"minting_keys_per_node": "only 2 minting keys are allowed per node. Please remove one if you would like to mint with this account.",
|
||||
"minting_keys_per_node_different": "only 2 minting keys are allowed per node. Please remove one if you would like to add a different account.",
|
||||
"next_level": "blocks remaining until next level:",
|
||||
"node_minting": "This node is minting:",
|
||||
"node_minting": "this node is minting:",
|
||||
"node_minting_account": "node's minting accounts",
|
||||
"node_minting_key": "you currently have a minting key for this account attached to this node",
|
||||
"no_announcement": "no announcements",
|
||||
|
@@ -111,7 +111,7 @@
|
||||
"provide_group_id": "please provide a groupId",
|
||||
"read_transaction_carefully": "read the transaction carefully before accepting!",
|
||||
"user_declined_add_list": "user declined add to list",
|
||||
"user_declined_delete_from_list": "User declined delete from list",
|
||||
"user_declined_delete_from_list": "user declined delete from list",
|
||||
"user_declined_delete_hosted_resources": "user declined delete hosted resources",
|
||||
"user_declined_join": "user declined to join group",
|
||||
"user_declined_list": "user declined to get list of hosted resources",
|
||||
|
Reference in New Issue
Block a user