Skip to content

Commit

Permalink
Update translation file
Browse files Browse the repository at this point in the history
  • Loading branch information
hsurf22 committed May 31, 2019
1 parent b50c1d6 commit 7092500
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
>
<div class="modal-content-container">
<div class="d-block text-center">
<b-alert :show="mayNotBeAttached" fade variant="warning"
>Please make sure your device is connected</b-alert
>
<b-alert :show="mayNotBeAttached" fade variant="warning">{{
$t('accessWallet.connectDevice')
}}</b-alert>
<div class="button-options hardware-button-options">
<wallet-option
v-for="(item, idx) in items"
Expand Down
3 changes: 2 additions & 1 deletion src/translations/access-wallet/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"mewConnectDesc2": "Don't have the App? Download now.",
"notARecommendedWay": "This is not a recommended way to access your wallet. Due to the sensitivity of the information involved, these options should only be used in offline settings by experienced users.",
"buyHardwareWallet": "Purchase a hardware wallet for the highest security when accessing your crypto.",
"buyHardwareWalletLink": "Purchase a hardware wallet...."
"buyHardwareWalletLink": "Purchase a hardware wallet....",
"connectDevice": "Please make sure your device is connected."
}
3 changes: 2 additions & 1 deletion src/translations/access-wallet/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"mewConnectDesc2": "¿No tiene la aplicación? Descargar ahora.",
"notARecommendedWay": "This is NOT a recommended way of accessing a wallet. This information is sensitive, and these options should only be used in offline settings by experienced crypto users.",
"buyHardwareWallet": "Purchase a hardware wallet for the highest security when accessing your crypto.",
"buyHardwareWalletLink": "Purchase a hardware wallet...."
"buyHardwareWalletLink": "Purchase a hardware wallet....",
"connectDevice": "Please make sure your device is connected."
}
3 changes: 2 additions & 1 deletion src/translations/access-wallet/ja_JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"mewConnectDesc2": "アプリを持っていないか。今すぐダウンロードします。",
"notARecommendedWay": "This is NOT a recommended way of accessing a wallet. This information is sensitive, and these options should only be used in offline settings by experienced crypto users.",
"buyHardwareWallet": "Purchase a hardware wallet for the highest security when accessing your crypto.",
"buyHardwareWalletLink": "Purchase a hardware wallet...."
"buyHardwareWalletLink": "Purchase a hardware wallet....",
"connectDevice": "Please make sure your device is connected."
}
3 changes: 2 additions & 1 deletion src/translations/access-wallet/ko_KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"mewConnectDesc2": "Don't have the App? Download now.",
"notARecommendedWay": "This is NOT a recommended way of accessing a wallet. This information is sensitive, and these options should only be used in offline settings by experienced crypto users.",
"buyHardwareWallet": "Purchase a hardware wallet for the highest security when accessing your crypto.",
"buyHardwareWalletLink": "Purchase a hardware wallet...."
"buyHardwareWalletLink": "Purchase a hardware wallet....",
"connectDevice": "Please make sure your device is connected."
}
3 changes: 2 additions & 1 deletion src/translations/access-wallet/ru_RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"mewConnectDesc2": "Нет приложения? Загрузите сейчас.",
"notARecommendedWay": "This is NOT a recommended way of accessing a wallet. This information is sensitive, and these options should only be used in offline settings by experienced crypto users.",
"buyHardwareWallet": "Purchase a hardware wallet for the highest security when accessing your crypto.",
"buyHardwareWalletLink": "Purchase a hardware wallet...."
"buyHardwareWalletLink": "Purchase a hardware wallet....",
"connectDevice": "Please make sure your device is connected."
}
3 changes: 2 additions & 1 deletion src/translations/access-wallet/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"mewConnectDesc2": "Don't have the App? Download now.",
"notARecommendedWay": "This is NOT a recommended way of accessing a wallet. This information is sensitive, and these options should only be used in offline settings by experienced crypto users.",
"buyHardwareWallet": "Purchase a hardware wallet for the highest security when accessing your crypto.",
"buyHardwareWalletLink": "Purchase a hardware wallet...."
"buyHardwareWalletLink": "Purchase a hardware wallet....",
"connectDevice": "Please make sure your device is connected."
}
3 changes: 2 additions & 1 deletion src/translations/access-wallet/zh_TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"mewConnectTitle": "使用 MEWconnect 存取",
"mewConnectDesc1": "請使用 MEWconnect App 來掃描上方的 QR code。",
"mewConnectDesc2": "還沒安裝 App 嗎? 馬上下載。",
"notARecommendedWay": "我們 **非常不建議** 使用這種方式來建立錢包。由於這些是非常敏感的資訊,因此下面的選項只應被有經驗的加密貨幣使用者所使用。"
"notARecommendedWay": "我們 **非常不建議** 使用這種方式來建立錢包。由於這些是非常敏感的資訊,因此下面的選項只應被有經驗的加密貨幣使用者所使用。",
"connectDevice": "Please make sure your device is connected."
}

0 comments on commit 7092500

Please sign in to comment.