19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:39 +01:00
parent 5df8c07b59
commit daa394e8b0
2114 changed files with 564841 additions and 299642 deletions

View file

@ -1,24 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * calendar_sms
#
# * calendar_sms
#
# Translators:
# Martin Trigaux, 2022
# Junko Augias, 2023
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Junko Augias (juau)" <juau@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-15 12:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Junko Augias, 2023\n"
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-21 08:00+0000\n"
"Last-Translator: \"Junko Augias (juau)\" <juau@odoo.com>\n"
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
"calendar_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.12.2\n"
#. module: calendar_sms
#: model:ir.model,name:calendar_sms.model_calendar_event
@ -28,7 +31,14 @@ msgstr "カレンダーイベント"
#. module: calendar_sms
#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder
msgid "Calendar Event: Reminder"
msgstr "カレンダーイベント: リマインダ"
msgstr "カレンダイベント: リマインダ"
#. module: calendar_sms
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name
msgid "Display Name"
msgstr "表示名"
#. module: calendar_sms
#: model:ir.model,name:calendar_sms.model_calendar_alarm
@ -43,18 +53,24 @@ msgstr "イベントアラーム管理"
#. module: calendar_sms
#. odoo-python
#: code:addons/calendar_sms/models/calendar_event.py:0
#, python-format
msgid "Event reminder: %(name)s, %(time)s."
msgstr "イベントリマインダー: %(name)s, %(time)s."
#. module: calendar_sms
#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder
msgid ""
"Event reminder: {{ object.name }}, {{ "
"object.get_display_time_tz(object.partner_id.tz) }}"
"Event reminder: {{ object.name }}, "
"{{ object.get_display_time_tz(object.partner_id.tz) }}"
msgstr ""
"イベントリマインダ: {{ object.name }}, {{ "
"object.get_display_time_tz(object.partner_id.tz) }}"
"イベントリマインダ: {{ object.name }}, "
"{{ object.get_display_time_tz(object.partner_id.tz) }}"
#. module: calendar_sms
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id
msgid "ID"
msgstr "ID"
#. module: calendar_sms
#: model_terms:ir.ui.view,arch_db:calendar_sms.view_calendar_event_form_inherited
@ -71,22 +87,17 @@ msgstr "SMSテンプレート"
msgid "SMS Text Message"
msgstr "SMSテキストメッセージ"
#. module: calendar_sms
#: model_terms:ir.ui.view,arch_db:calendar_sms.view_calendar_event_tree_inherited
msgid "Send SMS"
msgstr "SMS配信"
#. module: calendar_sms
#. odoo-python
#: code:addons/calendar_sms/models/calendar_event.py:0
#, python-format
msgid "Send SMS Text Message"
msgstr "SMSテキストメッセージを送信"
#: model_terms:ir.ui.view,arch_db:calendar_sms.view_calendar_event_tree_inherited
msgid "Send SMS"
msgstr "SMS送信"
#. module: calendar_sms
#: model_terms:ir.ui.view,arch_db:calendar_sms.view_calendar_event_form_inherited
msgid "Send SMS to attendees"
msgstr "出席者にSMS信"
msgstr "出席者にSMS信"
#. module: calendar_sms
#: model:ir.model.fields,help:calendar_sms.field_calendar_alarm__sms_template_id
@ -96,7 +107,6 @@ msgstr "SMSリマインダーコンテンツのレンダリングに使用され
#. module: calendar_sms
#. odoo-python
#: code:addons/calendar_sms/models/calendar_event.py:0
#, python-format
msgid "There are no attendees on these events"
msgstr "これらのイベントの参加者がいません"
@ -104,3 +114,6 @@ msgstr "これらのイベントの参加者がいません"
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type
msgid "Type"
msgstr "タイプ"
#~ msgid "Send SMS Text Message"
#~ msgstr "SMSテキストメッセージを送信"