calendar/l10n/ja.json

273 lines
16 KiB
JSON
Raw Normal View History

2018-02-12 22:15:39 +00:00
{ "translations": {
"Calendar" : "カレンダー",
2020-01-02 02:35:45 +00:00
"User-Session unexpectedly expired" : "ユーザーセッションが予期せず期限切れになりました",
2019-11-10 02:21:35 +00:00
"Provided email-address is not valid" : "メールアドレスが有効ではありません",
2018-02-12 22:15:39 +00:00
"%s has published the calendar »%s«" : "%sをカレンダー »%s«に登録しました",
2020-01-02 02:35:45 +00:00
"Unexpected error sending email. Please contact your administrator." : "メール送信時の予期せぬエラー。管理者に連絡してください。",
"Successfully sent email to " : "メールを次の宛先へ送信しました:",
2018-02-12 22:15:39 +00:00
"Hello," : "こんにちは。",
"We wanted to inform you that %s has published the calendar »%s«." : "%sがカレンダー»%s«に登録されましたのでお知らせします。",
"Open »%s«" : "»%s«を開く",
"Cheers!" : "それでは!",
2018-11-14 01:15:44 +00:00
"A Calendar app for Nextcloud" : "NextCloudのカレンダーアプリ",
2019-03-06 01:10:30 +00:00
"The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite teams matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events.\n* 🙈 **Were not reinventing the wheel!** Based on the great [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries." : "カレンダーアプリは、NextcloudのCalDAVサーバーのユーザーインターフェースです。 さまざまなデバイスのイベントをNextcloudで簡単に同期させ、オンラインで編集できます。\n\n*🚀**他のネクストクラウドアプリケーションとの統合!**現在のところ連絡先だけで、それ以外は今後の予定です。\n*🌐** WebCalサポート**お気に入りのチームのマッチデーをあなたのカレンダーで見たいですか? できます!\n*🙋**出席者!**あなたのイベントに人を招待してください。\n*🙈**我々は「車輪の再発明」はしません!**偉大な[davclient.js](https://github.com/evert/davclient.js)、[ical.js](https://github.com/mozilla-comm/ical.js)と[fullcalendar](https://github.com/fullcalendar/fullcalendar)をベースにしています。",
2019-11-10 02:21:35 +00:00
"Previous day" : "前日",
2019-10-23 02:19:43 +00:00
"Previous week" : "前週",
"Previous month" : "前月",
"Next day" : "翌日",
"Next week" : "翌週",
"Next month" : "翌月",
2020-01-02 02:35:45 +00:00
"+ New event" : "+ 新しいイベント",
2019-10-20 02:21:35 +00:00
"Today" : "今日",
2018-02-12 22:15:39 +00:00
"Day" : "日",
"Week" : "週",
"Month" : "月",
2020-01-02 02:35:45 +00:00
"Untitled calendar" : "無題のカレンダー",
2019-10-23 02:19:43 +00:00
"Edit name" : "名前を編集",
2020-01-02 02:35:45 +00:00
"Saving name …" : "名前を保存しています …",
"Edit color" : "色を編集",
"Saving color …" : "色を保存しています …",
2019-12-22 02:37:41 +00:00
"Copy private link" : "プライベートリンクをコピー",
2018-02-12 22:15:39 +00:00
"Download" : "ダウンロード",
2020-01-02 02:35:45 +00:00
"Unshare from me" : "共有を自分から解除",
2019-10-20 02:21:35 +00:00
"Delete" : "削除",
2020-01-02 02:35:45 +00:00
"An error occurred, unable to change visibility of the calendar." : "エラーが発生したため、カレンダーの表示状態を変更できません。",
"An error occurred, unable to delete the calendar." : "エラーが発生したため、カレンダーを削除できません。",
2019-12-22 02:37:41 +00:00
"Calendar link copied to clipboard." : "カレンダーリンクをクリップボードにコピー",
"Calendar link could not be copied to clipboard." : "カレンダーリンクをクリップボードにコピーできませんでした。",
2020-01-02 02:35:45 +00:00
"An error occurred, unable to rename the calendar." : "エラーが発生したため、カレンダーの名前を変更できません。",
"An error occurred, unable to change the calendar's color." : "エラーが発生したため、カレンダーの色を変更できません。",
"_Unsharing the calendar in {countdown} second_::_Unsharing the calendar in {countdown} seconds_" : ["{countdown}秒後にカレンダーの共有を解除します"],
"_Deleting the calendar in {countdown} second_::_Deleting the calendar in {countdown} seconds_" : ["{countdown}秒後にカレンダーを削除します"],
2018-02-12 22:15:39 +00:00
"Share link" : "URLで共有",
2020-01-02 02:35:45 +00:00
"Publish calendar" : "カレンダーを公開",
"Publishing calendar" : "カレンダーを公開しています",
2020-01-05 02:40:02 +00:00
"Copy public link" : "公開リンクをコピー",
2020-01-02 02:35:45 +00:00
"Send link to calendar via email" : "メールでカレンダーへのリンクを送信",
"Enter one address" : "アドレスを1つ入力してください",
"Sending email …" : "メールを送信中 …",
2020-01-05 02:40:02 +00:00
"Copy subscription link" : "購読リンクをコピー",
2020-01-02 02:35:45 +00:00
"Copying link …" : "リンクをコピーしています …",
"Copied link" : "リンクをコピーしました",
"Could not copy link" : "リンクをコピーできませんでした",
"Copy embedding code" : "埋め込みコードをコピー",
"Copying code …" : "コードをコピーしています …",
"Copied code" : "コードをコピーしました",
"Could not copy code" : "コードをコピーできませんでした",
2019-12-22 02:37:41 +00:00
"Delete share link" : "共有リンクを削除",
2020-01-02 02:35:45 +00:00
"Deleting share link …" : "共有リンクを削除しています …",
"An error occurred, unable to publish calendar." : "エラーが発生したため、カレンダーを公開できません。",
"An error occurred, unable to send email." : "エラーが発生したため、メールを送信できません。",
"Embed code copied to clipboard." : "埋め込みコードをクリップボードにコピーしました。",
"Embed code could not be copied to clipboard." : "埋め込みコードをクリップボードにコピーできませんでした。",
"Unpublishing calendar failed" : "カレンダーの公開解除に失敗しました",
2019-12-22 02:37:41 +00:00
"Share with users or groups" : "ユーザーまたはグループと共有する",
"No users or groups" : "ユーザーまたはグループはありません",
2019-10-20 02:21:35 +00:00
"can edit" : "編集を許可",
2020-01-05 02:40:02 +00:00
"Unshare with {displayName}" : "{displayName}との共有を解除",
"An error occurred, unable to change the unshare the calendar." : "エラーが発生したため、カレンダーの共有を解除できませんでした。",
"An error occurred, unable to change the permission of the share." : "エラーが発生したため、共有の権限を変更できませんでした。",
2020-01-02 02:35:45 +00:00
"+ New calendar" : "+ 新しいカレンダー",
2018-02-12 22:15:39 +00:00
"New calendar" : "新しいカレンダー",
2020-01-05 02:40:02 +00:00
"Creating calendar …" : "カレンダーを作成中 …",
"New calendar with task list" : "タスクリスト付きの新しいカレンダー",
"New subscription from link" : "リンクから新たに購読",
"Creating subscription …" : "購読を作成中 …",
"An error occurred, unable to create the calendar." : "エラーが発生したため、カレンダーを作成できません。",
"Please enter a valid link (starting with http://, https://, webcal://, or webcals://)" : "有効なリンクを入力してくださいhttp:// や https:// 、webcal:// または webcals:// のいずれかで始まる必要があります)",
"Import calendars" : "カレンダーのインポート",
"Please select a calendar to import into …" : "インポートするカレンダーを選択してください …",
2019-12-22 02:37:41 +00:00
"Filename" : "ファイル名",
2020-01-05 02:40:02 +00:00
"Calendar to import into" : "インポートするカレンダー",
2019-10-20 02:21:35 +00:00
"Cancel" : "キャンセル",
2020-01-05 02:40:02 +00:00
"_Import calendar_::_Import calendars_" : ["カレンダーのインポート"],
"Import partially failed. Imported {accepted} out of {total}." : "インポートが部分的に失敗しました。 {total}のうち{accepted}をインポートしました。",
"_Successfully imported %n event_::_Successfully imported %n events._" : ["%nイベントを正常にインポートしました"],
2019-12-22 02:37:41 +00:00
"Automatic" : "自動",
2020-01-05 02:40:02 +00:00
"Automatic ({detected})" : "自動 ({detected})",
"New setting was not saved successfully." : "新しい設定は正常に保存されませんでした。",
"Enable birthday calendar" : "誕生日カレンダーを有効にする",
"Enable simplified editor" : "簡易エディターを有効にする",
"Show weekends" : "週末を表示",
2018-03-06 01:16:20 +00:00
"Show week numbers" : "週番号を表示する",
2020-01-05 02:40:02 +00:00
"Copy primary CalDAV address" : "通常のCalDAVアドレスをコピー",
"Copy iOS/macOS CalDAV address" : "iOS/macOS用のCalDAVアドレスをコピー",
2020-01-10 02:23:33 +00:00
"Settings & import" : "設定とインポート",
2020-01-05 02:40:02 +00:00
"CalDAV link copied to clipboard." : "CalDAVリンクがクリップボードにコピーされました",
"CalDAV link could not be copied to clipboard." : "CalDAVリンクをクリップボードにコピーできませんでした",
"before at" : "次の時間分早めに通知",
2019-12-22 02:37:41 +00:00
"Notification" : "通知",
2019-10-20 02:21:35 +00:00
"Email" : "メール",
2020-01-05 02:40:02 +00:00
"Audio notification" : "音声通知",
"Other notification" : "その他の通知",
"Relative to event" : "相対時間",
"On date" : "日時指定",
"Edit time" : "時刻を変更",
"Save time" : "時刻を保存",
"Remove reminder" : "リマインダーを削除",
"on" : "曜日",
"+ Add reminder" : "+ リマインダーを追加",
"_second_::_seconds_" : ["秒"],
"_minute_::_minutes_" : ["分"],
"_hour_::_hours_" : ["時間"],
"_day_::_days_" : ["日"],
"_week_::_weeks_" : ["週"],
"No reminders yet" : "まだリマインダーはありません",
"{name} accepted your invitation." : "{name}が招待を受け入れました。",
"{name} accepted {organizerName}'s invitation." : "{name}が{organizerName}の招待を受け入れました。",
"{name} declined your invitation." : "{name}が招待を辞退しました。",
"{name} declined {organizerName}'s invitation." : "{name}が{organizerName}の招待を辞退しました。",
"{name} has delegated their invitation." : "{name}が招待を委任されました。",
"{name} marked their participation as tentative." : "{name}が参加を暫定的とマークしました。",
"{name} did not respond to your invitation yet." : "{name}は招待にまだ返答していません。",
"{name} did not respond to {organizerName}'s invitation yet." : "{name}は{organizerName}の招待にまだ応答していません。",
"Send e-mail" : "メールを送信",
"Chairperson" : "主宰者",
"Required participant" : "参加必須",
"Optional participant" : "任意参加",
"Non-participant" : "非参加",
"Remove attendee" : "出席者を削除",
"Search for e-mails, users, contacts, resources or rooms" : "メール、ユーザー、連絡先、リソース、または部屋を検索する",
"No match found" : "一致するものが見つかりません",
"No attendees yet" : "出席者はまだいません",
"(organizer)" : "(主催者)",
"To send out invitations and handle responses, [linkopen]add your email address in personal settings[linkclose]." : "招待を送信して返信を受け取るには、[linkopen]個人設定にメールアドレスを追加[linkclose]してください。",
"Event title" : "イベントタイトル",
2019-12-22 02:37:41 +00:00
"All day" : "終日",
2020-01-05 02:40:02 +00:00
"Can not modify all-day setting for events that are part of a recurrence-set." : "繰り返しの一部であるイベントの終日設定を変更することはできません。",
2019-10-20 02:21:35 +00:00
"from" : "差出人",
"to" : "宛先",
2020-01-05 02:40:02 +00:00
"from {startDate}" : "{startDate}から",
"from {startDate} at {startTime}" : "{startDate}の{startTime}から",
"to {endDate}" : "{endDate}まで",
"to {endDate} at {endTime}" : "{endDate}の{endTime}まで",
"End repeat" : "繰り返し終了",
"Select to end repeat" : "繰り返しの終了を選択",
2019-10-20 02:21:35 +00:00
"never" : "なし",
2020-01-05 02:40:02 +00:00
"on date" : "日時指定",
2019-10-20 02:21:35 +00:00
"after" : "後",
2020-01-05 02:40:02 +00:00
"_time_::_times_" : ["回数"],
2019-10-20 02:21:35 +00:00
"Repeat" : "繰り返し",
2019-12-22 02:37:41 +00:00
"Monday" : "月曜日",
"Summary" : "要約",
2019-10-20 02:21:35 +00:00
"More" : "もっと見る",
2019-12-22 02:37:41 +00:00
"Save" : "保存",
2019-10-20 02:21:35 +00:00
"Update" : "アップデート",
2020-01-05 02:40:02 +00:00
"Please select a timezone:" : "タイムゾーンを選択してください:",
2019-12-22 02:37:41 +00:00
"Select Date" : "日付を選択",
2020-01-05 02:40:02 +00:00
"Type to search timezone" : "入力してタイムゾーンを検索",
2019-12-22 02:37:41 +00:00
"Personal" : "個人",
2019-10-20 02:21:35 +00:00
"Details" : "詳細",
"Attendees" : "参加者",
"Reminders" : "リマインダー",
2019-12-22 02:37:41 +00:00
"Activity" : "アクティビティ",
"Projects" : "プロジェクト",
"Close" : "閉じる",
"Anniversary" : "記念日",
2020-01-05 02:40:02 +00:00
"Appointment" : "アポイントメント",
"Business" : "ビジネス",
"Education" : "学校",
"Holiday" : "休日",
"Meeting" : "会議",
"Miscellaneous" : "雑用",
"Non-working hours" : "休業時間",
"Not in office" : "欠勤",
"Phone call" : "電話",
"Sick day" : "病欠",
"Special occasion" : "特別な用事",
"Travel" : "旅行",
"Vacation" : "休暇",
2019-12-22 02:37:41 +00:00
"Week {number} of {year}" : "{year}の{number} 週",
"Daily" : "毎日",
"Weekly" : "毎週",
2020-01-05 02:40:02 +00:00
"_%n time_::_%n times_" : ["%n回"],
2019-12-22 02:37:41 +00:00
"Untitled event" : "無題のイベント",
"When shared show full event" : "共有時にすべてのイベントを表示",
"When shared show only busy" : "共有時に実行中のみを表示",
"When shared hide this event" : "共有時にこのイベントを隠す",
"Location" : "場所",
"Description" : "説明",
"Status" : "ステータス",
"Confirmed" : "確認済み",
"Tentative" : "暫定的",
"Cancelled" : "キャンセル済",
"Busy" : "ビジー",
"Categories" : "カテゴリ",
"Add this as a new category" : "これを新しいカテゴリーとして追加",
2020-01-05 02:40:02 +00:00
"Meditation" : "座禅",
"Relaxing" : "休暇",
"Relax" : "休み",
2019-12-22 02:37:41 +00:00
"Presentation" : "プレゼンテーション",
2020-01-05 02:40:02 +00:00
"Present" : "プレゼン",
"Camping" : "キャンプ場",
"Camp" : "キャンプ",
2020-01-02 02:35:45 +00:00
"Movie" : "ムービー",
2019-12-22 02:37:41 +00:00
"Cinema" : "映画館",
2020-01-05 02:40:02 +00:00
"Graduation" : "卒業式",
"Brainstorm" : "会議",
"Baseball" : "野球",
"Meet" : "打ち合わせ",
2019-12-22 02:37:41 +00:00
"Office" : "オフィス",
2020-01-05 02:40:02 +00:00
"Party" : "パーティー",
"Celebration" : "祝",
2019-12-22 02:37:41 +00:00
"Mail" : "メール",
2020-01-05 02:40:02 +00:00
"Soccer" : "サッカー",
"Football" : "フットボール",
"Gaming" : "ゲーム",
2019-12-22 02:37:41 +00:00
"Play" : "再生",
2020-01-05 02:40:02 +00:00
"Game" : "ゲーム",
"Drive" : "ドライブ",
"Bicycle" : "自転車",
"Cycle" : "自転車",
"Biking" : "サイクリング",
"Podcast" : "生放送",
"Basketball" : "バスケットボール",
"Fishing" : "釣り",
"Hiking" : "ハイキング",
"Hike" : "ハイキング",
"Art" : "芸術",
"Exhibition" : "展覧会",
"Museum" : "美術館",
"Pilates" : "ピラティス",
"Park" : "公園",
"Studying" : "勉強",
"Doctor" : "病院",
"Health" : "診断",
2020-01-11 02:23:41 +00:00
"Dentist" : "歯医者",
2020-01-05 02:40:02 +00:00
"Interview" : "インタビュー",
"Training" : "トレーニング",
"Sports" : "スポーツ",
"Exercise" : "エクササイズ",
"Work out" : "運動",
"Working out" : "筋トレ",
"Barber" : "散髪",
"Haircut" : "美容院",
"Exam" : "試験",
"Working" : "仕事",
"New Years Eve" : "大晦日",
"NYE" : "年越し",
"Fireworks" : "花火",
"Running" : "ランニング",
"Go for a run" : "ジョギング",
"Marathon" : "マラソン",
"Call" : "電話",
"Calling" : "連絡",
"Christmas" : "クリスマス",
"Conference" : "カンファレンス",
"Pizza" : "ピザ",
"Travelling" : "旅行",
"Journey" : "旅",
"Collaborate" : "一緒",
"Lecture" : "講義",
"Seminar" : "ゼミ",
"Photograph" : "写真",
"Celebrate" : "お祝い",
"Shopping" : "買い物",
"Skate" : "スケート",
"Skateboard" : "スケートボード",
"Wine tasting" : "ワイン",
"Golf" : "ゴルフ",
"Dinner" : "ディナー",
2019-12-22 02:37:41 +00:00
"Global" : "グローバル"
2018-02-12 22:15:39 +00:00
},"pluralForm" :"nplurals=1; plural=0;"
}