chore(downloads-ui): FE-C4 follow-up cleanup
- Delete dead top-level downloads.rename.* i18n block (en/hu/de); the metadata modal moved to downloads.edit.*. Keep downloads.actions.rename (still used by ProfileEditor). - Rename misnamed state renameJob/setRenameJob -> metaJob/setMetaJob in DownloadCenter (it opens MetaEditModal, not a rename dialog). - Extract the duplicated [downloads]/[download-index]/[download-usage] invalidation trio into lib/downloads.ts invalidateDownloads(qc); used by DownloadCenter and DownloadDialog. Behavior-neutral. tsc green, knip shows no new unused export, JSON valid.
This commit is contained in:
parent
94fd7ba9a6
commit
477056bfa8
6 changed files with 16 additions and 29 deletions
|
|
@ -78,12 +78,6 @@
|
|||
"copied": "Quell-Link in die Zwischenablage kopiert",
|
||||
"copyFailed": "Link konnte nicht kopiert werden"
|
||||
},
|
||||
"rename": {
|
||||
"title": "Download umbenennen",
|
||||
"label": "Anzeigename",
|
||||
"hint": "Ändert nur den angezeigten und beim Speichern verwendeten Namen — die gespeicherte Datei behält ihren Namen.",
|
||||
"save": "Speichern"
|
||||
},
|
||||
"edit": {
|
||||
"title": "Details bearbeiten",
|
||||
"name": "Titel",
|
||||
|
|
|
|||
|
|
@ -78,12 +78,6 @@
|
|||
"copied": "Source link copied to clipboard",
|
||||
"copyFailed": "Couldn't copy the link"
|
||||
},
|
||||
"rename": {
|
||||
"title": "Rename download",
|
||||
"label": "Display name",
|
||||
"hint": "Only changes the name you see and download with — the stored file keeps its own name.",
|
||||
"save": "Save"
|
||||
},
|
||||
"edit": {
|
||||
"title": "Edit details",
|
||||
"name": "Title",
|
||||
|
|
|
|||
|
|
@ -78,12 +78,6 @@
|
|||
"copied": "Forráslink a vágólapra másolva",
|
||||
"copyFailed": "Nem sikerült a link másolása"
|
||||
},
|
||||
"rename": {
|
||||
"title": "Letöltés átnevezése",
|
||||
"label": "Megjelenített név",
|
||||
"hint": "Csak a megjelenített és letöltéskor használt nevet módosítja — a tárolt fájl neve nem változik.",
|
||||
"save": "Mentés"
|
||||
},
|
||||
"edit": {
|
||||
"title": "Adatok szerkesztése",
|
||||
"name": "Cím",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue