X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1249091e84840ca27aa6047db36c8e899328f15c..21de3884f82ce6c9b2d538d8d63c41cf68c9bae7:/src/club/locale/ru/LC_MESSAGES/django.po diff --git a/src/club/locale/ru/LC_MESSAGES/django.po b/src/club/locale/ru/LC_MESSAGES/django.po index 6009da950..5c52fa2d7 100644 --- a/src/club/locale/ru/LC_MESSAGES/django.po +++ b/src/club/locale/ru/LC_MESSAGES/django.po @@ -19,336 +19,335 @@ msgstr "" "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" "%100>=11 && n%100<=14)? 2 : 3);\n" -#: club/admin.py:46 +#: admin.py:46 msgid "payment complete" -msgstr "" +msgstr "оплаÑа ÑовеÑÑена" -#: club/admin.py:52 +#: admin.py:52 msgid "schedule expired" -msgstr "" +msgstr "ÑÑок иÑÑек" -#: club/apps.py:10 +#: apps.py:10 msgid "Club" -msgstr "" +msgstr "ÐлÑб" -#: club/forms.py:52 +#: forms.py:52 msgid "first name" -msgstr "" +msgstr "имÑ" -#: club/forms.py:53 +#: forms.py:53 msgid "last name" -msgstr "" +msgstr "ÑамилиÑ" -#: club/forms.py:55 +#: forms.py:55 msgid "street address" msgstr "" -#: club/forms.py:56 +#: forms.py:56 msgid "postal code" -msgstr "" +msgstr "поÑÑовÑй индекÑ" -#: club/forms.py:57 +#: forms.py:57 msgid "town" -msgstr "" +msgstr "гоÑод" -#: club/forms.py:84 +#: forms.py:84 #, python-format msgid "Minimal amount is %(amount)d PLN." -msgstr "" +msgstr "ÐинималÑÐ½Ð°Ñ ÑÑмма %(amount)d PLN." -#: club/models.py:27 +#: models.py:26 msgid "minimum amount" -msgstr "" +msgstr "минималÑÐ½Ð°Ñ ÑÑмма" -#: club/models.py:28 +#: models.py:27 msgid "minimum amount for year" -msgstr "" +msgstr "минималÑÐ½Ð°Ñ ÑÑмма ежегодного плаÑежа" -#: club/models.py:29 +#: models.py:28 msgid "proposed amounts for single payment" -msgstr "" +msgstr "пÑÐµÐ´Ð»Ð°Ð³Ð°ÐµÐ¼Ð°Ñ ÑÑмма Ñазовой оплаÑÑ" -#: club/models.py:30 +#: models.py:29 msgid "default single amount" -msgstr "" +msgstr "ÑазовÑй плаÑеж по ÑмолÑаниÑ" -#: club/models.py:31 +#: models.py:30 msgid "proposed amounts for monthly payments" -msgstr "" +msgstr "пÑÐµÐ´Ð»Ð°Ð³Ð°ÐµÐ¼Ð°Ñ ÑÑмма ежемеÑÑÑной оплаÑÑ" -#: club/models.py:32 +#: models.py:31 msgid "default monthly amount" -msgstr "" +msgstr "ÑÑмма ежегодного плаÑежа Ð¿Ð¾Ñ ÑмолÑаниÑ" -#: club/models.py:35 +#: models.py:34 msgid "club" -msgstr "" +msgstr "клÑб" -#: club/models.py:36 +#: models.py:35 msgid "clubs" -msgstr "" +msgstr "клÑбÑ" -#: club/models.py:63 +#: models.py:62 msgid "key" -msgstr "" +msgstr "клÑÑ" -#: club/models.py:64 +#: models.py:63 msgid "email" -msgstr "" +msgstr "email" -#: club/models.py:65 club/models.py:189 +#: models.py:64 models.py:188 msgid "membership" -msgstr "" +msgstr "ÑленÑÑво" -#: club/models.py:66 +#: models.py:65 msgid "amount" -msgstr "" +msgstr "ÑÑмма" -#: club/models.py:67 +#: models.py:66 msgid "method" -msgstr "" +msgstr "ÑпоÑоб" -#: club/models.py:70 club/templates/club/payment_form.html:25 +#: models.py:69 templates/club/payment_form.html:25 msgid "monthly" -msgstr "" +msgstr "ежемеÑÑÑнÑй" -#: club/models.py:71 +#: models.py:70 msgid "yearly" -msgstr "" +msgstr "годовой" -#: club/models.py:73 +#: models.py:72 msgid "source" -msgstr "" +msgstr "иÑÑоÑник" -#: club/models.py:75 +#: models.py:74 msgid "cancelled" -msgstr "" +msgstr "оÑменено" -#: club/models.py:76 +#: models.py:75 msgid "payed at" -msgstr "" +msgstr "оплаÑено:" -#: club/models.py:77 +#: models.py:76 msgid "started at" -msgstr "" +msgstr "наÑаÑо: " -#: club/models.py:78 +#: models.py:77 msgid "expires_at" -msgstr "" +msgstr "иÑÑекло_at:" -#: club/models.py:92 +#: models.py:91 msgid "schedule" -msgstr "" +msgstr "запланиÑовано:" -#: club/models.py:93 +#: models.py:92 msgid "schedules" -msgstr "" +msgstr "ÑÑоки:" -#: club/models.py:181 +#: models.py:180 msgid "user" -msgstr "" +msgstr "полÑзоваÑелÑ" -#: club/models.py:182 +#: models.py:181 msgid "created at" -msgstr "" +msgstr "Ñоздано:" -#: club/models.py:183 club/models.py:244 +#: models.py:182 models.py:243 msgid "name" -msgstr "" +msgstr "имÑ" -#: club/models.py:184 +#: models.py:183 msgid "manual" -msgstr "" +msgstr "инÑÑÑÑкÑиÑ" -#: club/models.py:185 +#: models.py:184 msgid "notes" -msgstr "" +msgstr "замеÑки" -#: club/models.py:186 +#: models.py:185 msgid "updated at" -msgstr "" +msgstr "обновлено_at" -#: club/models.py:190 +#: models.py:189 msgid "memberships" -msgstr "" +msgstr "ÑленÑÑво" -#: club/models.py:227 +#: models.py:226 msgid "days before" -msgstr "" +msgstr "пеÑиод до" -#: club/models.py:228 +#: models.py:227 msgid "subject" -msgstr "" +msgstr "пÑедмеÑ" -#: club/models.py:229 club/payu/models.py:140 +#: models.py:228 payu/models.py:140 msgid "body" -msgstr "" +msgstr "ÑекÑÑ" -#: club/models.py:232 +#: models.py:231 msgid "reminder email" -msgstr "" +msgstr "пиÑÑмо-напоминание" -#: club/models.py:233 +#: models.py:232 msgid "reminder emails" -msgstr "" +msgstr "пиÑÑма-напоминаниÑ" -#: club/models.py:238 +#: models.py:237 #, python-format msgid "a day before expiration" msgid_plural "%d days before expiration" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d Ð´ÐµÐ½Ñ Ð´Ð¾ иÑÑеÑÐµÐ½Ð¸Ñ ÑÑока" +msgstr[1] "%d дней до иÑÑеÑÐµÐ½Ð¸Ñ ÑÑока" -#: club/models.py:240 +#: models.py:239 #, python-format msgid "a day after expiration" msgid_plural "%d days after expiration" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d Ð´ÐµÐ½Ñ Ð¿Ð¾ иÑÑеÑении ÑÑока" +msgstr[1] "%d дней по иÑÑеÑении ÑÑока" -#: club/models.py:245 +#: models.py:244 msgid "photo" -msgstr "" +msgstr "ÑоÑо" -#: club/models.py:246 +#: models.py:245 msgid "text" -msgstr "" +msgstr "ÑекÑÑ" -#: club/models.py:249 +#: models.py:248 msgid "ambassador" -msgstr "" +msgstr "поÑол" -#: club/models.py:250 +#: models.py:249 msgid "ambassadors" -msgstr "" +msgstr "поÑлÑ" -#: club/models.py:281 club/templates/club/index.html:7 -#: club/templates/club/index.html:13 club/templates/club/thanks.html:6 -#: club/templates/payu/rec_payment.html:5 +#: models.py:280 templates/club/index.html:7 templates/club/index.html:13 +#: templates/club/thanks.html:6 templates/payu/rec_payment.html:5 msgid "Towarzystwo PrzyjacióŠWolnych Lektur" -msgstr "" +msgstr "СодÑÑжеÑÑво лÑбиÑелей Wolnych Lektur/Свободного ÑÑениÑ" -#: club/payu/models.py:17 club/payu/models.py:29 +#: payu/models.py:17 payu/models.py:29 msgid "POS id" msgstr "" -#: club/payu/models.py:18 +#: payu/models.py:18 msgid "disposable token" -msgstr "" +msgstr "одноÑазовÑй жеÑон" -#: club/payu/models.py:19 +#: payu/models.py:19 msgid "reusable token" -msgstr "" +msgstr "многоÑазовÑй жеÑон" -#: club/payu/models.py:20 +#: payu/models.py:20 msgid "created_at" -msgstr "" +msgstr "Ñоздан_at:" -#: club/payu/models.py:24 +#: payu/models.py:24 msgid "PayU card token" -msgstr "" +msgstr "жеÑон PayU" -#: club/payu/models.py:25 +#: payu/models.py:25 msgid "PayU card tokens" -msgstr "" +msgstr "жеÑÐ¾Ð½Ñ PayU" -#: club/payu/models.py:30 +#: payu/models.py:30 msgid "customer IP" -msgstr "" +msgstr "IP клиенÑа" -#: club/payu/models.py:31 +#: payu/models.py:31 msgid "order ID" -msgstr "" +msgstr "ID заказа" -#: club/payu/models.py:34 +#: payu/models.py:34 msgid "Pending" -msgstr "" +msgstr "Ðжидание" -#: club/payu/models.py:35 +#: payu/models.py:35 msgid "Waiting for confirmation" -msgstr "" +msgstr "Ðжидание подÑвеÑждениÑ" -#: club/payu/models.py:36 +#: payu/models.py:36 msgid "Completed" -msgstr "" +msgstr "ÐавеÑÑено" -#: club/payu/models.py:37 +#: payu/models.py:37 msgid "Canceled" -msgstr "" +msgstr "ÐÑменено" -#: club/payu/models.py:38 +#: payu/models.py:38 msgid "Rejected" -msgstr "" +msgstr "ÐÑказано" -#: club/payu/models.py:44 +#: payu/models.py:44 msgid "PayU order" -msgstr "" +msgstr "заÑвка PayU" -#: club/payu/models.py:45 +#: payu/models.py:45 msgid "PayU orders" -msgstr "" +msgstr "заÑвки PayU" -#: club/payu/models.py:141 +#: payu/models.py:141 msgid "received_at" -msgstr "" +msgstr "полÑÑено_at:" -#: club/payu/models.py:145 +#: payu/models.py:145 msgid "PayU notification" -msgstr "" +msgstr "подÑвеÑждение PayU" -#: club/payu/models.py:146 +#: payu/models.py:146 msgid "PayU notifications" -msgstr "" +msgstr "Ñведомление PayU" -#: club/templates/admin/club/schedule/change_list.html:7 +#: templates/admin/club/schedule/change_list.html:7 msgid "Active monthly recurring donations" -msgstr "" +msgstr "ÐкÑивнÑе ежемеÑÑÑнÑе оплаÑÑ Ñ Ð°Ð²ÑомаÑиÑеÑким пÑодлением" -#: club/templates/admin/club/schedule/change_list.html:12 +#: templates/admin/club/schedule/change_list.html:12 msgid "Active yearly recurring donations" -msgstr "" +msgstr "ÐкÑивнÑе ежегоднÑе оплаÑÑ Ñ Ð°Ð²ÑомаÑиÑеÑким пÑодлением" -#: club/templates/admin/club/schedule/change_list.html:17 +#: templates/admin/club/schedule/change_list.html:17 msgid "One-time donations in last 30 days" -msgstr "" +msgstr "РазовÑе пожеÑÑÐ²Ð¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð° поÑледние 30 дней" -#: club/templates/club/index.html:20 +#: templates/club/index.html:20 msgid "Congratulations â you're already a supporter of Wolne Lektury!" -msgstr "" +msgstr "ÐоздÑавлÑем! ТепеÑÑ Ð²Ñ ÑоÑÑоиÑе в ÑоваÑиÑеÑÑве лÑбиÑелей Wolnych Lektur/Свободного ÑÑениÑ" -#: club/templates/club/index.html:22 +#: templates/club/index.html:22 msgid "Become a supporter" -msgstr "" +msgstr "СÑаÑÑ ÑÑаÑÑником" -#: club/templates/club/membership_form.html:7 +#: templates/club/membership_form.html:7 msgid "Join us in freeing the books!" -msgstr "" +msgstr "Ðелай книги Ñвободнее Ñ Ð½Ð°Ð¼Ð¸!" -#: club/templates/club/membership_form.html:8 +#: templates/club/membership_form.html:8 msgid "âWolne Lektury należy wspieraÄ, bo sÄ â - Filip Springer" -msgstr "" +msgstr "«Wolne Lektury/Свободное ÑÑение ÑÑÐ¾Ð¸Ñ Ð¿Ð¾Ð´Ð´ÐµÑживаÑÑ, поÑÐ¾Ð¼Ñ ÑÑо» - Филипп СпÑингеÑ" -#: club/templates/club/membership_form.html:14 +#: templates/club/membership_form.html:14 msgid "Support Wolne Lektury" -msgstr "" +msgstr "ÐоддеÑжаÑÑ Wolne Lektury" -#: club/templates/club/membership_form.html:18 +#: templates/club/membership_form.html:18 msgid "Thank you for your support! Support us again!" -msgstr "" +msgstr "СпаÑибо за ваÑÑ Ð¿Ð¾Ð´Ð´ÐµÑжкÑ! Ðдем Ð²Ð°Ñ Ñнова!" -#: club/templates/club/membership_form.html:21 +#: templates/club/membership_form.html:21 msgid "Thank you for wanting to free the books with us!" -msgstr "" +msgstr "СпаÑибо за поддеÑÐ¶ÐºÑ Ñвободного ÑаÑпÑоÑÑÑÐ°Ð½ÐµÐ½Ð¸Ñ ÐºÐ½Ð¸Ð³! ÐÑ Ð²Ð¼ÐµÑÑе!" -#: club/templates/club/membership_form.html:26 +#: templates/club/membership_form.html:26 msgid "See your past support." -msgstr "" +msgstr "ÐоÑмоÑÑиÑе ваÑи пÑедÑдÑÑие пожеÑÑвованиÑ" -#: club/templates/club/membership_form.html:41 +#: templates/club/membership_form.html:41 msgid "Help us get 100 new Friends by the end of the school semester." -msgstr "" +msgstr "Ðомоги нам набÑаÑÑ 100 дÑÑзей до оконÑÐ°Ð½Ð¸Ñ ÑколÑного ÑемеÑÑÑа" -#: club/templates/club/membership_form.html:42 +#: templates/club/membership_form.html:42 #, python-format msgid "" "\n" @@ -361,11 +360,15 @@ msgid_plural "" "already supported us with a regular donation,\n" "\t " msgstr[0] "" +"\n" +"\t С наÑала кампании ÑиÑаÑели поддеÑжали Ð½Ð°Ñ ÑегÑлÑÑнÑми пожеÑÑвованиÑми <b style=\"color: #0d7e85\">%(supporters)s</b>,\n" +" " msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +"\n" +"\t С наÑала кампании ÑиÑаÑели поддеÑжали Ð½Ð°Ñ ÑегÑлÑÑнÑми пожеÑÑвованиÑми <b style=\"color: #0d7e85\">%(supporters)s</b>,\n" +" " -#: club/templates/club/membership_form.html:47 +#: templates/club/membership_form.html:47 #, python-format msgid "" "\n" @@ -377,100 +380,105 @@ msgid_plural "" "missing.\n" "\t " msgstr[0] "" +"\n" +" <b style=\"color: #0d7e85\">%(missing_supporters)s</b> " +"оÑÑÑÑÑÑвÑÑÑ.\n" +"\t " msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +"\n" +" <b style=\"color: #0d7e85\">%(missing_supporters)s</b> " +"оÑÑÑÑÑÑвÑÑÑ.\n" +"\t " -#: club/templates/club/payment/payu-re.html:4 -#: club/templates/club/payment/payu.html:4 +#: templates/club/payment/payu-re.html:4 templates/club/payment/payu.html:4 msgid "Safe payments" -msgstr "" +msgstr "ÐезопаÑнÑе плаÑежи" -#: club/templates/club/payment/payu.html:10 +#: templates/club/payment/payu.html:10 msgid "transfer" -msgstr "" +msgstr "пеÑевод" -#: club/templates/club/payment_form.html:18 +#: templates/club/payment_form.html:18 msgid "Choose your type of support" -msgstr "" +msgstr "ÐÑбеÑи Ñвой ÑпоÑоб поддеÑжки" -#: club/templates/club/payment_form.html:24 +#: templates/club/payment_form.html:24 msgid "one-time" -msgstr "" +msgstr "Ñазово" -#: club/templates/club/payment_form.html:28 +#: templates/club/payment_form.html:28 msgid "Choose the amount" -msgstr "" +msgstr "ÐÑбеÑи ÑÑммÑ" -#: club/templates/club/payment_form.html:36 -#: club/templates/club/payment_form.html:49 +#: templates/club/payment_form.html:36 templates/club/payment_form.html:49 msgid "different amount" -msgstr "" +msgstr "дÑÑÐ³Ð°Ñ ÑÑмма" -#: club/templates/club/payment_form.html:57 +#: templates/club/payment_form.html:57 msgid "Provide contact details" -msgstr "" +msgstr "УÑоÑни конÑакÑнÑÑ Ð¸Ð½ÑоÑмаÑиÑ" -#: club/templates/club/payment_form.html:60 +#: templates/club/payment_form.html:60 msgid "First and last name:" -msgstr "" +msgstr "ÐÐ¼Ñ Ð¸ ÑамилиÑ" -#: club/templates/club/payment_form.html:68 +#: templates/club/payment_form.html:68 msgid "E-mail:" -msgstr "" +msgstr "E-mail:" -#: club/templates/club/payment_form.html:73 +#: templates/club/payment_form.html:73 msgid "Phone number:" -msgstr "" +msgstr "ÐÐ¾Ð¼ÐµÑ ÑелеÑона" -#: club/templates/club/payment_form.html:78 +#: templates/club/payment_form.html:78 msgid "Postal address:" -msgstr "" +msgstr "ÐоÑÑовÑй адÑеÑ:" -#: club/templates/club/payment_form.html:97 +#: templates/club/payment_form.html:97 msgid "I'd like to subscribe the newsletter." -msgstr "" +msgstr "ХоÑÑ Ð¿Ð¾Ð´Ð¿Ð¸ÑаÑÑÑÑ Ð½Ð° полÑÑение инÑоÑмаÑии" -#: club/templates/club/payment_form.html:101 +#: templates/club/payment_form.html:101 msgid "" "You can unsubscribe at any point. More in the <a target=\"_blank\" href=" "\"https://nowoczesnapolska.org.pl/prywatnosc/\">privacy policy</a>." msgstr "" - -#: club/templates/club/payment_form.html:105 +"ÐÑ Ð¼Ð¾Ð¶ÐµÑе оÑпиÑаÑÑÑÑ Ð² лÑбой моменÑ. УзнаÑÑ Ð±Ð¾Ð»ÑÑе <a target=\"_blank\" href=" +"\"https://nowoczesnapolska.org.pl/prywatnosc/\">privacy policy</a>." +#: templates/club/payment_form.html:105 msgid "Donate" -msgstr "" +msgstr "ÐожеÑÑвование" -#: club/templates/club/thanks.html:14 +#: templates/club/thanks.html:14 msgid "Thank you" -msgstr "" +msgstr "СпаÑибо" -#: club/templates/club/thanks.html:19 +#: templates/club/thanks.html:19 msgid "Go back to the app" -msgstr "" +msgstr "ÐеÑнÑÑÑÑÑ Ð² пÑиложение" -#: club/templates/club/year_summary.html:10 +#: templates/club/year_summary.html:10 #, python-format msgid "Summary of donations in the year %(year)s for the address %(email)s." -msgstr "" +msgstr "СÑмма пожеÑÑвований за год %(year)s for the address %(email)s." -#: club/templates/club/year_summary.html:15 +#: templates/club/year_summary.html:15 msgid "Date" -msgstr "" +msgstr "ÐаÑа" -#: club/templates/club/year_summary.html:16 +#: templates/club/year_summary.html:16 msgid "Amount" -msgstr "" +msgstr "СÑмма" -#: club/templates/club/year_summary.html:27 +#: templates/club/year_summary.html:27 msgid "Total" -msgstr "" +msgstr "ÐÑого" -#: club/templates/payu/rec_payment.html:12 +#: templates/payu/rec_payment.html:12 msgid "Supporting Wolne Lektury" -msgstr "" +msgstr "ÐоддеÑживаеÑÑ Wolne Lektury" -#: club/templates/payu/rec_payment.html:15 +#: templates/payu/rec_payment.html:15 #, python-format msgid "" "\n" @@ -478,3 +486,7 @@ msgid "" "PLN. Thank you!\n" " " msgstr "" +"\n" +" ÐÑ Ð²ÑбÑали ежемеÑÑÑнÑй плаÑеж на ÑÑÐ¼Ð¼Ñ %(amount)s " +"PLN. СпаÑибо!\n" +" "