# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_sparse_field
# 
# Translators:
# Mustafa Rawi <mustafa@cubexco.com>, 2018
# amrnegm <amrnegm.01@gmail.com>, 2018
# Martin Trigaux, 2018
# Osoul <baruni@osoul.ly>, 2018
# Mohammed Albasha <m.albasha.ma@gmail.com>, 2018
# Ghaith Gammar <g.gammar@saharaifs.net>, 2018
# Osama Ahmaro <osamaahmaro@gmail.com>, 2018
# Shaima Safar <shaima.safar@open-inside.com>, 2018
# Yihya Hugirat <hugirat@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Yihya Hugirat <hugirat@gmail.com>, 2018\n"
"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__boolean
msgid "Boolean"
msgstr "بولياني (قيمة منطقية)"

#. module: base_sparse_field
#: code:addons/base_sparse_field/models/models.py:25
#, python-format
msgid "Changing the storing system for field \"%s\" is not allowed."
msgstr "Changing the storing system for field \"%s\" is not allowed."

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__char
msgid "Char"
msgstr "حرف"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__create_uid
msgid "Created by"
msgstr "أنشئ بواسطة"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__create_date
msgid "Created on"
msgstr "أنشئ في"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__data
msgid "Data"
msgstr "البيانات"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__display_name
msgid "Display Name"
msgstr "اسم العرض"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_ir_model_fields__ttype
msgid "Field Type"
msgstr "نوع الحقل"

#. module: base_sparse_field
#: model:ir.model,name:base_sparse_field.model_ir_model_fields
msgid "Fields"
msgstr "الحقول"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__float
msgid "Float"
msgstr "عشري"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__id
msgid "ID"
msgstr "المعرف"

#. module: base_sparse_field
#: model:ir.model.fields,help:base_sparse_field.field_ir_model_fields__serialization_field_id
msgid ""
"If set, this field will be stored in the sparse structure of the "
"serialization field, instead of having its own database column. This cannot "
"be changed after creation."
msgstr ""
"If set, this field will be stored in the sparse structure of the "
"serialization field, instead of having its own database column. This cannot "
"be changed after creation."

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__integer
msgid "Integer"
msgstr "عدد صحيح"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test____last_update
msgid "Last Modified on"
msgstr "آخر تعديل في"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__write_uid
msgid "Last Updated by"
msgstr "آخر تحديث بواسطة"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__write_date
msgid "Last Updated on"
msgstr "آخر تحديث في"

#. module: base_sparse_field
#: selection:sparse_fields.test,selection:0
msgid "One"
msgstr ""

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__partner
msgid "Partner"
msgstr "الشريك"

#. module: base_sparse_field
#: code:addons/base_sparse_field/models/models.py:27
#, python-format
msgid "Renaming sparse field \"%s\" is not allowed"
msgstr "إعادة تسمية الحقل \"%s\" غير مسموحة"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__selection
msgid "Selection"
msgstr "الاختيار"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_ir_model_fields__serialization_field_id
msgid "Serialization Field"
msgstr "مجال التسلسل"

#. module: base_sparse_field
#: code:addons/base_sparse_field/models/models.py:39
#, python-format
msgid "Serialization field `%s` not found for sparse field `%s`!"
msgstr "Serialization field `%s` not found for sparse field `%s`!"

#. module: base_sparse_field
#: model:ir.model,name:base_sparse_field.model_sparse_fields_test
msgid "Sparse fields Test"
msgstr ""

#. module: base_sparse_field
#: selection:sparse_fields.test,selection:0
msgid "Two"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "binary"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "boolean"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "char"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "date"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "datetime"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "float"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "html"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "integer"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "many2many"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "many2one"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "monetary"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "one2many"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "reference"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "selection"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "serialized"
msgstr ""

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "text"
msgstr "نص"
