Skip to content

Commit

Permalink
Merge pull request #17 from ivanka-jakimchuk/master
Browse files Browse the repository at this point in the history
Add value to standard
  • Loading branch information
leits committed Aug 10, 2017
2 parents 1230df5 + edfc738 commit fb3cfcc
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 2 deletions.
Binary file modified docs/source/locale/uk/LC_MESSAGES/standard/basicLot.mo
Binary file not shown.
73 changes: 72 additions & 1 deletion docs/source/locale/uk/LC_MESSAGES/standard/basicLot.po
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ msgstr "|ocdsDescription| Пов’язані з лотом документи
msgid ":ref:`Organization`, required"
msgstr ":ref:`Organization`, обов'язково"


msgid "An entity managing the lot."
msgstr "Розпорядник лоту."

Expand All @@ -98,3 +97,75 @@ msgstr "не обов’язково"

msgid "The additional parameter with a value ``test``."
msgstr "Додатковий параметр, що вказує на тестовий режим."

msgid "id"
msgstr "id"

msgid "lotID"
msgstr "lotID"

msgid "date"
msgstr "date"

msgid "dateModified"
msgstr "dateModified"

msgid "status"
msgstr "status"

msgid "value"
msgstr "value"

msgid ":ref:`Value`, required"
msgstr ":ref:`Value`, обов'язково"

msgid "Estimated lot value."
msgstr "Оціночна вартість."

msgid "assets"
msgstr "assets"

msgid "lotType"
msgstr "lotType"

msgid "lotType"
msgstr "lotType"

msgid "description"
msgstr "description"

msgid "documents"
msgstr "documents"

msgid "lotCustodian"
msgstr "lotCustodian"

msgid "mode"
msgstr "mode"

msgid "Value"
msgstr "Value"

msgid "amount"
msgstr "amount"

msgid "float, required"
msgstr "float, обов'язково"

msgid "|ocdsDescription| Amount as a number."
msgstr "|ocdsDescription|Кількість як число."

msgid "Should be positive."
msgstr "Повинно бути додатним."

msgid "currency"
msgstr "currency"

msgid "|ocdsDescription| The currency in 3-letter ISO 4217 format."
msgstr "|ocdsDescription| Валюта у трибуквенному форматі ISO 4217."

msgid "valueAddedTaxIncluded"
msgstr "valueAddedTaxIncluded"

msgid "bool, required"
msgstr "булеве значення, обов’язково"
31 changes: 30 additions & 1 deletion docs/source/standard/basicLot.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. . Kicking page rebuild 2014-10-30 17:00:08
.. include:: defs.hrst

.. index:: basicLot
.. index:: basicLot

.. _lot:

Expand Down Expand Up @@ -38,6 +38,11 @@ Schema

The lot status within the Registry.

:value:
:ref:`Value`, required

Estimated lot value.

:assets:
string, optional

Expand Down Expand Up @@ -85,3 +90,27 @@ Schema
optional

The additional parameter with a value ``test``.


.. _value:

Value
===============

Schema
------

:amount:
float, required

Should be positive.

:currency:
string, required

|ocdsDescription|
The currency in 3-letter ISO 4217 format.

:valueAddedTaxIncluded:
bool, required

0 comments on commit fb3cfcc

Please sign in to comment.