Updated cs messages following the lindat v5 and clarin-dspace v7 instance#3222
Updated cs messages following the lindat v5 and clarin-dspace v7 instance#3222tdonohue merged 9 commits intoDSpace:mainfrom
cs messages following the lindat v5 and clarin-dspace v7 instance#3222Conversation
cs messages following the lindat v5 and clarin-dspace v7 instancecs messages following the lindat v5 and clarin-dspace v7 instance
src/assets/i18n/cs.json5
Outdated
|
|
||
| // "item.page.uri": "URI", | ||
| "item.page.uri": "URI", | ||
| "item.page.uri": "Identifikátor", |
There was a problem hiding this comment.
přeloži bych spíše jako "Permanentní odkaz" nebo "Permanentní identifikátor", protože se jedná typicky o Handle
dewi-g
left a comment
There was a problem hiding this comment.
našel jsem ještě drobné chybky, dva překlepy a pár drobných vylepšení, jinak se jedná o výborné úpravy
src/assets/i18n/cs.json5
Outdated
|
|
||
| // "mydspace.results.head": "Your submissions", | ||
| "mydspace.results.head": "Váš příspěvek", | ||
| "mydspace.results.head": "Vaše zázmany", |
There was a problem hiding this comment.
je zde napsané "zázmany" namísto "záznamy", prosím o opravu
src/assets/i18n/cs.json5
Outdated
|
|
||
| // "mydspace.results.no-date": "No Date", | ||
| "mydspace.results.no-date": "Žádné datum", | ||
| "mydspace.results.no-date": "Žádny datum", |
There was a problem hiding this comment.
tuto změnu prosím revertnout, pravopisně správně je pvodní varianta "žádné datum"
src/assets/i18n/cs.json5
Outdated
|
|
||
| // "bitstream.download.page.back": "Back", | ||
| "bitstream.download.page.back": "Zpět" , | ||
| // "bitstream.download.page.back": "Back" , |
There was a problem hiding this comment.
pro úplnost prosím smazat mezeru navíc mezi koncem vozovek (") a čárkou (,)
src/assets/i18n/cs.json5
Outdated
|
|
||
| // "item.page.link.full": "Full item page", | ||
| "item.page.link.full": "Úplný záznam", | ||
| "item.page.link.full": "Zobrazit celý záznam", |
There was a problem hiding this comment.
podle mne by bylo lepší "Zobrazit úplný záznam"
| // TODO Source message changed - Revise the translation | ||
| "submission.submit.title": "Nově podaný záznam", | ||
| "submission.submit.title": "Nový příspěvek", | ||
|
|
src/assets/i18n/cs.json5
Outdated
|
|
||
| // "search.filters.applied.f.submitter": "Submitter", | ||
| "search.filters.applied.f.submitter": "Vkladatel", | ||
| "search.filters.applied.f.submitter": "Předkladatel", |
There was a problem hiding this comment.
V předchozích verzích se používalo Odesílatel 🤷♂️
src/assets/i18n/cs.json5
Outdated
|
|
||
| // "iiif.page.issue": "Issue: ", | ||
| "iiif.page.issue": "Číslo: ", | ||
| "iiif.page.issue": "Problém:", |
There was a problem hiding this comment.
Tady mi chybí kontext (kde se to v tom IIIF ukazuje), nicméně v es.json je překlad, kterej odpovídá tomu původnímu českému Číslo: . Ono to bude asi spíš něco jako číslo vydání, než nahlašte problém, ne?
src/assets/i18n/cs.json5
Outdated
|
|
||
| // "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", | ||
| "error.validation.license.notgranted": "eslání. Pokud tuto licenci v tuto chvíli nemůžete udělit, můžete svou práci uložit a vrátit se k ní později nebo podání odstranit.", | ||
| "error.validation.license.notgranted": "Pro dokončení zaslání musíte udělit licenci. Pokud v tuto chvíli tuto licenci nemůžete udělit, můžete svou práci uložit a později se k svému příspěveku vrátit nebo jej smazat.", |
There was a problem hiding this comment.
Bez udělení licence nelze záznam dokončit. Pokud v tuto chvíli nemůžete licenci udělit, uložte svou práci a vraťte se k příspěveku později nebo jej smažte.
dewi-g
left a comment
There was a problem hiding this comment.
Nabízím ke zvážení matoucí situaci u fazety "Hledat pod dohledem" a s tím souvisejícíh označení entity, která dohlíží.
src/assets/i18n/cs.json5
Outdated
| // "search.filters.filter.supervisedBy.label": "Search Supervised By", | ||
| // TODO New key - Add a translation | ||
| "search.filters.filter.supervisedBy.label": "Search Supervised By", | ||
| "search.filters.filter.supervisedBy.label": "Hledat pod dohledem", |
There was a problem hiding this comment.
to "Supervised by" je faseta podle které hledat, tak by mne napadalo spíš "Hledat podle dohlížitele" nebo "Hledat podle supervizora" (a to by znamenalo změnit výše přehlad "Supervised by") anebo "Hledat dohlížející autoritu"
Navrhovaný překlad totiž vyvolává dojem nějakého kontrolovaného hledání, což může být matoucí
Překlad "dohlížející autorita" ovšem může evokovat autoritní záznamy. Lepší překlad mne zatím nenapadá, tak nabízím ke zvážení
src/assets/i18n/cs.json5
Outdated
|
|
||
| // "workflow-item.search.result.list.element.supervised-by": "Supervised by:", | ||
| "workflow-item.search.result.list.element.supervised-by": "Supervizován:", | ||
| "workflow-item.search.result.list.element.supervised-by": "Pod dohledem:", |
There was a problem hiding this comment.
V návaznosti na komentář níže by možná bylo žádoucí změnit na "Dohlížející autorita"
src/assets/i18n/cs.json5
Outdated
|
|
||
| // "workflow-item.search.result.list.element.supervised.remove-tooltip": "Remove supervision group", | ||
| "workflow-item.search.result.list.element.supervised.remove-tooltip": "Odebrat skupinu supervize", | ||
| "workflow-item.search.result.list.element.supervised.remove-tooltip": "Odebrat skupinu dohledu", |
There was a problem hiding this comment.
také v návaznosti na komentář níže, "Odebrat dohlížející autoritu"
|
Hi @milanmajchrak, |
kosarko
left a comment
There was a problem hiding this comment.
Překlad "dohlížející autorita" ovšem může evokovat autoritní záznamy. Lepší překlad mne zatím nenapadá, tak nabízím ke zvážení
Souhlas, ale čte se to líp než "Hledat pod dohledem"...taky lepší nápad nemám. Asi uvidíme, jak moc si na to lidi budou stěžovat, že od toho čekají něco jiného...
👍
|
Merging as this is now at +1. Thanks @milanmajchrak ! |
cs messages following the lindat v5 and clarin-dspace v7 instancecs messages following the lindat v5 and clarin-dspace v7 instance
|
Successfully created backport PR for |
|
Successfully created backport PR for |
Description
Some cs messages added by NTK in this commit: ca7a9cf weren't 100% correct. This PR aims to resolve some mistakes or start a discussion about the correct translation.
Instructions for Reviewers
Check the correct translation to Czech language.
Checklist
This checklist provides a reminder of what we are going to look for when reviewing your PR. You do not need to complete this checklist prior creating your PR (draft PRs are always welcome).
However, reviewers may request that you complete any actions in this list if you have not done so. If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!
mainbranch of code (unless it is a backport or is fixing an issue specific to an older branch).yarn lintyarn check-circ-deps)package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.