Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix manage-translations #270

Merged
merged 1 commit into from
Jan 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@
"wallet.transaction.assuranceLevel.medium": "medium",
"wallet.transaction.confirmations": "confirmations",
"wallet.transaction.conversion.rate": "Conversion rate",
"wallet.transaction.fee": "Fee",
"wallet.transaction.export.dialog.exportButton.label": "Export",
"wallet.transaction.export.dialog.infoText1": "The entire transaction history within your wallet will be exported to a file.",
"wallet.transaction.export.dialog.title": "Export transactions to file",
"wallet.transaction.export.exportIcon.tooltip": "Export to file",
"wallet.transaction.fee": "Fee",
"wallet.transaction.received": "{currency} received",
"wallet.transaction.sent": "{currency} sent",
"wallet.transaction.state.failed": "Transaction failed",
Expand Down
2 changes: 1 addition & 1 deletion app/i18n/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@
"wallet.transaction.assuranceLevel.medium": "中",
"wallet.transaction.confirmations": "確認",
"wallet.transaction.conversion.rate": "コンバージョン率",
"wallet.transaction.fee": "手数料",
"wallet.transaction.export.dialog.exportButton.label": "出力",
"wallet.transaction.export.dialog.infoText1": "ウォレット内の全トランザクション歴がファイルに出力されます。",
"wallet.transaction.export.dialog.title": "トランザクション歴をファイルに出力する",
"wallet.transaction.export.exportIcon.tooltip": "ファイルに出力する",
"wallet.transaction.fee": "手数料",
"wallet.transaction.received": "{currency} 受信済",
"wallet.transaction.sent": "{currency} 送信済",
"wallet.transaction.state.failed": "処理に失敗しました",
Expand Down
2 changes: 1 addition & 1 deletion app/i18n/locales/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@
"wallet.transaction.assuranceLevel.medium": "중간",
"wallet.transaction.confirmations": "확인",
"wallet.transaction.conversion.rate": "환율",
"wallet.transaction.fee": "수수료",
"wallet.transaction.export.dialog.exportButton.label": "출력",
"wallet.transaction.export.dialog.infoText1": "지갑의 전체 거래내역이 파일로 출력됩니다",
"wallet.transaction.export.dialog.title": "거래내역을 파일로 출력",
"wallet.transaction.export.exportIcon.tooltip": "파일로 출력",
"wallet.transaction.fee": "수수료",
"wallet.transaction.received": "{currency} 받음",
"wallet.transaction.sent": "{currency} 보냄",
"wallet.transaction.state.failed": "거래 실패",
Expand Down
2 changes: 1 addition & 1 deletion app/i18n/locales/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@
"wallet.transaction.assuranceLevel.medium": "средний",
"wallet.transaction.confirmations": "подтверждения",
"wallet.transaction.conversion.rate": "Обменный курс",
"wallet.transaction.fee": "Комиссия",
"wallet.transaction.export.dialog.exportButton.label": "Экспорт",
"wallet.transaction.export.dialog.infoText1": "Вся история транзакций в Вашем кошельке будет экспортирована в файл.",
"wallet.transaction.export.dialog.title": "Экспорт транзакций в файл",
"wallet.transaction.export.exportIcon.tooltip": "Экспорт в файл",
"wallet.transaction.fee": "Комиссия",
"wallet.transaction.received": "{currency} получено",
"wallet.transaction.sent": "{currency} отправлено",
"wallet.transaction.state.failed": "Не удалось провести транзакцию",
Expand Down
2 changes: 1 addition & 1 deletion app/i18n/locales/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@
"wallet.transaction.assuranceLevel.medium": "中",
"wallet.transaction.confirmations": "确认",
"wallet.transaction.conversion.rate": "汇价",
"wallet.transaction.fee": "费用",
"wallet.transaction.export.dialog.exportButton.label": "输出",
"wallet.transaction.export.dialog.infoText1": "钱包中的所有交易记录将输出到文件中。",
"wallet.transaction.export.dialog.title": "输出交易记录至文件",
"wallet.transaction.export.exportIcon.tooltip": "输出文件",
"wallet.transaction.fee": "费用",
"wallet.transaction.received": "已接收 {currency}",
"wallet.transaction.sent": "已发送 {currency}",
"wallet.transaction.state.failed": "交易失败",
Expand Down
6 changes: 1 addition & 5 deletions app/i18n/locales/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,17 +227,13 @@
"wallet.transaction.assuranceLevel.high": "高",
"wallet.transaction.assuranceLevel.low": "低",
"wallet.transaction.assuranceLevel.medium": "適中",
"wallet.transaction.export.dialog.exportButton.label": "輸出",
"wallet.transaction.export.dialog.infoText1": "錢包中的所有交易記錄將輸出到文件中。",
"wallet.transaction.export.dialog.title": "輸出交易記錄至文件",
"wallet.transaction.export.exportIcon.tooltip": "輸出文件",
"wallet.transaction.confirmations": "確認",
"wallet.transaction.conversion.rate": "匯率",
"wallet.transaction.fee": "費用",
"wallet.transaction.export.dialog.exportButton.label": "輸出",
"wallet.transaction.export.dialog.infoText1": "錢包中的所有交易記錄將輸出到文件中",
"wallet.transaction.export.dialog.title": "輸出交易記錄至文件",
"wallet.transaction.export.exportIcon.tooltip": "輸出文件",
"wallet.transaction.fee": "費用",
"wallet.transaction.received": "已收到 {currency}",
"wallet.transaction.sent": "已傳送 {currency}",
"wallet.transaction.state.failed": "交易失敗",
Expand Down
17 changes: 4 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-react-intl": "2.3.1",
"babel-plugin-react-intl": "3.0.1",
"babel-preset-react-optimize": "1.0.1",
"chai": "3.2.0",
"chromedriver": "2.40.0",
Expand Down