From b92878314d6d3fb4332923eb9b6e22b46977a130 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Sat, 13 Jul 2019 00:32:58 +0000 Subject: [PATCH] publish muk_fields_file - 12.0 --- muk_fields_file/__manifest__.py | 2 +- muk_fields_file/i18n/ar.po | 122 +++++++++++++++++++++++ muk_fields_file/i18n/de.po | 4 +- muk_fields_file/i18n/es.po | 4 +- muk_fields_file/i18n/fr.po | 4 +- muk_fields_file/i18n/hi.po | 122 +++++++++++++++++++++++ muk_fields_file/i18n/muk_fields_file.pot | 4 +- muk_fields_file/i18n/nl.po | 4 +- muk_fields_file/i18n/pt.po | 122 +++++++++++++++++++++++ muk_fields_file/i18n/ru.po | 122 +++++++++++++++++++++++ 10 files changed, 499 insertions(+), 11 deletions(-) create mode 100644 muk_fields_file/i18n/ar.po create mode 100644 muk_fields_file/i18n/hi.po create mode 100644 muk_fields_file/i18n/pt.po create mode 100644 muk_fields_file/i18n/ru.po diff --git a/muk_fields_file/__manifest__.py b/muk_fields_file/__manifest__.py index 4012c31..f23157a 100644 --- a/muk_fields_file/__manifest__.py +++ b/muk_fields_file/__manifest__.py @@ -23,7 +23,7 @@ { "name": "MuK Filestore Field", "summary": """Filestore Support for Fields""", - "version": '12.0.2.0.0', + "version": '12.0.2.0.1', "category": 'Extra Tools', "license": "LGPL-3", "website": "https://www.mukit.at", diff --git a/muk_fields_file/i18n/ar.po b/muk_fields_file/i18n/ar.po new file mode 100644 index 0000000..5cce75a --- /dev/null +++ b/muk_fields_file/i18n/ar.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * muk_fields_file +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0-20190522\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-07-12 23:48+0000\n" +"PO-Revision-Date: 2019-07-12 23:48+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "تفريغ تلقائي" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_base +msgid "Base" +msgstr "الأساس" + +#. module: muk_fields_file +#: model:ir.model.fields,field_description:muk_fields_file.field_ir_model_fields__ttype +msgid "Field Type" +msgstr "نوع الحقل" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_model_fields +msgid "Fields" +msgstr "الحقول" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_http +msgid "HTTP Routing" +msgstr "مسار HTTP" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "binary" +msgstr "بيانات ثنائية" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "boolean" +msgstr "قيمة منطقية" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "char" +msgstr "محارف" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "date" +msgstr "تاريخ" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "datetime" +msgstr "التاريخ والوقت" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "file" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "float" +msgstr "فاصلة عائمة" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "html" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "integer" +msgstr "عدد صحيح" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "many2many" +msgstr "علاقة متعدد لمتعدد" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "many2one" +msgstr "علاقة متعدد لواحد" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "monetary" +msgstr "قيمة نقدية" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "one2many" +msgstr "علاقة واحد لمتعدد" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "reference" +msgstr "المرجع" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "selection" +msgstr "قائمة خيارات" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "text" +msgstr "نص" + diff --git a/muk_fields_file/i18n/de.po b/muk_fields_file/i18n/de.po index c4547f2..fb4bc22 100644 --- a/muk_fields_file/i18n/de.po +++ b/muk_fields_file/i18n/de.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0-20190522\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-24 19:54+0000\n" -"PO-Revision-Date: 2019-06-24 19:54+0000\n" +"POT-Creation-Date: 2019-07-12 23:49+0000\n" +"PO-Revision-Date: 2019-07-12 23:49+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" diff --git a/muk_fields_file/i18n/es.po b/muk_fields_file/i18n/es.po index d73773e..9aa7846 100644 --- a/muk_fields_file/i18n/es.po +++ b/muk_fields_file/i18n/es.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0-20190522\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-24 19:55+0000\n" -"PO-Revision-Date: 2019-06-24 19:55+0000\n" +"POT-Creation-Date: 2019-07-12 23:49+0000\n" +"PO-Revision-Date: 2019-07-12 23:49+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" diff --git a/muk_fields_file/i18n/fr.po b/muk_fields_file/i18n/fr.po index 99b482c..9af3c6b 100644 --- a/muk_fields_file/i18n/fr.po +++ b/muk_fields_file/i18n/fr.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0-20190522\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-24 19:55+0000\n" -"PO-Revision-Date: 2019-06-24 19:55+0000\n" +"POT-Creation-Date: 2019-07-12 23:49+0000\n" +"PO-Revision-Date: 2019-07-12 23:49+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" diff --git a/muk_fields_file/i18n/hi.po b/muk_fields_file/i18n/hi.po new file mode 100644 index 0000000..10ede06 --- /dev/null +++ b/muk_fields_file/i18n/hi.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * muk_fields_file +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0-20190522\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-07-12 23:49+0000\n" +"PO-Revision-Date: 2019-07-12 23:49+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_base +msgid "Base" +msgstr "" + +#. module: muk_fields_file +#: model:ir.model.fields,field_description:muk_fields_file.field_ir_model_fields__ttype +msgid "Field Type" +msgstr "" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "binary" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "boolean" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "char" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "date" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "datetime" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "file" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "float" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "html" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "integer" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "many2many" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "many2one" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "monetary" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "one2many" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "reference" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "selection" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "text" +msgstr "" + diff --git a/muk_fields_file/i18n/muk_fields_file.pot b/muk_fields_file/i18n/muk_fields_file.pot index dab9451..9f251fe 100644 --- a/muk_fields_file/i18n/muk_fields_file.pot +++ b/muk_fields_file/i18n/muk_fields_file.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0-20190522\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-24 19:54+0000\n" -"PO-Revision-Date: 2019-06-24 19:54+0000\n" +"POT-Creation-Date: 2019-07-12 23:48+0000\n" +"PO-Revision-Date: 2019-07-12 23:48+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" diff --git a/muk_fields_file/i18n/nl.po b/muk_fields_file/i18n/nl.po index cc02e81..30dc112 100644 --- a/muk_fields_file/i18n/nl.po +++ b/muk_fields_file/i18n/nl.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0-20190522\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-24 19:55+0000\n" -"PO-Revision-Date: 2019-06-24 19:55+0000\n" +"POT-Creation-Date: 2019-07-12 23:50+0000\n" +"PO-Revision-Date: 2019-07-12 23:50+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" diff --git a/muk_fields_file/i18n/pt.po b/muk_fields_file/i18n/pt.po new file mode 100644 index 0000000..2004826 --- /dev/null +++ b/muk_fields_file/i18n/pt.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * muk_fields_file +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0-20190522\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-07-12 23:50+0000\n" +"PO-Revision-Date: 2019-07-12 23:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_base +msgid "Base" +msgstr "" + +#. module: muk_fields_file +#: model:ir.model.fields,field_description:muk_fields_file.field_ir_model_fields__ttype +msgid "Field Type" +msgstr "Tipo de Campo" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_model_fields +msgid "Fields" +msgstr "Campos" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_http +msgid "HTTP Routing" +msgstr "Rota HTTP" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "binary" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "boolean" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "char" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "date" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "datetime" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "file" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "float" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "html" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "integer" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "many2many" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "many2one" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "monetary" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "one2many" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "reference" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "selection" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "text" +msgstr "Texto" + diff --git a/muk_fields_file/i18n/ru.po b/muk_fields_file/i18n/ru.po new file mode 100644 index 0000000..ed63ad4 --- /dev/null +++ b/muk_fields_file/i18n/ru.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * muk_fields_file +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0-20190522\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-07-12 23:50+0000\n" +"PO-Revision-Date: 2019-07-12 23:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_base +msgid "Base" +msgstr "Базовый" + +#. module: muk_fields_file +#: model:ir.model.fields,field_description:muk_fields_file.field_ir_model_fields__ttype +msgid "Field Type" +msgstr "Тип поля" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_model_fields +msgid "Fields" +msgstr "Поля" + +#. module: muk_fields_file +#: model:ir.model,name:muk_fields_file.model_ir_http +msgid "HTTP Routing" +msgstr "Маршрутизация HTTP" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "binary" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "boolean" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "char" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "date" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "datetime" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "file" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "float" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "html" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "integer" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "many2many" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "many2one" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "monetary" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "one2many" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "reference" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "selection" +msgstr "" + +#. module: muk_fields_file +#: selection:ir.model.fields,ttype:0 +msgid "text" +msgstr "" +