From 6838f17325c2149e432e4a40b945695b765f35a2 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 30 Jan 2015 16:40:54 +0000 Subject: [PATCH] Add built-in translations. --- .../locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 4875 bytes .../locale/ar/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 8848 bytes .../locale/cs/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/da/LC_MESSAGES/django.mo | Bin 0 -> 8452 bytes .../locale/da/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/de/LC_MESSAGES/django.mo | Bin 0 -> 6575 bytes .../locale/de/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 8553 bytes .../locale/en/LC_MESSAGES/django.po | 324 +++++++++++++++++ .../locale/en_US/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/en_US/LC_MESSAGES/django.po | 8 +- .../locale/es/LC_MESSAGES/django.mo | Bin 0 -> 8906 bytes .../locale/es/LC_MESSAGES/django.po | 327 +++++++++++++++++ .../locale/et/LC_MESSAGES/django.mo | Bin 0 -> 2018 bytes .../locale/et/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 6975 bytes .../locale/fr/LC_MESSAGES/django.po | 326 +++++++++++++++++ .../locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 9215 bytes .../locale/hu/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/id/LC_MESSAGES/django.mo | Bin 0 -> 497 bytes .../locale/id/LC_MESSAGES/django.po | 324 +++++++++++++++++ .../locale/it/LC_MESSAGES/django.mo | Bin 0 -> 5334 bytes .../locale/it/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/ko_KR/LC_MESSAGES/django.mo | Bin 0 -> 8555 bytes .../locale/ko_KR/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 10731 bytes .../locale/mk/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 499 bytes .../locale/nl/LC_MESSAGES/django.po | 324 +++++++++++++++++ .../locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 8981 bytes .../locale/pl/LC_MESSAGES/django.po | 326 +++++++++++++++++ .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 8729 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 326 +++++++++++++++++ .../locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 9778 bytes .../locale/ru/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 2748 bytes .../locale/sk/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 8647 bytes .../locale/sv/LC_MESSAGES/django.po | 325 +++++++++++++++++ .../locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 7946 bytes .../locale/tr/LC_MESSAGES/django.po | 328 ++++++++++++++++++ .../locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 577 bytes .../locale/uk/LC_MESSAGES/django.po | 324 +++++++++++++++++ .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 8383 bytes .../locale/zh_CN/LC_MESSAGES/django.po | 325 +++++++++++++++++ rest_framework/views.py | 10 +- 47 files changed, 7165 insertions(+), 7 deletions(-) create mode 100644 rest_framework/locale/ar/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/ar/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/cs/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/cs/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/da/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/da/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/de/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/de/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/en/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/en/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/en_US/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/es/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/es/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/et/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/et/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/fr/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/fr/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/hu/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/hu/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/id/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/id/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/it/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/it/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/ko_KR/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/ko_KR/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/mk/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/mk/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/nl/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/nl/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/pl/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/pl/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/ru/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/ru/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/sk/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/sk/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/sv/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/sv/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/tr/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/tr/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/uk/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/uk/LC_MESSAGES/django.po create mode 100644 rest_framework/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 rest_framework/locale/zh_CN/LC_MESSAGES/django.po diff --git a/rest_framework/locale/ar/LC_MESSAGES/django.mo b/rest_framework/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fe1b676c6db0f4d0f3af1253068c558259334fbb GIT binary patch literal 4875 zcmchZU2Ggz700KgKkpYM9<%jG3PZ-AI-~*rn_kmvqhd`Nc zgS){Q&;)-2z65>%o&X=d&oBnTSHb7NUxA0g55aGPyFO_cdGLFnjQ;|B1pFf?{yzer z0RIK<1=XhvBMY7czXJXQ{0#UO_!RhC@QdIF-~jj+Q2hKI{1Uk9)5-fDP~sj0CEp){ z68F!+ec*@SW8lAA_~`wHv7h%0_z>KTf=}^YXOUyzuR#U=3Cw~20VUqduH^kSaGLjJ z@J;Z+2b28Y29NUoS5Ve}<{`sa1Z&_R_)qW%c!(s0w+1MDZGhhd{{{|%k3DP{Bj67} znSTwG{QdzBfxAAN)c7?}`28uE0pA3_2L2u_fFFSp$L`N1etrZ_@%|1des*L03|IjV zg1-c1{vW`5z{j~Mygx+F6cD`n#|`Z=t8A;(q`=uksZ%M0Q^OUX2)i@!oJ>2{3M-{d<&C~BtCT!DX)OD^6NFuZ22CSW zXX;iEOn5#*Zu`=yrHxY!$amagwNWC5_WYEx+>%PQtx{>@6%VacZ8bp)1dY*}6Nb_j zuh7h6Uc=>axMFullF8J?uGPZ}GT0Ft58Vds`ChXw=$;$3)o9gn&-EGg47!afBG!gU z2|LNxtgu*-p6Dz9wZ!SO!3^Jh!jm&_Yt3o(a%%MGel z==pgyT=8mX=2*o?nU1Yq487VQcd_*$UG!>428M{af!NJq+p6W&QQsPMifV5q4D0z! zW@2I@9g0t9%swv$8CaLZgG@bB()pS+UTAjm&7dIdFk|_drw2}*JaxRwP%fPvIOfs6 zE}>qilXGaF4>R?u<+z9SmKWGzVPyD(`FwYtEI(%Z=5boPHklW# zs(2}CMr+a4)?5`eCI?^do}rRU4LE^AA0h8Dq4@WqKhh?j+gZmR$Gs*#`8=N z4;#@Htlw49C0wt|ClzfF#=MHIM{BrWlLwi(_WxM4CKC0$!gy8utVZw0OT1iF(F)Kc z(N4Uq$=DpOuQPO$UjjHj?7S=vutk zq6SAdJMJ~FmwW&GcZwih(nf?iBP@S>@vM^Htgr@SNeCUW%tcK}d`);28fK&SAW1aT zf3iqQ3A@{TVLL;u`;HPwV-1VxgyEkhTs39h9Xz0nrh?k{xry~gJB0R0q3v|Li)d5S zfntbzj#b;9cFgKlmujyT%cUMi=y{X0h$ZpTK9s;sk{hR!?PN&XF#+)jl`EpRi&A!x zR#S7Vd1{|E?(9Hl-EQ7-ne0Om{t7T+e|BI&UOel0j5K4jcVvqi!oD_NGeK zYfo;CqmHHM3ink?*X*rzr|&cItf;8Hdu&Pp`}>soE~Jfaojap?Y1uBJ?@F{HmD795 zYVGPK6s<@Qx-)S&OHO>hD?MX`}TVSc2Sb-0#{&(`U%mkzbxrF zdEM4kt5URP(wG!)F=|rlHBo@bOSqWlrTvf9Rl&6UuZhI(JVRW_)+Br98vIVji&}5` kG(mJyPBskTS^s}?w3tiy#}JzpBI=0d5}KFO!@FtYzt|Ehl>h($ literal 0 HcmV?d00001 diff --git a/rest_framework/locale/ar/LC_MESSAGES/django.po b/rest_framework/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 000000000..a910a7c99 --- /dev/null +++ b/rest_framework/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,325 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Eyad Toma , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django-rest-framework/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "" + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "" + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "" + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "اسم المستخدم/كلمة السر غير صحيحين." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "" + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "" + +#: authentication.py:168 +msgid "Invalid token." +msgstr "" + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "المستخدم غير مفعل او تم حذفه." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "حدث خطأ في المخدم." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "" + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "بيانات الدخول غير صحيحة." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "لم يتم تزويد بيانات الدخول." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "ليس لديك صلاحية للقيام بهذا الإجراء." + +#: exceptions.py:93 +msgid "Not found." +msgstr "غير موجود." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "" + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "" + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "" + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "" + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "هذا الحقل مطلوب." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "لا يمكن لهذا الحقل ان يكون فارغاً null." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" ليس قيمة منطقية." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "لا يمكن لهذا الحقل ان يكون فارغاً." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "تأكد ان الحقل لا يزيد عن {max_length} محرف." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "تأكد ان الحقل {min_length} محرف على الاقل." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "عليك ان تدخل بريد إلكتروني صالح." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "هذه القيمة لا تطابق النمط المطلوب." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "" + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "الرجاء إدخال رابط إلكتروني صالح." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "الرجاء إدخال رقم صحيح صالح." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "تأكد ان القيمة أقل أو تساوي {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "تأكد ان القيمة أكبر أو تساوي {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "" + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "الرجاء إدخال رقم صالح." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "تأكد ان القيمة لا تحوي أكثر من {max_digits} رقم." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "" + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "" + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "صيغة التاريخ و الوقت غير صحيحة. عليك أن تستخدم واحدة من هذه الصيغ التالية: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "" + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "صيغة التاريخ غير صحيحة. عليك أن تستخدم واحدة من هذه الصيغ التالية: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "" + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "صيغة الوقت غير صحيحة. عليك أن تستخدم واحدة من هذه الصيغ التالية: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" ليست واحدة من الخيارات الصالحة." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "" + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "لم يتم إرسال أي ملف." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "" + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "" + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "الملف الذي تم إرساله فارغ." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "تأكد ان اسم الملف لا يحوي أكثر من {max_length} محرف (الإسم المرسل يحوي {length} محرف)." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "رقم الصفحة \"{page_number}\" غير صالح : {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "معرف العنصر \"{pk_value}\" غير صالح - العنصر غير موجود." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "" + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "" + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "" + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "" + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "" + +#: relations.py:296 +msgid "Invalid value." +msgstr "قيمة غير صالحة." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "" + +#: validators.py:22 +msgid "This field must be unique." +msgstr "" + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "حساب المستخدم غير مفعل." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "تعذر تسجيل الدخول بالبيانات التي ادخلتها." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "يجب أن تتضمن \"اسم المستخدم\" و \"كلمة المرور\"." diff --git a/rest_framework/locale/cs/LC_MESSAGES/django.mo b/rest_framework/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a5e67713ae21550f7f98eca77362383d2e830151 GIT binary patch literal 8848 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 literal 0 HcmV?d00001 diff --git a/rest_framework/locale/cs/LC_MESSAGES/django.po b/rest_framework/locale/cs/LC_MESSAGES/django.po new file mode 100644 index 000000000..50e7034bd --- /dev/null +++ b/rest_framework/locale/cs/LC_MESSAGES/django.po @@ -0,0 +1,325 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Jirka Vejrazka , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Czech (http://www.transifex.com/projects/p/django-rest-framework/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Chybná hlavička. Nebyly poskytnuty přihlašovací údaje." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Chybná hlavička. Přihlašovací údaje by neměly obsahovat mezery." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Chybná hlavička. Přihlašovací údaje nebyly správně zakódovány pomocí base64." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Chybné uživatelské jméno nebo heslo." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Chybná hlavička tokenu. Nebyly zadány přihlašovací údaje." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Chybná hlavička tokenu. Přihlašovací údaje by neměly obsahovat mezery." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Chybný token." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Uživatelský účet je neaktivní nebo byl smazán." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Chyba na straně serveru." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Neplatný formát požadavku." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Chybné přihlašovací údaje." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Přihlašovací údaje nebyly zadány." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "K této akci nemáte oprávnění." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Nenalezeno." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Metoda \"{method}\" není povolena." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Nelze vyhovět požadavku v hlavičce Accept." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Nepodporovaný media type \"{media_type}\" v požadavku." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "Pořadavek byl limitován kvůli omezení počtu požadavků za časovou periodu." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Toto pole je vyžadováno." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Toto pole nesmí být prázdné (null)." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" nelze použít jako typ boolean." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Toto pole nesmí být prázdné.." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Zkontrolujte, že toto pole není delší než {max_length} znaků." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Zkontrolujte, že toto obsahuje alespoň {min_length} znaků" + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Vložte platnou e-mailovou adresu." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Hodnota v tomto poli neodpovídá požadovanému formátu." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Vložte platnou \"zkrácenou formu\" obsahující pouze malá písmena, čísla, spojovník nebo podtržítko." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Vložte platný odkaz." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Je vyžadováno číslo." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Zkontrolujte, že hodnota je menší nebo rovna {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Zkontrolujte, že hodnota je větší nebo rovna {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Řetězec je příliš dlouhý" + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Je vyžadováno číslo." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Zkontrolujte, že číslo neobsahuje více než {max_digits} čislic." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Zkontrolujte, že číslo nemá více než {max_decimal_places} desetinných míst." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Zkontrolujte, že číslo neobsahuje více než {max_whole_digits} čislic před desetinnou čárkou." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Chybný formát data a času. Použijte jeden z těchto formátů: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Bylo zadáno pouze datum místo data a času." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Chybný formát data. Použijte jeden z těchto formátů: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Bylo zadáno datum a čas, místo samotného data." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Chybný formát času. Použijte jeden z těchto formátů: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" není platnou možností." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Byl očekáván seznam položek ale nalezen \"{input_type}\"." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Nebyl zaslán žádný soubor." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "Zaslaná data neobsahují soubor. Zkontrolujte typ kódování ve formuláři." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Nebylo možno zjistit jméno souboru." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "Zaslaný soubor je prázdný." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Zajistěte, aby jméno souboru obsahovalo maximálně {max_length} znaků (teď má {length} znaků)." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Nahrajte platný obrázek. Nahraný soubor buď není obrázkem, nebo je poškozen." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Chybné čislo stránky \"{page_number}\": {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Chybný primární klíč \"{pk_value}\" - objekt neexistuje." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Chybný typ. Byl přijat typ {data_type} místo hodnoty primárního klíče." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Chybný odkaz - nebyla nalezena žádní shoda." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Chybný odkaz - byla nalezena neplatná shoda." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Chybný odkaz - objekt neexistuje." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Chybný typ. Byl přijat typ {data_type} místo očekávaného odkazu." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "Objekt s {slug_name}={value} neexistuje." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Chybná hodnota." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Chybná data. Byl přijat typ {datatype} místo očakávaného slovníku." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Tato položka musí být unikátní." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "Položka {field_names} musí tvořit unikátní množinu." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "Tato položka musí být pro datum \"{date_field}\" unikátní." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "Tato položka musí být pro měsíc \"{date_field}\" unikátní." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "Tato položka musí být pro rok \"{date_field}\" unikátní." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "Chybné číslo verze v hlavičce Accept" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "Chybné číslo verze v odkazu." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Chybné číslo verze v hostname." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Chybné čislo verze v URL parametru." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Uživatelský účet je zamčen." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Se zadanými údaji nebylo možné se přihlásit." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Musí obsahovat \"uživatelské jméno! a \"heslo\"." diff --git a/rest_framework/locale/da/LC_MESSAGES/django.mo b/rest_framework/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f947f90713f9a6f079c361caa166ebb0a82909d0 GIT binary patch literal 8452 zcmb`MTWlOx8OH~DjmxDiw1oSKTWHdH*Gbx>snfJgoP=6U+9-7@DuJx=&e`3`&dzLS zX6+cuh>L{83vVExeM70}0|KLH;D{|(N8hj$e3 zSHM$@e+b?Rz5#0g_f2`;9pF7BJ^>zJoPnPLUjVhvAHYN4)J>lEFgOp+gI@*f;IBcw ze;wQn&c3JM`?KKPjK2Wt`9*Lq_+XtQpp9Y@;KMcNJ;>|F# zpYh$`OYic$&x4}d`9aT{29JYUzXclbE8xe$?}7J%FN61i{{a`kyKgJ>o`d4+Wl;9A z1K}J8kAfP14U}Gg3CiBy1f};AF#iDfCGc_ZC6HI%4vbjxHsGhhhe64`3Ca$?0qy~R z3myVr1CN3=m^}q1;G^I#K*{4em=fLnpw`Ji+26CE?B``r_VX`r4!jK|z>0SU)VfU& zm3ZF=rMFAv_!aO@#(yuLPw|qU-d*4fI1h3(uLsJ`z7A@iAAlbK{{)K9e}b5*w*z5I zAGd>_1doAQZyA){z6grHAA_*wy;u_Gll-YQ{vCSI?rDLF(0Q}g(AsX>xow9#oU}d08Z}GVfE6P#6RZe z_A@1wAbzM_{vy&72mOORMbMNJr+~gCwq`T|6 zF?Z+3vc(!VZtO1E4k~cAEBlnr9^jVk$UbzTN}P5*jC=ijW7>q7iId#;X2p-fz$_<8 zWc|3l{ftIC2^+TV9W|LvS8Qr*nkK198jXIM+CVRgrNTJ3E#9+3YM<$cV=v==clok+ z{k(1CJZ$)Rn8c<5frfsRnN^!wcg|j#tb~EKnNRvr;GSj7&zfrnYPXZka&xrNu)W;0 ztsmI5?j84YYuY{wrAgc}%_QymdEK1LtVv?-rid97FESIxSq|x(SudV!6ieh`_nj_t zBF_5olDGX_d-BtFteI|7JdVwJ*T1k7*hbj(qorQtH*B_H%CRZNb?>Uz30q+<%#zj<;UE+cSO+?6_}bzpd0_K&iAA z8;l)u_9FyYu;Zp-Aw!iwF(i#_mQAALKqES>J@CNkEb6zWO(Ti3Fv~-%73+*_E-}rR z!f*J|k1_15ffh2IsJ+(1cbpuni=8`rO6RIRvRyxnj2{G0YW{_uMFj!-2Xd0-er{SW zAZRFqzif{4g7JA{b0W^ILx;KTX2S*ZwVpL)+*#6KW4i7w#Bh*u0ON1#{MA{atDE7O zVb5fFijZdT{DuuzU}T+x`^64#LE7sSI@+EP^(Y|vS=boF5i?(jNeY|g>7zBxvj^`p z7KU7ST8OViUmVEgd4BorGq6jA+jZDyzr zCncwb(LNZFO`|aGn3@@BMnWc9HrkUXa-1v7cw+gyG#n(Ds)S}QU?8K#dVWiWAy_KR zdt;iw+r>P2gkKH#LS;?X>H})t~9xbPd{+ z2}FdtciNAX-tZYEXwoK+Y~D@+#Q9nRu10JW1A44#J0LuTFq*hx6Qg@;*!WV zj;uTJk%_jL)7gRrw`JZ=lRS^K;*%~sl<_!E5)=7p3;8UPx?FxD`a5*XlPJ4lvFmq8 z%mmpGxlrgJ84(OwQLOacRz>k7X6t6YZ5thz6kQll>~>KPfI1cVY~xk||E(PBpDaV3(W>P`3tegRD#F z!X&HbysGWitdAjXOIE&eDj#XQt7zm7Kah|-0xP0!U3}*y+PT+Udc7o72E~y=ztFh+he4U=w8qfG&h?_iSGp}?J4GJmXbN*=*R`Z?`fds< z%6%*jKzZQoj3A-uO8CCZJ^h|GF4pjv5 z(`*+cZuPd$I}$)Q%v?Bue?~G|M9p%dPLS}KG*LXSEd;fvipVo(j-U7AR$|VccyiG+ z6<>&WovE`{lBu1}T47K-)^BCC#bnM*oq1xhMj~}pe(gB+HfQ$l-FKk2cVF$^y=LFR zx&8OvvzLpBwX=35)M+NqyT6!sipsLKnEG)R`FWDgAP=< zy^(YunmWaq`-ro)X#Flc_;HxE&F*%d_vU72S65f-xz-Gu_JRmzu>dii&Gu#k$8U`i zDz6Rsoy8s9g0q1?yJzb3!s!zu3GJ)zotno<=xAz-ls+Y9+D<$M?)c9k$u=E%9l zleI&mdD^~d)7lAD6@-&Hb7(othX z>xkL6=kSy_YWuL1utSU^KjvW+`2nGU)-R(f+I&6@!fFFJoJ(c67SRdhvfUOf5pVdH zbu3Apvc>g-O?#fWb7C~NZ6g{EP3&!6?4+B|uPB^WCQNvH%F?x9)~*rcfGQ8w3pQyz zRqhe`>`K7_GRLS{@v(kPD_3yUBp7s(E^PqzYqQ?wrL>h%y!;*K_41FQnI@;-FRPEP&bkDq|J%VrimF42m?z$DYnS?0SRfW zA>@OBLilj=5uI$cLcB#5W&4IpiT+7xTiTQaNwBfM5=((}Nt>6>yFDxIpqw^0yPb;D zY9}~2M&S_HHw$DrYnNKE5ehL;*izsh?*u22ir;N0E4|=C9OUYg*{<+4Q}lxr?!=nS zi>RN%q=~b(vYddO&KTTBWqlk_591h;5>=}{y{HP@x*X*rpJ?PWl|5{&OH=5(mXPdE zELp+ZFni6RBA^TBM>FgU#u)mfX*{0UI(6$jb%%B|D^6O4XQ@)60xmvG4I9LBr4*to z1O&H>^Iok}H{&e8bWJi*pC~TITExK?mxQZ zJ`1WpB%x1kBM02|s@fFA){b)fJ;pl3p@7Gp8rL_L)^?RD;!B{K%^@%3Vp5O#$CY@t z!}kQ&J`T=5NYKOap#9t0K2}yV!yZvm=5*oYm!tmi^3_r1Ad}jNPZVVvsfA95S>Tg> zUG5xBa_uC?ms=0}$$=k~We4H9Lv=8+;7V6XIIA|5h3OJ(Goql2?0Ee!ymv`m&$g&7My4nwJ-+mQos#PrAC%qnumNq#-%x4zzHixW+Z*jKEl4+_wpdEER1o5hvY>Jww7-4wK z(A>>S^qYQ*eN, 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Danish (http://www.transifex.com/projects/p/django-rest-framework/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Ugyldig basic header. Ingen legitimation angivet." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Ugyldig basic header. Legitimationsstrenge må ikke indeholde mellemrum." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Ugyldig basic header. Legitimationen er ikke base64 encoded på korrekt vis." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Ugyldigt brugernavn/kodeord." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Ugyldig token header." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Ugyldig token header. Token-strenge må ikke indeholde mellemrum." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Ugyldigt token." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Inaktiv eller slettet bruger." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Der er sket en serverfejl." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Misdannet forespørgsel." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Ugyldig legitimation til autentificering." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Legitimation til autentificering blev ikke angivet." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Du har ikke lov til at udføre denne handling." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Ikke fundet." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Metoden \"{method}\" er ikke tilladt." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Kunne ikke efterkomme forespørgslens Accept header." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Forespørgslens media type, \"{media_type}\", er ikke understøttet." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "Forespørgslen blev neddroslet." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Dette felt er påkrævet." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Dette felt må ikke være null." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" er ikke en tilladt boolsk værdi." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Dette felt må ikke være tomt." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Tjek at dette felt ikke indeholder flere end {max_length} tegn." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Tjek at dette felt indeholder mindst {min_length} tegn." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Angiv en gyldig e-mailadresse." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Denne værdi passer ikke med det påkrævede mønster." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Indtast en gyldig \"slug\", bestående af bogstaver, tal, bund- og bindestreger." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Indtast en gyldig URL." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Et gyldigt heltal er påkrævet." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Tjek at værdien er mindre end eller lig med {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Tjek at værdien er større end eller lig med {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Strengværdien er for stor." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Et gyldigt tal er påkrævet." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Tjek at der ikke er flere end {max_digits} cifre i alt." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Tjek at der ikke er flere end {max_decimal_places} cifre efter kommaet." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Tjek at der ikke er flere end {max_whole_digits} cifre før kommaet." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Datotid har et forkert format. Brug i stedet et af disse formater: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Forventede en datotid, men fik en dato." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Dato har et forkert format. Brug i stedet et af disse formater: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Forventede en dato men fik en datotid." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Klokkeslæt har forkert format. Brug i stedet et af disse formater: {format}. " + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" er ikke et gyldigt valg." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Forventede en liste, men fik noget af typen \"{input_type}\"." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Ingen medsendt fil." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "Det medsendte data var ikke en fil. Tjek typen af indkodning på formularen." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Filnavnet kunne ikke afgøres." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "Den medsendte fil er tom." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Sørg for at filnavnet er højst {max_length} langt (det er {length})." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Medsend et gyldigt billede. Den medsendte fil var enten ikke et billede eller billedfilen var ødelagt." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Ugyldig side \"{page_number}\": {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Ugyldig primærnøgle \"{pk_value}\" - objektet findes ikke." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Ugyldig type. Forventet værdi er primærnøgle, fik {data_type}." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Ugyldigt hyperlink - intet URL match." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Ugyldigt hyperlink - forkert URL match." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Ugyldigt hyperlink - objektet findes ikke." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Forkert type. Forventede en URL-streng, fik {data_type}." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "Object med {slug_name}={value} findes ikke." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Ugyldig værdi." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Ugyldig data. Forventede en dictionary, men fik {datatype}." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Dette felt skal være unikt." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "Felterne {field_names} skal udgøre et unikt sæt." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "Dette felt skal være unikt for \"{date_field}\"-datoen." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "Dette felt skal være unikt for \"{date_field}\"-måneden." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "Dette felt skal være unikt for \"{date_field}\"-året." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "Ugyldig version i \"Accept\" headeren." + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "Ugyldig version i URL-stien." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Ugyldig version i hostname." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Ugyldig version i forespørgselsparameteren." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Brugerkontoen er deaktiveret." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Kunne ikke logge ind med den angivne legitimation." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Skal indeholde \"username\" og \"password\"." diff --git a/rest_framework/locale/de/LC_MESSAGES/django.mo b/rest_framework/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..48245c6095528c08ac4ffc8593e2dd3fba459c65 GIT binary patch literal 6575 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\n" +"Language-Team: German (http://www.transifex.com/projects/p/django-rest-framework/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Ungültiger basic header. Keine Zugangsdaten angegeben." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Ungültiger basic header. Zugangsdaten sollen keine Leerzeichen enthalten." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Ungültiger basic header. Zugangsdaten sind nicht korrekt mit base64 kodiert." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Ungültiger Benutzername/Passwort" + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Ungültiger token header. Keine Zugangsdaten angegeben." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Ungültiger token header. Zugangsdaten sollen keine Leerzeichen enthalten." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Ungültiges Token" + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Benutzer inaktiv oder gelöscht." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Ein Serverfehler ist aufgetreten." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Fehlerhafte Anfrage." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Falsche Anmeldedaten." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Anmeldedaten fehlen." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Sie sind nicht berechtigt, diese Aktion durchzuführen." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Nicht gefunden." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Methode \"{method}\" nicht erlaubt." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Kann den Accept header der Anfrage nicht erfüllen." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Nicht unterstützter Medientyp \"{media_type}\" in der Anfrage." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "Die Anfrage wurde gedrosselt." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Dieses Feld ist erforderlich." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Dieses Feld darf nicht Null sein." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" ist kein gültiger Boole'scher Wert." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Dieses Feld darf nicht leer sein." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Stelle sicher, dass dieses Feld nicht mehr als {max_length} Zeichen lang ist." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Stelle sicher, dass dieses Feld mindestens {min_length} Zeichen lang ist." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Gebe eine gültige E-Mail Adresse an." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Dieser Wert passt nicht zu dem erforderlichen Muster." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Gebe ein gültiges \"slug\" aus Buchstaben, Ziffern, Unterstrichen und Minuszeichen ein." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Gebe eine gültige URL ein." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Eine gültige Ganzzahl ist erforderlich." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Stelle sicher, dass dieser Wert kleiner oder gleich {max_value} ist." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Stelle sicher, dass dieser Wert größer oder gleich {max_value} ist." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Zeichenkette zu lang." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Eine gültige Zahl ist erforderlich." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Stelle sicher, dass es insgesamt nicht mehr als {max_digits} Ziffern lang ist." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Stelle sicher, dass es nicht mehr als {max_decimal_places} Nachkommastellen lang ist." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Stelle sicher, dass es nicht mehr als {max_whole_places} Stellen vor dem Komma lang ist." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Datum- und Zeitangabe hat das falsche Format. Nutze stattdessen eines dieser Formate: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Erwarte eine Datum- und Zeitangabe, erhielt aber ein Datum." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Datum hat das falsche Format. Nutze stattdessen eines dieser Formate: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Erwarte ein Datum, erhielt aber eine Datum- und Zeitangabe." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Zeitangabe hat das falsche Format. Nutze stattdessen eines dieser Formate: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" ist keine gültige Option." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Erwarte eine Liste von Elementen, erhielt aber den Typ \"{input_type}\"." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Es wurde keine Datei übermittelt." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "Die übermittelten Daten sind keine Datei. Prüfe den Kodierungstyp im Formular." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Der Dateiname konnte nicht ermittelt werden." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "Die übermittelte Datei ist leer." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "" + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "" + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "" + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "" + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "" + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "" + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "" + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "" + +#: relations.py:296 +msgid "Invalid value." +msgstr "Ungültiger Wert." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Ungültige Daten. Dictionary erwartet, aber {datatype} erhalten." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Dieses Feld muss eineindeutig sein." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Benutzerkonto ist gesperrt." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Kann nicht mit den angegeben Zugangsdaten anmelden." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "\"username\" und \"password\" sind erforderlich." diff --git a/rest_framework/locale/en/LC_MESSAGES/django.mo b/rest_framework/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..746915ff11f3b04ac4d13877a632c754d53f8f8e GIT binary patch literal 8553 zcmeI1TWnlM8GujIk`$LVr8F&C_&``L?ESE zJIeUmIdl8}fByMrMtSFfyT0v_o+dv+wmUq}z&GyV59#@xp7$8kP{9}Bqwp&HD0~e{ zzdyrIz<$@Hr^+NAPj@^^!k^GR~XuD7^0;&)W;fp^SG0o`Bcjlkgol1|R*9=T+f6 zybpd0O1qcfKKLgn_SkW+=Y1AF0p*!{my=9|2~ zsQ00i*PyK5ci=JjGbr}{ds%+`!-f3M!5ZIlDC>F+9)N#?!|*|bz6>Yf$KXpPe*q6s z{yqHV9iF%ABZVDbd$7>sT_}3)+*A0~UMO;%h9cJ&VFfP3gYX)Z`QL=%S9?%e^!pMV zg;(Jv_%0MZPGJo32MeEuKY`*0|AEKhah&-aOduk9uR@vsH&E8;A0_WcDH-PoJPO-T z{OSi##(M*vfV)_1@vBiNe)VNog};InQ2dWRYc*EJ@Z4xAg9m0!j3cwfO@1b7Zlb$RKu@B9D--PlPLvt>KdR$xbpVdV~d! zP~voZ3Z5oQV!JuNcmm>b&gW6hJ52rnS<+wux9@iFTm1D5xeVFPFT}Qz*k;bZ32)uR zQfx}QDaqQ49c6FHddgaklO@S|i!VsJn=I=iN&HsQDY7C@kY#Um5-x+VYeC%3?fRe! zG8HFQX|<%oprPiIBs4m%Zr{RhC4q0G0X=ea;}Em6Q{z?djLJ;9WKw0)G)YzB`+1t0 zhExJcC{FXX|d$~ceaZ>Y;{%fvSDwGEP3`E-z?4l}iEQsdNUr^!;#kZHz} zJZ!jc8SS%$RYh+%lgX?)1WQ=(4a2hR3xQ#Y z#Ox@G*Rd{ZQ4r6CCT`l+y7F5()xI@pwq3tCx!x|f?n?_@E)&y6iJKLR-q=&^3vdy{ zTPy4KZvUB_53Gr@?yz>XZB!YY=A^Jb zxT$Z5&bQfXDn|Ph;g#Mta8$isE19jTy82=omDv;nA0%q{CRoA2Z3)Yyi2CK0)mK3tV{=GYNsP{@V0srXj?3&B;^>IOml#cFnU)|Pl7 z!f!RkGs&i~+KZ;0<^=I9NxQwp92;zgk961eV0TTO(cD`0ro|sk8V2#As;J%)h|LMS zerxN7NOy}C=jX4;f;SSpUTkPq@R#0TZQT^_63i7lWqpts9^vVHB8Yd?WCdxqSZ={V zgiLNevP~9E++E6BnsIaU8Q1yt*Ua_q37d1!N=U1z1RxkQ;V)oA4bOf=kt#)}fq~Y#}-8If40P zY%6JCXPWSXdxX1(gkiEQ=l68ZP7h)~%p0s(N5?^>WBPP7B{*Q~g&;I)nK+&0^HD$~ zqT z;+iJPR@GR`_>1m*bx}c%0T()1Tsd^b*4K~Yti)kuqPAU?%I*owkKPSz!}mz9x;4Ra z^P!FxH+9-j8RucRxlR1D0C~|3|loNQO&pl=HTxTQwR-+_qa; z<#tSO#UqJEPWX<6WJlmd+>mG9|7~wJ*7Nu-H-#{1%C>Yq*a^EEV{z4+gCwCF*xi8|5s&GeUT}^V8yC#e%+sCj0xM?^)BS=Vd zxjSfg6yO%QW!T3Loj+=?PIPvU^T9Eic#9JJ=Xv8v= z>8u$vDrfU%R+&laYT&~8nF{BsdoWbS@wd7% zM4GMJ9WUCQ)+7s5Q%VP%qq%IYd^yJ9wS=p@e$sTtW9tH(yv@cxqnUjK#Je_<9c z)&2`p-nIP~X6GF0zc7jHoTdF2W~Mq=|H9n*?YjBN*neU6Uzq(DX8(oBgYD-3 MEzy5r-t>j}KVJtP)c^nh literal 0 HcmV?d00001 diff --git a/rest_framework/locale/en/LC_MESSAGES/django.po b/rest_framework/locale/en/LC_MESSAGES/django.po new file mode 100644 index 000000000..f3db69e5e --- /dev/null +++ b/rest_framework/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,324 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: English (http://www.transifex.com/projects/p/django-rest-framework/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Invalid basic header. No credentials provided." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Invalid basic header. Credentials string should not contain spaces." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Invalid basic header. Credentials not correctly base64 encoded." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Invalid username/password." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Invalid token header. No credentials provided." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Invalid token header. Token string should not contain spaces." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Invalid token." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "User inactive or deleted." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "A server error occurred." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Malformed request." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Incorrect authentication credentials." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Authentication credentials were not provided." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "You do not have permission to perform this action." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Not found." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Method \"{method}\" not allowed." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Could not satisfy the request Accept header." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Unsupported media type \"{media_type}\" in request." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "Request was throttled." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "This field is required." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "This field may not be null." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" is not a valid boolean." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "This field may not be blank." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Ensure this field has no more than {max_length} characters." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Ensure this field has at least {min_length} characters." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Enter a valid email address." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "This value does not match the required pattern." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Enter a valid \"slug\" consisting of letters, numbers, underscores or hyphens." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Enter a valid URL." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "\"{value}\" is not a valid UUID." + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "A valid integer is required." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Ensure this value is less than or equal to {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Ensure this value is greater than or equal to {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "String value too large." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "A valid number is required." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Ensure that there are no more than {max_digits} digits in total." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Ensure that there are no more than {max_decimal_places} decimal places." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Ensure that there are no more than {max_whole_digits} digits before the decimal point." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Datetime has wrong format. Use one of these formats instead: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Expected a datetime but got a date." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Date has wrong format. Use one of these formats instead: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Expected a date but got a datetime." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Time has wrong format. Use one of these formats instead: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" is not a valid choice." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Expected a list of items but got type \"{input_type}\"." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "No file was submitted." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "The submitted data was not a file. Check the encoding type on the form." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "No filename could be determined." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "The submitted file is empty." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Ensure this filename has at most {max_length} characters (it has {length})." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Upload a valid image. The file you uploaded was either not an image or a corrupted image." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "Expected a dictionary of items but got type \"{input_type}\"." + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Invalid page \"{page_number}\": {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "Invalid cursor" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Invalid pk \"{pk_value}\" - object does not exist." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Incorrect type. Expected pk value, received {data_type}." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Invalid hyperlink - No URL match." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Invalid hyperlink - Incorrect URL match." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Invalid hyperlink - Object does not exist." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Incorrect type. Expected URL string, received {data_type}." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "Object with {slug_name}={value} does not exist." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Invalid value." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Invalid data. Expected a dictionary, but got {datatype}." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "This field must be unique." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "The fields {field_names} must make a unique set." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "This field must be unique for the \"{date_field}\" date." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "This field must be unique for the \"{date_field}\" month." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "This field must be unique for the \"{date_field}\" year." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "Invalid version in \"Accept\" header." + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "Invalid version in URL path." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Invalid version in hostname." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Invalid version in query parameter." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "User account is disabled." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Unable to log in with provided credentials." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Must include \"username\" and \"password\"." diff --git a/rest_framework/locale/en_US/LC_MESSAGES/django.mo b/rest_framework/locale/en_US/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..eb60d9d7e1123950e713bfcb32e08531629dca0f GIT binary patch literal 378 zcmYL^K~KUk7=|%=+R?Lz9=zd)8$^Q@4V4vKTsJZXiQX#IS%dA;6{A1Izvpl9TVmu* zp7hY?Yv1qZ_~^TXIY3U3Q{)giL)r|HF3FMq)>V54tBOSM{eDp|3?|liW$?SN8hd;7>Cfw})aIJ3 gU!`l5zgd=381B8c){An$&Dw6XsVEsfYaeue0Zr^?I{*Lx literal 0 HcmV?d00001 diff --git a/rest_framework/locale/en_US/LC_MESSAGES/django.po b/rest_framework/locale/en_US/LC_MESSAGES/django.po index 23f76ff7f..11d94e9ca 100644 --- a/rest_framework/locale/en_US/LC_MESSAGES/django.po +++ b/rest_framework/locale/en_US/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"POT-Creation-Date: 2015-01-30 16:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -69,7 +69,7 @@ msgstr "" msgid "You do not have permission to perform this action." msgstr "" -#: exceptions.py:93 +#: exceptions.py:93 views.py:77 msgid "Not found." msgstr "" @@ -309,6 +309,10 @@ msgstr "" msgid "Invalid version in query parameter." msgstr "" +#: views.py:81 +msgid "Permission denied." +msgstr "" + #: authtoken/serializers.py:20 msgid "User account is disabled." msgstr "" diff --git a/rest_framework/locale/es/LC_MESSAGES/django.mo b/rest_framework/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..814db7be9869ad30aab02fc08c8b1bec51921dc1 GIT binary patch literal 8906 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 bUU$}juqdxl3dikFi@i#n#VLk_(z^Fw@*D2A literal 0 HcmV?d00001 diff --git a/rest_framework/locale/es/LC_MESSAGES/django.po b/rest_framework/locale/es/LC_MESSAGES/django.po new file mode 100644 index 000000000..28ef893d4 --- /dev/null +++ b/rest_framework/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,327 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# José Padilla , 2015 +# Miguel González , 2015 +# Sergio Infante , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django-rest-framework/language/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Cabecera básica inválida. Las credenciales no fueron suministradas." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Cabecera básica inválida. La cadena con las credenciales no debe contener espacios." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Cabecera básica inválida. Las credenciales incorrectamente codificadas en base64." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Nombre de usuario/contraseña inválidos." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Cabecera token inválida. Las credenciales no fueron suministradas." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Cabecera token inválida. La cadena token no debe contener espacios." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Token inválido." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Usuario inactivo o borrado." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Se ha producido un error en el servidor." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Solicitud con formato incorrecto." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Credenciales de autenticación incorrectas." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Las credenciales de autenticación no se proveyeron." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Usted no tiene permiso para realizar esta acción." + +#: exceptions.py:93 +msgid "Not found." +msgstr "No encontrado." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Método \"{method}\" no permitido." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "No se ha podido satisfacer la solicitud de cabecera de Accept." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Tipo de medio \"{media_type}\" incompatible en la solicitud." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "Solicitud fue regulada (throttled)." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Este campo es requerido." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Este campo no puede ser nulo." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" no es un booleano válido." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Este campo no puede estar en blanco." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Asegúrese de que este campo no tenga más de {max_length} caracteres." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Asegúrese de que este campo tenga al menos {min_length} caracteres." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Introduzca una dirección de correo electrónico válida." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Este valor no coincide con el patrón requerido." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Introduzca un \"slug\" válido consistente en letras, números, guiones o guiones bajos." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Introduzca una URL válida." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Introduzca un número entero válido." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Asegúrese de que este valor es menor o igual a {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Asegúrese de que este valor es mayor o igual a {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Cadena demasiado larga." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Se requiere un número válido." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Asegúrese de que no haya más de {max_digits} dígitos en total." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Asegúrese de que no haya más de {max_decimal_places} decimales." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Asegúrese de que no haya más de {max_whole_digits} dígitos en la parte entera." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Fecha/hora con formato erróneo. Use uno de los siguientes formatos en su lugar: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Se esperaba un fecha/hora en vez de una fecha." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Fecha con formato erróneo. Use uno de los siguientes formatos en su lugar: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Se esperaba una fecha en vez de una fecha/hora." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Hora con formato erróneo. Use uno de los siguientes formatos en su lugar: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" no es una elección válida." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Se esperaba una lista de elementos en vez del tipo \"{input_type}\"." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "No se envió ningún archivo." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "La información enviada no era un archivo. Compruebe el tipo de codificación del formulario." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "No se pudo determinar un nombre de archivo." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "El archivo enviado está vació." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Asegúrese de que el nombre de archivo no tenga más de {max_length} caracteres (tiene {length})." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Adjunte una imagen válida. El archivo adjunto o bien no es una imagen o bien está dañado." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Página \"{page_number}\" inválida: {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Clave primaria \"{pk_value}\" inválida - objeto no existe." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Tipo incorrecto. Se esperaba valor de clave primaria y se recibió {data_type}." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Hiperenlace inválido - No hay URL coincidentes." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Hiperenlace inválido - Coincidencia incorrecta de la URL." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Hiperenlace inválido - Objeto no existe." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Tipo incorrecto. Se esperaba una URL y se recibió {data_type}." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "Objeto con {slug_name}={value} no existe." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Valor inválido." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Datos inválidos. Se esperaba un diccionario pero es un {datatype}." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Este campo debe ser único." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "Los campos {field_names} deben formar un conjunto único." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "Este campo debe ser único para el día \"{date_field}\"." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "Este campo debe ser único para el mes \"{date_field}\"." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "Este campo debe ser único para el año \"{date_field}\"." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "Versión inválida en la cabecera \"Accept\"." + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "Versión inválida en la ruta de la URL." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Versión inválida en el nombre de host." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Versión inválida en el parámetro de consulta." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Cuenta de usuario está deshabilitada." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "No puede iniciar sesión con las credenciales proporcionadas." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Debe incluir \"username\" y \"password\"." diff --git a/rest_framework/locale/et/LC_MESSAGES/django.mo b/rest_framework/locale/et/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ca9b6ec4b7616e9efccc29ae0a2b604aa476aef8 GIT binary patch literal 2018 zcma)+OK%)S5XYMk9$B7>c!Y;Su?LbU%&zT(BwAw>;W)^O4VJz3)hf@lciYp`z4T*k z3*~^gaOA=TaX~T{?zu!k0+}ztg);{}1pl60uN}#eGE&cPrn??pRo(T^`LjO?Jg;NC zkMT3c+v)omyzuOSUx54IZSYU91D-h}#7%GxJP$@N>3oI3sgqN(Vx@_T!ogTeESiyI^wJrwWP8Bg?^;*1#B%fj z!Q?s?lA1>XO=43}^GK}O5^KRJ(;EjEtR>B^CtIT1N3`2Y>LP{h5T|kyc2CS#ypOsB z+Cq7vM#k#3Iu`)c5pd1dR z35qpBT}Oz-d2XXYTps1}Nf|q;SCrvAsG&?XDWsMmt*kh^BlD0g7TJb$URl$jJ3DN8 zmR1+my0q<(Go-6*tjd9PAzSu6Rb-#Xp3l0rLyeWMy4ifHI8?JcD13)zrlvp1rlzxN zQ#5^}Gjr|g6dnj>t8%E4i__(9j^viuhpg+^c+J7O4t4vsVo&pZr+iS7J`J|IjggNh zTDh%0Yb;^Uk$W=hO0GJz;Da>^2k>$~gh8j>-re18g=AH2%e|!1MiNu#zCCCcb;KD? zOvok?xAoX$TZZWwNN_A9d;IvtKe6eFP_l#{Rr;r}b=(X{tSOJ0F~WCFmI03Ijxd>) z$jFdnHn2E4#5`^a8;l&4>|@{^4$+wC+nzQ1!v}_ODI{-^$L-MtS4_>vB}0>TFp1+? zi>C$wHC!u0S}BA(P-TgX9Uf?vCQ%kNn&`Ef%u0nD-N&ldOyTfRU)A#Cv|<%g*snwr zU=w0N6)ZT|hA-v4L@!Wirs(_i>L`MgX}QJNi$P8z8p6GCge4BD9aRh0J{FUOG>5iO T2Bn5|(NMuMZ8jh)=nnq_MD1-c literal 0 HcmV?d00001 diff --git a/rest_framework/locale/et/LC_MESSAGES/django.po b/rest_framework/locale/et/LC_MESSAGES/django.po new file mode 100644 index 000000000..dec03d4d8 --- /dev/null +++ b/rest_framework/locale/et/LC_MESSAGES/django.po @@ -0,0 +1,325 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Tõnis Kärdi , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django-rest-framework/language/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "" + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "" + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "" + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Vale kasutajatunnus/salasõna." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "" + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "" + +#: authentication.py:168 +msgid "Invalid token." +msgstr "" + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Kasutaja on inaktiivne või kustutatud." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "" + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "" + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "" + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "" + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "" + +#: exceptions.py:93 +msgid "Not found." +msgstr "" + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "" + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "" + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "" + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "" + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Väli on kohustuslik." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Väli ei tohi olla tühi." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "" + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "" + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "" + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "" + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Sisesta kehtiv e-posti aadress." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Väärtus ei ühti etteantud mustriga." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "" + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Sisesta korrektne URL." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "" + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Veendu, et väärtus on väiksem kui või võrdne väärtusega {max_value}. " + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Veendu, et väärtus on suurem kui või võrdne väärtusega {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Sõne on liiga pikk." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "" + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Veendu, et kokku pole rohkem kui {max_digits}." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Veendu, et komakohti pole rohkem kui {max_decimal_places}. " + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "" + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "" + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "" + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "" + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "" + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "" + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "" + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "" + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "" + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "" + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "" + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "" + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "" + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "" + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "" + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "" + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "" + +#: relations.py:296 +msgid "Invalid value." +msgstr "" + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "" + +#: validators.py:22 +msgid "This field must be unique." +msgstr "" + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Kasutajakonto on suletud" + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Sisselogimine antud tunnusega ebaõnnestus." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Peab sisaldama \"kasutajatunnust\" ja \"slasõna\"." diff --git a/rest_framework/locale/fr/LC_MESSAGES/django.mo b/rest_framework/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..68519d4539c4e2c1b67a343c83889ea9cadc74df GIT binary patch literal 6975 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 literal 0 HcmV?d00001 diff --git a/rest_framework/locale/fr/LC_MESSAGES/django.po b/rest_framework/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 000000000..e8597c305 --- /dev/null +++ b/rest_framework/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,326 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Etienne Desgagné , 2015 +# Martin Maillard , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: French (http://www.transifex.com/projects/p/django-rest-framework/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "En-tête « basic » non valide. Informations d'identification non fournies." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "En-tête « basic » non valide. Les informations d'identification ne doivent pas contenir d'espaces." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "En-tête « basic » non valide. Encodage base64 des informations d'identification incorrect." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Nom d'utilisateur et/ou mot de passe non valide(s)." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "En-tête « token » non valide. Informations d'identification non fournies." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "En-tête « token » non valide. Un token ne doit pas contenir d'espaces." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Token non valide." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Utilisateur inactif ou supprimé." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Une erreur du serveur est survenue." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Requête malformée" + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Informations d'authentification incorrectes." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Informations d'authentification non fournies." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Vous n'avez pas la permission d'effectuer cette action." + +#: exceptions.py:93 +msgid "Not found." +msgstr "" + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Méthode \"{method}\" non autorisée." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "" + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "" + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "" + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Ce champ est obligatoire." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Ce champ ne peut être null." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" n'est pas un booléen valide." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Ce champ ne peut être vide." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Assurez-vous que ce champ comporte au plus {max_length} caractères." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Assurez-vous que ce champ comporte au moins {min_length} caractères." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Saisissez une adresse email valable." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Cette valeur ne satisfait pas le motif imposé." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Ce champ ne doit contenir que des lettres, des nombres, des tirets bas _ et des traits d'union." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Saisissez une URL valide." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Saisissez un nombre entier valide." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Assurez-vous que cette valeur est inférieure ou égale à {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Assurez-vous que cette valeur est supérieure ou égale à {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Chaîne de caractères trop longue." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Un nombre valide est requis." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Assurez-vous qu'il n'y a pas plus de {max_digits} chiffres au total." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Assurez-vous qu'il n'y a pas plus de {max_decimal_places} chiffres après la virgule." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Assurez-vous qu'il n'y a pas plus de {max_whole_digits} chiffres avant la virgule." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "" + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "" + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" n'est pas un choix valide." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "" + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Aucun fichier n'a été soumis." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "La donnée soumise n'est pas un fichier. Vérifiez le type d'encodage du formulaire." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Le nom de fichier n'a pu être déterminé." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "Le fichier soumis est vide." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Assurez-vous que le nom de fichier comporte au plus {max_length} caractères (il en comporte {length})." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Transférez une image valide. Le fichier que vous avez transféré n'est pas une image, ou il est corrompu." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Page \"{page_number}\" non valide : {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Clé primaire \"{pk_value}\" non valide - l'objet n'existe pas." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "" + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "" + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "" + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "" + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "L'object avec {slug_name}={value} n'existe pas." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Valeur non valide." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "" + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Ce champ doit être unique." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "Les champs {field_names} doivent former un ensemble unique." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "Ce champ doit être unique pour la date \"{date_field}\"." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "Ce champ doit être unique pour le mois \"{date_field}\"." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "Ce champ doit être unique pour l'année \"{date_field}\"." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "Version non valide dans l'en-tête « Accept »." + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "Version non valide dans l'URL." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Version non valide dans le nom d'hôte." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Version non valide dans le paramètre de requête." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Ce compte est désactivé." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Impossible de se connecter avec les informations d'identification fournies." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "\"username\" et \"password\" doivent être inclus." diff --git a/rest_framework/locale/hu/LC_MESSAGES/django.mo b/rest_framework/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..451b0b9ad2aa949c517f7f00a846a35397bf7bcd GIT binary patch literal 9215 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 literal 0 HcmV?d00001 diff --git a/rest_framework/locale/hu/LC_MESSAGES/django.po b/rest_framework/locale/hu/LC_MESSAGES/django.po new file mode 100644 index 000000000..14fb6544d --- /dev/null +++ b/rest_framework/locale/hu/LC_MESSAGES/django.po @@ -0,0 +1,325 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Zoltan Szalai , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django-rest-framework/language/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Érvénytelen basic fejlécmező. Nem voltak megadva azonosítók." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Érvénytelen basic fejlécmező. Az azonosító karakterlánc nem tartalmazhat szóközöket." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Érvénytelen basic fejlécmező. Az azonosítók base64 kódolása nem megfelelő." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Érvénytelen felhasználónév/jelszó." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Érvénytelen token fejlécmező. Nem voltak megadva azonosítók." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Érvénytelen token fejlécmező. A token karakterlánc nem tartalmazhat szóközöket." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Érvénytelen token." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "A felhasználó nincs aktiválva vagy törölve lett." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Szerver oldali hiba történt." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Hibás kérés." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Hibás azonosítók." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Nem voltak megadva azonosítók." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Nincs jogosultsága a művelet végrehajtásához." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Nem található." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "A \"{method}\" metódus nem megengedett." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "A kérés Accept fejlécmezőjét nem lehetett kiszolgálni." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Nem támogatott média típus \"{media_type}\" a kérésben." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "A kérés korlátozva lett." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Ennek a mezőnek a megadása kötelező." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Ez a mező nem lehet null értékű." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "Az \"{input}\" nem egy érvényes logikai érték." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Ez a mező nem lehet üres." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Bizonyosodjon meg arról, hogy ez a mező legfeljebb {max_length} karakterből áll." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Bizonyosodjon meg arról, hogy ez a mező legalább {min_length} karakterből áll." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Adjon meg egy érvényes e-mail címet!" + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Ez az érték nem illeszkedik a szükséges mintázatra." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Az URL barát cím csak betűket, számokat, aláhúzásokat és kötőjeleket tartalmazhat." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Adjon meg egy érvényes URL-t!" + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Egy érvényes egész szám megadása szükséges." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Bizonyosodjon meg arról, hogy ez az érték legfeljebb {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Bizonyosodjon meg arról, hogy ez az érték legalább {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "A karakterlánc túl hosszú." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Egy érvényes szám megadása szükséges." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Bizonyosodjon meg arról, hogy a számjegyek száma összesen legfeljebb {max_digits}." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Bizonyosodjon meg arról, hogy a tizedes tört törtrészében levő számjegyek száma összesen legfeljebb {max_decimal_places}." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Bizonyosodjon meg arról, hogy a tizedes tört egész részében levő számjegyek száma összesen legfeljebb {max_whole_digits}." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "A dátum formátuma hibás. Használja ezek valamelyikét helyette: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Időt is tartalmazó dátum helyett egy időt nem tartalmazó dátum lett elküldve." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "A dátum formátuma hibás. Használja ezek valamelyikét helyette: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Időt nem tartalmazó dátum helyett egy időt is tartalmazó dátum lett elküldve." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Az idő formátuma hibás. Használja ezek valamelyikét helyette: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "Az \"{input}\" nem egy érvényes elem." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Elemek listája helyett \"{input_type}\" lett elküldve." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Semmilyen fájl sem került feltöltésre." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "Az elküldött adat nem egy fájl volt. Ellenőrizze a kódolás típusát az űrlapon!" + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "A fájlnév nem megállapítható." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "A küldött fájl üres." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Bizonyosodjon meg arról, hogy a fájlnév legfeljebb {max_length} karakterből áll (jelenlegi hossza: {length})." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Töltsön fel egy érvényes képfájlt! A feltöltött fájl nem kép volt, vagy megsérült." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Érvénytelen oldal \"{page_number}\": {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Érvénytelen pk \"{pk_value}\" - az objektum nem létezik." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Helytelen típus. pk érték helyett {data_type} lett elküldve." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Érvénytelen link - Nem illeszkedő URL." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Érvénytelen link. - Eltérő URL illeszkedés." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Érvénytelen link - Az objektum nem létezik." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Helytelen típus. URL karakterlánc helyett {data_type} lett elküldve." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "Nem létezik olyan objektum, amelynél {slug_name}={value}." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Érvénytelen érték." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Érvénytelen adat. Egy dictionary helyett {datatype} lett elküldve." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Ennek a mezőnek egyedinek kell lennie." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "A {field_names} mezőnevek nem tartalmazhatnak duplikátumot." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "A mezőnek egyedinek kell lennie a \"{date_field}\" dátumra." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "A mezőnek egyedinek kell lennie a \"{date_field}\" hónapra." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "A mezőnek egyedinek kell lennie a \"{date_field}\" évre." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "Érvénytelen verzió az \"Accept\" fejlécmezőben." + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "Érvénytelen verzió az URL elérési útban." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Érvénytelen verzió a hosztnévben." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Érvénytelen verzió a lekérdezési paraméterben." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "A felhasználó tiltva van." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "A megadott azonosítókkal nem lehet bejelentkezni." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Tartalmaznia kell a \"felhasználónevet\" és a \"jelszót\"." diff --git a/rest_framework/locale/id/LC_MESSAGES/django.mo b/rest_framework/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7fc98bdaa21e378da8d522b30e9e9ea1ca6cb2b1 GIT binary patch literal 497 zcmZut%T59@6xHZzmabjgg$s?A&OlTwVvIZz5{Lvx_jTqn6ldB=TLeGEZ}D&Z7ViLo zjVC$j>)d

F>$$_W|LMcuG7Y9ucpI6`I5!dc32x((Ev{W{!zxgOt6Yb;@V~-MQ46 zfl2QrhN+bWE{**NCRiHl*~n!oWlxLDvDgR*#?LY9Sd^YhSyy@#P!FSP7DlWQLUbeQ zjmwZgLN>uqRayM6yWQx9(s>qJsa-C;u>#_mDWrqW%qr&Z_)>s)~5I3GaBx({*NMk<53QdA@DRRmv}d z(O}fu|58*7gO1T2HI4gKQf`kc&&ymY-GXE$twY~_jr****H!jYw5+ESlPaAFXud1I g8(x4)gK@sFGG~2b3nxIA>!WK&E!b?^VJkTJ11ofv761SM literal 0 HcmV?d00001 diff --git a/rest_framework/locale/id/LC_MESSAGES/django.po b/rest_framework/locale/id/LC_MESSAGES/django.po new file mode 100644 index 000000000..99b705467 --- /dev/null +++ b/rest_framework/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,324 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django-rest-framework/language/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "" + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "" + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "" + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "" + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "" + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "" + +#: authentication.py:168 +msgid "Invalid token." +msgstr "" + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "" + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "" + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "" + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "" + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "" + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "" + +#: exceptions.py:93 +msgid "Not found." +msgstr "" + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "" + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "" + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "" + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "" + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "" + +#: fields.py:154 +msgid "This field may not be null." +msgstr "" + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "" + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "" + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "" + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "" + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "" + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "" + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "" + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "" + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "" + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "" + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "" + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "" + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "" + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "" + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "" + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "" + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "" + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "" + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "" + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "" + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "" + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "" + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "" + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "" + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "" + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "" + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "" + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "" + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "" + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "" + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "" + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "" + +#: relations.py:296 +msgid "Invalid value." +msgstr "" + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "" + +#: validators.py:22 +msgid "This field must be unique." +msgstr "" + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "" + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "" + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "" diff --git a/rest_framework/locale/it/LC_MESSAGES/django.mo b/rest_framework/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..82ceb810ee45de6ce8cb4e6aa3258d2e98ffd69d GIT binary patch literal 5334 zcmbuCU5p$@5yyulhH!j@gz%AsK<5aYO}u+PhY)LxkuPVPoOCv}IU6OBuzF|ub~~P# z-c0x0*=HFEgn&mxlxGM*2#E(igoIEc@!$tuK|%t7KtYOxK)iv(3rPH`XLfJ*Y-39q zdG7D->8h@(uB!g;pYOZtrG%%$`yt-1z9mVHfd9CIKRmDBnIw;Ze*qPE=UqwiLGV#f z)*k^M0-ps%$0oQR{2ure_#5y9c>kUx`7HPxcocjEJP*DBJ_#OvD=+B59{3|r=Kl_^ zf%9)mlKVgh%D!I#KMH=k#cSXbjQW0TuWxI0s$orj9dL0yh{t1eG54DNsfbG1|=@P0wwNy-jgI}z-3VUdJ%jS{2{ms{<_5n?`_T_1NSli z6Hwy*NAL`IFGiy>Nx_eR9uz-bNeTcGIud5gaTC13sxO8gGq-^A;SV9aOmlgz&i66VPxxgZZ|9rfM;VoI`?mk>@K zi8)6ZpNCr)n#5-heS#foq#W~M&HU6q<$Eq23liSu~2R4X&L>yDW1)bl%f~_GL zaiI~PsOcNxB3_ss!yE@brIusgu!bX&u;VOg#kpK5Y1$B<|jR|oXr#cBE5);wfcz+`~j%7zqbdRfM-skmT zUZt+|)(1<5kx{t`;@W=IR z{?f=0wv7EVN$h?d)F2kI3?)ggTN5*PcHPXH9J|G68%*IR3d7}*QEjidAcL#(-DI`I zg9-zbzG=bADndm=3GSjP$91SqxtX%wspcCmUys5*R1#7@oK!r44w_Wdaeb185_DJ_b|!ITL@m*I60|3iz6{V~tomb9IdHG#5a zn%5bj8SgN!bcxJ(AEJb(8#Xs;i|qGxzpx|&;_b9pMY>1_>q`l7*c3*yAkc-#ly0(4 zbxlMYZDgq_M&Yu2oD>-U*=ev-^M$?~ZD)smuFH!vLQ@~hI?rdniH}Itr6nlchNQOTEQT&*$}y&G!2jU;~F%e8@(jO0`)VbqDV<3c-Kx#vmR&T7^< zPZcuPQ^%gy<-n=4$3MTWHY(19B)K?u)`K%Oiu>(9T?3^{5R<^kDx+j};Yc#~pdZkOB>)@)MS|7TC zbXgfz(nXB=ba2H{-n5z4oW=ti=)LXI^3a+gwDj_MUo?GT(n_v-`vU7lgD>LwA4K?w?esb6L;3>06i7V zrLf2~WXr>`gL@N>oLfK9IkdA*w%;&S=Qyn*qjr1hP~V1$Mn0dOgFjq4OQ86Xo-vy^)zi$ITDr9jJwzjq;u9ZOiLqr|8itnIAZ0$+wmqH8m2Cz2!*+ z(6%heM3#i>(i+WMcJw`FE4yS+`)7s8mvb-7GfeJtx6 zr8c3U(#But0%o%&`zfT|1whvPUrmu^-IlgilT;*|)9zz18XN4b4cg7gxR>~?bd&Z% zKZuMC)4R#j@fT4{-G-V;I<;|9(`sa%7E;0pZy~js3-hI+Nz|mL?kLXOW@Y+NiDrTP z+<~)gbDj;gvkgm(trJERyW$RAi~S+mW|Q+xpP#ZeIotMY$>m7nbf6Ey-yGCnhQHBe zpytx>f=iAW2t&)@uxGw>lbz=k;~5ecZyV|6ausY^L7k`4U1`;1WsZ%Ai`S9viG8E` z+E0}<{@4>5YKLHRJp_Kh#sQ*HVyu>Q+pL`|TZw(b_4~OUu(Yzwoe^?6ZXvrj!2<7D zBnJ^?+XdelTOkZ@w~|c4&{_%6OGSR_7UG&2$ZvLK^D*lqhP$t__J-p)<2^y, 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/django-rest-framework/language/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "" + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "" + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "" + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Nome utente/password non validi" + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Header del token non valido. Credenziali non fornite." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Header del token non valido. Il contenuto del token non dovrebbe contenere spazi." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Token invalido." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Utente inattivo o eliminato." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Errore del server." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Richiesta malformata." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Credenziali di autenticazione incorrette." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Non sono state immesse le credenziali di autenticazione." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Non hai l'autorizzazione per eseguire questa azione." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Non trovato." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Metodo \"{method}\" non consentito" + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Impossibile soddisfare l'header \"Accept\" presente nella richiesta." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Tipo di media \"{media_type}\"non supportato." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "" + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Campo obbligatorio." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Il campo non puà essere nullo." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" non è un valido valore booleano." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Questo campo non può essere omesso." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Assicurati che questo campo non abbia più di {max_length} caratteri." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Assicurati che questo campo abbia almeno {max_length} caratteri." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Inserisci un indirizzo email valido." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "" + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Immetti uno \"slug\" valido che consista di lettere, numeri, underscore o trattini." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Inserisci un URL valido" + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "È richiesto un numero intero valido." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Assicurati che il valore sia minore o uguale a {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Assicurati che il valore sia maggiore o uguale a {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "" + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "È richiesto un numero valido." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Assicurati che non ci siano più di {max_digits} cifre in totale." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Assicurati che non ci siano più di {max_decimal_places} cifre decimali." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Assicurati che non ci siano più di {max_whole_digits} cifre prima del separatore decimale." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "L'oggetto di tipo datetime è in un formato errato. Usa uno dei seguenti formati: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Atteso un oggetto di tipo datetime ma l'oggetto ricevuto è di tipo date." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "La data è in un formato errato. Usa uno dei seguenti formati: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Atteso un oggetto di tipo date ma l'oggetto ricevuto è di tipo datetime." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" non è una scelta valida." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Attesa una lista di oggetti ma l'oggetto ricevuto è di tipo \"{input_type}\"." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Non è stato inviato alcun file." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "" + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Il nome del file non può essere determinato." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "Il file inviato è vuoto." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "" + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "" + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "" + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "" + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "" + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "" + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "" + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "" + +#: relations.py:296 +msgid "Invalid value." +msgstr "Valore non valido." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "" + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Questo campo deve essere unico." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "L'account dell'utente è disabilitato" + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Impossibile eseguire il log in con le credenziali immesse." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Deve includere \"nome utente\" e \"password\"." diff --git a/rest_framework/locale/ko_KR/LC_MESSAGES/django.mo b/rest_framework/locale/ko_KR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..457bb53c2dd4b75e2b03631039ab60c71f64e3e1 GIT binary patch literal 8555 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 literal 0 HcmV?d00001 diff --git a/rest_framework/locale/ko_KR/LC_MESSAGES/django.po b/rest_framework/locale/ko_KR/LC_MESSAGES/django.po new file mode 100644 index 000000000..963fe89a5 --- /dev/null +++ b/rest_framework/locale/ko_KR/LC_MESSAGES/django.po @@ -0,0 +1,325 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# SUN CHOI , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/django-rest-framework/language/ko_KR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko_KR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "기본 헤더(basic header)가 유효하지 않습니다. 인증데이터(credentials)가 제공되지 않았습니다." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "기본 헤더(basic header)가 유효하지 않습니다. 인증데이터(credentials) 문자열은 빈칸(spaces)을 포함하지 않아야 합니다." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "기본 헤더(basic header)가 유효하지 않습니다. 인증데이터(credentials)가 base64로 적절히 부호화(encode)되지 않았습니다." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "아이디/비밀번호가 유효하지 않습니다." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "토큰 헤더가 유효하지 않습니다. 인증데이터(credentials)가 제공되지 않았습니다." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "토큰 헤더가 유효하지 않습니다. 토큰 문자열은 빈칸(spaces)를 포함하지 않아야 합니다." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "토큰이 유효하지 않습니다." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "계정이 중지되었거나 삭제되었습니다." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "서버 장애가 발생했습니다." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "잘못된 요청입니다." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "자격 인증데이터(authentication credentials)가 정확하지 않습니다." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "자격 인증데이터(authentication credentials)가 제공되지 않았습니다." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "이 작업을 " + +#: exceptions.py:93 +msgid "Not found." +msgstr "찾을 수 없습니다." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "메소드(Method) \"{method}\"는 허용되지 않습니다." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "" + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "요청된 \"{media_type}\"가 지원되지 않는 미디어 형태입니다." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "요청이 지연(throttled)되었습니다." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "이 항목을 채워주십시오." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "" + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\"이 유효하지 않은 부울(boolean)입니다." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "" + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "이 칸이 글자 수가 {max_length} 이하인지 확인하십시오." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "이 칸이 글자 수가 적어도 {min_length} 이상인지 확인하십시오." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "유효한 이메일 주소를 입력하십시오." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "형식에 맞지 않는 값입니다." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "문자, 숫자, 밑줄( _ ) 또는 하이픈( - )으로 이루어진 유효한 \"slug\"를 입력하십시오." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "유효한 URL을 입력하십시오." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "유효한 정수(integer)를 넣어주세요." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "이 값이 {max_value}보다 작거나 같은지 확인하십시오." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "이 값이 {min_value}보다 크거나 같은지 확인하십시오." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "문자열 값이 너무 큽니다." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "유효한 숫자를 넣어주세요." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "전체 숫자(digits)가 {max_digits} 이하인지 확인하십시오." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "소수점 자릿수가 {max_decimal_places} 이하인지 확인하십시오." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "소수점 자리 앞에 숫자(digits)가 {max_whole_digits} 이하인지 확인하십시오." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Datetime의 포멧이 잘못되었습니다. 이 형식들 중 한가지를 사용하세요: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "예상된 datatime 대신 date를 받았습니다." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Date의 포멧이 잘못되었습니다. 이 형식들 중 한가지를 사용하세요: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "예상된 date 대신 datetime을 받았습니다." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Time의 포멧이 잘못되었습니다. 이 형식들 중 한가지를 사용하세요: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\"이 유효하지 않은 선택(choice)입니다." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "아이템 리스트가 예상되었으나 \"{input_type}\"를 받았습니다." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "파일이 제출되지 않았습니다." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "제출된 데이터는 파일이 아닙니다. 제출된 서식의 인코딩 형식을 확인하세요." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "파일명을 알 수 없습니다." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "제출된 파일이 비어있습니다." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "이 파일명의 글자수가 최대 {max_length}를 넘지 않는지 확인하십시오. (이것은 {length}가 있습니다)." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "유효한 이미지 파일을 업로드 하십시오. 업로드 하신 파일은 이미지 파일이 아니거나 손상된 이미지 파일입니다." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "유효하지 않은 page \"{page_number}\": {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "유효하지 않은 pk \"{pk_value}\" - 객체가 존재하지 않습니다." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "잘못된 형식입니다. pk 값 대신 {data_type}를 받았습니다." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "유효하지 않은 하이퍼링크 - 일치하는 URL이 없습니다." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "유효하지 않은 하이퍼링크 - URL이 일치하지 않습니다." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "유효하지 않은 하이퍼링크 - 객체가 존재하지 않습니다." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "잘못된 형식입니다. URL 문자열을 예상했으나 {data_type}을 받았습니다." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "{slug_name}={value} 객체가 존재하지 않습니다." + +#: relations.py:296 +msgid "Invalid value." +msgstr "값이 유효하지 않습니다." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "유효하지 않은 데이터. 딕셔너리(dictionary)대신 {datatype}를 받았습니다." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "" + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "사용자 계정을 사용할 수 없습니다." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "제공된 인증데이터(credentials)로는 로그인할 수 없습니다." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "\"아이디\"와 \"비밀번호\"를 포함해야 합니다." diff --git a/rest_framework/locale/mk/LC_MESSAGES/django.mo b/rest_framework/locale/mk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fc58662692761e907d5ab84799e84626140826fd GIT binary patch literal 10731 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, 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django-rest-framework/language/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Невалиден основен header. Не се внесени податоци за автентикација." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Невалиден основен header. Автентикационата низа не треба да содржи празни места." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Невалиден основен header. Податоците за автентикација не се енкодирани со base64." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Невалидно корисничко име/лозинка." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Невалиден токен header. Не се внесени податоци за најава." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Невалиден токен во header. Токенот не треба да содржи празни места." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Невалиден токен." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Корисникот е деактивиран или избришан." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Настана серверска грешка." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Неправилен request." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Неточни податоци за најава." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Не се внесени податоци за најава." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Немате дозвола да го сторите ова." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Не е пронајдено ништо." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Методата \"{method}\" не е дозволена." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Не може да се исполни барањето на Accept header-от." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Media типот „{media_type}“ не е поддржан." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "Request-от е забранет заради ограничувања." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Ова поле е задолжително." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Ова поле не смее да биде недефинирано." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" не е валиден boolean." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Ова поле не смее да биде празно." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Ова поле не смее да има повеќе од {max_length} знаци." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Ова поле мора да има барем {min_length} знаци." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Внесете валидна email адреса." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Ова поле не е по правилната шема/барање." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Внесете валидно име што содржи букви, бројки, долни црти или црти." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Внесете валиден URL." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Задолжителен е валиден цел број." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Вредноста треба да биде помала или еднаква на {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Вредноста треба да биде поголема или еднаква на {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Вредноста е преголема." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Задолжителен е валиден број." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Не смее да има повеќе од {max_digits} цифри вкупно." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Не смее да има повеќе од {max_decimal_places} децимални места." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Не смее да има повеќе од {max_whole_digits} цифри пред децималната точка." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Датата и времето се со погрешен формат. Користете го овој формат: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Очекувано беше дата и време, а внесено беше само дата." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Датата е со погрешен формат. Користете го овој формат: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Очекувана беше дата, а внесени беа и дата и време." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Времето е со погрешен формат. Користете го овој формат: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "„{input}“ не е валиден избор." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Очекувана беше листа, а внесено беше „{input_type}“." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Ниеден фајл не е качен (upload-иран)." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "Испратените податоци не се фајл. Проверете го encoding-от на формата." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Не може да се открие име на фајлот." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "Качениот (upload-иран) фајл е празен." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Името на фајлот треба да има највеќе {max_length} знаци (а има {length})." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Качете (upload-ирајте) валидна слика. Фајлот што го качивте не е валидна слика или е расипан." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Невалидна страна „{page_number}“: {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Невалиден pk „{pk_value}“ - објектот не постои." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Неточен тип. Очекувано беше pk, а внесено {data_type}." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Невалиден хиперлинк - не е внесен URL." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Невалиден хиперлинк - внесен е неправилен URL." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Невалиден хиперлинк - Објектот не постои." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Неточен тип. Очекувано беше URL, a внесено {data_type}." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "Објектот со {slug_name}={value} не постои." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Невалидна вредност." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Невалидни податоци. Очекуван беше dictionary, а внесен {datatype}." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Ова поле мора да биде уникатно." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "Полињата {field_names} заедно мора да формираат уникатен збир." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "Ова поле мора да биде уникатно за „{date_field}“ датата." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "Ова поле мора да биде уникатно за „{date_field}“ месецот." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "Ова поле мора да биде уникатно за „{date_field}“ годината." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "Невалидна верзија во „Accept“ header-от." + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "Невалидна верзија во URL патеката." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Невалидна верзија во hostname-от." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Невалидна верзија во query параметарот." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Сметката на корисникот е деактивирана." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Не може да се најавите со податоците за најава." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Мора да се внесе „username“ и „password“." diff --git a/rest_framework/locale/nl/LC_MESSAGES/django.mo b/rest_framework/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b0e1ad77f0b8bf6b03341992ca76fcef6e3eb52f GIT binary patch literal 499 zcmZut%TB{E5G;aIj+{9di9;)JowNclkW!N2ziFQKprEnkTrV9AH2N7wbtx0H+m%^pp%%s31g*JJ{hjK zN;FxFUP7`oJQtNVAI?G)+5nx|M8@=~Oe_txPn`L4NC!r6z^8P`LHMNOde_wTXxAm) zjo;~Bx(F1~h4_@U#s9k7t!~OK(9m#YGY;DLBusVAEg7UnT9AU=gU%n3(XP;rbpGH> zapsaIf`)?Un4yFyCCwC|@ENPBstt8ZxfJVK&x&ns%L*26;!-2fcORE!yM9b%tmVum zv(e#$yteBMv;v`U(ysy|gIEJAGA>o0L@75`K=2xlY44z`?U%yPk&1LIRpOK0yM+DR jK2e!7&q~8HI@Tt)SSU6}8+7_)yA7I(oCm~f^_|8a9wC*1 literal 0 HcmV?d00001 diff --git a/rest_framework/locale/nl/LC_MESSAGES/django.po b/rest_framework/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 000000000..a12155124 --- /dev/null +++ b/rest_framework/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,324 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django-rest-framework/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "" + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "" + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "" + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "" + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "" + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "" + +#: authentication.py:168 +msgid "Invalid token." +msgstr "" + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "" + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "" + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "" + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "" + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "" + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "" + +#: exceptions.py:93 +msgid "Not found." +msgstr "" + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "" + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "" + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "" + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "" + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "" + +#: fields.py:154 +msgid "This field may not be null." +msgstr "" + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "" + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "" + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "" + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "" + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "" + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "" + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "" + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "" + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "" + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "" + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "" + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "" + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "" + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "" + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "" + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "" + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "" + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "" + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "" + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "" + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "" + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "" + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "" + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "" + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "" + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "" + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "" + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "" + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "" + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "" + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "" + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "" + +#: relations.py:296 +msgid "Invalid value." +msgstr "" + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "" + +#: validators.py:22 +msgid "This field must be unique." +msgstr "" + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "" + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "" + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "" diff --git a/rest_framework/locale/pl/LC_MESSAGES/django.mo b/rest_framework/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9db72cfb3535780580d2702aae172af4eed6c5d8 GIT binary patch literal 8981 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, 2015 +# Maciek Olko , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/django-rest-framework/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Niepoprawny podstawowy nagłówek. Brak danych uwierzytelniających." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Niepoprawny podstawowy nagłówek. Ciąg znaków danych uwierzytelniających nie powinien zawierać spacji." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Niepoprawny podstawowy nagłówek. Niewłaściwe kodowanie base64 danych uwierzytelniających." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Niepoprawna nazwa użytkownika lub hasło." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Niepoprawny nagłówek tokena. Brak danych uwierzytelniających." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Niepoprawny nagłówek tokena. Token nie może zawierać odstępów." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Niepoprawny token." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Użytkownik nieaktywny lub usunięty." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Wystąpił błąd serwera." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Zniekształcone żądanie." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Błędne dane uwierzytelniające." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Nie podano danych uwierzytelniających." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Nie masz uprawnień, by wykonać tę czynność." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Nie znaleziono." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Niedozwolona metoda \"{method}\"." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Nie można zaspokoić nagłówka Accept żądania." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Brak wsparcia dla żądanego typu danych \"{media_type}\"." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "Żądanie zostało zdławione." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "To pole jest wymagane." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Pole nie może mieć wartości null." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" nie jest poprawną wartością logiczną." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "To pole nie może być puste." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Upewnij się, że to pole ma nie więcej niż {max_length} znaków." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Upewnij się, że pole ma co najmniej {min_length} znaków." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Podaj poprawny adres e-mail." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Ta wartość nie pasuje do wymaganego wzorca." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Wprowadź poprawną wartość pola typu \"slug\", składającą się ze znaków łacińskich, cyfr, podkreślenia lub myślnika." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Wprowadź poprawny adres URL." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Wymagana poprawna liczba całkowita." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Upewnij się, że ta wartość jest mniejsza lub równa {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Upewnij się, że ta wartość jest większa lub równa {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Za długi ciąg znaków." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Wymagana poprawna liczba." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Upewnij się, że liczba ma nie więcej niż {max_digits} cyfr." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Upewnij się, że liczba ma nie więcej niż {max_decimal_places} cyfr dziesiętnych." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Upewnij się, że liczba ma nie więcej niż {max_whole_digits} cyfr całkowitych." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Wartość daty z czasem ma zły format. Użyj jednego z dostępnych formatów: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Oczekiwano datę z czasem, otrzymano tylko datę." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Data ma zły format. Użyj jednego z tych formatów: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Oczekiwano daty a otrzymano datę z czasem." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Błędny format czasu. Użyj jednego z dostępnych formatów: {format}" + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" nie jest poprawnym wyborem." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Oczekiwano listy elementów, a otrzymano dane typu \"{input_type}\"." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Nie przesłano pliku." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "Przesłane dane nie były plikiem. Sprawdź typ kodowania formatki." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Nie można określić nazwy pliku." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "Przesłany plik jest pusty." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Upewnij się, że nazwa pliku ma długość co najwyżej {max_length} znaków (aktualnie ma {length})." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Prześlij poprawny plik graficzny. Przesłany plik albo nie jest grafiką lub jest uszkodzony." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Niepoprawna strona \"{page_number}\": {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Błędny klucz główny \"{pk_value}\" - obiekt nie istnieje." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Błędny typ danych. Oczekiwano wartość klucza głównego, otrzymano {data_type}." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Błędny hyperlink - nie znaleziono pasującego adresu URL." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Błędny hyperlink - błędne dopasowanie adresu URL." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Błędny hyperlink - obiekt nie istnieje." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Błędny typ danych. Oczekiwano adresu URL, otrzymano {data_type}" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "Obiekt z polem {slug_name}={value} nie istnieje" + +#: relations.py:296 +msgid "Invalid value." +msgstr "Niepoprawna wartość." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Niepoprawne dane. Oczekiwano słownika, otrzymano {datatype}." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Wartość dla tego pola musi być unikalna." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "Pola {field_names} muszą tworzyć unikalny zestaw." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "To pole musi mieć unikalną wartość dla jednej daty z pola \"{date_field}\"." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "To pole musi mieć unikalną wartość dla konkretnego miesiąca z pola \"{date_field}\"." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "To pole musi mieć unikalną wartość dla konkretnego roku z pola \"{date_field}\"." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "Błędna wersja w nagłówku \"Accept\"." + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "Błędna wersja w ścieżce URL." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Błędna wersja w nazwie hosta." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Błędna wersja w parametrach zapytania." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Konto użytkownika jest nieaktywne." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Podane dane uwierzytelniające nie pozwalają na zalogowanie." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Musi zawierać \"username\" i \"password\"." diff --git a/rest_framework/locale/pt_BR/LC_MESSAGES/django.mo b/rest_framework/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..49f019294e3fc9e303cb056b1cc156ba926e54fb GIT binary patch literal 8729 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 literal 0 HcmV?d00001 diff --git a/rest_framework/locale/pt_BR/LC_MESSAGES/django.po b/rest_framework/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 000000000..3f272f714 --- /dev/null +++ b/rest_framework/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,326 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Craig Blaszczyk , 2015 +# Filipe Rinaldi , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/django-rest-framework/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Cabeçalho básico inválido. Credenciais não fornecidas." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Cabeçalho básico inválido. String de credenciais não deve incluir espaços." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Cabeçalho básico inválido. Credenciais codificadas em base64 incorretamente." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Usário ou senha inválido." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Cabeçalho de token inválido. Credenciais não fornecidas." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Cabeçalho de token inválido. String de token não deve incluir espaços." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Token inválido." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Usuário inativo ou removido." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Ocorreu um erro de servidor." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Pedido malformado." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Credenciais de autenticação incorretas." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "As credenciais de autenticação não foram fornecidas." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Você não tem persmissao para executar essa ação." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Não encontrado." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Método \"{method}\" não é permitido." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Não foi possível satisfazer a requisição do cabeçalho Accept." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Media type \"{media_type}\" no pedido não é suportado." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "Pedido foi limitado." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Este campo é obrigatório." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Este campo não pode ser nulo." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" não é um valor boleano válido." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Este campo não pode ser em branco." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Certifique-se de que este campo não tenha mais de {max_length} caracteres." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Certifique-se de que este campo tenha mais de {min_length} caracteres." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Insira um endereço de email válido." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Este valor não corresponde ao padrão exigido." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Entrar um \"slug\" válido que consista de letras, números, sublinhados ou hífens." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Entrar um URL válido." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Um número inteiro válido é exigido." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Certifique-se de que este valor seja inferior ou igual a {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Certifque-se de que este valor seja maior ou igual a {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Valor da string é muito grande." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Um número válido é necessário." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Certifique-se de que não haja mais de {max_digits} dígitos no total." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Certifique-se de que não haja mais de {max_decimal_places} casas decimais." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Certifique-se de que não haja mais de {max_whole_digits} dígitos antes do ponto decimal." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Formato inválido para data e hora. Use um dos formatos a seguir: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Data e hora são necessários mas apenas data foi encontrada." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Formato inválido para data. Use um dos formatos a seguir: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Necessário uma data mas recebeu uma data e hora." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Tempo tem formato errado. Usa um desses em vez disso: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" não é um escolha válido." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Necessário uma lista de itens, mas recebeu tipo \"{input_type}\"." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Ficheiro não foi submetido." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "Os dados submetidos nao foram um ficheiro. Certifique-se do tipo de codificação no formulário." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Nome do arquivo não pode ser determinado." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "O arquivo submetido ésta vázio." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Certifique-se de que o nome do ficheiro tem menos de {max_length} caracteres (tem {length})." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Fazer upload de um imagem válido. O arquivo mandou não foi um imagem ou foi corrupto." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Página inválido \"{page_number}\": {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Pk inválido \"{pk_value}\" - objeto não existe." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Tipo incorreto. Necessário valor pk, recebeu {data_type}." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Hyperlink inválido - URL não combinou." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Hyperlink inválido - URL combinou errado." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Hyperlink inválido - objeto não existe." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Tipo incorreto. Necessário string URL, recebeu {data_type}." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "Objeto com {slug_name}={value} não existe." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Valor inválido." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Data inválido. Necessário um dicionário mas recebeu {datatype}." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Esse campo deve ser unico." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "Os campos {field_names} devem criar um set unico." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "O campo deve ser unico pela data \"{date_field}\"." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "O campo deve ser unico pelo anô \"{date_field}\"." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "O campo deve ser unico pela mês \"{date_field}\"." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "Versão inválido no cabeçalho \"Accept\"." + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "Versão inválido no caminho de URL." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Versão inválido no hostname." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Versão inválida no parâmetro de query." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Conta de usário desabilitada." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Impossível fazer login com as credenciais fornecidas." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Obrigatório incluir \"usuário\" e \"senha\"." diff --git a/rest_framework/locale/ru/LC_MESSAGES/django.mo b/rest_framework/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d1555f1fbccfba1f8931089d25d9481707249c12 GIT binary patch literal 9778 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, 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/django-rest-framework/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Недопустимый заголовок. Не предоставлены учетные данные." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Недопустимый заголовок. Учетные данные не должны содержать пробелов." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Недопустимый заголовок. Учетные данные некорректно закодированны в base64." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Недопустимые имя пользователя или пароль." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Недопустимый заголовок токена. Не предоставлены учетные данные." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Недопустимый заголовок токена. Токен не должен содержать пробелов." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Недопустимый токен." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Пользователь неактивен или удален." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Произошла ошибка сервера." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Искаженный запрос." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Некорректные учетные данные." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Учетные данные не были предоставлены." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "У вас нет прав для выполнения этой операции." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Не найдено." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Метод \"{method}\" не разрешен." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Невозможно удовлетворить \"Accept\" заголовок запроса." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Неподдерживаемый тип данных \"{media_type}\" в запросе." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "Запрос был проигнорирован." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Это поле обязательно." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Это поле не может быть null." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" не является корректным булевым значением." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Это поле не может быть пустым." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Убедитесь что в этом поле не больше {max_length} символов." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Убедитесь что в этом поле как минимум {min_length} символов." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Введите корректный адрес электронной почты." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Значение не соответствует требуемому паттерну." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Введите корректный \"slug\", состоящий из букв, цифр, знаков подчеркивания или дефисов." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Введите корректный URL." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Требуется целочисленное значение." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Убедитесь что значение меньше или равно {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Убедитесь что значение больше или равно {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Слишком длинное значение." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Требуется численное значение." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Убедитесь что в числе не больше {max_digits} знаков." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Убедитесь что в числе не больше {max_decimal_places} знаков в дробной части." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Убедитесь что в цисле не больше {max_whole_digits} знаков в целой части." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Неправильный формат datetime. Используйте один из этих форматов: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Ожидался datetime, но был получен date." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Неправильный формат date. Используйте один из этих форматов: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Ожидался date, но был получен datetime." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Неправильный формат времени. Используйте один из этих форматов: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" не является корректным значением." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Ожидался list со значениями, но был получен \"{input_type}\"." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Не был загружен файл." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "Загруженный файл не является корректным файлом. " + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Невозможно определить имя файла." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "Загруженный файл пуст." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Убедитесь что имя файла меньше {max_length} символов (сейчас {length})." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Загрузите корректное изображение. Загруженный файл не является изображением, либо является испорченным." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Недопустимая страница \"{page_number}\": {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Недопустимый первичный ключ \"{pk_value}\" - объект не существует." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Некорректный тип. Ожилалось значение первичного ключа, получен {data_type}." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Недопустимая ссылка - нет совпадения по URL." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Недопустимая ссылка - некорректное совпадение по URL," + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Недопустимая ссылка - объект не существует." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Некорректный тип. Ожидался URL, получен {data_type}." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "Объект с {slug_name}={value} не существует." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Недопустимое значение." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Недопустимые данные. Ожидался dictionary, но был получен {datatype}." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "" + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Учетная запись пользователя отключена." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Невозможно войти с предоставленными учетными данными." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Должен включать \"username\" и \"password\"." diff --git a/rest_framework/locale/sk/LC_MESSAGES/django.mo b/rest_framework/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..53bb95d84305891cb378d69a6f9936e7022ec7f2 GIT binary patch literal 2748 zcmb`ION+Cy>CK;A`N{2L^Ue zfo`7y-MX*9_N8!B0WR^d84MdLF`;2Zsa5@$SL<@Nn#aqdkPN zj0fB)9~VOxx5x0pWe?#hpPl%0Idl)Cl-hQIRA|lPz?&^>n@cMq zW`&XzVbTp*YN*RKC#fvuT6IM1R?n#-jmtTM^`_M$>?Y0MFSxNZ8$~>~)aESaI`B@) zNa2vk65H|+x2nTZ5z{g=A{ybi6;7RZ{AQCh^Dsw0zCViJ2shO2>h1{r9nLSoB# z$(B=2R#B=}u$Q{Rw#OAR88Elj6nU<+g(S!ljBGE*K~RIiyKVqQurVwk?0{Fqq6lX} zn4wr0cbq%d{URibtmtq;3CBF;FdTSqtAb)xI@V_RE$2ED#<*&RN{n1kP^U2Gb}Jcp zOIod>F8!0Se}QYaG^F`eCRY@lT{zdImPTX|)TDBjJN^EmSrM`Sda+{srV6RD^k&mX ziI#W9pJ$ebG&5a)#hvr325 zY^#hJnrmxetl)ISs_Z!4XgCo>Dmz*^4b25x;eL~|ETnU(>ac{S+ScY_t=8>!1M6&x z7Qg5=)KJ6DaZ}4{ap|wGadG{zzqNE|ux66lp336M#f8lX)r0BE9BvN!gWp8%LbCj# zt>r1M(qW3)OdD<+=bI<|L!0Z|@hz_X1$SR@4MRG#EbLf#NG7Q)rG;jxe*$?jA<4WP zn#TUaH2B(>l8r`v4;`av3Ta9nZOqW_-6W4R4!FrWCT9*;ybC>(^lZw=FsSJ*Gm`l3 z0>FpekGa%~cFGLm6d|hpt1(+eljF-O6|}};Ci`EY-tiNrGqrIYW9szUXn=gN zSk*}i>JSWd#Ep*Rt zg0KIJkwN<$WdNy$D+t#=x`KZz*K{YG+bT&*qdcpGvi`cWKFC22eNbb@?jx2W7_LlE z6zd88jAZ{>*>RB#c1z10R8y`xD#fDpvhVho^wwx7Az~8`t|+I%q04uA2lA z&bUIuV7qOI9Qgr8kaP#NSV0)x)B?f zaV;hsE@N1f*CJOj`d?Xa*Ctwc__rP&c=PUfL}Eg_3(Xq3w@L>4w_GGSODsH=y-`rt eGPdRn2HqRaF}_MHiG*{)g&tWRUI;08;Qa-SD|_7l literal 0 HcmV?d00001 diff --git a/rest_framework/locale/sk/LC_MESSAGES/django.po b/rest_framework/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 000000000..9dd378c05 --- /dev/null +++ b/rest_framework/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,325 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Stanislav Komanec , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django-rest-framework/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Nesprávna hlavička. Neboli poskytnuté prihlasovacie údaje." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Nesprávna hlavička. Prihlasovacie údaje nesmú obsahovať medzery." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Nesprávna hlavička. Prihlasovacie údaje nie sú správne zakódované pomocou metódy base64." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Nesprávne prihlasovacie údaje." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Nesprávna token hlavička. Neboli poskytnuté prihlasovacie údaje." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Nesprávna token hlavička. Token hlavička nesmie obsahovať medzery." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Nesprávny token." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Daný používateľ je neaktívny, alebo zmazaný." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Vyskytla sa chyba na strane servera." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Požiadavok má nesprávny formát, alebo je poškodený." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Nesprávne prihlasovacie údaje." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Prihlasovacie údaje neboli zadané." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "K danej akcii nemáte oprávnenie." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Nebolo nájdené." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Metóda \"{method}\" nie je povolená." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Nie je možné vyhovieť požiadavku v hlavičke \"Accept\"." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Požiadavok obsahuje nepodporovaný media type: \"{media_type}\"." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "" + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "" + +#: fields.py:154 +msgid "This field may not be null." +msgstr "" + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "" + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "" + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "" + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "" + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "" + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "" + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "" + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "" + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "" + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "" + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "" + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "" + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "" + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "" + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "" + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "" + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "" + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "" + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "" + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "" + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "" + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "" + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "" + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "" + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "" + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "" + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "" + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "" + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "" + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "" + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "" + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "" + +#: relations.py:296 +msgid "Invalid value." +msgstr "" + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "" + +#: validators.py:22 +msgid "This field must be unique." +msgstr "" + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Daný používateľ je zablokovaný." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "S danými prihlasovacími údajmi nebolo možné sa prihlásiť." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Musí obsahovať parametre \"používateľské meno\" a \"heslo\"." diff --git a/rest_framework/locale/sv/LC_MESSAGES/django.mo b/rest_framework/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a33b0cc58b80ad6844df00c4ef6885d4ce87a0fe GIT binary patch literal 8647 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\n" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django-rest-framework/language/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "Ogiltig \"basic\"-header. Inga användaruppgifter tillhandahölls." + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "Ogiltig \"basic\"-header. Strängen för användaruppgifterna ska inte innehålla mellanslag." + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "Ogiltig \"basic\"-header. Användaruppgifterna är inte korrekt base64-kodade." + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Ogiltigt användarnamn/lösenord." + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Ogiltig \"token\"-header. Inga användaruppgifter tillhandahölls." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Ogiltig \"token\"-header. Strängen för referensen ska inte innehålla mellanslag." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Ogiltig \"token\"." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Användaren borttagen eller inaktiv." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Ett serverfel inträffade." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Ogiltig förfrågan." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Ogiltiga inloggningsuppgifter. " + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Autentiseringsuppgifter ej tillhandahållna." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Du har inte tillåtelse att utföra denna förfrågan." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Hittades inte." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "Metoden \"{method}\" tillåts inte." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "Kunde inte tillfredsställa förfrågans \"Accept\"-header." + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "Medietypen \"{media_type}\" stöds inte." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "Förfrågan stoppades eftersom du har skickat för många." + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Det här fältet är obligatoriskt." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Det här fältet får inte vara null." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" är inte ett giltigt booleskt värde." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Det här fältet får inte vara blankt." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Se till att detta fält inte har fler än {max_length} tecken." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Se till att detta fält har minst {min_length} tecken." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Ange en giltig mejladress." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Det här värdet matchar inte mallen." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Ange en giltig \"slug\" bestående av bokstäver, nummer, understreck eller bindestreck." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Ange en giltig URL." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Ett giltigt heltal krävs." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Se till att detta värde är mindre än eller lika med {max_value}." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Se till att detta värde är större än eller lika med {min_value}." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "Textvärdet är för långt." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Ett giltigt nummer krävs." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Se till att det inte finns fler än totalt {max_digits} siffror." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Se till att det inte finns fler än {max_decimal_places} decimaler." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Se till att det inte finns fler än {max_whole_digits} siffror före decimalpunkten." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Datumtiden har fel format. Använd ett av dessa format istället: {format}." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Förväntade en datumtid men fick ett datum." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Datumet har fel format. Använde ett av dessa format istället: {format}." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Förväntade ett datum men fick en datumtid." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Tiden har fel format. Använd ett av dessa format istället: {format}." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" är inte ett giltigt val." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Förväntade en lista med element men fick typen \"{input_type}\"." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Ingen fil skickades." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "Den skickade informationen var inte en fil. Kontrollera formulärets kodningstyp." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Inget filnamn kunde bestämmas." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "Den skickade filen var tom." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Se till att det här filnamnet har högst {max_length} tecken (det har {length})." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Ladda upp en giltig bild. Filen du laddade upp var antingen inte en bild eller en skadad bild." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Ogiltigt sida \"{page_number}\": {message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Ogiltigt pk \"{pk_value}\" - Objektet finns inte." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Felaktig typ. Förväntade pk-värde, fick {data_type}." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Ogiltig hyperlänk - Ingen URL matchade." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Ogiltig hyperlänk - Felaktig URL-matching." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Ogiltig hyperlänk - Objektet finns inte." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Felaktig typ. Förväntade URL-sträng, fick {data_type}." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "Objekt med {slug_name}={value} finns inte." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Ogiltigt värde." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Ogiltig data. Förväntade en dictionary, men fick {datatype}." + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Det här fältet måste vara unikt." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "Fälten {field_names} måste skapa ett unikt set." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "Det här fältet måste vara unikt för datumet \"{date_field}\"." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "Det här fältet måste vara unikt för månaden \"{date_field}\"." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "Det här fältet måste vara unikt för året \"{date_field}\"." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "Ogiltig version i \"Accept\"-headern." + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "Ogiltig version i URL-resursen." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Ogiltig version i värdnamnet." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Ogiltig version i förfrågningsparametern." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Användarkontot är borttaget." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Kunde inte logga in med de angivna inloggningsuppgifterna." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "Användarnamn och lösenord måste anges." diff --git a/rest_framework/locale/tr/LC_MESSAGES/django.mo b/rest_framework/locale/tr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e6b848cf5b75a891dcca8c469cb348e197915c78 GIT binary patch literal 7946 zcmbuDON<;x8OPfskYtk(5+DQ;l41zNPCT==6DQ6(Hhw>3n^^X4z(}yFnXa9wOg|?5 z@OsuV2M**GE(r&OSP+j035hJAAc1eYmN+6IB|Ib}A#nhS8;Qgv;`dc|&-B>4aUiYj z{ZDn*_tjV5yZY)qH^1U>9prw1`-u;D-Z}8(&HUqf?Sr288E^$u;2*&Iz<+}>|IQD2 z-u>XCU=ut79so1&2>5I8DEJPz4?J><=RF6$2tEZ~1$Tq@-s*WLz%$?s_&reG{|P(^ z-hG?r-2;9NlyzSKKMTH8;xE9RjNbr12i`GN@Ywfnt_kP^-67Xg41b7Qd z6Z*5@G4T7KtoskJ0d8XO1o&`?=fI~KzXZyDeg}#_{H=U`KhC_D@f^4fd>It|Tmi)& z-U7ux9)!3F9tVa0BDf3u8Hg&pzk}jWZ-aM(_u(X4!AC)P{v}X>Ls0mB2gDV;Rq$c( z_uv-rEs!O>hftc(?E+=qSHP#iF31wz4?ywD--3t0|A1`C+lw=ZJkNpRZ`~5V2}*qY z7DDyYLO!U4J6hHX}DDwUa6#uyjZUS*Pw}0_v z;V0J)?wh#xa_{Gs>jT^(=N=hwNeqb}2`|wPZtnDpTaK=M<*$cIyd9KS68S`j&v28L zoWF^V&r5SbY@gf^Dc>_ zu3CtbP-iVQml_pE+zSeB42l=2vQe5D?a!!-#gj_~i_C`am(AfQ%@Hr_=}gw-r*_h+ zFfJZP>SCxb%=@NeLmkWy0^Kp`B~^}9F>ZP9nUC$-Oz0i5F_p!c4&FP1#U4hUFUUu1 z+6KMIF3ec47#r5uV#x(-0^g~f&EhF(#@=i+ADF0{^)9JSPba#QnIzqaE{d(YLLMjsVh6BRE z>9Nji?#xM%tNzG@+6GGdK9n;5!oXkxpY?qSl6Ib{u8VOQio;(w$3?;9yoosha*NP5 zGhsSnm<5iQw{WE`Cgw~qGamUMfP6$?TvVv@i{ebrRsZHmOCo=$K5 ziC>J>4Q4#seqPk&$JkwRvAKY@$IJ%0D_RzqFMQ=vgDe(eYaZdGm3Zu*Y5md(8weS{ zJLfF!n@IJ@iY93(1g)psai*>KPfnk8#D%F;+KY4Yf=G{-XPTUp4kXKsrE}EdVNUgs zpq?J+G+m4nGJ3U+3!>VPppbe1&&K{v#|*MYCG(hMJV%s0&{@qI6sd|qkJKTnuFL&} z+$2M26DAN|E$@^Lq*ma7QoxKD<&?>Kv5%ga!Ve0ltDZp+FG^85l@lj6>IAuu&8j^% zl#ZaOc1n<->jfJawMhL+^LA*-1(27IU9#&qjkYBlBMdpVn2=G>NE9uv^qNJR_0&a4 zF!MroY0t$X2VLh*XI)U0SuBfV73idkB4$bWE~}?hM#=7u59KA4y@a|?IU_Y$6hOsC z1wt^A*#(o^M$tvcu3G9~&vg2(lo+ysFB#9}3alvgMU;9iAEyqotO*C%P+pFT4L`>H zL+yE}hfevZs2%92KS5M`8RbDR`A#+lRk1IcKX9Lp@uxyg8bn z!5~hg?hr9n7Z#U5VNg~F;V}xOxj_(XDN;ppr8UAGRpE}TI*fCbyD4y#I5BuSMb-Hk z*+8aCnbc&QB*_P|aKXc)2jqE&2#Sctl>DB`MhF`B#zu4~)D@xj4Ru)FoMSmZcHDcK zcVzm|rY>)=e@5c8s2X-c9i!pXNi2!GdE9S4SEQI3b?A8=bz^nr@Yz|lAc=(3)}K0K zL^I7(Y1jJA19>-X&c-up>h!a-&4bd1z^-`+f16P|wr$_p+_t^>_%^lu$(bFGKemmF ziOndpHp2^~HA9tsG(CWnD-l>zw zoTJX>tkEGvdD6FOPi^jH*GQDN$)bUe?$12+1+BS8ND51A+&QeilRAw$@({#Z$+U*)h(#)Q@*(1$e<9V|D zf=QZ(%X~7UcC~Fbk{lk%)af8kbkID4q0$)@4csu@vtu_Mw!GQ1IZ}Jo_AR@oyz%*` zYgS*CqORIDsZKw5#oDqZX>2epg~o=XS!eSo@8ooynNHVMR2<}2mb1L&9j&v@bf{82 zYyirGMdiO|-G?eR*auxhBIU~T2f za%*(5DPIX0EoCHIvyoMO5}}UPR#;q|&GmfRJsI&RDSZO5Iwswi*|U+ak)W^II@J^m zrx;nAXkYi>L(45kJGG#f0*$^x?XRt@EhCvvGj6DLqD0AIF2~GDk`;!LN1_>SNHpbm?uK$f|2A$p*Wu z@p0;^PBj&Wv8t*kHJ%&l4z7Nj4mIZjmgi4|EcUeSDk@*fqaa^frn?ZM_~p;KLDc3e z%WPUEROc&I$;3hH5Md*BFBDPrA>~8oh^v=}tC#z@8|77*E6W_#)?ca4Yjmy}IhOG1 zuU=k#^*u5>rjrFu1-h@pt=KFhaF)6fQV5dChY9$(u*K{X386f>xsbI>*95I}n(GC# zX%1*JMe$@sTTPLWW3d65#`H09Xz-4qZ?|HUKBrpgH(W@%Ib9ktB7GF6l95ntNh>LW zjfCX^uX zBc+sFojA2aT8-rd;ptIss3=7qF$of&`x=W%*Qs4{sjsEZuD-q$h{4B;`gy6m@o5eF ziRM(9eTBTO*Op0h8M(Kq&Xw8HZ2}JrxH(Fp>mprWM{tZZE44v3J(@4J*7;K}x_UWT zy&RVDhZ*SBP`PiHq>yl&>bi1T`a?K4{BkRyVDQU%=ar?1PA(v!3aGeP4 z9}c4EW~39UF)36e-q-TVx~P`oL@LwxfxK323aaiSM+jr*pw;{vyuRj~mq|0l=~{JH zU+4R0xoK%iCYWABC7m2j@juZ(0?Qjxts_BUHyoVy5Ka55mzPXL&uSO=bVF544Y^pp zC*(tV&oFl#q&onrVJCNl( z1|_H@E^7Ybn&k-!8a2D%x(mLe7R^a&`Op`#Rp)jfMOAw3fi$?%d2<9^A~8vQkr*wN F{$KQm6!!oC literal 0 HcmV?d00001 diff --git a/rest_framework/locale/tr/LC_MESSAGES/django.po b/rest_framework/locale/tr/LC_MESSAGES/django.po new file mode 100644 index 000000000..5aabbebad --- /dev/null +++ b/rest_framework/locale/tr/LC_MESSAGES/django.po @@ -0,0 +1,328 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Ertaç Paprat , 2015 +# Mesut Can Gürle , 2015 +# Recep KIRMIZI , 2015 +# Ülgen Sarıkavak , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django-rest-framework/language/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "" + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "" + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "" + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "Geçersiz kullanıcı adı/parola" + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "Geçersiz token başlığı. Kimlik bilgileri eksik." + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "Geçersiz token başlığı. Token'da boşluk olmamalı." + +#: authentication.py:168 +msgid "Invalid token." +msgstr "Geçersiz token." + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "Kullanıcı aktif değil ya da silinmiş." + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "Sunucu hatası oluştu." + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "Bozuk istek." + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "Giriş bilgileri hatalı." + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "Giriş bilgileri verilmedi." + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "Bu işlemi yapmak için izniniz bulunmuyor." + +#: exceptions.py:93 +msgid "Not found." +msgstr "Bulunamadı." + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "\"{method}\" metoduna izin verilmiyor." + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "" + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "İstekte desteklenmeyen medya tipi: \"{media_type}\"." + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "" + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "Bu alan zorunlu." + +#: fields.py:154 +msgid "This field may not be null." +msgstr "Bu alan boş bırakılmamalı." + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "\"{input}\" geçerli bir boolean değil." + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "Bu alan boş bırakılmamalı." + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "Bu alanın {max_length} karakterden fazla karakter barındırmadığından emin olun." + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "Bu alanın en az {min_length} karakter barındırdığından emin olun." + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "Geçerli bir e-posta adresi girin." + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "Bu değer gereken düzenli ifade deseni ile uyuşmuyor." + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "Harf, rakam, altçizgi veya tireden oluşan geçerli bir \"slug\" giriniz." + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "Geçerli bir URL girin." + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "Geçerli bir tam sayı girin." + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "Değerin {max_value} değerinden küçük ya da eşit olduğundan emin olun." + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "Değerin {min_value} değerinden büyük ya da eşit olduğundan emin olun." + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "String değeri çok uzun." + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "Geçerli bir numara gerekiyor." + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "Toplamda {max_digits} haneden fazla hane olmadığından emin olun." + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "Ondalık basamak değerinin {max_decimal_places} haneden fazla olmadığından emin olun." + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "Ondalık ayracından önce {max_whole_digits} basamaktan fazla olmadığından emin olun." + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "Datetime alanı yanlış biçimde. {format} biçimlerinden birini kullanın." + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "Datetime değeri bekleniyor, ama date değeri geldi." + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "Tarih biçimi yanlış. {format} biçimlerinden birini kullanın." + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "Date tipi beklenmekteydi, fakat datetime tipi geldi." + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "Time biçimi yanlış. {format} biçimlerinden birini kullanın." + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "\"{input}\" geçerli bir seçim değil." + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "Elemanların listesi beklenirken \"{input_type}\" alındı." + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "Hiçbir dosya verilmedi." + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "Gönderilen veri dosya değil. Formdaki kodlama tipini kontrol edin." + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "Hiçbir dosya adı belirlenemedi." + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "Gönderilen dosya boş." + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "Bu dosya adının en fazla {max_length} karakter uzunluğunda olduğundan emin olun. (şu anda {length} karakter)." + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Geçerli bir resim yükleyin. Yüklediğiniz dosya resim değil ya da bozuk." + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "Geçersiz sayfa \"{page_number}\":{message}." + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "Geçersiz pk \"{pk_value}\" - obje bulunamadı." + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "Hatalı tip. Pk değeri beklenirken, alınan {data_type}." + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "Geçersiz bağlantı - Hiçbir URL eşleşmedi." + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "Geçersiz bağlantı - Yanlış URL eşleşmesi." + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "Geçersiz bağlantı - Obje bulunamadı." + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "Hatalı tip. URL metni bekleniyor, {data_type} alındı." + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "{slug_name}={value} değerini taşıyan obje bulunamadı." + +#: relations.py:296 +msgid "Invalid value." +msgstr "Geçersiz değer." + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "Geçersiz veri. Sözlük bekleniyordu fakat {datatype} geldi. " + +#: validators.py:22 +msgid "This field must be unique." +msgstr "Bu alan eşsiz olmalı." + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "{field_names} hep birlikte eşsiz bir küme oluşturmalılar." + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "Bu alan \"{date_field}\" tarihine göre eşsiz olmalı." + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "Bu alan \"{date_field}\" ayına göre eşsiz olmalı." + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "Bu alan \"{date_field}\" yılına göre eşsiz olmalı." + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "\"Accept\" başlığındaki sürüm geçersiz." + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "URL dizininde geçersiz versiyon." + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "Host adında geçersiz versiyon." + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "Sorgu parametresinde geçersiz versiyon." + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "Kullanıcı hesabı devre dışı bırakılmış." + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "Verilen bilgiler ile giriş sağlanamadı." + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "\"Kullanıcı Adı\" ve \"Parola\" eklenmeli." diff --git a/rest_framework/locale/uk/LC_MESSAGES/django.mo b/rest_framework/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fc3350548aab3ae1539d04b74be5daabe929dc1a GIT binary patch literal 577 zcmZut!A=`75Df(hX^%Z~7^H%TsAD^!ZR%txYDgp`BBFHR?rxlo$*#S!y$wkGMt_fQ zVKzy_r6WCg#(rFn6+0E9;igRF&2RGWMCCk)KuONn!;=le>froRR^h|?FP+pzO9N+%5K2MmYPD*Gx~-n8r&>eH&F-F-bhciZIECK3 zm1(~1NvkDoM&q0D@col`i$w!#f-*SmbBSvQ^%Q8Cqiqk;g>+tp_&ynt?mMrxpDRa( zCbctdG6CJ+I_zc_P%WcLUOAbQk#&U^V9Isr<4zAYX?$i*IE!Nrr>9V->^SBeegFfc iV|^L7|2_5Ni#lB^Sf4X^dD%#i!\n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django-rest-framework/language/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "" + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "" + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "" + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "" + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "" + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "" + +#: authentication.py:168 +msgid "Invalid token." +msgstr "" + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "" + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "" + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "" + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "" + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "" + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "" + +#: exceptions.py:93 +msgid "Not found." +msgstr "" + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "" + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "" + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "" + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "" + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "" + +#: fields.py:154 +msgid "This field may not be null." +msgstr "" + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "" + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "" + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "" + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "" + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "" + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "" + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "" + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "" + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "" + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "" + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "" + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "" + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "" + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "" + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "" + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "" + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "" + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "" + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "" + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "" + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "" + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "" + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "" + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "" + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "" + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "" + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "" + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "" + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "" + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "" + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "" + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "" + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "" + +#: relations.py:296 +msgid "Invalid value." +msgstr "" + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "" + +#: validators.py:22 +msgid "This field must be unique." +msgstr "" + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "" + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "" + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "" diff --git a/rest_framework/locale/zh_CN/LC_MESSAGES/django.mo b/rest_framework/locale/zh_CN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6e7073bd7acb840a4c73c55518e1fac4addf4c31 GIT binary patch literal 8383 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 literal 0 HcmV?d00001 diff --git a/rest_framework/locale/zh_CN/LC_MESSAGES/django.po b/rest_framework/locale/zh_CN/LC_MESSAGES/django.po new file mode 100644 index 000000000..011288591 --- /dev/null +++ b/rest_framework/locale/zh_CN/LC_MESSAGES/django.po @@ -0,0 +1,325 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Lele Long , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Django REST framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-30 16:23+0000\n" +"PO-Revision-Date: 2015-01-30 16:27+0000\n" +"Last-Translator: Thomas Christie \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django-rest-framework/language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: authentication.py:69 +msgid "Invalid basic header. No credentials provided." +msgstr "没有提供认证信息(基本认证HTTP头无效)。" + +#: authentication.py:72 +msgid "Invalid basic header. Credentials string should not contain spaces." +msgstr "认证字符串不应该包含空格(基本认证HTTP头无效)。" + +#: authentication.py:78 +msgid "Invalid basic header. Credentials not correctly base64 encoded." +msgstr "认证字符串base64编码错误(基本认证HTTP头无效)。" + +#: authentication.py:90 +msgid "Invalid username/password." +msgstr "用户名或者密码错误。" + +#: authentication.py:156 +msgid "Invalid token header. No credentials provided." +msgstr "没有提供认证信息(认证令牌HTTP头无效)。" + +#: authentication.py:159 +msgid "Invalid token header. Token string should not contain spaces." +msgstr "认证令牌字符串不应该包含空格(无效的认证令牌HTTP头)。" + +#: authentication.py:168 +msgid "Invalid token." +msgstr "认证令牌无效。" + +#: authentication.py:171 +msgid "User inactive or deleted." +msgstr "用户未激活或者已删除。" + +#: exceptions.py:38 +msgid "A server error occurred." +msgstr "服务器出现了错误。" + +#: exceptions.py:73 +msgid "Malformed request." +msgstr "畸形的请求。" + +#: exceptions.py:78 +msgid "Incorrect authentication credentials." +msgstr "不正确的身份认证凭据。" + +#: exceptions.py:83 +msgid "Authentication credentials were not provided." +msgstr "身份认证凭据未提供。" + +#: exceptions.py:88 +msgid "You do not have permission to perform this action." +msgstr "您没有执行该操作的权限。" + +#: exceptions.py:93 +msgid "Not found." +msgstr "未找到。" + +#: exceptions.py:98 +msgid "Method \"{method}\" not allowed." +msgstr "方法 “{method}” 不被允许。" + +#: exceptions.py:109 +msgid "Could not satisfy the request Accept header." +msgstr "无法满足Accept HTTP头的请求。" + +#: exceptions.py:121 +msgid "Unsupported media type \"{media_type}\" in request." +msgstr "不支持请求中的媒体类型 “{media_type}”。" + +#: exceptions.py:134 +msgid "Request was throttled." +msgstr "请求被限速。" + +#: fields.py:153 relations.py:132 relations.py:156 validators.py:77 +#: validators.py:155 +msgid "This field is required." +msgstr "这个字段是必填项。" + +#: fields.py:154 +msgid "This field may not be null." +msgstr "这个值不能为 null。" + +#: fields.py:487 fields.py:515 +msgid "\"{input}\" is not a valid boolean." +msgstr "“{input}” 不是合法的布尔值。" + +#: fields.py:550 +msgid "This field may not be blank." +msgstr "此字段不能为空。" + +#: fields.py:551 fields.py:1324 +msgid "Ensure this field has no more than {max_length} characters." +msgstr "请确保这个字段不能超过 {max_length} 个字符。" + +#: fields.py:552 +msgid "Ensure this field has at least {min_length} characters." +msgstr "请确保这个字段至少包含 {min_length} 个字符。" + +#: fields.py:587 +msgid "Enter a valid email address." +msgstr "请输入合法的邮件地址。" + +#: fields.py:604 +msgid "This value does not match the required pattern." +msgstr "输入值不匹配要求的模式。" + +#: fields.py:615 +msgid "" +"Enter a valid \"slug\" consisting of letters, numbers, underscores or " +"hyphens." +msgstr "请输入合法的“短语“,只能包含字母,数字,下划线或者中划线。" + +#: fields.py:627 +msgid "Enter a valid URL." +msgstr "请输入合法的URL。" + +#: fields.py:638 +msgid "\"{value}\" is not a valid UUID." +msgstr "" + +#: fields.py:657 +msgid "A valid integer is required." +msgstr "请填写合法的整数值。" + +#: fields.py:658 fields.py:692 fields.py:725 +msgid "Ensure this value is less than or equal to {max_value}." +msgstr "请确保该值小于或者等于 {max_value}。" + +#: fields.py:659 fields.py:693 fields.py:726 +msgid "Ensure this value is greater than or equal to {min_value}." +msgstr "请确保该值大于或者等于 {min_value}。" + +#: fields.py:660 fields.py:694 fields.py:730 +msgid "String value too large." +msgstr "字符值太长。" + +#: fields.py:691 fields.py:724 +msgid "A valid number is required." +msgstr "请填写合法的数字。" + +#: fields.py:727 +msgid "Ensure that there are no more than {max_digits} digits in total." +msgstr "请确保总计不超过 {max_digits} 个数字。" + +#: fields.py:728 +msgid "" +"Ensure that there are no more than {max_decimal_places} decimal places." +msgstr "请确保总计不超过 {max_decimal_places} 个小数位。" + +#: fields.py:729 +msgid "" +"Ensure that there are no more than {max_whole_digits} digits before the " +"decimal point." +msgstr "请确保小数点前不超过 {max_whole_digits} 个数字。" + +#: fields.py:813 +msgid "Datetime has wrong format. Use one of these formats instead: {format}." +msgstr "日期时间格式错误。请从这些格式中选择:{format}。" + +#: fields.py:814 +msgid "Expected a datetime but got a date." +msgstr "期望为日期时间,得到的是日期。" + +#: fields.py:878 +msgid "Date has wrong format. Use one of these formats instead: {format}." +msgstr "日期格式错误。请从这些格式中选择:{format}。" + +#: fields.py:879 +msgid "Expected a date but got a datetime." +msgstr "期望为日期,得到的是日期时间。" + +#: fields.py:936 +msgid "Time has wrong format. Use one of these formats instead: {format}." +msgstr "时间格式错误。请从这些格式中选择:{format}。" + +#: fields.py:992 fields.py:1036 +msgid "\"{input}\" is not a valid choice." +msgstr "“{input}” 不是合法选项。" + +#: fields.py:1037 fields.py:1151 serializers.py:482 +msgid "Expected a list of items but got type \"{input_type}\"." +msgstr "期望为一个包含物件的列表,得到的类型是“{input_type}”。" + +#: fields.py:1067 +msgid "No file was submitted." +msgstr "没有提交任何文件。" + +#: fields.py:1068 +msgid "" +"The submitted data was not a file. Check the encoding type on the form." +msgstr "提交的数据不是一个文件。请检查表单的编码类型。" + +#: fields.py:1069 +msgid "No filename could be determined." +msgstr "无法检测到文件名。" + +#: fields.py:1070 +msgid "The submitted file is empty." +msgstr "提交的是空文件。" + +#: fields.py:1071 +msgid "" +"Ensure this filename has at most {max_length} characters (it has {length})." +msgstr "确保该文件名最多包含 {max_length} 个字符 ( 当前长度为{length} ) 。" + +#: fields.py:1113 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "请上传有效图片。您上传的该文件不是图片或者图片已经损坏。" + +#: fields.py:1188 +msgid "Expected a dictionary of items but got type \"{input_type}\"." +msgstr "" + +#: pagination.py:221 +msgid "Invalid page \"{page_number}\": {message}." +msgstr "无效页面 “{page_number}”:{message}。" + +#: pagination.py:442 +msgid "Invalid cursor" +msgstr "" + +#: relations.py:133 +msgid "Invalid pk \"{pk_value}\" - object does not exist." +msgstr "无效主键 “{pk_value}” - 对象不存在。" + +#: relations.py:134 +msgid "Incorrect type. Expected pk value, received {data_type}." +msgstr "类型错误。期望为主键,得到的类型为 {data_type}。" + +#: relations.py:157 +msgid "Invalid hyperlink - No URL match." +msgstr "无效超链接 -没有匹配的URL。" + +#: relations.py:158 +msgid "Invalid hyperlink - Incorrect URL match." +msgstr "无效超链接 -错误的URL匹配。" + +#: relations.py:159 +msgid "Invalid hyperlink - Object does not exist." +msgstr "无效超链接 -对象不存在。" + +#: relations.py:160 +msgid "Incorrect type. Expected URL string, received {data_type}." +msgstr "类型错误。期望为URL字符串,得到的类型是 {data_type}。" + +#: relations.py:295 +msgid "Object with {slug_name}={value} does not exist." +msgstr "属性 {slug_name} 为 {value} 的对象不存在。" + +#: relations.py:296 +msgid "Invalid value." +msgstr "无效值。" + +#: serializers.py:299 +msgid "Invalid data. Expected a dictionary, but got {datatype}." +msgstr "无效数据。期待为字典类型,得到的是 {datatype} 。" + +#: validators.py:22 +msgid "This field must be unique." +msgstr "该字段必须唯一。" + +#: validators.py:76 +msgid "The fields {field_names} must make a unique set." +msgstr "字段 {field_names} 必须能构成唯一集合。" + +#: validators.py:219 +msgid "This field must be unique for the \"{date_field}\" date." +msgstr "该字段必须在日期 “{date_field}” 唯一。" + +#: validators.py:234 +msgid "This field must be unique for the \"{date_field}\" month." +msgstr "该字段必须在月份 “{date_field}” 唯一。" + +#: validators.py:247 +msgid "This field must be unique for the \"{date_field}\" year." +msgstr "该字段必须在年 “{date_field}” 唯一。" + +#: versioning.py:39 +msgid "Invalid version in \"Accept\" header." +msgstr "“Accept” HTTP头包含无效版本。" + +#: versioning.py:70 versioning.py:112 +msgid "Invalid version in URL path." +msgstr "URl路径包含无效版本。" + +#: versioning.py:138 +msgid "Invalid version in hostname." +msgstr "主机名包含无效版本。" + +#: versioning.py:160 +msgid "Invalid version in query parameter." +msgstr "请求参数里包含无效版本。" + +#: authtoken/serializers.py:20 +msgid "User account is disabled." +msgstr "用户账户已禁用。" + +#: authtoken/serializers.py:23 +msgid "Unable to log in with provided credentials." +msgstr "无法使用提供的认证信息登录。" + +#: authtoken/serializers.py:26 +msgid "Must include \"username\" and \"password\"." +msgstr "必须包含 “用户名” 和 “密码”。" diff --git a/rest_framework/views.py b/rest_framework/views.py index 12bb78bd9..995ddd0f6 100644 --- a/rest_framework/views.py +++ b/rest_framework/views.py @@ -2,12 +2,10 @@ Provides an APIView class that is the base of all views in REST framework. """ from __future__ import unicode_literals -import inspect -import warnings - from django.core.exceptions import PermissionDenied from django.http import Http404 from django.utils.encoding import smart_text +from django.utils.translation import ugettext_lazy as _ from django.views.decorators.csrf import csrf_exempt from rest_framework import status, exceptions from rest_framework.compat import HttpResponseBase, View @@ -15,6 +13,8 @@ from rest_framework.request import Request from rest_framework.response import Response from rest_framework.settings import api_settings from rest_framework.utils import formatting +import inspect +import warnings def get_view_name(view_cls, suffix=None): @@ -74,11 +74,11 @@ def exception_handler(exc, context): return Response(data, status=exc.status_code, headers=headers) elif isinstance(exc, Http404): - data = {'detail': 'Not found'} + data = {'detail': _('Not found.')} return Response(data, status=status.HTTP_404_NOT_FOUND) elif isinstance(exc, PermissionDenied): - data = {'detail': 'Permission denied'} + data = {'detail': _('Permission denied.')} return Response(data, status=status.HTTP_403_FORBIDDEN) # Note: Unhandled exceptions will raise a 500 error.