Skip to content

Commit 9eb8fdd

Browse files
KasinhouMatus Kasak
andauthored
TUL/Fix incorrect translation of "withdraw" (#1202)
* Disable static page playwright test for customer/tul * Changed translation of withdraw --------- Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
1 parent 2c0fd79 commit 9eb8fdd

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
@@ -4819,10 +4819,10 @@
48194819
"item.edit.tabs.status.buttons.unauthorized" : "K provedení této akce nejste oprávněni",
48204820

48214821
// "item.edit.tabs.status.buttons.withdraw.button" : "Withdraw this item"
4822-
"item.edit.tabs.status.buttons.withdraw.button" : "Vyřadit...",
4822+
"item.edit.tabs.status.buttons.withdraw.button" : "Stáhnout...",
48234823

48244824
// "item.edit.tabs.status.buttons.withdraw.label" : "Withdraw item from the repository"
4825-
"item.edit.tabs.status.buttons.withdraw.label" : "Vyřadit záznam z repozitáře",
4825+
"item.edit.tabs.status.buttons.withdraw.label" : "Stáhnout záznam z repozitáře",
48264826

48274827
// "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."
48284828
"item.edit.tabs.status.description" : "Vítejte na stránce správy záznamů. Odsud můžete vyřadit, znovu zařadit, přesunout nebo smazat záznam. Na dalších kartách můžete také aktualizovat nebo přidávat nová metadata a bitové toky.",
@@ -4867,16 +4867,16 @@
48674867
"item.edit.withdraw.confirm" : "Vyřadit",
48684868

48694869
// "item.edit.withdraw.description" : "Are you sure this item should be withdrawn from the archive?"
4870-
"item.edit.withdraw.description" : "Jste si jisti, že by tenhle záznam měl být vyřazen z archivu?",
4870+
"item.edit.withdraw.description" : "Jste si jisti, že by tenhle záznam měl být stažen z archivu?",
48714871

48724872
// "item.edit.withdraw.error" : "An error occurred while withdrawing the item"
4873-
"item.edit.withdraw.error" : "Při vyřazování záznamu došlo k chybě",
4873+
"item.edit.withdraw.error" : "Při stahování záznamu došlo k chybě",
48744874

48754875
// "item.edit.withdraw.header" : "Withdraw item: {{ id }}"
4876-
"item.edit.withdraw.header" : "Vyřazený záznam: {{ id }}",
4876+
"item.edit.withdraw.header" : "Stáhnout záznam: {{ id }}",
48774877

48784878
// "item.edit.withdraw.success" : "The item was withdrawn successfully"
4879-
"item.edit.withdraw.success" : "Záznam byl úspěšně vyřazen",
4879+
"item.edit.withdraw.success" : "Záznam byl úspěšně stažen",
48804880

48814881
// "item.listelement.badge" : "Item"
48824882
"item.listelement.badge" : "Záznam",

0 commit comments

Comments
 (0)