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

change(translation): for fileSizeExeedsLimit #3074

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 src/assets/i18n/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"error": {
"duplicateAsset": "The asset you are trying to upload already exists on the blockchain. Please try again or contact support.",
"canNotStartCamera": "Sorry, we encountered an issue while starting the camera. We apologize for the inconvenience. If the problem persists, please report the issue to our developers through the 'Contact Developers' section on the app's support page. Your feedback will help us improve the app and resolve the issue faster. Thank you for your understanding and cooperation.",
"fileSizeExeedsLimit": "File size exceeds 30MB limit. Please select a smaller file and try again."
"fileSizeExeedsLimit": "File size exceeds 25MB limit. Please select a smaller file and try again."
}
},
"wallets": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"error": {
"duplicateAsset": "您嘗試上傳的資產已有上鏈紀錄,請重新嘗試,或聯繫開發團隊取得協助。",
"canNotStartCamera": "很抱歉,我們在啟動相機時遇到問題。對於造成的不便,我們深感抱歉。如果問題持續存在,請透過應用程式支援頁面的「聯絡開發人員」區域向我們的開發人員報告問題。您的反饋將有助於我們改善應用程式並更快地解決問題。感謝您的理解和配合。",
"fileSizeExeedsLimit": "檔案大小超過30MB的限制,請選擇較小的檔案並重試。"
"fileSizeExeedsLimit": "檔案大小超過25MB的限制,請選擇較小的檔案並重試。"
}
},
"wallets": {
Expand Down