mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 14:12:06 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -18,20 +18,16 @@ Allows users to create custom dashboard.
|
|||
'security/ir.model.access.csv',
|
||||
'views/board_views.xml',
|
||||
],
|
||||
'application': False,
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'board/static/src/**/*.scss',
|
||||
'board/static/src/**/*.js',
|
||||
'board/static/src/**/*.xml',
|
||||
],
|
||||
'web.qunit_suite_tests': [
|
||||
'board/static/tests/**/*',
|
||||
('remove', 'board/static/tests/mobile/**/*'), # mobile test
|
||||
],
|
||||
'web.qunit_mobile_suite_tests': [
|
||||
'board/static/tests/mobile/**/*',
|
||||
'web.assets_unit_tests': [
|
||||
'board/static/tests/**/*.test.js',
|
||||
],
|
||||
},
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ from odoo.http import Controller, route, request
|
|||
|
||||
class Board(Controller):
|
||||
|
||||
@route('/board/add_to_dashboard', type='json', auth='user')
|
||||
@route('/board/add_to_dashboard', type='jsonrpc', auth='user')
|
||||
def add_to_dashboard(self, action_id, context_to_save, domain, view_mode, name=''):
|
||||
# Retrieve the 'My Dashboard' action from its xmlid
|
||||
action = request.env.ref('board.open_board_my_dash_action').sudo()
|
||||
|
|
@ -34,7 +34,7 @@ class Board(Controller):
|
|||
})
|
||||
column.insert(0, new_action)
|
||||
arch = ElementTree.tostring(board_arch, encoding='unicode')
|
||||
request.env['ir.ui.view.custom'].create({
|
||||
request.env['ir.ui.view.custom'].sudo().create({
|
||||
'user_id': request.session.uid,
|
||||
'ref_id': view_id,
|
||||
'arch': arch
|
||||
|
|
|
|||
|
|
@ -1,65 +1,47 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language: af\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Voeg by"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -67,25 +49,27 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -94,15 +78,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -116,15 +97,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -133,7 +111,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -142,13 +119,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,61 +1,43 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"Language: am\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -63,25 +45,27 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -90,15 +74,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -112,15 +93,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -129,7 +107,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -138,13 +115,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,93 +1,83 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Malaz Abuidris <msea@odoo.com>, 2023
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2023\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 13:38+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/board/ar/"
|
||||
">\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "تمت إضافة \"%s\" إلى لوحة البيانات "
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
"\"إضافة إلى\n"
|
||||
" لوحة البيانات\" "
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "تم إضافة '%s' إلى لوحة البيانات "
|
||||
" لوحة البيانات\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "إضافة"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "إضافة إلى لوحة بياناتي "
|
||||
msgstr "إضافة إلى لوحة بياناتي"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "هل أنت متأكد من أنك ترغب في إزالة هذا العنصر؟ "
|
||||
msgstr "هل أنت متأكد من أنك ترغب في إزالة هذا العنصر؟"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "لوحة "
|
||||
msgstr "لوحة"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "تغيير المخطط"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "تعذر إضافة عامل تصفية إلى لوحة البيانات "
|
||||
msgstr "تعذر إضافة عامل تصفية إلى لوحة البيانات"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "لوحة البيانات"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
|
|
@ -97,15 +87,12 @@ msgstr "المُعرف"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "إجراء غير صالح "
|
||||
msgstr "إجراء غير صالح"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "مخطط"
|
||||
|
||||
|
|
@ -114,48 +101,48 @@ msgstr "مخطط"
|
|||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr "لوحة بياناتي "
|
||||
msgstr "لوحة بياناتي"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "الرجاء تحديث متصفحك حتى يتم تطبيق التغييرات. "
|
||||
msgstr "الرجاء تحديث متصفحك حتى يتم تطبيق التغييرات."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"لإضافة تقريرك الأول في لوحة البيانات هذه، اذهب إلى أي\n"
|
||||
" قائمة، انتقل لطريقة العرض بالقائمة أو بالرسم البياني، واضغط "
|
||||
" قائمة، انتقل لطريقة العرض بالقائمة أو بالرسم البياني، واضغط"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"يمكنك تصفية وتجميع البيانات قبل إدراجها في\n"
|
||||
" لوحة بياناتك باستخدام خيارات البحث. "
|
||||
" لوحة بياناتك باستخدام خيارات البحث."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "لوحة بياناتك الخاصة فارغة "
|
||||
msgstr "لوحة بياناتك الخاصة فارغة"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "في خيارات البحث التفصيلية. "
|
||||
msgstr "في خيارات البحث التفصيلية."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "تمت إضافة \"%s\" إلى لوحة البيانات"
|
||||
|
|
|
|||
|
|
@ -1,91 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||
# erpgo translator <jumshud@erpgo.az>, 2023
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: erpgo translator <jumshud@erpgo.az>, 2023\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Azerbaijani <https://translate.odoo.com/projects/odoo-19/"
|
||||
"board/az/>\n"
|
||||
"Language: az\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: az\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
"\"İdarə panelinə\n"
|
||||
" əlavə et\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Əlavə edin"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
msgstr "İdarə panelimə əlavə edin"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
msgstr "İdarə panelinə filtr əlavə etmək mümkün olmadı"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Şəxsi kabinet"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Göstəriləcək Ad"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
|
|
@ -95,15 +85,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Xətalı Əməliyyat"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Sxem"
|
||||
|
||||
|
|
@ -112,29 +99,28 @@ msgstr "Sxem"
|
|||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
msgstr "Mənim İdarə Panelim"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"İlk hesabatınızı bu idarə panelinə əlavə etmək üçün istənilən menyuya "
|
||||
"keçin,\n"
|
||||
" siyahı və ya qrafik görünüşünə keçin və klikləyin"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -143,13 +129,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
msgstr "Şəxsi idarə paneliniz boşdur"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” idarə panelinə əlavə olundu"
|
||||
|
|
|
|||
|
|
@ -1,154 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Ivan Shakh, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Ivan Shakh, 2024\n"
|
||||
"Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Дадаць"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,95 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# KeyVillage, 2023
|
||||
# Nikola Iliev, 2023
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||
# Александра Николова <alexandra1nikolova@gmail.com>, 2023
|
||||
# Elena Varbanova, 2024
|
||||
# Milena Georgieva, 2024
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Milena Georgieva, 2024\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Bulgarian <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"bg/>\n"
|
||||
"Language: bg\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' добавено към табло за управление"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Добави"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Табло за управление"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Променете оформлението"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Не успяхте да добавите филтър към таблото за управление"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Табло за управление"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Име за показване"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -98,15 +85,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Невалидно действие"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Редайтирай изгледа"
|
||||
|
||||
|
|
@ -120,26 +104,23 @@ msgstr "Моето табло за управление"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Моля, опреснете браузъра си, за да влязат в сила промените."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"За да добавите първия си отчет в това табло за управление, отидете на което и да е меню, \n"
|
||||
"За да добавите първия си отчет в това табло за управление, отидете на което "
|
||||
"и да е меню, \n"
|
||||
"превключете към изглед на списък или графика и щракнете върху"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -151,13 +132,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Вашият персонален табло е празен."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "в разширените опции за търсене."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2015-09-07 16:40+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Bengali (http://www.transifex.com/odoo/odoo-9/language/bn/)\n"
|
||||
|
|
@ -18,152 +18,71 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:24
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr " "
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:407
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:70
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr "যোগ করুন"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:64
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:139
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item ?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_create
|
||||
msgid "Board Creation"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_name
|
||||
msgid "Board Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Cancel"
|
||||
msgstr "বাতিল"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:6
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:4
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:409
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Create"
|
||||
msgstr "তৈরি করুন"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.action_board_create
|
||||
#: model:ir.ui.menu,name:board.menu_board_create
|
||||
msgid "Create Board"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Create New Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:94
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
#: model:ir.model.fields,field_description:board.field_board_create___last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_write_date
|
||||
msgid "Last Updated on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
|
|
@ -174,22 +93,41 @@ msgid "My Dashboard"
|
|||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_menu_parent_id
|
||||
msgid "Parent Menu"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add "
|
||||
"to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-01-25 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -15,73 +15,60 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -90,15 +77,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -112,15 +96,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -129,7 +110,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -138,13 +118,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,87 +1,83 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Boško Stojaković <bluesoft83@gmail.com>, 2018
|
||||
# Bole <bole@dajmi5.com>, 2018
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2024-02-06 13:32+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:33+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Bosnian <https://translate.odoo.com/projects/odoo-19/board/bs/"
|
||||
">\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" dodan na nadzornu ploču"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' dodan na kontrolnu tablu"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Dodaj na moju ploču"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "\"Dodaj u\n kontrolnu tablu\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "You can Filter and Grupa Podaci Pre inserting into the\n Kontrolna tabla using the Pretraga options."
|
||||
msgstr "Tabla"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Promjeni raspored"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Nije bilo moguće dodati filter na kontrolnu tablu"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Kontrolna ploča"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -90,17 +86,14 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Neispravna radnja"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Da li ste sigurni da želite da uklonite ovu stavku?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
|
|
@ -112,15 +105,12 @@ msgstr "Moja kontrolna tabla"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Molimo osvježite vaš preglednik kako bi izmjene bile vidljive."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -129,7 +119,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -138,13 +127,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Vaša nadzorna ploča je prazna"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "To Dodaj your Prvi Izveštaj into this Kontrolna tabla, go to any\n Meni, Prekidač to Lista or graph Prikaz, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,40 +1,35 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# marcescu, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Arnau Ros, 2022
|
||||
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2022
|
||||
# Josep Anton Belchi, 2022
|
||||
# jabelchi, 2022
|
||||
# Ivan Espinola, 2022
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Ivan Espinola, 2022\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/board/ca/"
|
||||
">\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" afegit al tauler de control"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -42,57 +37,52 @@ msgstr ""
|
|||
"\"Afegeix a\n"
|
||||
" Tauler\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' afegit al tauler"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Afegir"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Afegir al meu tauler"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Esteu segur que voleu eliminar aquest element?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Tauler"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Canviar la disposició"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "No s'ha pogut afegir el filtre al tauler"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Tauler"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom mostrat"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -101,15 +91,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Acció no vàlida"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Disseny"
|
||||
|
||||
|
|
@ -123,15 +110,12 @@ msgstr "El meu tauler"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Si us plau, refresca el navegador per que els canvis prenguin efecte."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -142,7 +126,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -153,13 +136,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "El teu tauler personal és buit"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "a les opcions de cerca avançades."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” afegit al tauler"
|
||||
|
|
|
|||
|
|
@ -1,95 +1,90 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2022
|
||||
# Jiří Podhorecký, 2022
|
||||
# Michal Veselý <michal@veselyberanek.net>, 2022
|
||||
# Jakub Smolka, 2023
|
||||
#
|
||||
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2022
|
||||
# Aleš Fiala <f.ales1@seznam.cz>, 2023
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Jaroslav Janos <jaroslav.janos.jr@technodat.eu>, 2025.
|
||||
# "Marta (wacm)" <wacm@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Jakub Smolka, 2023\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-02-25 14:42+0000\n"
|
||||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||||
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/board/cs/>"
|
||||
"\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" přidán na dashboard"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : "
|
||||
"(n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' přidán na dashboard"
|
||||
"\"Přidat na\n"
|
||||
"\n"
|
||||
" Dashboard\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Přidat"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Přidat na můj dashboard"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Přehled"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Změnit rozložení"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Nelze přidat filtr do ovládacího panelu"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovaný název"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -98,15 +93,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Neplatná akce"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Rozvržení"
|
||||
|
||||
|
|
@ -120,15 +112,12 @@ msgstr "Můj dashboard"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Obnovte svůj prohlížeč, aby se změny projevily."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -137,7 +126,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -146,13 +134,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Váš osobní dashboard je prázdný"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "v rozšířených možnostech vyhledávání."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,93 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# lhmflexerp <lhm@flexerp.dk>, 2024
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: lhmflexerp <lhm@flexerp.dk>, 2024\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:11+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/board/da/"
|
||||
">\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
"\"Tilføj til\n"
|
||||
" Dashboard\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' tilføjet til dashboard"
|
||||
" kontrolpanel\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Tilføj"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Tilføj til mit instrumentbræt"
|
||||
msgstr "Tilføj til mit kontrolpanel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Panel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Skift layout"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Kunne ikke tilføje filter til dashboard"
|
||||
msgstr "Kunne ikke tilføje filter til kontrolpanel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Kontrolpanel"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vis navn"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
|
|
@ -97,15 +86,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Ugyldig handling"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Layout"
|
||||
|
||||
|
|
@ -114,20 +100,17 @@ msgstr "Layout"
|
|||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr "Mit dashboard"
|
||||
msgstr "Mit kontrolpanel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Opdater venligst din browser for at ændringerne træder i kraft."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -136,7 +119,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -145,13 +127,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Dit personlige dashboard er tomt"
|
||||
msgstr "Dit personlige kontrolpanel er tomt"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "i de udvidede søgeindstillinger."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” tilføjet til kontrolpanel"
|
||||
|
|
|
|||
|
|
@ -1,36 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Martin Trigaux, 2022
|
||||
# Larissa Manderfeld, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-31 12:43+0000\n"
|
||||
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
|
||||
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/board/de/"
|
||||
">\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "„%s“ zum Dashboard hinzugefügt"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -38,57 +34,52 @@ msgstr ""
|
|||
"„Zum Dashboard\n"
|
||||
" hinzufügen“"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "„%s“ zum Dashboard hinzugefügt"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Hinzufügen"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Zu meinem Dashboard hinzufügen"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Sind Sie sicher, dass Sie dieses Element löschen möchten?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Layout ändern"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Es konnte kein Filter zum Dashboard hinzugefügt werden"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -97,15 +88,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Ungültige Aktion"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Layout"
|
||||
|
||||
|
|
@ -119,8 +107,6 @@ msgstr "Mein Dashboard"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
"Bitte aktualisieren Sie Ihren Browser, damit die Änderungen wirksam werden."
|
||||
|
|
@ -128,18 +114,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Um Ihren ersten Bericht zu diesem Dashboard hinzuzufügen,\n"
|
||||
" gehen Sie in ein beliebiges Menü, wechseln Sie zur Listen- oder Diagramm-Ansicht und klicken Sie auf"
|
||||
" gehen Sie in ein beliebiges Menü, wechseln Sie zur Listen- "
|
||||
"oder Diagramm-Ansicht und klicken Sie auf"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -150,13 +135,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Ihr persönliches Dashboard ist leer"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "in den erweiterten Suchoptionen."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "„%s“ zum Dashboard hinzugefügt"
|
||||
|
|
|
|||
|
|
@ -1,179 +1,146 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
|
||||
# George Tarasidis <george_tarasidis@yahoo.com>, 2018
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Panagiotis karampaglis <panosdotk@gmail.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-09-18 09:49+0000\n"
|
||||
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||
"Last-Translator: George Tarasidis <george_tarasidis@yahoo.com>, 2018\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/board/el/"
|
||||
">\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:53
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
"\"Προσθήκη στο\n"
|
||||
" Dashboard\""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr " "
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:103
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' προστέθηκε στο Ταμπλό"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:83
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr "Προσθήκη"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:78
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr "Πρόσθεση στο Ταμπλό μου"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/board_view.js:362
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
msgstr "Είστε βέβαιοι ότι θέλετε να καταργήσετε αυτό το στοιχείο;"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/board_view.js:439
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Ταμπλό"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr "Αλλαγή Εμφάνισης"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr "Αλλαγή Εμφάνισης.."
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr "Επιλογή Εμφάνισης Ταμπλό"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:107
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Δεν μπορεί να προστεθεί φίλτρο στο Ταμπλό"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Ταμπλό"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Εμφάνιση Ονόματος"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/board_view.js:80
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr "Επεξεργασία Εμφάνισης"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Τελευταία τροποποίηση στις"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:41
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/board_view.js:43
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr "Το Ταμπλό μου"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:104
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:51
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:55
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:49
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:53
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,196 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
|
||||
"PO-Revision-Date: 2015-09-07 16:41+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/en_AU/)\n"
|
||||
"Language: en_AU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:24
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr " "
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:407
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:70
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Add"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:64
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:139
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item ?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_create
|
||||
msgid "Board Creation"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_name
|
||||
msgid "Board Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:6
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:4
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:409
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Create"
|
||||
msgstr "Create"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.action_board_create
|
||||
#: model:ir.ui.menu,name:board.menu_board_create
|
||||
msgid "Create Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Create New Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:94
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
#: model:ir.model.fields,field_description:board.field_board_create___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_menu_parent_id
|
||||
msgid "Parent Menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add "
|
||||
"to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,139 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,37 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Wil Odoo, 2024
|
||||
# Larissa Manderfeld, 2024
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2024\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:14+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/board/es/"
|
||||
">\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" añadido al tablero"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
|
||||
"0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -39,57 +33,52 @@ msgstr ""
|
|||
"\"Añadir al\n"
|
||||
" tablero\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' añadido al tablero"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Añadir"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Añadir a mi tablero"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "¿Está seguro de que desea eliminar este elemento?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Tablero"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Cambiar diseño"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "No se puede añadir un filtro al tablero"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Tablero"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -98,15 +87,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Acción no válida"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Diseño"
|
||||
|
||||
|
|
@ -120,15 +106,12 @@ msgstr "Mi tablero"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Vuelva a cargar su navegador para ver los cambios."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -139,7 +122,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -150,13 +132,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Su tablero está vacío"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "en las opciones de búsqueda extendida."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "\"%s\" añadido al tablero"
|
||||
|
|
|
|||
|
|
@ -1,37 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Lucia Pacheco, 2022
|
||||
# Fernanda Alvarez, 2023
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Fernanda Alvarez, 2023\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-30 17:02+0000\n"
|
||||
"Last-Translator: \"Fernanda Alvarez (mfar)\" <mfar@odoo.com>\n"
|
||||
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/board/es_419/>\n"
|
||||
"Language: es_419\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "Se agregó \"%s\" al tablero"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -39,57 +30,52 @@ msgstr ""
|
|||
"\"Agregar al\n"
|
||||
" tablero\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "Se agregó '%s' al tablero"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Agregar"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Agregar a mi tablero"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "¿Está seguro de que desea eliminar esta sección?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Tablero"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Cambiar diseño"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "No se puede agregar un filtro al tablero"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Tablero"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -98,15 +84,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Acción no válida"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Diseño"
|
||||
|
||||
|
|
@ -120,15 +103,12 @@ msgstr "Mi tablero"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Vuelva a cargar su navegador para ver los cambios."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -139,24 +119,27 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"Puede filtrar y agrupar datos antes de añadirlos al\n"
|
||||
" tablero usando las opciones de búsqueda."
|
||||
"Puede filtrar y agrupar datos antes de agregarlos al\n"
|
||||
" tablero mediante las opciones de búsqueda."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Su tablero está vacío"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "en las opciones de búsqueda avanzada."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "Se agregó \"%s\" al tablero"
|
||||
|
|
@ -1,139 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_BO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,139 +1,135 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/"
|
||||
"es_CL/)\n"
|
||||
"Language: es_CL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,139 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre Público"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificación el"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,139 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,139 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_DO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,139 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_EC\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Fecha de modificación"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,196 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
|
||||
"PO-Revision-Date: 2015-09-07 16:41+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Panama) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_PA/)\n"
|
||||
"Language: es_PA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:24
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr " "
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:407
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:70
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:64
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:139
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item ?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_create
|
||||
msgid "Board Creation"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_name
|
||||
msgid "Board Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:6
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:4
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:409
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.action_board_create
|
||||
#: model:ir.ui.menu,name:board.menu_board_create
|
||||
msgid "Create Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Create New Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:94
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
#: model:ir.model.fields,field_description:board.field_board_create___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_menu_parent_id
|
||||
msgid "Parent Menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add "
|
||||
"to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,139 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima Modificación en"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,139 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PY\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,139 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_VE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificada por última vez"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,39 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Marek Pontus, 2022
|
||||
# Rivo Zängov <eraser@eraser.ee>, 2022
|
||||
# Algo Kärp <algokarp@gmail.com>, 2022
|
||||
# Triine Aavik <triine@avalah.ee>, 2022
|
||||
# Anna, 2023
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Anna, 2023\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:31+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Estonian <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"et/>\n"
|
||||
"Language: et\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" lisatud töölauale"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -41,57 +35,52 @@ msgstr ""
|
|||
"\"Lisa\n"
|
||||
" töölauale\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' lisatud töölauale"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Lisa"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Lisa minu töölauale"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Olete kindel, et soovite seda üksust eemaldada?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Juhtkond"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Muuda paigutust"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Ei saa lisada filtrit töölauale"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Töölaud"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Kuvatav nimi"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -100,15 +89,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Kehtetu toiming"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Paigutus"
|
||||
|
||||
|
|
@ -122,15 +108,12 @@ msgstr "Minu töölaud"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Palun värskendage oma brauserit, et muutused jõustuksid."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -141,7 +124,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -152,13 +134,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Teie isiklik töölaud on tühi"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "laiendatud otinguvalikutes."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,139 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
|
||||
"Language: eu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Izena erakutsi"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,40 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Mohammad Tahmasebi <hit.tah75@gmail.com>, 2023
|
||||
# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2023
|
||||
# Hamid Darabi, 2023
|
||||
# Hanna Kheradroosta, 2023
|
||||
# Hamed Mohammadi <hamed@dehongi.com>, 2023
|
||||
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Persian <https://translate.odoo.com/projects/odoo-19/board/fa/"
|
||||
">\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -42,57 +35,52 @@ msgstr ""
|
|||
"\"اضافه به\n"
|
||||
" داشبورد\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' به داشبورد افزوده شد"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "افزودن"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "افزودن به داشبورد من"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "آیا مطمئن هستید که میخواهید این مورد را حذف کنید؟"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "بورد"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "تغییر طرح بندی"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "نمیتوان فیلتر را به داشبورد افزود"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "داشبورد"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "نام نمایشی"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -101,15 +89,12 @@ msgstr "شناسه"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "اقدام نامعتبر"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "طرح بندی"
|
||||
|
||||
|
|
@ -123,15 +108,12 @@ msgstr "داشبورد من"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "لطفا مرورگر خود را رفرش کنید تا تغییرات انجام شود."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -142,24 +124,27 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"شما میتوانید دادهها را قبل از قرار دادن در داشبورد با استفاده از گزینههای"
|
||||
" جستجو فیلتر و گروهبندی کنید."
|
||||
"شما میتوانید دادهها را قبل از قرار دادن در داشبورد با استفاده از گزینههای "
|
||||
"جستجو فیلتر و گروهبندی کنید."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "داشبورد شخصی شما خالی است"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "در گزینههای جستجوی گسترش داده شده."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” به داشبورد اضافه شد"
|
||||
|
|
|
|||
|
|
@ -1,96 +1,86 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# artol <arto.leskinen@tek.fi>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
|
||||
# Tuomas Lyyra <tuomas.lyyra@legenda.fi>, 2022
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Saara Hakanen <sahak@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023\n"
|
||||
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-01-23 13:46+0000\n"
|
||||
"Last-Translator: Saara Hakanen <sahak@odoo.com>\n"
|
||||
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/board/fi/"
|
||||
">\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" lisätty kojelautaan"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
"\"Lisää\n"
|
||||
" kojelautaan\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' lisätty työpöydällesi"
|
||||
" koontinäytölle\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Lisää"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Lisää omaan kojelautaan"
|
||||
msgstr "Lisää koontinäytölleni"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Haluatko varmasti poistaa tämän kohteen?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Työpöytä"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Muuta asettelu"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Suodatinta ei pystytty lisäämään työpöydälle"
|
||||
msgstr "Suodatinta ei voitu lisätä koontinäytölle"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Koontinäyttö"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näyttönimi"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
|
|
@ -100,15 +90,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Virheellinen toiminto"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Ulkoasu"
|
||||
|
||||
|
|
@ -117,31 +104,29 @@ msgstr "Ulkoasu"
|
|||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr "Oma työpöytä"
|
||||
msgstr "Oma koontinäyttöni"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Virkistä selaimesi, jotta muutokset tulevat voimaan."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Jos haluat lisätä ensimmäisen raporttisi tähän kojelautaan, siirry mihin tahansa osoitteessa\n"
|
||||
" valikkoon, vaihda luettelo- tai graafinäkymään ja napsauta sitten"
|
||||
"Jos haluat lisätä ensimmäisen raporttisi tähän kojelautaan, siirry mihin "
|
||||
"tahansa osoitteessa\n"
|
||||
" valikkoon, vaihda luettelo- tai graafinäkymään ja napsauta "
|
||||
"sitten"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -152,13 +137,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Henkilökohtainen ilmoitustaulusi on tyhjä"
|
||||
msgstr "Henkilökohtainen koontinäyttösi on tyhjä"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "laajennetuissa hakuvaihtoehdoissa."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "\"%s\" lisätty koontinäytölle"
|
||||
|
|
|
|||
|
|
@ -1,139 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
|
||||
"Language: fo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fo\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vís navn"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Seinast rættað tann"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,37 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Cécile Collart <cco@odoo.com>, 2022
|
||||
# Jolien De Paepe, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:08+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/board/fr/"
|
||||
">\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" ajouté au tableau de bord"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -39,57 +34,52 @@ msgstr ""
|
|||
"\"Ajouter au\n"
|
||||
" tableau de bord\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr " %s Ajouter au tableau de bord"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Ajouter"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Ajouter à mon tableau de bord"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Êtes-vous sûr de vouloir supprimer cet élément ?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Tableau"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Modifier l'agencement"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Impossible d'ajouter le filtre au tableau de bord"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Tableau de bord"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom d'affichage"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -98,15 +88,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Action invalide"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Agencement"
|
||||
|
||||
|
|
@ -120,43 +107,46 @@ msgstr "Mon tableau de bord"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Veuillez rafraîchir votre navigateur pour appliquer les changements."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Pour ajouter votre premier rapport à ce tableau de bord, allez à n'importe quel\n"
|
||||
" menu, basculez entre vue liste ou vue graphique, et cliquez sur"
|
||||
"Pour ajouter votre premier rapport à ce tableau de bord, allez à n'importe "
|
||||
"quel\n"
|
||||
" menu, basculez entre vue liste ou vue graphique, et cliquez "
|
||||
"sur"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"Vous pouvez filtrer et regrouper les données avant de les ajouter à votre\n"
|
||||
" tableau de bord, en utilisant les options de recherche avancées."
|
||||
" tableau de bord, en utilisant les options de recherche "
|
||||
"avancées."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Votre tableau de bord personnel est vide"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "dans le menu \"Favoris\" des options de recherches."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” est ajouté(e) au tableau de bord"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2015-09-07 16:41+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/"
|
||||
|
|
@ -19,153 +19,72 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:24
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:407
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:70
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:64
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:139
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item ?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_create
|
||||
msgid "Board Creation"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_name
|
||||
msgid "Board Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:6
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:4
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:409
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Create"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.action_board_create
|
||||
#: model:ir.ui.menu,name:board.menu_board_create
|
||||
msgid "Create Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Create New Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:94
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
#: model:ir.model.fields,field_description:board.field_board_create___last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Derniere fois mis à jour par"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mis à jour le"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
|
|
@ -175,22 +94,41 @@ msgid "My Dashboard"
|
|||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_menu_parent_id
|
||||
msgid "Parent Menu"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add "
|
||||
"to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,139 +1,135 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/"
|
||||
"fr_CA/)\n"
|
||||
"Language: fr_CA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr_CA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom affiché"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,139 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,65 +1,47 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Qaidjohar Barbhaya, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"Language: gu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Add"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -67,25 +49,27 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
msgstr "બૉર્ડ"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -94,15 +78,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -116,15 +97,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -133,7 +111,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -142,13 +119,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,97 +1,89 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Jonathan Spier, 2022
|
||||
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2022
|
||||
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2022
|
||||
# Ha Ketem <haketem@gmail.com>, 2024
|
||||
#
|
||||
# Ha Ketem <haketem@gmail.com>, 2022
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# or balmas <or@laylinetech.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Ha Ketem <haketem@gmail.com>, 2024\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hebrew <https://translate.odoo.com/projects/odoo-19/board/he/"
|
||||
">\n"
|
||||
"Language: he\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: he\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" התווסף ללוח הבקרה"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
|
||||
"n % 10 == 0) ? 2 : 3));\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
"\"הוספה ל\n"
|
||||
" לוח בקרה\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' התווסף ללוח הבקרה"
|
||||
" דשבורד\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "הוסף"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "הוסף ללוח הבקרה שלי"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "בטוח שברצונך להסיר פריט זה?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "לוח"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "שנה פריסה"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "לא היה ניתן להוסיף מסנן ללוח הבקרה"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "לוח בקרה"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "שם לתצוגה"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -100,15 +92,12 @@ msgstr "מזהה"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "פעולה שגויה"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "עיצוב"
|
||||
|
||||
|
|
@ -122,15 +111,12 @@ msgstr "לוח הבקרה שלי"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "רענן את הדפדפן שלך כדי שהשינויים ייכנסו לתוקף."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -141,7 +127,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -152,13 +137,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "לוח הבקרה האישי שלך ריק"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "באפשרויות החיפוש המורחבות."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” נוסף ללוח המחוונים"
|
||||
|
|
|
|||
|
|
@ -1,92 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Ujjawal Pathak, 2025
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Ujjawal Pathak, 2025\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hindi <https://translate.odoo.com/projects/odoo-19/board/hi/"
|
||||
">\n"
|
||||
"Language: hi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
"\"डैशबोर्ड \n"
|
||||
" में जोड़ें\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "जोड़ना"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "डैशबोर्ड"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "डिस्प्ले का नाम"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -95,15 +84,12 @@ msgstr "आईडी"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -117,15 +103,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -134,7 +117,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -143,13 +125,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,38 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# hrvoje sić <hrvoje.sic@gmail.com>, 2022
|
||||
# Hrvoje Sić <hrvoje.sic@gmail.com>, 2022
|
||||
# Ivica Dimjašević <ivica.dimjasevic@storm.hr>, 2022
|
||||
# Bole <bole@dajmi5.com>, 2023
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2023\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Croatian <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"hr/>\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" dodan na nadzornu ploču"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -40,57 +35,52 @@ msgstr ""
|
|||
"\"Dodaj na\n"
|
||||
" Nadzornu ploču\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' dodano na nadzornu ploču"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Dodaj na moju ploču"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Jeste li sigurni da želite ukloniti ovu stavku?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Ploča"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Promjeni raspored"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Ne može se dodati filtar na nadzornu ploču"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Nadzorna ploča"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -99,15 +89,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Neispravna radnja"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Izgled"
|
||||
|
||||
|
|
@ -121,15 +108,12 @@ msgstr "Moja nadzorna ploča"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Molimo osvježite vaš preglednik kako bi izmjene bile vidljive."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -140,7 +124,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -151,13 +134,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Vaša nadzorna ploča je prazna"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "U opcijama naprednog pretraživanja."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "\"%s\" dodano na ploču"
|
||||
|
|
|
|||
|
|
@ -1,37 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# gezza <geza.nagy@oregional.hu>, 2022
|
||||
# Ákos Nagy <akos.nagy@oregional.hu>, 2022
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 2022
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Tamás Németh <ntomasz81@gmail.com>, 2022\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"hu/>\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" hozzáadva az irányítópulthoz"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -39,74 +34,66 @@ msgstr ""
|
|||
"\"Hozzáadás az\n"
|
||||
" Irányítópulthoz\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' hozzáadva a irányítópulthoz"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Hozzáadás"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Hozzáadás az irányítópultomhoz"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "biztos benne, hogy eltávolítja ezt az elemet?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Irányítópult"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Elrendezés megváltoztatása"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Nem lehetett hozzáadni a szűrőt a irányítópulthoz"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Kezelőpult"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Megjelenített név"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "Azonosító"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Érvénytelen akció"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Elrendezés"
|
||||
|
||||
|
|
@ -120,15 +107,12 @@ msgstr "Irányítópultom"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Kérem, frissítse a böngészőjét a változtatások érvénybe léptetéséhez."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -137,7 +121,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -146,13 +129,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Az Ön személyes irányítópultja üres"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "a bővített keresési lehetőségekben."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,37 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# arfa simoncelli, 2022
|
||||
# Abe Manyo, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Abe Manyo, 2023\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 04:38+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"id/>\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" ditambahkan ke dashboard"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -39,57 +33,52 @@ msgstr ""
|
|||
"\"Tambahkan ke\n"
|
||||
" Dashboard\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' ditambahkan ke dashboard"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Tambah"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Tambah ke dashboard saya"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Apakah Anda yakin ingin menghapus item ini?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Papan"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Ubah Tata Letak"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Tidak bisa menambahkan filter untuk dashboard"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -98,15 +87,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Action tidak valid"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Layout"
|
||||
|
||||
|
|
@ -120,43 +106,43 @@ msgstr "Dashboard Saya"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Harap pulihkan browser Anda agar perubahan diterapkan."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Untuk menambahkan laporan pertama Anda ke dasbor ini, buka menu \n"
|
||||
"Untuk menambahkan laporan pertama Anda ke dashboard ini, buka menu \n"
|
||||
"apa saja, alihkan ke tampilan daftar atau grafik, dan klik"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"Anda dapat memfilter dan mengelompokkan data sebelum dimasukkan \n"
|
||||
"ke dasbor menggunakan opsi pencarian."
|
||||
"ke dashboard menggunakan opsi pencarian."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Dasbor pribadi Anda kosong"
|
||||
msgstr "Dashboard pribadi Anda kosong"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "dalam opsi pencarian yang diperluas."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” ditambahkan ke dashbaord"
|
||||
|
|
|
|||
|
|
@ -1,65 +1,43 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Kristófer Arnþórsson, 2024
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Kristófer Arnþórsson, 2024\n"
|
||||
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language: is\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: is\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Bæta við"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -67,44 +45,43 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "Auðkenni (ID)"
|
||||
msgstr "Auðkenni"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Skipulag"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
|
|
@ -116,15 +93,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -133,7 +107,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -142,13 +115,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,37 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Marianna Ciofani, 2023
|
||||
# Sergio Zanchetta <primes2h@gmail.com>, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2023\n"
|
||||
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:16+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/board/it/"
|
||||
">\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" aggiunto alla bacheca"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
|
||||
"0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -39,57 +33,52 @@ msgstr ""
|
|||
"\"Aggiungi alla\n"
|
||||
" bacheca\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "\"%s\" aggiunto alla bacheca"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Aggiungi"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Aggiungi alla bacheca"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Sei sicuro di voler eliminare questo articolo?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Bacheca"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Cambia struttura"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Impossibile aggiungere il filtro alla bacheca"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Bacheca"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -98,15 +87,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Azione non valida"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Struttura"
|
||||
|
||||
|
|
@ -120,15 +106,12 @@ msgstr "La mia bacheca"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Aggiornare il browser per applicare i cambiamenti."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -139,7 +122,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -150,13 +132,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "La bacheca personale è vuota"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "nelle opzioni di ricerca estese."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” aggiunto alla dashboard"
|
||||
|
|
|
|||
|
|
@ -1,36 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Junko Augias, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Junko Augias, 2023\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:12+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"ja/>\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "'%s' をダッシュボードに追加"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -38,57 +32,52 @@ msgstr ""
|
|||
"\"ダッシュボードに\n"
|
||||
" 追加\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' をダッシュボードに追加"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "追加"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "自分のダッシュボードに追加"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "この項目を本当に削除しますか?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "ボード"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "レイアウトを変更"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "ダッシュボードにフィルタが追加できません"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "ダッシュボード"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -97,15 +86,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "無効なアクション"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "レイアウト"
|
||||
|
||||
|
|
@ -119,24 +105,22 @@ msgstr "マイダッシュボード"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "変更を反映させるためブラウザをリフレッシュしてください。"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr "このダッシュボードに最初のレポートを追加するには、いづれかのメニューへ行き、リストまたはグラフ表示に変更し、"
|
||||
msgstr ""
|
||||
"このダッシュボードに最初のレポートを追加するには、いづれかのメニューへ行き、"
|
||||
"リストまたはグラフ表示に変更し、以下をクリック:"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -147,13 +131,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "あなたの個人ダッシュボードは空です。"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "を拡張検索オプションでクリックします"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” がダッシュボードに追加されました"
|
||||
|
|
|
|||
|
|
@ -1,139 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
|
||||
"Language: ka\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ka\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "სახელი"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "იდენტიფიკატორი"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "ბოლოს განახლებულია"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,61 +1,50 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:33+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Kabyle <https://translate.odoo.com/projects/odoo-19/board/kab/"
|
||||
">\n"
|
||||
"Language: kab\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: kab\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr "Rnu"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
|
|
@ -64,76 +53,88 @@ msgid "Board"
|
|||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "Asulay"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Aleqqem aneggaru di"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,66 +1,46 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2023
|
||||
# Lux Sok <sok.lux@gmail.com>, 2023
|
||||
#
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||
"Last-Translator: Sengtha Chay <sengtha@gmail.com>, 2018\n"
|
||||
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"Language: km\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: km\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "%sបានបន្ថែមទៅផ្ទៃតាប្លូ"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "បន្ថែម"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -68,65 +48,60 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "ក្រុមប្រឹក្សាភិបាល"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "ប្តូរប្លង់"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "មិនអាចបន្ថែមតម្រងទៅផ្ទាំងព័ត៌មានបានទេ"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "អត្តសញ្ញាណ"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "ប្លង់"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr "ផ្ទាំងគ្រប់គ្រងរបស់ខ្ញុំ"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
"សូមផ្ទុកកម្មវិធីរុករករបស់អ្នកឡើងវិញដើម្បីឱ្យការផ្លាស់ប្តូរមានប្រសិទ្ធភាព។"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -135,7 +110,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -144,13 +118,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "ផ្ទៃតាប្លូផ្ទាល់ខ្លួនរបស់អ្នកគឺទទេ"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "នៅក្នុងជម្រើសស្វែងរកដែលបានពង្រីក។"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,36 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Sarah Park, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Sarah Park, 2023\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 04:38+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/board/ko/"
|
||||
">\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "현황판에 \"%s\" 추가"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -38,57 +32,52 @@ msgstr ""
|
|||
"\"현황판\n"
|
||||
" 추가\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' 현황판에 추가됨"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "추가"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "내 현황판에 추가"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "이 항목을 삭제하시겠습니까?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "대시보드"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "배치 변경"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "현황판에 필터를 추가할 수 없습니다."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "현황판"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시명"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -97,15 +86,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "잘못된 작업입니다"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "배치"
|
||||
|
||||
|
|
@ -119,15 +105,12 @@ msgstr "내 현황판"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "변경 사항을 적용하려면 브라우저를 새로 고침하십시오."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -138,7 +121,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -149,13 +131,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "개인 현황판이 비어 있습니다."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "확장된 검색 옵션."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "현황판에 \"%s\" 추가됨"
|
||||
|
|
|
|||
|
|
@ -1,104 +1,92 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:22+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Kurdish (Central) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/board/ckb/>\n"
|
||||
"Language: ku\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
msgstr "زیادکردن"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "داشبۆرد"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -112,15 +100,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -129,7 +114,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -138,13 +122,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
@ -1,112 +1,70 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-08-12 11:32+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:09+0000\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/"
|
||||
"lb/)\n"
|
||||
"Language: lb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:58
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:30
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/add_to_board_menu.js:132
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:88
|
||||
#: code:addons/board/static/src/xml/board.xml:98
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:83
|
||||
#: code:addons/board/static/src/xml/board.xml:93
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/board_view.js:378
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/board_view.js:432
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:11
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:9
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:41
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/add_to_board_menu.js:136
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/board_view.js:83
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
|
|
@ -115,62 +73,60 @@ msgid "ID"
|
|||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board____last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:46
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/board_view.js:46
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/add_to_board_menu.js:133
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:56
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:60
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:54
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:58
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,35 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023
|
||||
#
|
||||
# * board
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"Language: lo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lo\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -37,29 +25,19 @@ msgstr ""
|
|||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "ເພີ່ມເຂົ້າ"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -67,42 +45,41 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ເລກລຳດັບ"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -116,15 +93,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -133,7 +107,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -142,13 +115,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,93 +1,84 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Silvija Butko <silvija.butko@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Linas Versada <linaskrisiukenas@gmail.com>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2022\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:28+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Lithuanian <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"lt/>\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lt\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < "
|
||||
"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? "
|
||||
"1 : n % 1 != 0 ? 2: 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' pridėta į skydelį"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Pridėti"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Lenta"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Keisti išdėstymą"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Filtro į skydelį pridėti nepavyko"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Valdymo skydelis"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Rodomas pavadinimas"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -96,15 +87,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Išdėstymas"
|
||||
|
||||
|
|
@ -118,15 +106,12 @@ msgstr "Mano skydelis"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Perkraukite savo naršyklės langą, kad pokyčiai įsigaliotų."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -135,7 +120,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -144,13 +128,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Jūsų asmeninis skydelis yra tuščias"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "išplėstiniuose paieškos nustatymuose."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,92 +1,84 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# ievaputnina <ievai.putninai@gmail.com>, 2022
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: ievaputnina <ievai.putninai@gmail.com>, 2022\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-12-21 18:11+0000\n"
|
||||
"Last-Translator: Armīns Jeltajevs <armins.jeltajevs@gmail.com>\n"
|
||||
"Language-Team: Latvian <https://translate.odoo.com/projects/odoo-19/board/lv/"
|
||||
">\n"
|
||||
"Language: lv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
"\"Pievienot\n"
|
||||
" informācijas panelim\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Pievienot"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Panelis"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Mainīt Izkārtojumu"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Kopskats"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -95,15 +87,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Izkārtojums"
|
||||
|
||||
|
|
@ -117,15 +106,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -134,7 +120,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -143,13 +128,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,139 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mk\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Прикажи име"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последна промена на"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,154 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Niyas Raphy, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Niyas Raphy, 2023\n"
|
||||
"Language-Team: Malayalam (https://app.transifex.com/odoo/teams/41243/ml/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ml\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "ചേർക്കുക"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ഐഡി"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "ലേഔട്ട്"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2015-08-25 10:11+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Malayalam (India) (http://www.transifex.com/odoo/odoo-9/"
|
||||
|
|
@ -19,153 +19,72 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:24
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:407
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:70
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:64
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:139
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item ?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model,name:board.model_board_create
|
||||
msgid "Board Creation"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_name
|
||||
msgid "Board Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:6
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:4
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:409
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Create"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.action_board_create
|
||||
#: model:ir.ui.menu,name:board.menu_board_create
|
||||
msgid "Create Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.ui.view,arch_db:board.view_board_create
|
||||
msgid "Create New Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "രൂപപ്പെടുത്തിയത്"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_create_date
|
||||
msgid "Created on"
|
||||
msgstr "നിർമിച്ച ദിവസം"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:94
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
#: model:ir.model.fields,field_description:board.field_board_create___last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്തത്"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്ത ദിവസം"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
|
|
@ -175,22 +94,41 @@ msgid "My Dashboard"
|
|||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_create_menu_parent_id
|
||||
msgid "Parent Menu"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add "
|
||||
"to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,93 +1,83 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
|
||||
# Batmunkh Ganbat <batmunkh.g@bumanit.mn>, 2022
|
||||
#
|
||||
# Bayarkhuu Bataa <bbayarkhuu@gmail.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Batmunkh Ganbat <batmunkh.g@bumanit.mn>, 2022\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Mongolian <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"mn/>\n"
|
||||
"Language: mn\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' хяналтын самбарт нэмэгдсэн"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Нэмэх"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Самбар"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Зохиомжийг Солих"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Шүүлтүүрийг хянах самбарруу нэмж чадсангүй"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Хянах самбар"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Дэлгэрэнгүй нэр"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -96,15 +86,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Буруу үйлдэл"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Хэв загвар"
|
||||
|
||||
|
|
@ -118,15 +105,12 @@ msgstr "Миний хянах самбар"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Өөрчлөлтийг ажиллуулахын тулд өөрийн хөтчийг шинэчилнэ үү."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -135,7 +119,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -144,13 +127,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Таны хувийн хянах самбар хоосон байна."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "өргөтгөсөн хайлтын сонголтуудад."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,104 +1,92 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:22+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/board/my/"
|
||||
">\n"
|
||||
"Language: my\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
msgstr "ထည့်"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "ဒက်ရှ်ဘုတ်"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ပြသသော အမည်"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
msgstr "နံပါတ်"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -112,15 +100,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -129,7 +114,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -138,13 +122,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
@ -1,93 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Fredrik Ahlsen <fredrik@gdx.no>, 2023
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Fredrik Ahlsen <fredrik@gdx.no>, 2023\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:28+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
|
||||
"board/nb_NO/>\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' lagt til på dashbordet"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Legg til"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Legg til i dashbord"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Brett"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Endre layout"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Kunne ikke legge til filter på dashbordet"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashbord"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnavn"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -96,15 +84,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Layout"
|
||||
|
||||
|
|
@ -118,15 +103,12 @@ msgstr "Dashbordet mitt"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -135,7 +117,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -144,13 +125,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,136 +1,131 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
|
||||
"Language: ne\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ne\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
msgid "Display Name"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,36 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Gunther Clauwaert <gclauwae@hotmail.com>, 2022
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Bren Driesen <brdri@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Gunther Clauwaert <gclauwae@hotmail.com>, 2022\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-07 13:51+0000\n"
|
||||
"Last-Translator: Bren Driesen <brdri@odoo.com>\n"
|
||||
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/board/nl/"
|
||||
">\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" toegevoegd aan dashboard"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -38,57 +33,52 @@ msgstr ""
|
|||
"\"Toevoegen aan\n"
|
||||
" Dashboard\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' toegevoegd aan dashboard"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Toevoegen"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Aan mijn dashboard toevoegen"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Weet je zeker dat je dit item wilt verwijderen?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Board"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Opmaak wijzigen"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Kan geen filter aan het dashboard toevoegen"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Weergavenaam"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -97,17 +87,14 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Ongeldige actie"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Layout"
|
||||
msgstr "Lay-out"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
|
|
@ -119,26 +106,23 @@ msgstr "Mijn dashboard"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Ververs je browser om de wijzigingen door te voeren."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Om een eerste rapport aan dit dashboard toe te voegen, ga naar een willekeurig menu,\n"
|
||||
"Om een eerste rapport aan dit dashboard toe te voegen, ga naar een "
|
||||
"willekeurig menu,\n"
|
||||
" kies de lijst- of grafiekweergave, en klik"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -149,13 +133,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Jouw persoonlijk dashboard is leeg"
|
||||
msgstr "Je persoonlijk dashboard is leeg"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "in de uitgebreide zoek opties."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” toegevoegd aan dashboard"
|
||||
|
|
|
|||
|
|
@ -1,150 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Rafał Kozak <rafal.kozak@openglobe.pl>, 2022
|
||||
# Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl>, 2022
|
||||
|
|
@ -12,32 +12,28 @@
|
|||
# Martin Trigaux, 2022
|
||||
# Natalia Gros <nag@odoo.com>, 2022
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 10:03+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/board/pl/"
|
||||
">\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" dodane do konsoli"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
|
||||
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
|
||||
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -45,57 +41,52 @@ msgstr ""
|
|||
"\"Dodaj do\n"
|
||||
"Konsoli\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' dodane do konsoli"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Dodaj do mojej konsoli"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Jesteś pewien, że chcesz usunąć ten element?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Konsola"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Zmień układ"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Nie można dodać filtra do konsoli"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Konsola"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nazwa wyświetlana"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -104,15 +95,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Nieprawidłowa akcja"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Układ"
|
||||
|
||||
|
|
@ -126,15 +114,12 @@ msgstr "Moja konsola"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Odśwież przeglądarkę, aby zmiany odniosły skutek."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -145,7 +130,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -156,13 +140,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Twoja osobista konsola jest pusta"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "w rozszerzonych opcjach wyszukiwania."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” dodane do konsoli"
|
||||
|
|
|
|||
|
|
@ -1,94 +1,87 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2022
|
||||
# Diogo Fonseca <dsf@thinkopensolutions.pt>, 2022
|
||||
# Manuela Silva <mmsrs@sky.com>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Manuela Silva <mmsrs@sky.com>, 2022\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"pt/>\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' adicionado ao painel"
|
||||
"\"Adicionar ao\n"
|
||||
" painel\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Adicionar"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Adicionar ao meu painel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
msgstr "Tem certeza de que deseja remover este item?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Quadro"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Mudar aspeto"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Não foi possível adicionar o filtro ao painel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Painel"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -97,15 +90,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
msgstr "Ação inválida"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Aspeto"
|
||||
|
||||
|
|
@ -119,39 +109,44 @@ msgstr "O Meu Painel"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
msgstr "Recarregue a página para que as alterações entrem em vigor."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Para adicionar seu primeiro relatório a esse painel, acesse qualquer menu,\n"
|
||||
" mude para a visualização de lista ou gráfico e "
|
||||
"clique em"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"Você pode filtrar e agrupar dados antes de inseri-los no\n"
|
||||
" painel usando as opções de busca."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "O seu Painel Pessoal está vazio"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
msgstr "nas opções estendidas de busca."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” adicionado ao painel"
|
||||
|
|
|
|||
|
|
@ -1,36 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Kevilyn Rosa, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Kevilyn Rosa, 2023\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 10:03+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/board/pt_BR/>\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" adicionado ao painel"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -38,57 +33,52 @@ msgstr ""
|
|||
"\"Adicionar ao\n"
|
||||
" painel\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' adicionado ao painel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Adicionar"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Adicionar ao meu painel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Tem certeza de que deseja remover este item?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Painel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Alterar Layout"
|
||||
msgstr "Alterar layout"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Não foi possível adicionar o filtro ao painel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Painel"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome exibido"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -97,15 +87,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Ação Inválida"
|
||||
msgstr "Ação inválida"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Layout"
|
||||
|
||||
|
|
@ -114,49 +101,49 @@ msgstr "Layout"
|
|||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr "Meu Painel"
|
||||
msgstr "Meu painel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
"Por gentileza, recarregue a página para que as alterações surtam efeito."
|
||||
msgstr "Recarregue a página para que as alterações entrem em vigor."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Para adicionar seu primeiro relatório a esse painel, vá para qualquer menu\n"
|
||||
" menu, mude para a visualização de lista ou gráfico e clique em"
|
||||
"Para adicionar seu primeiro relatório a esse painel, acesse qualquer menu,\n"
|
||||
" mude para a visualização de lista ou gráfico e "
|
||||
"clique em"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"Você pode filtrar e agrupar dados antes de inseri-los no\n"
|
||||
" painel usando as opções de pesquisa."
|
||||
" painel usando as opções de busca."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Seu Painel Pessoal está vazio"
|
||||
msgstr "Seu painel pessoal está vazio"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "nas opções estendidas de pesquisa."
|
||||
msgstr "nas opções estendidas de busca."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” adicionado ao painel"
|
||||
|
|
|
|||
|
|
@ -1,38 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Foldi Robert <foldirobert@nexterp.ro>, 2022
|
||||
# Hongu Cosmin <cosmin513@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Dorin Hongu <dhongu@gmail.com>, 2023
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Dorin Hongu <dhongu@gmail.com>, 2023\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"ro/>\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" adăugat la tabloul de bord"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -40,57 +35,52 @@ msgstr ""
|
|||
"\"Adaugă la\n"
|
||||
" Tabloul de bord\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' adăugat la tabloul de bord"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Adaugă"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Adaugă la tabloul meu de bord"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Sunteți sigur că doriți să eliminați acest element?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Panou"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Modifică aspect"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Nu s-a putut adăuga filtru la tablou de bord"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Tablou de bord"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume afișat"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -99,15 +89,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Acțiune nevalidă"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Aspect"
|
||||
|
||||
|
|
@ -121,26 +108,23 @@ msgstr "Tabloul meu de bord"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Actualizați browserul pentru ca modificările să aibă efect."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Pentru a adăuga primul raport în acest tablou de bord, mergeți la orice\n"
|
||||
" meniu, comutați la vizualizarea listă sau grafic și faceți clic"
|
||||
" meniu, comutați la vizualizarea listă sau grafic și faceți "
|
||||
"clic"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -151,13 +135,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Tabloul de bord personal este gol."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "în opțiunile de căutare extinsă."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "„%s” adăugat la tabloul de bord"
|
||||
|
|
|
|||
|
|
@ -1,40 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Vasiliy Korobatov <korobatov@gmail.com>, 2022
|
||||
# ILMIR <karamov@it-projects.info>, 2022
|
||||
# Ivan Kropotkin <yelizariev@itpp.dev>, 2022
|
||||
# Сергей Шебанин <sergey@shebanin.ru>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/board/ru/"
|
||||
">\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
|
||||
"(n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -42,74 +32,66 @@ msgstr ""
|
|||
"\"Добавить в\n"
|
||||
" Приборная панель\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "« %s » добавлено на панель"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Добавить"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Добавить в мою рабочую панель"
|
||||
msgstr "Добавить в мою приборную панель"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Вы уверены, что хотите удалить этот элемент?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Панель"
|
||||
msgstr "Доска"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Изменить макет"
|
||||
msgstr "Изменение Макета"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Невозможно добавить фильтр к доске"
|
||||
msgstr "Не удалось добавить фильтр в приборную панель"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Панель управления"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "Идентификатор"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Недопустимое действие"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Макет"
|
||||
|
||||
|
|
@ -123,26 +105,23 @@ msgstr "Моя панель"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Пожалуйста, обновите свой браузер, чтобы изменения вступили в силу."
|
||||
msgstr "Пожалуйста, обновите браузер, чтобы изменения вступили в силу."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Чтобы добавить свой первый отчет в эту приборную панель, перейдите в любое\n"
|
||||
" меню, переключитесь в режим просмотра списка или графика и нажмите кнопку"
|
||||
" меню, переключитесь в режим просмотра списка или графика и "
|
||||
"нажмите кнопку"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -153,13 +132,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Ваша персональная панель приборов пуста"
|
||||
msgstr "Ваша личная приборная панель пуста"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "в расширенных параметрах поиска."
|
||||
msgstr "в параметрах расширенного поиска."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "\"%s\" добавлен в приборную панель"
|
||||
|
|
|
|||
|
|
@ -1,93 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Tomáš Píšek, 2025
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Tomáš Píšek, 2025\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-18 12:16+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Slovak <https://translate.odoo.com/projects/odoo-19/board/sk/"
|
||||
">\n"
|
||||
"Language: sk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" pridané na riadiaci panel"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n "
|
||||
">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' pridané na riadiaci panel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Pridať"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Pridať na môj riadiaci panel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Nástenka"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Zmeniť rozmiestnenie"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Nepodarilo sa pridať filter na riadiaci panel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Riadiaci panel"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -96,15 +85,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Neplatná akcia"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Usporiadanie"
|
||||
|
||||
|
|
@ -118,15 +104,12 @@ msgstr "Môj riadiaci panel"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Pre prejavenie zmien, prosím obnovte svoj prehliadač."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -135,7 +118,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -144,13 +126,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Váš osobný riadiaci panel je prázdny"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "V rozšírených vyhľadávacích možnostiach."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,40 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# matjaz k <matjaz@mentis.si>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Tadej Lupšina <tadej@hbs.si>, 2022
|
||||
# Jasmina Macur <jasmina@hbs.si>, 2022
|
||||
# Katja Deržič, 2024
|
||||
# Aleš Pipan, 2025
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Aleš Pipan, 2025\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:28+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"sl/>\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
||||
"n%100==4 ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -42,57 +35,52 @@ msgstr ""
|
|||
"\"Dodaj v\n"
|
||||
" Nadzorno ploščo\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' doda nadzorno ploščo"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Dodaj v mojo nadzorno ploščo"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Ali ste prepričani, da želite odstraniti ta element?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Plošča"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Spremeni postavitev"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Filtra ni bilo mogoče dodati nadzorni plošči"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Nadzorna plošča"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -101,15 +89,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Neveljavno delovanje"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Postavitev"
|
||||
|
||||
|
|
@ -123,43 +108,45 @@ msgstr "Moja nadzorna plošča"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Osvežite brskalnik, da spremembe začnejo veljati."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Če želite na to nadzorno ploščo dodati svoje prvo poročilo, pojdite na katerikoli\n"
|
||||
"Če želite na to nadzorno ploščo dodati svoje prvo poročilo, pojdite na "
|
||||
"katerikoli\n"
|
||||
" meni, preklopite na seznam ali grafični pogled in kliknite"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"Podatke lahko pred vstavljanjem v \n"
|
||||
" nadzorno ploščo filtrirate in združujete z možnostmi iskanja."
|
||||
" nadzorno ploščo filtrirate in združujete z možnostmi "
|
||||
"iskanja."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Vaša osebna nadzorna plošča je prazna"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "v možnostih razširjenega iskanja."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” dodano na nadzorno ploščo"
|
||||
|
|
|
|||
|
|
@ -1,87 +1,75 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-12-30 18:38+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sq\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -90,15 +78,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -112,15 +97,12 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -129,7 +111,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -138,13 +119,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,162 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022
|
||||
# コフスタジオ, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: コフスタジオ, 2024\n"
|
||||
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
"Dodaj na\n"
|
||||
" Nadzornu tablu''"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Dodaj na moju kontrolnu tablu"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Da li ste sigurni da želite da uklonite ovu stavku?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Tabla"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Promeni raspored"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Nije bilo moguće dodati filter na kontrolnu tablu."
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Nevažeća radnja"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Izgled"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr "Moj kontrolni panel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Molim osvežite svoj pregledač da biste promene primenili."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Da biste dodali svoj prvi izveštaj u ovaj kontrolni panel, idite na bilo \n"
|
||||
"koji meni, prebacite se na prikaz liste ili grafikona i kliknite."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"Možete filtrirati i grupisati podatke pre nego što ih ubacite u \n"
|
||||
"kontrolnu tablu koristeći opcije pretrage."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Vaš lični kontrolni panel je prazan"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "u proširenim opcijama pretrage."
|
||||
|
|
@ -1,62 +1,52 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
# Djordje Marjanovic <djordje_m@yahoo.com>, 2017
|
||||
# Martin Trigaux, 2022
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Djordje Marjanovic <djordje_m@yahoo.com>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Serbian (Latin script) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/board/sr_Latn/>\n"
|
||||
"Language: sr@latin\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr@latin\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:25
|
||||
#, python-format
|
||||
msgid " "
|
||||
msgstr " "
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:97
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid "<b>Your personal dashboard is empty.</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:69
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:63
|
||||
#, python-format
|
||||
msgid "Add to my Dashboard"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:335
|
||||
#, python-format
|
||||
msgid "Are you sure you want to remove this item?"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
|
|
@ -65,76 +55,88 @@ msgid "Board"
|
|||
msgstr "Tabla"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:7
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:5
|
||||
#, python-format
|
||||
msgid "Change Layout.."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/xml/board.xml:36
|
||||
#, python-format
|
||||
msgid "Choose dashboard layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/favorite_menu.js:99
|
||||
#, python-format
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Kontrolna tabla"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:85
|
||||
#, python-format
|
||||
msgid "Edit Layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board_id
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja promena"
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Layout"
|
||||
msgstr "Izgled"
|
||||
|
||||
#. module: board
|
||||
#. openerp-web
|
||||
#: code:addons/board/static/src/js/dashboard.js:48
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, python-format
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click <i>'Add to\n"
|
||||
" Dashboard'</i> in the extended search options."
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model_terms:ir.actions.act_window,help:board.open_board_my_dash_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,96 +1,86 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Simon S, 2022
|
||||
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Kim Asplund <kim.asplund@gmail.com>, 2022
|
||||
# Mikael Åkerberg <mikael.akerberg@mariaakerberg.com>, 2022
|
||||
# Lasse L, 2023
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Hanna Kharraziha <hakha@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Lasse L, 2023\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-03-06 17:44+0000\n"
|
||||
"Last-Translator: Hanna Kharraziha <hakha@odoo.com>\n"
|
||||
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"sv/>\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" läggs till i instrumentpanelen"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.16.1\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
"\"Lägg till i\n"
|
||||
" Instrumentpanel\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' har lagts till i instrumentpanelen"
|
||||
" Anslagstavla\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Lägg till"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Lägg till min instrumentpanelen"
|
||||
msgstr "Lägg till i min anslagstavla"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Är du säker på att du vill ta bort den här frågan?"
|
||||
msgstr "Är du säker på att du vill ta bort det här objektet?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Instrumentpanelen"
|
||||
msgstr "Anslagstavla"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Ändra layout"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Kunde inte lägga till filter till instrumentpanelen"
|
||||
msgstr "Kunde inte lägga till filtret i anslagstavlan"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Anslagstavla"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnamn"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
|
|
@ -100,15 +90,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Ogiltig åtgärd"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Layout"
|
||||
|
||||
|
|
@ -117,48 +104,48 @@ msgstr "Layout"
|
|||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr "Min kontrollpanel"
|
||||
msgstr "Min anslagstavla"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Uppdatera din webbläsare för att ändringarna ska träda i kraft."
|
||||
msgstr "Uppdatera din webbläsare för att se ändringarna."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"För att lägga till din första rapport i denna instrumentpanel, gå till valfri\n"
|
||||
"Lägg till din första rapport i anslagstavlan genom att navigera till valfri\n"
|
||||
" meny, växla till list- eller grafvy och klicka på"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"Du kan filtrera och gruppera data innan du infogar dem i\n"
|
||||
" instrumentpanelen med hjälp av sökalternativen."
|
||||
"Använd sökalternativen för att filtrera och gruppera data \n"
|
||||
" innan du infogar den i anslagstavlan."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Din personliga instrumentpanelen är tom"
|
||||
msgstr "Din personliga anslagstavla är tom"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "i de utökade sökalternativen."
|
||||
msgstr "i de utökade alternativen för sökningar."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "\"%s\" lades till i anslagstavlan"
|
||||
|
|
|
|||
|
|
@ -1,61 +1,46 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Bagavathikumar Ramakrishnan <bagavathikumar@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2016-02-05 09:53+0000\n"
|
||||
"Last-Translator: Bagavathikumar Ramakrishnan <bagavathikumar@gmail.com>\n"
|
||||
"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n"
|
||||
"Language: ta\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
msgstr "சேர்"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -63,42 +48,41 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
msgstr "வாரியம்"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
msgstr "அமைப்பத்திட்டம் மாற்றம்"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "கட்டுப்பாட்டு அறை வடிகட்டி சேர்க்க முடியவில்லை"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -107,20 +91,17 @@ msgstr ""
|
|||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
msgstr "என் அறை"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -129,7 +110,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -138,13 +118,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,37 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Wichanon Jamwutthipreecha, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Rasareeyar Lappiam, 2023
|
||||
#
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Rasareeyar Lappiam, 2023\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:30+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/board/th/>\n"
|
||||
"Language: th\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: th\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" เพิ่มลงในแดชบอร์ดแล้ว"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -39,57 +32,52 @@ msgstr ""
|
|||
"\"เพิ่มลงใน\n"
|
||||
" แดชบอร์ดแล้ว\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' เพิ่มลงในแดชบอร์ดแล้ว"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "เพิ่ม"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "เพิ่มลงในแดชบอร์ดของฉัน"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "คุณแน่ใจหรือไม่ว่าต้องการลบรายการนี้?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "กระดาน"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "เปลี่ยนเค้าโครง"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "ไม่สามารถเพิ่มตัวกรองในแดชบอร์ด"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "แดชบอร์ด"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "แสดงชื่อ"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -98,15 +86,12 @@ msgstr "ไอดี"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "การดำเนินการไม่ถูกต้อง"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "เลย์เอาต์"
|
||||
|
||||
|
|
@ -120,15 +105,12 @@ msgstr "กระดานส่วนตัว"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "โปรดรีเฟรชเบราว์เซอร์ของคุณเพื่อให้การเปลี่ยนแปลงมีผล."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -139,7 +121,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -150,13 +131,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "แดชบอร์ดส่วนตัวของคุณว่างเปล่า"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "ในตัวเลือกการค้นหาเพิ่มเติม"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "เพิ่ม “%s” ลงในแดชบอร์ดแล้ว"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Nadir Gazioglu <nadirgazioglu@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
|
|
@ -10,88 +10,82 @@
|
|||
# abc Def <hdogan1974@gmail.com>, 2022
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2022
|
||||
# Tugay Hatıl <tugayh@projetgrup.com>, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
# DeepL <noreply-mt-deepl@weblate.org>, 2025.
|
||||
# Odoo Turkish Import <dyki+tr@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Tugay Hatıl <tugayh@projetgrup.com>, 2023\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-21 14:44+0000\n"
|
||||
"Last-Translator: Odoo Turkish Import <dyki+tr@odoo.com>\n"
|
||||
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/board/tr/"
|
||||
">\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" yönetim paneline eklendi"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr "\"Kontrol Paneline Ekle\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' yönetim paneline eklendi"
|
||||
msgstr ""
|
||||
"\"Kontrol Paneline\n"
|
||||
" Ekle\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Ekle"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Yönetim Panelime Ekle"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Bu öğeyi kaldırmak istediğinizden emin misiniz?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Yönetim Paneli"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Yerleşim Planını Değiştir"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Yönetim paneline filtre eklenemiyor"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Kontrol Paneli"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "İsim Göster"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -100,15 +94,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Invalid action"
|
||||
msgstr "Geçersiz eylem"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Düzen"
|
||||
|
||||
|
|
@ -122,15 +113,12 @@ msgstr "Yönetim Panelim"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Değişikliklerin etkili olması için lütfen tarayıcınızı yenileyin."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -141,7 +129,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -152,13 +139,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Kişisel kontrol paneli boş"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "gelişmiş arama seçeneklerinde"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "\"%s\" Gösterge Paneline eklendi"
|
||||
|
|
|
|||
|
|
@ -1,36 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2022
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2022\n"
|
||||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:06+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Ukrainian <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"uk/>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: uk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" додано до панелі приладів"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != "
|
||||
"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % "
|
||||
"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
|
||||
"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -38,57 +35,52 @@ msgstr ""
|
|||
"\"Додати в\n"
|
||||
" Дашборд\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' додано до панелі приладів"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Додати"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Додати до моєї панелі приладів"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Ви впевнені, що хочете видалити цей елемент?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Панель"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Змінити макет"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Не можливо додати фільтр до панелі"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Дашборд"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Назва для відображення"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -97,15 +89,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Недійсна дія"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Макет"
|
||||
|
||||
|
|
@ -119,15 +108,12 @@ msgstr "Моя панель приладів"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Оновіть свій веб-браузер, щоби зміни вступили в силу."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -138,7 +124,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -149,13 +134,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Ваша персональна панель приладів порожня"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "в розширених параметрах пошуку."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” додано до дашборду"
|
||||
|
|
|
|||
|
|
@ -1,154 +1,166 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Mehjabin Farsana, 2022
|
||||
#
|
||||
#
|
||||
#
|
||||
# Translated by:
|
||||
# Deepvision - info@deepvision.uz | +998 77-093-0007
|
||||
# Amon Olimov - amon.bars@gmail.com
|
||||
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
|
||||
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Mehjabin Farsana, 2022\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: uz\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr ""
|
||||
msgstr "\"Boshqaruv paneliga qo‘shish\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Add"
|
||||
msgstr "Tambah"
|
||||
msgstr "Qo‘shish"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Add to my dashboard"
|
||||
msgstr ""
|
||||
msgstr "Mening boshqaruv panelimga qo‘shish"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr ""
|
||||
msgstr "Ushbu elementni olib tashlamoqchimisiz?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
msgstr "Panel"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Change Layout"
|
||||
msgstr ""
|
||||
msgstr "Tartibni o‘zgartirish"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr ""
|
||||
msgstr "Boshqaruv paneliga filtr qo‘shib bo‘lmadi"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, fuzzy
|
||||
msgid "Dashboard"
|
||||
msgstr "Boshqaruv paneli"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
#, fuzzy
|
||||
msgid "Display Name"
|
||||
msgstr "Ko‘rsatiladigan nom"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
#, fuzzy
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Invalid action"
|
||||
msgstr ""
|
||||
msgstr "Noto‘g‘ri amal"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
msgstr "Tartib"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
#, fuzzy
|
||||
msgid "My Dashboard"
|
||||
msgstr ""
|
||||
msgstr "Mening boshqaruv panelim"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr ""
|
||||
msgstr "O‘zgarishlar kuchga kirishi uchun brauzeringizni yangilang."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Ushbu boshqaruv paneliga birinchi hisobotingizni qo‘shish uchun istalgan "
|
||||
"menyuga o‘ting, ro‘yxat yoki grafik ko‘rinishiga o‘tib, bosing"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"Boshqaruv paneliga kiritishdan oldin ma'lumotlarni qidiruv parametrlari "
|
||||
"yordamida filtrlashingiz va guruhlashingiz mumkin."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr ""
|
||||
msgstr "Shaxsiy boshqaruv panelingiz bo‘sh"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "in the extended search options."
|
||||
msgstr ""
|
||||
msgstr "kengaytirilgan qidiruv parametrlarida."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, fuzzy
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "\"%s\" boshqaruv paneliga qo‘shildi"
|
||||
|
|
@ -1,95 +1,84 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Duy BQ <duybq86@gmail.com>, 2022
|
||||
# Thi Huong Nguyen, 2025
|
||||
#
|
||||
# Thi Huong Nguyen, 2023
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Thi Huong Nguyen, 2025\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:32+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/board/"
|
||||
"vi/>\n"
|
||||
"Language: vi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: vi\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" đã thêm vào dashboard"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
msgstr ""
|
||||
"\"Thêm vào\n"
|
||||
" Dashboard\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' được thêm vào bảng điều khiển"
|
||||
" Bảng điều khiển\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "Thêm"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "Thêm vào Bảng điều khiển của tôi"
|
||||
msgstr "Thêm vào bảng điều khiển của tôi"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "Bạn có chắc muốn xóa nó?"
|
||||
msgstr "Bạn có chắc rằng bạn muốn gỡ bỏ mục này?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "Trang tổng quan"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "Thay đổi bố cục"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "Không thể thêm bộ lọc vào bảng điều khiển"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Bảng điều khiển"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Tên hiển thị"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -98,15 +87,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "Tác vụ không hợp lệ"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "Bố cục"
|
||||
|
||||
|
|
@ -115,48 +101,49 @@ msgstr "Bố cục"
|
|||
#: model:ir.ui.menu,name:board.menu_board_my_dash
|
||||
#: model_terms:ir.ui.view,arch_db:board.board_my_dash_view
|
||||
msgid "My Dashboard"
|
||||
msgstr "Bảng điều khiển của Tôi"
|
||||
msgstr "Bảng điều khiển của tôi"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "Vui lòng tải lại trình duyệt của bạn để thấy được những sự thay đổi."
|
||||
msgstr "Vui lòng làm mới trình duyệt để xem thay đổi."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
msgstr ""
|
||||
"Để thêm báo cáo đầu tiên của bạn tới dashboard này, hãy đi\n"
|
||||
" đến menu bất kỳ, chuyển dạng hiển thị sang danh sách hoặc biểu đồ, và bấm"
|
||||
"Để thêm báo cáo đầu tiên của bạn vào bảng điều khiển này, hãy đi\n"
|
||||
" đến menu bất kỳ, chuyển sang chế độ xem danh sách hoặc "
|
||||
"biểu đồ, và bấm"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
msgstr ""
|
||||
"Bạn có thể lọc và nhóm các dữ liệu trước khi thêm nó vào\n"
|
||||
" dashboard để dùng cho tùy chọn tìm kiếm."
|
||||
"Bạn có thể lọc và nhóm dữ liệu trước khi thêm chúng vào\n"
|
||||
" bảng điều khiển bằng các tùy chọn tìm kiếm."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "Bản thông tin cá nhân của bạn hiện đang trống"
|
||||
msgstr "Bảng điều khiển cá nhân của bạn hiện đang trống"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "trong các tùy chọn tìm kiếm mở rộng."
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "“%s” đã được thêm vào bảng điều khiển"
|
||||
|
|
|
|||
|
|
@ -1,37 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
# * board
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# 稀饭~~ <wangwhai@qq.com>, 2022
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Jeffery CHEN <jeffery9@gmail.com>, 2022\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 15:20+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/board/zh_Hans/>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "\"%s\" 被添加到仪表板"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -39,57 +33,52 @@ msgstr ""
|
|||
"\"添加到\n"
|
||||
" 仪表板\""
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' 添加到仪表板"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "添加"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "添加到我的仪表板"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "是否确实要移除此项目?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "仪表板"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "更改布局"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "无法添加筛选到仪表板"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "仪表板"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "显示名称"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
|
|
@ -98,15 +87,12 @@ msgstr "ID"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "无效动作"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "布局"
|
||||
|
||||
|
|
@ -120,15 +106,12 @@ msgstr "我的仪表板"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "请刷新您的浏览器以使更改生效。"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -139,7 +122,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -150,13 +132,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "您的个人仪表板是空的"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "在扩展搜索选项。"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "\"%s\"已添加到仪表板"
|
||||
|
|
|
|||
|
|
@ -1,36 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * board
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Tony Ng, 2024
|
||||
#
|
||||
# Wil Odoo, 2025
|
||||
# Tony Ng, 2025
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||||
"Last-Translator: Tony Ng, 2024\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-05-06 12:03+0000\n"
|
||||
"Last-Translator: Tony Ng, 2025\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/"
|
||||
"zh_TW/)\n"
|
||||
"Language: zh_TW\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "\"%s\" added to dashboard"
|
||||
msgstr "“%s”已添加到儀表板"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\"Add to\n"
|
||||
" Dashboard\""
|
||||
|
|
@ -38,76 +31,68 @@ msgstr ""
|
|||
"「加入至\n"
|
||||
" Dashboard」"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "'%s' added to dashboard"
|
||||
msgstr "'%s' 添加到儀表板"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add"
|
||||
msgstr "增加"
|
||||
msgstr "加入"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
#, python-format
|
||||
msgid "Add to my dashboard"
|
||||
msgstr "添加到我的儀表板"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.js:0
|
||||
#, python-format
|
||||
msgid "Are you sure that you want to remove this item?"
|
||||
msgstr "確定要移除此項目?"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_view.js:0
|
||||
#: model:ir.model,name:board.model_board_board
|
||||
#, python-format
|
||||
msgid "Board"
|
||||
msgstr "板"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Change Layout"
|
||||
msgstr "更改佈局"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Could not add filter to dashboard"
|
||||
msgstr "無法增加篩選到儀表板"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.xml:0
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.model.fields,field_description:board.field_board_board__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
msgstr "識別號"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_action.xml:0
|
||||
#, python-format
|
||||
msgid "Invalid action"
|
||||
msgstr "無效動作"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Layout"
|
||||
msgstr "佈局"
|
||||
msgstr "格式"
|
||||
|
||||
#. module: board
|
||||
#: model:ir.actions.act_window,name:board.open_board_my_dash_action
|
||||
|
|
@ -119,15 +104,12 @@ msgstr "我的儀表板"
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
#: code:addons/board/static/src/add_to_board/legacy_add_to_board.js:0
|
||||
#, python-format
|
||||
msgid "Please refresh your browser for the changes to take effect."
|
||||
msgstr "請刷新瀏覽器以使更改生效。"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"To add your first report into this dashboard, go to any\n"
|
||||
" menu, switch to list or graph view, and click"
|
||||
|
|
@ -138,7 +120,6 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can filter and group data before inserting into the\n"
|
||||
" dashboard using the search options."
|
||||
|
|
@ -149,13 +130,17 @@ msgstr ""
|
|||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "Your personal dashboard is empty"
|
||||
msgstr "您的個人儀表板是空的"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/board_controller.xml:0
|
||||
#, python-format
|
||||
msgid "in the extended search options."
|
||||
msgstr "在進階搜尋選項中。"
|
||||
|
||||
#. module: board
|
||||
#. odoo-javascript
|
||||
#: code:addons/board/static/src/add_to_board/add_to_board.js:0
|
||||
msgid "“%s” added to dashboard"
|
||||
msgstr "\"%s\" 已加入至Dashboard"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class Board(models.AbstractModel):
|
||||
class BoardBoard(models.AbstractModel):
|
||||
_name = 'board.board'
|
||||
_description = "Board"
|
||||
_auto = False
|
||||
|
|
@ -28,20 +28,13 @@ class Board(models.AbstractModel):
|
|||
|
||||
res = super().get_view(view_id, view_type, **options)
|
||||
|
||||
custom_view = self.env['ir.ui.view.custom'].search([('user_id', '=', self.env.uid), ('ref_id', '=', view_id)], limit=1)
|
||||
custom_view = self.env['ir.ui.view.custom'].sudo().search([('user_id', '=', self.env.uid), ('ref_id', '=', view_id)], limit=1)
|
||||
if custom_view:
|
||||
res.update({'custom_view_id': custom_view.id,
|
||||
'arch': custom_view.arch})
|
||||
res['arch'] = self._arch_preprocessing(res['arch'])
|
||||
return res
|
||||
|
||||
@api.model
|
||||
def get_views(self, views, options=None):
|
||||
res = super().get_views(views, options)
|
||||
for view in res['views'].values():
|
||||
view['toolbar'] = {'print': [], 'action': [], 'relate': []}
|
||||
return res
|
||||
|
||||
@api.model
|
||||
def _arch_preprocessing(self, arch):
|
||||
from lxml import etree
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_board_board_all,board.board,model_board_board,,1,0,0,0
|
||||
access_board_board_all,board.board,model_board_board,base.group_user,1,0,0,0
|
||||
|
Binary file not shown.
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 1.3 KiB |
|
|
@ -1,23 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="70" height="70" viewBox="0 0 70 70">
|
||||
<defs>
|
||||
<path id="icon-a" d="M4,5.35309892e-14 C36.4160122,9.87060235e-15 58.0836068,-3.97961823e-14 65,5.07020818e-14 C69,6.733808e-14 70,1 70,5 C70,43.0488877 70,62.4235458 70,65 C70,69 69,70 65,70 C61,70 9,70 4,70 C1,70 7.10542736e-15,69 7.10542736e-15,65 C7.25721566e-15,62.4676575 3.83358709e-14,41.8005206 3.60818146e-14,5 C-1.13686838e-13,1 1,5.75716207e-14 4,5.35309892e-14 Z"/>
|
||||
<linearGradient id="icon-c" x1="100%" x2="0%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#CD7690"/>
|
||||
<stop offset="100%" stop-color="#CA5377"/>
|
||||
</linearGradient>
|
||||
<path id="icon-d" d="M18.0450069,57.225 C16.6239398,57.2249541 15.319401,56.4292666 14.6550625,55.1573449 C12.9601701,51.9125391 12,48.2137078 12,44.2875 C12,31.4261695 22.2974514,21 35,21 C47.7025486,21 58,31.4261695 58,44.2875 C58,48.2137078 57.0398299,51.9125391 55.3449375,55.1573449 C54.6806259,56.4292924 53.3760701,57.2249902 51.9549931,57.225 L18.0450069,57.225 Z M52.8888889,41.7 C51.4775035,41.7 50.3333333,42.8584723 50.3333333,44.2875 C50.3333333,45.7165277 51.4775035,46.875 52.8888889,46.875 C54.3002743,46.875 55.4444444,45.7165277 55.4444444,44.2875 C55.4444444,42.8584723 54.3002743,41.7 52.8888889,41.7 Z M35,28.7625 C36.4113854,28.7625 37.5555556,27.6040277 37.5555556,26.175 C37.5555556,24.7459723 36.4113854,23.5875 35,23.5875 C33.5886146,23.5875 32.4444444,24.7459723 32.4444444,26.175 C32.4444444,27.6040277 33.5886146,28.7625 35,28.7625 Z M17.1111111,41.7 C15.6997257,41.7 14.5555556,42.8584723 14.5555556,44.2875 C14.5555556,45.7165277 15.6997257,46.875 17.1111111,46.875 C18.5224965,46.875 19.6666667,45.7165277 19.6666667,44.2875 C19.6666667,42.8584723 18.5224965,41.7 17.1111111,41.7 Z M22.3506389,28.8925219 C20.9392535,28.8925219 19.7950833,30.0509941 19.7950833,31.4800219 C19.7950833,32.9090496 20.9392535,34.0675219 22.3506389,34.0675219 C23.7620243,34.0675219 24.9061944,32.9090496 24.9061944,31.4800219 C24.9061944,30.0509941 23.7620243,28.8925219 22.3506389,28.8925219 Z M47.6493611,28.8925219 C46.2379757,28.8925219 45.0938056,30.0509941 45.0938056,31.4800219 C45.0938056,32.9090496 46.2379757,34.0675219 47.6493611,34.0675219 C49.0607465,34.0675219 50.2049167,32.9090496 50.2049167,31.4800219 C50.2049167,30.0509941 49.0607465,28.8925219 47.6493611,28.8925219 Z M40.6952153,31.4423414 C39.686809,31.1156695 38.6082049,31.6784508 38.285566,32.6992195 L34.6181042,44.3034293 C31.9739028,44.501373 29.8888889,46.7346281 29.8888889,49.4625 C29.8888889,52.3205555 32.1772292,54.6375 35,54.6375 C37.8227708,54.6375 40.1111111,52.3205555 40.1111111,49.4625 C40.1111111,47.8636676 39.3946771,46.434559 38.269434,45.4852699 L41.9365764,33.8821113 C42.2591354,32.8612617 41.7033819,31.7690133 40.6952153,31.4423414 Z"/>
|
||||
</defs>
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<mask id="icon-b" fill="#fff">
|
||||
<use xlink:href="#icon-a"/>
|
||||
</mask>
|
||||
<g mask="url(#icon-b)">
|
||||
<rect width="70" height="70" fill="url(#icon-c)"/>
|
||||
<path fill="#FFF" fill-opacity=".383" d="M4,1.8 L65,1.8 C67.6666667,1.8 69.3333333,1.13333333 70,-0.2 C70,2.46666667 70,3.46666667 70,2.8 L1.10547097e-14,2.8 C-1.65952376e-14,3.46666667 -2.9161925e-14,2.46666667 -2.66453526e-14,-0.2 C0.666666667,1.13333333 2,1.8 4,1.8 Z" transform="matrix(1 0 0 -1 0 2.8)"/>
|
||||
<path fill="#393939" d="M4,50 C2,50 -7.10542736e-15,49.851312 0,45.8367347 L0,26.3942795 L16.3536575,8.86200565 C29.4512192,-0.488174988 39.6666667,-2.3877551 47,3.16326531 C54.3333333,8.71428571 58,14.9591837 58,21.8979592 C55.8677728,29.7827578 54.7719047,33.7755585 54.7123959,33.8763613 C54.6528871,33.9771642 49.9857922,39.3517104 40.7111111,50 L4,50 Z" opacity=".324" transform="translate(0 20)"/>
|
||||
<path fill="#000" fill-opacity=".383" d="M4,4 L65,4 C67.6666667,4 69.3333333,3 70,1 C70,3.66666667 70,5 70,5 L1.77635684e-15,5 C1.77635684e-15,5 1.77635684e-15,3.66666667 1.77635684e-15,1 C0.666666667,3 2,4 4,4 Z" transform="translate(0 65)"/>
|
||||
<use fill="#000" fill-rule="nonzero" opacity=".3" xlink:href="#icon-d"/>
|
||||
<path fill="#FFF" fill-rule="nonzero" d="M18.0450069,55.225 C16.6239398,55.2249541 15.319401,54.4292666 14.6550625,53.1573449 C12.9601701,49.9125391 12,46.2137078 12,42.2875 C12,29.4261695 22.2974514,19 35,19 C47.7025486,19 58,29.4261695 58,42.2875 C58,46.2137078 57.0398299,49.9125391 55.3449375,53.1573449 C54.6806259,54.4292924 53.3760701,55.2249902 51.9549931,55.225 L18.0450069,55.225 Z M52.8888889,39.7 C51.4775035,39.7 50.3333333,40.8584723 50.3333333,42.2875 C50.3333333,43.7165277 51.4775035,44.875 52.8888889,44.875 C54.3002743,44.875 55.4444444,43.7165277 55.4444444,42.2875 C55.4444444,40.8584723 54.3002743,39.7 52.8888889,39.7 Z M35,26.7625 C36.4113854,26.7625 37.5555556,25.6040277 37.5555556,24.175 C37.5555556,22.7459723 36.4113854,21.5875 35,21.5875 C33.5886146,21.5875 32.4444444,22.7459723 32.4444444,24.175 C32.4444444,25.6040277 33.5886146,26.7625 35,26.7625 Z M17.1111111,39.7 C15.6997257,39.7 14.5555556,40.8584723 14.5555556,42.2875 C14.5555556,43.7165277 15.6997257,44.875 17.1111111,44.875 C18.5224965,44.875 19.6666667,43.7165277 19.6666667,42.2875 C19.6666667,40.8584723 18.5224965,39.7 17.1111111,39.7 Z M22.3506389,26.8925219 C20.9392535,26.8925219 19.7950833,28.0509941 19.7950833,29.4800219 C19.7950833,30.9090496 20.9392535,32.0675219 22.3506389,32.0675219 C23.7620243,32.0675219 24.9061944,30.9090496 24.9061944,29.4800219 C24.9061944,28.0509941 23.7620243,26.8925219 22.3506389,26.8925219 Z M47.6493611,26.8925219 C46.2379757,26.8925219 45.0938056,28.0509941 45.0938056,29.4800219 C45.0938056,30.9090496 46.2379757,32.0675219 47.6493611,32.0675219 C49.0607465,32.0675219 50.2049167,30.9090496 50.2049167,29.4800219 C50.2049167,28.0509941 49.0607465,26.8925219 47.6493611,26.8925219 Z M40.6952153,29.4423414 C39.686809,29.1156695 38.6082049,29.6784508 38.285566,30.6992195 L34.6181042,42.3034293 C31.9739028,42.501373 29.8888889,44.7346281 29.8888889,47.4625 C29.8888889,50.3205555 32.1772292,52.6375 35,52.6375 C37.8227708,52.6375 40.1111111,50.3205555 40.1111111,47.4625 C40.1111111,45.8636676 39.3946771,44.434559 38.269434,43.4852699 L41.9365764,31.8821113 C42.2591354,30.8612617 41.7033819,29.7690133 40.6952153,29.4423414 Z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
<svg width="50" height="50" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M4 8a4 4 0 0 1 4-4h17v17a4 4 0 0 1-4 4H4V8Z" fill="#FC868B"/><path d="M4 35a4 4 0 0 1 4-4h11v11a4 4 0 0 1-4 4H4V35Z" fill="#F9464C"/><path d="M25 46h4a4 4 0 0 0 4-4V31h-4a4 4 0 0 0-4 4v11Z" fill="#FBB945"/><path d="M31 17v4a4 4 0 0 0 4 4h11v-4a4 4 0 0 0-4-4H31Z" fill="#088BF5"/><path d="M31 4v4a4 4 0 0 0 4 4h11V8a4 4 0 0 0-4-4H31Z" fill="#2EBCFA"/><path d="M38 46h4a4 4 0 0 0 4-4V31h-4a4 4 0 0 0-4 4v11Z" fill="#F78613"/></svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 522 B |
BIN
odoo-bringout-oca-ocb-board/board/static/description/icon_hi.png
Normal file
BIN
odoo-bringout-oca-ocb-board/board/static/description/icon_hi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
|
|
@ -1,12 +1,11 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import { _t } from "@web/core/l10n/translation";
|
||||
import { Dropdown } from "@web/core/dropdown/dropdown";
|
||||
import { rpc } from "@web/core/network/rpc";
|
||||
import { registry } from "@web/core/registry";
|
||||
import { useAutofocus, useService } from "@web/core/utils/hooks";
|
||||
import { sprintf } from "@web/core/utils/strings";
|
||||
import { Component, useState } from "@odoo/owl";
|
||||
|
||||
const { Component, useState } = owl;
|
||||
const favoriteMenuRegistry = registry.category("favoriteMenu");
|
||||
const cogMenuRegistry = registry.category("cogMenu");
|
||||
|
||||
/**
|
||||
* 'Add to board' menu
|
||||
|
|
@ -22,9 +21,12 @@ const favoriteMenuRegistry = registry.category("favoriteMenu");
|
|||
* @extends Component
|
||||
*/
|
||||
export class AddToBoard extends Component {
|
||||
static template = "board.AddToBoard";
|
||||
static components = { Dropdown };
|
||||
static props = {};
|
||||
|
||||
setup() {
|
||||
this.notification = useService("notification");
|
||||
this.rpc = useService("rpc");
|
||||
this.state = useState({ name: this.env.config.getDisplayName() });
|
||||
|
||||
useAutofocus();
|
||||
|
|
@ -37,7 +39,6 @@ export class AddToBoard extends Component {
|
|||
async addToBoard() {
|
||||
const { domain, globalContext } = this.env.searchModel;
|
||||
const { context, groupBys, orderBy } = this.env.searchModel.getPreFavoriteValues();
|
||||
const comparison = this.env.searchModel.comparison;
|
||||
const contextToSave = {
|
||||
...Object.fromEntries(
|
||||
Object.entries(globalContext).filter(
|
||||
|
|
@ -49,11 +50,8 @@ export class AddToBoard extends Component {
|
|||
group_by: groupBys,
|
||||
dashboard_merge_domains_contexts: false,
|
||||
};
|
||||
if (comparison) {
|
||||
contextToSave.comparison = comparison;
|
||||
}
|
||||
|
||||
const result = await this.rpc("/board/add_to_dashboard", {
|
||||
const result = await rpc("/board/add_to_dashboard", {
|
||||
action_id: this.env.config.actionId || false,
|
||||
context_to_save: contextToSave,
|
||||
domain,
|
||||
|
|
@ -63,15 +61,15 @@ export class AddToBoard extends Component {
|
|||
|
||||
if (result) {
|
||||
this.notification.add(
|
||||
this.env._t("Please refresh your browser for the changes to take effect."),
|
||||
_t("Please refresh your browser for the changes to take effect."),
|
||||
{
|
||||
title: sprintf(this.env._t(`"%s" added to dashboard`), this.state.name),
|
||||
title: _t("“%s” added to dashboard", this.state.name),
|
||||
type: "warning",
|
||||
}
|
||||
);
|
||||
this.state.name = this.env.config.getDisplayName();
|
||||
} else {
|
||||
this.notification.add(this.env._t("Could not add filter to dashboard"), {
|
||||
this.notification.add(_t("Could not add filter to dashboard"), {
|
||||
type: "danger",
|
||||
});
|
||||
}
|
||||
|
|
@ -92,13 +90,13 @@ export class AddToBoard extends Component {
|
|||
}
|
||||
}
|
||||
|
||||
AddToBoard.template = "board.AddToBoard";
|
||||
AddToBoard.components = { Dropdown };
|
||||
|
||||
export const addToBoardItem = {
|
||||
Component: AddToBoard,
|
||||
groupNumber: 4,
|
||||
isDisplayed: ({ config }) => config.actionType === "ir.actions.act_window" && config.actionId,
|
||||
groupNumber: 20,
|
||||
isDisplayed: ({ config }) => {
|
||||
const { actionType, actionId, viewType } = config;
|
||||
return actionType === "ir.actions.act_window" && actionId && viewType !== "form";
|
||||
},
|
||||
};
|
||||
|
||||
favoriteMenuRegistry.add("add-to-board", addToBoardItem, { sequence: 10 });
|
||||
cogMenuRegistry.add("add-to-board", addToBoardItem, { sequence: 10 });
|
||||
|
|
|
|||
|
|
@ -1,16 +1,32 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates xml:space="preserve">
|
||||
|
||||
<t t-name="board.AddToBoard" owl="1">
|
||||
<Dropdown class="'o_add_to_board'">
|
||||
<t t-set-slot="toggler">Add to my dashboard</t>
|
||||
<div class="px-3 py-2">
|
||||
<input type="text" class="o_input" t-ref="autofocus" t-model.trim="state.name" t-on-keydown="onInputKeydown" />
|
||||
</div>
|
||||
<div class="px-3 py-2">
|
||||
<button type="button" class="btn btn-primary" t-on-click="addToBoard">Add</button>
|
||||
</div>
|
||||
</Dropdown>
|
||||
<t t-name="board.AddToBoard">
|
||||
<div class="o_add_to_board">
|
||||
<Dropdown>
|
||||
<button>
|
||||
<t t-call="Dashboard.DashboardIcon"/>
|
||||
Dashboard
|
||||
</button>
|
||||
<t t-set-slot="content">
|
||||
<div class="px-3 pb-2">
|
||||
<label class="mb-2">Add to my dashboard</label>
|
||||
<input type="text" class="o_input mb-3" t-ref="autofocus" t-model.trim="state.name" t-on-keydown="onInputKeydown" />
|
||||
<button type="button" class="btn btn-primary" t-on-click="addToBoard">Add</button>
|
||||
</div>
|
||||
</t>
|
||||
</Dropdown>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<t t-name="Dashboard.DashboardIcon">
|
||||
<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg" class="o_ui_app_icon oi-large">
|
||||
<path d="M4 8C4 5.79086 5.79086 4 8 4H25V21C25 23.2091 23.2091 25 21 25H4V8Z" fill="var(--oi-color, #FC868B)"/>
|
||||
<path d="M4 35C4 32.7909 5.79086 31 8 31H19V42C19 44.2091 17.2091 46 15 46H4V35Z" fill="var(--oi-color, #F9464C)"/>
|
||||
<path d="M25 46H29C31.2091 46 33 44.2091 33 42V31H29C26.7909 31 25 32.7909 25 35V46Z" fill="var(--oi-color, #FBB945)"/>
|
||||
<path d="M31 17L31 21C31 23.2091 32.7909 25 35 25L46 25V21C46 18.7909 44.2091 17 42 17L31 17Z" fill="var(--oi-color, #088BF5)"/>
|
||||
<path d="M31 4L31 8C31 10.2091 32.7909 12 35 12L46 12V8C46 5.79086 44.2091 4 42 4L31 4Z" fill="var(--oi-color, #2EBCFA)"/>
|
||||
<path d="M38 46H42C44.2091 46 46 44.2091 46 42V31H42C39.7909 31 38 32.7909 38 35V46Z" fill="var(--oi-color, #F78613)"/>
|
||||
</svg>
|
||||
</t>
|
||||
</templates>
|
||||
|
|
|
|||
|
|
@ -1,160 +0,0 @@
|
|||
odoo.define("board.AddToBoardMenu", function (require) {
|
||||
"use strict";
|
||||
|
||||
const Context = require("web.Context");
|
||||
const Domain = require("web.Domain");
|
||||
const { Dropdown } = require("@web/core/dropdown/dropdown");
|
||||
const FavoriteMenu = require("web.FavoriteMenu");
|
||||
const { sprintf } = require("web.utils");
|
||||
const { useAutofocus } = require("@web/core/utils/hooks");
|
||||
|
||||
const { Component, useState } = owl;
|
||||
|
||||
/**
|
||||
* 'Add to board' menu
|
||||
*
|
||||
* Component consisiting of a toggle button, a text input and an 'Add' button.
|
||||
* The first button is simply used to toggle the component and will determine
|
||||
* whether the other elements should be rendered.
|
||||
* The input will be given the name (or title) of the view that will be added.
|
||||
* Finally, the last button will send the name as well as some of the action
|
||||
* properties to the server to add the current view (and its context) to the
|
||||
* user's dashboard.
|
||||
* This component is only available in actions of type 'ir.actions.act_window'.
|
||||
*/
|
||||
class AddToBoardMenu extends Component {
|
||||
setup() {
|
||||
this.interactive = true;
|
||||
this.state = useState({
|
||||
name: this.env.action.name || "",
|
||||
open: false,
|
||||
});
|
||||
|
||||
useAutofocus();
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// Private
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* This is the main function for actually saving the dashboard. This method
|
||||
* is supposed to call the route /board/add_to_dashboard with proper
|
||||
* information.
|
||||
* @private
|
||||
*/
|
||||
async addToBoard() {
|
||||
const searchQuery = this.env.searchModel.get("query");
|
||||
const context = new Context(this.env.action.context);
|
||||
context.add(searchQuery.context);
|
||||
context.add({
|
||||
group_by: searchQuery.groupBy,
|
||||
orderedBy: searchQuery.orderedBy,
|
||||
});
|
||||
if (
|
||||
searchQuery.timeRanges &&
|
||||
Object.prototype.hasOwnProperty.call(searchQuery.timeRanges, "fieldName")
|
||||
) {
|
||||
context.add({
|
||||
comparison: searchQuery.timeRanges,
|
||||
});
|
||||
}
|
||||
let controllerQueryParams;
|
||||
this.env.searchModel.trigger("get-controller-query-params", (params) => {
|
||||
controllerQueryParams = params || {};
|
||||
});
|
||||
controllerQueryParams.context = controllerQueryParams.context || {};
|
||||
const queryContext = controllerQueryParams.context;
|
||||
delete controllerQueryParams.context;
|
||||
context.add(Object.assign(controllerQueryParams, queryContext));
|
||||
|
||||
const domainArray = new Domain(this.env.action.domain || []);
|
||||
const domain = Domain.prototype.normalizeArray(
|
||||
domainArray.toArray().concat(searchQuery.domain)
|
||||
);
|
||||
|
||||
const evalutatedContext = context.eval();
|
||||
for (const key in evalutatedContext) {
|
||||
if (
|
||||
Object.prototype.hasOwnProperty.call(evalutatedContext, key) &&
|
||||
/^search_default_/.test(key)
|
||||
) {
|
||||
delete evalutatedContext[key];
|
||||
}
|
||||
}
|
||||
evalutatedContext.dashboard_merge_domains_contexts = false;
|
||||
|
||||
Object.assign(this.state, {
|
||||
name: $(".o_input").val() || "",
|
||||
open: false,
|
||||
});
|
||||
|
||||
const result = await this.env.services.rpc({
|
||||
route: "/board/add_to_dashboard",
|
||||
params: {
|
||||
action_id: this.env.action.id || false,
|
||||
context_to_save: evalutatedContext,
|
||||
domain: domain,
|
||||
view_mode: this.env.view.type,
|
||||
name: this.state.name,
|
||||
},
|
||||
});
|
||||
if (result) {
|
||||
this.env.services.notification.notify({
|
||||
title: sprintf(this.env._t("'%s' added to dashboard"), this.state.name),
|
||||
message: this.env._t(
|
||||
"Please refresh your browser for the changes to take effect."
|
||||
),
|
||||
type: "warning",
|
||||
});
|
||||
} else {
|
||||
this.env.services.notification.notify({
|
||||
message: this.env._t("Could not add filter to dashboard"),
|
||||
type: "danger",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// Handlers
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @param {KeyboardEvent} ev
|
||||
*/
|
||||
onInputKeydown(ev) {
|
||||
switch (ev.key) {
|
||||
case "Enter":
|
||||
ev.preventDefault();
|
||||
this.addToBoard();
|
||||
break;
|
||||
case "Escape":
|
||||
// Gives the focus back to the component.
|
||||
ev.preventDefault();
|
||||
ev.target.blur();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// Static
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* @param {Object} env
|
||||
* @returns {boolean}
|
||||
*/
|
||||
static shouldBeDisplayed(env) {
|
||||
return env.action.type === "ir.actions.act_window";
|
||||
}
|
||||
}
|
||||
|
||||
AddToBoardMenu.props = {};
|
||||
AddToBoardMenu.template = "board.AddToBoard";
|
||||
AddToBoardMenu.components = { Dropdown };
|
||||
|
||||
FavoriteMenu.registry.add("add-to-board-menu", AddToBoardMenu, 10);
|
||||
|
||||
return AddToBoardMenu;
|
||||
});
|
||||
|
|
@ -1,15 +1,20 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import { rpc } from "@web/core/network/rpc";
|
||||
import { useService } from "@web/core/utils/hooks";
|
||||
import { View } from "@web/views/view";
|
||||
import { makeContext } from "@web/core/context";
|
||||
|
||||
const { Component, onWillStart } = owl;
|
||||
import { user } from "@web/core/user";
|
||||
import { Component, onWillStart } from "@odoo/owl";
|
||||
|
||||
export class BoardAction extends Component {
|
||||
static template = "board.BoardAction";
|
||||
static components = { View };
|
||||
static props = {
|
||||
action: Object,
|
||||
actionId: { type: Number, optional: true },
|
||||
className: { type: String, optional: true },
|
||||
};
|
||||
static cache = {};
|
||||
setup() {
|
||||
const rpc = useService("rpc");
|
||||
const userService = useService("user");
|
||||
this.actionService = useService("action");
|
||||
const action = this.props.action;
|
||||
this.formViewId = false;
|
||||
|
|
@ -47,27 +52,11 @@ export class BoardAction extends Component {
|
|||
];
|
||||
|
||||
if (action.context) {
|
||||
this.viewProps.context = makeContext([
|
||||
action.context,
|
||||
{ lang: userService.context.lang },
|
||||
]);
|
||||
this.viewProps.context = makeContext([action.context, { lang: user.context.lang }]);
|
||||
if ("group_by" in this.viewProps.context) {
|
||||
const groupBy = this.viewProps.context.group_by;
|
||||
this.viewProps.groupBy = typeof groupBy === "string" ? [groupBy] : groupBy;
|
||||
}
|
||||
if ("comparison" in this.viewProps.context) {
|
||||
const comparison = this.viewProps.context.comparison;
|
||||
if (
|
||||
comparison !== null &&
|
||||
typeof comparison === "object" &&
|
||||
"domains" in comparison &&
|
||||
"fieldName" in comparison
|
||||
) {
|
||||
// Some comparison object with the wrong form might have been stored in db.
|
||||
// This is why we make the checks on the keys domains and fieldName
|
||||
this.viewProps.comparison = comparison;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (action.domain) {
|
||||
this.viewProps.domain = action.domain;
|
||||
|
|
@ -86,6 +75,3 @@ export class BoardAction extends Component {
|
|||
});
|
||||
}
|
||||
}
|
||||
BoardAction.template = "board.BoardAction";
|
||||
BoardAction.components = { View };
|
||||
BoardAction.cache = {};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates xml:space="preserve">
|
||||
|
||||
<t t-name="board.BoardAction" owl="1">
|
||||
<t t-name="board.BoardAction">
|
||||
<t t-if="isValid">
|
||||
<View t-props="viewProps"/>
|
||||
</t>
|
||||
|
|
|
|||
|
|
@ -1,21 +1,26 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import { _t } from "@web/core/l10n/translation";
|
||||
import { browser } from "@web/core/browser/browser";
|
||||
import { ConfirmationDialog } from "@web/core/confirmation_dialog/confirmation_dialog";
|
||||
import { Dropdown } from "@web/core/dropdown/dropdown";
|
||||
import { DropdownItem } from "@web/core/dropdown/dropdown_item";
|
||||
import { rpc, rpcBus } from "@web/core/network/rpc";
|
||||
import { useService } from "@web/core/utils/hooks";
|
||||
import { renderToString } from "@web/core/utils/render";
|
||||
import { useSortable } from "@web/core/utils/sortable";
|
||||
import { useSortable } from "@web/core/utils/sortable_owl";
|
||||
import { standardViewProps } from "@web/views/standard_view_props";
|
||||
import { BoardAction } from "./board_action";
|
||||
|
||||
const { blockDom, Component, useState, useRef } = owl;
|
||||
import { blockDom, Component, useState, useRef } from "@odoo/owl";
|
||||
|
||||
export class BoardController extends Component {
|
||||
static template = "board.BoardView";
|
||||
static components = { BoardAction, Dropdown, DropdownItem };
|
||||
static props = {
|
||||
...standardViewProps,
|
||||
board: Object,
|
||||
};
|
||||
|
||||
setup() {
|
||||
this.board = useState(this.props.board);
|
||||
this.rpc = useService("rpc");
|
||||
this.dialogService = useService("dialog");
|
||||
if (this.env.isSmall) {
|
||||
this.selectLayout("1", false);
|
||||
|
|
@ -92,7 +97,7 @@ export class BoardController extends Component {
|
|||
|
||||
closeAction(column, action) {
|
||||
this.dialogService.add(ConfirmationDialog, {
|
||||
body: this.env._t("Are you sure that you want to remove this item?"),
|
||||
body: _t("Are you sure that you want to remove this item?"),
|
||||
confirm: () => {
|
||||
const index = column.actions.indexOf(action);
|
||||
column.actions.splice(index, 1);
|
||||
|
|
@ -117,19 +122,12 @@ export class BoardController extends Component {
|
|||
const result = xmlSerializer.serializeToString(root);
|
||||
const arch = result.slice(result.indexOf("<", 1), result.indexOf("</rendertostring>"));
|
||||
|
||||
this.rpc("/web/view/edit_custom", {
|
||||
rpc("/web/view/edit_custom", {
|
||||
custom_id: this.board.customViewId,
|
||||
arch,
|
||||
});
|
||||
this.env.bus.trigger("CLEAR-CACHES");
|
||||
rpcBus.trigger("CLEAR-CACHES");
|
||||
}
|
||||
}
|
||||
|
||||
BoardController.template = "board.BoardView";
|
||||
BoardController.components = { BoardAction, Dropdown, DropdownItem };
|
||||
BoardController.props = {
|
||||
...standardViewProps,
|
||||
board: Object,
|
||||
};
|
||||
|
||||
const xmlSerializer = new XMLSerializer();
|
||||
|
|
|
|||
|
|
@ -30,10 +30,22 @@
|
|||
align-self: start;
|
||||
|
||||
> .o_view_controller {
|
||||
padding: 0 12px 12px 12px;
|
||||
padding: 0 6px 6px 6px;
|
||||
.o_content {
|
||||
max-height: 80vh;
|
||||
overflow: auto;
|
||||
> .o_renderer {
|
||||
min-width: 1200px;
|
||||
}
|
||||
}
|
||||
// graph view
|
||||
.o_graph_renderer canvas {
|
||||
height: 300px;
|
||||
}
|
||||
// calendar view
|
||||
.o_calendar_wrapper {
|
||||
height: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.o_column_quick_create, .o_control_panel {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates xml:space="preserve">
|
||||
|
||||
<t t-name="board.BoardView" owl="1">
|
||||
<t t-name="board.BoardView">
|
||||
<div class="o_dashboard d-flex flex-column">
|
||||
<t t-if="board.isEmpty">
|
||||
<t t-call="board.NoContent"/>
|
||||
|
|
@ -12,18 +12,20 @@
|
|||
</div>
|
||||
</t>
|
||||
|
||||
<t t-name="board.Content" owl="1">
|
||||
<t t-name="board.Content">
|
||||
<div t-if="!env.isSmall" class="o-dashboard-header d-flex justify-content-end">
|
||||
<Dropdown togglerClass="'btn btn-secondary m-2 p-2'">
|
||||
<t t-set-slot="toggler">
|
||||
<Dropdown>
|
||||
<button class="btn btn-secondary m-2 p-2">
|
||||
<img t-attf-src="/board/static/img/layout_{{board.layout}}.png" width="16" height="16" alt=""/>
|
||||
Change Layout
|
||||
</t>
|
||||
<t t-foreach="'1 1-1 1-1-1 1-2 2-1'.split(' ')" t-as="layout" t-key="layout">
|
||||
<DropdownItem onSelected="() => this.selectLayout(layout)">
|
||||
<img t-attf-src="/board/static/img/layout_{{layout}}.png" alt=""/>
|
||||
<i t-if="layout == board.layout" class="fa fa-check fa-lg text-success" aria-label='Layout' role="img" title="Layout"/>
|
||||
</DropdownItem>
|
||||
</button>
|
||||
<t t-set-slot="content">
|
||||
<t t-foreach="'1 1-1 1-1-1 1-2 2-1'.split(' ')" t-as="layout" t-key="layout">
|
||||
<DropdownItem onSelected="() => this.selectLayout(layout)">
|
||||
<img t-attf-src="/board/static/img/layout_{{layout}}.png" alt=""/>
|
||||
<i t-if="layout == board.layout" class="fa fa-check fa-lg text-success" aria-label='Layout' role="img" title="Layout"/>
|
||||
</DropdownItem>
|
||||
</t>
|
||||
</t>
|
||||
</Dropdown>
|
||||
</div>
|
||||
|
|
@ -46,7 +48,7 @@
|
|||
</div>
|
||||
</t>
|
||||
|
||||
<t t-name="board.NoContent" owl="1">
|
||||
<t t-name="board.NoContent">
|
||||
<div class="o_view_nocontent">
|
||||
<div class="o_nocontent_help">
|
||||
<p class="o_view_nocontent_neutral_face">
|
||||
|
|
@ -65,7 +67,7 @@
|
|||
</div>
|
||||
</t>
|
||||
|
||||
<t t-name="board.arch" owl="1">
|
||||
<t t-name="board.arch">
|
||||
<form t-att-string="title">
|
||||
<board t-att-style="layout">
|
||||
<column t-foreach="columns" t-as="column" t-key="column_index">
|
||||
|
|
|
|||
|
|
@ -1,12 +1,8 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import { _lt } from "@web/core/l10n/translation";
|
||||
import { registry } from "@web/core/registry";
|
||||
import { BoardController } from "./board_controller";
|
||||
import { XMLParser } from "@web/core/utils/xml";
|
||||
import { visitXML } from "@web/core/utils/xml";
|
||||
import { Domain } from "@web/core/domain";
|
||||
|
||||
export class BoardArchParser extends XMLParser {
|
||||
export class BoardArchParser {
|
||||
parse(arch, customViewId) {
|
||||
let nextId = 1;
|
||||
const archInfo = {
|
||||
|
|
@ -19,7 +15,7 @@ export class BoardArchParser extends XMLParser {
|
|||
};
|
||||
let currentIndex = -1;
|
||||
|
||||
this.visitXML(arch, (node) => {
|
||||
visitXML(arch, (node) => {
|
||||
switch (node.tagName) {
|
||||
case "form":
|
||||
archInfo.title = node.getAttribute("string");
|
||||
|
|
@ -36,7 +32,7 @@ export class BoardArchParser extends XMLParser {
|
|||
const isFolded = Boolean(
|
||||
node.hasAttribute("fold") ? parseInt(node.getAttribute("fold"), 10) : 0
|
||||
);
|
||||
let action = {
|
||||
const action = {
|
||||
id: nextId++,
|
||||
title: node.getAttribute("string"),
|
||||
actionId: parseInt(node.getAttribute("name"), 10),
|
||||
|
|
@ -45,11 +41,7 @@ export class BoardArchParser extends XMLParser {
|
|||
isFolded,
|
||||
};
|
||||
if (node.hasAttribute("domain")) {
|
||||
let domain = node.getAttribute("domain");
|
||||
// Since bfadb8e491fe2acda63a79f9577eaaec8a1c8d9c some databases might have
|
||||
// double-encoded domains in the db, so we need to unescape them before use.
|
||||
// TODO: remove unescape in saas-16.3
|
||||
domain = _.unescape(domain);
|
||||
const domain = node.getAttribute("domain");
|
||||
action.domain = new Domain(domain).toList();
|
||||
// so it can be serialized when reexporting board xml
|
||||
action.domain.toString = () => node.getAttribute("domain");
|
||||
|
|
@ -65,7 +57,6 @@ export class BoardArchParser extends XMLParser {
|
|||
|
||||
export const boardView = {
|
||||
type: "form",
|
||||
display_name: _lt("Board"),
|
||||
Controller: BoardController,
|
||||
|
||||
props: (genericProps, view) => {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,434 @@
|
|||
import { addToBoardItem } from "@board/add_to_board/add_to_board";
|
||||
import { defineMailModels } from "@mail/../tests/mail_test_helpers";
|
||||
import { beforeEach, describe, expect, test } from "@odoo/hoot";
|
||||
import { hover, press, queryOne } from "@odoo/hoot-dom";
|
||||
import { animationFrame } from "@odoo/hoot-mock";
|
||||
import * as dsHelpers from "@web/../tests/core/domain_selector/domain_selector_helpers";
|
||||
import {
|
||||
contains,
|
||||
defineModels,
|
||||
fields,
|
||||
getDropdownMenu,
|
||||
getService,
|
||||
models,
|
||||
mountWithCleanup,
|
||||
onRpc,
|
||||
openAddCustomFilterDialog,
|
||||
removeFacet,
|
||||
selectGroup,
|
||||
serverState,
|
||||
switchView,
|
||||
toggleMenuItem,
|
||||
toggleSearchBarMenu,
|
||||
} from "@web/../tests/web_test_helpers";
|
||||
import { registry } from "@web/core/registry";
|
||||
import { WebClient } from "@web/webclient/webclient";
|
||||
|
||||
describe.current.tags("desktop");
|
||||
|
||||
class Board extends models.Model {}
|
||||
|
||||
class Partner extends models.Model {
|
||||
name = fields.Char();
|
||||
foo = fields.Char({
|
||||
string: "Foo",
|
||||
default: "My little Foo Value",
|
||||
searchable: true,
|
||||
});
|
||||
bar = fields.Boolean({ string: "Bar" });
|
||||
int_field = fields.Integer({
|
||||
string: "Integer field",
|
||||
aggregator: "sum",
|
||||
});
|
||||
|
||||
_records = [
|
||||
{
|
||||
id: 1,
|
||||
name: "first record",
|
||||
foo: "yop",
|
||||
int_field: 3,
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: "second record",
|
||||
foo: "lalala",
|
||||
int_field: 5,
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: "aaa",
|
||||
foo: "abc",
|
||||
int_field: 2,
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
defineModels([Board, Partner]);
|
||||
defineMailModels();
|
||||
const favoriteMenuRegistry = registry.category("favoriteMenu");
|
||||
|
||||
function getAddToDashboardMenu() {
|
||||
return getDropdownMenu(".o_add_to_board button.dropdown-toggle");
|
||||
}
|
||||
|
||||
beforeEach(() => {
|
||||
favoriteMenuRegistry.add("add-to-board", addToBoardItem, { sequence: 10 });
|
||||
});
|
||||
|
||||
test("save actions to dashboard", async () => {
|
||||
expect.assertions(6);
|
||||
|
||||
Partner._views = {
|
||||
list: '<list><field name="foo"/></list>',
|
||||
};
|
||||
|
||||
onRpc("/board/add_to_dashboard", async (request) => {
|
||||
const { params: args } = await request.json();
|
||||
expect(args.context_to_save.group_by).toEqual(["foo"], {
|
||||
message: "The group_by should have been saved",
|
||||
});
|
||||
expect(args.context_to_save.orderedBy).toEqual(
|
||||
[
|
||||
{
|
||||
name: "foo",
|
||||
asc: true,
|
||||
},
|
||||
],
|
||||
{ message: "The orderedBy should have been saved" }
|
||||
);
|
||||
expect(args.context_to_save.fire).toBe("on the bayou", {
|
||||
message: "The context of a controller should be passed and flattened",
|
||||
});
|
||||
expect(args.action_id).toBe(1, { message: "should save the correct action" });
|
||||
expect(args.view_mode).toBe("list", { message: "should save the correct view type" });
|
||||
return true;
|
||||
});
|
||||
|
||||
await mountWithCleanup(WebClient);
|
||||
await getService("action").doAction({
|
||||
id: 1,
|
||||
res_model: "partner",
|
||||
type: "ir.actions.act_window",
|
||||
context: { fire: "on the bayou" },
|
||||
views: [[false, "list"]],
|
||||
});
|
||||
|
||||
expect(".o_list_view").toHaveCount(1, { message: "should display the list view" });
|
||||
|
||||
// Sort the list
|
||||
await contains(".o_column_sortable").click();
|
||||
|
||||
// Group It
|
||||
await toggleSearchBarMenu();
|
||||
await selectGroup("foo");
|
||||
|
||||
// add this action to dashboard
|
||||
await hover(".o_add_to_board button.dropdown-toggle");
|
||||
await animationFrame();
|
||||
await contains(queryOne("input", { root: getAddToDashboardMenu() })).edit("a name", {
|
||||
confirm: false,
|
||||
});
|
||||
await contains(queryOne("button", { root: getAddToDashboardMenu() })).click();
|
||||
});
|
||||
|
||||
test("save two searches to dashboard", async () => {
|
||||
// the second search saved should not be influenced by the first
|
||||
expect.assertions(2);
|
||||
|
||||
Partner._views = {
|
||||
list: '<list><field name="foo"/></list>',
|
||||
search: `
|
||||
<search>
|
||||
<filter name="filter_on_a" string="Filter on a" domain="[['name', 'ilike', 'a']]"/>
|
||||
<filter name="filter_on_b" string="Filter on b" domain="[['name', 'ilike', 'b']]"/>
|
||||
</search>
|
||||
`,
|
||||
};
|
||||
|
||||
onRpc("/board/add_to_dashboard", async (request) => {
|
||||
const { params: args } = await request.json();
|
||||
if (filter_count === 0) {
|
||||
expect(args.domain).toEqual([["name", "ilike", "a"]], {
|
||||
message: "the correct domain should be sent",
|
||||
});
|
||||
}
|
||||
if (filter_count === 1) {
|
||||
expect(args.domain).toEqual([["name", "ilike", "b"]], {
|
||||
message: "the correct domain should be sent",
|
||||
});
|
||||
}
|
||||
|
||||
filter_count += 1;
|
||||
return true;
|
||||
});
|
||||
|
||||
await mountWithCleanup(WebClient);
|
||||
|
||||
await getService("action").doAction({
|
||||
id: 1,
|
||||
res_model: "partner",
|
||||
type: "ir.actions.act_window",
|
||||
views: [[false, "list"]],
|
||||
});
|
||||
|
||||
let filter_count = 0;
|
||||
// Add a first filter
|
||||
await toggleSearchBarMenu();
|
||||
await toggleMenuItem("Filter on a");
|
||||
|
||||
// Add it to dashboard
|
||||
await hover(".o_add_to_board button.dropdown-toggle");
|
||||
await animationFrame();
|
||||
await contains(queryOne("button", { root: getAddToDashboardMenu() })).click();
|
||||
|
||||
// Remove it
|
||||
await removeFacet("Filter on a");
|
||||
|
||||
// Add the second filter
|
||||
await toggleSearchBarMenu();
|
||||
await toggleMenuItem("Filter on b");
|
||||
|
||||
// Add it to dashboard
|
||||
await hover(".o_add_to_board button.dropdown-toggle");
|
||||
await animationFrame();
|
||||
await contains(queryOne("button", { root: getAddToDashboardMenu() })).click();
|
||||
});
|
||||
|
||||
test("save an action domain to dashboard", async () => {
|
||||
// View domains are to be added to the dashboard domain
|
||||
expect.assertions(1);
|
||||
|
||||
const viewDomain = ["name", "ilike", "a"];
|
||||
const filterDomain = ["name", "ilike", "b"];
|
||||
|
||||
const expectedDomain = ["&", viewDomain, filterDomain];
|
||||
|
||||
Partner._views = {
|
||||
list: '<list><field name="foo"/></list>',
|
||||
search: `
|
||||
<search>
|
||||
<filter name="filter" string="Filter" domain="[['name', 'ilike', 'b']]"/>
|
||||
</search>
|
||||
`,
|
||||
};
|
||||
|
||||
onRpc("/board/add_to_dashboard", async (request) => {
|
||||
const { params: args } = await request.json();
|
||||
expect(args.domain).toEqual(expectedDomain, {
|
||||
message: "the correct domain should be sent",
|
||||
});
|
||||
return true;
|
||||
});
|
||||
|
||||
await mountWithCleanup(WebClient);
|
||||
|
||||
await getService("action").doAction({
|
||||
id: 1,
|
||||
res_model: "partner",
|
||||
type: "ir.actions.act_window",
|
||||
views: [[false, "list"]],
|
||||
domain: [viewDomain],
|
||||
});
|
||||
|
||||
// Add a filter
|
||||
await toggleSearchBarMenu();
|
||||
await toggleMenuItem("Filter");
|
||||
|
||||
// Add it to dashboard
|
||||
await hover(".o_add_to_board button.dropdown-toggle");
|
||||
await animationFrame();
|
||||
// add
|
||||
await contains(queryOne("button", { root: getAddToDashboardMenu() })).click();
|
||||
});
|
||||
|
||||
test("add to dashboard with no action id", async () => {
|
||||
expect.assertions(2);
|
||||
|
||||
Partner._views = {
|
||||
pivot: '<pivot><field name="foo"/></pivot>',
|
||||
};
|
||||
await mountWithCleanup(WebClient);
|
||||
|
||||
await getService("action").doAction({
|
||||
id: false,
|
||||
res_model: "partner",
|
||||
type: "ir.actions.act_window",
|
||||
views: [[false, "pivot"]],
|
||||
});
|
||||
await toggleSearchBarMenu();
|
||||
expect(".o_add_to_board").toHaveCount(0);
|
||||
|
||||
// Sanity check
|
||||
await getService("action").doAction({
|
||||
id: 1,
|
||||
res_model: "partner",
|
||||
type: "ir.actions.act_window",
|
||||
views: [[false, "pivot"]],
|
||||
});
|
||||
await toggleSearchBarMenu();
|
||||
expect(".o_add_to_board").toHaveCount(1);
|
||||
});
|
||||
|
||||
test("Add a view to dashboard (keynav)", async () => {
|
||||
Partner._views = {
|
||||
pivot: '<pivot><field name="foo"/></pivot>',
|
||||
};
|
||||
|
||||
// makes mouseEnter work
|
||||
|
||||
onRpc("/board/add_to_dashboard", () => {
|
||||
expect.step("add to board");
|
||||
return true;
|
||||
});
|
||||
|
||||
await mountWithCleanup(WebClient);
|
||||
|
||||
await getService("action").doAction({
|
||||
id: 1,
|
||||
res_model: "partner",
|
||||
type: "ir.actions.act_window",
|
||||
views: [[false, "pivot"]],
|
||||
});
|
||||
|
||||
await toggleSearchBarMenu();
|
||||
await hover(".o_add_to_board button.dropdown-toggle");
|
||||
await animationFrame();
|
||||
await contains(queryOne("input", { root: getAddToDashboardMenu() })).edit("Pipeline", {
|
||||
confirm: false,
|
||||
});
|
||||
await press("Enter");
|
||||
|
||||
expect.verifySteps(["add to board"]);
|
||||
});
|
||||
|
||||
test("Add a view with dynamic domain", async () => {
|
||||
expect.assertions(1);
|
||||
|
||||
Partner._views = {
|
||||
pivot: '<pivot><field name="foo"/></pivot>',
|
||||
search: `
|
||||
<search>
|
||||
<filter name="filter" domain="[('user_id','=',uid)]"/>
|
||||
</search>`,
|
||||
};
|
||||
|
||||
// makes mouseEnter work
|
||||
|
||||
onRpc("/board/add_to_dashboard", async (request) => {
|
||||
const { params: args } = await request.json();
|
||||
expect(args.domain).toEqual(["&", ["int_field", "<=", 3], ["user_id", "=", 7]]);
|
||||
return true;
|
||||
});
|
||||
|
||||
await mountWithCleanup(WebClient);
|
||||
|
||||
await getService("action").doAction({
|
||||
id: 1,
|
||||
res_model: "partner",
|
||||
type: "ir.actions.act_window",
|
||||
views: [[false, "pivot"]],
|
||||
domain: [["int_field", "<=", 3]],
|
||||
context: { search_default_filter: 1 },
|
||||
});
|
||||
|
||||
await toggleSearchBarMenu();
|
||||
await hover(".o_add_to_board button.dropdown-toggle");
|
||||
await animationFrame();
|
||||
await contains(queryOne("input", { root: getAddToDashboardMenu() })).edit("Pipeline");
|
||||
});
|
||||
|
||||
test("Add a view to dashboard doesn't save default filters", async () => {
|
||||
expect.assertions(2);
|
||||
|
||||
Partner._views = {
|
||||
pivot: '<pivot><field name="foo"/></pivot>',
|
||||
list: '<list><field name="foo"/></list>',
|
||||
search: `
|
||||
<search>
|
||||
<filter name="filter" domain="[('foo','!=','yop')]"/>
|
||||
</search>`,
|
||||
};
|
||||
|
||||
// makes mouseEnter work
|
||||
serverState.debug = "1";
|
||||
|
||||
onRpc("/board/add_to_dashboard", async (request) => {
|
||||
const { params: args } = await request.json();
|
||||
expect(args.domain).toEqual([["foo", "=", "yop"]]);
|
||||
expect(args.context_to_save).toEqual({
|
||||
pivot_measures: ["__count"],
|
||||
pivot_column_groupby: [],
|
||||
pivot_row_groupby: [],
|
||||
orderedBy: [],
|
||||
group_by: [],
|
||||
dashboard_merge_domains_contexts: false,
|
||||
});
|
||||
return true;
|
||||
});
|
||||
onRpc("/web/domain/validate", () => {
|
||||
return true;
|
||||
});
|
||||
|
||||
await mountWithCleanup(WebClient);
|
||||
|
||||
await getService("action").doAction({
|
||||
id: 1,
|
||||
res_model: "partner",
|
||||
type: "ir.actions.act_window",
|
||||
views: [
|
||||
[false, "list"],
|
||||
[false, "pivot"],
|
||||
],
|
||||
context: { search_default_filter: 1 },
|
||||
});
|
||||
|
||||
await switchView("pivot");
|
||||
|
||||
// Remove default filter ['foo', '!=', 'yop']
|
||||
await removeFacet("filter");
|
||||
|
||||
// Add a filter ['foo', '=', 'yop']
|
||||
await toggleSearchBarMenu();
|
||||
await openAddCustomFilterDialog();
|
||||
await contains(dsHelpers.SELECTORS.debugArea).edit(`[("foo", "=", "yop")]`);
|
||||
await contains(".modal footer button").click();
|
||||
|
||||
// Add to dashboard
|
||||
await toggleSearchBarMenu();
|
||||
await hover(".o_add_to_board button.dropdown-toggle");
|
||||
await animationFrame();
|
||||
await contains(queryOne("input", { root: getAddToDashboardMenu() })).edit("Pipeline");
|
||||
});
|
||||
|
||||
test("Add to my dashboard is not available in form views", async () => {
|
||||
Partner._views = {
|
||||
list: '<list><field name="foo"/></list>',
|
||||
form: '<form><field name="foo"/></form>',
|
||||
};
|
||||
|
||||
await mountWithCleanup(WebClient);
|
||||
await getService("action").doAction({
|
||||
id: 1,
|
||||
res_model: "partner",
|
||||
type: "ir.actions.act_window",
|
||||
context: { fire: "on the bayou" },
|
||||
views: [
|
||||
[false, "list"],
|
||||
[false, "form"],
|
||||
],
|
||||
});
|
||||
|
||||
expect(".o_list_view").toHaveCount(1, { message: "should display the list view" });
|
||||
|
||||
// sanity check
|
||||
await contains(".o_cp_action_menus .dropdown-toggle").click();
|
||||
expect(".o-dropdown--menu .o_add_to_board").toHaveCount(1);
|
||||
|
||||
// open form view
|
||||
await contains(".o_data_cell").click();
|
||||
expect(".o_form_view").toHaveCount(1);
|
||||
|
||||
await contains(".o_cp_action_menus .dropdown-toggle").click();
|
||||
expect(".o-dropdown--menu").toHaveCount(1);
|
||||
expect(".o-dropdown--menu .o_add_to_board").toHaveCount(0);
|
||||
});
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue