Files
CRM/resources/lang/ja/dashboard.php
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

43 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* ⚠️ Editing not allowed except for 'en' language.
*
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
*/
return [
'dashboard_blank_title' => 'あなたのアカウントにようこそ!',
'dashboard_blank_description' => 'Monica is the place to organize all the interactions you have with the people you care about.',
'dashboard_blank_cta' => 'とりあえず連絡先を追加する',
'dashboard_blank_illustration' => 'Illustration by <a href=":url">Freepik</a>',
'notes_title' => 'You dont have any starred notes yet.',
'tab_recent_calls' => '最近の通話:',
'tab_favorite_notes' => 'Favorite notes',
'tab_calls_blank' => 'You havent logged any calls yet.',
'tab_debts' => 'Debts',
'tab_debts_blank' => 'You havent logged any debts yet.',
'tab_tasks' => 'タスク',
'tab_tasks_blank' => 'You havent any tasks yet.',
'tasks_add_task_placeholder' => 'What is this task about?',
'tasks_tab_your_contacts' => 'Tasks related to your contacts',
'tasks_tab_your_tasks' => 'あなたのタスク',
'tasks_add_note' => 'Press <kbd>Enter</kbd> to add the task.',
'task_add_cta' => 'Add a task',
'debts_you_owe' => 'You owe',
'statistics_contacts' => '連絡先',
'statistics_activities' => 'Activities',
'statistics_gifts' => 'ギフト',
'reminders_next_months' => '3ヶ月以内のイベント',
'reminders_none' => '今月のリマインダーはありません.',
'product_changes' => '機能の変更',
'product_view_details' => '詳細を表示',
];