Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin translations #213

Merged
merged 40 commits into from
Jul 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
95e2e52
New translations global.json (Russian)
aaroncox Jul 11, 2018
7e954ee
New translations common.json (Japanese)
aaroncox Jul 11, 2018
f35b87e
New translations global.json (Japanese)
aaroncox Jul 11, 2018
897bccc
New translations wallet.json (Japanese)
aaroncox Jul 11, 2018
589ef14
New translations wallet.json (Russian)
aaroncox Jul 11, 2018
f93c5b3
New translations common.json (Russian)
aaroncox Jul 11, 2018
0fc4f34
New translations wallet.json (Spanish)
aaroncox Jul 11, 2018
ac12062
New translations global.json (Spanish)
aaroncox Jul 11, 2018
5f7c2da
New translations ram.json (Russian)
aaroncox Jul 11, 2018
5a0b4cc
New translations ram.json (Korean)
aaroncox Jul 11, 2018
fc0ea8d
New translations ram.json (Japanese)
aaroncox Jul 11, 2018
2a298ff
New translations ram.json (Italian)
aaroncox Jul 11, 2018
e86dc7d
New translations ram.json (German)
aaroncox Jul 11, 2018
b4a46c1
New translations ram.json (French)
aaroncox Jul 11, 2018
b584b79
New translations ram.json (Chinese Simplified)
aaroncox Jul 11, 2018
7dea98a
New translations tools.json (Spanish)
aaroncox Jul 11, 2018
54032e3
New translations tools.json (Russian)
aaroncox Jul 11, 2018
79ad4c1
New translations tools.json (Korean)
aaroncox Jul 11, 2018
146c7e7
New translations tools.json (Japanese)
aaroncox Jul 11, 2018
5facc44
New translations tools.json (Italian)
aaroncox Jul 11, 2018
b45fed4
New translations tools.json (German)
aaroncox Jul 11, 2018
a66763c
New translations tools.json (French)
aaroncox Jul 11, 2018
534cd22
New translations tools.json (Chinese Simplified)
aaroncox Jul 11, 2018
69ab8a0
New translations common.json (Spanish)
aaroncox Jul 11, 2018
5774098
New translations common.json (Chinese Simplified)
aaroncox Jul 11, 2018
c545af1
New translations global.json (French)
aaroncox Jul 11, 2018
6749acf
New translations global.json (German)
aaroncox Jul 11, 2018
7f583d2
New translations common.json (German)
aaroncox Jul 11, 2018
5cf5f6f
New translations wallet.json (French)
aaroncox Jul 11, 2018
5498f6b
New translations common.json (French)
aaroncox Jul 11, 2018
890f1d5
New translations wallet.json (Chinese Simplified)
aaroncox Jul 11, 2018
4dc4cdb
New translations global.json (Chinese Simplified)
aaroncox Jul 11, 2018
29b6314
New translations wallet.json (Korean)
aaroncox Jul 11, 2018
e3854b9
New translations global.json (Korean)
aaroncox Jul 11, 2018
3563e0a
New translations common.json (Korean)
aaroncox Jul 11, 2018
b5ec697
New translations wallet.json (German)
aaroncox Jul 11, 2018
d064357
New translations common.json (Italian)
aaroncox Jul 11, 2018
3331e30
New translations global.json (Italian)
aaroncox Jul 11, 2018
7e9a7a9
New translations wallet.json (Italian)
aaroncox Jul 11, 2018
b165e04
New translations ram.json (Spanish)
aaroncox Jul 11, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/de-DE/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"value": "Value",
"back": "Back",
"remove": "Remove"
}
}
9 changes: 5 additions & 4 deletions app/renderer/assets/locales/de-DE/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"error_eosio_assert_message_exception": "The EOS blockchain returned a generic error based on your request. Please check that the information is valid and try again.",
"error_no_stake_left": "Unable to set staked amount to 0. Doing so would prevent you from performing any transactions on the network.",
"error_not_valid_stake_amount": "Not a valid Stake Amount (must have be a positive amount with a maximum of 4 decimals of precision eg. 12.1212).",
"error_not_enough_balance": "You do not have enough balance for this transaction.",
"error_not_enough_balance": "Insufficient available EOS balance to complete transaction.",
"error_ram_usage_exceeded": "RAM usage exceeded. You will need to buy more ram to carry out this action.",
"error_ram_has_to_be_over_minimum_amount": "You can only buy a minimum of 3 B of RAM.",
"error_ram_not_valid_amount": "That is not a valid ram amount. The amount should be a number with a maximum of 3 decimals.",
"error_ram_using_more_than_usage": "You are using more ram than what would remain after this transaction.",
"error_ram_has_to_be_over_minimum_amount": "A minimum of 3 bytes of RAM is required per transaction.",
"error_ram_not_valid_amount": "Invalid RAM amount. A valid amount should be a whole number with no decimals.",
"error_ram_using_more_than_usage": "Insufficient available RAM balance to complete transaction.",
"error_not_valid_account_name": "This is not a valid account name",
"global_account_import_private_description": "To import additional accounts, simply enter the private key. The app will convert it to a public key and lookup all accounts with relevant permissions.",
"global_account_import_private_key": "Private Key (51 characters and starts with the number 5)",
Expand Down Expand Up @@ -65,6 +65,7 @@
"global_modal_account_import_watch_wallet": "Watch Wallet",
"global_modal_account_import_cold_wallet": "Cold Wallet",
"global_modal_account_import_hot_check_key": "Find Accounts",
"global_modal_account_import_undefined_wallet": "Legacy Wallet",
"global_transaction_complete_warning_title": "Transaction(s) are unconfirmed",
"error": "Error"
}
7 changes: 4 additions & 3 deletions app/renderer/assets/locales/de-DE/ram.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"ram_sell_button_cta": "Sell RAM",
"ram_sell_confirming_message_one": "You are about to sell",
"ram_sell_modal_title": "Sell RAM",
"ram_stats_available_title_one": "You are using",
"ram_stats_available_title_three": "of RAM available.",
"ram_stats_available_title_two": "of your"
"ram_stats_title_one": "EOS Balance",
"ram_stats_title_two": "Available RAM",
"ram_stats_title_three": "Used RAM",
"ram_stats_title_four": "Total RAM"
}
4 changes: 2 additions & 2 deletions app/renderer/assets/locales/de-DE/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"tools_customtokens_contract": "Contract Account",
"tools_customtokens_controls": "Controls",
"tools_customtokens_header": "Airdrops / Custom Token Tracking",
"tools_customtokens_scan": "Scan Airdrop Balances",
"tools_customtokens_scan": "Scan Balances",
"tools_customtokens_subheader": "Select which custom tokens to track and scan for any available balances.",
"tools_customtokens_symbol": "Token Symbol",
"tools_customtokens_sync": "Sync Tokens",
"tools_customtokens_track_token": "Track Token?",
"tools_customtokens_track_custom": "(Manually Added)",
"tools_description": "A set of common tools useful in managing accounts.",
"tools_keys_key_generation_copy_clipboard": "Copy to Clipboard",
"tools_keys_key_generation_header": "Key Pair Generation",
Expand Down
1 change: 1 addition & 0 deletions app/renderer/assets/locales/de-DE/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"wallet_panel_wallet_broadcast": "Broadcast Signed Transaction",
"wallet_mode_explain_hot": "This wallet is running as a 'Hot' wallet, meaning it can create, sign, and broadcast transactions without the assistance of any other wallet.",
"wallet_mode_explain_cold": "This wallet is running as a 'Cold' wallet, meaning it should be run offline and is unable to broadcast transactions. Broadasting must be done via a watch wallet.",
"wallet_mode_explain_undefined": "This wallet is from a legacy version and it's type is unknown. This should not cause any problems, and once you swap to another wallet and back, it should upgrade properly.",
"wallet_mode_explain_watch": "This wallet is running as a 'Watch' wallet, meaning it will not store private keys and cannot sign transactions. Signing must be done via a cold wallet."
}
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/es-ES/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"value": "Value",
"back": "Back",
"remove": "Remove"
}
}
9 changes: 5 additions & 4 deletions app/renderer/assets/locales/es-ES/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"error_eosio_assert_message_exception": "The EOS blockchain returned a generic error based on your request. Please check that the information is valid and try again.",
"error_no_stake_left": "Unable to set staked amount to 0. Doing so would prevent you from performing any transactions on the network.",
"error_not_valid_stake_amount": "Not a valid Stake Amount (must have be a positive amount with a maximum of 4 decimals of precision eg. 12.1212).",
"error_not_enough_balance": "You do not have enough balance for this transaction.",
"error_not_enough_balance": "Insufficient available EOS balance to complete transaction.",
"error_ram_usage_exceeded": "RAM usage exceeded. You will need to buy more ram to carry out this action.",
"error_ram_has_to_be_over_minimum_amount": "You can only buy a minimum of 3 B of RAM.",
"error_ram_not_valid_amount": "That is not a valid ram amount. The amount should be a number with a maximum of 3 decimals.",
"error_ram_using_more_than_usage": "You are using more ram than what would remain after this transaction.",
"error_ram_has_to_be_over_minimum_amount": "A minimum of 3 bytes of RAM is required per transaction.",
"error_ram_not_valid_amount": "Invalid RAM amount. A valid amount should be a whole number with no decimals.",
"error_ram_using_more_than_usage": "Insufficient available RAM balance to complete transaction.",
"error_not_valid_account_name": "This is not a valid account name",
"global_account_import_private_description": "To import additional accounts, simply enter the private key. The app will convert it to a public key and lookup all accounts with relevant permissions.",
"global_account_import_private_key": "Private Key (51 characters and starts with the number 5)",
Expand Down Expand Up @@ -65,6 +65,7 @@
"global_modal_account_import_watch_wallet": "Watch Wallet",
"global_modal_account_import_cold_wallet": "Cold Wallet",
"global_modal_account_import_hot_check_key": "Find Accounts",
"global_modal_account_import_undefined_wallet": "Legacy Wallet",
"global_transaction_complete_warning_title": "Transaction(s) are unconfirmed",
"error": "Error"
}
7 changes: 4 additions & 3 deletions app/renderer/assets/locales/es-ES/ram.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"ram_sell_button_cta": "Sell RAM",
"ram_sell_confirming_message_one": "You are about to sell",
"ram_sell_modal_title": "Sell RAM",
"ram_stats_available_title_one": "You are using",
"ram_stats_available_title_three": "of RAM available.",
"ram_stats_available_title_two": "of your"
"ram_stats_title_one": "EOS Balance",
"ram_stats_title_two": "Available RAM",
"ram_stats_title_three": "Used RAM",
"ram_stats_title_four": "Total RAM"
}
4 changes: 2 additions & 2 deletions app/renderer/assets/locales/es-ES/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"tools_customtokens_contract": "Contract Account",
"tools_customtokens_controls": "Controls",
"tools_customtokens_header": "Airdrops / Custom Token Tracking",
"tools_customtokens_scan": "Scan Airdrop Balances",
"tools_customtokens_scan": "Scan Balances",
"tools_customtokens_subheader": "Select which custom tokens to track and scan for any available balances.",
"tools_customtokens_symbol": "Token Symbol",
"tools_customtokens_sync": "Sync Tokens",
"tools_customtokens_track_token": "Track Token?",
"tools_customtokens_track_custom": "(Manually Added)",
"tools_description": "A set of common tools useful in managing accounts.",
"tools_keys_key_generation_copy_clipboard": "Copy to Clipboard",
"tools_keys_key_generation_header": "Key Pair Generation",
Expand Down
1 change: 1 addition & 0 deletions app/renderer/assets/locales/es-ES/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"wallet_panel_wallet_broadcast": "Broadcast Signed Transaction",
"wallet_mode_explain_hot": "This wallet is running as a 'Hot' wallet, meaning it can create, sign, and broadcast transactions without the assistance of any other wallet.",
"wallet_mode_explain_cold": "This wallet is running as a 'Cold' wallet, meaning it should be run offline and is unable to broadcast transactions. Broadasting must be done via a watch wallet.",
"wallet_mode_explain_undefined": "This wallet is from a legacy version and it's type is unknown. This should not cause any problems, and once you swap to another wallet and back, it should upgrade properly.",
"wallet_mode_explain_watch": "This wallet is running as a 'Watch' wallet, meaning it will not store private keys and cannot sign transactions. Signing must be done via a cold wallet."
}
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/fr-FR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"value": "Value",
"back": "Back",
"remove": "Remove"
}
}
9 changes: 5 additions & 4 deletions app/renderer/assets/locales/fr-FR/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"error_eosio_assert_message_exception": "The EOS blockchain returned a generic error based on your request. Please check that the information is valid and try again.",
"error_no_stake_left": "Unable to set staked amount to 0. Doing so would prevent you from performing any transactions on the network.",
"error_not_valid_stake_amount": "Pas un montant valide (doit être un montant positif avec un maximum de 4 décimales, par exemple 12.1212).",
"error_not_enough_balance": "You do not have enough balance for this transaction.",
"error_not_enough_balance": "Insufficient available EOS balance to complete transaction.",
"error_ram_usage_exceeded": "RAM usage exceeded. You will need to buy more ram to carry out this action.",
"error_ram_has_to_be_over_minimum_amount": "You can only buy a minimum of 3 B of RAM.",
"error_ram_not_valid_amount": "That is not a valid ram amount. The amount should be a number with a maximum of 3 decimals.",
"error_ram_using_more_than_usage": "You are using more ram than what would remain after this transaction.",
"error_ram_has_to_be_over_minimum_amount": "A minimum of 3 bytes of RAM is required per transaction.",
"error_ram_not_valid_amount": "Invalid RAM amount. A valid amount should be a whole number with no decimals.",
"error_ram_using_more_than_usage": "Insufficient available RAM balance to complete transaction.",
"error_not_valid_account_name": "This is not a valid account name",
"global_account_import_private_description": "To import additional accounts, simply enter the private key. The app will convert it to a public key and lookup all accounts with relevant permissions.",
"global_account_import_private_key": "Private Key (51 characters and starts with the number 5)",
Expand Down Expand Up @@ -65,6 +65,7 @@
"global_modal_account_import_watch_wallet": "Watch Wallet",
"global_modal_account_import_cold_wallet": "Cold Wallet",
"global_modal_account_import_hot_check_key": "Find Accounts",
"global_modal_account_import_undefined_wallet": "Legacy Wallet",
"global_transaction_complete_warning_title": "La transaction n'est pas confirmée.",
"error": "Error"
}
7 changes: 4 additions & 3 deletions app/renderer/assets/locales/fr-FR/ram.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"ram_sell_button_cta": "Sell RAM",
"ram_sell_confirming_message_one": "You are about to sell",
"ram_sell_modal_title": "Sell RAM",
"ram_stats_available_title_one": "You are using",
"ram_stats_available_title_three": "of RAM available.",
"ram_stats_available_title_two": "of your"
"ram_stats_title_one": "EOS Balance",
"ram_stats_title_two": "Available RAM",
"ram_stats_title_three": "Used RAM",
"ram_stats_title_four": "Total RAM"
}
4 changes: 2 additions & 2 deletions app/renderer/assets/locales/fr-FR/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"tools_customtokens_contract": "Contract Account",
"tools_customtokens_controls": "Controls",
"tools_customtokens_header": "Airdrops / Custom Token Tracking",
"tools_customtokens_scan": "Scan Airdrop Balances",
"tools_customtokens_scan": "Scan Balances",
"tools_customtokens_subheader": "Select which custom tokens to track and scan for any available balances.",
"tools_customtokens_symbol": "Token Symbol",
"tools_customtokens_sync": "Sync Tokens",
"tools_customtokens_track_token": "Track Token?",
"tools_customtokens_track_custom": "(Manually Added)",
"tools_description": "A set of common tools useful in managing accounts.",
"tools_keys_key_generation_copy_clipboard": "Copy to Clipboard",
"tools_keys_key_generation_header": "Key Pair Generation",
Expand Down
1 change: 1 addition & 0 deletions app/renderer/assets/locales/fr-FR/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"wallet_panel_wallet_broadcast": "Broadcast Signed Transaction",
"wallet_mode_explain_hot": "This wallet is running as a 'Hot' wallet, meaning it can create, sign, and broadcast transactions without the assistance of any other wallet.",
"wallet_mode_explain_cold": "This wallet is running as a 'Cold' wallet, meaning it should be run offline and is unable to broadcast transactions. Broadasting must be done via a watch wallet.",
"wallet_mode_explain_undefined": "This wallet is from a legacy version and it's type is unknown. This should not cause any problems, and once you swap to another wallet and back, it should upgrade properly.",
"wallet_mode_explain_watch": "This wallet is running as a 'Watch' wallet, meaning it will not store private keys and cannot sign transactions. Signing must be done via a cold wallet."
}
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/it-IT/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"value": "Value",
"back": "Back",
"remove": "Remove"
}
}
9 changes: 5 additions & 4 deletions app/renderer/assets/locales/it-IT/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"error_eosio_assert_message_exception": "The EOS blockchain returned a generic error based on your request. Please check that the information is valid and try again.",
"error_no_stake_left": "Unable to set staked amount to 0. Doing so would prevent you from performing any transactions on the network.",
"error_not_valid_stake_amount": "Cifra da investire non valida (deve essere un valore positivo con un massimo di 4 decimali di precisione, per es. 12,1212).",
"error_not_enough_balance": "You do not have enough balance for this transaction.",
"error_not_enough_balance": "Insufficient available EOS balance to complete transaction.",
"error_ram_usage_exceeded": "RAM usage exceeded. You will need to buy more ram to carry out this action.",
"error_ram_has_to_be_over_minimum_amount": "You can only buy a minimum of 3 B of RAM.",
"error_ram_not_valid_amount": "That is not a valid ram amount. The amount should be a number with a maximum of 3 decimals.",
"error_ram_using_more_than_usage": "You are using more ram than what would remain after this transaction.",
"error_ram_has_to_be_over_minimum_amount": "A minimum of 3 bytes of RAM is required per transaction.",
"error_ram_not_valid_amount": "Invalid RAM amount. A valid amount should be a whole number with no decimals.",
"error_ram_using_more_than_usage": "Insufficient available RAM balance to complete transaction.",
"error_not_valid_account_name": "This is not a valid account name",
"global_account_import_private_description": "To import additional accounts, simply enter the private key. The app will convert it to a public key and lookup all accounts with relevant permissions.",
"global_account_import_private_key": "Private Key (51 characters and starts with the number 5)",
Expand Down Expand Up @@ -65,6 +65,7 @@
"global_modal_account_import_watch_wallet": "Watch Wallet",
"global_modal_account_import_cold_wallet": "Cold Wallet",
"global_modal_account_import_hot_check_key": "Find Accounts",
"global_modal_account_import_undefined_wallet": "Legacy Wallet",
"global_transaction_complete_warning_title": "Le transazioni non sono confermate",
"error": "Error"
}
7 changes: 4 additions & 3 deletions app/renderer/assets/locales/it-IT/ram.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"ram_sell_button_cta": "Sell RAM",
"ram_sell_confirming_message_one": "You are about to sell",
"ram_sell_modal_title": "Sell RAM",
"ram_stats_available_title_one": "You are using",
"ram_stats_available_title_three": "of RAM available.",
"ram_stats_available_title_two": "of your"
"ram_stats_title_one": "EOS Balance",
"ram_stats_title_two": "Available RAM",
"ram_stats_title_three": "Used RAM",
"ram_stats_title_four": "Total RAM"
}
4 changes: 2 additions & 2 deletions app/renderer/assets/locales/it-IT/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"tools_customtokens_contract": "Contract Account",
"tools_customtokens_controls": "Controls",
"tools_customtokens_header": "Airdrops / Custom Token Tracking",
"tools_customtokens_scan": "Scan Airdrop Balances",
"tools_customtokens_scan": "Scan Balances",
"tools_customtokens_subheader": "Select which custom tokens to track and scan for any available balances.",
"tools_customtokens_symbol": "Token Symbol",
"tools_customtokens_sync": "Sync Tokens",
"tools_customtokens_track_token": "Track Token?",
"tools_customtokens_track_custom": "(Manually Added)",
"tools_description": "A set of common tools useful in managing accounts.",
"tools_keys_key_generation_copy_clipboard": "Copy to Clipboard",
"tools_keys_key_generation_header": "Key Pair Generation",
Expand Down
1 change: 1 addition & 0 deletions app/renderer/assets/locales/it-IT/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"wallet_panel_wallet_broadcast": "Broadcast Signed Transaction",
"wallet_mode_explain_hot": "This wallet is running as a 'Hot' wallet, meaning it can create, sign, and broadcast transactions without the assistance of any other wallet.",
"wallet_mode_explain_cold": "This wallet is running as a 'Cold' wallet, meaning it should be run offline and is unable to broadcast transactions. Broadasting must be done via a watch wallet.",
"wallet_mode_explain_undefined": "This wallet is from a legacy version and it's type is unknown. This should not cause any problems, and once you swap to another wallet and back, it should upgrade properly.",
"wallet_mode_explain_watch": "This wallet is running as a 'Watch' wallet, meaning it will not store private keys and cannot sign transactions. Signing must be done via a cold wallet."
}
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/ja-JP/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"value": "値",
"back": "戻る",
"remove": "削除"
}
}
Loading