Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
37349fc1
Commit
37349fc1
authored
Dec 23, 2014
by
Kazylla Iwasaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
collect ja translation
parent
9510d6d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
yii.php
framework/messages/ja/yii.php
+4
-4
No files found.
framework/messages/ja/yii.php
View file @
37349fc1
...
...
@@ -104,11 +104,11 @@ return [
'{attribute} must be greater than or equal to "{compareValue}".'
=>
'{attribute}は"{compareValue}"以上である必要があります。'
,
'{attribute} must be less than "{compareValue}".'
=>
'{attribute}は"{compareValue}"より小さい必要があります。'
,
'{attribute} must be less than or equal to "{compareValue}".'
=>
'{attribute}は"{compareValue}"以下である必要があります。'
,
'{attribute} must be no greater than {max}.'
=>
'{attribute}は"{
compareValue
}"より大きくてはいけません。'
,
'{attribute} must be no less than {min}.'
=>
'{attribute}は"{
compareValue
}"より小さくてはいけません。'
,
'{attribute} must be no greater than {max}.'
=>
'{attribute}は"{
max
}"より大きくてはいけません。'
,
'{attribute} must be no less than {min}.'
=>
'{attribute}は"{
min
}"より小さくてはいけません。'
,
'{attribute} must be repeated exactly.'
=>
'{attribute}は正確に繰り返してください。'
,
'{attribute} must not be equal to "{compareValue}".'
=>
'{attribute}は"{compareValue}"ではいけません。'
,
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.'
=>
'{attribute}は
少なくとも{min}文字
なければなりません。'
,
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.'
=>
'{attribute}は
多くとも{max}文字
なければなりません。'
,
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.'
=>
'{attribute}は
{min}文字以上で
なければなりません。'
,
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.'
=>
'{attribute}は
{max}文字以下で
なければなりません。'
,
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.'
=>
'{attribute}は{length}文字でなければなりません。'
,
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment