Skip to content

Commit f42c49d

Browse files
Paurikova2Kasinhou
authored andcommitted
Fix incorrect translation of "withdraw" (#1191)
* used stahnout instead of odstranit * Update confirmation text for withdrawal action * removed two empty lines * added empty lines as in origin * removed spaces --------- Co-authored-by: Kasinhou <129340513+Kasinhou@users.noreply.github.com>
1 parent c51cdfa commit f42c49d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/assets/i18n/cs.json5

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4176,10 +4176,10 @@
41764176
"item.edit.tabs.status.buttons.unauthorized": "Nejste oprávněni provést tuto akci",
41774177

41784178
// "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item",
4179-
"item.edit.tabs.status.buttons.withdraw.button": "Odstranit...",
4179+
"item.edit.tabs.status.buttons.withdraw.button": "Stáhnout...",
41804180

41814181
// "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository",
4182-
"item.edit.tabs.status.buttons.withdraw.label": "Odstranit záznam z repozitáře",
4182+
"item.edit.tabs.status.buttons.withdraw.label": "Stáhnout záznam z repozitáře",
41834183

41844184
// "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.",
41854185
"item.edit.tabs.status.description": "Vítejte na stránce pro správu záznamů. Odtud můžete záznam stáhnout, obnovit, přesunout nebo odstranit. Na ostatních záložkách můžete také aktualizovat nebo přidávat nová metadata / bitové toky.",
@@ -4224,16 +4224,16 @@
42244224
"item.edit.withdraw.confirm": "Odebrat",
42254225

42264226
// "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?",
4227-
"item.edit.withdraw.description": "Jste si jisti, že by tento záznam měl být odebrán z archivu?",
4227+
"item.edit.withdraw.description": "Jste si jisti, že by tento záznam měl být stažen z archivu?",
42284228

42294229
// "item.edit.withdraw.error": "An error occurred while withdrawing the item",
4230-
"item.edit.withdraw.error": "Při odebírání záznamu došlo k chybě",
4230+
"item.edit.withdraw.error": "Při stahování záznamu došlo k chybě",
42314231

42324232
// "item.edit.withdraw.header": "Withdraw item: {{ id }}",
4233-
"item.edit.withdraw.header": "Odebrat záznam: {{ id }}",
4233+
"item.edit.withdraw.header": "Stáhnout záznam: {{ id }}",
42344234

42354235
// "item.edit.withdraw.success": "The item was withdrawn successfully",
4236-
"item.edit.withdraw.success": "Záznam byl úspěšně odebrán",
4236+
"item.edit.withdraw.success": "Záznam byl úspěšně stažen",
42374237

42384238
// "item.orcid.return": "Back",
42394239
"item.orcid.return": "Zpět",

0 commit comments

Comments
 (0)