New translations en-US.json (Catalan)

This commit is contained in:
Feruz M 2022-04-21 19:36:42 +03:00
parent ae82b9d2c5
commit 5e3ef38a3f

View File

@ -7,7 +7,9 @@
"transfer": "Transfer", "transfer": "Transfer",
"power_up": "To Vesting", "power_up": "To Vesting",
"transfer_from_savings": "From Savings", "transfer_from_savings": "From Savings",
"withdraw_savings": "Withdraw Savings",
"withdraw_vesting": "Power Down", "withdraw_vesting": "Power Down",
"open_order": "Open Order",
"fill_order": "Fill Order", "fill_order": "Fill Order",
"post": "Post", "post": "Post",
"comment": "Comment", "comment": "Comment",
@ -49,6 +51,12 @@
"to": "To", "to": "To",
"estimated_value_desc": "According to purchase value", "estimated_value_desc": "According to purchase value",
"estimated_value": "Estimated value", "estimated_value": "Estimated value",
"vote_value": "Vote value",
"delegated_hive_power": "Delegated hive power",
"powering_down_hive_power": "Powering down",
"received_hive_power": "Received hive power",
"total_hive_power": "Total hive power",
"savings": "Savings",
"estimated_amount": "Vote value", "estimated_amount": "Vote value",
"amount_information": "Drag the slider to adjust the amount", "amount_information": "Drag the slider to adjust the amount",
"amount": "Amount", "amount": "Amount",
@ -68,10 +76,11 @@
"next": "NEXT", "next": "NEXT",
"delegate": "Delegate", "delegate": "Delegate",
"power_down": "Power Down", "power_down": "Power Down",
"withdraw_hive": "Withdraw HIVE", "withdraw_hive": "Withdraw Savings",
"withdraw_hbd": "Withdraw HBD", "withdraw_hbd": "Withdraw Savings",
"transfer_to_savings": "To Savings", "transfer_to_savings": "To Savings",
"convert": "Convert", "convert": "Convert",
"convert_request": "Convert Request",
"escrow_transfer": "Escrow Transfer", "escrow_transfer": "Escrow Transfer",
"escrow_dispute": "Escrow Dispute", "escrow_dispute": "Escrow Dispute",
"escrow_release": "Escrow Release", "escrow_release": "Escrow Release",
@ -81,8 +90,9 @@
"fill_convert_request": "Convert Executed", "fill_convert_request": "Convert Executed",
"fill_transfer_from_savings": "Savings Executed", "fill_transfer_from_savings": "Savings Executed",
"fill_vesting_withdraw": "PowerDown executed", "fill_vesting_withdraw": "PowerDown executed",
"estm": { "ecency": {
"title": "Points", "title": "Points",
"name": "Ecency Points",
"buy": "GET POINTS" "buy": "GET POINTS"
}, },
"savinghive": { "savinghive": {
@ -93,6 +103,7 @@
}, },
"hive": { "hive": {
"title": "HIVE", "title": "HIVE",
"name": "Hive Token",
"buy": "GET HIVE" "buy": "GET HIVE"
}, },
"hbd": { "hbd": {
@ -100,13 +111,27 @@
"buy": "GET HBD" "buy": "GET HBD"
}, },
"hive_power": { "hive_power": {
"title": "HIVE POWER" "title": "HIVE POWER",
"name": "Hive Power"
},
"hive_dollar": {
"name": "Hive Dollar"
}, },
"btc": { "btc": {
"title": "BTC", "title": "BTC",
"buy": "GET BTC", "buy": "GET BTC",
"address": "RECEIVE" "address": "RECEIVE"
} },
"last_updated": "Last Updated:",
"updating": "Updating...",
"coin_details": "Details",
"change": "Change",
"activities": "Activities",
"savings_withdrawal": "Pending Withdrawals",
"open_orders": "Open Orders",
"conversions_requested": "Conversions Requested",
"expires": "expires",
"pending_requests": "Pending Requests"
}, },
"notification": { "notification": {
"vote": "voted", "vote": "voted",
@ -279,7 +304,8 @@
"create_a_new_account": "Create a new account", "create_a_new_account": "Create a new account",
"add_an_existing_account": "Add an existing account", "add_an_existing_account": "Add an existing account",
"accounts": "Accounts", "accounts": "Accounts",
"refer": "Refer & Earn" "refer": "Refer & Earn",
"qr": "QR Scan"
}, },
"header": { "header": {
"title": "Login to customize your feed", "title": "Login to customize your feed",
@ -347,7 +373,17 @@
"done": "DONE", "done": "DONE",
"draft_save_title": "Saving Draft", "draft_save_title": "Saving Draft",
"draft_update": "Update current draft", "draft_update": "Update current draft",
"draft_save_new": "Save as new draft" "draft_save_new": "Save as new draft",
"label": "Label",
"enter_label_placeholder": "Enter Label (Optional)",
"url": "URL",
"enter_url_placeholder": "Enter URL",
"link_type_text": "Type of Link",
"preview": "Preview",
"invalid_url_error": "Please insert valid url",
"plain": "Plain",
"video": "Video",
"image": "Image"
}, },
"snippets": { "snippets": {
"label_no_snippets": "No Snippets Found", "label_no_snippets": "No Snippets Found",
@ -449,7 +485,9 @@
"failed_to_open": "Failed to open a link", "failed_to_open": "Failed to open a link",
"restart_ecency": "Restart Ecency?", "restart_ecency": "Restart Ecency?",
"restart_ecency_desc": "Applying changes will require a restart.", "restart_ecency_desc": "Applying changes will require a restart.",
"invalid_response": "Could not process request, Try again later." "invalid_response": "Could not process request, Try again later.",
"wallet_updating": "Wallet update in progress, try again as update finishes",
"claim_failed": "Failed to claim rewards, {message}\nTry again or write to support@ecency.com"
}, },
"post": { "post": {
"reblog_alert": "Are you sure, you want to reblog?", "reblog_alert": "Are you sure, you want to reblog?",
@ -761,5 +799,10 @@
"earned": "Earned Points", "earned": "Earned Points",
"pending": "Pending Points", "pending": "Pending Points",
"empty_text": "Refer your loved ones today and earn free points" "empty_text": "Refer your loved ones today and earn free points"
},
"qr": {
"qr_scan": "QR Scan",
"open": "Open URL",
"detected_url": "Detected URL"
} }
} }