2017-09-15 14:44:40 +03:00
< ? php defined ( 'BASEPATH' ) OR exit ( 'No direct script access allowed' );
2015-10-22 00:29:20 +03:00
// Japanese
$lang [ 'page_title' ] = '予約システム - ' ;
2020-09-03 14:57:17 +03:00
$lang [ 'service_and_provider' ] = 'メニューと担当者の選択:' ;
2015-10-22 00:29:20 +03:00
$lang [ 'select_service' ] = 'メニュー' ;
$lang [ 'select_provider' ] = '担当者' ;
$lang [ 'duration' ] = '所要時間' ;
$lang [ 'minutes' ] = '分' ;
$lang [ 'price' ] = '料金' ;
$lang [ 'back' ] = '戻る' ;
2020-09-03 14:57:17 +03:00
$lang [ 'appointment_date_and_time' ] = '日時の選択' ;
2015-10-22 00:29:20 +03:00
$lang [ 'no_available_hours' ] = '選択された日に空席がありません。別の日を選択してください。' ;
$lang [ 'appointment_hour_missing' ] = '次に行く前に予約時間を選択してください。' ;
2020-09-03 14:57:17 +03:00
$lang [ 'customer_information' ] = 'お客様のご連絡先' ;
2015-10-22 00:29:20 +03:00
$lang [ 'first_name' ] = '名前' ;
$lang [ 'last_name' ] = '名字' ;
$lang [ 'email' ] = 'メールアドレス' ;
$lang [ 'phone_number' ] = '電話番号' ;
2021-03-25 14:34:46 +03:00
$lang [ 'phone' ] = 'Phone' ;
2015-10-22 00:29:20 +03:00
$lang [ 'address' ] = '住所' ;
$lang [ 'city' ] = '市' ;
$lang [ 'zip_code' ] = '郵便番号' ;
$lang [ 'notes' ] = '連絡事項' ;
2021-03-25 14:34:46 +03:00
$lang [ 'language' ] = 'Language' ;
$lang [ 'no_language' ] = 'No language' ;
2015-10-22 00:29:20 +03:00
$lang [ 'fields_are_required' ] = '* のある項目は必須です。' ;
2020-09-03 14:57:17 +03:00
$lang [ 'appointment_confirmation' ] = '予約の確認' ;
2015-10-22 00:29:20 +03:00
$lang [ 'confirm' ] = '確認OK' ;
$lang [ 'update' ] = '更新' ;
$lang [ 'cancel_appointment_hint' ] = '会社のスケジュールから予約を削除するにはキャンセルボタンを押してください。' ;
$lang [ 'cancel' ] = 'キャンセル' ;
$lang [ 'appointment_registered' ] = 'お客様の予約が完了しました。' ;
$lang [ 'cancel_appointment_title' ] = '予約のキャンセル' ;
$lang [ 'appointment_cancelled' ] = 'お客様の予約のキャンセルが完了しました。' ;
$lang [ 'appointment_cancelled_title' ] = '予約がキャンセルされました。' ;
$lang [ 'reason' ] = '理由' ;
$lang [ 'appointment_removed_from_schedule' ] = '以下の予約が会社のスケジュールから削除されました。' ;
$lang [ 'appointment_details_was_sent_to_you' ] = '予約の詳細についてもメールが送信されました。' ;
$lang [ 'add_to_google_calendar' ] = 'グーグルカレンダーへの予約の登録' ;
$lang [ 'appointment_booked' ] = 'お客様の予約が登録完了しました。' ;
$lang [ 'thank_you_for_appointment' ] = '予約の登録まことにありがとうございました。下記が予約の詳細となります。予約リンクをクリックすると変更が可能です。' ;
$lang [ 'appointment_details_title' ] = '予約詳細' ;
$lang [ 'customer_details_title' ] = 'お客様詳細' ;
$lang [ 'service' ] = 'メニュー' ;
$lang [ 'provider' ] = '担当者' ;
$lang [ 'customer' ] = 'お客様' ;
$lang [ 'start' ] = '開始' ;
$lang [ 'end' ] = '終了' ;
$lang [ 'name' ] = '名前' ;
$lang [ 'appointment_link_title' ] = '予約へのリンク' ;
$lang [ 'success' ] = '成功' ;
$lang [ 'appointment_added_to_google_calendar' ] = 'お客様の予約スケジュールがGoogleカレンダーに登録されました。' ;
$lang [ 'view_appointment_in_google_calendar' ] = 'Googleカレンダーを確認するにはこちらをクリックしてください。' ;
$lang [ 'appointment_added_to_your_plan' ] = 'あなたへの新しい予約が追加されました。' ;
$lang [ 'appointment_link_description' ] = '予約リンクをクリックすると変更が可能です。' ;
2021-03-25 14:34:46 +03:00
$lang [ 'appointment_locked' ] = 'Modification impossible.' ;
$lang [ 'appointment_locked_message' ] = 'The appointment cannot be changed less than {$limit} hours in advance.' ;
2015-10-22 00:29:20 +03:00
$lang [ 'appointment_not_found' ] = '予約情報が見つかりません。' ;
$lang [ 'appointment_does_not_exist_in_db' ] = 'データベースに 該当の予約がみつかりません。削除された可能性があります。.' ;
$lang [ 'display_calendar' ] = 'カレンダー表示' ;
$lang [ 'calendar' ] = 'カレンダー' ;
$lang [ 'users' ] = 'ユーザー' ;
$lang [ 'settings' ] = '設定' ;
$lang [ 'log_out' ] = 'ログアウト' ;
$lang [ 'synchronize' ] = '同期' ;
$lang [ 'enable_sync' ] = '同期有効化' ;
$lang [ 'disable_sync' ] = '同期無効化' ;
2020-12-12 15:22:25 +03:00
$lang [ 'disable_sync_prompt' ] = 'Are you sure that you want to disable the calendar synchronization?' ;
2015-10-22 00:29:20 +03:00
$lang [ 'reload' ] = '再読込' ;
$lang [ 'appointment' ] = '予約' ;
2022-01-18 14:54:41 +03:00
$lang [ 'unavailability' ] = '空き無し' ;
2015-10-22 00:29:20 +03:00
$lang [ 'week' ] = '週' ;
$lang [ 'month' ] = '月' ;
$lang [ 'today' ] = '今日' ;
$lang [ 'not_working' ] = '時間外' ;
$lang [ 'break' ] = '休憩時間' ;
$lang [ 'add' ] = '追加' ;
$lang [ 'edit' ] = '編集' ;
$lang [ 'hello' ] = 'こんにちは' ;
$lang [ 'all_day' ] = '全日' ;
$lang [ 'manage_appointment_record_hint' ] = '担当者とサービスメニューのスケジュールを管理できます。' ;
$lang [ 'select_filter_item_hint' ] = '担当者もしくはサービスメニューで絞込ができます。' ;
$lang [ 'enable_appointment_sync_hint' ] = '担当者のGoogleカレンダーとの同期を有効にします。' ;
$lang [ 'manage_customers_hint' ] = '予約登録をしたお客様とその予約履歴を管理できます。' ;
$lang [ 'manage_services_hint' ] = 'サービスメニューとサービスカテゴリーの管理ができます。' ;
$lang [ 'manage_users_hint' ] = '会社ユーザーの管理ができます。(管理者,担当者,予約管理者).' ;
$lang [ 'settings_hint' ] = 'システムとユーザーの設定' ;
$lang [ 'log_out_hint' ] = 'ログアウト' ;
2022-01-18 14:54:41 +03:00
$lang [ 'unavailability_periods_hint' ] = '都合が悪い期間は、担当者は新しい予約を受けられません。During unavailability periods the provider won\'t accept new appointments.' ;
2015-10-22 00:29:20 +03:00
$lang [ 'new_appointment_hint' ] = '新しい予約を作成してデータベースへ追加します。' ;
$lang [ 'reload_appointments_hint' ] = 'カレンダーを再読み込みします。' ;
$lang [ 'trigger_google_sync_hint' ] = 'Googleカレンダーとの同期を開始します。' ;
$lang [ 'appointment_updated' ] = '予約情報が更新されました。' ;
$lang [ 'undo' ] = 'やり直し' ;
$lang [ 'appointment_details_changed' ] = '予約情報が変更されました。' ;
$lang [ 'appointment_changes_saved' ] = '予約の変更が保存されました。' ;
$lang [ 'save' ] = '保存' ;
$lang [ 'new' ] = '新規' ;
$lang [ 'select' ] = '選択' ;
$lang [ 'hide' ] = '隠す' ;
$lang [ 'type_to_filter_customers' ] = 'お客様の絞込条件を入力' ;
$lang [ 'clear_fields_add_existing_customer_hint' ] = '項目をクリアし新規登録する。' ;
$lang [ 'pick_existing_customer_hint' ] = '既存のお客様を選択してください。' ;
$lang [ 'new_appointment_title' ] = '新規予約' ;
$lang [ 'edit_appointment_title' ] = '予約の編集' ;
$lang [ 'delete_appointment_title' ] = '予約の削除' ;
$lang [ 'write_appointment_removal_reason' ] = '恐縮ですが、予約キャンセルの理由を頂けませんでしょうか。' ;
$lang [ 'appointment_saved' ] = '予約の保存が成功しました。' ;
2022-01-18 14:54:41 +03:00
$lang [ 'new_unavailability_title' ] = '新規の都合悪い時間' ;
$lang [ 'edit_unavailability_title' ] = '都合悪い時間の編集' ;
$lang [ 'unavailability_saved' ] = '都合の悪い時間の保存が完了しました。' ;
2015-10-22 00:29:20 +03:00
$lang [ 'start_date_before_end_error' ] = '開始時間が終了時間よりも後になっています。' ;
2021-03-25 13:32:10 +03:00
$lang [ 'invalid_duration' ] = 'Invalid duration.' ;
2015-10-22 00:29:20 +03:00
$lang [ 'invalid_email' ] = 'Emailアドレスのフォーマットエラー' ;
$lang [ 'customers' ] = 'お客様' ;
$lang [ 'details' ] = '詳細' ;
$lang [ 'no_records_found' ] = 'データが見つかりません...' ;
$lang [ 'services' ] = 'サービスメニュー' ;
$lang [ 'duration_minutes' ] = '所要時間 (分)' ;
$lang [ 'currency' ] = '通貨' ;
$lang [ 'category' ] = 'カテゴリー' ;
$lang [ 'no_category' ] = 'カテゴリーなし' ;
$lang [ 'description' ] = '説明' ;
$lang [ 'categories' ] = 'カテゴリー' ;
$lang [ 'admins' ] = '管理者' ;
$lang [ 'providers' ] = '担当者' ;
$lang [ 'secretaries' ] = '予約管理者' ;
$lang [ 'mobile_number' ] = '携帯番号' ;
2021-03-25 14:34:46 +03:00
$lang [ 'mobile' ] = 'Mobile' ;
2015-10-22 00:29:20 +03:00
$lang [ 'state' ] = '都道府県' ;
$lang [ 'username' ] = 'ユーザー名' ;
$lang [ 'password' ] = 'パスワード' ;
$lang [ 'retype_password' ] = '(再)パスワード' ;
$lang [ 'receive_notifications' ] = '通知の受信をする' ;
$lang [ 'passwords_mismatch' ] = 'パスワードが違います' ;
$lang [ 'admin_saved' ] = '管理者情報が保存されました。' ;
$lang [ 'provider_saved' ] = '担当者情報が保存されました。' ;
$lang [ 'secretary_saved' ] = '予約管理者情報が保存されました。' ;
$lang [ 'admin_deleted' ] = '管理者情報が削除されました。' ;
$lang [ 'provider_deleted' ] = '担当者情報が削除されました。' ;
$lang [ 'secretary_deleted' ] = '予約管理者情報が削除されました。' ;
$lang [ 'service_saved' ] = 'サービスメニューが保存されました。' ;
2021-12-15 10:00:48 +03:00
$lang [ 'category_saved' ] = 'サービスカテゴリーが保存されました。' ;
2015-10-22 00:29:20 +03:00
$lang [ 'service_deleted' ] = 'サービスメニューが削除されました' ;
2021-12-15 10:00:48 +03:00
$lang [ 'category_deleted' ] = 'サービスカテゴリーが削除されました。' ;
2015-10-22 00:29:20 +03:00
$lang [ 'customer_saved' ] = 'お客様情報が保存されました。' ;
$lang [ 'customer_deleted' ] = 'お客様情報が削除されました。' ;
$lang [ 'current_view' ] = '現在の表示' ;
$lang [ 'working_plan' ] = '勤務時間' ;
$lang [ 'reset_plan' ] = '予定リセット' ;
$lang [ 'monday' ] = '月曜' ;
$lang [ 'tuesday' ] = '火曜' ;
$lang [ 'wednesday' ] = '水曜' ;
$lang [ 'thursday' ] = '木曜' ;
$lang [ 'friday' ] = '金曜' ;
$lang [ 'saturday' ] = '土曜' ;
$lang [ 'sunday' ] = '日曜' ;
$lang [ 'breaks' ] = '休憩時間' ;
$lang [ 'add_breaks_during_each_day' ] = '各曜日に休憩時間を入れてください。休憩時間は、予約を受け付けません。' ;
$lang [ 'day' ] = '日' ;
2016-07-18 22:38:09 +03:00
$lang [ 'days' ] = 'Days' ;
2015-10-22 00:29:20 +03:00
$lang [ 'actions' ] = '編集方法' ;
$lang [ 'reset_working_plan_hint' ] = 'デフォルトの勤務時間にリセットします。' ;
$lang [ 'company_name' ] = '会社名' ;
$lang [ 'company_name_hint' ] = '会社名は、サイトのあらゆるところに表示されます。必須項目です。' ;
$lang [ 'company_email' ] = '会社のメールアドレス' ;
$lang [ 'company_email_hint' ] = '会社のメールアドレスは、システムから送信される送信アドレスと返信アドレスとして使われます。必須項目。' ;
$lang [ 'company_link' ] = '会社のホームページリンク' ;
$lang [ 'company_link_hint' ] = '会社のウェブサイトへのリンクを設定してください。必須項目' ;
$lang [ 'go_to_booking_page' ] = '予約ページへ' ;
$lang [ 'settings_saved' ] = '設定は保存されました。' ;
$lang [ 'general' ] = '一般' ;
2021-12-20 11:16:44 +03:00
$lang [ 'booking' ] = 'Booking' ;
2021-05-30 14:53:06 +03:00
$lang [ 'visible' ] = '目に見える' ;
$lang [ 'hidden' ] = '目に見えません' ;
2015-10-22 00:29:20 +03:00
$lang [ 'business_logic' ] = '勤務時間設定' ;
$lang [ 'current_user' ] = '現在のユーザー' ;
2017-09-23 04:42:14 +03:00
$lang [ 'about_app' ] = 'Easy!Appointmentsとは。' ;
2015-10-22 00:29:20 +03:00
$lang [ 'edit_working_plan_hint' ] = '会社で予約を受け付ける曜日と勤務時間を設定してください。時間外の予約にも調整できまうが、お客様は 時間外への予約はできません。この勤務時間は新しい担当者の初期設定となりますが、担当者ごとに変更できます。' ;
$lang [ 'edit_breaks_hint' ] = '各曜日の休憩時間の設定をしてください。この休憩時間の設定は、担当者の初期設定となります。' ;
$lang [ 'book_advance_timeout' ] = '予約待機時間' ;
$lang [ 'book_advance_timeout_hint' ] = 'この待機時間 以上前の予約もしくは予約変更しか受け付けることはできません。時間寸前の予約ができないときなどに使用。' ;
$lang [ 'timeout_minutes' ] = '時間 (分)' ;
2017-09-23 04:42:14 +03:00
$lang [ 'about_app_info' ] = 'Easy!Appointmentsは、カスタマイズ可能な予約受付ウエッブアップリケーションです。さら、Googleカレンダーとの連携ができるので、このシステムのスケジュールを他のシステムのスケジュールとまとめてみることができます。' ;
2015-10-22 00:29:20 +03:00
$lang [ 'current_version' ] = 'バージョン番号' ;
$lang [ 'support' ] = 'サポート' ;
2017-09-23 04:42:14 +03:00
$lang [ 'about_app_support' ] = ' Easy!Appointments を利用する上で もし何か 問題がありましたら 、是非 公式 Google Groupを検索して 解決方法を見つけてください。もしかしたら 開発をさらに良いものにするために 新しい課題を Google Code に 登録することもできます。' ;
2015-10-22 00:29:20 +03:00
$lang [ 'official_website' ] = '公式サイト' ;
$lang [ 'google_plus_community' ] = 'Google+ コミュニティ' ;
$lang [ 'support_group' ] = 'サポートグループ' ;
$lang [ 'project_issues' ] = 'プロジェクト対応一覧' ;
$lang [ 'license' ] = 'ライセンス' ;
2017-09-23 04:42:14 +03:00
$lang [ 'about_app_license' ] = 'Easy!Appointments は GPLv3 ライセンス に従います。 Easy!Appointments のプログラムコードを使用するということは、あるあらゆる面で 次のURLのサイトにある条件に同意したこととなります。:' ;
2015-10-22 00:29:20 +03:00
$lang [ 'logout_success' ] = 'ログアウトが完了しました。どちらかのボタンを押して ページを移動することができます。' ;
$lang [ 'book_appointment_title' ] = '予約受付' ;
$lang [ 'backend_section' ] = '管理画面' ;
$lang [ 'you_need_to_login' ] = 'ようこそ、管理画面を見るためには、ログインをしてください。' ;
$lang [ 'enter_username_here' ] = 'ユーザー名を入力してください ...' ;
$lang [ 'enter_password_here' ] = 'パスワードを入力してください...' ;
$lang [ 'login' ] = 'ログイン' ;
$lang [ 'forgot_your_password' ] = 'パスワードを忘れた場合' ;
$lang [ 'login_failed' ] = 'ログインが失敗しました。もう確認してユーザー名とパスワードを入力してください。' ;
$lang [ 'type_username_and_email_for_new_password' ] = 'ユーザー名とメールアドレスを入力して 新しいパスワードを取得してください。' ;
$lang [ 'enter_email_here' ] = 'メールアドレスを入力してください ...' ;
$lang [ 'regenerate_password' ] = 'パスワードの再発行' ;
$lang [ 'go_to_login' ] = 'ログインページへ戻る' ;
$lang [ 'new_password_sent_with_email' ] = '新しいパスワードがメールで送信されました。' ;
$lang [ 'new_account_password' ] = '新しいパスワード' ;
$lang [ 'new_password_is' ] = 'あなたの新しいパスワードは $password です。またパスワードを取得するためにこのメールは残しておいてください。設定ページでは、新しいパスワードへ変更できます。' ;
$lang [ 'delete_record_prompt' ] = '本当にこのデータを削除しますか?データを戻すことはできません。' ;
$lang [ 'delete_admin' ] = '管理者の削除' ;
$lang [ 'delete_customer' ] = 'お客様の削除' ;
$lang [ 'delete_service' ] = 'サービスメニューの削除' ;
$lang [ 'delete_category' ] = 'サービスカテゴリーの削除' ;
$lang [ 'delete_provider' ] = '担当者の削除' ;
$lang [ 'delete_secretary' ] = '予約管理者の削除' ;
$lang [ 'delete_appointment' ] = '予約の削除' ;
2022-01-18 14:54:41 +03:00
$lang [ 'delete_unavailability' ] = '都合の悪い時間の削除' ;
2015-10-22 00:29:20 +03:00
$lang [ 'delete' ] = '削除' ;
$lang [ 'unexpected_issues' ] = '予期せぬ問題' ;
$lang [ 'unexpected_issues_message' ] = '予期せぬ問題のため処理が完了することができませんでした。' ;
$lang [ 'close' ] = '閉じる' ;
$lang [ 'page_not_found' ] = 'ページが見つかりません' ;
$lang [ 'page_not_found_message' ] = '要求されたページが見つかりませんでした。ブラウザーのURLを確認するか下のボタンで 別のページへ移動してください。' ;
$lang [ 'error' ] = 'エラー' ;
$lang [ 'no_privileges' ] = '権限がありません' ;
2017-08-14 10:54:35 +03:00
$lang [ 'no_privileges_message' ] = '該当のページを見るための権限がありません。別のページへ移動してください。' ;
2015-10-22 00:29:20 +03:00
$lang [ 'backend_calendar' ] = '管理カレンダー' ;
$lang [ 'start_date_time' ] = '開始日/時間' ;
$lang [ 'end_date_time' ] = '終了日/時間' ;
$lang [ 'licensed_under' ] = 'ライセンス:' ;
$lang [ 'unexpected_issues_occurred' ] = '予期せぬ問題が発生しました。' ;
$lang [ 'service_communication_error' ] = 'サーバー接続エラーが発生しました。しばらくしてから再度操作してください。' ;
$lang [ 'no_privileges_edit_appointments' ] = '予約を編集する権限がありません。' ;
2022-01-18 14:54:41 +03:00
$lang [ 'unavailability_updated' ] = '都合の悪い時間データが更新されました。' ;
2015-10-22 00:29:20 +03:00
$lang [ 'appointments' ] = '予約' ;
$lang [ 'unexpected_warnings' ] = '予期せぬ警告' ;
$lang [ 'unexpected_warnings_message' ] = '処理は完了しましたが、警告が発生しました。' ;
$lang [ 'filter' ] = '絞込' ;
$lang [ 'clear' ] = 'クリア' ;
$lang [ 'uncategorized' ] = 'カテゴリー無い' ;
$lang [ 'username_already_exists' ] = 'そのユーザー名はすでに使用されています。' ;
2017-09-15 14:36:37 +03:00
$lang [ 'password_length_notice' ] = 'パスワードは 少なくとも $number 文字にしてください。' ;
2015-10-22 00:29:20 +03:00
$lang [ 'general_settings' ] = '一般設定' ;
$lang [ 'personal_information' ] = '個人設定' ;
$lang [ 'system_login' ] = 'システム ログイン' ;
$lang [ 'user_settings_are_invalid' ] = 'ユーザー設定にエラーがあります。設定を見直して、再度操作してください。Please review your settings and try again.' ;
$lang [ 'add_break' ] = '休憩の追加' ;
$lang [ 'january' ] = '1月' ;
$lang [ 'february' ] = '2月' ;
$lang [ 'march' ] = '3月' ;
$lang [ 'april' ] = '4月' ;
$lang [ 'may' ] = '5月' ;
$lang [ 'june' ] = '6月' ;
$lang [ 'july' ] = '7月' ;
$lang [ 'august' ] = '8月' ;
$lang [ 'september' ] = '9月' ;
$lang [ 'october' ] = '10月' ;
$lang [ 'november' ] = '11月' ;
$lang [ 'december' ] = '12月' ;
$lang [ 'previous' ] = '前' ;
$lang [ 'next' ] = '次' ;
$lang [ 'now' ] = '今' ;
$lang [ 'select_time' ] = '時間設定' ;
$lang [ 'time' ] = '時刻' ;
$lang [ 'hour' ] = '時間' ;
$lang [ 'minute' ] = '分' ;
$lang [ 'google_sync_completed' ] = 'Googleカレンダーとの同期が 正しく完了しました。' ;
$lang [ 'google_sync_failed' ] = 'Googleカレンダーとの同期が失敗しました。: サーバーとの接続ができませんでした。' ;
$lang [ 'select_google_calendar' ] = 'Googleカレンダーの選択' ;
$lang [ 'select_google_calendar_prompt' ] = 'あなたの予約と同期したい Googleカレンダーを選択してください。.特定のカレンダーを指定したくない場合には、デフォルトのカレンダーが使われます。' ;
$lang [ 'google_calendar_selected' ] = 'Googleカレンダーが 選択されました。' ;
$lang [ 'oops_something_went_wrong' ] = 'おっと、なにか が うまく 行ってません。' ;
$lang [ 'could_not_add_to_google_calendar' ] = 'あなたの予約をGoogleカレンダーに 追加することができませんでした。' ;
$lang [ 'ea_update_success' ] = 'Easy!Appointments の アップデートが成功しました。' ;
2015-12-30 13:33:51 +02:00
$lang [ 'require_captcha' ] = 'Require CAPTCHA' ;
$lang [ 'require_captcha_hint' ] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.' ;
2015-10-22 00:29:20 +03:00
$lang [ 'captcha_is_wrong' ] = 'CAPTCHA verification failed, please try again.' ;
2015-10-28 00:52:51 +03:00
$lang [ 'any_provider' ] = 'Any Provider' ;
2022-04-19 10:14:13 +03:00
$lang [ 'requested_hour_is_unavailable' ] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.' ;
2015-11-24 23:48:57 +02:00
$lang [ 'customer_notifications' ] = 'Customer Notifications' ;
$lang [ 'customer_notifications_hint' ] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.' ;
2015-12-13 23:48:48 +02:00
$lang [ 'date_format' ] = 'Date Format' ;
$lang [ 'date_format_hint' ] = 'Change the date display format (D - Date, M - Month, Y - Year).' ;
2018-03-07 00:47:57 +03:00
$lang [ 'time_format' ] = 'Time Format' ;
$lang [ 'time_format_hint' ] = 'Change the time display format (H - Hours, M - Minutes).' ;
2018-06-29 01:41:17 +03:00
$lang [ 'first_weekday' ] = 'First day of week' ;
$lang [ 'first_weekday_hint' ] = 'Set the first day of the calendar week.' ;
2015-12-13 23:48:48 +02:00
$lang [ 'google_analytics_code_hint' ] = 'Add your Google Analytics ID to be included in the booking page.' ;
2016-07-20 22:09:20 +03:00
$lang [ 'availabilities_type' ] = 'Availabilities Type' ;
2016-07-20 22:15:58 +03:00
$lang [ 'flexible' ] = 'Flexible' ;
$lang [ 'fixed' ] = 'Fixed' ;
2016-07-21 21:40:31 +03:00
$lang [ 'attendants_number' ] = 'Attendants Number' ;
2017-09-23 04:42:14 +03:00
$lang [ 'reset_working_plan' ] = 'Reset the working plan back to the default values.' ;
2018-06-24 20:24:17 +03:00
$lang [ 'legal_contents' ] = 'Legal Contents' ;
$lang [ 'cookie_notice' ] = 'Cookie Notice' ;
$lang [ 'display_cookie_notice' ] = 'Display Cookie Notice' ;
$lang [ 'cookie_notice_content' ] = 'Cookie Notice Content' ;
$lang [ 'terms_and_conditions' ] = 'Terms & Conditions' ;
$lang [ 'display_terms_and_conditions' ] = 'Display Terms & Conditions' ;
$lang [ 'terms_and_conditions_content' ] = 'Terms & Conditions Content' ;
$lang [ 'privacy_policy' ] = 'Privacy Policy' ;
$lang [ 'display_privacy_policy' ] = 'Display Privacy Policy' ;
$lang [ 'privacy_policy_content' ] = 'Privacy Policy Content' ;
$lang [ 'website_using_cookies_to_ensure_best_experience' ] = 'This website uses cookies to ensure you get the best experience on our website.' ;
$lang [ 'read_and_agree_to_terms_and_conditions' ] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.' ;
$lang [ 'read_and_agree_to_privacy_policy' ] = 'I have read and agree to the {$link}Privacy Policy{/$link}.' ;
2021-03-25 14:34:46 +03:00
$lang [ 'delete_personal_information_hint' ] = 'Remove all your appointments and personal information from the system.' ;
2018-06-24 20:24:17 +03:00
$lang [ 'delete_personal_information' ] = 'Delete Personal Information' ;
$lang [ 'delete_personal_information_prompt' ] = 'Are you sure that you want to delete your personal information? This action cannot be undone.' ;
2019-06-08 17:43:21 +03:00
$lang [ 'location' ] = 'Location' ;
2020-10-20 16:03:48 +03:00
$lang [ 'working_plan_exception' ] = 'Working Plan Exception' ;
$lang [ 'working_plan_exceptions' ] = 'Working Plan Exceptions' ;
$lang [ 'working_plan_exceptions_hint' ] = 'Add a working plan exception day, outside the working plan.' ;
$lang [ 'new_working_plan_exception_title' ] = 'New Working Plan Exception' ;
$lang [ 'working_plan_exception_saved' ] = 'Working plan exception saved successfully.' ;
$lang [ 'working_plan_exception_deleted' ] = 'Working plan exception deleted successfully.' ;
$lang [ 'add_working_plan_exceptions_during_each_day' ] = 'Add working plan exceptions, outside the working plan.' ;
$lang [ 'add_working_plan_exception' ] = 'Add Working Plan Exception' ;
2019-10-18 05:37:52 +03:00
$lang [ 'require_phone_number' ] = 'Require phone number' ;
$lang [ 'require_phone_number_hint' ] = 'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment' ;
2020-03-10 23:40:33 +03:00
$lang [ 'check_spam_folder' ] = 'Please check your spam folder if the email does not arrive within a few minutes.' ;
2020-03-27 13:02:06 +03:00
$lang [ 'api_token_hint' ] = 'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.' ;
2020-03-29 15:08:42 +03:00
$lang [ 'timezone' ] = 'Timezone' ;
2020-03-29 20:25:23 +03:00
$lang [ 'overwrite_existing_working_plans' ] = 'This will overwrite the existing provider working plans, are you sure that you want to continue?' ;
$lang [ 'working_plans_got_updated' ] = 'All the working plans got updated.' ;
$lang [ 'apply_to_all_providers' ] = 'Apply To All Providers' ;
2020-04-06 21:36:22 +03:00
$lang [ 'display_any_provider' ] = 'Display Any Provider Option' ;
$lang [ 'display_any_provider_hint' ] = 'The booking page will get an additional option that allows customers to book without specifying a provider.' ;
2020-04-06 21:34:32 +03:00
$lang [ 'load_more' ] = 'Load More' ;
2020-05-04 12:32:00 +03:00
$lang [ 'list' ] = 'List' ;
2020-05-04 14:38:28 +03:00
$lang [ 'default' ] = 'Default' ;
$lang [ 'table' ] = 'Table' ;
2020-09-30 14:33:01 +03:00
$lang [ 'date' ] = 'Date' ;
2021-11-22 09:59:36 +03:00
$lang [ 'about' ] = 'About' ;
2021-12-20 11:16:44 +03:00
$lang [ 'booking_settings' ] = 'Booking Settings' ;
$lang [ 'display' ] = 'Display' ;
$lang [ 'require' ] = 'Require' ;
2022-01-18 20:54:22 +03:00
$lang [ 'color' ] = 'Color' ;
2022-01-19 12:18:00 +03:00
$lang [ 'matomo_analytics_url_hint' ] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.' ;
2022-01-24 17:48:20 +03:00
$lang [ 'invalid_phone' ] = 'Invalid phone number.' ;
2022-01-24 17:56:14 +03:00
$lang [ 'legal' ] = 'Legal' ;
$lang [ 'business' ] = 'Business' ;
$lang [ 'account' ] = 'Account' ;
2022-01-24 18:38:03 +03:00
$lang [ 'disable_booking' ] = 'Disable Booking' ;
$lang [ 'disable_booking_hint' ] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.' ;
$lang [ 'display_message' ] = 'Display Message' ;
$lang [ 'booking_is_disabled' ] = 'Booking Is Disabled!' ;
2022-01-24 20:36:12 +03:00
$lang [ 'appearance' ] = 'Appearance' ;
$lang [ 'company_logo' ] = 'Company Logo' ;
$lang [ 'company_logo_hint' ] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).' ;
$lang [ 'company_color' ] = 'Company Color' ;
$lang [ 'company_color_hint' ] = 'The company color will be applied across the app so that it the app uses your branding.' ;
$lang [ 'localization' ] = 'Localization' ;
$lang [ 'integrations' ] = 'Integrations' ;
$lang [ 'company' ] = 'Company' ;
$lang [ 'remove' ] = 'Remove' ;
2022-01-24 22:02:17 +03:00
$lang [ 'login_button' ] = 'Login Button' ;
$lang [ 'display_login_button_hint' ] = 'Defines whether the login button is being displayed in the booking page.' ;
2022-01-24 22:50:14 +03:00
$lang [ 'private' ] = 'Private' ;
$lang [ 'private_hint' ] = 'Private records will not be displayed or processed in public pages such as the booking page.' ;
2022-01-24 22:58:15 +03:00
$lang [ 'reset' ] = 'Reset' ;
2022-01-25 00:07:24 +03:00
$lang [ 'all' ] = 'All' ;
2022-01-25 00:37:05 +03:00
$lang [ 'booking_link' ] = 'Booking Link' ;
2022-01-25 00:55:35 +03:00
$lang [ 'add_new_event' ] = 'Add New Event' ;
$lang [ 'what_kind_of_event' ] = 'What kind of event would you like to add?' ;
2022-05-22 15:39:19 +03:00
$lang [ 'theme' ] = 'Theme' ;
2022-05-27 10:23:38 +03:00
$lang [ 'limit_customer_access' ] = 'Limit Customer Access' ;
$lang [ 'limit_customer_access_hint' ] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.' ;
2022-06-19 20:05:45 +03:00
$lang [ 'url' ] = 'URL' ;
$lang [ 'secret_token' ] = 'Secret Token' ;
$lang [ 'verify_ssl' ] = 'Verify SSL' ;
$lang [ 'appointment_save' ] = 'Appointment Save' ;
$lang [ 'appointment_delete' ] = 'Appointment Delete' ;
$lang [ 'unavailability_save' ] = 'Unavailability Save' ;
$lang [ 'unavailability_delete' ] = 'Unavailability Delete' ;
$lang [ 'customer_save' ] = 'Customer Save' ;
$lang [ 'customer_delete' ] = 'Customer Delete' ;
$lang [ 'service_save' ] = 'Service Save' ;
$lang [ 'service_delete' ] = 'Service Delete' ;
$lang [ 'category_save' ] = 'Category Save' ;
$lang [ 'category_delete' ] = 'Category Delete' ;
$lang [ 'provider_save' ] = 'Provider Save' ;
$lang [ 'provider_delete' ] = 'Provider Delete' ;
$lang [ 'secretary_save' ] = 'Secretary Save' ;
$lang [ 'secretary_delete' ] = 'Secretary Delete' ;
$lang [ 'admin_save' ] = 'Admin Save' ;
$lang [ 'admin_delete' ] = 'Admin Delete' ;
$lang [ 'options' ] = 'Options' ;
2022-07-26 16:40:00 +03:00
$lang [ 'webhooks' ] = 'Webhooks' ;
$lang [ 'webhooks_info' ] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.' ;
$lang [ 'integrations_info' ] = 'Integrations enable you to make third-party connections with external applications and APIs.' ;
$lang [ 'configure' ] = 'Configure' ;
$lang [ 'google_analytics' ] = 'Google Analytics' ;
$lang [ 'google_analytics_info' ] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.' ;
$lang [ 'matomo_analytics' ] = 'Matomo Analytics' ;
$lang [ 'matomo_analytics_info' ] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.' ;
$lang [ 'api' ] = 'API' ;
$lang [ 'api_info' ] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.' ;
$lang [ 'google_analytics_code' ] = 'Google Analytics Code' ;
$lang [ 'matomo_analytics_url' ] = 'Matomo Analytics URL' ;
$lang [ 'future_booking_limit' ] = 'Future Booking Limit' ;
$lang [ 'limit_days' ] = 'Limit (Days)' ;
$lang [ 'future_booking_limit_hint' ] = 'Set the future limit in days customers can make appointments via the public booking page.' ;
$lang [ 'api_token' ] = 'API Token' ;
2022-07-26 16:51:02 +03:00
$lang [ 'allow_rescheduling_cancellation_before' ] = 'Allow Rescheduling/Cancellation Before' ;
2022-07-27 02:26:19 +03:00
$lang [ 'at_least_one_field' ] = 'At least one field must be displayed in the booking page.' ;
2022-10-16 21:54:26 +03:00
$lang [ 'status' ] = 'Status' ;
$lang [ 'appointment_status_options' ] = 'Appointment Status Options' ;
$lang [ 'appointment_status_options_info' ] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).' ;
2023-02-02 10:54:32 +03:00
$lang [ 'sunday_short' ] = 'Sun' ;
$lang [ 'monday_short' ] = 'Mon' ;
$lang [ 'tuesday_short' ] = 'Tue' ;
$lang [ 'wednesday_short' ] = 'Wed' ;
$lang [ 'thursday_short' ] = 'Thu' ;
$lang [ 'friday_short' ] = 'Fri' ;
$lang [ 'saturday_short' ] = 'Sat' ;
$lang [ 'january_short' ] = 'Jan' ;
$lang [ 'february_short' ] = 'Feb' ;
$lang [ 'march_short' ] = 'Mar' ;
$lang [ 'april_short' ] = 'Apr' ;
$lang [ 'may_short' ] = 'May' ;
$lang [ 'june_short' ] = 'Jun' ;
$lang [ 'july_short' ] = 'Jul' ;
$lang [ 'august_short' ] = 'Aug' ;
$lang [ 'september_short' ] = 'Sep' ;
$lang [ 'october_short' ] = 'Oct' ;
$lang [ 'november_short' ] = 'Nov' ;
$lang [ 'december_short' ] = 'Dec' ;
$lang [ 'am' ] = 'am' ;
$lang [ 'pm' ] = 'pm' ;
$lang [ 'to' ] = 'to' ;
$lang [ 'click_to_toggle' ] = 'Click To Toggle' ;
$lang [ 'week_short' ] = 'Wk' ;
$lang [ 'scroll_to_increment' ] = 'Scroll To Increment' ;
$lang [ 'year' ] = 'Year' ;
2021-03-25 14:38:29 +03:00
// End