|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/app.bak17jan25/Language/ja/ |
Upload File : |
<?php
/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
// Time language settings
return [
'invalidFormat' => '"{0}" は無効な日時です', // "{0}" is not a valid datetime format
'invalidMonth' => '月は1から12を指定してください。入力された値: {0}', // Months must be between 1 and 12. Given: {0}
'invalidDay' => '日は1から31を指定してください。入力された値: {0}', // Days must be between 1 and 31. Given: {0}
'invalidOverDay' => '日は1から{0}を指定してください。入力された値: {1}', // Days must be between 1 and {0}. Given: {1}
'invalidHours' => '時は0から23を指定してください。入力された値: {0}', // Hours must be between 0 and 23. Given: {0}
'invalidMinutes' => '分は0から59を指定してください。入力された値: {0}', // Minutes must be between 0 and 59. Given: {0}
'invalidSeconds' => '秒は0から59を指定してください。入力された値: {0}', // Seconds must be between 0 and 59. Given: {0}
'years' => '{0, plural, =1{# 年} other{# 年}}', //{0, plural, =1{# year} other{# years}}
'months' => '{0, plural, =1{# ヶ月} other{# ヶ月}}', //{0, plural, =1{# month} other{# months}}
'weeks' => '{0, plural, =1{# 週間} other{# 週間}}', //{0, plural, =1{# week} other{# weeks}}
'days' => '{0, plural, =1{# 日} other{# 日}}', //{0, plural, =1{# day} other{# days}}
'hours' => '{0, plural, =1{# 時間} other{# 時間}}', //{0, plural, =1{# hour} other{# hours}}
'minutes' => '{0, plural, =1{# 分} other{# 分}}', //{0, plural, =1{# minute} other{# minutes}}
'seconds' => '{0, plural, =1{# 秒} other{# 秒}}', //{0, plural, =1{# second} other{# seconds}}
'ago' => '{0}前', // {0} ago
'inFuture' => '{0}後', // in {0}
'yesterday' => '昨日', // Yesterday
'tomorrow' => '明日', // Tomorrow
'now' => 'ついさっき', // Just now
];