File tree 12 files changed +109
-37
lines changed
12 files changed +109
-37
lines changed Original file line number Diff line number Diff line change 20
20
<div class =" field" >
21
21
<label class =" label" >{{ #i18n ' subject' }} Subject{{ /i18n }} </label >
22
22
<div class =" control" >
23
- <input name =" subject" class =" input" type =" text" name =" title" placeholder =" About READ-IT" >
23
+ <input
24
+ name =" subject"
25
+ class =" input"
26
+ type =" text"
27
+ name =" title"
28
+ placeholder =" {{ #i18n ' about_readit' }} About READ-IT{{ /i18n }} "
29
+ >
24
30
</div >
25
31
</div >
26
32
27
33
<div class =" field" >
28
34
<div class =" control" >
29
35
<label class =" label" >{{ #i18n ' feedback' }} Feedback{{ /i18n }} </label >
30
- <textarea name =" feedback" class =" textarea" placeholder =" e.g. I love READ-IT!" ></textarea >
36
+ <textarea
37
+ name =" feedback"
38
+ class =" textarea"
39
+ placeholder =" {{ #i18n ' feedback_placeholder' }} e.g. I love READ-IT!{{ /i18n }} "
40
+ ></textarea >
31
41
</div >
32
42
</div >
33
43
52
62
</form >
53
63
54
64
</div >
55
- <button type = button class =" modal-close is-large" aria-label =" close" ></button >
65
+ <button
66
+ type = button
67
+ class =" modal-close is-large"
68
+ aria-label =" {{ #i18n ' close' }} close{{ /i18n }} "
69
+ ></button >
Original file line number Diff line number Diff line change 4
4
</h1 >
5
5
<div class =" card sources" >
6
6
<div class =" card-content" >
7
- <p class =" title" >Sources</p >
8
- <p class =" subtitle" >You uploaded {{ userSources }} of {{ totalSources }} sources.</p >
7
+ <p class =" title" >{{ #i18n ' sources ' }} Sources{{ /i18n }} </p >
8
+ <p class =" subtitle" >{{ #i18n ' sources_tally ' }} You uploaded {{ userSources }} of {{ totalSources }} sources.{{ /i18n }} </p >
9
9
</div >
10
10
<div class =" card-footer" >
11
- <a href =" explore/sources/mine" class =" card-footer-item user-sources" >View your sources</a >
12
- <a href =" explore/sources" class =" card-footer-item user-sources" >Explore sources</a >
11
+ <a href =" explore/sources/mine" class =" card-footer-item user-sources" >{{ #i18n ' view_sources ' }} View your sources{{ /i18n }} </a >
12
+ <a href =" explore/sources" class =" card-footer-item user-sources" >{{ #i18n ' explore_sources ' }} Explore sources{{ /i18n }} </a >
13
13
</div >
14
14
</div >
15
15
<div class =" card items" >
16
16
<div class =" card-content" >
17
- <p class =" title" >Items</p >
17
+ <p class =" title" >{{ #i18n ' items ' }} Items{{ /i18n }} </p >
18
18
<p class =" subtitle" >
19
- You created {{ userItems }} of {{ totalItems }} items.</p >
19
+ {{ #i18n ' items_tally' }} You created {{ userItems }} of {{ totalItems }} items.{{ /i18n }}
20
+ </p >
20
21
</div >
21
22
<div class =" card-footer" >
22
- <a href =" explore/items/mine" class =" card-footer-item user-items" >View your items</a >
23
- <a href =" explore/items" class =" card-footer-item user-items" >Explore items</a >
23
+ <a href =" explore/items/mine" class =" card-footer-item user-items" >{{ #i18n ' view_items ' }} View your items{{ /i18n }} </a >
24
+ <a href =" explore/items" class =" card-footer-item user-items" >{{ #i18n ' explore_items ' }} Explore items{{ /i18n }} </a >
24
25
</div >
25
26
</div >
26
27
</div >
Original file line number Diff line number Diff line change 1
- <nav class =" navbar" role =" navigation" aria-label =" main navigation" >
1
+ <nav
2
+ class =" navbar"
3
+ role =" navigation"
4
+ aria-label =" {{ #i18n ' main_navigation' }} main navigation{{ /i18n }} "
5
+ >
2
6
<div class =" container" >
3
7
<div class =" navbar-brand" >
4
8
<a class =" navbar-item" href =" /" >
5
9
<img src =" {{ static ' image/read-it-logo-med-colour-no-letters.png' }} " alt =" Read-It" >
6
10
</a >
7
- <a role =" button" class =" navbar-burger burger" aria-label =" menu" aria-expanded =" false"
8
- data-target =" navbarMenu" >
11
+ <a
12
+ role =" button"
13
+ class =" navbar-burger burger"
14
+ aria-label =" {{ #i18n ' menu' }} menu{{ /i18n }} "
15
+ aria-expanded =" false"
16
+ data-target =" navbarMenu"
17
+ >
9
18
<span aria-hidden =" true" ></span >
10
19
<span aria-hidden =" true" ></span >
11
20
<span aria-hidden =" true" ></span >
47
56
</div >
48
57
</div >
49
58
{{ #if uploadSources }}
50
- <a class =" navbar-item tooltip is-tooltip-left"
59
+ <a class =" navbar-item tooltip is-tooltip-left"
51
60
data-tooltip =" {{ #i18n ' upload_tooltip' }} Upload reading testimonies for annotation{{ /i18n }} " href =" /upload" >
52
61
<span class =" icon-text" >
53
62
<span class =" icon is-small has-text-primary" >
Original file line number Diff line number Diff line change 1
1
<figure class =" image notfound" >
2
- <img src =" {{ static ' image/404.svg' }} " alt =" 404 Not Found" >
2
+ <img
3
+ src =" {{ static ' image/404.svg' }} "
4
+ alt =" {{ #i18n ' not_found_alt' }} 404 Not Found{{ /i18n }} "
5
+ >
3
6
</figure >
4
- <p >
7
+ <p >{{{ # i18n ' not_found_text ' }}}
5
8
Oops, this page doesn't seem to exist.
6
9
You can <a onclick =" history.back()" >go back</a >,
7
10
visit <a href =" /landing" >Landing</a > or <a href =" /search" >Search</a >,
8
11
or report a problem to the maintainers.
9
- </p >
12
+ {{{ /i18n }}} </p >
Original file line number Diff line number Diff line change 1
- <nav class =" pagination is-centered" role =" navigation" aria-label =" pagination" >
1
+ <nav
2
+ class =" pagination is-centered"
3
+ role =" navigation"
4
+ aria-label =" {{ #i18n ' pagination' }} pagination{{ /i18n }} "
5
+ >
2
6
<a class =" pagination-previous" >
3
7
<i class =" fas fa-chevron-left" ></i >
4
8
</a >
8
12
<ul class =" pagination-list" >
9
13
{{ #if showPaginationLinks.start }}
10
14
<li >
11
- <a id =" page-first" class =" pagination-link" aria-label =" Goto page 1" >1</a >
15
+ <a
16
+ id =" page-first"
17
+ class =" pagination-link"
18
+ aria-label =" {{ #i18n ' to_first_page' }} Go to page 1{{ /i18n }} "
19
+ >1</a >
12
20
</li >
13
21
{{ /if }}
14
22
{{ #if showPaginationLinks.ellipsisStart }}
34
42
{{ /if }}
35
43
{{ #if showPaginationLinks.end }}
36
44
<li >
37
- <a id =" page-last" class =" pagination-link" aria-label =" Goto last page" >{{ totalPages }} </a >
45
+ <a
46
+ id =" page-last"
47
+ class =" pagination-link"
48
+ aria-label =" {{ #i18n ' to_last_page' }} Go to last page{{ /i18n }} "
49
+ >{{ totalPages }} </a >
38
50
</li >
39
51
{{ /if }}
40
52
</ul >
Original file line number Diff line number Diff line change 49
49
<article class =" item-section has-mt-10" >
50
50
<div class =" item-section-header" id =" btnRelItems" >
51
51
<p >{{ #i18n ' related_items_title' }} Related items{{ /i18n }} </p >
52
- <span class =" icon is-large has-text-primary tooltip is-tooltip-left" data-tooltip =" Open related items" >
52
+ <span
53
+ class =" icon is-large has-text-primary tooltip is-tooltip-left"
54
+ data-tooltip =" {{ #i18n ' open_related' }} Open related items{{ /i18n }} "
55
+ >
53
56
<i class =" fas fa-arrow-circle-right" ></i >
54
57
</span >
55
58
</div >
61
64
{{ else }}
62
65
{{ #i18n ' annotations_title' }} Annotations{{ /i18n }}
63
66
{{ /if }} </p >
64
- <span class =" icon is-large has-text-primary tooltip is-tooltip-left" data-tooltip =" Open annotations" >
67
+ <span
68
+ class =" icon is-large has-text-primary tooltip is-tooltip-left"
69
+ data-tooltip =" {{ #i18n ' open_annotations' }} Open annotations{{ /i18n }} "
70
+ >
65
71
<i class =" fas fa-arrow-circle-right" ></i >
66
72
</span >
67
73
</div >
68
74
</article >
69
75
<article class =" item-section has-mt-10" >
70
76
<div class =" item-section-header" id =" btnExtResources" >
71
77
<p >{{ #i18n ' external_resources_title' }} External resources{{ /i18n }} </p >
72
- <span class =" icon is-large has-text-primary tooltip is-tooltip-left"
73
- data-tooltip =" Open external resources" >
78
+ <span
79
+ class =" icon is-large has-text-primary tooltip is-tooltip-left"
80
+ data-tooltip =" {{ #i18n ' open_external' }} Open external resources{{ /i18n }} "
81
+ >
74
82
<i class =" fas fa-arrow-circle-right" ></i >
75
83
</span >
76
84
</div >
Original file line number Diff line number Diff line change 9
9
{{ /unless }}
10
10
{{ #each properties }}
11
11
<p >
12
- <b >{{ @key }} : </b >{{ this }}
12
+ <b >{{ @key }} {{ #i18n ' interpunction.colon ' }} : {{ /i18n }} </b >{{ this }}
13
13
</p >
14
14
{{ /each }}
Original file line number Diff line number Diff line change 31
31
32
32
</div >
33
33
<div class =" panel-footer buttons is-right" >{{ #userIsOwner }}
34
- <button type = button class =" button btn-delete is-danger" >Delete source</button >
35
- <button type = reset class =" button btn-cancel" >Cancel</button >
36
- <button type = button class =" button btn-edit" >Edit</button >
34
+ <button type = button class =" button btn-delete is-danger" >{{ #i18n ' delete_source ' }} Delete source{{ /i18n }} </button >
35
+ <button type = reset class =" button btn-cancel" >{{ #i18n ' cancel ' }} Cancel{{ /i18n }} </button >
36
+ <button type = button class =" button btn-edit" >{{ #i18n ' edit ' }} Edit{{ /i18n }} </button >
37
37
{{ /userIsOwner }} </div >
Original file line number Diff line number Diff line change 3
3
<form class =" box is-narrow-modal-form" >
4
4
{{ #if isConfirmed }}
5
5
<h3 class =" title is-3" >{{ #i18n ' confirmation_complete' }} Confirmation complete{{ /i18n }} </h3 >
6
- <p >{{ #i18n ' sign_up_thanks ' }} Thank you for signing up. You can now {{ /i18n }} <a href =' search' >{{ #i18n ' login ' }} login{{ /i18n }} </a ></p >
6
+ <p >{{ #i18n ' sign_up_thanks_before_link ' }} Thank you for signing up. You can now {{ /i18n }} <a href =' search' >{{ #i18n ' sign_up_thanks_link ' }} login{{ /i18n }} </a >{{ #i18n ' sign_up_thanks_after_link ' }} . {{ /i18n }} </p >
7
7
{{ /if }}
8
8
9
9
{{ #if wasNotFound }}
Original file line number Diff line number Diff line change 15
15
<div class =" field" >
16
16
<label class =" label" >{{ #i18n ' username' }} Username{{ /i18n }} </label >
17
17
<div class =" control" >
18
- <input name =" username" class =" input" type =" text" name =" title" placeholder =" Username" required>
18
+ <input
19
+ name =" username"
20
+ class =" input"
21
+ type =" text"
22
+ name =" title"
23
+ placeholder =" {{ #i18n ' username' }} Username{{ /i18n }} "
24
+ required
25
+ >
19
26
</div >
20
27
</div >
21
28
29
36
<div class =" field" >
30
37
<div class =" control" >
31
38
<label class =" label" >{{ #i18n ' password' }} Password{{ /i18n }} </label >
32
- <input name =" password1" id =" password" class =" input" type =" password" placeholder =" Password" >
39
+ <input
40
+ name =" password1"
41
+ id =" password"
42
+ class =" input"
43
+ type =" password"
44
+ placeholder =" {{ #i18n ' password' }} Password{{ /i18n }} "
45
+ >
33
46
</div >
34
47
</div >
35
48
36
49
<div class =" field" >
37
50
<div class =" control" >
38
- <input name =" password2" class =" input" type =" password" placeholder =" Repeat password" >
51
+ <input
52
+ name =" password2"
53
+ class =" input"
54
+ type =" password"
55
+ placeholder =" {{ #i18n ' repeat_password' }} Repeat password{{ /i18n }} "
56
+ >
39
57
</div >
40
58
</div >
41
59
Original file line number Diff line number Diff line change 3
3
<a class =" button is-info"
4
4
href =" https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html#simple-query-string-syntax"
5
5
target =" _blank" >
6
- <span class =" icon is-small tooltip is-tooltip-top" data-tooltip =" View documentation of search operators" >
6
+ <span
7
+ class =" icon is-small tooltip is-tooltip-top"
8
+ data-tooltip =" {{ #i18n ' view_operator_docs' }} View documentation of search operators{{ /i18n }} "
9
+ >
7
10
<i class =" fas fa-question" aria-hidden =" true" ></i >
8
11
</span >
9
12
</a >
10
13
</div >
11
14
<div class =" control is-expanded" >
12
- <input class =" input" type =" text" placeholder =" Search our database" >
15
+ <input
16
+ class =" input"
17
+ type =" text"
18
+ placeholder =" {{ #i18n ' search_database' }} Search our database{{ /i18n }} "
19
+ >
13
20
</div >
14
21
<div class =" dropdown is-hoverable" >
15
22
<div class =" dropdown-trigger" >
35
42
</span >
36
43
</a >
37
44
</div >
38
- </div >
45
+ </div >
Original file line number Diff line number Diff line change 6
6
name = label
7
7
maxlength = 100
8
8
value =" {{ label }} "
9
- placeholder =" optional label for reference"
9
+ placeholder =" {{ #i18n ' optional_label_placeholder ' }} optional label for reference{{ /i18n }} "
10
10
class =" input"
11
11
>
12
12
</div >
You can’t perform that action at this time.
0 commit comments