Skip to content

Commit

Permalink
Merge pull request #518 from lukaskabc/lukaskabc/Bug-511
Browse files Browse the repository at this point in the history
[Bug #511] Add translations for invalid identifier errors
  • Loading branch information
ledsoft authored Sep 19, 2024
2 parents 6605797 + dec4a74 commit 4917fec
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 @@ -799,6 +799,10 @@ const cs = {
"error.vocabulary.import.excel.labelWithDifferentIdentifierExists":
'Slovník již obsahuje pojem s názvem "{label}" s rozdílným identifikátorem než s jakým byl importován. Existující identifikátor: {existingUri}',

"error.invalidUriCharacter":
'Neplatný identifikátor: "{uri}", neočekávaný znak "{char}" na pozici {index}.',
"error.invalidIdentifier": 'Neplatný identifikátor: "{uri}"',

"history.label": "Historie změn",
"history.loading": "Načítám historii...",
"history.empty": "Zaznamenaná historie je prázdná.",
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,10 @@ const en = {
"error.vocabulary.import.excel.labelWithDifferentIdentifierExists":
'Vocabulary already contains a term with label "{label}" with a different identifier than the imported one. Existing identifier: {existingUri}',

"error.invalidUriCharacter":
'Invalid identifier: "{uri}", unexpected character "{char}" at {index}.',
"error.invalidIdentifier": 'Invalid identifier: "{uri}"',

"history.label": "Change history",
"history.loading": "Loading history...",
"history.empty": "The recorded history of this asset is empty.",
Expand Down

0 comments on commit 4917fec

Please sign in to comment.