Update Localization.py
parent
6190cef548
commit
ce314cb22d
260
Localization.py
260
Localization.py
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Torrenter v2 plugin for XBMC/Kodi
|
||||
Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
|
||||
|
@ -23,14 +23,268 @@ try:
|
|||
|
||||
__settings__ = xbmcaddon.Addon(id='plugin.video.torrenter')
|
||||
|
||||
language = ('en', 'ru', 'uk')[int(__settings__.getSetting("language"))]
|
||||
language = ('en', 'ru', 'uk','he')[int(__settings__.getSetting("language"))]
|
||||
except:
|
||||
language = 'ru'
|
||||
language = 'he'
|
||||
|
||||
|
||||
|
||||
def localize(text):
|
||||
dictionary = {
|
||||
'he': {
|
||||
'Seeds searching.': 'חיפוש זורעים',
|
||||
'Please Wait': 'המתן',
|
||||
'Information': 'מידע',
|
||||
'Torrent downloading is stopped.': 'הורדה הופסקה',
|
||||
'Search': 'חפש',
|
||||
'Seeds': 'זורעים',
|
||||
'Peers': 'יונקים',
|
||||
'Materials are loading now.': 'עולה כעת',
|
||||
'Search Phrase': 'חפש',
|
||||
'Magnet-link is converting': 'Идёт преобразование magnet-ссылки',
|
||||
'Error': 'טעות',
|
||||
'Your library out of date and can\'t save magnet-links.': 'Ваша библиотека устарела и не может сохранять магнет-ссылки.',
|
||||
'Bookmarks': 'סימניות',
|
||||
'Logout': 'Выход',
|
||||
'Login': 'Вход',
|
||||
'Recent Materials': 'Свежие Материалы ',
|
||||
'Register': 'Регистрация',
|
||||
'Bookmark': 'Закладка',
|
||||
'Item successfully added to Bookmarks': 'Элемент удачно добавлен в закладки',
|
||||
'Item successfully removed from Bookmarks': 'Элемент удачно удалён из закладок',
|
||||
'Bookmark not added': 'Закладка не добавлена',
|
||||
'Bookmark not removed': 'Закладка не удалена',
|
||||
'Add To Bookmarks': 'Добавить в закладки',
|
||||
'Remove From Bookmarks': 'Удалить из Закладок',
|
||||
'Auth': 'Авторизация',
|
||||
'Already logged in': 'Пользователь уже в системе',
|
||||
'Input Email (for password recovery):': 'Введите E-mail (для восстановления пароля):',
|
||||
'Input Email:': 'Введите E-mail:',
|
||||
'Input Password (6+ symbols):': 'Введите пароль (6+ символов):',
|
||||
'Input Password:': 'Введите пароль:',
|
||||
'Login successfull': 'Вход выполнен успешно',
|
||||
'Login failed': 'Вход не выполнен',
|
||||
'User not logged in': 'Пользователь не в системе',
|
||||
'User successfully logged out': 'Пользователь успешно покинул систему',
|
||||
'Preloaded: ': 'Предзагружено: ',
|
||||
'Do you want to STOP torrent downloading and seeding?': 'Вы хотите остановить загрузку и раздачу торрента?',
|
||||
'Torrent Downloading': 'Загрузка торрента',
|
||||
'Auth expired, please relogin': 'Авторизация истекла, пожалуйста войдите снова',
|
||||
'Storage': 'אחסון',
|
||||
'Storage was cleared': 'אחסון נוקה',
|
||||
'Clear Storage': 'נקה אחסון',
|
||||
'Popular': 'פופולארי',
|
||||
'Views': 'צפיות',
|
||||
'Uploading': 'מעלה',
|
||||
'Download': 'מוריד',
|
||||
'Input symbols from CAPTCHA image:': 'Введите символы с картинки CAPTCHA:',
|
||||
'Please, rate watched video:': 'Пожалуйста, оцените просмотренное видео:',
|
||||
'Bad': 'Плохо',
|
||||
'So-So': 'Такое...',
|
||||
'Good': 'Отлично',
|
||||
'Ratings': 'Оценки',
|
||||
'Rating': 'דירוג',
|
||||
'Retry': 'נסה שנית',
|
||||
'%ds has left': 'Осталось %d попыток',
|
||||
'File failed to play! Do you want to RETRY and buffer more?': 'הקובץ נכשל האם לנסות שנית?',
|
||||
'High Priority Files': 'קבצים בחשיבות עליונה',
|
||||
'Skip All Files': 'דלג על כל הקבצים',
|
||||
'Start': 'התחל',
|
||||
'Stop': 'עצור',
|
||||
'Play':'נגן',
|
||||
'High Priority': 'חשיבות גבוהה',
|
||||
'Skip File': 'דלג על הקובת',
|
||||
'Remove': 'הסר',
|
||||
'Remove with files': 'הסר קבצים',
|
||||
'Play File': 'נגן קובץ',
|
||||
'Start All Files': 'התחל את כל הקבצים',
|
||||
'Stop All Files': 'הפסק את כל הקבצים',
|
||||
'Torrent-client Browser': 'דפדפן טורנט',
|
||||
'Remote Torrent-client': 'טורנט מרוחק',
|
||||
'You didn\'t set up replacement path in setting.': 'נא למלא נתיב לשמירה בהגדרות',
|
||||
'For example /media/dl_torr/ to smb://SERVER/dl_torr/. Setup now?': 'Например /media/dl_torr/ на smb://SERVER/dl_torr/. Настроить?',
|
||||
'Manual Torrent-client Path Edit': 'Manual Torrent-client Path Edit',
|
||||
'Choose .torrent in video library': 'בחר בטורנט מהספריה',
|
||||
'.torrent Player': 'נגן טורנט',
|
||||
'Choose directory:': 'בחר מיקום:',
|
||||
'Starting download next episode!': 'מתחיל להורד בפרק הבא',
|
||||
'Choose in torrent-client:': 'בחר לקוח טורנט',
|
||||
'Search Control Window': 'הגדרת טראקרים',
|
||||
'Magnet-link (magnet:...)': ' (magnet:...)קישור מגנט',
|
||||
'Not a magnet-link!': 'לא קישור מגנט',
|
||||
'Magnet-link Player': 'נגן קישור מגנט',
|
||||
'UNKNOWN STATUS': 'סטטוס לא ידוע',
|
||||
'Checking preloaded files...': 'בודק קבצים',
|
||||
'Waiting for website response...': 'ממתין לתשובת האתר ',
|
||||
'Search and cache information for:': 'תקצירי הסרטים יורדים',
|
||||
'Open Torrent': 'פתח טורנט',
|
||||
'Torrent list is empty.': 'רשימה ריקה',
|
||||
'Content Lists': 'רשימות תוכן ההרחבה',
|
||||
'Canceled by User': 'בוטל',
|
||||
'Do you want to search and cache full metadata + arts?': 'האם תרצה להוריד מידע על הסרטים',
|
||||
'This vastly decreases load speed, but you will be asked to download premade bases!': 'זה יאט את קצב ההעלאה אך יוריד מידע על הסרטים',
|
||||
'Do you want to preload full metadata?': 'האם תרצה להוריד את כל המידע',
|
||||
'It is highly recommended!': 'מומלץ',
|
||||
'TV Shows': 'סדרות',
|
||||
'Cartoons': 'אנימציה',
|
||||
'Anime': 'אנימה',
|
||||
'Most Recent': 'החדשים ביותר',
|
||||
'Top 250 Movies': '250 הטובים ביותר',
|
||||
'Top All Time': 'הטובים בכל הזמנים',
|
||||
'by Genre': 'לפי קטגוריה',
|
||||
'by Year': 'לפי שנה',
|
||||
'Action': 'פעולה',
|
||||
'Adventure': 'הרפתקאות',
|
||||
'Animation': 'אנימציה',
|
||||
'Biography': 'ביוגרםפי',
|
||||
'Comedy': 'קומדיה',
|
||||
'Crime': 'פשע',
|
||||
'Documentary': 'דוקומנטרי',
|
||||
'Drama': 'דרמה',
|
||||
'Family': 'משפחתי',
|
||||
'Fantasy': 'פנטסיה',
|
||||
'Film-Noir': 'פילם נואר',
|
||||
'History': 'היסטורי',
|
||||
'Horror': 'אימה',
|
||||
'Music': 'מוזיקה',
|
||||
'Musical': 'מחזמר',
|
||||
'Mystery': 'מסתורי',
|
||||
'Romance': 'רומנטי',
|
||||
'Sci-Fi': 'מדע בדיוני',
|
||||
'Short': 'קצר',
|
||||
'Sport': 'ספורט',
|
||||
'Thriller': 'מותחן',
|
||||
'War': 'מלחמתי',
|
||||
'Western': 'מערבון',
|
||||
'[B]by Site[/B]': '[B]על פי אתר[/B]',
|
||||
'Cartoons Series': 'סדרה מצוירת',
|
||||
'Cartoons Short': 'מצוירים -קצר',
|
||||
'Male': 'גבר',
|
||||
'Female': 'אשה',
|
||||
'Russia & USSR': 'רוסיה',
|
||||
'Next Page': 'הדף הבא',
|
||||
'Previous Page': 'הדף הקודם',
|
||||
'Russian Movies': 'סרטים רוסיים',
|
||||
'Movies': 'סרטים',
|
||||
'Anime Film': 'סרטי אנימה',
|
||||
'Anime Series': 'סדרות אנימה',
|
||||
'Can\'t download torrent, probably no seeds available.': 'לא ניתן להוריד את הטורנט אין מספיק זורעים',
|
||||
'Personal List': 'רשימה אישית',
|
||||
'Add to %s': '%s הוסף ל ',
|
||||
'Delete from %s': 'מחק מ %s',
|
||||
'Added!': 'נוסף!',
|
||||
'Deleted!': 'נמחק',
|
||||
'Search History': 'הסטורית חיפוש',
|
||||
' History ':' הסטוריה ',
|
||||
'Torrent History':'הסטורית טורנט',
|
||||
'Watched History':'הסטורית צפיה',
|
||||
'Favourites': 'מועדפים',
|
||||
'Favourites SH': 'מועדפי הסטורית חיפוש',
|
||||
'Clear %s': 'נקה %s',
|
||||
'Clear!': 'נקה',
|
||||
'kb/s': 'kb/s',
|
||||
'Queued': 'בתור',
|
||||
'Checking': 'בודק',
|
||||
'Downloading metadata': 'מוריד מידע',
|
||||
'Downloading': 'מוריד',
|
||||
'Finished': 'סיים',
|
||||
'Seeding': 'זורע',
|
||||
'Allocating': 'מאתר',
|
||||
'Allocating file & Checking resume': 'מאתר קובץ ובודק',
|
||||
'For Kids': 'לילדים',
|
||||
'Adult': 'מבוגרים',
|
||||
'Does not support magnet links!': 'לא תומך בקובץ מגנט!',
|
||||
'Reset All Cache DBs': 'רענן מחדש',
|
||||
'[B]Search[/B]': '[B]חפש[/B]',
|
||||
'You can always restart this by deleting DBs via Context Menu': 'You can always restart this by deleting DBs via Context Menu',
|
||||
'Your preloaded databases are outdated!': 'Your preloaded databases are outdated!',
|
||||
'Do you want to download new ones right now?': 'Do you want to download new ones right now?',
|
||||
'Individual Tracker Options':'Individual Tracker Options',
|
||||
'Downloading and copy subtitles. Please wait.':'Downloading and copy subtitles. Please wait.',
|
||||
'International Check - First Run':'בדיקה אינטרנשיונאלית ',
|
||||
'Delete Russian stuff?':'למחוק תוכן רוסי?',
|
||||
'Save to path':'שמור בנתיב',
|
||||
'Return Russian stuff':'Вернуть русские трекеры',
|
||||
'%d files have been returned':'הקובץ הוחזר',
|
||||
'Download via T-client':'הורד דרך לקוח טי',
|
||||
'Download via Libtorrent':'הורד דרך ליבטורנט',
|
||||
'Download Status':'מצב הורדה',
|
||||
'Download has not finished yet':'ההורדה לא הסתיימה',
|
||||
'Stopped and Deleted!':'נעצר ונמחק',
|
||||
'Unpaused!':'לא נעצר',
|
||||
'Paused!':'נעצר',
|
||||
'Stopped!':'הופסק',
|
||||
'Started!':'התחיל',
|
||||
'Delete and Stop':'מחק ועצור',
|
||||
'Unpause':'אל תפסיק',
|
||||
'Pause':'הפסק',
|
||||
'Delete':'מחק',
|
||||
'Open (no return)':'פתח',
|
||||
'Torrent is seeding. To stop it use Download Status.':'Torrent is seeding. To stop it use Download Status.',
|
||||
'Start All':'התחל הכל',
|
||||
'Started All!':'מיין הכל',
|
||||
'Stopped All!':'עצר',
|
||||
'Stop All':'עצור הכל',
|
||||
'Keyboard':'מקלדת',
|
||||
'Copy Files in Root':'Copy Files in Root',
|
||||
'Copied %d files!':'Copied %d files!',
|
||||
'Add to MyShows.ru':'Add to MyShows.ru',
|
||||
'Return to MyShows.ru':'Return to MyShows.ru',
|
||||
'Search results:':'תוצאות חיפוש',
|
||||
'by Seeders':'לפי כמות זורעים',
|
||||
'by Date':'לפי זמן',
|
||||
'Sort':'סדר',
|
||||
'Close':'סגור',
|
||||
'Views:':'צפיות:',
|
||||
'Rating:':'דירוג:',
|
||||
'Information not found!':'המידע לא נמצא',
|
||||
'Choose searcher':'בחר טראקר',
|
||||
'Python-Libtorrent Not Found':'לא נמצא',
|
||||
'Windows has static compiled python-libtorrent included.':'Windows has static compiled python-libtorrent included.',
|
||||
'You should install "script.module.libtorrent" from "MyShows.me Kodi Repo"':'Установите "script.module.libtorrent" из "MyShows.me Kodi Repo"',
|
||||
'Linux x64 has not static compiled python-libtorrent included.':'На Linux x64 не смогли собрать статическую python-libtorrent',
|
||||
'You should install it by "sudo apt-get install python-libtorrent"':'You should install it by "sudo apt-get install python-libtorrent"',
|
||||
'Linux has static compiled python-libtorrent included but it didn\'t work.':'На Linux x86 есть статическая python-libtorrent, но она очевидно не сработала.',
|
||||
'As far as I know you can compile python-libtorrent for ARMv6-7.':'На ARMv6-7 можно скомпилировать python-libtorrent',
|
||||
'You should search for "OneEvil\'s OpenELEC libtorrent" or use Ace Stream.':'Поищи "OneEvil\'s OpenELEC libtorrent" или используй Ace Stream',
|
||||
'Please use install Ace Stream APK and choose it in Settings.':'Установите Ace Stream APK и выберите плеер в Найстройка плагина',
|
||||
'It is possible to compile python-libtorrent for Android, but I don\'t know how.':'Вообще скомпилировать python-libtorrent на Android можно, но мы не знаем как.',
|
||||
'It is possible to compile python-libtorrent for OS X.':'Вообще скомпилировать python-libtorrent на OS X можно.',
|
||||
'But you would have to do it by yourself, there is some info on github.com.':'Но придется это тебе делать самому, на гитхабе была инфа',
|
||||
'It is NOT possible to compile python-libtorrent for iOS.':'Под iOS невозможно скомпилировать python-libtorrent',
|
||||
'But you can use torrent-client control functions.':'Но все остальные функции кроме прямого стриминга с торрента работают.',
|
||||
'I added custom searchers to Torrenter v2!':'Я добавил внешние серчеры для трекеров в стиле Pulsar!',
|
||||
'Now you can use your login on trackers or write and install your own searcher!':'Теперь можно использовать свой логин или даже написать и установить свой серчер.',
|
||||
'Would you like to install %s from "MyShows.me Kodi Repo" in Programs section?':'Хотите установить %s из "MyShows.me Kodi Repo" в Программах?',
|
||||
'Open installation window?':'Открыть окно установки?',
|
||||
'Android Support':'Поддержка Android',
|
||||
'Android has no temprorary folder':'У Android отсутствует стандартная временная папка',
|
||||
'Please specify storage folder in Settings!':'Пожалуйста, укажите папку хранилища файлов!',
|
||||
'You have no installed or active searchers! More info in Search Control Window!':'У вас нет установленных или активных серчеров. Подробнее в Окне Управления Поиском.',
|
||||
'Please contact DiMartino on kodi.tv forum. We compiled python-libtorrent for Android,':'Свяжитесь с DiMartino на xbmc.ru. Мы собрали python-libtorrent на Android',
|
||||
'but we need your help with some Torrent is seeding. To stop it use Download Status.s on different processors.':'но нам нужна помощь в тестировании на разные процессоры.',
|
||||
'We added Android ARM full support to Torrenter v2!':'Мы добавили полную поддержку Android ARM в Torrenter v2!',
|
||||
'I deleted pre-installed ones, install them in Search Control Window!':'Теперь серчеры нужно устанавливать отдельно в Окне Управления Поиском!',
|
||||
'Torrenter didn\'t find %s searcher':'טראקר לא נמצא',
|
||||
'Torrenter Tracker Install':'טראקר הותקן',
|
||||
'Ask to save':'בקש לשמור',
|
||||
'Would you like to save this file?':'האם תרצה לשמור קובץ זה',
|
||||
'Your storage path is not writable or not local! Please change it in settings!':'Ваше хранилище не доступно для записи или не локально! Измените в настройках!',
|
||||
'Upgrade advancedsettings.xml':'Upgrade advancedsettings.xml',
|
||||
'We would like to set some advanced settings for you!':'We would like to set some advanced settings for you!',
|
||||
'Do it!':'עשה זאת',
|
||||
'Please, restart Kodi now!':'התחל מחדש את קודי',
|
||||
'./ (Root folder)':'./ (Root folder)',
|
||||
'Opening torrent file':'פותח קבצים',
|
||||
'New player to Torrenter v2 - Torrent2HTTP! It should be faster, stable and better with Android, also seeking works in it.':'נגן חדש (מומלץ)',
|
||||
'Would you like to try it?':'האם תרצה לנסות',
|
||||
'Torrent2HTTP enabled! Can be changed in Settings.':'Torrent2HTTP הופעל',
|
||||
'Seeking':'מחפש',
|
||||
'Would you like to resume from %s?':'האם תרצה לחזור מ $?',
|
||||
'Seeking is working only with player Torrent2HTTP.':' לא עובד עם נגן זה ',
|
||||
'Play (from %s)':'%s נגן מ',
|
||||
'Play (from start)':'נגן מהתחלה',
|
||||
},
|
||||
'ru': {
|
||||
'Seeds searching.': 'Идёт поиск сидов.',
|
||||
'Please Wait': 'Подождите',
|
||||
|
|
Loading…
Reference in New Issue