diff --git a/web_dashboard_tile/i18n/ar.po b/web_dashboard_tile/i18n/ar.po index 22e6abda..3f26ca71 100644 --- a/web_dashboard_tile/i18n/ar.po +++ b/web_dashboard_tile/i18n/ar.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-06 08:59+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Arabic (http://www.transifex.com/oca/OCA-web-8-0/language/ar/)\n" "MIME-Version: 1.0\n" @@ -42,7 +42,8 @@ msgid "Active" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "المعدل" @@ -52,12 +53,8 @@ msgid "Background color" msgstr "لون الخلفية" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -86,6 +83,7 @@ msgid "Dashboard" msgstr "لوحة المعلومات" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -119,7 +117,12 @@ msgid "Error" msgstr "الخطأ" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "الحقل" @@ -136,12 +139,23 @@ msgid "Font color" msgstr "لون الخط" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "الوظيفة" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -150,6 +164,14 @@ msgstr "" msgid "ID" msgstr "المعرف" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -166,20 +188,47 @@ msgid "Last Updated on" msgstr "آخر تحديث في" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "الحد الاعلى" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "القيمة العليا الى '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "متوسط" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "القيمة المتوسطة الى '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "الحد الادنى" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "القيمة الادنى الى '%s'" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -191,20 +240,48 @@ msgid "Name" msgstr "الاسم" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "معلومات الحقل الاختياري" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -220,7 +297,8 @@ msgid "Success" msgstr "نجاح" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "المجموع" @@ -244,7 +322,13 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "القيمة الاجمالية الى '%s'" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -253,3 +337,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "المستخدم" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/de.po b/web_dashboard_tile/i18n/de.po index b8ff1483..f3f839ac 100644 --- a/web_dashboard_tile/i18n/de.po +++ b/web_dashboard_tile/i18n/de.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-06 08:59+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: German (http://www.transifex.com/oca/OCA-web-8-0/language/de/)\n" "MIME-Version: 1.0\n" @@ -40,7 +40,8 @@ msgid "Active" msgstr "Aktiv" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Durchschnitt" @@ -50,12 +51,8 @@ msgid "Background color" msgstr "Hintergrundfarbe" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -84,6 +81,7 @@ msgid "Dashboard" msgstr "Pinwand" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Pinwand-Kachel" @@ -117,7 +115,12 @@ msgid "Error" msgstr "Fehler" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Feld" @@ -134,12 +137,23 @@ msgid "Font color" msgstr "Schriftfarbe" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Funktion" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -148,6 +162,14 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -164,20 +186,47 @@ msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maximum" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "Maximalwert von '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Median" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "Medianwert von '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimum" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "Minimalwert von '%s'" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -189,20 +238,48 @@ msgid "Name" msgstr "Bezeichnung" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Optionale Feldinformation" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -218,7 +295,8 @@ msgid "Success" msgstr "Erfolg" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Summe" @@ -242,7 +320,13 @@ msgid "Tile:" msgstr "Kachel:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "Gesamtwert von '%s'" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -251,3 +335,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "Benutzer" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Wert" diff --git a/web_dashboard_tile/i18n/es.po b/web_dashboard_tile/i18n/es.po index 9a24fbe5..2c5b3bd2 100644 --- a/web_dashboard_tile/i18n/es.po +++ b/web_dashboard_tile/i18n/es.po @@ -24,8 +24,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-08 11:55+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-16 00:24+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" @@ -45,7 +45,8 @@ msgid "Active" msgstr "Activo" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Promedio" @@ -55,12 +56,8 @@ msgid "Background color" msgstr "Color de fondo" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "Valor calculado" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "Cuenta" @@ -89,6 +86,7 @@ msgid "Dashboard" msgstr "Tablero" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Pieza del tablero" @@ -122,7 +120,12 @@ msgid "Error" msgstr "Error" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Campo" @@ -139,12 +142,23 @@ msgid "Font color" msgstr "Color de texto" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Formato" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Función" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Grupos" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "Ayudante" @@ -153,6 +167,14 @@ msgstr "Ayudante" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -169,20 +191,47 @@ msgid "Last Updated on" msgstr "Última actualización en" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Máximo" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "Valor máximo de \"%s\"" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Mediana" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "Valor mediano de \"%s\"" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Mínimo" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "Valor mínimo de \"%s\"" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -194,21 +243,49 @@ msgid "Name" msgstr "Nombre" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Información opcional" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "Seleccione por favor un campo del modelo seleccionado." #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." -msgstr "Establezca ambos: 'Campo' y 'Función'" +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -223,7 +300,8 @@ msgid "Success" msgstr "Éxito" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Suma" @@ -247,7 +325,13 @@ msgid "Tile:" msgstr "Pieza:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "Valor total de \"%s\"" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "Características no implementada: búsqueda en el campo activo deshabilitada." @@ -256,3 +340,8 @@ msgstr "Características no implementada: búsqueda en el campo activo deshabili #: field:tile.tile,user_id:0 msgid "User" msgstr "Usuario" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valor" diff --git a/web_dashboard_tile/i18n/fi.po b/web_dashboard_tile/i18n/fi.po index 71e43955..ec57d971 100644 --- a/web_dashboard_tile/i18n/fi.po +++ b/web_dashboard_tile/i18n/fi.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-06 08:59+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Finnish (http://www.transifex.com/oca/OCA-web-8-0/language/fi/)\n" "MIME-Version: 1.0\n" @@ -40,7 +40,8 @@ msgid "Active" msgstr "Aktiivinen" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Keskiarvo" @@ -50,12 +51,8 @@ msgid "Background color" msgstr "Taustaväri" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "Laskettu arvo" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "Määrä" @@ -84,6 +81,7 @@ msgid "Dashboard" msgstr "Työpöytä" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Työpöydän pala" @@ -117,7 +115,12 @@ msgid "Error" msgstr "Virhe" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Kenttä" @@ -134,12 +137,23 @@ msgid "Font color" msgstr "Fontin väri" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Toiminto" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "Avustin" @@ -148,6 +162,14 @@ msgstr "Avustin" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -164,20 +186,47 @@ msgid "Last Updated on" msgstr "Viimeksi päivitetty" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maksimi" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "'%s':n maksimiarvo" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Mediaani" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "'%s':n mediaaniarvo" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimi" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "'%s':n minimiarvo" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -189,20 +238,48 @@ msgid "Name" msgstr "Nimi" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Valinnaiset kentän tiedot" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -218,7 +295,8 @@ msgid "Success" msgstr "Onnistui" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Summa" @@ -242,7 +320,13 @@ msgid "Tile:" msgstr "Pala:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "'%s':n kokonaisarvo" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -251,3 +335,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "Käyttäjä" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/fr.po b/web_dashboard_tile/i18n/fr.po index d99a361c..49af59e2 100644 --- a/web_dashboard_tile/i18n/fr.po +++ b/web_dashboard_tile/i18n/fr.po @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-09 17:18+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-16 16:11+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: French (http://www.transifex.com/oca/OCA-web-8-0/language/fr/)\n" "MIME-Version: 1.0\n" @@ -43,7 +43,8 @@ msgid "Active" msgstr "Actif" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Moyenne" @@ -53,12 +54,8 @@ msgid "Background color" msgstr "Couleur de fond" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "Valeur calculée" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "Compter" @@ -87,6 +84,7 @@ msgid "Dashboard" msgstr "Tableau de bord" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Indicateur de tableau de bord" @@ -120,7 +118,12 @@ msgid "Error" msgstr "Erreur" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Champ" @@ -137,12 +140,23 @@ msgid "Font color" msgstr "Couleur de la police" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Format" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Fonction" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Groupes" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "Assistant" @@ -151,6 +165,14 @@ msgstr "Assistant" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -167,20 +189,47 @@ msgid "Last Updated on" msgstr "Mis à jour le" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maximum" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "Valeur maximale du champ '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Médiane" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "Valeur médian du champ '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimum" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "Valeur minimale du champ '%s'" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -192,20 +241,48 @@ msgid "Name" msgstr "Nom" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Information du champ optionnel" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -221,7 +298,8 @@ msgid "Success" msgstr "Succès" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Somme" @@ -245,7 +323,13 @@ msgid "Tile:" msgstr "Indicateur :" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "Somme du champ '%s'" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -254,3 +338,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "Utilisateur" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valeur" diff --git a/web_dashboard_tile/i18n/gl.po b/web_dashboard_tile/i18n/gl.po index 6a4024b0..acb5e139 100644 --- a/web_dashboard_tile/i18n/gl.po +++ b/web_dashboard_tile/i18n/gl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-06 08:59+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Galician (http://www.transifex.com/oca/OCA-web-8-0/language/gl/)\n" "MIME-Version: 1.0\n" @@ -28,7 +28,8 @@ msgid "Active" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "" @@ -38,12 +39,8 @@ msgid "Background color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -72,6 +69,7 @@ msgid "Dashboard" msgstr "" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -105,7 +103,12 @@ msgid "Error" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "" @@ -122,12 +125,23 @@ msgid "Font color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -136,6 +150,14 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -152,20 +174,47 @@ msgid "Last Updated on" msgstr "Última actualización en" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -177,20 +226,48 @@ msgid "Name" msgstr "" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -206,7 +283,8 @@ msgid "Success" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "" @@ -230,7 +308,13 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -239,3 +323,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valor" diff --git a/web_dashboard_tile/i18n/hr.po b/web_dashboard_tile/i18n/hr.po index 508f482a..1381405c 100644 --- a/web_dashboard_tile/i18n/hr.po +++ b/web_dashboard_tile/i18n/hr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-06 08:59+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/language/hr/)\n" "MIME-Version: 1.0\n" @@ -28,7 +28,8 @@ msgid "Active" msgstr "Aktivno" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "" @@ -38,12 +39,8 @@ msgid "Background color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -72,6 +69,7 @@ msgid "Dashboard" msgstr "" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -105,7 +103,12 @@ msgid "Error" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "" @@ -122,12 +125,23 @@ msgid "Font color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Grupe" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -136,6 +150,14 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -152,20 +174,47 @@ msgid "Last Updated on" msgstr "Zadnje ažuriranje" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -177,20 +226,48 @@ msgid "Name" msgstr "Naziv" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -206,7 +283,8 @@ msgid "Success" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "" @@ -230,7 +308,13 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -239,3 +323,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Vrijednost" diff --git a/web_dashboard_tile/i18n/it.po b/web_dashboard_tile/i18n/it.po index 9cabf236..8670a65a 100644 --- a/web_dashboard_tile/i18n/it.po +++ b/web_dashboard_tile/i18n/it.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-08 11:56+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-web-8-0/language/it/)\n" "MIME-Version: 1.0\n" @@ -38,7 +38,8 @@ msgid "Active" msgstr "Attivo" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Media" @@ -48,12 +49,8 @@ msgid "Background color" msgstr "Colore di sfondo" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -82,6 +79,7 @@ msgid "Dashboard" msgstr "" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -115,7 +113,12 @@ msgid "Error" msgstr "Errore" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Campo" @@ -132,12 +135,23 @@ msgid "Font color" msgstr "Colore del Font" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Formato" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Funzione" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Gruppi" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -146,6 +160,14 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -162,20 +184,47 @@ msgid "Last Updated on" msgstr "Ultimo aggiornamento il" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Massimo" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "Valore massimo di '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "Valore mediano di '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimo" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "Valore minimo di '%s'" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -187,20 +236,48 @@ msgid "Name" msgstr "Nome" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Informazioni Opzionali Campo" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -216,7 +293,8 @@ msgid "Success" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Somma" @@ -240,7 +318,13 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "Valore totale di '%s'" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -249,3 +333,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "Utente" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valore" diff --git a/web_dashboard_tile/i18n/nb.po b/web_dashboard_tile/i18n/nb.po index 1754c12a..70872753 100644 --- a/web_dashboard_tile/i18n/nb.po +++ b/web_dashboard_tile/i18n/nb.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-06 08:59+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/language/nb/)\n" "MIME-Version: 1.0\n" @@ -28,7 +28,8 @@ msgid "Active" msgstr "Aktiv" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "" @@ -38,12 +39,8 @@ msgid "Background color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -72,6 +69,7 @@ msgid "Dashboard" msgstr "" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -105,7 +103,12 @@ msgid "Error" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "" @@ -122,12 +125,23 @@ msgid "Font color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -136,6 +150,14 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -152,20 +174,47 @@ msgid "Last Updated on" msgstr "Sist oppdatert" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maksimum" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimum" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -177,20 +226,48 @@ msgid "Name" msgstr "Navn" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -206,7 +283,8 @@ msgid "Success" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "" @@ -230,7 +308,13 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -239,3 +323,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Verdi" diff --git a/web_dashboard_tile/i18n/nl.po b/web_dashboard_tile/i18n/nl.po index de2cb837..5942a6c0 100644 --- a/web_dashboard_tile/i18n/nl.po +++ b/web_dashboard_tile/i18n/nl.po @@ -30,8 +30,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-08 11:55+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/language/nl/)\n" "MIME-Version: 1.0\n" @@ -51,7 +51,8 @@ msgid "Active" msgstr "Actief" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "" @@ -61,12 +62,8 @@ msgid "Background color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -95,6 +92,7 @@ msgid "Dashboard" msgstr "" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -128,7 +126,12 @@ msgid "Error" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Veld" @@ -145,12 +148,23 @@ msgid "Font color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Formaat" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Groepen" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -159,6 +173,14 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -175,20 +197,47 @@ msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -200,20 +249,48 @@ msgid "Name" msgstr "Naam" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -229,7 +306,8 @@ msgid "Success" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "" @@ -253,7 +331,13 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -262,3 +346,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/pt.po b/web_dashboard_tile/i18n/pt.po index 2b6e05e3..ace71ac4 100644 --- a/web_dashboard_tile/i18n/pt.po +++ b/web_dashboard_tile/i18n/pt.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-26 01:59+0000\n" -"PO-Revision-Date: 2016-11-25 14:58+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-12 11:39+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (http://www.transifex.com/oca/OCA-web-8-0/language/pt/)\n" "MIME-Version: 1.0\n" @@ -25,7 +25,7 @@ msgstr "" #. module: web_dashboard_tile #: field:tile.tile,active:0 msgid "Active" -msgstr "" +msgstr "Ativo" #. module: web_dashboard_tile #: selection:tile.tile,primary_function:0 diff --git a/web_dashboard_tile/i18n/pt_BR.po b/web_dashboard_tile/i18n/pt_BR.po index 79f0cdb8..b6411bfe 100644 --- a/web_dashboard_tile/i18n/pt_BR.po +++ b/web_dashboard_tile/i18n/pt_BR.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-08 11:55+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -46,7 +46,8 @@ msgid "Active" msgstr "Ativo" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Média" @@ -56,12 +57,8 @@ msgid "Background color" msgstr "Cor de fundo" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -90,6 +87,7 @@ msgid "Dashboard" msgstr "Dashboard" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Dashboard Tile" @@ -123,7 +121,12 @@ msgid "Error" msgstr "Erro" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Campo" @@ -140,12 +143,23 @@ msgid "Font color" msgstr "Cor da fonte" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Função" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -154,6 +168,14 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -170,20 +192,47 @@ msgid "Last Updated on" msgstr "Última atualização em" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Máximo" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "Valor máximo de '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Mediana" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "Valor mediano de '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minímo" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "Valor mínimo de '%s'" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -195,20 +244,48 @@ msgid "Name" msgstr "Nome" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Informação de campos opcionais" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -224,7 +301,8 @@ msgid "Success" msgstr "Sucesso" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Soma" @@ -248,7 +326,13 @@ msgid "Tile:" msgstr "Tile:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "Valor total de '%s'" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -257,3 +341,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "Usuário" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valor" diff --git a/web_dashboard_tile/i18n/pt_PT.po b/web_dashboard_tile/i18n/pt_PT.po index 04ab914b..c3d86dc1 100644 --- a/web_dashboard_tile/i18n/pt_PT.po +++ b/web_dashboard_tile/i18n/pt_PT.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-26 01:59+0000\n" -"PO-Revision-Date: 2016-11-25 14:56+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-12 16:25+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -25,7 +25,7 @@ msgstr "" #. module: web_dashboard_tile #: field:tile.tile,active:0 msgid "Active" -msgstr "" +msgstr "Ativo" #. module: web_dashboard_tile #: selection:tile.tile,primary_function:0 diff --git a/web_dashboard_tile/i18n/ru.po b/web_dashboard_tile/i18n/ru.po index 8f606ced..cdcc866c 100644 --- a/web_dashboard_tile/i18n/ru.po +++ b/web_dashboard_tile/i18n/ru.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-06 08:59+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Russian (http://www.transifex.com/oca/OCA-web-8-0/language/ru/)\n" "MIME-Version: 1.0\n" @@ -28,7 +28,8 @@ msgid "Active" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "" @@ -38,12 +39,8 @@ msgid "Background color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -72,6 +69,7 @@ msgid "Dashboard" msgstr "" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -105,7 +103,12 @@ msgid "Error" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Поле" @@ -122,12 +125,23 @@ msgid "Font color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -136,6 +150,14 @@ msgstr "" msgid "ID" msgstr "" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -152,20 +174,47 @@ msgid "Last Updated on" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -177,20 +226,48 @@ msgid "Name" msgstr "Название" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -206,7 +283,8 @@ msgid "Success" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "" @@ -230,7 +308,13 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -239,3 +323,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "Пользователь" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/sl.po b/web_dashboard_tile/i18n/sl.po index 411ea1af..94ecac75 100644 --- a/web_dashboard_tile/i18n/sl.po +++ b/web_dashboard_tile/i18n/sl.po @@ -21,9 +21,9 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-08 11:55+0000\n" -"Last-Translator: Matjaž Mozetič \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-16 00:24+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-web-8-0/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,7 +42,8 @@ msgid "Active" msgstr "Aktivno" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Povprečje" @@ -52,12 +53,8 @@ msgid "Background color" msgstr "Barva ozadja" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "Obračunana vrednost" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "Števec" @@ -86,6 +83,7 @@ msgid "Dashboard" msgstr "Nadzorna plošča" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Okvir nadzorne plošče" @@ -119,7 +117,12 @@ msgid "Error" msgstr "Napaka" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "Podrobnosti o napaki" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Polje" @@ -136,12 +139,23 @@ msgid "Font color" msgstr "Barva pisave" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Format" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Funkcija" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Skupine" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "Pomočnik" @@ -150,6 +164,14 @@ msgstr "Pomočnik" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "Če je to polje nastavljeno, lahko ta okvir vidijo le uporabniki te skupine. Upoštevajte, da bo delovalo le za globalne okvirje (torej s poljem 'uporabnik' puščenim praznim)" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -166,20 +188,47 @@ msgid "Last Updated on" msgstr "Zadnjič posodobljeno" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "Glavna vrednost" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maksimum" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "Maksimalna vrednost '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Sredina" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "Srednja vrednost '%s'" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimum" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "Minimalna vrednost '%s'" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -191,21 +240,49 @@ msgid "Name" msgstr "Naziv" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Opcijske informacije o polju" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "Število zapisov" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "Izberite polje iz izbranega modela." #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." -msgstr "Nastavite oboje: 'Polje' in 'Funkcija'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "Niz v Python formatu veljaven s str.format()\nnpr: '{:,} kg' da rezultat '1,000 kg' pri vrednosti 1000." + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "Sekundarno polje" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "Sekundarni format" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "Sekundarna funkcija" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "Sekundarni pomočnik" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "Sekundarna vrednost" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -220,7 +297,8 @@ msgid "Success" msgstr "Uspeh" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Vsota" @@ -244,7 +322,13 @@ msgid "Tile:" msgstr "Okvir:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "Skupna vrednost '%s'" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "Nevgrajena možnost. Iskanje po aktivnih poljih je onemogočeno." @@ -253,3 +337,8 @@ msgstr "Nevgrajena možnost. Iskanje po aktivnih poljih je onemogočeno." #: field:tile.tile,user_id:0 msgid "User" msgstr "Uporabnik" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Vrednost" diff --git a/web_dashboard_tile/i18n/tr.po b/web_dashboard_tile/i18n/tr.po index 034abdf1..725c1be8 100644 --- a/web_dashboard_tile/i18n/tr.po +++ b/web_dashboard_tile/i18n/tr.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-06 08:57+0000\n" -"PO-Revision-Date: 2016-12-06 08:59+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/tr/)\n" "MIME-Version: 1.0\n" @@ -37,7 +37,8 @@ msgid "Active" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Ortalama" @@ -47,12 +48,8 @@ msgid "Background color" msgstr "Arkaplan rengi" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -81,6 +78,7 @@ msgid "Dashboard" msgstr "Gösterge panosu" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Gösterge parçası" @@ -114,7 +112,12 @@ msgid "Error" msgstr "Hata" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Alan" @@ -131,12 +134,23 @@ msgid "Font color" msgstr "Font rengi" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Fonksiyon" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Gruplar" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -145,6 +159,14 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -161,20 +183,47 @@ msgid "Last Updated on" msgstr "Son güncellendi" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maksimum" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "'%s' nin en fazla değeri" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "orta değer" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "'%s' nin orta değeri" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimum" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "'%s' nin en düşük değeri" + #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" @@ -186,20 +235,48 @@ msgid "Name" msgstr "Adı" #. module: web_dashboard_tile -#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Opsiyonel Alan Bilgileri" +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 #, python-format msgid "Please select a field from the selected model." msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:150 -#, python-format -msgid "Please set both: 'Field' and 'Function'." +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile @@ -215,7 +292,8 @@ msgid "Success" msgstr "Başarılı" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Toplam" @@ -239,7 +317,13 @@ msgid "Tile:" msgstr "Parça:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "'%s' nin toplam değeri" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 #, python-format msgid "Unimplemented Feature. Search on Active field disabled." msgstr "" @@ -248,3 +332,8 @@ msgstr "" #: field:tile.tile,user_id:0 msgid "User" msgstr "Kullanıcı" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Değer" diff --git a/web_graph_improved/i18n/pt_PT.po b/web_graph_improved/i18n/pt_PT.po new file mode 100644 index 00000000..cedb3e81 --- /dev/null +++ b/web_graph_improved/i18n/pt_PT.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_widget_x2many_2d_matrix/i18n/pt_PT.po b/web_widget_x2many_2d_matrix/i18n/pt_PT.po new file mode 100644 index 00000000..f06229f9 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/pt_PT.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-10 07:07+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total"