Skip to content

Commit

Permalink
Update jp.go
Browse files Browse the repository at this point in the history
  • Loading branch information
laijinhang authored Mar 15, 2020
1 parent 78698c4 commit 0ad7c36
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modules/language/jp.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@ var jp = map[string]string{
"menu": "メニュー",
"dashboard": "ダッシュボード",

"username and password can not be empty": "アカウントのパスワードは空にできません",
"operation not allow": "許可されていない操作",
"password does not match": "パスワードが一致しません",
"should be unique": "ユニークである必要があります",
"slug exists": "サインが既に存在します",
"no corresponding options?": "対応するオプションがありません",
"create here.": "ここで作成",
"used for login": "ログインに使用",
"used to display": "表示に使用",
"a path a line": "パスの文字列",
"slug or http_path or name should not be empty": "サインかhttp_path、または名前を空白にすることはできません",
"no roles": "役職なし",
"username and password can not be empty": "アカウントまたパスワードが正しく入力されていることを確認してください",
"operation not allow": "この操作を実行するアクセス許可が必要です",
"password does not match": "パスワードが正しくありません",
"should be unique": "重複しないことを確認してください",
"slug exists": "スラッグが既に存在していないことを確認してください",
"no corresponding options?": "対応できるオプションがありません",
"create here.": "ここに新規作成",
"use for login": "ログインに使う",
"use to display": "表示に使う",
"a path a line": "パスを1行ずつ入力してください",
"slug or http_path or name should not be empty": "スラッグ、http_pathまたユーザー名が正しく入力されていることを確認してください",
"no roles": "ロールなし",

"language": "言語",
}

0 comments on commit 0ad7c36

Please sign in to comment.