OSDN Git Service

Bootstrap lectures#new and lectures#show
[sharp4k/CUTEn.git] / CutenServer / config / locales / ja.yml
1 ja:
2   devise:
3     sign_in: サインイン
4     sign_out: サインアウト
5     sign_up: 新規登録
6     edit: profile を編集する
7     sessions:
8       user:
9         signed_in: サインインしました
10         signed_out: サインアウトしました
11       teacher:
12         signed_in: 教師としてサインインしました
13         signed_out: サインアウトしました
14     registrations:
15       user:
16         signed_up: サインアップしました
17       teacher:
18         signed_up: 教師としてサインアップしました
19     failure:
20       already_authenticated: ログイン済みです
21       invalid: メールアドレスまたはパスワードが不正です
22       teacher:
23         unauthenticated: 教師としてログインしていません
24       user:
25         unauthenticated: ログインしていません
26   home:
27     profile: Profile
28     achievement: 実績
29     lecture: 講義
30     back: ホームに戻る
31   achievement:
32     unauthorized: この実績を見ることはできません
33   lecture:
34     created: 講義が追加されました
35     new_path: 講義を追加する
36   teacher:
37     not: 教師のみがこの操作を行えます
38   task:
39     create:
40       success: 課題が作成されました
41       unauthorized: この講義の課題を作成することはできません
42       noapk: が空です
43     update:
44       success: 課題情報を更新しました
45       unauthorized: この課題情報を更新することはできません
46     new_path: 課題を追加する
47
48   helpers:
49     label:
50       task:
51         name: 課題名
52       apk:
53         name: apk のクラス名
54         revision: リビジョン
55       apkfile:
56         file: apk フアイル
57
58   activerecord:
59     attributes:
60       user:
61         email: メールアドレス
62         password: パスワード
63         password_confirmation: パスワード (再入力)
64         student_number: 学籍番号
65         authentication_token: 認証トークン
66         remember_me: 次回から自動ログイン
67       teacher:
68         email: メールアドレス
69         password: パスワード
70         password_confirmation: パスワード (再入力)
71         name: 氏名
72         remember_me: 次回から自動ログイン
73       lecture:
74         name: 講義名
75       task:
76         name: 課題名
77       apk:
78         name: apk のクラス名
79         revision: リビジョン
80         apk: apk ファイル
81     errors:
82       messages:
83         blank: が空です
84         invalid: が不正です
85         confirmation: が一致しません
86         too_short: は%{count}文字以上で入力してください
87
88   errors:
89     format: "%{attribute}%{message}"
90     messages:
91       not_saved: 入力値が不正です