diff --git a/src/locales/en.js b/src/locales/en.js index a3ece3ef..247a9c5f 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -650,6 +650,7 @@ export default { 'No transaction data': 'No transaction data', 'Are you sure you want to delete this transaction?': 'Are you sure you want to delete this transaction?', 'Unable to delete this transaction': 'Unable to delete this transaction', + 'Unable to get transaction statistics': 'Unable to get transaction statistics', 'Total Amount': 'Total Amount', 'Total Assets': 'Total Assets', 'Total Liabilities': 'Total Liabilities', diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index 9af70afc..eaaafb35 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -650,6 +650,7 @@ export default { 'No transaction data': '没有交易数据', 'Are you sure you want to delete this transaction?': '您确定要删除该交易?', 'Unable to delete this transaction': '无法删除该交易', + 'Unable to get transaction statistics': '无法获取交易统计数据', 'Total Amount': '总金额', 'Total Assets': '总资产', 'Total Liabilities': '总负债',