This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
epubreader/l10n/sr.json
Nextcloud bot fca2b3f78e
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-09 03:53:18 +00:00

22 lines
6.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{ "translations": {
"Settings updated successfully." : "Подешавања су успешно ажурирана.",
"EPUB/CBZ/PDF ebook reader" : "EPUB/CBZ/PDF читач електронских књига",
"A multi-format browser-based ebook reader, supports EPUB and CBR/CBZ" : "Читач електронских књига заснован на веб прегледачу који подржава више формата, EPUB и CBR/CBZ",
"# Reader\nReader is an ebook reader based on pure javascript renderers. It works for publications formatted according to the following standards:\n\n - [Epub]\n - [PDF]\n - [CBR and CBZ] ('comics')\n\nFor Epub Reader uses the futurepress [epub.js] renderer to provide near-native looks, especially when used full-screen. Turn pages by pressing the left/right hand side of the screen/window or using the cursor keys (if you have those), use the sidebar to browse through chapters or bookmarks and add annotations.\n\nPDF is handled by Mozilla's [pdf.js] renderer in combination with a custom reader app to enable side-by-side display, batch search and more. Controls are like those used in the Epub renderer with a few exceptions, e.g. night mode has not been implemented yet.\n\nCBR and CBZ are supported using a custom renderer inspired by [balaclark]'s work. As with Epub, books can be navigated using the keyboard as well as mouse or touch navigation. Reader generates a visual index of all pages, show in the sidebar (thumbnail generation can be disabled for low-memory and/or -speed devices). As CBx files are often of varying quality, a set of image enhancement filters are provided.\n\nSee [README] for more exhaustive information on features and potential misfeatures of this app.\n\n [epub.js]: https://github.com/futurepress/epub.js\n [Epub]: http://idpf.org/epub\n [CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n [balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n [PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n [pdf.js]: https://github.com/mozilla/pdf.js\n [README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md" : "# Читач\nЧитач је читач електронских књига заснован на чистим javascript модулима за визуелизацију. Функциноише за публикације форматиране сагласно следећим стандардима:\n\n - [Epub]\n - [PDF]\n - [CBR и CBZ] (’стрипови’)\n\nЗа Epub Читач користи futurepress [epub.js] визуелизатор којим обезбеђује скоро природни изглед, посебно када се користи у приказу пуног екрана. Окрећите странице притиском на леву/десну страну екрана/прозора, или употребом курсорских стрелица (ако их имате), користите бочну траку да се крећете кроз поглавља или маркере и белешке.\n\nPDF обрађује Мозилин [pdf.js] визуелизатор у комбинацији са прилагођеном апликацијом за читање која омогућава упоредни приказ, пакетну претрагу и још тога. Контроле су као оне које се користе у Epub визуелизатору уз неколико изузетака, нпр. још увек није имплементиран ноћни режим.\n\nCBR и CBZ су подржани путем прилагоженог визуелизатора инспирисаног радом [balaclark]. Као са Epub, кроз књиге може да се креће употребом тастатуре као и помоћу миша или додира. Читач генерише визуелни индекс свих страница, приказаних у бочној траци (генерација сличица може да се искључи у случају уређаја са мало меморије и/или мале брзине). Пошто CBx фајлови често имају различити квалитет, обезбеђен је скуп филтера за побољшање слике.\n\nЗа детаљније информације у вези са могућностима и потенцијалним нежељеним могућностима ове апликације, погледајте [README] .\n\n [epub.js]: https://github.com/futurepress/epub.js\n [Epub]: http://idpf.org/epub\n [CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n [balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n [PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n [pdf.js]: https://github.com/mozilla/pdf.js\n [README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md",
"custom font" : "прилагођени фонт",
"monospace" : "фиксне ширине",
"font size" : "величина фонта",
"font weight" : "дебљина фонта",
"Use custom colors" : "Користи прилагођене боје",
"night mode can be toggled by clicking the book title" : "ноћни режим се укљ./искљ. кликом на наслов књиге",
"reflow text when sidebars are open" : "поново сложи текст када се отворе бочне траке",
"disable extra-wide page turn areas" : "искључи зоне окретања страница екстра ширине",
"show page turn arrows" : "прикажи стрелице за окретање страница",
"menu" : "мени",
"Reader" : "Читач",
"Select file types for which Reader should be the default viewer." : "Изаберите типове фајлова за које би Читач требало да буде подразумевани прегледач.",
"Epub" : "Epub",
"PDF" : "PDF",
"CBR/CBZ" : "CBR/CBZ"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}