-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
164 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export { default as en } from './en/_index'; | ||
export { default as id } from './id/_index'; | ||
export { default as cs } from './cs/_index'; | ||
export { default as ph } from './ph/_index'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import common from './common.json'; | ||
import welcome from './welcome.json'; | ||
import cr from './createrestore.json'; | ||
import home from './home.json'; | ||
|
||
export default { | ||
common, | ||
welcome, | ||
cr, | ||
home, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"appName": { | ||
"full": "SSP Key", | ||
"initials": "SSPKey", | ||
"moto": "Secure. Simple. Powerful." | ||
}, | ||
"back": "Bumalik", | ||
"cancel": "Cancel", | ||
"key_seed_phrase": "Key Seed Phrase", | ||
"refresh": "I-refresh", | ||
"settings": "Mga Setting", | ||
"restore": "Ibalik", | ||
"flux": "flux", | ||
"powered_by": "Pinapatakbo ng", | ||
"ok": "OK", | ||
"help": "Tulong", | ||
"save": "I-save", | ||
"confirm": "Kumpirmahin", | ||
"ask_me_later": "Tanungin mo ako mamaya", | ||
"chain": "Chain", | ||
"wallet": "Wallet" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"secure_key": "I-secure ang iyong Key", | ||
"set_pw": "Itakda ang Password", | ||
"confirm_pw": "Kumpirmahin ang Password", | ||
"setup_key": "Setup Key!", | ||
"restore_key": "Ibalik ang Key", | ||
"key_backup": "Key Backup", | ||
"show_mnemonic": "Ipakita ang Mnemonic", | ||
"hide_mnemonic": "Itago ang Mnemonic", | ||
"key_backup_text_1": "Ginagamit ang key seed para buuin ang lahat ng address. Ang sinumang may access sa key seed ay may bahagyang kontrol sa wallet.", | ||
"key_backup_text_2": "Panatilihing ligtas at secure ang iyong key seed backup.", | ||
"key_backup_text_3": "Ang pagkawala ng key seed ay magreresulta sa pagkawala ng access sa iyong wallet.", | ||
"seed_phrase_backed_up": "Na-back up ko ang aking pangunahing seed phrase sa isang secure na lokasyon.", | ||
"import_key_phrase": "Mag-import ng Key Seed Phrase", | ||
"err_enter_seed": "Pakilagay ang iyong Key seed phrase", | ||
"err_invalid_seed": "Ang Key Seed Phrase ay hindi wasto. Ang Key Seed Phrase ay binubuo ng hindi bababa sa 12 salita.", | ||
"err_seed_invalid_words": "Ang Key Seed Phrase ay walang wastong salita: {{words}}.", | ||
"err_seed_invalid_spaces": "May mga karagdagang puwang ang Key Seed Phrase.", | ||
"err_pins_no_match": "Hindi magkatugma ang mga password", | ||
"err_pins_min_length": "Ang password ay dapat na hindi bababa sa 4 na character", | ||
"backup_needed": "Dapat mong i-backup ang iyong key seed phrase bago mo ma-synchronize ang isang key.", | ||
"seed_phrase_invalid": "Ang key seed phrase ay hindi wasto.", | ||
"err_setting_key": "May nangyaring mali habang sine-set up ang iyong Key.", | ||
"set_key_pin": "Itakda ang SSP Key Password", | ||
"confirm_key_pin": "Kumpirmahin ang Key Password", | ||
"input_mnemonic": "Ipasok ang iyong Mnemonic Key Seed Phrase", | ||
"import_key": "Mag-import ng Key", | ||
"get_started": "Magsimula!", | ||
"create_key": "Gumawa ng Key", | ||
"backup_key": "I-backup ang Key", | ||
"sync_wallet": "I-sync ang Wallet" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"process_input": "I-Process ang Input", | ||
"manual_input": "Manual na Input", | ||
"scan_code": "I-scan ang Code", | ||
"no_pending_actions": "Walang pending actions.", | ||
"sign_resync": "Sign transaction o i-resync ang wallet manually", | ||
"ssp_key_details": "Mga Detalye ng SSP Key", | ||
"synced_ssp_address": "Mga Detalye ng Address", | ||
"transaction_request": "Humiling sa Transaction", | ||
"approve_transaction": "Aprubahan ang Transaction", | ||
"reject": "Tanggihan", | ||
"sync_request": "Kahilingan sa Pag-synchronize", | ||
"approve_sync": "Aprubahan ang Pag-synchronise", | ||
"show_in_explorer": "Ipakita sa Explorer", | ||
"close": "Isara", | ||
"transaction_sent": "Naipadala ang Transaction!", | ||
"sync_success": "Matagumpay ang Pag-synchronize!", | ||
"double_check_address": "Paki-double check na ang address ay kapareho ng iyong SSP Wallet address.", | ||
"chain_addr_details": "{{symbol}} Detalye ng Address (BIP-48)", | ||
"wallet_address": "Address ng Wallet", | ||
"wallet_address_desc": "Ito ang iyong wallet address. Maaari mong ibahagi ang address na ito sa sinuman upang makatanggap ng mga funds.", | ||
"wallet_redeem_script": "Wallet Redeem Script", | ||
"wallet_witness_script": "Wallet Witness Script", | ||
"wallet_private_key": "Pribadong Susi", | ||
"wallet_redeem_script_desc": "Ang code sa pag-redeem ng script ay naglalarawan sa mga kundisyon na dapat matugunan upang gumastos ng mga funds ng iyong wallet. Sa pangkalahatan ay hindi mo kakailanganin ang code na ito, ngunit mainam na i-save ito sa isang lugar kung sakaling kailanganin mo ito. Ligtas na share, hindi nagbibigay ng kontrol sa iyong mga pondo ngunit inilalantad ang mga public key.", | ||
"wallet_witness_script_desc": "Ang script code ng saksi ay naglalarawan ng mga kundisyon na dapat matugunan upang gumastos ng mga funds ng iyong wallet. Sa pangkalahatan ay hindi mo kakailanganin ang code na ito, ngunit mainam na i-save ito sa isang lugar kung sakaling kailanganin mo ito. Ito ay ligtas na share, hindi nagbibigay ng kontrol sa iyong mga pondo ngunit inilalantad ang mga public key.", | ||
"wallet_priv_key_desc": "Ang pribadong key ay nagbibigay ng kontrol sa iyong partikular na wallet address. Ito ay isang pribadong bahagi, HUWAG magbahagi habang nagbibigay ito ng access sa mga funds.", | ||
"ssp_key_mnemonic": "SSP Key Mnemonic Seed Phrase", | ||
"chain_xpub": "{{chain}} Extended na Public Key", | ||
"chain_xpriv": "{{chain}} Extended na Private Key", | ||
"chain_ssp_details": "{{symbol}} SSP Key Details (BIP-48)", | ||
"ssp_key_mnemonic_desc": "Ang Seed Phrase ay ang pinakamahalagang bahagi ng iyong wallet. Ito ay ginagamit upang makuha ang lahat ng iyong extended na private, public susi. Pakisulat ito at panatilihin itong ligtas. Kung mawala mo ang iyong Seed Phrase, mawawalan ka ng access sa ang iyong mga pondo ay HUWAG ibahagi sa sinuman dahil nagbibigay ito ng ganap na kontrol sa bahagi ng SSP Key.", | ||
"chain_xpub_desc": "Ginagamit ang Extended Public key upang kunin ang lahat ng iyong {{chain}} public key kung saan ang mga address ay binuo. Ito ay isang pampublikong bahagi, ligtas na ibahagi, hindi nagbibigay ng access sa mga funds.", | ||
"chain_xpriv_desc": "Ginagamit ang Extended Private key upang makuha ang lahat ng iyong {{chain}} private keys na kumokontrol sa iyong mga public key - mga address. Isa itong pribadong bahagi, HUWAG magbahagi habang nagbibigay ito ng access sa mga funds.", | ||
"change_pw": "Palitan ang Password", | ||
"change_pw_restore": "Palitan ang Password? Ibalik!", | ||
"ssp_relay_server": "SSP Relay Server", | ||
"chain_node_service": "{{chain}} Node Service", | ||
"confirm_password_pin": "Kumpirmahin ang Password", | ||
"grant_access": "Bigyan ng Access", | ||
"sync_needed": "Kailangan ng Pag-synchronize", | ||
"err_sync_failed": "Nabigo ang pag-synchronize. Subukang muli mamaya.", | ||
"err_tx_failed": "Nabigo ang transaksyon. Subukang muli mamaya.", | ||
"err_sync_with_ssp_needed": "Kailangan ang pag-synchronize sa SSP Wallet.", | ||
"err_invalid_manual_input": "Di-wastong manual input.", | ||
"err_invalid_scanned_data": "Di-wastong Na-scan na Data.", | ||
"sync_qr_needed": "Paki-scan ang QR code upang i-synchronize muna ang iyong SSP Key.", | ||
"err_tx_decode": "Error sa pagde-decode ng transaksyon. Tinanggihan.", | ||
"sending_request": "Nagpapadala ng {{amount}} {{symbol}} sa {{address}}", | ||
"sending": "Nagpapadala", | ||
"to": "to", | ||
"mula sa": "mula sa", | ||
"blockchain_fee": "Blockchain Network Fee: {{fee}} {{symbol}}", | ||
"ssp_sync_request": "Gusto ng SSP Wallet na i-link at i-synchronize ang {{chain}} ({{symbol}}) chain sa iyong SSP Key.", | ||
"ssp_key_info": "Ang SSP Key ay isang pangalawang kadahilanan sa pagpapatunay para sa iyong SSP Wallet.", | ||
"manual_input_info": "Ipasok ang iyong transaction upang i-sign o xpub ng iyong wallet upang i-sync.", | ||
"ssp_help_about": "Ang Iyong Pangalawang Key Factor na pagpapatunay para sa iyong SSP Wallet.", | ||
"scan_camera_permissions": "Pahintulot sa Camera", | ||
"scan_camera_needed": "Kailangan ng SSP Key ng access sa iyong camera upang ma-scan ang mga QR code.", | ||
"err_camera_unavailable": "Hindi available ang camera.", | ||
"err_camera_denied": "Tinanggihan ang access sa camera.", | ||
"err_camera_forbidden": "Ang pag-access sa camera ay ipinagbabawal. Mangyaring paganahin muna ito sa iyong mga setting ng pahintulot sa app ng telepono.", | ||
"scan_camra_permission_not_granted": "Hindi ipinagkaloob ang pahintulot sa camera.", | ||
"auth_sensitive_information": "Bigyan ng access upang tingnan ang sensitibong impormasyon ng SSP Key.", | ||
"auth_confirm_sign_send": "Kumpirmahin upang lagdaan at ipadala ang transaction.", | ||
"auth_confirm_sync": "Kumpirmahin na i-sync ang SSP Wallet sa SSP Key.", | ||
"auth_confirm_public_nonces": "Kumpirmahin na i-sync ang Public Nonces sa SSP Wallet.", | ||
"err_auth_pw_incorrect": "Mali ang password", | ||
"err_auth_pw_check": "Error sa pagsuri ng password. Subukang muli mamaya.", | ||
"auth_sign_tx": "Mag-sign ka at magpapadala ng transaction!", | ||
"auth_sync_ssp": "Isi-sync mo na ang SSP Wallet sa SSP Key!", | ||
"auth_sensitive_inf": "Malapit mo nang ma-access ang sensitibong impormasyon!", | ||
"auth_sync_pub_nonces": "Isi-sync mo na ang Public Nonces sa SSP Wallet!", | ||
"auth_confirm_with_pw": "Kumpirmahin gamit ang password.", | ||
"auth_grant_access_pw": "Bigyan ng access gamit ang password.", | ||
"select_wallet": "Pumili ng Wallet", | ||
"select_chain": "Pumili ng Chain", | ||
"selected_chain": "Napiling Chain", | ||
"selected_chain_wallet": "Napiling Chain at Wallet", | ||
"chain_not_synced_scan": "Chain Not Synced sa SSP Wallet. I-scan ang QR Code ng SSP Wallet upang I-sync ito.", | ||
"submitting_transaction": "Nagsusubmit ng Transaction...", | ||
"err_generate_address": "Error habang bumubuo ng address.", | ||
"public_nonces_request": "Paghiling ng Pampublikong Nonces", | ||
"ssp_public_nonces_request": "Gustong humiling ng SSP Wallet ng mga Public Nonces. Ginagamit ang Public Nonces upang bumuo ng mga transaction sa blockchain na gumagamit ng mga Schnorr signatures.", | ||
"approve_request": "Aprubahan ang Kahilingan", | ||
"public_nonces_request_approved": "Naka-sync ang Mga Pampublikong Nonces!", | ||
"public_nonces_request_approved_info": "Ang mga Pampublikong Nonces ay nabuo at ipinadala para sa pag-sync sa SSP Wallet.", | ||
"err_sharing_public_nonces": "Error habang nagbabahagi ng Public Nonces.", | ||
"err_generating_public_nonces": "Error habang bumubuo ng Public Nonces.", | ||
"copy_to_clipboard": "Kopyahin sa Clipboard" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"title": "$t(common:appName.full)", | ||
"subtitle": "$t(common:appName.moto)", | ||
"description": "Ang Key para sa iyong dual signature na SSP Wallet.", | ||
"synchronise_key": "I-synchronise ang Key!", | ||
"restore_key": "Ibalik ang Key" | ||
} |