Skip to content

Commit efa83f0

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 7b6b000 commit efa83f0

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
@@ -4130,10 +4130,10 @@
41304130
"item.edit.tabs.status.buttons.unauthorized": "Nejste oprávněni provést tuto akci",
41314131

41324132
// "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item",
4133-
"item.edit.tabs.status.buttons.withdraw.button": "Odstranit...",
4133+
"item.edit.tabs.status.buttons.withdraw.button": "Stáhnout...",
41344134

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

41384138
// "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.",
41394139
"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.",
@@ -4178,16 +4178,16 @@
41784178
"item.edit.withdraw.confirm": "Odebrat",
41794179

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

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

41864186
// "item.edit.withdraw.header": "Withdraw item: {{ id }}",
4187-
"item.edit.withdraw.header": "Odebrat záznam: {{ id }}",
4187+
"item.edit.withdraw.header": "Stáhnout záznam: {{ id }}",
41884188

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

41924192
// "item.orcid.return": "Back",
41934193
"item.orcid.return": "Zpět",

0 commit comments

Comments
 (0)