Onboarding Modal (#611)

* [WIP] Start port of V3 Modal

* allow lambda functions in React Components

* lint code

* add null case for modalRef

* fix action test

* reduce onboard slide boilerplate

* delete images and componentize OnboardSlide

* comment out info onboarding message

* fix merge conflict

* fix prettier error

* revert tslint file

* fix type in modal

* add translations to onboard modal

* add in images, fix stlyes
This commit is contained in:
Olajide Ogundipe Jr 2018-01-11 13:13:14 -05:00 committed by Daniel Ternyak
parent 4f6e83acf4
commit 303e44abb3
62 changed files with 3193 additions and 57 deletions

View File

@ -0,0 +1,31 @@
import * as interfaces from './actionTypes';
import { TypeKeys } from './constants';
export type TStartOnboardSession = typeof startOnboardSession;
export function startOnboardSession(): interfaces.StartOnboardSessionAction {
return {
type: TypeKeys.START_ONBOARD_SESSION
};
}
export type TResumeSlide = typeof resumeSlide;
export function resumeSlide(slideNumber: number): interfaces.ResumeSlideAction {
return {
type: TypeKeys.RESUME_SLIDE,
slideNumber
};
}
export type TDecrementSlide = typeof decrementSlide;
export function decrementSlide(): interfaces.DecrementSlideAction {
return {
type: TypeKeys.DECREMENT_SLIDE
};
}
export type TIncrementSlide = typeof incrementSlide;
export function incrementSlide(): interfaces.IncrementSlideAction {
return {
type: TypeKeys.INCREMENT_SLIDE
};
}

View File

@ -0,0 +1,24 @@
import { TypeKeys } from './constants';
export interface StartOnboardSessionAction {
type: TypeKeys.START_ONBOARD_SESSION;
}
export interface ResumeSlideAction {
type: TypeKeys.RESUME_SLIDE;
slideNumber: number;
}
export interface DecrementSlideAction {
type: TypeKeys.DECREMENT_SLIDE;
}
export interface IncrementSlideAction {
type: TypeKeys.INCREMENT_SLIDE;
}
export type OnboardStatusAction =
| StartOnboardSessionAction
| ResumeSlideAction
| DecrementSlideAction
| IncrementSlideAction;

View File

@ -0,0 +1,6 @@
export enum TypeKeys {
START_ONBOARD_SESSION = 'START_ONBOARD_SESSION',
RESUME_SLIDE = 'RESUME_SLIDE',
DECREMENT_SLIDE = 'DECREMENT_SLIDE',
INCREMENT_SLIDE = 'INCREMENT_SLIDE'
}

View File

@ -0,0 +1,2 @@
export * from './actionTypes';
export * from './actionCreators';

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1 @@
<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 576.05 491.69"><defs><style>.cls-1{fill:url(#linear-gradient);}.cls-2{fill:#81cc3b;}.cls-3{fill:#ffa21a;}</style><linearGradient id="linear-gradient" x1="287.22" y1="-433.18" x2="287.22" y2="678.5" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1aa59c"/><stop offset="1" stop-color="#005daf"/></linearGradient></defs><title>onboarding_icons</title><path class="cls-1" d="M47.42,479.51V12.17H527V479.52Zm437.13-35.58V380H310.14v64Zm-218,0V380H86.41v64Zm218-95.76v-64H310.14v64Zm-218,0v-64H86.41v64Zm218-96.88v-64H310.14v64Zm-218,0v-64H86.41v64Zm216.87-99.14v-64H309v64Zm-218,0v-64H85.29v64Z"/><path d="M521,18.17V473.52H53.42V18.17H521m-218,140H489.42v-76H303v76m-223.73,0H271.42v-76H79.29v76M304.14,257.3H490.55v-76H304.14v76m-223.73,0H272.55v-76H80.41v76m223.73,96.88H490.55v-76H304.14v76m-223.73,0H272.55v-76H80.41v76m223.73,95.76H490.55V374H304.14v76m-223.73,0H272.55V374H80.41v76M533,6.17H41.42V485.51H533V6.17Zm-218,88H477.42v52H315v-52Zm-223.73,0H259.42v52H91.29v-52Zm224.86,99.14H478.55v52H316.14v-52Zm-223.73,0H260.55v52H92.41v-52Zm223.73,96.88H478.55v52H316.14v-52Zm-223.73,0H260.55v52H92.41v-52ZM316.14,386H478.55v52H316.14V386ZM92.41,386H260.55v52H92.41V386Z"/><path class="cls-2" d="M31.63,284V149.42H542.81V284Zm462.71-34.58V188H79v61.46Z"/><path d="M536.81,155.42V278H37.63V155.42H536.81M73,255.41H500.34V182H73v73.46m475.84-112H25.63V290H548.81V143.42ZM85,194H488.34v49.46H85V194Z"/><polygon class="cls-3" points="530.97 219.5 561.79 188.68 561.79 250.32 530.97 219.5"/><polygon class="cls-3" points="45.08 219.5 14.26 250.32 14.26 188.68 45.08 219.5"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -0,0 +1 @@
<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 527.44 445.03"><defs><style>.cls-1{fill:#dfdfe3;}.cls-2{fill:#ffa21a;}.cls-3{fill:#a1abb8;}.cls-4{fill:#7d8694;}.cls-5,.cls-8{fill:#fff;}.cls-6{fill:url(#linear-gradient);}.cls-7{fill:#ffce00;}.cls-8{stroke:#000;stroke-linejoin:round;stroke-width:2px;}</style><linearGradient id="linear-gradient" x1="343.48" y1="91.29" x2="132.55" y2="342.07" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1aa59c"/><stop offset="1" stop-color="#005daf"/></linearGradient></defs><title>onboarding_icons</title><rect class="cls-1" x="15.72" y="14.52" width="448" height="400"/><path class="cls-2" d="M495.72,270.52h16v-32h-16v-32h-144v32h16v32h-16v16a72,72,0,1,0,16,142.19v1.81h144v-32h-16v-32h16v-32h-16v-64Z"/><path class="cls-3" d="M273.34,374.52H55.72v-48h24v-80h-24v-64h24v-80h-24v-48h368v144h-32v-64h16v-16h-32v80H358.59c-7.7-58.8-58-104.38-118.86-104.38a120,120,0,1,0,38.14,233.68,79.84,79.84,0,0,0-4.53,46.7Z"/><path class="cls-4" d="M295.21,301.95A104.51,104.51,0,1,1,310.63,290"/><rect x="71.72" y="70.52" width="16" height="16"/><rect x="391.72" y="70.52" width="16" height="16"/><rect x="71.72" y="342.52" width="16" height="16"/><rect x="231.72" y="278.52" width="16" height="24"/><rect x="231.72" y="126.52" width="16" height="24"/><rect x="151.72" y="206.52" width="24" height="16"/><rect x="303.72" y="206.52" width="24" height="16"/><rect x="285.43" y="256.26" width="15.99" height="24" transform="translate(-103.74 286.17) rotate(-45.02)"/><rect x="177.96" y="148.76" width="15.99" height="24" transform="translate(-59.2 178.64) rotate(-45.02)"/><rect x="173.99" y="260.27" width="24" height="15.99" transform="translate(-135.21 210.04) rotate(-44.99)"/><rect x="281.45" y="152.78" width="24" height="15.99" transform="translate(-27.75 254.54) rotate(-44.99)"/><path d="M287.07,207.88l14.78-15.32-21.12-2.63a48,48,0,1,0,6.34,18Zm-47.34,43.8a37.16,37.16,0,1,1,37.16-37.16A37.16,37.16,0,0,1,239.72,251.68Z"/><path class="cls-5" d="M351.72,310.52a48,48,0,1,0,48,48A48,48,0,0,0,351.72,310.52Zm0,90.19a42.19,42.19,0,1,1,42.19-42.19A42.23,42.23,0,0,1,351.72,400.71Z"/><path d="M503.72,294.52v-16h16v-48h-16v-32h-32V6.52H7.72v416h72v16h72v-16H303.93a79.28,79.28,0,0,0,55.79,15.59v.41h160v-48h-16v-16h16v-48h-16v-32Zm-16-80v16h-128v-16Zm-57.62,160h57.62v16H425A78.74,78.74,0,0,0,430.11,374.52Zm-14.54-64h72.15v16H425A79.93,79.93,0,0,0,415.57,310.52Zm-7.85-16h-8.21a79.43,79.43,0,0,0-39.79-15.59v-.41h128v16Zm-112.51,7.43A104.51,104.51,0,1,1,310.63,290,80.34,80.34,0,0,0,295.21,301.95Zm-21.87,72.57H55.72v-48h24v-80h-24v-64h24v-80h-24v-48h368v144h-32v-64h16v-16h-32v80H358.59c-7.7-58.8-58-104.38-118.86-104.38a120,120,0,1,0,38.14,233.68,79.84,79.84,0,0,0-4.53,46.7Zm-209.62-112v48h-16v-48Zm0-144v48h-16v-48Zm296,128v16H349.45a119.82,119.82,0,0,0,5.71-16Zm-16,27.24v5.17c-1.17.12-2.3.34-3.46.51C341.47,277.58,342.62,275.68,343.72,273.76Zm-264,132.76h-56v-384h432v176h-16v-160h-400v64h-8v80h8v64h-8v80h8v64H278.45a79.93,79.93,0,0,0,9.42,16H79.72Zm208-48a63.7,63.7,0,0,1,17.74-44.1,120.92,120.92,0,0,0,14.78-11.55,63.63,63.63,0,0,1,71.48,5.77v1.88h2.19a64,64,0,1,1-106.19,48Zm216,64H399.51a80.46,80.46,0,0,0,16-16h88.16Zm0-64h-72a79.87,79.87,0,0,0-1.62-16h73.62Zm-128-96v-16h128v16Z"/><circle class="cls-6" cx="239.77" cy="214.59" r="37.5"/><rect class="cls-7" x="47.72" y="118.52" width="16" height="48"/><rect class="cls-7" x="47.72" y="262.52" width="16" height="48"/><path class="cls-8" d="M243.46,226.43a11.58,11.58,0,0,1-2.67.31c-6.38,0-11.81-4.86-12.2-12.07a22.71,22.71,0,0,1,.66-4.09l-9.87-4.2a25.49,25.49,0,0,0-1.56,8.8c0,12.37,10.6,22.39,23,22.39a22.33,22.33,0,0,0,8.3-1.59Z"/><path class="cls-8" d="M240.79,191.6a22.31,22.31,0,0,0-9.32,2l5.56,9.44a11.54,11.54,0,0,1,3.76-.63c5.65,0,11.64,4.74,12.21,10.57l-16.07.07,25,10.61a22.9,22.9,0,0,0,1.74-9.51C263.72,201.82,253.15,191.6,240.79,191.6Z"/></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1 @@
<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 534.28 493.58"><defs><style>.cls-1{fill:#ff2434;}.cls-2{fill:#c32434;}.cls-3{fill:#fff;}.cls-4{fill:#e7e7e7;}.cls-5{fill:#1a1a1a;}</style></defs><title>onboarding_icons</title><g id="Symbols"><g id="icon_scam--warning" data-name="icon scam--warning"><g id="malware"><rect id="Rectangle-path" class="cls-1" x="14.92" y="14.37" width="504.44" height="392.23"/><path id="Shape" class="cls-2" d="M370.09,222.32A102.95,102.95,0,1,0,173.89,266a46.35,46.35,0,0,0,16,69.89v32.63H344.35V335.88a46.35,46.35,0,0,0,16-69.89A102.25,102.25,0,0,0,370.09,222.32ZM235.74,254.24a18,18,0,0,1,0-36l18,18A18,18,0,0,1,235.74,254.24Zm62.8,0a18,18,0,0,1-18-18l18-18a18,18,0,0,1,0,36Z"/><g id="Group"><path id="Shape-2" data-name="Shape" class="cls-3" d="M333.79,270.68a82.36,82.36,0,1,0-133.3,0,25.74,25.74,0,0,0,10,49.45v27.8H323.76v-27.8a25.74,25.74,0,0,0,10-49.45Zm-98-16.44a18,18,0,0,1,0-36l18,18A18,18,0,0,1,235.74,254.24Zm62.8,0a18,18,0,0,1-18-18l18-18a18,18,0,0,1,0,36Z"/><rect id="Rectangle-path-2" data-name="Rectangle-path" class="cls-4" x="14.92" y="14.37" width="504.44" height="61.77"/></g><path id="Shape-3" data-name="Shape" class="cls-3" d="M54.55,182.17H39.11V166.73H54.55Zm0-30.88H39.11V105H54.55Z"/><rect id="Rectangle-path-3" data-name="Rectangle-path" class="cls-2" x="14.92" y="76.14" width="504.44" height="20.59"/><rect id="Rectangle-path-4" data-name="Rectangle-path" class="cls-5" x="38.6" y="38.56" width="18.57" height="18.57"/><rect id="Rectangle-path-5" data-name="Rectangle-path" class="cls-5" x="69.48" y="38.56" width="18.57" height="18.57"/><rect id="Rectangle-path-6" data-name="Rectangle-path" class="cls-5" x="100.37" y="38.56" width="18.57" height="18.57"/><rect id="Rectangle-path-7" data-name="Rectangle-path" class="cls-5" x="131.25" y="38.56" width="364.43" height="18.57"/><path id="Shape-4" data-name="Shape" class="cls-5" d="M344.64,268.23a90.08,90.08,0,1,0-155,0,33.47,33.47,0,0,0,13.16,58.71v28.7H331.48v-28.7a33.47,33.47,0,0,0,13.16-58.71Zm-13.86,9.56a18,18,0,0,1-7,34.62H316v27.8H303.17V320.12H287.73V340.2H274.86V320.12H259.42V340.2H246.55V320.12H231.11V340.2H218.24V312.4h-7.72a18,18,0,0,1-7-34.62l8.95-3.79-5.71-7.86a74.64,74.64,0,1,1,120.81,0L321.83,274Z"/><path id="Shape-5" data-name="Shape" class="cls-5" d="M298.54,210.48h-3.2L272.8,233v3.2a25.74,25.74,0,1,0,25.74-25.74Zm0,36a10.31,10.31,0,0,1-9.91-7.49l12.71-12.71a10.29,10.29,0,0,1-2.81,20.2Z"/><path id="Shape-6" data-name="Shape" class="cls-5" d="M235.74,210.48a25.74,25.74,0,1,0,25.74,25.74V233l-22.54-22.54h-3.2Zm0,36a10.3,10.3,0,0,1-2.81-20.2L245.64,239A10.31,10.31,0,0,1,235.74,246.52Z"/><rect id="Rectangle-path-8" data-name="Rectangle-path" class="cls-5" x="242.43" y="279.46" width="18.57" height="18.57"/><rect id="Rectangle-path-9" data-name="Rectangle-path" class="cls-5" x="276.4" y="279.46" width="18.57" height="18.57"/><rect id="Rectangle-path-10" data-name="Rectangle-path" class="cls-5" x="322.22" y="437.48" width="18.57" height="18.57"/><rect id="Rectangle-path-11" data-name="Rectangle-path" class="cls-5" x="322.22" y="468.37" width="18.57" height="18.57"/><rect id="Rectangle-path-12" data-name="Rectangle-path" class="cls-5" x="322.22" y="406.6" width="18.57" height="18.57"/><rect id="Rectangle-path-13" data-name="Rectangle-path" class="cls-5" x="259.93" y="437.48" width="18.57" height="18.57"/><rect id="Rectangle-path-14" data-name="Rectangle-path" class="cls-5" x="259.93" y="406.6" width="18.57" height="18.57"/><rect id="Rectangle-path-15" data-name="Rectangle-path" class="cls-5" x="259.93" y="375.71" width="18.57" height="18.57"/><path id="Shape-7" data-name="Shape" class="cls-5" d="M7.2,6.65V414.32H178.61V398.88h-156v-315h489v315h-156v15.44H527.08V6.65ZM22.64,68.42V22.09h489V68.42h-489Z"/><rect id="Rectangle-path-16" data-name="Rectangle-path" class="cls-5" x="196.62" y="468.37" width="18.57" height="18.57"/><rect id="Rectangle-path-17" data-name="Rectangle-path" class="cls-5" x="196.62" y="437.48" width="18.57" height="18.57"/><rect id="Rectangle-path-18" data-name="Rectangle-path" class="cls-5" x="196.62" y="406.6" width="18.57" height="18.57"/></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -14,6 +14,7 @@ import './index.scss';
import PreFooter from './PreFooter';
import Modal, { IButton } from 'components/ui/Modal';
import { NewTabLink } from 'components/ui';
import OnboardModal from 'containers/OnboardModal';
const AffiliateTag = ({ link, text }: Link) => {
return (
@ -125,6 +126,7 @@ export default class Footer extends React.Component<Props, State> {
const buttons: IButton[] = [{ text: 'Okay', type: 'default', onClick: this.closeModal }];
return (
<div>
<OnboardModal />
<PreFooter />
<footer className="Footer" role="contentinfo" aria-label="footer">
<div className="Footer-about">

View File

@ -10,11 +10,11 @@ export interface IButton {
}
interface Props {
isOpen?: boolean;
title: string | React.ReactElement<any>;
title?: string | React.ReactElement<any>;
disableButtons?: boolean;
children: any;
buttons?: IButton[];
handleClose(): void;
handleClose?(): void;
}
export default class Modal extends Component<Props, {}> {
@ -44,12 +44,15 @@ export default class Modal extends Component<Props, {}> {
<div>
<div className={`Modalshade ${isOpen ? 'is-open' : ''}`} />
<div className={`Modal ${isOpen ? 'is-open' : ''}`}>
<div className="Modal-header">
<h2 className="Modal-header-title">{title}</h2>
<button className="Modal-header-close" onClick={handleClose}>
<img className="Modal-header-close-icon" src={closeIcon} />
</button>
</div>
{title && (
<div className="Modal-header">
<h2 className="Modal-header-title">{title}</h2>
<button className="Modal-header-close" onClick={handleClose}>
<img className="Modal-header-close-icon" src={closeIcon} />
</button>
</div>
)}
<div className="Modal-content">{isOpen && children}</div>
{hasButtons && <div className="Modal-footer">{this.renderButtons()}</div>}
</div>
@ -70,6 +73,9 @@ export default class Modal extends Component<Props, {}> {
}
if (ev.key === 'Escape' || ev.keyCode === 27) {
if (!this.props.handleClose) {
return;
}
this.props.handleClose();
}
};

View File

@ -0,0 +1,20 @@
import React from 'react';
import translate from 'translations';
import OnboardSlide from './OnboardSlide';
import onboardIconFour from 'assets/images/onboarding_icon-04.svg';
const BlockchainSlide = () => {
const header = translate('ONBOARD_blockchain_title');
const content = (
<ul>
<li>{translate('ONBOARD_blockchain_content__1')}</li>
<li>{translate('ONBOARD_blockchain_content__2')}</li>
<li>{translate('ONBOARD_blockchain_content__3')}</li>
<li>{translate('ONBOARD_blockchain_content__4')}</li>
<li>{translate('ONBOARD_blockchain_content__5')}</li>
<li>{translate('ONBOARD_blockchain_content__6')}</li>
</ul>
);
return <OnboardSlide header={header} content={content} slideImage={onboardIconFour} />;
};
export default BlockchainSlide;

View File

@ -0,0 +1,97 @@
import React from 'react';
import translate from 'translations';
import { Link } from 'react-router-dom';
import OnboardSlide from './OnboardSlide';
import onboardIconTen from 'assets/images/onboarding_icon-10.svg';
const FinalSlide = ({ closeModal }) => {
const header = (
<div>
<span>{translate('ONBOARD_final_title')}</span>
<p>{translate('ONBOARD_final_subtitle')}</p>
<br />
</div>
);
const content = (
<ul>
<li>
<a
href="https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html"
target="_blank"
rel="noopener noreferrer"
className="strong"
>
{translate('ONBOARD_final_content__2')}
</a>
</li>
<li>
<a
href="https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html"
target="_blank"
rel="noopener noreferrer"
className="strong"
>
{translate('ONBOARD_final_content__3')}
</a>
</li>
<li>
<a
href="https://myetherwallet.github.io/knowledge-base/offline/running-myetherwallet-locally.html"
target="_blank"
rel="noopener noreferrer"
className="strong"
>
{translate('ONBOARD_final_content__4')}
</a>
</li>
<li>
<a
href="https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-ledger-hardware-wallet.html"
target="_blank"
rel="noopener noreferrer"
className="strong"
>
{translate('ONBOARD_final_content__5')}
</a>
</li>
<li>
<a
href="https://myetherwallet.github.io/knowledge-base/hardware-wallets/trezor-sending-to-trezor-device.html"
target="_blank"
rel="noopener noreferrer"
className="strong"
>
{translate('ONBOARD_final_content__6')}
</a>
</li>
<li>
<a
href="https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html"
target="_blank"
rel="noopener noreferrer"
className="strong"
>
{translate('ONBOARD_final_content__7')}
</a>
</li>
<li>
<a
href="https://myetherwallet.github.io/knowledge-base/"
target="_blank"
rel="noopener noreferrer"
className="strong"
>
{translate('ONBOARD_final_content__8')}
</a>
</li>
<li>
<Link onClick={closeModal} to="/send-transaction" className="strong">
<span> {translate('ONBOARD_final_content__9')}</span>
</Link>
</li>
</ul>
);
return <OnboardSlide header={header} content={content} slideImage={onboardIconTen} />;
};
export default FinalSlide;

View File

@ -0,0 +1,22 @@
import React from 'react';
import translate from 'translations';
import OnboardSlide from './OnboardSlide';
import onboardIconThree from 'assets/images/onboarding_icon-03.svg';
const InterfaceSlide = () => {
const header = translate('ONBOARD_interface_title');
const content = (
<ul>
<li>{translate('ONBOARD_interface_content__1')}</li>
<li>{translate('ONBOARD_interface_content__2')}</li>
<li>{translate('ONBOARD_interface_content__3')}</li>
<li>{translate('ONBOARD_interface_content__4')}</li>
<li>{translate('ONBOARD_interface_content__5')}</li>
<li>{translate('ONBOARD_interface_content__6')}</li>
<li>{translate('ONBOARD_interface_content__7')}</li>
</ul>
);
return <OnboardSlide header={header} content={content} slideImage={onboardIconThree} />;
};
export default InterfaceSlide;

View File

@ -0,0 +1,22 @@
import React from 'react';
import translate from 'translations';
import OnboardSlide from './OnboardSlide';
import onboardIconTwo from 'assets/images/onboarding_icon-02.svg';
const NotABankSlide = () => {
const header = translate('ONBOARD_bank_title');
const content = (
<ul>
<li>{translate('ONBOARD_bank_content__1')}</li>
<li>{translate('ONBOARD_bank_content__2')}</li>
<li>{translate('ONBOARD_bank_content__3')}</li>
<li>{translate('ONBOARD_bank_content__4')}</li>
<li>{translate('ONBOARD_bank_content__5')}</li>
</ul>
);
return <OnboardSlide header={header} content={content} slideImage={onboardIconTwo} />;
};
export default NotABankSlide;

View File

@ -0,0 +1,42 @@
@import 'common/sass/variables';
@import 'common/sass/mixins';
.OnboardSlide {
height: 400px;
width: 650px;
&-body {
display: flex;
}
&-content {
flex: 0.7;
}
&-image {
flex: 0.3;
}
&-header {
text-align: center;
}
@media screen and (max-width: $screen-xs) {
width: 100%;
&-body {
flex-direction: column;
}
&-content {
order: 2;
}
&-image {
order: 1;
align-self: center;
width: 130px;
max-height: 200px;
}
}
}

View File

@ -0,0 +1,26 @@
import React, { ReactElement } from 'react';
import './OnboardSlide.scss';
interface Props {
header: ReactElement<any> | string;
content: ReactElement<any>;
slideImage: string;
}
class OnboardSlide extends React.Component<Props> {
public render() {
return (
<div className="OnboardSlide">
<h3 className="OnboardSlide-header">{this.props.header}</h3>
<div className="OnboardSlide-body">
<section className="OnboardSlide-content">{this.props.content}</section>
<div className="OnboardSlide-image">
<img src={this.props.slideImage} />
</div>
</div>
</div>
);
}
}
export default OnboardSlide;

View File

@ -0,0 +1,28 @@
import React from 'react';
import translate from 'translations';
import OnboardSlide from './OnboardSlide';
import onboardIconSeven from 'assets/images/onboarding_icon-07.svg';
const SecureSlideOne = () => {
const header = (
<div>
<span>{translate('ONBOARD_secure_1_title')}</span>
</div>
);
const content = (
<div>
<p>{translate('ONBOARD_secure_1_content__1')}</p>
<ul>
<li>{translate('ONBOARD_secure_1_content__2')}</li>
<li>{translate('ONBOARD_secure_1_content__3')} </li>
<li>{translate('ONBOARD_secure_1_content__4')}</li>
<li>{translate('ONBOARD_secure_1_content__5')}</li>
<li>{translate('ONBOARD_secure_1_content__6')}</li>
<li>{translate('ONBOARD_secure_1_content__7')}</li>
</ul>
</div>
);
return <OnboardSlide header={header} content={content} slideImage={onboardIconSeven} />;
};
export default SecureSlideOne;

View File

@ -0,0 +1,32 @@
import React from 'react';
import translate from 'translations';
import OnboardSlide from './OnboardSlide';
import onboardIconNine from 'assets/images/onboarding_icon-09.svg';
interface Props {
site?: string;
}
const SecureSlideThree: React.SFC<Props> = ({ site }) => {
const header = (
<div>
<span>{translate('ONBOARD_secure_3_title')}</span>
<p>{translate('ONBOARD_secure_3_content__1')}</p>
</div>
);
const content = (
<div>
<ul>
<li>{translate('ONBOARD_secure_3_content__2')}</li>
<li>{translate('ONBOARD_secure_3_content__3')}</li>
<li>{translate('ONBOARD_secure_3_content__4')}</li>
<li>{translate('ONBOARD_secure_3_content__5')}</li>
{site === 'cx' && <li>{translate('CX_Warning_1')}</li>}
</ul>
<h5 className="text-center">{translate('ONBOARD_secure_3_content__6')} </h5>
</div>
);
return <OnboardSlide header={header} content={content} slideImage={onboardIconNine} />;
};
export default SecureSlideThree;

View File

@ -0,0 +1,25 @@
import React from 'react';
import translate from 'translations';
import OnboardSlide from './OnboardSlide';
import onboardIconEight from 'assets/images/onboarding_icon-08.svg';
const SecureSlideTwo = () => {
const header = (
<div>
<span>{translate('ONBOARD_secure_2_title')}</span>
<p>{translate('ONBOARD_secure_2_content__1')}</p>
<br />
</div>
);
const content = (
<ul>
<li>{translate('ONBOARD_secure_2_content__2')}</li>
<li>{translate('ONBOARD_secure_2_content__3')}</li>
<li>{translate('ONBOARD_secure_2_content__4')}</li>
<li>{translate('ONBOARD_secure_2_content__5')}</li>
</ul>
);
return <OnboardSlide header={header} content={content} slideImage={onboardIconEight} />;
};
export default SecureSlideTwo;

View File

@ -0,0 +1,12 @@
@import 'common/sass/variables';
@import 'common/sass/mixins';
.WelcomeSlide {
&-alert {
font-weight: 500;
color: #e74c3c;
border-style: solid;
padding: 10px;
border-radius: 5px;
}
}

View File

@ -0,0 +1,34 @@
import React from 'react';
import OnboardSlide from './OnboardSlide';
import translate from 'translations';
import onboardIconOne from 'assets/images/onboarding_icon-01.svg';
import './WelcomeSlide.scss';
const WelcomeSlide = () => {
const header = (
<div>
<span>{translate('ONBOARD_welcome_title')}</span>
<br />
<small>{translate('ONBOARD_welcome_content__3')}</small>
</div>
);
const content = (
<div>
<p className="WelcomeSlide-alert">
<span>{translate('ONBOARD_welcome_content__1')}</span>
<span>{translate('ONBOARD_welcome_content__2')}</span>
</p>
<p className="WelcomeSlide-alert">{translate('ONBOARD_welcome_content__8')}</p>
<h5>{translate('ONBOARD_welcome_content__4')}</h5>
<ul>
<li>{translate('ONBOARD_welcome_content__5')}</li>
<li>{translate('ONBOARD_welcome_content__6')}</li>
<li>{translate('ONBOARD_welcome_content__7')}</li>
</ul>
</div>
);
return <OnboardSlide header={header} content={content} slideImage={onboardIconOne} />;
};
export default WelcomeSlide;

View File

@ -0,0 +1,21 @@
import React from 'react';
import translate from 'translations';
import OnboardSlide from './OnboardSlide';
import onboardIconSix from 'assets/images/onboarding_icon-06.svg';
const WhyMewSlide = () => {
const header = translate('ONBOARD_whymew_title');
const content = (
<ul>
<li>{translate('ONBOARD_whymew_content__1')}</li>
<li>{translate('ONBOARD_whymew_content__2')}</li>
<li>{translate('ONBOARD_whymew_content__3')}</li>
<li>{translate('ONBOARD_whymew_content__4')}</li>
<li>{translate('ONBOARD_whymew_content__5')}</li>
<li>{translate('ONBOARD_whymew_content__6')}</li>
</ul>
);
return <OnboardSlide header={header} content={content} slideImage={onboardIconSix} />;
};
export default WhyMewSlide;

View File

@ -0,0 +1,30 @@
import React from 'react';
import translate from 'translations';
import OnboardSlide from './OnboardSlide';
import onboardIconFive from 'assets/images/onboarding_icon-05.svg';
const WhySlide = () => {
const header = translate('ONBOARD_why_title');
const content = (
<div>
<h5>{translate('ONBOARD_why_content__1')}</h5>
<ul>
<li className="text-danger">{translate('ONBOARD_why_content__2')}</li>
<li className="text-danger">{translate('ONBOARD_why_content__3')}</li>
<li className="text-danger">{translate('ONBOARD_why_content__4')}</li>
<li className="text-danger">{translate('ONBOARD_why_content__5')}</li>
<li className="text-danger">{translate('ONBOARD_why_content__6')}</li>
</ul>
<h5>{translate('ONBOARD_why_content__7')}</h5>
<ul>
<li>{translate('ONBOARD_why_content__8')}</li>
<li>{translate('ONBOARD_why_content__9')}</li>
<li>{translate('ONBOARD_why_content__10')}</li>
</ul>
</div>
);
return <OnboardSlide header={header} content={content} slideImage={onboardIconFive} />;
};
export default WhySlide;

View File

@ -0,0 +1,10 @@
export { default as WelcomeSlide } from './WelcomeSlide';
export { default as NotABankSlide } from './NotABankSlide';
export { default as InterfaceSlide } from './InterfaceSlide';
export { default as BlockchainSlide } from './BlockchainSlide';
export { default as WhySlide } from './WhySlide';
export { default as WhyMewSlide } from './WhyMewSlide';
export { default as SecureSlideOne } from './SecureSlideOne';
export { default as SecureSlideTwo } from './SecureSlideTwo';
export { default as SecureSlideThree } from './SecureSlideThree';
export { default as FinalSlide } from './FinalSlide';

View File

@ -0,0 +1,18 @@
@import 'common/sass/variables';
@import 'common/sass/mixins';
.OnboardModal {
// Additional styles for the Stepper Component
&-stepper {
a,
span {
position: relative;
bottom: 3px;
}
}
@media screen and (max-width: $screen-xs) {
&-stepper {
display: none;
}
}
}

View File

@ -0,0 +1,192 @@
import React from 'react';
import { connect } from 'react-redux';
import translate from 'translations';
import Stepper from 'react-stepper-horizontal';
import { showNotification, TShowNotification } from 'actions/notifications';
import { AppState } from 'reducers';
import Modal, { IButton } from 'components/ui/Modal';
import './index.scss';
import {
startOnboardSession,
TStartOnboardSession,
decrementSlide,
TDecrementSlide,
incrementSlide,
TIncrementSlide,
resumeSlide,
TResumeSlide
} from 'actions/onboardStatus';
import {
WelcomeSlide,
NotABankSlide,
InterfaceSlide,
BlockchainSlide,
WhySlide,
WhyMewSlide,
SecureSlideOne,
SecureSlideTwo,
SecureSlideThree,
FinalSlide
} from './components';
const ONBOARD_LOCAL_STORAGE_KEY = 'onboardStatus';
const NUMBER_OF_SLIDES = 10;
interface State {
isOpen: boolean;
}
interface Props {
sessionStarted: boolean;
slideNumber: number;
startOnboardSession: TStartOnboardSession;
resumeSlide: TResumeSlide;
decrementSlide: TDecrementSlide;
incrementSlide: TIncrementSlide;
showNotification: TShowNotification;
}
class OnboardModal extends React.Component<Props, State> {
constructor(props) {
super(props);
this.state = {
isOpen: false
};
}
public componentDidMount() {
const { sessionStarted } = this.props;
const currentSlide = Number(localStorage.getItem(ONBOARD_LOCAL_STORAGE_KEY)) || 0;
if (!sessionStarted) {
this.props.startOnboardSession();
if (currentSlide === 0) {
this.setState({
isOpen: true
});
}
if (currentSlide > 0 && currentSlide < NUMBER_OF_SLIDES) {
this.props.resumeSlide(currentSlide);
this.setState({
isOpen: true
});
const onboardResumeMessage = translate('ONBOARD_resume');
this.props.showNotification('info', onboardResumeMessage, 30000);
}
}
}
public render() {
const { isOpen } = this.state;
const { slideNumber } = this.props;
const firstButtons: IButton[] = [
{
disabled: slideNumber === NUMBER_OF_SLIDES,
text: 'Next',
type: 'primary',
onClick: this.handleNextSlide
},
{
disabled: slideNumber === 1,
text: 'Back',
type: 'default',
onClick: this.handlePreviousSlide
}
];
const lastButtons: IButton[] = [
{
text: 'Finish',
type: 'primary',
onClick: this.closeModal
},
{
text: 'Back',
type: 'default',
onClick: this.handlePreviousSlide
}
];
const buttons = slideNumber === NUMBER_OF_SLIDES ? lastButtons : firstButtons;
const steps = new Array(NUMBER_OF_SLIDES).fill({});
return (
<div className="OnboardModal">
<Modal isOpen={isOpen} buttons={buttons}>
<div className="OnboardModal-stepper">
<Stepper
steps={steps}
activeColor="#0e97c0"
activeStep={slideNumber - 1}
completeColor="#0e97c0"
circleTop={1}
/>
</div>
<div className="OnboardModal-onboardSlide">{this.renderSlide()}</div>
</Modal>
</div>
);
}
public closeModal = () => {
this.setState({ isOpen: false });
};
public changeOnboardStatus = (slideNumber: number) => {
localStorage.setItem(ONBOARD_LOCAL_STORAGE_KEY, String(slideNumber));
};
private renderSlide = () => {
const slides = [
<WelcomeSlide key={1} />,
<NotABankSlide key={2} />,
<InterfaceSlide key={3} />,
<BlockchainSlide key={4} />,
<WhySlide key={5} />,
<WhyMewSlide key={6} />,
<SecureSlideOne key={7} />,
<SecureSlideTwo key={8} />,
<SecureSlideThree key={9} />,
<FinalSlide key={10} closeModal={this.closeModal} />
];
if (slides.length !== NUMBER_OF_SLIDES) {
console.log('Slides length do not match const NUMBER_OF_SLIDES');
}
const currentSlideIndex = this.props.slideNumber - 1;
return slides[currentSlideIndex];
};
private handlePreviousSlide = () => {
const prevSlideNum = this.props.slideNumber - 1;
localStorage.setItem(ONBOARD_LOCAL_STORAGE_KEY, String(prevSlideNum));
this.props.decrementSlide();
};
private handleNextSlide = () => {
const nextSlideNum = this.props.slideNumber + 1;
localStorage.setItem(ONBOARD_LOCAL_STORAGE_KEY, String(nextSlideNum));
this.props.incrementSlide();
};
}
function mapStateToProps(state: AppState) {
return {
sessionStarted: state.onboardStatus.sessionStarted,
slideNumber: state.onboardStatus.slideNumber
};
}
export default connect(mapStateToProps, {
startOnboardSession,
resumeSlide,
decrementSlide,
incrementSlide,
showNotification
})(OnboardModal);

View File

@ -9,10 +9,13 @@ import { rates, State as RatesState } from './rates';
import { State as SwapState, swap } from './swap';
import { State as WalletState, wallet } from './wallet';
import { State as TransactionState, transaction } from './transaction';
import { onboardStatus, State as OnboardStatusState } from './onboardStatus';
export interface AppState {
// Custom reducers
config: ConfigState;
notifications: NotificationsState;
onboardStatus: OnboardStatusState;
ens: EnsState;
wallet: WalletState;
customTokens: CustomTokensState;
@ -29,6 +32,7 @@ export default combineReducers({
config,
swap,
notifications,
onboardStatus,
ens,
wallet,
customTokens,

View File

@ -0,0 +1,51 @@
import { OnboardStatusAction } from 'actions/onboardStatus';
import { TypeKeys } from 'actions/onboardStatus/constants';
export interface State {
sessionStarted: boolean;
slideNumber: number;
}
export const INITIAL_STATE: State = {
sessionStarted: false,
slideNumber: 1
};
export function onboardStatus(state: State = INITIAL_STATE, action: OnboardStatusAction): State {
switch (action.type) {
case TypeKeys.START_ONBOARD_SESSION: {
return {
...state,
sessionStarted: true
};
}
case TypeKeys.RESUME_SLIDE: {
return {
...state,
slideNumber: action.slideNumber
};
}
case TypeKeys.DECREMENT_SLIDE: {
const prevSlide = state.slideNumber - 1;
return {
...state,
slideNumber: prevSlide
};
}
case TypeKeys.INCREMENT_SLIDE: {
const nextSlide = state.slideNumber + 1;
return {
...state,
slideNumber: nextSlide
};
}
default:
return state;
}
}

View File

@ -555,6 +555,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch "
"HELP_Contact_Title": "Ways to Get in Touch ",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "Mehr hilfreiche Antworten zu oft gefragten Fragen ",
"HELP_Contact_Title": "Kontakt zu uns"
"HELP_Contact_Title": "Kontakt zu uns",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "Περισσότερες χρήσιμες απαντήσεις σε συχνές ερωτήσεις ",
"HELP_Contact_Title": "Τρόποι για να έρθετε σε επαφή"
"HELP_Contact_Title": "Τρόποι για να έρθετε σε επαφή",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -558,6 +558,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch "
"HELP_Contact_Title": "Ways to Get in Touch ",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Haz una prueba y observa qué actividad de red ocurre. La manera más fácil de hacer esto es hacer clic con el botón derecho en la página y hacer clic en \"inspeccionar elemento\". Ve a la pestaña \"Red\". Genera una cartera de prueba. Verás que no hay actividad de red. Puede que veas algo que aparece como data:image/gif y data:image/png. Se trata de los códigos QR generándose en tu ordenador y por tu ordenador. No se ha transferido ni un solo byte. ",
"HELP_Sec_Desc_8": "Si no te encuentras cómodo utilizando esta herramienta, no la utilices bajo ningún concepto. Hemos creado esta herramienta como una manera útil para que la gente pueda generar carteras y hacer transacciones sin tener que utilizar la línea de comandos o ejecutar un nodo completo. De nuevo, por favor contáctanos si tienes inquietudes y responderemos lo más pronto posible. ¡Gracias! ",
"HELP_FAQ_Title": "Más respuestas útiles a preguntas frecuentes ",
"HELP_Contact_Title": "Maneras de contactar con nosotros"
"HELP_Contact_Title": "Maneras de contactar con nosotros",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch"
"HELP_Contact_Title": "Ways to Get in Touch",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Lancez un test et vérifiez le type d'activité réseau. La manière la plus simple consiste en un clic droit sur la page, puis \"Inspecter\". Allez à l'onglet \"Network\". Générez un portefeuille de test. Vous verrez qu'il n'y a pas d'activité réseau. Vous pourrez voir quelque chose se produire ressemblant à data:image/gif et data:image/png. Ce sont les QR codes en cours de génération... sur votre ordinateur. Aucun octet n'a été transféré. ",
"HELP_Sec_Desc_8": "Si cet outil ne vous plaît pas, alors ne l'utilisez surtout pas. Nous l'avons créé pour qu'il aide les gens à générer des portefeuilles et à effectuer des transactions sans avoir besoin de plonger dans les lignes de commandes ni faire tourner un nœud complet. À nouveau, n'hésitez pas à nous faire part de vos doutes et nous répondrons aussi rapidement que possible. Merci ! ",
"HELP_FAQ_Title": "Plus de réponses utiles aux questions fréquentes ",
"HELP_Contact_Title": "Moyens de nous contacter"
"HELP_Contact_Title": "Moyens de nous contacter",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -555,6 +555,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch "
"HELP_Contact_Title": "Ways to Get in Touch ",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -566,6 +566,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch"
"HELP_Contact_Title": "Ways to Get in Touch",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch"
"HELP_Contact_Title": "Ways to Get in Touch",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -554,6 +554,99 @@
"HELP_Sec_Desc_6": "Genera un portafoglio di prova e controlla che attività di rete sono in corso. Il modo più facile e fare clic destro sulla pagina e scegliere \"Analizza elemento\". Vai sulla scheda \"Rete\". Genera un portafoglio di prova. Vedrai che non c'è attività di rete. Potresti vedere accadere qualcosa che assomiglia a data:image/gif e data:image/png. Sono i QR code che vengono generati...sul tuo computer...dal tuo computer. Non sono stati trasferiti byte. ",
"HELP_Sec_Desc_8": "Se non ti senti a tuo agio a usare questo strumento, allora certo, non usarlo. Abbiamo creato questo strumento per aiutare la gente a generare portafogli ed eseguire transazioni senza bisogno di usare la riga di comando o far girare un nodo completo. Di nuovo, sentiti libero di contattarci se hai dubbi e ti risponderemo appena possibile. Grazie! ",
"HELP_FAQ_Title": "Risposte più utili alle domande frequenti (in Inglese) ",
"HELP_Contact_Title": "Modi per contattarci (in Inglese)"
"HELP_Contact_Title": "Modi per contattarci (in Inglese)",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch"
"HELP_Contact_Title": "Ways to Get in Touch",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -555,6 +555,99 @@
"HELP_Sec_Desc_6": "테스트 지갑을 생성하고 어떤 네트워크 활동이 진행되는지 확인할 수 있습니다. 가장 쉬운 방법은 페이지를 마우스 오른쪽 버튼을 클릭하여 \"요소 검사\"를 클릭합니다. \"네트워크\" 탭으로 이동합니다. 테스트 지갑을 생성하면 네트워크 탭에서 네트워크 활동이 없음을 확인할 수 있습니다. data:image/gif, data:image/png 생성도 역시 네트워크를 사용하지 않는 것을 확인하실 수 있습니다. QR 코드는 컴퓨터에서 생성됩니다. 당신의 컴퓨터에서 아무것도 전송되지 않는 것을 확인하실 수 있습니다. ",
"HELP_Sec_Desc_8": "이 도구를 사용하는 것이 내키지 않는다면 사용하지 않아도 됩니다. 우리는 사람들이 커맨드 명령을 입력이나 풀 노드를 실행할 필요 없이 지갑을 생성하고 트랜잭션을 생성하는 데 도움이 되었으면 하는 바램으로 이 도구를 제작하였습니다. 다시 말씀드리자면, 이상한 점을 발견하신다면 우리에게 연락해주세요. 가능한 빨리 답변드리겠습니다. 감사합니다! ",
"HELP_FAQ_Title": "자주 묻는 질문에 대한 도움이 될 답변 ",
"HELP_Contact_Title": "연락 방법 "
"HELP_Contact_Title": "연락 방법 ",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -554,6 +554,99 @@
"HELP_Sec_Desc_6": "Doe een test ronde en controleer wat voor netwerk activiteit er plaats vind. De makkelijkste manier om dit te doen is door met de rechtermuisknop op de pagina de klikken en te kiezen voor \"inspecteer element\". Ga naar het \"Netwerk\" tab. Genereer een test wallet. Je zult zien dat er geen netwerk activiteit is. Je zou kunnen zien dat er iets gebeurd wat er als volgt uitziet: data:image/gif and data:image/png. Dit zijn de QR codes die worden gegenereerd...op jouw computer...door jouw computer. Er werden geen bytes overgedragen. ",
"HELP_Sec_Desc_8": "Als je je niet pettig voelt bij het gebruikt van deze tool, gebruik hem dan vooral niet. We hebben deze tool voor mensen gemaakt als een handige manier om wallets te genereren en transacties te maken zonder dat je in de command prompt hoeft te duiken of een \"full node\" moet draaien. Nogmaals, voel je vrij om contact met ons op te nemen als je je zorgen maakt en we zullen zo snel mogelijk reageren. Bedankt! ",
"HELP_FAQ_Title": "Meer hulpzame antwoorden op veel voorkomende vragen: ",
"HELP_Contact_Title": "Manieren om in contact te komen:"
"HELP_Contact_Title": "Manieren om in contact te komen:",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Kjør en test og sjekk hvilken nettverksaktivitet som skjer. Den enkleste måten som du kan gjøre dette på er å høyreklikke på siden og klikke \"inspiser element\". Gå til \"Nettverk\"-flippen. Generer en test-lommebok. Du vil se at det ikke er noen nettverksaktivitet. Du vil se at noe som ser ut som data:image/gif og data:image/png skjer. Disse er QR-kodene som blir generert...på din datamaskin...av din datamaskin. Ingen bytes ble overført. ",
"HELP_Sec_Desc_8": "Hvis du ikke er komfortabel med å bruke dette verktøyet, så for all del, ikke bruk det. Vi laget dette verktøyet som et hjelpemiddel for folk som vil opprette lommebøker og utføre transaksjoner uten å måtte dykke ned i kommandolinjeoperasjoner eller kjøre en full node. Igjen, ta gjerne kontakt hvis du har bekymringer og vi vil gi tilbakemelding så snart som mulig. Takk! ",
"HELP_FAQ_Title": "Flere nyttige svar på hyppige spørsmål ",
"HELP_Contact_Title": "Måter å ta kontakt på"
"HELP_Contact_Title": "Måter å ta kontakt på",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Wykonaj test i sprawdź jakie połączenia sieciowe są aktywowane. Najprostszą metodą jest kliknięcie prawym przyciskiem myszy na stronie i \"Zbadaj\". Przejdź na zakładkę \"Network\". Wygeneruj testowy portfel. Zobaczysz, że nie są aktywowane żadne połączenia. Możesz zobaczyć coś wyglądającego jak data:image/gif i data:image/png. To są kody QR generowane... na Twoim komputerze... przez Twój komputer. Żadne dane nie były transferowane. ",
"HELP_Sec_Desc_8": "Jeśli nie czujesz się komfortowo używając tego oprogramowania, bez względu na wszystko, nie używaj go. Stworzyliśmy te narzędzia jako pomoc w generowaniu nowych portfeli i wykonywaniu transakcji bez potrzeby zagłębiania się w linię poleceń lub prowadzenia pełnego węzła. Jeszcze raz, nie krępuj się z nami skontaktować jeżeli masz jakieś wątpliwości. Postaramy się odpowiedzieć tak szybko jak to możliwe. Dzięki! ",
"HELP_FAQ_Title": "Więcej Pomocnych Odpowiedzi na Często Zadawane Pytania (tylko angielski) ",
"HELP_Contact_Title": "Sposoby Nawiązania Kontaktu (tylko angielski)"
"HELP_Contact_Title": "Sposoby Nawiązania Kontaktu (tylko angielski)",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch"
"HELP_Contact_Title": "Ways to Get in Touch",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch"
"HELP_Contact_Title": "Ways to Get in Touch",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch"
"HELP_Contact_Title": "Ways to Get in Touch",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch"
"HELP_Contact_Title": "Ways to Get in Touch",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -555,6 +555,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch "
"HELP_Contact_Title": "Ways to Get in Touch ",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch"
"HELP_Contact_Title": "Ways to Get in Touch",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Bạn hãy cho chạy thử đễ kiễm tra lại toàn bộ hoạt động của nó. Cách đơn giản nhất đễ bạn kiễm tra là nhấn chuột phải vào trang của chúng tôi vào chọn mục \"inspect element\". đi đến mục \"Network\". Khởi tạo thử một Ví. Lúc này bạn sẽ thấy được các hoạt động của hệ thống sẽ diễn ra như thế nào. Bạn sẽ thấy được dữ liệu sau: image/gif và image/png. Nó chính là mã QR đã được khởi tạo...trên máy tính của bạn. Và không có một dung lượng dữ liệu nào được chuyển ra khỏi máy của bạn. ",
"HELP_Sec_Desc_8": "Nếu bạn cảm thấy không an tâm khi sử dụng công cụ của chúng tôi, bạn có quyền không sử dụng nó. Chúng tôi tạo ra ứng dụng này nhằm giúp người sử dụng dễ dàng tạo Ví mới và lập giao dịch mà không cần dùng đến những câu lệnh trên Terminal hoặc tải về đầy đủ các node. Một lần nữa xin nhắc lại, bạn hoàn toàn có thể ngưng sử dụng và báo lại với chúng tôi nếu bạn có một mối quan ngại nào đó, chúng tôi sẽ chịu trách nhiệm chỉnh sửa hoặc giải đáp thắc mắc từ nơi bạn một cách sớm nhất có thể. Xin Chân Thành Cảm Ơn! ",
"HELP_FAQ_Title": "Lời giãi đáp cho những câu hỏi thường gặp: ",
"HELP_Contact_Title": "Những cách đễ liên lạc với chúng tôi:"
"HELP_Contact_Title": "Những cách đễ liên lạc với chúng tôi:",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -565,6 +565,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions 常见问题的更多有用回答 ",
"HELP_Contact_Title": "Ways to Get in Touch 联系方式"
"HELP_Contact_Title": "Ways to Get in Touch 联系方式",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -555,6 +555,99 @@
"HELP_Sec_Desc_6": "Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click \"inspect element\". Go to the \"Network\" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. ",
"HELP_Sec_Desc_8": "If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! ",
"HELP_FAQ_Title": "More Helpful Answers to Frequent Questions ",
"HELP_Contact_Title": "Ways to Get in Touch "
"HELP_Contact_Title": "Ways to Get in Touch ",
"ONBOARD_welcome_title": "Welcome to MyEtherWallet.com",
"ONBOARD_welcome_content__1": "Please take some time to understand this for your own safety. 🙏",
"ONBOARD_welcome_content__2": "Your funds will be stolen if you do not heed these warnings.",
"ONBOARD_welcome_content__3": "We know this click-through stuff is annoying. We are sorry.",
"ONBOARD_welcome_content__4": "What is MEW? ",
"ONBOARD_welcome_content__5": "MyEtherWallet is a free, open-source, client-side interface.",
"ONBOARD_welcome_content__6": "We allow you to interact directly with the blockchain while remaining in full control of your keys &amp; your funds.",
"ONBOARD_welcome_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_welcome_content__8": "We cannot recover your funds or freeze your account if you visit a phishing site or lose your private key.",
"ONBOARD_bank_title": "MyEtherWallet is not a Bank",
"ONBOARD_bank_content__1": "When you open an account with a bank or exchange, they create an account for you in their system.",
"ONBOARD_bank_content__2": "The bank keeps track of your personal information, account passwords, balances, transactions and ultimately your money.",
"ONBOARD_bank_content__3": "The bank charge fees to manage your account and provide services, like refunding transactions when your card gets stolen.",
"ONBOARD_bank_content__4": "The bank allows you to write a check or charge your debit card to send money, go online to check your balance, reset your password, and get a new debit card if you lose it.",
"ONBOARD_bank_content__5": "You have an account *with the bank or exchange* and they decide how much money you can send, where you can send it, and how long to hold on a suspicious deposit. All for a fee.",
"ONBOARD_welcome_title__alt": "Introduction",
"ONBOARD_interface_title": "MyEtherWallet is an Interface",
"ONBOARD_interface_content__1": "When you create an account on MyEtherWallet you are generating a cryptographic set of numbers: your private key and your public key (address).",
"ONBOARD_interface_content__2": "The handling of your keys happens entirely on your computer, inside your browser.",
"ONBOARD_interface_content__3": "We never transmit, receive or store your private key, password, or other account information.",
"ONBOARD_interface_content__4": "We do not charge a transaction fee.",
"ONBOARD_interface_content__5": "You are simply using our **interface** to interact **directly with the blockchain**.",
"ONBOARD_interface_content__6": "If you send your *public key (address)* to someone, they can send you ETH or tokens. 👍",
"ONBOARD_interface_content__7": "If you send your *private key* to someone, they now have full control of your account. 👎",
"ONBOARD_bank_title__alt": "MEW isn't a Bank",
"ONBOARD_blockchain_skip": "I already know what a blockchain is...",
"ONBOARD_blockchain_title": "Wait, WTF is a Blockchain?",
"ONBOARD_blockchain_content__1": "The blockchain is like a huge, global, decentralized spreadsheet.",
"ONBOARD_blockchain_content__2": "It keeps track of who sent how many coins to whom, and what the balance of every account is.",
"ONBOARD_blockchain_content__3": "It is stored and maintained by thousands of people (miners) across the globe who have special computers.",
"ONBOARD_blockchain_content__4": "The blocks in the blockchain are made up of all the individual transactions sent from MyEtherWallet, MetaMask, Exodus, Mist, Geth, Parity, and everywhere else.",
"ONBOARD_blockchain_content__5": "When you see your balance on MyEtherWallet.com or view your transactions on [etherscan.io](https://etherscan.io), you are seeing data on the blockchain, not in our personal systems.",
"ONBOARD_blockchain_content__6": "Again: **we are not a bank**.",
"ONBOARD_interface_title__alt": "MEW is an Interface",
"ONBOARD_why_title": "Why are you making me read all this?",
"ONBOARD_why_content__1": "Because we need you to understand that we **cannot**...",
"ONBOARD_why_content__2": "Access your account or send your funds for you X.",
"ONBOARD_why_content__3": "Recover or change your private key.",
"ONBOARD_why_content__4": "Recover or reset your password.",
"ONBOARD_why_content__5": "Reverse, cancel, or refund transactions.",
"ONBOARD_why_content__6": "Freeze accounts.",
"ONBOARD_why_content__7": "**You** and **only you** are responsible for your security.",
"ONBOARD_why_content__8": "Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.",
"ONBOARD_why_content__9": "If you lose your private key or password, no one can recover it.",
"ONBOARD_why_content__10": "If you enter your private key on a phishing website, you will have **all your funds taken**.",
"ONBOARD_blockchain_title__alt": "WTF is a Blockchain?",
"ONBOARD_point_title__alt": "What's the Point of MEW then?",
"ONBOARD_whymew_title": "If MyEtherWallet can't do those things, what's the point?",
"ONBOARD_whymew_content__1": "Because that is the point of decentralization and the blockchain.",
"ONBOARD_whymew_content__2": "You don't have to rely on your bank, government, or anyone else when you want to move your funds.",
"ONBOARD_whymew_content__3": "You don't have to rely on the security of an exchange or bank to keep your funds safe.",
"ONBOARD_whymew_content__4": "If you don't find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉",
"ONBOARD_whymew_content__5": "If you don't like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.",
"ONBOARD_whymew_content__6": "If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.",
"ONBOARD_why_title__alt": "But...why?",
"ONBOARD_secure_title": "How To Protect Yourself & Your Funds",
"ONBOARD_secure_1_title": "How To Protect Yourself from Phishers",
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.myetherwallet.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",
"ONBOARD_point_title__alt_2": "What's the point?",
"ONBOARD_secure_2_title": "How To Protect Yourself from Scams",
"ONBOARD_secure_2_content__1": "People will try to get you to give them money in return for nothing.",
"ONBOARD_secure_2_content__2": "If it is too good to be true, it probably is.",
"ONBOARD_secure_2_content__3": "Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.",
"ONBOARD_secure_2_content__4": "Ask questions when you don't understand something or it doesn't seem right.",
"ONBOARD_secure_2_content__5": "Don't let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself \"why?\". It may be to create FOMO or prevent you from doing research.",
"ONBOARD_secure_3_title__alt": "Phuck Phishers",
"ONBOARD_secure_3_title": "How To Protect Yourself from Loss",
"ONBOARD_secure_3_content__1": "If you lose your private key or password, it is gone forever. Don't lose it.",
"ONBOARD_secure_3_content__2": "Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.",
"ONBOARD_secure_3_content__3": "Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.",
"ONBOARD_secure_3_content__4": "Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.",
"ONBOARD_secure_3_content__5": "If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.",
"ONBOARD_secure_3_content__6": "[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)",
"ONBOARD_secure_2_title__alt_2": "Screw Scams",
"ONBOARD_final_title__alt": "One more click & you're done! 🤘",
"ONBOARD_final_title": "Alright, I'm done lecturing you!",
"ONBOARD_final_subtitle": "Sorry for being like this. Onwards!",
"ONBOARD_final_content__1": "Create a wallet",
"ONBOARD_final_content__2": "Get a hardware wallet",
"ONBOARD_final_content__3": "How to Set up MEW + MetaMask",
"ONBOARD_final_content__4": "How to Run MEW Offline / Locally",
"ONBOARD_final_content__5": "How to Send via Ledger hardware wallet",
"ONBOARD_final_content__6": "How to Send via TREZOR hardware wallet",
"ONBOARD_final_content__7": "How to Send via MetaMask",
"ONBOARD_final_content__8": "Learn More or Contact Us",
"ONBOARD_final_content__9": "OMG, please just let me send FFS.",
"ONBOARD_resume": "It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉"
}
}
}

View File

@ -36,6 +36,7 @@
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"react-router-redux": "4.0.8",
"react-stepper-horizontal": "^1.0.9",
"react-transition-group": "2.2.1",
"redux": "3.7.2",
"redux-logger": "3.0.6",

View File

@ -0,0 +1,32 @@
import * as actions from '../../common/actions/onboardStatus';
describe('onboardStatus actions', () => {
it('should create an action to start onboard session', () => {
const expectedAction = {
type: 'START_ONBOARD_SESSION'
};
expect(actions.startOnboardSession()).toEqual(expectedAction);
});
it('should create an action to resume slide', () => {
const expectedAction = {
type: 'RESUME_SLIDE',
slideNumber: 3
};
expect(actions.resumeSlide(3)).toEqual(expectedAction);
});
it('should create an action to decrement slide', () => {
const expectedAction = {
type: 'DECREMENT_SLIDE'
};
expect(actions.decrementSlide()).toEqual(expectedAction);
});
it('should create an action to increment slide', () => {
const expectedAction = {
type: 'INCREMENT_SLIDE'
};
expect(actions.incrementSlide()).toEqual(expectedAction);
});
});

View File

@ -0,0 +1,11 @@
import { onboardStatus, INITIAL_STATE } from 'reducers/onboardStatus';
import * as onboardStatusActions from 'actions/onboardStatus';
describe('onboardStatus reducer', () => {
it('should handle START_ONBOARD_STATUS', () => {
expect(onboardStatus(undefined, onboardStatusActions.startOnboardSession())).toEqual({
...INITIAL_STATE,
sessionStarted: true
});
});
});