changeset 8f2c88d1a574 in modules/stock_product_location:default details: https://hg.tryton.org/modules/stock_product_location?cmd=changeset;node=8f2c88d1a574 description: Update translations diffstat:
locale/et.po | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ locale/fi.po | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ locale/lt.po | 8 ++++---- locale/tr.po | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 157 insertions(+), 4 deletions(-) diffs (196 lines): diff -r 3ed16860ebc6 -r 8f2c88d1a574 locale/et.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale/et.po Wed May 01 18:05:26 2019 +0200 @@ -0,0 +1,51 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:product.product,locations:" +msgid "Default Locations" +msgstr "Vaikimisi asukoht" + +msgctxt "field:stock.product.location,create_date:" +msgid "Create Date" +msgstr "Loomise kuupäev" + +msgctxt "field:stock.product.location,create_uid:" +msgid "Create User" +msgstr "Looja" + +msgctxt "field:stock.product.location,id:" +msgid "ID" +msgstr "ID" + +msgctxt "field:stock.product.location,location:" +msgid "Storage Location" +msgstr "Ladustamise asukoht" + +msgctxt "field:stock.product.location,product:" +msgid "Product" +msgstr "Toode" + +msgctxt "field:stock.product.location,rec_name:" +msgid "Record Name" +msgstr "Kirje nimi" + +msgctxt "field:stock.product.location,sequence:" +msgid "Sequence" +msgstr "Järjekord" + +msgctxt "field:stock.product.location,warehouse:" +msgid "Warehouse" +msgstr "Ladu" + +msgctxt "field:stock.product.location,write_date:" +msgid "Write Date" +msgstr "Muutmise kuupäev" + +msgctxt "field:stock.product.location,write_uid:" +msgid "Write User" +msgstr "Muutja" + +msgctxt "model:stock.product.location,name:" +msgid "Product Location" +msgstr "Toote asukoht" diff -r 3ed16860ebc6 -r 8f2c88d1a574 locale/fi.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale/fi.po Wed May 01 18:05:26 2019 +0200 @@ -0,0 +1,51 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:product.product,locations:" +msgid "Default Locations" +msgstr "" + +msgctxt "field:stock.product.location,create_date:" +msgid "Create Date" +msgstr "" + +msgctxt "field:stock.product.location,create_uid:" +msgid "Create User" +msgstr "" + +msgctxt "field:stock.product.location,id:" +msgid "ID" +msgstr "" + +msgctxt "field:stock.product.location,location:" +msgid "Storage Location" +msgstr "" + +msgctxt "field:stock.product.location,product:" +msgid "Product" +msgstr "" + +msgctxt "field:stock.product.location,rec_name:" +msgid "Record Name" +msgstr "" + +msgctxt "field:stock.product.location,sequence:" +msgid "Sequence" +msgstr "" + +msgctxt "field:stock.product.location,warehouse:" +msgid "Warehouse" +msgstr "" + +msgctxt "field:stock.product.location,write_date:" +msgid "Write Date" +msgstr "" + +msgctxt "field:stock.product.location,write_uid:" +msgid "Write User" +msgstr "" + +msgctxt "model:stock.product.location,name:" +msgid "Product Location" +msgstr "" diff -r 3ed16860ebc6 -r 8f2c88d1a574 locale/lt.po --- a/locale/lt.po Wed May 01 16:38:57 2019 +0200 +++ b/locale/lt.po Wed May 01 18:05:26 2019 +0200 @@ -8,11 +8,11 @@ msgctxt "field:stock.product.location,create_date:" msgid "Create Date" -msgstr "" +msgstr "Sukūrimo data" msgctxt "field:stock.product.location,create_uid:" msgid "Create User" -msgstr "" +msgstr "Sukūręs naudotojas" msgctxt "field:stock.product.location,id:" msgid "ID" @@ -40,11 +40,11 @@ msgctxt "field:stock.product.location,write_date:" msgid "Write Date" -msgstr "" +msgstr "Pakeitimo data" msgctxt "field:stock.product.location,write_uid:" msgid "Write User" -msgstr "" +msgstr "Pakeitęs naudotojas" msgctxt "model:stock.product.location,name:" msgid "Product Location" diff -r 3ed16860ebc6 -r 8f2c88d1a574 locale/tr.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale/tr.po Wed May 01 18:05:26 2019 +0200 @@ -0,0 +1,51 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:product.product,locations:" +msgid "Default Locations" +msgstr "" + +msgctxt "field:stock.product.location,create_date:" +msgid "Create Date" +msgstr "" + +msgctxt "field:stock.product.location,create_uid:" +msgid "Create User" +msgstr "" + +msgctxt "field:stock.product.location,id:" +msgid "ID" +msgstr "" + +msgctxt "field:stock.product.location,location:" +msgid "Storage Location" +msgstr "Depolama Konumu" + +msgctxt "field:stock.product.location,product:" +msgid "Product" +msgstr "Ürün" + +msgctxt "field:stock.product.location,rec_name:" +msgid "Record Name" +msgstr "Kayıt Adı" + +msgctxt "field:stock.product.location,sequence:" +msgid "Sequence" +msgstr "Sıra" + +msgctxt "field:stock.product.location,warehouse:" +msgid "Warehouse" +msgstr "Depo" + +msgctxt "field:stock.product.location,write_date:" +msgid "Write Date" +msgstr "" + +msgctxt "field:stock.product.location,write_uid:" +msgid "Write User" +msgstr "" + +msgctxt "model:stock.product.location,name:" +msgid "Product Location" +msgstr "Ürün Konumu"
