OSDN Git Service

fix a typo
[webchat/WebChat.git] / resources.js
1 module.exports = {\r
2         unmatch_password : "パスワードが一致しません",\r
3         invaild_parameter : "パラメーターが正しくありません",\r
4         success_registor : "登録に成功しました",\r
5         success_remove : "削除に成功しました",\r
6         success_edit : "編集に成功しました",\r
7         notfound_name : "該当名が存在しません",\r
8         invaild_token_message : "トークンが一致しませんでした",\r
9         block_message : "メッセージの送信に失敗しました",\r
10         password_setted_message : "パスワードを設定しました",\r
11         password_resetted_message : "パスワードをリセットしました",\r
12         failed_set_password_message : "パスワードの設定に失敗しました",\r
13         is_not_empty : "必須項目です",\r
14         is_not_string : "文字列ではありません",\r
15         is_not_number : "数字ではありません",\r
16         is_not_mail : "メールアドレスではありません",\r
17         must_match_item : "%sと一致させなければなりません",\r
18 };\r