first commit
Some checks failed
CI / build-test (push) Has been cancelled

This commit is contained in:
2025-05-31 18:56:37 +02:00
commit 8c4798a5fd
1240 changed files with 190468 additions and 0 deletions

View File

@@ -0,0 +1,84 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['cal_su'] = 'Su';
$lang['cal_mo'] = 'Mo';
$lang['cal_tu'] = 'Tu';
$lang['cal_we'] = 'We';
$lang['cal_th'] = 'Th';
$lang['cal_fr'] = 'Fr';
$lang['cal_sa'] = 'Sa';
$lang['cal_sun'] = 'Sun';
$lang['cal_mon'] = 'Mon';
$lang['cal_tue'] = 'Tue';
$lang['cal_wed'] = 'Wed';
$lang['cal_thu'] = 'Thu';
$lang['cal_fri'] = 'Fri';
$lang['cal_sat'] = 'Sat';
$lang['cal_sunday'] = 'Sunday';
$lang['cal_monday'] = 'Monday';
$lang['cal_tuesday'] = 'Tuesday';
$lang['cal_wednesday'] = 'Wednesday';
$lang['cal_thursday'] = 'Thursday';
$lang['cal_friday'] = 'Friday';
$lang['cal_saturday'] = 'Saturday';
$lang['cal_jan'] = 'Jan';
$lang['cal_feb'] = 'Feb';
$lang['cal_mar'] = 'Mar';
$lang['cal_apr'] = 'Apr';
$lang['cal_may'] = 'May';
$lang['cal_jun'] = 'Jun';
$lang['cal_jul'] = 'Jul';
$lang['cal_aug'] = 'Aug';
$lang['cal_sep'] = 'Sep';
$lang['cal_oct'] = 'Oct';
$lang['cal_nov'] = 'Nov';
$lang['cal_dec'] = 'Dec';
$lang['cal_january'] = 'January';
$lang['cal_february'] = 'February';
$lang['cal_march'] = 'March';
$lang['cal_april'] = 'April';
$lang['cal_mayl'] = 'May';
$lang['cal_june'] = 'June';
$lang['cal_july'] = 'July';
$lang['cal_august'] = 'August';
$lang['cal_september'] = 'September';
$lang['cal_october'] = 'October';
$lang['cal_november'] = 'November';
$lang['cal_december'] = 'December';

View File

@@ -0,0 +1,94 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['date_year'] = 'Year';
$lang['date_years'] = 'Years';
$lang['date_month'] = 'Month';
$lang['date_months'] = 'Months';
$lang['date_week'] = 'Week';
$lang['date_weeks'] = 'Weeks';
$lang['date_day'] = 'Day';
$lang['date_days'] = 'Days';
$lang['date_hour'] = 'Hour';
$lang['date_hours'] = 'Hours';
$lang['date_minute'] = 'Minute';
$lang['date_minutes'] = 'Minutes';
$lang['date_second'] = 'Second';
$lang['date_seconds'] = 'Seconds';
$lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
$lang['UM11'] = '(UTC -11:00) Niue';
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
$lang['UM95'] = '(UTC -9:30) Marquesas Islands';
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
$lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
$lang['UM6'] = '(UTC -6:00) Central Standard Time';
$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
$lang['UP35'] = '(UTC +3:30) Iran Standard Time';
$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
$lang['UP45'] = '(UTC +4:30) Afghanistan';
$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
$lang['UP575'] = '(UTC +5:45) Nepal Time';
$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
$lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
$lang['UP14'] = '(UTC +14:00) Line Islands';

View File

@@ -0,0 +1,35 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] = '指定された接続文字列では、データベース設定を特定できません。';
$lang['db_unable_to_connect'] = '指定された設定でデータベースサーバに接続できません。';
$lang['db_unable_to_select'] = '指定されたデータベースを選択できません: %s';
$lang['db_unable_to_create'] = '指定されたデータベースを作成できません: %s';
$lang['db_invalid_query'] = '指定されたクエリは正しくありません。';
$lang['db_must_set_table'] = '指定したクエリを利用するには、データベーステーブルを指定する必要があります。';
$lang['db_must_use_set'] = 'レコードを更新するには、"set" メソッドを使う必要があります。';
$lang['db_must_use_index'] = 'バッチ更新のためのマッチするインデックスを指定する必要があります。';
$lang['db_batch_missing_index'] = 'バッチ更新で指定された 1つ以上の行に対するインデックスがありません。';
$lang['db_must_use_where'] = '"where"句が指定されていないデータベースの更新は許可されません。';
$lang['db_del_must_use_where'] = '"where"もしくは"like"句が指定されていない削除は許可されません。';
$lang['db_field_param_missing'] = 'フィールドを取り出すには、テーブル名をパラメータで指定する必要があります。';
$lang['db_unsupported_function'] = 'この機能はお使いのデータベースでは利用できません。';
$lang['db_transaction_failure'] = 'トランザクションが失敗しました: ロールバックが実行されました。';
$lang['db_unable_to_drop'] = '指定したデータベースを削除できません。';
$lang['db_unsupported_feature'] = 'お使いのデータベースプラットフォームではサポートされない機能です。';
$lang['db_unsupported_compression'] = 'お使いのサーバでは、選択したファイル圧縮フォーマットはサポートされていません。';
$lang['db_filepath_error'] = '指定したファイルパスにデータを書き込むことができませんでした。';
$lang['db_invalid_cache_path'] = '指定したキャッシュパスは正しくないか書き込みできません。';
$lang['db_table_name_required'] = 'この操作にはテーブル名が必要です。';
$lang['db_column_name_required'] = 'この操作にはコラム名が必要です。';
$lang['db_column_definition_required'] = 'この操作にはカランの定義が必要です。';
$lang['db_unable_to_set_charset'] = 'クライアント接続文字エンコードを設定できませんでした: %s';
$lang['db_error_heading'] = 'データベースエラーが発生しました。';

View File

@@ -0,0 +1,30 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['email_must_be_array'] = 'メールアドレスのバリデーションは、配列でデータを渡す必要があります。';
$lang['email_invalid_address'] = 'メールアドレスの形式が違います: %s';
$lang['email_attachment_missing'] = '次のメールの添付が見つかりません: %s';
$lang['email_attachment_unreadable'] = '次の添付ファイルが開けません: %s';
$lang['email_no_from'] = ' "From"ヘッダーがないためメールを送信できません';
$lang['email_no_recipients'] = '宛先 (To,Cc,Bcc) が指定されていません';
$lang['email_send_failure_phpmail'] = 'PHP mail() を使ってメールを送信できません。お使いのサーバでは、PHP mail() でメールを送信できるよう設定されていない可能性があります。';
$lang['email_send_failure_sendmail'] = 'PHP Sendmail を使ってメールを送信できません。お使いのサーバでは、PHP Sendmail でメールを送信できるよう設定されていない可能性があります。';
$lang['email_send_failure_smtp'] = 'PHP SMTP を使ってメールを送信できません。お使いのサーバでは、PHP SMTP でメールを送信できるよう設定されていない可能性があります';
$lang['email_sent'] = 'メッセージは次のプロトコルを使って正常に送信されました: %s';
$lang['email_no_socket'] = 'Sendmail に対しソケットを開くことができません。設定を見直してください。';
$lang['email_no_hostname'] = 'SMTP ホスト名が指定されていません';
$lang['email_smtp_error'] = '次の SMTP エラーが発生しました: %s';
$lang['email_no_smtp_unpw'] = 'エラー: SMTP のユーザ名とパスワードを指定する必要があります';
$lang['email_failed_smtp_login'] = 'AUTH LOGIN コマンドの送信に失敗しました。エラー: %s';
$lang['email_smtp_auth_un'] = 'ユーザ名の認証に失敗しました。エラー: %s';
$lang['email_smtp_auth_pw'] = 'パスワードの認証に失敗しました。エラー: %s';
$lang['email_smtp_data_failure'] = 'データを送信できません: %s';
$lang['email_exit_status'] = '終了ステータスコード: %s';

View File

@@ -0,0 +1,69 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['form_validation_required'] = 'The {field} field is required.';
$lang['form_validation_isset'] = 'The {field} field must have a value.';
$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.';
$lang['form_validation_valid_emails'] = 'The {field} field must contain all valid email addresses.';
$lang['form_validation_valid_url'] = 'The {field} field must contain a valid URL.';
$lang['form_validation_valid_ip'] = 'The {field} field must contain a valid IP.';
$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.';
$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.';
$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.';
$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.';
$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.';
$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.';
$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.';
$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.';
$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.';
$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.';
$lang['form_validation_integer'] = 'The {field} field must contain an integer.';
$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.';
$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.';
$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.';
$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.';
$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.';
$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.';
$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.';
$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.';
$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.';
$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.';
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.';
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.';

View File

@@ -0,0 +1,51 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';

View File

@@ -0,0 +1,57 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.';
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.';
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.';
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.';
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.';
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.';
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';

View File

@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['migration_none_found'] = 'マイグレーション対象は見つかりませんでした';
$lang['migration_not_found'] = '%sのバージョンではマイグレーション対象は見つかりませんでした';
$lang['migration_sequence_gap'] = '%sのバージョンではマイグレーション順序にギャップがあります';
$lang['migration_multiple_version'] = '複数のマイグレーションが%sのバージョンであります';
$lang['migration_class_doesnt_exist'] = 'マイグレーションクラス "%s"が見つかりません';
$lang['migration_missing_up_method'] = '"up"メソッドではマイグレーションクラス "%s" は見つかりません';
$lang['migration_missing_down_method'] = '"down"メソッドではマイグレーションクラス "%s" は見つかりません';
$lang['migration_invalid_filename'] = 'マイグレーション "%s" に不正なファイル名があります';

View File

@@ -0,0 +1,44 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['terabyte_abbr'] = 'TB';
$lang['gigabyte_abbr'] = 'GB';
$lang['megabyte_abbr'] = 'MB';
$lang['kilobyte_abbr'] = 'KB';
$lang['bytes'] = 'Bytes';

View File

@@ -0,0 +1,43 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['pagination_first_link'] = '&lsaquo; First';
$lang['pagination_next_link'] = '&gt;';
$lang['pagination_prev_link'] = '&lt;';
$lang['pagination_last_link'] = 'Last &rsaquo;';

View File

@@ -0,0 +1,60 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['profiler_database'] = 'DATABASE';
$lang['profiler_controller_info'] = 'CLASS/METHOD';
$lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'QUERIES';
$lang['profiler_get_data'] = 'GET DATA';
$lang['profiler_post_data'] = 'POST DATA';
$lang['profiler_uri_string'] = 'URI STRING';
$lang['profiler_memory_usage'] = 'MEMORY USAGE';
$lang['profiler_config'] = 'CONFIG VARIABLES';
$lang['profiler_session_data'] = 'SESSION DATA';
$lang['profiler_headers'] = 'HTTP HEADERS';
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
$lang['profiler_no_queries'] = 'No queries were run';
$lang['profiler_no_post'] = 'No POST data exists';
$lang['profiler_no_get'] = 'No GET data exists';
$lang['profiler_no_uri'] = 'No URI data exists';
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
$lang['profiler_section_hide'] = 'Hide';
$lang['profiler_section_show'] = 'Show';
$lang['profiler_seconds'] = 'seconds';

View File

@@ -0,0 +1,487 @@
<?php defined('BASEPATH') or exit('No direct script access allowed');
// Japanese
$lang['page_title'] = '予約システム - ';
$lang['service_and_provider'] = 'メニューと担当者の選択:';
$lang['select_service'] = 'メニュー';
$lang['select_provider'] = '担当者';
$lang['duration'] = '所要時間';
$lang['minutes'] = '分';
$lang['price'] = '料金';
$lang['back'] = '戻る';
$lang['appointment_date_and_time'] = '日時の選択';
$lang['no_available_hours'] = '選択された日に空席がありません。別の日を選択してください。';
$lang['appointment_hour_missing'] = '次に行く前に予約時間を選択してください。';
$lang['customer_information'] = 'お客様のご連絡先';
$lang['first_name'] = '名前';
$lang['last_name'] = '名字';
$lang['email'] = 'メールアドレス';
$lang['phone_number'] = '電話番号';
$lang['phone'] = 'Phone';
$lang['address'] = '住所';
$lang['city'] = '市';
$lang['zip_code'] = '郵便番号';
$lang['notes'] = '連絡事項';
$lang['language'] = 'Language';
$lang['no_language'] = 'No language';
$lang['fields_are_required'] = '* のある項目は必須です。';
$lang['appointment_confirmation'] = '予約の確認';
$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_your_plan'] = 'あなたへの新しい予約が追加されました。';
$lang['appointment_link_description'] = '予約リンクをクリックすると変更が可能です。';
$lang['appointment_locked'] = '変更不可';
$lang['appointment_locked_message'] = 'この予約は{$limit}時間以内には変更できません。';
$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'] = '同期無効化';
$lang['disable_sync_prompt'] = 'カレンダーの同期を無効にしてもよろしいですか?';
$lang['reload'] = '再読込';
$lang['appointment'] = '予約';
$lang['unavailability'] = '空き無し';
$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'] = 'ログアウト';
$lang['unavailability_periods_hint'] = '都合が悪い期間は、担当者は新しい予約を受けられません。During unavailability periods the provider won\'t accept new appointments.';
$lang['new_appointment_hint'] = '新しい予約を作成してデータベースへ追加します。';
$lang['reload_appointments_hint'] = 'カレンダーを再読み込みします。';
$lang['trigger_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'] = '予約の保存が成功しました。';
$lang['new_unavailability_title'] = '新規の都合悪い時間';
$lang['edit_unavailability_title'] = '都合悪い時間の編集';
$lang['unavailability_saved'] = '都合の悪い時間の保存が完了しました。';
$lang['start_date_before_end_error'] = '開始時間が終了時間よりも後になっています。';
$lang['invalid_duration'] = 'Invalid duration.';
$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'] = '携帯番号';
$lang['mobile'] = 'Mobile';
$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'] = 'サービスメニューが保存されました。';
$lang['service_category_saved'] = 'サービスカテゴリーが保存されました。';
$lang['service_deleted'] = 'サービスメニューが削除されました';
$lang['service_category_deleted'] = 'サービスカテゴリーが削除されました。';
$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'] = '日';
$lang['days'] = 'Days';
$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'] = '一般';
$lang['booking'] = 'Booking';
$lang['visible'] = '目に見える';
$lang['hidden'] = '目に見えません';
$lang['business_logic'] = '勤務時間設定';
$lang['current_user'] = '現在のユーザー';
$lang['about_app'] = 'Easy!Appointmentsとは。';
$lang['edit_working_plan_hint'] = '会社で予約を受け付ける曜日と勤務時間を設定してください。時間外の予約にも調整できまうが、お客様は 時間外への予約はできません。この勤務時間は新しい担当者の初期設定となりますが、担当者ごとに変更できます。';
$lang['edit_breaks_hint'] = '各曜日の休憩時間の設定をしてください。この休憩時間の設定は、担当者の初期設定となります。';
$lang['book_advance_timeout'] = '予約待機時間';
$lang['book_advance_timeout_hint'] = 'この待機時間 以上前の予約もしくは予約変更しか受け付けることはできません。時間寸前の予約ができないときなどに使用。';
$lang['timeout_minutes'] = '時間 (分)';
$lang['about_app_info'] = 'Easy!Appointmentsは、カスタマイズ可能な予約受付ウエッブアップリケーションです。さら、Googleカレンダーとの連携ができるので、このシステムのスケジュールを他のシステムのスケジュールとまとめてみることができます。';
$lang['current_version'] = 'バージョン番号';
$lang['support'] = 'サポート';
$lang['about_app_support'] = ' Easy!Appointments を利用する上で もし何か 問題がありましたら 、是非 公式 Google Groupを検索して 解決方法を見つけてください。もしかしたら 開発をさらに良いものにするために 新しい課題を Google Code に 登録することもできます。';
$lang['official_website'] = '公式サイト';
$lang['google_plus_community'] = 'Google+ コミュニティ';
$lang['support_group'] = 'サポートグループ';
$lang['project_issues'] = 'プロジェクト対応一覧';
$lang['license'] = 'ライセンス';
$lang['about_app_license'] = 'Easy!Appointments は GPLv3 ライセンス に従います。 Easy!Appointments のプログラムコードを使用するということは、あるあらゆる面で 次のURLのサイトにある条件に同意したこととなります。:';
$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_service_category'] = 'サービスカテゴリーの削除';
$lang['delete_provider'] = '担当者の削除';
$lang['delete_secretary'] = '予約管理者の削除';
$lang['delete_appointment'] = '予約の削除';
$lang['delete_unavailability'] = '都合の悪い時間の削除';
$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'] = '権限がありません';
$lang['no_privileges_message'] = '該当のページを見るための権限がありません。別のページへ移動してください。';
$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'] = '予約を編集する権限がありません。';
$lang['unavailability_updated'] = '都合の悪い時間データが更新されました。';
$lang['appointments'] = '予約';
$lang['unexpected_warnings'] = '予期せぬ警告';
$lang['unexpected_warnings_message'] = '処理は完了しましたが、警告が発生しました。';
$lang['filter'] = '絞込';
$lang['clear'] = 'クリア';
$lang['uncategorized'] = 'カテゴリー無い';
$lang['username_already_exists'] = 'そのユーザー名はすでに使用されています。';
$lang['password_length_notice'] = 'パスワードは 少なくとも $number 文字にしてください。';
$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['calendar_sync_completed'] = 'Googleカレンダーとの同期が 正しく完了しました。';
$lang['calendar_sync_failed'] = 'Googleカレンダーとの同期が失敗しました。: サーバーとの接続ができませんでした。';
$lang['select_sync_calendar'] = 'Googleカレンダーの選択';
$lang['select_sync_calendar_prompt'] = 'あなたの予約と同期したい Googleカレンダーを選択してください。.特定のカレンダーを指定したくない場合には、デフォルトのカレンダーが使われます。';
$lang['sync_calendar_selected'] = 'Googleカレンダーが 選択されました。';
$lang['oops_something_went_wrong'] = 'おっと、なにか が うまく 行ってません。';
$lang['ea_update_success'] = 'Easy!Appointments の アップデートが成功しました。';
$lang['require_captcha'] = 'CAPTCHAを要求';
$lang['require_captcha_hint'] = '有効にすると、顧客は予約/更新の前にランダムに生成されたCAPTCHA文字列を入力する必要があります。';
$lang['captcha_is_wrong'] = 'CAPTCHA認証に失敗しました。もう一度お試しください。';
$lang['any_provider'] = '任意のプロバイダー';
$lang['requested_hour_is_unavailable'] = '申し訳ありませんが、リクエストされた予約時間は利用できません。他の時間を選択してください。';
$lang['customer_notifications'] = '顧客通知';
$lang['customer_notifications_hint'] = '顧客が予約のスケジュール変更を受け取るかどうかを定義します。';
$lang['date_format'] = '日付フォーマット';
$lang['date_format_hint'] = '日付の表示フォーマットを変更しますD - 日、M - 月、Y - 年)。';
$lang['time_format'] = '時間フォーマット';
$lang['time_format_hint'] = '時間の表示フォーマットを変更しますH - 時、M - 分)。';
$lang['first_weekday'] = '週の初日';
$lang['first_weekday_hint'] = 'カレンダーの週の初日を設定します。';
$lang['google_analytics_code_hint'] = '予約ページにGoogle Analytics IDを追加します。';
$lang['availabilities_type'] = '空き状況の種類';
$lang['flexible'] = 'フレキシブル';
$lang['fixed'] = '固定';
$lang['attendants_number'] = '出席者数';
$lang['reset_working_plan'] = '作業計画をデフォルト値にリセットします。';
$lang['legal_contents'] = '法的コンテンツ';
$lang['cookie_notice'] = 'クッキー通知';
$lang['display_cookie_notice'] = 'クッキー通知を表示';
$lang['cookie_notice_content'] = 'クッキー通知内容';
$lang['terms_and_conditions'] = '利用規約';
$lang['display_terms_and_conditions'] = '利用規約を表示';
$lang['terms_and_conditions_content'] = '利用規約内容';
$lang['privacy_policy'] = 'プライバシーポリシー';
$lang['display_privacy_policy'] = 'プライバシーポリシーを表示';
$lang['privacy_policy_content'] = 'プライバシーポリシー内容';
$lang['website_using_cookies_to_ensure_best_experience'] = 'このウェブサイトは、最良の体験を提供するためにクッキーを使用しています。';
$lang['read_and_agree_to_terms_and_conditions'] = '私は利用規約を読み、同意します。';
$lang['read_and_agree_to_privacy_policy'] = '私はプライバシーポリシーを読み、同意します。';
$lang['delete_personal_information_hint'] = 'システムからすべての予約と個人情報を削除します。';
$lang['delete_personal_information'] = '個人情報を削除';
$lang['delete_personal_information_prompt'] = '本当に個人情報を削除しますか?この操作は元に戻せません。';
$lang['location'] = '場所';
$lang['working_plan_exception'] = '作業計画の例外';
$lang['working_plan_exceptions'] = '作業計画の例外';
$lang['working_plan_exceptions_hint'] = '作業計画の例外日を追加します。';
$lang['new_working_plan_exception_title'] = '新しい作業計画の例外';
$lang['working_plan_exception_saved'] = '作業計画の例外が正常に保存されました。';
$lang['working_plan_exception_deleted'] = '作業計画の例外が正常に削除されました。';
$lang['add_working_plan_exceptions_during_each_day'] = '作業計画外の作業計画の例外を追加します。';
$lang['add_working_plan_exception'] = '作業計画の例外を追加';
$lang['require_phone_number'] = '電話番号を要求';
$lang['require_phone_number_hint'] = '有効にすると、予約時に顧客の電話番号を入力する必要があります。';
$lang['check_spam_folder'] = 'メールが数分以内に届かない場合は、迷惑メールフォルダーを確認してください。';
$lang['api_token_hint'] = 'Easy!Appointments APIのトークンベースの認証を有効にするために、秘密のトークンを設定します。';
$lang['timezone'] = 'タイムゾーン';
$lang['overwrite_existing_working_plans'] = 'これにより、既存のプロバイダーの作業計画が上書きされます。続行してもよろしいですか?';
$lang['working_plans_got_updated'] = 'すべての作業計画が更新されました。';
$lang['apply_to_all_providers'] = 'すべてのプロバイダーに適用';
$lang['display_any_provider'] = '任意のプロバイダーオプションを表示';
$lang['display_any_provider_hint'] = '予約ページに、プロバイダーを指定せずに予約できる追加のオプションが表示されます。';
$lang['load_more'] = 'もっと読み込む';
$lang['list'] = 'リスト';
$lang['default'] = 'デフォルト';
$lang['table'] = 'テーブル';
$lang['date'] = '日付';
$lang['about'] = '概要';
$lang['booking_settings'] = '予約設定';
$lang['display'] = '表示';
$lang['require'] = '要求';
$lang['color'] = '色';
$lang['matomo_analytics_url_hint'] = '予約ページでMatomoの追跡を有効にするために、自分のMatomoインストールのURLを追加します。';
$lang['invalid_phone'] = '無効な電話番号。';
$lang['legal'] = '法的';
$lang['business'] = 'ビジネス';
$lang['account'] = 'アカウント';
$lang['disable_booking'] = '予約を無効にする';
$lang['disable_booking_hint'] = 'この設定が有効な間、予約ページが無効になり、顧客は新しい予約を登録できません。';
$lang['display_message'] = 'メッセージを表示';
$lang['booking_is_disabled'] = '予約が無効です!';
$lang['appearance'] = '外観';
$lang['company_logo'] = '会社のロゴ';
$lang['company_logo_hint'] = '会社のロゴは、予約ページや通知メールなど、アプリの多くの場所に表示されます画像ファイル、最大2MB。';
$lang['company_color'] = '会社の色';
$lang['company_color_hint'] = 'アプリ全体に会社の色が適用され、ブランドが反映されます。';
$lang['localization'] = 'ローカライゼーション';
$lang['integrations'] = '統合';
$lang['company'] = '会社';
$lang['remove'] = '削除';
$lang['login_button'] = 'ログインボタン';
$lang['display_login_button_hint'] = '予約ページにログインボタンを表示するかどうかを定義します。';
$lang['private'] = '非公開';
$lang['private_hint'] = '非公開のレコードは、予約ページなどの公開ページに表示または処理されません。';
$lang['reset'] = 'リセット';
$lang['all'] = 'すべて';
$lang['booking_link'] = '予約リンク';
$lang['add_new_event'] = '新しいイベントを追加';
$lang['what_kind_of_event'] = 'どの種類のイベントを追加しますか?';
$lang['theme'] = 'テーマ';
$lang['limit_customer_access'] = '顧客アクセスを制限';
$lang['limit_customer_access_hint'] = '有効にすると、プロバイダーと秘書は、予約がある顧客にのみアクセスできます。';
$lang['url'] = 'URL';
$lang['secret_token'] = 'シークレットトークン';
$lang['verify_ssl'] = 'SSLの確認';
$lang['appointment_save'] = '予約の保存';
$lang['appointment_delete'] = '予約の削除';
$lang['unavailability_save'] = '利用不可の保存';
$lang['unavailability_delete'] = '利用不可の削除';
$lang['customer_save'] = '顧客の保存';
$lang['customer_delete'] = '顧客の削除';
$lang['service_save'] = 'サービスの保存';
$lang['service_delete'] = 'サービスの削除';
$lang['service_category_save'] = 'カテゴリーの保存';
$lang['service_category_delete'] = 'カテゴリーの削除';
$lang['provider_save'] = 'プロバイダーの保存';
$lang['provider_delete'] = 'プロバイダーの削除';
$lang['secretary_save'] = '秘書の保存';
$lang['secretary_delete'] = '秘書の削除';
$lang['admin_save'] = '管理者の保存';
$lang['admin_delete'] = '管理者の削除';
$lang['options'] = 'オプション';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] = 'Webhooksは、予約の作成や顧客の削除などのさまざまなアプリケーションイベントに応じて、外部のWebアプリケーションにHTTP通知を送信できます。';
$lang['integrations_info'] = '統合により、外部アプリケーションやAPIとサードパーティの接続を作成できます。';
$lang['configure'] = '設定';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] = 'Google Analyticsを使用すると、トラッキングコードとHTMLマークアップを自動的にパブリックページに追加し、すべてのパブリック予約セッションを追跡できます。';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] = 'Matomo Analyticsを使用すると、トラッキングコードとHTMLマークアップを自動的にパブリックページに追加し、すべてのパブリック予約セッションを追跡できます。';
$lang['api'] = 'API';
$lang['api_info'] = 'APIを使用すると、HTTPプロトコルおよび利用可能なAPIエンドポイントを介してすべてのEasy!Appointmentsデータと対話し、独自の統合を作成できます。';
$lang['google_analytics_code'] = 'Google Analytics コード';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = '将来の予約制限';
$lang['limit_days'] = '制限(日数)';
$lang['future_booking_limit_hint'] = '公開予約ページを介して顧客が予約できる将来の日数を設定します。';
$lang['api_token'] = 'APIトークン';
$lang['allow_rescheduling_cancellation_before'] = 'リスケジュール/キャンセルを許可する期限';
$lang['at_least_one_field'] = '予約ページに少なくとも1つのフィールドを表示する必要があります。';
$lang['status'] = 'ステータス';
$lang['appointment_status_options'] = '予約ステータスオプション';
$lang['appointment_status_options_info'] = 'カレンダーページで使用できる予約ステータスオプションのリストを定義します(最初のものが自動的にデフォルト値になります)。';
$lang['sunday_short'] = '日';
$lang['monday_short'] = '月';
$lang['tuesday_short'] = '火';
$lang['wednesday_short'] = '水';
$lang['thursday_short'] = '木';
$lang['friday_short'] = '金';
$lang['saturday_short'] = '土';
$lang['january_short'] = '1月';
$lang['february_short'] = '2月';
$lang['march_short'] = '3月';
$lang['april_short'] = '4月';
$lang['may_short'] = '5月';
$lang['june_short'] = '6月';
$lang['july_short'] = '7月';
$lang['august_short'] = '8月';
$lang['september_short'] = '9月';
$lang['october_short'] = '10月';
$lang['november_short'] = '11月';
$lang['december_short'] = '12月';
$lang['am'] = '午前';
$lang['pm'] = '午後';
$lang['to'] = 'から';
$lang['click_to_toggle'] = 'クリックして切り替え';
$lang['week_short'] = '週';
$lang['scroll_to_increment'] = 'スクロールして増加';
$lang['year'] = '年';
$lang['make_non_working_day'] = 'このプロバイダーは、選択した日には作業できません。';
$lang['no_breaks'] = '休憩なし';
$lang['service_categories'] = 'サービスカテゴリー';
$lang['service_category'] = 'サービスカテゴリー';
$lang['blocked_period_saved'] = 'ブロックされた期間が正常に保存されました。';
$lang['blocked_period_deleted'] = 'ブロックされた期間が正常に削除されました。';
$lang['delete_blocked_period'] = 'ブロックされた期間を削除';
$lang['blocked_period'] = 'ブロックされた期間';
$lang['blocked_periods'] = 'ブロックされた期間';
$lang['blocked_period_save'] = 'ブロックされた期間の保存';
$lang['blocked_period_delete'] = 'ブロックされた期間の削除';
$lang['blocked_periods_hint'] = '公開予約がすべてのプロバイダーに対して無効になる期間を定義します(例: 休業日、祝日など)。';
$lang['custom_field'] = 'カスタムフィールド';
$lang['custom_fields'] = 'カスタムフィールド';
$lang['label'] = 'ラベル';
$lang['webhook_saved'] = 'Webhookが正常に保存されました。';
$lang['webhook_deleted'] = 'Webhookが正常に削除されました。';
$lang['delete_webhook'] = 'Webhookを削除';
$lang['contact_info'] = '連絡先情報';
$lang['hide_from_public'] = '公開から隠す';
$lang['matomo_analytics_site_id'] = 'Matomo AnalyticsサイトID';
$lang['matomo_analytics_site_id_hint'] = 'Matomoによって追跡されるサイトIDを設定しますデフォルトのサイトIDは「1」です。';
$lang['default_timezone'] = 'デフォルトタイムゾーン';
$lang['default_timezone_hint'] = '新しいレコードに使用されるデフォルトのタイムゾーン値を設定します。';
$lang['default_language'] = 'デフォルト言語';
$lang['default_language_hint'] = '新しいレコードに使用されるデフォルトの言語値を設定します。';
$lang['sync_method_prompt'] = 'どの同期方法を使用しますか?';
$lang['caldav_server'] = 'CalDAVサーバー';
$lang['caldav_connection_info_prompt'] = 'ターゲットのCalDAVカレンダーの接続情報を入力してください。';
$lang['connect'] = '接続';
$lang['ldap'] = 'LDAP';
$lang['ldap_info'] = 'この統合により、既存のLDAPサーバーに接続してユーザーを自動的にEasy!Appointmentsにインポートし、ディレクトリパスワードでSSOできますユーザー名は一致する必要があります。';
$lang['host'] = 'ホスト';
$lang['port'] = 'ポート';
$lang['user_dn'] = 'ユーザーDN';
$lang['base_dn'] = 'ベースDN';
$lang['keyword'] = 'キーワード';
$lang['ldap_search_hint'] = 'LDAPディレクトリ内でフィルター条件に一致するユーザーを検索するためのキーワードを提供します。';
$lang['ldap_extension_not_loaded'] = 'LDAP PHP拡張がロードされていません。この統合が機能するには必要です。';
$lang['field_mapping'] = 'フィールドマッピング';
$lang['content'] = 'コンテンツ';
$lang['active'] = 'アクティブ';
$lang['user_imported'] = 'ユーザーのレコードが正常にインポートされました。';
$lang['import'] = 'インポート';
$lang['ldap_dn'] = 'LDAP DN';
$lang['role'] = '役割';
$lang['at_least_one_field_required'] = '予約ページに少なくとも1つのフィールドが必須として設定されている必要があります。';
$lang['customer_is_already_booked'] = 'この顧客はリクエストされた予約期間中にすでに予約があります。';
$lang['fields'] = 'フィールド';
$lang['invalid_credentials_provided'] = '無効な認証情報が提供されました。もう一度お試しください。';
$lang['calendar_url'] = 'カレンダーURL';
$lang['please_select'] = '選択してください';
$lang['secret_header'] = 'Secret Header';
// End

View File

@@ -0,0 +1,58 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['ut_test_name'] = 'Test Name';
$lang['ut_test_datatype'] = 'Test Datatype';
$lang['ut_res_datatype'] = 'Expected Datatype';
$lang['ut_result'] = 'Result';
$lang['ut_undefined'] = 'Undefined Test Name';
$lang['ut_file'] = 'File Name';
$lang['ut_line'] = 'Line Number';
$lang['ut_passed'] = 'Passed';
$lang['ut_failed'] = 'Failed';
$lang['ut_boolean'] = 'Boolean';
$lang['ut_integer'] = 'Integer';
$lang['ut_float'] = 'Float';
$lang['ut_double'] = 'Float'; // can be the same as float
$lang['ut_string'] = 'String';
$lang['ut_array'] = 'Array';
$lang['ut_object'] = 'Object';
$lang['ut_resource'] = 'Resource';
$lang['ut_null'] = 'Null';
$lang['ut_notes'] = 'Notes';

View File

@@ -0,0 +1,55 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = 'Unable to find a post variable called userfile.';
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.';
$lang['upload_file_partial'] = 'The file was only partially uploaded.';
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.';
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.';
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.';
$lang['upload_no_file_selected'] = 'You did not select a file to upload.';
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.';
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.';
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.';
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.';
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.';