ja.po 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * note
  4. #
  5. # Translators:
  6. # Martin Trigaux, 2022
  7. # Ryoko Tsuda <ryoko@quartile.co>, 2022
  8. # Andy Yiu, 2023
  9. # Junko Augias, 2023
  10. #
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: Odoo Server 15.5alpha1\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2022-09-20 09:01+0000\n"
  16. "PO-Revision-Date: 2022-09-22 05:53+0000\n"
  17. "Last-Translator: Junko Augias, 2023\n"
  18. "Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: \n"
  22. "Language: ja\n"
  23. "Plural-Forms: nplurals=1; plural=0;\n"
  24. #. module: note
  25. #: model_terms:ir.ui.view,arch_db:note.view_note_note_kanban
  26. msgid "<i class=\"fa fa-check\" role=\"img\" aria-label=\"Opened\" title=\"Opened\"/>"
  27. msgstr ""
  28. #. module: note
  29. #: model_terms:ir.ui.view,arch_db:note.view_note_note_kanban
  30. msgid "<i class=\"fa fa-undo\" role=\"img\" aria-label=\"Closed\" title=\"Closed\"/>"
  31. msgstr ""
  32. #. module: note
  33. #: model:ir.model.fields,field_description:note.field_mail_activity_type__category
  34. msgid "Action"
  35. msgstr "アクション"
  36. #. module: note
  37. #: model:ir.model.fields,field_description:note.field_note_note__message_needaction
  38. msgid "Action Needed"
  39. msgstr "要アクション"
  40. #. module: note
  41. #: model:ir.model.fields,help:note.field_mail_activity_type__category
  42. msgid ""
  43. "Actions may trigger specific behavior like opening calendar view or "
  44. "automatically mark as done when a document is uploaded"
  45. msgstr ""
  46. "アクションは、カレンダービューを開くなどの特定の動作をトリガーしたり、ドキュメントのアップロード時に完了として自動的にマークを付けたりする場合があります"
  47. #. module: note
  48. #: model:ir.model.fields,field_description:note.field_note_note__open
  49. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  50. msgid "Active"
  51. msgstr "有効"
  52. #. module: note
  53. #: model:ir.model.fields,field_description:note.field_note_note__activity_ids
  54. msgid "Activities"
  55. msgstr "活動"
  56. #. module: note
  57. #: model:ir.model,name:note.model_mail_activity
  58. msgid "Activity"
  59. msgstr "活動"
  60. #. module: note
  61. #: model:ir.model.fields,field_description:note.field_note_note__activity_exception_decoration
  62. msgid "Activity Exception Decoration"
  63. msgstr "例外の活動を示す文字装飾"
  64. #. module: note
  65. #: model:ir.model.fields,field_description:note.field_note_note__activity_state
  66. msgid "Activity State"
  67. msgstr "活動状態"
  68. #. module: note
  69. #: model:ir.model,name:note.model_mail_activity_type
  70. msgid "Activity Type"
  71. msgstr "活動タイプ"
  72. #. module: note
  73. #: model:ir.model.fields,field_description:note.field_note_note__activity_type_icon
  74. msgid "Activity Type Icon"
  75. msgstr "活動種別アイコン"
  76. #. module: note
  77. #: model_terms:ir.actions.act_window,help:note.action_note_note
  78. msgid "Add a new personal note"
  79. msgstr "新規個人メモ追加"
  80. #. module: note
  81. #: model_terms:ir.actions.act_window,help:note.note_tag_action
  82. msgid "Add a new tag"
  83. msgstr "新しいタグを追加"
  84. #. module: note
  85. #. openerp-web
  86. #: code:addons/note/static/src/components/activity_menu_view/activity_menu_view.xml:0
  87. #, python-format
  88. msgid "Add a note"
  89. msgstr "メモ追加"
  90. #. module: note
  91. #. openerp-web
  92. #: code:addons/note/static/src/components/activity_menu_view/activity_menu_view.xml:0
  93. #, python-format
  94. msgid "Add new note"
  95. msgstr "新規メモ追加"
  96. #. module: note
  97. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  98. msgid "Archive"
  99. msgstr "アーカイブ"
  100. #. module: note
  101. #: model:ir.model.fields,field_description:note.field_note_note__message_attachment_count
  102. msgid "Attachment Count"
  103. msgstr "添付数"
  104. #. module: note
  105. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  106. msgid "By sticky note Category"
  107. msgstr "付箋メモカテゴリ"
  108. #. module: note
  109. #. openerp-web
  110. #: code:addons/note/static/src/components/activity_menu_view/activity_menu_view.xml:0
  111. #, python-format
  112. msgid "Channel"
  113. msgstr "チャネル"
  114. #. module: note
  115. #: model:ir.model.fields,field_description:note.field_note_note__color
  116. #: model:ir.model.fields,field_description:note.field_note_tag__color
  117. msgid "Color Index"
  118. msgstr "カラーインデクス"
  119. #. module: note
  120. #: model:ir.model.fields,field_description:note.field_note_note__company_id
  121. msgid "Company"
  122. msgstr "会社"
  123. #. module: note
  124. #: model:ir.ui.menu,name:note.menu_note_configuration
  125. msgid "Configuration"
  126. msgstr "設定"
  127. #. module: note
  128. #: model:ir.model.fields,field_description:note.field_note_note__create_uid
  129. #: model:ir.model.fields,field_description:note.field_note_stage__create_uid
  130. #: model:ir.model.fields,field_description:note.field_note_tag__create_uid
  131. msgid "Created by"
  132. msgstr "作成者"
  133. #. module: note
  134. #: model:ir.model.fields,field_description:note.field_note_note__create_date
  135. #: model:ir.model.fields,field_description:note.field_note_stage__create_date
  136. #: model:ir.model.fields,field_description:note.field_note_tag__create_date
  137. msgid "Created on"
  138. msgstr "作成日"
  139. #. module: note
  140. #: model:ir.model.fields,field_description:note.field_note_note__date_done
  141. msgid "Date done"
  142. msgstr "完了日"
  143. #. module: note
  144. #: model_terms:ir.ui.view,arch_db:note.view_note_note_kanban
  145. msgid "Delete"
  146. msgstr "削除"
  147. #. module: note
  148. #: model:ir.model.fields,field_description:note.field_note_note__display_name
  149. #: model:ir.model.fields,field_description:note.field_note_stage__display_name
  150. #: model:ir.model.fields,field_description:note.field_note_tag__display_name
  151. msgid "Display Name"
  152. msgstr "表示名"
  153. #. module: note
  154. #: model_terms:ir.ui.view,arch_db:note.view_note_note_kanban
  155. msgid "Dropdown menu"
  156. msgstr "ドロップダウンメニュー"
  157. #. module: note
  158. #: model:ir.model.fields,field_description:note.field_note_stage__fold
  159. msgid "Folded by Default"
  160. msgstr "デフォルトで折りたたむ"
  161. #. module: note
  162. #: model_terms:ir.ui.view,arch_db:note.view_note_note_kanban
  163. msgid "Follower"
  164. msgstr ""
  165. #. module: note
  166. #: model:ir.model.fields,field_description:note.field_note_note__message_follower_ids
  167. msgid "Followers"
  168. msgstr "フォロワー"
  169. #. module: note
  170. #: model:ir.model.fields,field_description:note.field_note_note__message_partner_ids
  171. msgid "Followers (Partners)"
  172. msgstr "フォロワー (取引先)"
  173. #. module: note
  174. #: model:ir.model.fields,help:note.field_note_note__activity_type_icon
  175. msgid "Font awesome icon e.g. fa-tasks"
  176. msgstr "Font awesomeのアイコン 例. fa-tasks"
  177. #. module: note
  178. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  179. msgid "Future Activities"
  180. msgstr "将来の活動"
  181. #. module: note
  182. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  183. msgid "Group By"
  184. msgstr "グループ化"
  185. #. module: note
  186. #: model:ir.model.fields,field_description:note.field_note_note__has_message
  187. msgid "Has Message"
  188. msgstr "メッセージあり"
  189. #. module: note
  190. #: model:ir.model.fields,field_description:note.field_note_note__id
  191. #: model:ir.model.fields,field_description:note.field_note_stage__id
  192. #: model:ir.model.fields,field_description:note.field_note_tag__id
  193. msgid "ID"
  194. msgstr "ID"
  195. #. module: note
  196. #: model:ir.model.fields,field_description:note.field_note_note__activity_exception_icon
  197. msgid "Icon"
  198. msgstr "アイコン"
  199. #. module: note
  200. #: model:ir.model.fields,help:note.field_note_note__activity_exception_icon
  201. msgid "Icon to indicate an exception activity."
  202. msgstr "例外的なアクティビティを示唆するアイコン"
  203. #. module: note
  204. #: model:ir.model.fields,help:note.field_note_note__message_needaction
  205. msgid "If checked, new messages require your attention."
  206. msgstr "チェックされている場合は、新しいメッセージに注意が必要です。"
  207. #. module: note
  208. #: model:ir.model.fields,help:note.field_note_note__message_has_error
  209. #: model:ir.model.fields,help:note.field_note_note__message_has_sms_error
  210. msgid "If checked, some messages have a delivery error."
  211. msgstr "チェックした場合、一部のメッセージで配信エラーが発生しています。"
  212. #. module: note
  213. #: model:ir.model.fields,field_description:note.field_note_note__message_is_follower
  214. msgid "Is Follower"
  215. msgstr "フォロー中 "
  216. #. module: note
  217. #: model:ir.model.fields,field_description:note.field_note_note____last_update
  218. #: model:ir.model.fields,field_description:note.field_note_stage____last_update
  219. #: model:ir.model.fields,field_description:note.field_note_tag____last_update
  220. msgid "Last Modified on"
  221. msgstr "最終更新日"
  222. #. module: note
  223. #: model:ir.model.fields,field_description:note.field_note_note__write_uid
  224. #: model:ir.model.fields,field_description:note.field_note_stage__write_uid
  225. #: model:ir.model.fields,field_description:note.field_note_tag__write_uid
  226. msgid "Last Updated by"
  227. msgstr "最終更新者"
  228. #. module: note
  229. #: model:ir.model.fields,field_description:note.field_note_note__write_date
  230. #: model:ir.model.fields,field_description:note.field_note_stage__write_date
  231. #: model:ir.model.fields,field_description:note.field_note_tag__write_date
  232. msgid "Last Updated on"
  233. msgstr "最終更新日"
  234. #. module: note
  235. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  236. msgid "Late Activities"
  237. msgstr "遅れた活動"
  238. #. module: note
  239. #: model:ir.model.fields,field_description:note.field_note_note__message_main_attachment_id
  240. msgid "Main Attachment"
  241. msgstr "主な添付"
  242. #. module: note
  243. #: model:note.stage,name:note.note_stage_01
  244. msgid "Meeting Minutes"
  245. msgstr "議事録"
  246. #. module: note
  247. #: model:ir.model.fields,field_description:note.field_note_note__message_has_error
  248. msgid "Message Delivery error"
  249. msgstr "メッセージ配信エラー"
  250. #. module: note
  251. #: model:ir.model.fields,field_description:note.field_note_note__message_ids
  252. msgid "Messages"
  253. msgstr "メッセージ"
  254. #. module: note
  255. #: model:ir.model.fields,field_description:note.field_note_note__my_activity_date_deadline
  256. msgid "My Activity Deadline"
  257. msgstr "活動の締切"
  258. #. module: note
  259. #: model:note.stage,name:note.note_stage_00
  260. msgid "New"
  261. msgstr "新規"
  262. #. module: note
  263. #: model:ir.model.fields,field_description:note.field_note_note__activity_calendar_event_id
  264. msgid "Next Activity Calendar Event"
  265. msgstr "次の活動カレンダーイベント"
  266. #. module: note
  267. #: model:ir.model.fields,field_description:note.field_note_note__activity_date_deadline
  268. msgid "Next Activity Deadline"
  269. msgstr "次の活動期限"
  270. #. module: note
  271. #: model:ir.model.fields,field_description:note.field_note_note__activity_summary
  272. msgid "Next Activity Summary"
  273. msgstr "次の活動サマリ"
  274. #. module: note
  275. #: model:ir.model.fields,field_description:note.field_note_note__activity_type_id
  276. msgid "Next Activity Type"
  277. msgstr "次の活動タイプ"
  278. #. module: note
  279. #: model:ir.model,name:note.model_note_note
  280. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  281. #: model_terms:ir.ui.view,arch_db:note.view_note_note_form
  282. msgid "Note"
  283. msgstr "ノート"
  284. #. module: note
  285. #: model:ir.model.fields,field_description:note.field_note_note__memo
  286. msgid "Note Content"
  287. msgstr "ノート内容"
  288. #. module: note
  289. #: model:ir.model,name:note.model_note_stage
  290. msgid "Note Stage"
  291. msgstr "ノートステージ"
  292. #. module: note
  293. #: model:ir.model.fields,field_description:note.field_note_note__name
  294. msgid "Note Summary"
  295. msgstr "ノート概要"
  296. #. module: note
  297. #: model:ir.model,name:note.model_note_tag
  298. msgid "Note Tag"
  299. msgstr "ノートタグ"
  300. #. module: note
  301. #: code:addons/note/models/res_users.py:0
  302. #: model:ir.actions.act_window,name:note.action_note_note
  303. #: model:ir.ui.menu,name:note.menu_note_notes
  304. #: model:note.stage,name:note.note_stage_02
  305. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  306. #, python-format
  307. msgid "Notes"
  308. msgstr "ノート"
  309. #. module: note
  310. #: model_terms:ir.actions.act_window,help:note.action_note_note
  311. msgid ""
  312. "Notes are private, unless you share them by inviting follower on a note.\n"
  313. " (Useful for meeting minutes)."
  314. msgstr ""
  315. #. module: note
  316. #: model:ir.model.fields,field_description:note.field_note_note__message_needaction_counter
  317. msgid "Number of Actions"
  318. msgstr "アクションの数"
  319. #. module: note
  320. #: model:ir.model.fields,field_description:note.field_note_note__message_has_error_counter
  321. msgid "Number of errors"
  322. msgstr "エラー数"
  323. #. module: note
  324. #: model:ir.model.fields,help:note.field_note_note__message_needaction_counter
  325. msgid "Number of messages requiring action"
  326. msgstr "アクションを必要とするメッセージの数"
  327. #. module: note
  328. #: model:ir.model.fields,help:note.field_note_note__message_has_error_counter
  329. msgid "Number of messages with delivery error"
  330. msgstr "配信エラーのメッセージ数"
  331. #. module: note
  332. #: model:ir.model.fields,field_description:note.field_note_note__user_id
  333. #: model:ir.model.fields,field_description:note.field_note_stage__user_id
  334. msgid "Owner"
  335. msgstr "オーナー"
  336. #. module: note
  337. #: model:ir.model.fields,field_description:note.field_mail_activity__note_id
  338. msgid "Related Note"
  339. msgstr ""
  340. #. module: note
  341. #. openerp-web
  342. #: code:addons/note/static/src/components/activity_menu_view/activity_menu_view.xml:0
  343. #, python-format
  344. msgid "Remember..."
  345. msgstr ""
  346. #. module: note
  347. #: model:ir.model.fields.selection,name:note.selection__mail_activity_type__category__reminder
  348. #: model:mail.activity.type,name:note.mail_activity_data_reminder
  349. msgid "Reminder"
  350. msgstr "リマインダー"
  351. #. module: note
  352. #: model:ir.model.fields,field_description:note.field_note_note__activity_user_id
  353. msgid "Responsible User"
  354. msgstr "担当者"
  355. #. module: note
  356. #. openerp-web
  357. #: code:addons/note/static/src/components/activity_menu_view/activity_menu_view.xml:0
  358. #, python-format
  359. msgid "SAVE"
  360. msgstr "保存"
  361. #. module: note
  362. #: model:ir.model.fields,field_description:note.field_note_note__message_has_sms_error
  363. msgid "SMS Delivery error"
  364. msgstr "SMS配信エラー"
  365. #. module: note
  366. #: model:ir.model.fields,field_description:note.field_note_note__sequence
  367. #: model:ir.model.fields,field_description:note.field_note_stage__sequence
  368. msgid "Sequence"
  369. msgstr "付番"
  370. #. module: note
  371. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  372. msgid "Show all records which has next action date is before today"
  373. msgstr "次のアクションの日付が今日より前のすべてのレコードを表示する"
  374. #. module: note
  375. #: model:ir.model.fields,field_description:note.field_note_note__stage_id
  376. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  377. msgid "Stage"
  378. msgstr "ステージ"
  379. #. module: note
  380. #: model:ir.model.fields,field_description:note.field_note_stage__name
  381. msgid "Stage Name"
  382. msgstr "ステージ名"
  383. #. module: note
  384. #: model_terms:ir.ui.view,arch_db:note.view_note_stage_form
  385. msgid "Stage of Notes"
  386. msgstr "ノートのステージ"
  387. #. module: note
  388. #: model:ir.actions.act_window,name:note.action_note_stage
  389. #: model:ir.ui.menu,name:note.menu_notes_stage
  390. #: model_terms:ir.ui.view,arch_db:note.view_note_note_tree
  391. msgid "Stages"
  392. msgstr "ステージ"
  393. #. module: note
  394. #: model_terms:ir.ui.view,arch_db:note.view_note_stage_tree
  395. msgid "Stages of Notes"
  396. msgstr "ノートステージ"
  397. #. module: note
  398. #: model:ir.model.fields,field_description:note.field_note_note__stage_ids
  399. msgid "Stages of Users"
  400. msgstr "ユーザステージ"
  401. #. module: note
  402. #: model:ir.model.fields,help:note.field_note_note__activity_state
  403. msgid ""
  404. "Status based on activities\n"
  405. "Overdue: Due date is already passed\n"
  406. "Today: Activity date is today\n"
  407. "Planned: Future activities."
  408. msgstr ""
  409. "活動に基づく状態\n"
  410. "延滞:期限は既に過ぎました\n"
  411. "当日:活動日は本日です\n"
  412. "予定:将来の活動。"
  413. #. module: note
  414. #: model:ir.model.fields,field_description:note.field_note_tag__name
  415. msgid "Tag Name"
  416. msgstr "タグ名"
  417. #. module: note
  418. #: model:ir.model.constraint,message:note.constraint_note_tag_name_uniq
  419. msgid "Tag name already exists !"
  420. msgstr "そのタグ名は既に使われています!"
  421. #. module: note
  422. #: model:ir.actions.act_window,name:note.note_tag_action
  423. #: model:ir.model.fields,field_description:note.field_note_note__tag_ids
  424. #: model:ir.ui.menu,name:note.notes_tag_menu
  425. #: model_terms:ir.ui.view,arch_db:note.note_tag_view_form
  426. #: model_terms:ir.ui.view,arch_db:note.note_tag_view_tree
  427. #: model_terms:ir.ui.view,arch_db:note.view_note_note_form
  428. msgid "Tags"
  429. msgstr "タグ"
  430. #. module: note
  431. #. openerp-web
  432. #: code:addons/note/static/src/models/activity_menu_view.js:0
  433. #, python-format
  434. msgid "Today"
  435. msgstr "今日"
  436. #. module: note
  437. #: model_terms:ir.ui.view,arch_db:note.view_note_note_filter
  438. msgid "Today Activities"
  439. msgstr "本日の活動"
  440. #. module: note
  441. #: model:note.stage,name:note.note_stage_03
  442. msgid "Todo"
  443. msgstr "Todo"
  444. #. module: note
  445. #: model:ir.model.fields,help:note.field_note_note__activity_exception_decoration
  446. msgid "Type of the exception activity on record."
  447. msgstr "記録上の例外アクティビティのタイプ。"
  448. #. module: note
  449. #: model:ir.model,name:note.model_res_users
  450. msgid "User"
  451. msgstr "ユーザ"
  452. #. module: note
  453. #: model:ir.model.fields,field_description:note.field_note_note__website_message_ids
  454. msgid "Website Messages"
  455. msgstr "ウェブサイトメッセージ"
  456. #. module: note
  457. #: model:ir.model.fields,help:note.field_note_note__website_message_ids
  458. msgid "Website communication history"
  459. msgstr "ウェブサイトコミュニケーション履歴"