mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-21 07:42:01 +02:00
19.0 vanilla
This commit is contained in:
parent
5df8c07b59
commit
daa394e8b0
2114 changed files with 564841 additions and 299642 deletions
|
|
@ -10,38 +10,15 @@ pip install odoo-bringout-oca-ocb-project_sms
|
|||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- project
|
||||
- sms
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: Project - SMS
|
||||
- **Version**: 1.0
|
||||
- **Category**: Hidden
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: False
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `project_sms`.
|
||||
- Repository: https://github.com/OCA/OCB
|
||||
- Branch: 19.0
|
||||
- Path: addons/project_sms
|
||||
|
||||
## License
|
||||
|
||||
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
||||
|
||||
## Documentation
|
||||
|
||||
- Overview: doc/OVERVIEW.md
|
||||
- Architecture: doc/ARCHITECTURE.md
|
||||
- Models: doc/MODELS.md
|
||||
- Controllers: doc/CONTROLLERS.md
|
||||
- Wizards: doc/WIZARDS.md
|
||||
- Reports: doc/REPORTS.md
|
||||
- Security: doc/SECURITY.md
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
This package preserves the original LGPL-3 license.
|
||||
|
|
|
|||
|
|
@ -5,16 +5,18 @@
|
|||
'name': "Project - SMS",
|
||||
'summary': 'Send text messages when project/task stage move',
|
||||
'description': "Send text messages when project/task stage move",
|
||||
'category': 'Hidden',
|
||||
'version': '1.0',
|
||||
'category': 'Services/Project',
|
||||
'version': '1.1',
|
||||
'depends': ['project', 'sms'],
|
||||
'data': [
|
||||
'views/project_stage_views.xml',
|
||||
'views/project_task_type_views.xml',
|
||||
'views/project_views.xml',
|
||||
'views/project_project_views.xml',
|
||||
'views/project_task_views.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'security/project_sms_security.xml',
|
||||
],
|
||||
'auto_install': True,
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,62 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,62 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,47 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Malaz Abuidris <msea@odoo.com>, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Malaz Siddig Elsayed Abuidris (msea)" <msea@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 16:33+0000\n"
|
||||
"Last-Translator: \"Malaz Siddig Elsayed Abuidris (msea)\" <msea@odoo.com>\n"
|
||||
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"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: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "إنشاء مهمة"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "المُعرف"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -27,7 +50,7 @@ msgid ""
|
|||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"إذا كان محدداً، سيتم إرسال رسالة نصية قصيرة إلى العميل تلقائياً عند وصول "
|
||||
"المشروع إلى هذه المرحلة. "
|
||||
"المشروع إلى هذه المرحلة."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
|
|
@ -36,7 +59,7 @@ msgid ""
|
|||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
"إذا كان محدداً، سيتم إرسال رسالة نصية قصيرة إلى العميل تلقائياً عند وصول "
|
||||
"المهمة إلى هذه المرحلة. "
|
||||
"المهمة إلى هذه المرحلة."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
|
|
@ -46,19 +69,19 @@ msgstr "المشروع"
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "مرحلة المشروع "
|
||||
msgstr "مرحلة المشروع"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "قالب الرسائل النصية القصيرة "
|
||||
msgstr "قالب الرسائل النصية القصيرة"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "إرسال رسالة نصية قصيرة "
|
||||
msgid "Send SMS"
|
||||
msgstr "إرسال رسالة نصية قصيرة"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -69,3 +92,30 @@ msgstr "المهمة"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "مرحلة المهمة"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"استخدم هذه الكلمات المفتاحية في العنوان لتعيين مهام جديدة:\n"
|
||||
"\n"
|
||||
" 30h لتخصيص 30 ساعة للمهمة\n"
|
||||
" #tags لتعيين علامات تصنيف للمهمة\n"
|
||||
" @user لإسناد المهمة إلى أحد المستخدمين\n"
|
||||
" ! لتعيين أولوية متوسطة للمهمة\n"
|
||||
" !! لتعيين أولوية عالية للمهمة\n"
|
||||
" !!! لتعيين أولوية عاجلة للمهمة\n"
|
||||
" \n"
|
||||
" تأكد من استخدام التنسيق والترتيب الصحيحين، على سبيل المثال: تحسين "
|
||||
"شاشة الإعدادات 5h #feature #v16 @Mitchell !"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||
# erpgo translator <jumshud@erpgo.az>, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: erpgo translator <jumshud@erpgo.az>, 2022\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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: az\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -37,7 +54,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Layihə"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
|
|
@ -48,20 +65,36 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "SMS Şablonu"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Tapşırıq"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,62 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,26 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# aleksandar ivanov, 2023
|
||||
# Albena Mincheva <albena_vicheva@abv.bg>, 2023
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||
# Petko Karamotchev, 2024
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Petko Karamotchev, 2024\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -39,7 +54,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Проект"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
|
|
@ -50,20 +65,36 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "SMS шаблон"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Задача"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Етап на задача"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,19 +1,43 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
# * project_sms
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:02+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \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: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -21,8 +45,6 @@ msgid ""
|
|||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"Ako je postavljena, SMS tekstualna poruka će biti automatski poslana "
|
||||
"korisniku kada projekat dosegne ovu fazu."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
|
|
@ -30,40 +52,51 @@ msgid ""
|
|||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
"Ako je postavljena, SMS tekstualna poruka će biti automatski poslana "
|
||||
"korisniku kada zadatak dosegne ovu fazu."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Projekt"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "Faza projekta"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "Predložak SMS poruke"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Pošalji SMS poruku"
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Zadatak"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Faza zadatka"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,28 +1,44 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Quim - eccit <quim@eccit.com>, 2022
|
||||
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# CristianCruzParra, 2022
|
||||
# marcescu, 2022
|
||||
# Ivan Espinola, 2022
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:33+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -61,8 +77,8 @@ msgstr "Plantilla de SMS"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Envia un missatge de text SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr "Enviar SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -73,3 +89,19 @@ msgstr "Tasca"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Fase de la Tasca"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,25 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Jiří Podhorecký, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Jakub Smolka, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Marta (wacm)" <wacm@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-29 09:07+0000\n"
|
||||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||||
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovací název"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -38,7 +58,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Projekt"
|
||||
msgstr "Projekty"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
|
|
@ -54,15 +74,31 @@ msgstr "SMS šablona"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Odeslat SMS textovou zprávu"
|
||||
msgid "Send SMS"
|
||||
msgstr "Odeslat SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Úloha"
|
||||
msgstr "Úkol"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Fáze úkolu"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,44 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# lhmflexerp <lhm@flexerp.dk>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:07+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -53,8 +73,8 @@ msgstr "SMS skabelon"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Send SMS tekst besked"
|
||||
msgid "Send SMS"
|
||||
msgstr "Send SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -65,3 +85,19 @@ msgstr "Opgave"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Opgavefase"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Larissa Manderfeld, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-31 12:55+0000\n"
|
||||
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
|
||||
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Eine Aufgabe erstellen"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -57,8 +78,8 @@ msgstr "SMS-Vorlage"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "SMS-Textnachricht versenden"
|
||||
msgid "Send SMS"
|
||||
msgstr "SMS versenden"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -69,3 +90,31 @@ msgstr "Aufgabe"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Aufgabenphase"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Verwenden Sie diese Schlagwörter im Titel, um neue Aufgaben zu erstellen:\n"
|
||||
"\n"
|
||||
" 30 St. Der Aufgabe 30 Stunden zuteilen \n"
|
||||
" #Stichwörter Stichwörter für Aufgabe festlegen \n"
|
||||
" @Benutzer Die Aufgabe einem Benutzer zuweisen \n"
|
||||
" !Aufgabe als mittlere Priorität einstellen \n"
|
||||
" !! Aufgabe als höchste Priorität einstellen \n"
|
||||
" !!! Aufgabe als dringende Priorität einstellen \n"
|
||||
"\n"
|
||||
" Stellen Sie sicher, dass Sie das richtige Format und die richtige "
|
||||
"Reihenfolge verwenden, z. B. Verbessern Sie den Konfigurationsbildschirm 5 "
|
||||
"St. #Funktion #v16 @Mitchell!"
|
||||
|
|
|
|||
103
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/el.po
Normal file
103
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/el.po
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-24 19:23+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/el/>\n"
|
||||
"Language: el\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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Έργο"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS"
|
||||
msgstr "Αποστολή SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Εργασία"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Στάδιο Εργασίας"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,46 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Larissa Manderfeld, 2023
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Noemi Pla Garcia (nopl)" <nopl@odoo.com>, 2025.
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-19 10:18+0000\n"
|
||||
"Last-Translator: \"Noemi Pla Garcia (nopl)\" <nopl@odoo.com>\n"
|
||||
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Crear una tarea"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -58,8 +79,8 @@ msgstr "Plantilla de SMS"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Enviar mensaje de texto SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr "Enviar SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -70,3 +91,30 @@ msgstr "Tarea"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Etapa de la tarea"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Utiliza estas palabras clave en el título para establecer nuevas tareas:\n"
|
||||
"\n"
|
||||
" 30 h Asignar 30 horas a la tarea\n"
|
||||
" #etiquetas Asignar etiquetas a la tarea\n"
|
||||
" @usuario Asignar la tarea a un usuario\n"
|
||||
" ! Asignar prioridad media a la tarea\n"
|
||||
" !! Asignar prioridad alta a la tarea\n"
|
||||
" !!! Asignar prioridad urgente a la tarea\n"
|
||||
"\n"
|
||||
" Asegúrate de utilizar el formato y el orden correcto, por ejemplo: "
|
||||
"¡Mejorar la pantalla de configuración 5 h #función #v16 @Mitchell!"
|
||||
|
|
|
|||
120
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/es_419.po
Normal file
120
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/es_419.po
Normal file
|
|
@ -0,0 +1,120 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025.
|
||||
# "Patricia Gutiérrez (pagc)" <pagc@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-11 17:17+0000\n"
|
||||
"Last-Translator: \"Patricia Gutiérrez (pagc)\" <pagc@odoo.com>\n"
|
||||
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/project_sms/es_419/>\n"
|
||||
"Language: es_419\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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Crear una tarea"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"Si esta opción está activada, se enviará un mensaje SMS de forma automática "
|
||||
"al cliente cuando el proyecto llegue a esta etapa."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
"Si esta opción está activada, se enviará un mensaje SMS de forma automática "
|
||||
"al cliente cuando la tarea llegue a esta etapa."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Proyectos"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "Etapa del proyecto"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "Plantilla de SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS"
|
||||
msgstr "Enviar SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Tarea"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Etapa de la tarea"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Usa estas palabras clave en el título para configurar nuevas tareas:\n"
|
||||
"\n"
|
||||
" 30h Asigna 30 horas a la tarea\n"
|
||||
" #etiquetas Agrega etiquetas a la tarea\n"
|
||||
" @usuario Asígnale la tarea a un usuario\n"
|
||||
" ! Define que la prioridad de la tarea es media\n"
|
||||
" !! Define que la prioridad de la tarea es alta\n"
|
||||
" !!! Define que la prioridad de la tarea es urgente\n"
|
||||
"\n"
|
||||
" Asegúrate de utilizar el formato y el orden correcto, por ejemplo: "
|
||||
"Realizar mejoras a la pantalla de configuración 5h #función #v16 @Mitchell !"
|
||||
|
|
@ -1,71 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Fernanda Alvarez, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Fernanda Alvarez, 2023\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"Si esta opción está activada, se enviará un mensaje SMS de forma automática "
|
||||
"al cliente cuando el proyecto llegue a esta etapa."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
"Si esta opción está activada, se enviará un mensaje SMS de forma automática "
|
||||
"al cliente cuando la tarea llegue a esta etapa."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Proyecto"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "Etapa del proyecto"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "Plantilla de SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Enviar mensaje de texto SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Tarea"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Etapa de la tarea"
|
||||
|
|
@ -1,26 +1,44 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Piia Paurson <piia@avalah.ee>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 2022
|
||||
# JanaAvalah, 2022
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# Kristina Pešehodko <kristina@avalah.ee>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: JanaAvalah, 2022\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-22 11:08+0000\n"
|
||||
"Last-Translator: Kristina Pešehodko <kristina@avalah.ee>\n"
|
||||
"Language-Team: Estonian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Loo ülesanne"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Kuvatav nimi"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -59,7 +77,7 @@ msgstr "SMS mall"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr "Saada SMS"
|
||||
|
||||
#. module: project_sms
|
||||
|
|
@ -71,3 +89,30 @@ msgstr "Ülesanne"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Ülesande etapp"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Kasuta pealkirjas uute ülesannete määramiseks neid märksõnu:\n"
|
||||
"\n"
|
||||
" 30h Määra 30 tundi ülesandele\n"
|
||||
" #tags Lisa silte ülesandele\n"
|
||||
" @kasutaja Määra ülesandele vastutav/kasutaja\n"
|
||||
" ! Määra ülesandele keskmine prioriteet\n"
|
||||
" !! Määra ülesandele kõrge prioriteet\n"
|
||||
" !!! Määra ülesandele kiireloomuline prioriteet\n"
|
||||
"\n"
|
||||
" Jälgi kindlasti, et kasutad õiget formaati ja järjekorda nt. Paranda "
|
||||
"konfigureerimise ekraani 5h #feature #v16 @Mitchell !"
|
||||
|
|
|
|||
|
|
@ -1,27 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Hamid Darabi, 2023
|
||||
# Hanna Kheradroosta, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Maziar Niaki <maziarmn@gmail.com>, 2023
|
||||
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -40,31 +54,47 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "پروژه"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "مرحله پروژه"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "قالب پیامک"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "ارسال پیامک SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "وظیفه"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "مرحله وظیفه"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Svante Suominen <svante.suominen@web-veistamo.fi>, 2022
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Saara Hakanen <sahak@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-27 14:41+0000\n"
|
||||
"Last-Translator: Saara Hakanen <sahak@odoo.com>\n"
|
||||
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Luo tehtävä"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näyttönimi"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "Tunnus"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -43,7 +62,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Projektit"
|
||||
msgstr "Projekti"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
|
|
@ -59,7 +78,7 @@ msgstr "SMS Malli"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr "Lähetä tekstiviesti"
|
||||
|
||||
#. module: project_sms
|
||||
|
|
@ -71,3 +90,30 @@ msgstr "Tehtävä"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Tehtävän vaihe"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Käytä näitä avansanoja otsikossa määrittääksesi uusia tehtäviä:\n"
|
||||
"\n"
|
||||
" 30h Varaa 30 tuntia tehtävään\n"
|
||||
" #tunnisteet Aseta tunnisteita tehtävälle\n"
|
||||
" @käyttäjä Määritä tehtävä käyttäjälle\n"
|
||||
" ! Aseta tehtävälle keskisuuri prioriteetti\n"
|
||||
" !! Aseta tehtävälle korkea prioriteetti\n"
|
||||
" !!! Aseta tehtävä kiireelliseksi\n"
|
||||
"\n"
|
||||
" Varmista, että käytät oikeaa muotoa ja järjestystä, "
|
||||
"esim. Paranna ruudun konfiguraatiota 5h #ominaisuus #v16 @Mitchell !"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Cécile Collart <cco@odoo.com>, 2022
|
||||
# Jolien De Paepe, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Manon Rondou (ronm)" <ronm@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-15 12:13+0000\n"
|
||||
"Last-Translator: \"Manon Rondou (ronm)\" <ronm@odoo.com>\n"
|
||||
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Créer une tâche"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom d'affichage"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -53,12 +73,12 @@ msgstr "Étape du projet"
|
|||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "Modèle de SMS"
|
||||
msgstr "Modèle SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr "Envoyer un SMS"
|
||||
|
||||
#. module: project_sms
|
||||
|
|
@ -70,3 +90,30 @@ msgstr "Tâche"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Étape de tâche"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Utilisez ces mots-clés dans le titre pour créer de nouvelles tâches :\n"
|
||||
"\n"
|
||||
" 30h Allouer 30 heures à la tâche \n"
|
||||
" #tags Ajouter des tags à la tâche \n"
|
||||
" @user Assigner la tâche à un utilisateur \n"
|
||||
" ! Définir la tâche comme priorité moyenne \n"
|
||||
" !! Définir la tâche comme priorité élevée \n"
|
||||
" !!! Définir la tâche comme priorité urgente \n"
|
||||
"\n"
|
||||
" Veillez à utiliser le bon format et l’ordre correct, par exemple : "
|
||||
"Améliorer l’écran de configuration 5h #feature #v16 @Mitchell !"
|
||||
|
|
|
|||
|
|
@ -1,62 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,69 +1,100 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2022
|
||||
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Yoram Lavi, 2025
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Yoram Lavi, 2025\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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: he\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr "אם מוגדר, מסרון SMS ישלח אוטומטית ללקוח כאשר המשימה תגיע לשלב זה ."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr "אם מוגדר, מסרון SMS ישלח אוטומטית ללקוח כאשר המשימה תגיע לשלב זה ."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "פרויקט"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "שלבי הפרויקט"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "תבנית SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "שלח הודעת SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "משימה"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "שלב המשימה"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,19 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -48,7 +70,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
|
|
@ -60,3 +82,19 @@ msgstr ""
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Vladimir Olujić <olujic.vladimir@storm.hr>, 2022
|
||||
# Bole <bole@dajmi5.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Luka Carević <luka@uvid.hr>, 2025
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Luka Carević <luka@uvid.hr>, 2025\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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: 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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -39,7 +54,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Projekt"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
|
|
@ -50,20 +65,36 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "Predložak SMS poruke"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Pošalji SMS poruku"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Zadatak"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Faza zadatka"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,44 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Ákos Nagy <akos.nagy@oregional.hu>, 2022
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 2022
|
||||
# Tamás Dombos, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-29 19:47+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -55,7 +73,7 @@ msgstr "SMS sablon"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr "SMS küldése"
|
||||
|
||||
#. module: project_sms
|
||||
|
|
@ -67,3 +85,19 @@ msgstr "Feladat"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Feladat szakasza"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,62 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Abe Manyo, 2025
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Abe Manyo (abem)" <abem@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Abe Manyo, 2025\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-31 02:30+0000\n"
|
||||
"Last-Translator: \"Abe Manyo (abem)\" <abem@odoo.com>\n"
|
||||
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Buat Tugas"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -57,8 +78,8 @@ msgstr "Templat SMS"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Kirim Pesan Teks SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr "Kirim SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -69,3 +90,30 @@ msgstr "Kegiatan"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Tahap kegiatan"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Gunakan kata-kata kunci berikut di judul untuk menetapkan tugas baru:\n"
|
||||
"\n"
|
||||
" 30j Alokasikan 30 jam ke tugas\n"
|
||||
" #tags Tetapkan tag di tugas\n"
|
||||
" @user Berikan tugas ke user\n"
|
||||
" ! Tetapkan tugas prioritas menengah\n"
|
||||
" !! Tetapkan tugas prioritas tinggi\n"
|
||||
" !!! Tetapkan tugas prioritas mendesak\n"
|
||||
"\n"
|
||||
" Pastikan Anda menggunakan format dan urutan yang tepat contoh, "
|
||||
"Perbarui layar konfigurasi 5j #feature #v16 @Mitchell !"
|
||||
|
|
|
|||
|
|
@ -1,62 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Sergio Zanchetta <primes2h@gmail.com>, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Marianna Ciofani (cima)" <cima@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-16 17:04+0000\n"
|
||||
"Last-Translator: \"Marianna Ciofani (cima)\" <cima@odoo.com>\n"
|
||||
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Crea un lavoro"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -57,8 +78,8 @@ msgstr "Modello SMS"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Invia messaggio SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr "Invia SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -69,3 +90,30 @@ msgstr "Lavoro"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Fase lavoro"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Usa queste parole chiave nel titolo per configurare nuovi lavori:\n"
|
||||
"\n"
|
||||
" 30h per assegnare 30 ore al lavoro\n"
|
||||
" #tags per configurare tag nel lavoro\n"
|
||||
" @user per assegnare il lavoro a un utente\n"
|
||||
" ! per impostare la priorità su media\n"
|
||||
" !! per impostare la priorità su alta\n"
|
||||
" !!! per impostare la priorità su urgente\n"
|
||||
"\n"
|
||||
" Assicurati di utilizzare il formato e l'ordine corretti, ad es. "
|
||||
"Migliorare la schermata di configurazione 5h #feature #v16 @Mitchell!"
|
||||
|
|
|
|||
|
|
@ -1,38 +1,63 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Junko Augias, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Junko Augias (juau)" <juau@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-27 09:05+0000\n"
|
||||
"Last-Translator: \"Junko Augias (juau)\" <juau@odoo.com>\n"
|
||||
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "タスク作成"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr "設定されている場合、プロジェクトがこの段階に達すると、SMSが自動的に顧客に送信されます。"
|
||||
msgstr ""
|
||||
"設定されている場合、プロジェクトがこの段階に達すると、SMSが自動的に顧客に送信"
|
||||
"されます。"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr "設定されている場合、タスクがこの段階に達すると、SMSが自動的に顧客に送信されます。"
|
||||
msgstr ""
|
||||
"設定されている場合、タスクがこの段階に達すると、SMSが自動的に顧客に送信されま"
|
||||
"す。"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
|
|
@ -53,8 +78,8 @@ msgstr "SMSテンプレート"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "SMSテキストメッセージを送信"
|
||||
msgid "Send SMS"
|
||||
msgstr "SMS送信"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -64,4 +89,31 @@ msgstr "タスク"
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "タスク工程"
|
||||
msgstr "タスクステージ"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"新しいタスクを設定するには、タイトルに以下のキーワードを使用してください:\n"
|
||||
"\n"
|
||||
" 30h タスクに30時間を割り当てる\n"
|
||||
" #タグ タスクにタグを設定する\n"
|
||||
" @ユーザ タスクを特定のユーザに割り当てる\n"
|
||||
" ! 優先度: 中\n"
|
||||
" !! 優先度: 高\n"
|
||||
" !!! 優先度: 緊急\n"
|
||||
"\n"
|
||||
" タイトルは以下の順番で記述してください 例: 設定画面の改良 5h "
|
||||
"#feature #v16@Mitchell !"
|
||||
|
|
|
|||
101
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/kab.po
Normal file
101
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/kab.po
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: kab\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: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
@ -1,67 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2023
|
||||
# Lux Sok <sok.lux@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "គំរោង"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "កិច្ចការ"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "ដំណាក់កាលភារកិច្ច"
|
||||
|
|
@ -1,39 +1,62 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Sarah Park, 2023
|
||||
# Daye Jeong, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Kwanghee Park (kwpa)" <kwpa@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Daye Jeong, 2023\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-20 07:05+0000\n"
|
||||
"Last-Translator: \"Kwanghee Park (kwpa)\" <kwpa@odoo.com>\n"
|
||||
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "작업 생성"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시명"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr "설정 시, 프로젝트가 이 단계에 도달하면 고객에게 자동으로 SMS 메시지를 전송합니다."
|
||||
msgstr ""
|
||||
"설정 시, 프로젝트가 이 단계에 도달하면 고객에게 자동으로 SMS 메시지를 전송합"
|
||||
"니다."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr "설정 시, 작업이 이 단계에 도달하면 고객에게 자동으로 SMS 메시지를 전송합니다."
|
||||
msgstr ""
|
||||
"설정 시, 작업이 이 단계에 도달하면 고객에게 자동으로 SMS 메시지를 전송합니다."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
|
|
@ -54,8 +77,8 @@ msgstr "SMS 서식"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "SMS 문자메시지 전송"
|
||||
msgid "Send SMS"
|
||||
msgstr "SMS 보내기"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -66,3 +89,30 @@ msgstr "작업"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "작업 단계"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"작업 제목에 다음 키워드를 사용하여 새 작업을 설정하세요:\n"
|
||||
"\n"
|
||||
" 30h 작업에 30시간 할당\n"
|
||||
" #tags 작업에 태그 설정\n"
|
||||
" @user 작업을 사용자에게 할당\n"
|
||||
" !! 작업 우선순위를 중간으로 설정\n"
|
||||
" !! 작업 우선순위를 높음으로 설정\n"
|
||||
" !!! 작업의 우선순위를 긴급으로 설정\n"
|
||||
"\n"
|
||||
" 형식과 순서가 알맞게 지정되어 있는지 확인하세요. 예: 환경설정 화면 개"
|
||||
"선 5h #feature #v16 @Mitchell !"
|
||||
|
|
|
|||
100
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/ku.po
Normal file
100
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/ku.po
Normal file
|
|
@ -0,0 +1,100 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
@ -1,66 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "ໂຄງການ"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "ໜ້າທີ່"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# grupoda2 <dmitrijus.ivanovas@gmail.com>, 2022
|
||||
# Jonas Zinkevicius <jozi@odoo.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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: 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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -38,7 +54,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Projektas"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
|
|
@ -49,20 +65,36 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "SMS šablonas"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Siųsti SMS žinutę"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Užduotis"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Užduoties etapas"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Arnis Putniņš <arnis@allegro.lv>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 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: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -37,7 +54,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
|
|
@ -53,15 +70,31 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Uzdevums"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Uzdevuma posms"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,66 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Niyas Raphy, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "പ്രൊജക്റ്റ് "
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "പ്രോജക്റ്റ് സ്റ്റേജ്"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "ടാസ്ക്"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Uuganbayar Batbaatar <uuganaaub33@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -37,7 +54,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Төсөл"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
|
|
@ -48,20 +65,36 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "Загвар МСЖ"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Даалгавар"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Даалгаврын үе"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,66 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Mehjabin Farsana, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Mehjabin Farsana, 2022\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Projek"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Tugasan"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
103
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/my.po
Normal file
103
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/my.po
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Oakarmin Iron <oakarminiron@gmail.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-04 07:54+0000\n"
|
||||
"Last-Translator: Oakarmin Iron <oakarminiron@gmail.com>\n"
|
||||
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/my/>\n"
|
||||
"Language: my\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "ပရောဂျက်"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,44 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2022\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:44+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -53,7 +73,7 @@ msgstr "SMS-mal"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr "Send SMS"
|
||||
|
||||
#. module: project_sms
|
||||
|
|
@ -65,3 +85,19 @@ msgstr "Oppgave"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Oppgavestadium"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Jolien De Paepe, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Bren Driesen <brdri@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-07 18:05+0000\n"
|
||||
"Last-Translator: Bren Driesen <brdri@odoo.com>\n"
|
||||
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Taak aanmaken"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Weergavenaam"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -57,8 +78,8 @@ msgstr "SMS-sjabloon"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Verzend sms-bericht"
|
||||
msgid "Send SMS"
|
||||
msgstr "Sms verzenden"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -69,3 +90,30 @@ msgstr "Taak"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Taak fase"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Gebruik deze trefwoorden in de titel om nieuwe taken in te stellen:\n"
|
||||
"\n"
|
||||
" 30h Wijs 30 uur toe aan de taak\n"
|
||||
" #tag Stel labels in op de taak\n"
|
||||
" @user Wijs de taak toe aan een gebruiker\n"
|
||||
" ! Geef de taak een gemiddelde prioriteit\n"
|
||||
" !! Geef de taak een hoge prioriteit\n"
|
||||
" !!! Geef de taak een urgente prioriteit\n"
|
||||
"\n"
|
||||
" Zorg ervoor dat je de juiste indeling en volgorde gebruikt, bv.: "
|
||||
"Verbeter het configuratiescherm 5h #feature #v16 @Mitchell !"
|
||||
|
|
|
|||
|
|
@ -1,62 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,27 +1,46 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Piotr Szlązak <szlazakpiotr@gmail.com>, 2022
|
||||
# Maksym <ms@myodoo.pl>, 2022
|
||||
# Wojciech Warczakowski <w.warczakowski@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-17 12:45+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Utwórz zadanie"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nazwa wyświetlana"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -60,8 +79,8 @@ msgstr "Szablon SMS"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Wyślij wiadomość SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr "Wyślij SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -72,3 +91,19 @@ msgstr "Zadanie"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Etap zadania"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:02+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-25 18:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -15,6 +15,27 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
|
|
@ -48,7 +69,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
|
|
@ -60,3 +81,18 @@ msgstr ""
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,44 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Luiz Fernando <lfpsgs@outlook.com>, 2022
|
||||
# Manuela Silva <mmsrs@sky.com>, 2022
|
||||
# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2022
|
||||
# Rita Bastos, 2024
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Rita Bastos, 2024\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:44+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -28,6 +46,8 @@ msgid ""
|
|||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"Se definido, uma mensagem de texto SMS será enviada automaticamente para o "
|
||||
"cliente quando o projeto atingir esse estágio."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
|
|
@ -35,6 +55,8 @@ msgid ""
|
|||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
"Se definido, uma mensagem de texto SMS será enviada automaticamente para o "
|
||||
"cliente quando a tarefa atingir esse estágio."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
|
|
@ -44,7 +66,7 @@ msgstr "Projeto"
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "Estágio do Projeto"
|
||||
msgstr "Estágio do projeto"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -55,8 +77,8 @@ msgstr "Modelo de SMS"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Enviar Mensagem de Texto SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr "Enviar SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -66,4 +88,20 @@ msgstr "Tarefa"
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Estado da Tarefa"
|
||||
msgstr "Estágio da tarefa"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,25 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Kevilyn Rosa, 2023
|
||||
# Layna Nascimento, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Maitê Dietze (madi)" <madi@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Layna Nascimento, 2023\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-11 00:37+0000\n"
|
||||
"Last-Translator: \"Maitê Dietze (madi)\" <madi@odoo.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Criar uma tarefa"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Exibir nome"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -58,8 +78,8 @@ msgstr "Modelo de SMS"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Enviar mensagem de texto SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr "Enviar SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -70,3 +90,30 @@ msgstr "Tarefa"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Estágio da tarefa"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Use essas palavras-chave no título para definir novas tarefas:\n"
|
||||
"\n"
|
||||
"30h Alocar 30 horas para a tarefa\n"
|
||||
"#marcador Definir marcadores na tarefa\n"
|
||||
" @usuario Atribuir a tarefa a um usuário\n"
|
||||
"! Definir a tarefa como prioridade média\n"
|
||||
"!! Definir a tarefa como prioridade alta\n"
|
||||
"!!! Definir a tarefa como prioridade urgente\n"
|
||||
"\n"
|
||||
"Certifique-se de usar o formato e a ordem correto. Ex.: Melhorar a tela de "
|
||||
"configuração 5h #recurso #v16 @Mitchell !"
|
||||
|
|
|
|||
|
|
@ -1,26 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Foldi Robert <foldirobert@nexterp.ro>, 2022
|
||||
# Fekete Mihai <mihai.fekete@forestandbiomass.ro>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Larisa_nexterp, 2025
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# Busoi Cristina <elena.busoi@capps.ai>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Larisa_nexterp, 2025\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-05 07:58+0000\n"
|
||||
"Last-Translator: Busoi Cristina <elena.busoi@capps.ai>\n"
|
||||
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Creați o sarcină"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume Afișat"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -28,8 +47,8 @@ msgid ""
|
|||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"Dacă este setat, un mesaj SMS va fi trimis automat clientului când proiectul"
|
||||
" ajunge în această etapă."
|
||||
"Dacă este setat, un mesaj SMS va fi trimis automat clientului când proiectul "
|
||||
"ajunge în această etapă."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
|
|
@ -59,8 +78,8 @@ msgstr "Șablon SMS"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Trimiteți mesaj SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr "Trimite SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -70,4 +89,31 @@ msgstr "Sarcină"
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Etapa sarcinii"
|
||||
msgstr "Etapă sarcină"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Utilizați aceste cuvinte cheie în titlu pentru a seta sarcini noi:\n"
|
||||
"\n"
|
||||
" 30h Alocați 30 de ore sarcinii\n"
|
||||
" #tags Setează etichete pe sarcină\n"
|
||||
" @user Atribuie sarcina unui utilizator\n"
|
||||
" ! Setează sarcina o prioritate medie\n"
|
||||
" !! Setează sarcina o prioritate mare\n"
|
||||
" !!! Setează sarcina o prioritate urgentă\n"
|
||||
"\n"
|
||||
"Asigurați-vă că utilizați formatul și ordinea corectă, de exemplu "
|
||||
"Îmbunătățiți ecranul de configurare 5h #feature #v16 @Mitchell !"
|
||||
|
|
|
|||
|
|
@ -1,27 +1,48 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Evgeniia Kotova, 2022
|
||||
# Сергей Шебанин <sergey@shebanin.ru>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Alena Vlasova, 2023
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Anastasiia Koroleva (koan)" <koan@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-11 16:32+0000\n"
|
||||
"Last-Translator: \"Anastasiia Koroleva (koan)\" <koan@odoo.com>\n"
|
||||
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"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.14.3\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Создать задачу"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -49,19 +70,19 @@ msgstr "Проект"
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "Этап проекта"
|
||||
msgstr "Стадия проекта"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "Шаблон SMS"
|
||||
msgstr "SMS шаблон"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Отправить SMS сообщение"
|
||||
msgid "Send SMS"
|
||||
msgstr "Отправить SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -71,4 +92,34 @@ msgstr "Задача"
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Этап задачи"
|
||||
msgstr "Стадия задачи"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Используйте эти ключевые слова в заголовке для создания новых задач:\n"
|
||||
"\n"
|
||||
" 30ч – Выделить 30 часов на задачу\n"
|
||||
" #теги – Установить теги для задачи\n"
|
||||
" @пользователь – Назначить задачу пользователю\n"
|
||||
" ! – Установить средний приоритет\n"
|
||||
" !! – Установить высокий приоритет\n"
|
||||
" !!! – Установить срочный приоритет\n"
|
||||
"\n"
|
||||
" Обязательно используйте правильный формат и порядок, например: "
|
||||
"Улучшить экран настройки 5ч #функция #v16 @Митчеллl !"
|
||||
|
||||
#~ msgid "Send SMS Text Message"
|
||||
#~ msgstr "Отправить текстовое сообщение SMS"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,44 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Damian Brencic <brencicdamian12313@gmail.com>, 2022
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# Tomáš Píšek <Tomas.Pisek@seznam.cz>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Damian Brencic <brencicdamian12313@gmail.com>, 2022\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-03-06 17:52+0000\n"
|
||||
"Last-Translator: Tomáš Píšek <Tomas.Pisek@seznam.cz>\n"
|
||||
"Language-Team: Slovak <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.16.1\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Vytvoriť úlohu"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovaný názov"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -26,6 +46,8 @@ msgid ""
|
|||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"Ak je táto možnosť nastavená, zákazníkovi bude automaticky odoslaná SMS "
|
||||
"správa, keď projekt vstúpi do tejto fázy."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
|
|
@ -33,6 +55,8 @@ msgid ""
|
|||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
"Ak je táto možnosť nastavená, zákazníkovi bude automaticky odoslaná SMS "
|
||||
"správa, keď úloha vstúpi do tejto fázy."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
|
|
@ -42,7 +66,7 @@ msgstr "Projekt"
|
|||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "Projektová fáza"
|
||||
msgstr "Fáza projektu"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -53,15 +77,42 @@ msgstr "SMS šablóna"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Poslať SMS textovú správu"
|
||||
msgid "Send SMS"
|
||||
msgstr "Poslať SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Požiadavka"
|
||||
msgstr "Úloha"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Fáza úlohy"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Na nastavenie nových úloh použite tieto kľúčové slová v názve:\n"
|
||||
"\n"
|
||||
" 30h Prideliť úlohe 30 hodín\n"
|
||||
" #tags Nastaviť štítky úlohy\n"
|
||||
" @user Prideliť úlohu používateľovi\n"
|
||||
" ! Nastaviť úlohu ako strednú prioritu\n"
|
||||
" !! Nastaviť úlohu ako vysokú prioritu\n"
|
||||
" !!! Nastavte úlohe naliehavú prioritu\n"
|
||||
"\n"
|
||||
" Uistite sa, že používate správny formát a poradie, napr. Vylepšiť "
|
||||
"konfiguračnú obrazovku 5h #bug #v16 @Jano !"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Jasmina Macur <jasmina@hbs.si>, 2022
|
||||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:25+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"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: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -54,8 +74,8 @@ msgstr "SMS predloga"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
msgid "Send SMS"
|
||||
msgstr "Pošlji SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -66,3 +86,19 @@ msgstr "Opravilo"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Stopnja opravila"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,19 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-30 18:37+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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -48,7 +70,7 @@ msgstr ""
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
|
|
@ -60,3 +82,19 @@ msgstr ""
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,70 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023\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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"Ako je podešeno, SMS poruka će automatski biti poslata korisniku kada "
|
||||
"projekat dostigne ovu fazu."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
"Ako je podešeno, SMS poruka će automatski biti poslata korisniku kada "
|
||||
"zadatak dostigne ovu fazu."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Projekat"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "Faza projekta"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "SMS šablon"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Pošalji SMS poruku"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Zadatak"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Faza zadatka"
|
||||
100
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/sr@latin.po
Normal file
100
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/sr@latin.po
Normal file
|
|
@ -0,0 +1,100 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
@ -1,26 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2024
|
||||
# Jakob Krabbe <jakob.krabbe@vertel.se>, 2024
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Hanna Kharraziha <hakha@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Jakob Krabbe <jakob.krabbe@vertel.se>, 2024\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-25 14:52+0000\n"
|
||||
"Last-Translator: Hanna Kharraziha <hakha@odoo.com>\n"
|
||||
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -59,7 +78,7 @@ msgstr "SMS-mall"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr "Skicka SMS"
|
||||
|
||||
#. module: project_sms
|
||||
|
|
@ -71,3 +90,19 @@ msgstr "Aktivitet"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Aktivitetsetapper"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,62 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,62 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/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: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr ""
|
||||
|
|
@ -1,48 +1,63 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Wichanon Jamwutthipreecha, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Rasareeyar Lappiam, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:36+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/project_sms/"
|
||||
"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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"หากตั้งค่าไว้ ข้อความ SMS "
|
||||
"จะถูกส่งไปยังลูกค้าโดยอัตโนมัติเมื่อโปรเจ็กต์มาถึงขั้นตอนนี้"
|
||||
msgstr "หากตั้งค่าไว้ ข้อความ SMS จะถูกส่งไปยังลูกค้าโดยอัตโนมัติเมื่อโปรเจ็กต์มาถึงขั้นตอนนี้"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
"หากตั้งค่าไว้ ข้อความ SMS "
|
||||
"จะถูกส่งไปยังลูกค้าโดยอัตโนมัติเมื่องานถึงขั้นตอนนี้"
|
||||
msgstr "หากตั้งค่าไว้ ข้อความ SMS จะถูกส่งไปยังลูกค้าโดยอัตโนมัติเมื่องานถึงขั้นตอนนี้"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "โปรเจกต์"
|
||||
msgstr "โปรเจ็กต์"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
|
|
@ -58,8 +73,8 @@ msgstr "เทมเพลต SMS"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "ส่งข้อความ SMS"
|
||||
msgid "Send SMS"
|
||||
msgstr "ส่ง SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -70,3 +85,19 @@ msgstr "งาน"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "ขั้นตอนงาน"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,47 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# abc Def <hdogan1974@gmail.com>, 2022
|
||||
# Yedigen, 2022
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2022
|
||||
# Tugay Hatıl <tugayh@projetgrup.com>, 2023
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@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.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-20 13:21+0000\n"
|
||||
"Last-Translator: Odoo Turkish Import <dyki+tr@odoo.com>\n"
|
||||
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "Bir Görev Oluştur"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "İsim Göster"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -59,8 +80,8 @@ msgstr "SMS Şablonu"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "SMS Metin Mesajı Gönderin"
|
||||
msgid "Send SMS"
|
||||
msgstr "SMS Gönder"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -71,3 +92,30 @@ msgstr "Görev"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Görev Aşaması"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Yeni görevler belirlemek için başlıkta bu anahtar kelimeleri kullanın:\n"
|
||||
"\n"
|
||||
" 30h Göreve 30 saat ayırın\n"
|
||||
" #tags Görevdeki etiketleri ayarlayın\n"
|
||||
" kullanıcı Görevi bir kullanıcıya atayın\n"
|
||||
" ! Görevi orta öncelikli olarak ayarlayın\n"
|
||||
" !! Görevi yüksek öncelikli olarak ayarlayın\n"
|
||||
" !!! Görevi acil bir öncelik olarak belirleyin\n"
|
||||
"\n"
|
||||
" Doğru formatı ve sırayı kullandığınızdan emin olun, örneğin "
|
||||
"Yapılandırma ekranını iyileştirin 5h #özellik #v16 @Mitchell !"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023\n"
|
||||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 13:25+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: 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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -26,8 +43,6 @@ msgid ""
|
|||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"Якщо встановлено, SMS-повідомлення буде автоматично надіслано клієнту, коли "
|
||||
"проект досягне цього етапу."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
|
|
@ -35,37 +50,51 @@ msgid ""
|
|||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
"Якщо встановлено, SMS-повідомлення буде автоматично надіслано клієнту, коли "
|
||||
"завдання досягне цього етапу."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Проект"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
msgid "Project Stage"
|
||||
msgstr "Етап проекту"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
msgid "SMS Template"
|
||||
msgstr "Шаблон SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Надіслати SMS-повідомлення"
|
||||
msgid "Send SMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Завдання"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Стадія завдання"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
130
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/uz.po
Normal file
130
odoo-bringout-oca-ocb-project_sms/project_sms/i18n/uz.po
Normal file
|
|
@ -0,0 +1,130 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
#
|
||||
# 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 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+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: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
#, fuzzy
|
||||
msgid "Create a Task"
|
||||
msgstr "Vazifa yaratish"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
#, fuzzy
|
||||
msgid "Display Name"
|
||||
msgstr "Ko‘rsatiladigan nom"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
#, fuzzy
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr ""
|
||||
"Agar o‘rnatilgan bo‘lsa, loyiha ushbu bosqichga yetganda mijozga avtomatik "
|
||||
"tarzda SMS xabari yuboriladi."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr ""
|
||||
"Agar o‘rnatilgan bo‘lsa, vazifa ushbu bosqichga yetganda mijozga avtomatik "
|
||||
"tarzda SMS xabari yuboriladi."
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
#, fuzzy
|
||||
msgid "Project"
|
||||
msgstr "Loyiha"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project_stage
|
||||
#, fuzzy
|
||||
msgid "Project Stage"
|
||||
msgstr "Loyiha bosqichi"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__sms_template_id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__sms_template_id
|
||||
#, fuzzy
|
||||
msgid "SMS Template"
|
||||
msgstr "SMS shablon"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
#, fuzzy
|
||||
msgid "Send SMS"
|
||||
msgstr "SMS yuborish"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
#, fuzzy
|
||||
msgid "Task"
|
||||
msgstr "Vazifa"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
#, fuzzy
|
||||
msgid "Task Stage"
|
||||
msgstr "Vazifa bosqichi"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Yangi vazifalar yaratish uchun sarlavhada quyidagi kalit so‘zlardan "
|
||||
"foydalaning: 30s Vazifaga 30 soat ajratish #teglar Vazifaga teglar qo‘yish "
|
||||
"@foydalanuvchi Vazifani foydalanuvchiga topshirish ! Vazifani o‘rtacha "
|
||||
"muhimlikka o‘rnatish !! Vazifani yuqori muhimlikka o‘rnatish !!! Vazifani "
|
||||
"juda muhim deb belgilash To‘g‘ri format va tartibdan foydalanishni unutmang, "
|
||||
"masalan: Sozlamalar oynasini takomillashtirish 5s #xususiyat #v16 @Mitchell !"
|
||||
|
|
@ -1,24 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Thi Huong Nguyen, 2024
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Thi Huong Nguyen (thng)" <thng@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Thi Huong Nguyen, 2024\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-25 03:08+0000\n"
|
||||
"Last-Translator: \"Thi Huong Nguyen (thng)\" <thng@odoo.com>\n"
|
||||
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"project_sms/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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -57,15 +78,42 @@ msgstr "Mẫu SMS"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "Send SMS Text Message"
|
||||
msgid "Send SMS"
|
||||
msgstr "Gửi SMS"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
msgid "Task"
|
||||
msgstr "Công việc"
|
||||
msgstr "Nhiệm vụ"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "Giai đoạn của nhiệm vụ"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
"Sử dụng các từ khóa sau trong tiêu đề để tạo nhiệm vụ mới:\n"
|
||||
"\n"
|
||||
" 30h Phân bổ 30 giờ cho nhiệm vụ\n"
|
||||
" #tags Gắn thẻ cho nhiệm vụ\n"
|
||||
" @user Giao nhiệm vụ cho người dùng\n"
|
||||
" ! Đặt mức ưu tiên trung bình cho nhiệm vụ\n"
|
||||
" !! Đặt mức ưu tiên cao cho nhiệm vụ\n"
|
||||
" !!! Đặt mức ưu tiên khẩn cấp cho nhiệm vụ\n"
|
||||
"\n"
|
||||
" Đảm bảo sử dụng đúng định dạng và thứ tự. Ví dụ: Cải thiện màn hình "
|
||||
"cấu hình 5h #feature #v16 @Mitchell !"
|
||||
|
|
|
|||
|
|
@ -1,38 +1,59 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2022
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Chloe Wang (chwa)" <chwa@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-20 07:38+0000\n"
|
||||
"Last-Translator: \"Chloe Wang (chwa)\" <chwa@odoo.com>\n"
|
||||
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/project_sms/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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "创建待办任务"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "显示名称"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the project reaches this stage."
|
||||
msgstr "如果设置,当项目达到这个阶段时,将自动向客户发送短信息文本消息"
|
||||
msgstr "如果设置了该选项,当项目进入该阶段时,将自动向客户发送 SMS 短信。"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task_type__sms_template_id
|
||||
msgid ""
|
||||
"If set, an SMS Text Message will be automatically sent to the customer when "
|
||||
"the task reaches this stage."
|
||||
msgstr "如果设置,当任务达到这个阶段时,将自动向客户发送短信息文本消息"
|
||||
msgstr "如果设置了该选项,当任务进入该阶段时,系统将自动向客户发送 SMS 短信。"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_project
|
||||
|
|
@ -53,8 +74,8 @@ msgstr "短信息模板"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "发送文本短信息"
|
||||
msgid "Send SMS"
|
||||
msgstr "发送短信息"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -65,3 +86,19 @@ msgstr "任务"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "任务阶段"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,47 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sms
|
||||
#
|
||||
# * project_sms
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Tony Ng, 2023
|
||||
#
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Tony Ng, 2023\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 08:11+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Chinese (Traditional Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/project_sms/zh_Hant/>\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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,website_form_label:project_sms.model_project_task
|
||||
msgid "Create a Task"
|
||||
msgstr "建立待辦任務"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__display_name
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_project_stage__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task__id
|
||||
#: model:ir.model.fields,field_description:project_sms.field_project_task_type__id
|
||||
msgid "ID"
|
||||
msgstr "識別號"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_project_stage__sms_template_id
|
||||
|
|
@ -53,8 +76,8 @@ msgstr "簡訊範本"
|
|||
#. module: project_sms
|
||||
#: model:ir.actions.act_window,name:project_sms.project_project_act_window_sms_composer
|
||||
#: model:ir.actions.act_window,name:project_sms.project_task_act_window_sms_composer
|
||||
msgid "Send SMS Text Message"
|
||||
msgstr "傳送簡訊"
|
||||
msgid "Send SMS"
|
||||
msgstr "發送簡訊"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model,name:project_sms.model_project_task
|
||||
|
|
@ -65,3 +88,40 @@ msgstr "任務"
|
|||
#: model:ir.model,name:project_sms.model_project_task_type
|
||||
msgid "Task Stage"
|
||||
msgstr "任務階段"
|
||||
|
||||
#. module: project_sms
|
||||
#: model:ir.model.fields,help:project_sms.field_project_task__display_name
|
||||
msgid ""
|
||||
"Use these keywords in the title to set new tasks:\n"
|
||||
"\n"
|
||||
" 30h Allocate 30 hours to the task\n"
|
||||
" #tags Set tags on the task\n"
|
||||
" @user Assign the task to a user\n"
|
||||
" ! Set the task a medium priority\n"
|
||||
" !! Set the task a high priority\n"
|
||||
" !!! Set the task a urgent priority\n"
|
||||
"\n"
|
||||
" Make sure to use the right format and order e.g. Improve the "
|
||||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Use these keywords in the title to set new tasks:\n"
|
||||
#~ "\n"
|
||||
#~ " 30h Allocate 30 hours to the task\n"
|
||||
#~ " #tags Set tags on the task\n"
|
||||
#~ " @user Assign the task to a user\n"
|
||||
#~ " ! Set the task a high priority\n"
|
||||
#~ "\n"
|
||||
#~ " Make sure to use the right format and order e.g. Improve the "
|
||||
#~ "configuration screen 5h #feature #v16 @Mitchell !"
|
||||
#~ msgstr ""
|
||||
#~ "在新任務標題中,使用這些關鍵字進行設定:\n"
|
||||
#~ "\n"
|
||||
#~ " 30h:向任務分配 30 小時\n"
|
||||
#~ " #標籤名稱:對任務設定標籤\n"
|
||||
#~ " @用戶名稱:將任務指派給用戶\n"
|
||||
#~ " !:將任務設為高優先級別\n"
|
||||
#~ "\n"
|
||||
#~ " 記得使用正確格式和順序,例如:改進配置畫面 5h #特色功能 #v16 @志"
|
||||
#~ "明 !"
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
from . import project_task_type
|
||||
from . import project_task
|
||||
from . import project_stage
|
||||
from . import project
|
||||
from . import project_project
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@ class ProjectProject(models.Model):
|
|||
_inherit = "project.project"
|
||||
|
||||
def _send_sms(self):
|
||||
for project in self:
|
||||
for project in self.sudo():
|
||||
if project.partner_id and project.stage_id and project.stage_id.sms_template_id:
|
||||
project._message_sms_with_template(
|
||||
project.with_env(self.env)._message_sms_with_template(
|
||||
template=project.stage_id.sms_template_id,
|
||||
partner_ids=project.partner_id.ids,
|
||||
)
|
||||
|
|
@ -9,7 +9,7 @@ class ProjectTask(models.Model):
|
|||
|
||||
def _send_sms(self):
|
||||
for task in self:
|
||||
if task.partner_id and task.stage_id and task.stage_id.sms_template_id:
|
||||
if task.partner_id and task.stage_id and task.stage_id.sms_template_id and not task.is_template:
|
||||
task._message_sms_with_template(
|
||||
template=task.stage_id.sms_template_id,
|
||||
partner_ids=task.partner_id.ids,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<field name="name">SMS Template: project manager CUD on project/task</field>
|
||||
<field name="model_id" ref="sms.model_sms_template"/>
|
||||
<field name="groups" eval="[(4, ref('project.group_project_manager'))]"/>
|
||||
<field name="domain_force">[('model_id.model', 'in', ('project.task.type', 'project.project.stage'))]</field>
|
||||
<field name="domain_force">[('model', 'in', ('project.task', 'project.project'))]</field>
|
||||
<field name="perm_read" eval="False"/>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ from odoo.addons.project.tests.test_project_sharing import TestProjectSharingCom
|
|||
from odoo.addons.sms.tests.common import SMSCommon
|
||||
from odoo.tests import tagged
|
||||
|
||||
|
||||
class TestProjectSharingWithSms(TestProjectSharingCommon, SMSCommon):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
|
@ -32,7 +33,7 @@ class TestProjectSharingWithSms(TestProjectSharingCommon, SMSCommon):
|
|||
Command.create({'partner_id': cls.user_portal.partner_id.id}),
|
||||
],
|
||||
})
|
||||
cls.project_portal.partner_id.mobile = cls.random_numbers[0]
|
||||
cls.project_portal.partner_id.phone = cls.random_numbers[0]
|
||||
|
||||
def test_portal_user_can_change_stage_with_sms_template(self):
|
||||
""" Test user portal can change the stage of a task to a stage with a sms template
|
||||
|
|
@ -55,14 +56,14 @@ class TestProjectSharingWithSms(TestProjectSharingCommon, SMSCommon):
|
|||
'stage_id': self.task_stage_with_sms.id,
|
||||
})
|
||||
self.assertEqual(self.task_portal.stage_id, self.task_stage_with_sms)
|
||||
self.assertSMSIapSent([self.user_projectuser.partner_id.mobile])
|
||||
self.assertSMSIapSent([self.user_projectuser.partner_id.phone])
|
||||
|
||||
with self.mockSMSGateway():
|
||||
self.project_portal.write({
|
||||
'stage_id': self.project_stage_with_sms.id,
|
||||
})
|
||||
self.assertEqual(self.project_portal.stage_id, self.project_stage_with_sms)
|
||||
self.assertSMSIapSent([self.project_portal.partner_id.mobile])
|
||||
self.assertSMSIapSent([self.project_portal.partner_id.phone])
|
||||
|
||||
@tagged('post_install', '-at_install')
|
||||
def test_project_user_can_change_stage_with_sms_template(self):
|
||||
|
|
@ -76,12 +77,12 @@ class TestProjectSharingWithSms(TestProjectSharingCommon, SMSCommon):
|
|||
if not sale_manager_group:
|
||||
self.skipTest('`sale_sms` not installed')
|
||||
self.user_projectuser.write({
|
||||
'groups_id': [
|
||||
'group_ids': [
|
||||
Command.link(project_user_group.id),
|
||||
Command.link(sale_manager_group.id),
|
||||
]
|
||||
})
|
||||
self.assertTrue(self.task_cow.with_user(self.user_projectuser).check_access_rights('write'))
|
||||
self.assertTrue(self.task_cow.with_user(self.user_projectuser).has_access('write'))
|
||||
with self.mockSMSGateway():
|
||||
self.task_cow.with_user(self.user_projectuser).write({
|
||||
'stage_id': self.task_stage_with_sms.id,
|
||||
|
|
@ -98,4 +99,4 @@ class TestProjectSharingWithSms(TestProjectSharingCommon, SMSCommon):
|
|||
'stage_id': self.task_stage_with_sms.id,
|
||||
})
|
||||
self.assertEqual(self.task_cow.stage_id, self.task_stage_with_sms)
|
||||
self.assertSMSIapSent([self.user_portal.partner_id.mobile])
|
||||
self.assertSMSIapSent([self.user_portal.partner_id.phone])
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
def migrate(cr, version):
|
||||
cr.execute("""
|
||||
UPDATE ir_rule r
|
||||
SET domain_force = '[(''model'', ''in'', (''project.task'', ''project.project''))]'
|
||||
FROM ir_model_data d
|
||||
WHERE d.res_id = r.id
|
||||
AND r.domain_force = '[(''model_id.model'', ''in'', (''project.task.type'', ''project.project.stage''))]'
|
||||
AND d.model = 'ir.rule'
|
||||
AND d.module = 'project_sms'
|
||||
AND d.name = 'ir_rule_sms_template_project_manager'
|
||||
""")
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="project_project_act_window_sms_composer" model="ir.actions.act_window">
|
||||
<field name="name">Send SMS</field>
|
||||
<field name="res_model">sms.composer</field>
|
||||
<field name="group_ids" eval="[(4,ref('project.group_project_manager'))]"/>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
<field name="context">{
|
||||
'default_composition_mode': 'mass',
|
||||
'default_mass_keep_log': True,
|
||||
'default_res_ids': active_ids,
|
||||
}</field>
|
||||
<field name="binding_model_id" ref="model_project_project"/>
|
||||
<field name="binding_view_types">list,kanban</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="project_project_stage_view_tree_inherit_project_sms" model="ir.ui.view">
|
||||
<field name="name">project.project.stage.view.tree.inherit.project.sms</field>
|
||||
<field name="name">project.project.stage.view.list.inherit.project.sms</field>
|
||||
<field name="model">project.project.stage</field>
|
||||
<field name="inherit_id" ref="project.project_project_stage_view_tree"/>
|
||||
<field name="arch" type="xml">
|
||||
|
|
@ -32,5 +32,4 @@
|
|||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
|
|
|||
|
|
@ -1,21 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="task_type_edit_view_form_inherit_project_sms" model="ir.ui.view">
|
||||
<field name="name">project.task.type.view.form.inherit.project.sms</field>
|
||||
<field name="model">project.task.type</field>
|
||||
<field name="inherit_id" ref="project.task_type_edit"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="mail_template_id" position="before">
|
||||
<field name="sms_template_id" context="{'default_model': 'project.task'}" options="{'no_quick_create': True}"/>
|
||||
<field name="mail_template_id" position="after">
|
||||
<field name="sms_template_id" context="{'default_model': 'project.task'}" options="{'no_quick_create': True}" invisible="user_id"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="task_type_edit_view_tree_inherit_project_sms" model="ir.ui.view">
|
||||
<field name="name">project.task.type.view.tree.inherit.project.sms</field>
|
||||
<field name="name">project.task.type.view.list.inherit.project.sms</field>
|
||||
<field name="model">project.task.type</field>
|
||||
<field name="inherit_id" ref="project.task_type_tree_inherited"/>
|
||||
<field name="inherit_id" ref="project.task_type_tree"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="mail_template_id" position="after">
|
||||
<field name="sms_template_id" optional="hide"/>
|
||||
|
|
@ -33,5 +32,4 @@
|
|||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="project_task_act_window_sms_composer" model="ir.actions.act_window">
|
||||
<field name="name">Send SMS</field>
|
||||
<field name="res_model">sms.composer</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
<field name="context">{
|
||||
'default_composition_mode': 'mass',
|
||||
'default_mass_keep_log': True,
|
||||
'default_res_ids': active_ids,
|
||||
}</field>
|
||||
<field name="binding_model_id" ref="model_project_task"/>
|
||||
<field name="binding_view_types">list,kanban,form</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="project_task_act_window_sms_composer" model="ir.actions.act_window">
|
||||
<field name="name">Send SMS Text Message</field>
|
||||
<field name="res_model">sms.composer</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
<field name="context">{
|
||||
'default_composition_mode': 'mass',
|
||||
'default_mass_keep_log': True,
|
||||
'default_res_ids': active_ids,
|
||||
}</field>
|
||||
<field name="binding_model_id" ref="model_project_task"/>
|
||||
<field name="binding_view_types">list,form</field>
|
||||
</record>
|
||||
|
||||
<record id="project_project_act_window_sms_composer" model="ir.actions.act_window">
|
||||
<field name="name">Send SMS Text Message</field>
|
||||
<field name="res_model">sms.composer</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
<field name="context">{
|
||||
'default_composition_mode': 'mass',
|
||||
'default_mass_keep_log': True,
|
||||
'default_res_ids': active_ids,
|
||||
}</field>
|
||||
<field name="binding_model_id" ref="model_project_project"/>
|
||||
<field name="binding_view_types">list</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
@ -1,13 +1,15 @@
|
|||
[project]
|
||||
name = "odoo-bringout-oca-ocb-project_sms"
|
||||
version = "16.0.0"
|
||||
description = "Project - SMS - Send text messages when project/task stage move"
|
||||
description = "Project - SMS -
|
||||
Send text messages when project/task stage move
|
||||
"
|
||||
authors = [
|
||||
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
||||
]
|
||||
dependencies = [
|
||||
"odoo-bringout-oca-ocb-project>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-sms>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-project>=19.0.0",
|
||||
"odoo-bringout-oca-ocb-sms>=19.0.0",
|
||||
"requests>=2.25.1"
|
||||
]
|
||||
readme = "README.md"
|
||||
|
|
@ -17,7 +19,7 @@ classifiers = [
|
|||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Office/Business",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue