| author | ymh <ymh.work@gmail.com> |
| Tue, 04 Dec 2018 18:56:31 +0100 | |
| changeset 192 | e4c2c1919c20 |
| parent 173 | 0e6703cd0968 |
| child 199 | c78d579f4b55 |
| permissions | -rw-r--r-- |
| 171 | 1 |
{ |
2 |
"create_session": { |
|
3 |
"new_session": "New session", |
|
4 |
"protocol": "Session protocol" |
|
5 |
}, |
|
6 |
"create_group": { |
|
7 |
"new_group": "new group" |
|
8 |
}, |
|
9 |
"navbar": { |
|
10 |
"offline_message": "you are offline. To save your sessions, do not forget to connect or to create a new account.", |
|
11 |
"logout_modal": "Some sessions were not saved.<1></1>If you continue, they will be lost." |
|
12 |
}, |
|
13 |
"login": { |
|
14 |
"registration_message": "No account yet? Please register.", |
|
15 |
"credentials_error": "Unable to log in with provided credentials.", |
|
16 |
"login_error": "Unable to log in." |
|
17 |
}, |
|
18 |
"session": { |
|
19 |
"protocol_display": "Display the annotation protocol", |
|
20 |
"summary_display": "Display the session summary" |
|
21 |
}, |
|
22 |
"session_list": { |
|
23 |
"no_session": "you didn't create any session.", |
|
24 |
"delete_modal_message": "Delete this session?" |
|
25 |
}, |
|
|
192
e4c2c1919c20
Add placeholder translation for empty title and description
ymh <ymh.work@gmail.com>
parents:
173
diff
changeset
|
26 |
"session_form": { |
|
e4c2c1919c20
Add placeholder translation for empty title and description
ymh <ymh.work@gmail.com>
parents:
173
diff
changeset
|
27 |
"empty_title_placeholder": "Empty title", |
|
e4c2c1919c20
Add placeholder translation for empty title and description
ymh <ymh.work@gmail.com>
parents:
173
diff
changeset
|
28 |
"empty_description_placeholder": "Empty description" |
|
e4c2c1919c20
Add placeholder translation for empty title and description
ymh <ymh.work@gmail.com>
parents:
173
diff
changeset
|
29 |
}, |
| 171 | 30 |
"notes_list": { |
31 |
"delete_note_msg": "Delete this note?" |
|
32 |
}, |
|
33 |
"slate_editor": { |
|
34 |
"press_enter_msg": "Press <1>Enter</1> to add a note", |
|
35 |
"placeholder": "Type your note here..." |
|
36 |
}, |
|
37 |
"common": { |
|
38 |
"title": "title", |
|
39 |
"description": "description", |
|
40 |
"begin": "begin", |
|
41 |
"session": "session", |
|
42 |
"session_plural": "sessions", |
|
43 |
"confirm": "confirm", |
|
44 |
"connect": "connect", |
|
45 |
"disconnect": "disconnect", |
|
46 |
"parameters": "parameters", |
|
47 |
"username": "username", |
|
48 |
"password": "password", |
|
49 |
"delete": "delete", |
|
50 |
"name": "name", |
|
51 |
"create": "create", |
|
52 |
"cancel": "cancel", |
|
53 |
"add": "add", |
|
| 173 | 54 |
"save": "save", |
55 |
"format_bold": "bold", |
|
56 |
"format_italic": "italic", |
|
57 |
"format_underlined": "underlined", |
|
58 |
"format_category": "meta-categories", |
|
59 |
"format_list_numbered": "numbered list", |
|
60 |
"format_list_bulleted": "bulleted list" |
|
| 171 | 61 |
} |
62 |
} |