From 047b0029c905a495be3406b32e9fc0c2e4e9bcc9 Mon Sep 17 00:00:00 2001 From: ariel-lindemann <41641978+ariel-lindemann@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:19:17 +0100 Subject: [PATCH] chore: add missing translations for Romanian (#1265) ## Summary * **What is the goal of this PR?** (e.g., Implements the new feature for file uploading.) added Romanian ranslations from recent commits. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**< NO >**_ --- lib/I18n/translations/romanian.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/I18n/translations/romanian.yaml b/lib/I18n/translations/romanian.yaml index 65c39cf1..3d0bbb49 100644 --- a/lib/I18n/translations/romanian.yaml +++ b/lib/I18n/translations/romanian.yaml @@ -297,7 +297,9 @@ STR_GO_TO_PERCENT: "Săriţi la %" STR_GO_HOME_BUTTON: "Acasă" STR_SYNC_PROGRESS: "Progres sincronizare" STR_DELETE_CACHE: "Ştergere cache cărţi" +STR_DELETE: "Ştergeți" STR_DISPLAY_QR: "Afișați pagina ca cod QR" +STR_CHAPTER_PREFIX: "Capitol: " STR_PAGES_SEPARATOR: " pagini | " STR_BOOK_PREFIX: "Carte: " STR_KBD_SHIFT: "shift" @@ -329,4 +331,9 @@ STR_UPLOAD: "Încărcare" STR_BOOK_S_STYLE: "Stilul cărţii" STR_EMBEDDED_STYLE: "Stil încorporat" STR_OPDS_SERVER_URL: "URL server OPDS" +STR_FOOTNOTES: "Note de subsol" +STR_NO_FOOTNOTES: "Nicio notă de subsol" +STR_LINK: "[link]" STR_SCREENSHOT_BUTTON: "Captură ecran" +STR_AUTO_TURN_ENABLED: "Răsfoire automată: " +STR_AUTO_TURN_PAGES_PER_MIN: "Pagini pe minut"