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/he.js

23 lines
1.4 KiB
JavaScript
Raw Normal View History

2020-05-11 03:16:08 +00:00
OC.L10N.register(
"epubreader",
{
"Settings updated successfully." : "ההגדרות עודכנו בהצלחה",
"EPUB/CBZ/PDF ebook reader" : "קורא ספרים אלקטרוניים מסוג EPUB/CBZ/PDF",
2020-06-15 03:10:34 +00:00
"A multi-format browser-based ebook reader, supports EPUB and CBR/CBZ" : "מציג ספרים אלקטרוניים מבוסס דפדפן שתומך במגוון סוגי קבצים כגון EPUB ו־CBR/CBZ",
2020-05-11 03:16:08 +00:00
"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" : "להתאים את זרימת הטקסט עם פתיחת חלוניות הצד",
"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"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");