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

frontend: i18n: Add more missing translations #2660

Merged
merged 1 commit into from
Dec 11, 2024
Merged
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
6 changes: 6 additions & 0 deletions frontend/src/i18n/locales/zh-tw/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@
"Error deleting item {{ itemName }}.": "刪除項目 {{ itemName }} 時出錯。",
"Delete item": "刪除項目",
"Are you sure you want to delete item {{ itemName }}?": "您確定要刪除項目 {{ itemName }} 嗎?",
"Are you sure you want to delete following items?": "",
"Deleting {{ itemsLength }} items…": "",
"Cancelled deletion of {{ itemsLength }} items.": "",
"Deleted {{ itemsLength }} items.": "",
"Error deleting {{ itemsLength }} items.": "",
"Delete items": "",
"Loading documentation": "讀取文檔",
"No documentation for type {{ docsType }}.": "類型 {{ docsType }} 沒有文檔。",
"Showing documentation for: {{ docsType }}": "顯示文檔:{{ docsType }}",
Expand Down
Loading