Skip to content

Commit

Permalink
[Enhancement #449] Add error messages for Excel import errors involvi…
Browse files Browse the repository at this point in the history
…ng duplicate data.
  • Loading branch information
ledsoft committed Aug 26, 2024
1 parent 56148f6 commit 7aa48fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/i18n/cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,10 @@ const cs = {
"Soubor nemohl být nahrán, protože jeho velikost přesahuje nastavený limit.",
"error.term.state.terminal.liveChildren":
"Pojmu nelze nastavit koncový stav, dokud má alespoň jednoho potomka v jiném než koncovém stavu.",
"error.vocabulary.import.excel.duplicateIdentifier":
"Excel obsahuje více pojmů se stejným identifikátorem.",
"error.vocabulary.import.excel.duplicateLabel":
"Excel obsahuje více pojmů se stejným názvem.",

"history.label": "Historie změn",
"history.loading": "Načítám historii...",
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,10 @@ const en = {
"The file could not be uploaded because it exceeds the configured maximum file size limit.",
"error.term.state.terminal.liveChildren":
"Cannot set term state to a terminal when it has at least one sub term in non-terminal state.",
"error.vocabulary.import.excel.duplicateIdentifier":
"The Excel file contains multiple terms with the same identifier.",
"error.vocabulary.import.excel.duplicateLabel":
"The Excel file contains multiple terms with the same label.",

"history.label": "Change history",
"history.loading": "Loading history...",
Expand Down

0 comments on commit 7aa48fe

Please sign in to comment.