Skip to content

Commit b704f7f

Browse files
committed
used stahnout instead of odstranit
1 parent ffc79aa commit b704f7f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/assets/i18n/cs.json5

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

36653665
// "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item",
3666-
"item.edit.tabs.status.buttons.withdraw.button": "Odstranit...",
3666+
"item.edit.tabs.status.buttons.withdraw.button": "Stáhnout...",
36673667

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

36713671
// "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.",
36723672
"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.",
@@ -3708,19 +3708,19 @@
37083708
"item.edit.withdraw.cancel": "Zrušit",
37093709

37103710
// "item.edit.withdraw.confirm": "Withdraw",
3711-
"item.edit.withdraw.confirm": "Potvrdit",
3711+
"item.edit.withdraw.confirm": "Stáhnout",
37123712

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

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

37193719
// "item.edit.withdraw.header": "Withdraw item: {{ id }}",
3720-
"item.edit.withdraw.header": "Odebrat záznam: {{ id }}",
3720+
"item.edit.withdraw.header": "Stáhnout záznam: {{ id }}",
37213721

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

37253725
// "item.orcid.return": "Back",
37263726
"item.orcid.return": "Zpět",

0 commit comments

Comments
 (0)