|
12 | 12 |
|
13 | 13 | <b-modal :active.sync="modals[1].status"> |
14 | 14 | <header class="modal-card-head"> |
15 | | - <p class="modal-card-title modal-title" v-html="this.$t('help.what_are_cc_licenses.heading')"/> |
| 15 | + <p class="modal-card-title modal-title" v-html="this.$t('help.what-are-cc-licenses.heading')"/> |
16 | 16 | </header> |
17 | 17 | <section class="modal-card-body"> |
18 | | - <article class="help-text" v-html="this.$t('help.what_are_cc_licenses.text')"/> |
| 18 | + <article class="help-text" v-html="this.$t('help.what-are-cc-licenses.text')"/> |
19 | 19 | <footer class="modal-card-foot"> |
20 | | - <p v-html="this.$t('help.what_are_cc_licenses.footer')"/> |
| 20 | + <p v-html="this.$t('help.what-are-cc-licenses.footer')"/> |
21 | 21 | </footer> |
22 | 22 | </section> |
23 | 23 | </b-modal> |
24 | 24 | <b-modal :active.sync="modals[2].status"> |
25 | 25 | <header class="modal-card-head"> |
26 | 26 | <p class="modal-card-title modal-title"> |
27 | | - {{ $t('help.how_licenses_work.heading') }} |
| 27 | + {{ $t('help.how-licenses-work.heading')}} |
28 | 28 | </p> |
29 | 29 | </header> |
30 | 30 | <section class="modal-card-body"> |
31 | | - <article v-html="this.$t('help.how_licenses_work.text')"/> |
32 | | - <footer class="modal-card-foot" v-html="this.$t('help.how_licenses_work.footer')"/> |
| 31 | + <article v-html="this.$t('help.how-licenses-work.text')"/> |
| 32 | + <footer class="modal-card-foot" v-html="this.$t('help.how-licenses-work.footer')"/> |
33 | 33 | </section> |
34 | 34 | </b-modal> |
35 | 35 | <b-modal :active.sync="modals[3].status"> |
36 | 36 | <header class="modal-card-head"> |
37 | 37 | <p class="modal-card-title modal-title"> |
38 | | - {{ $t('help.what_icons_mean.heading') }} |
| 38 | + {{ $t('help.what-icons-mean.heading')}} |
39 | 39 | </p> |
40 | 40 | </header> |
41 | 41 | <section class="modal-card-body"> |
|
45 | 45 | <div class="edu-icons-title-section is-gapless"> |
46 | 46 | <img src="../assets/license-icons/cc-by_icon.svg"> |
47 | 47 | <div class="icon-title"> |
48 | | - <b>{{ $t('help.what_icons_mean.BY.long_name') }}</b> |
49 | | - <p class="help">{{ $t('help.what_icons_mean.BY.short_name') }}</p> |
| 48 | + <b>{{ $t('help.what-icons-mean.BY.long-name')}}</b> |
| 49 | + <p class="help">{{ $t('help.what-icons-mean.BY.short-name')}}</p> |
50 | 50 | </div> |
51 | 51 | </div> |
52 | 52 | <p> |
53 | | - {{ $t('help.what_icons_mean.BY.text')}} |
| 53 | + {{ $t('help.what-icons-mean.BY.text')}} |
54 | 54 | </p> |
55 | 55 | </div> |
56 | 56 | <div class="edu-icons-section is-gapless"> |
57 | 57 | <div class="edu-icons-title-section"> |
58 | 58 | <img src="../assets/license-icons/cc-nd_icon.svg"> |
59 | 59 | <div class="icon-title"> |
60 | | - <b>{{ $t('help.what_icons_mean.ND.long_name') }}</b> |
61 | | - <p class="help">{{ $t('help.what_icons_mean.ND.short_name') }}</p> |
| 60 | + <b>{{ $t('help.what-icons-mean.ND.long-name')}}</b> |
| 61 | + <p class="help">{{ $t('help.what-icons-mean.ND.short-name')}}</p> |
62 | 62 | </div> |
63 | 63 | </div> |
64 | 64 | <p> |
65 | | - {{ $t('help.what_icons_mean.ND.text') }} |
| 65 | + {{ $t('help.what-icons-mean.ND.text')}} |
66 | 66 |
|
67 | 67 | </p> |
68 | 68 | </div> |
|
72 | 72 | <div class="edu-icons-title-section"> |
73 | 73 | <img class="icon-img" src="../assets/license-icons/cc-nc_icon.svg"> |
74 | 74 | <div class="icon-title"> |
75 | | - <b>{{ $t('help.what_icons_mean.NC.long_name') }}</b> |
76 | | - <p class="help">{{ $t('help.what_icons_mean.NC.short_name') }}</p> |
| 75 | + <b>{{ $t('help.what-icons-mean.NC.long-name')}}</b> |
| 76 | + <p class="help">{{ $t('help.what-icons-mean.NC.short-name')}}</p> |
77 | 77 | </div> |
78 | 78 | </div> |
79 | | - <div v-html="this.$t('help.what_icons_mean.NC.text')"></div> |
| 79 | + <div v-html="this.$t('help.what-icons-mean.NC.text')"></div> |
80 | 80 | </div> |
81 | 81 | <div class="edu-icons-section"> |
82 | 82 | <div class="edu-icons-title-section is-gapless"> |
83 | 83 | <img src="../assets/license-icons/cc-sa_icon.svg"> |
84 | 84 | <div class="icon-title"> |
85 | | - <b>{{ $t('help.what_icons_mean.SA.long_name') }}</b> |
86 | | - <p class="help">{{ $t('help.what_icons_mean.SA.short_name') }}</p> |
| 85 | + <b>{{ $t('help.what-icons-mean.SA.long-name')}}</b> |
| 86 | + <p class="help">{{ $t('help.what-icons-mean.SA.short-name')}}</p> |
87 | 87 | </div> |
88 | 88 | </div> |
89 | 89 | <p> |
90 | | - {{ $t('help.what_icons_mean.SA.text') }} |
| 90 | + {{ $t('help.what-icons-mean.SA.text')}} |
91 | 91 | </p> |
92 | 92 | </div> |
93 | 93 | </div> |
94 | 94 | </div> |
95 | | - <footer class="modal-card-foot" v-html="this.$t('help.what_icons_mean.footer')"> |
| 95 | + <footer class="modal-card-foot" v-html="this.$t('help.what-icons-mean.footer')"> |
96 | 96 |
|
97 | 97 | </footer> |
98 | 98 | </section> |
99 | 99 | </b-modal> |
100 | 100 | <b-modal :active.sync="modals[4].status"> |
101 | 101 | <header class="modal-card-head"> |
102 | 102 | <p class="modal-card-title modal-title"> |
103 | | - {{ $t('help.considerations_before_licensing.heading') }} |
| 103 | + {{ $t('help.considerations-before-licensing.heading')}} |
104 | 104 | </p> |
105 | 105 | </header> |
106 | 106 | <section class="modal-card-body"> |
107 | | - <article v-html="this.$t('help.considerations_before_licensing.text')" /> |
| 107 | + <article v-html="this.$t('help.considerations-before-licensing.text')" /> |
108 | 108 | <footer class="modal-card-foot"> |
109 | | - <p v-html="this.$t('help.considerations_before_licensing.footer')" /> |
| 109 | + <p v-html="this.$t('help.considerations-before-licensing.footer')" /> |
110 | 110 | </footer> |
111 | 111 | </section> |
112 | 112 | </b-modal> |
113 | 113 | <b-modal :active.sync="modals[5].status"> |
114 | 114 | <header class="modal-card-head"> |
115 | 115 | <p class="modal-card-title modal-title"> |
116 | | - {{ $t('help.how_formally_license.heading') }} |
| 116 | + {{ $t('help.how-formally-license.heading')}} |
117 | 117 | </p> |
118 | 118 | </header> |
119 | 119 | <section class="modal-card-body"> |
120 | | - <article v-html="this.$t('help.how_formally_license.text')"/> |
| 120 | + <article v-html="this.$t('help.how-formally-license.text')"/> |
121 | 121 | </section> |
122 | 122 | </b-modal> |
123 | 123 | <b-modal :active.sync="modals[6].status"> |
124 | 124 | <header class="modal-card-head"> |
125 | 125 | <p class="modal-card-title modal-title"> |
126 | | - {{ $t('help.six_cc_licenses.heading') }} |
| 126 | + {{ $t('help.six-cc-licenses.heading')}} |
127 | 127 | </p> |
128 | 128 | </header> |
129 | 129 | <section class="modal-card-body"> |
130 | 130 | <div class="columns"> |
131 | 131 | <div class="column is-two-thirds"> |
132 | 132 | <article |
133 | | - v-html="this.$t('help.six_cc_licenses.text')"> |
| 133 | + v-html="this.$t('help.six-cc-licenses.text')"> |
134 | 134 | </article> |
135 | 135 | </div> |
136 | 136 | <div class="column"> |
|
139 | 139 | </div> |
140 | 140 |
|
141 | 141 | <footer class="modal-card-foot"> |
142 | | - <p v-html="this.$t('help.six_cc_licenses.footer')" /> |
| 142 | + <p v-html="this.$t('help.six-cc-licenses.footer')" /> |
143 | 143 | </footer> |
144 | 144 | </section> |
145 | 145 | </b-modal> |
146 | 146 | <b-modal :active.sync="modals[7].status"> |
147 | 147 | <header class="modal-card-head"> |
148 | | - <p class="modal-card-title modal-title">{{ $t('help.how_licenses_communicated.heading') }} |
| 148 | + <p class="modal-card-title modal-title">{{$t('help.how-licenses-communicated.heading')}} |
149 | 149 | </p> |
150 | 150 | </header> |
151 | 151 | <section class="modal-card-body"> |
152 | | - <p v-html="this.$t('help.how_licenses_communicated.text')" /> |
| 152 | + <p v-html="this.$t('help.how-licenses-communicated.text')" /> |
153 | 153 | <table class="table is-hoverable is-fullwidth"> |
154 | 154 | <tbody> |
155 | 155 | <tr> |
156 | | - <th>{{ $t('general.license_full_name') }}</th> |
157 | | - <td>{{ $t('license_full_names.CC-BY-SA') }}</td> |
| 156 | + <th>{{$t('help.how-licenses-communicated.full-name')}}</th> |
| 157 | + <td>{{$t('help.how-licenses-communicated.CC-BY-SA')}}</td> |
158 | 158 | </tr> |
159 | 159 | <tr> |
160 | | - <th>{{ $t('general.license_short_name') }}</th> |
| 160 | + <th>{{$t('help.how-licenses-communicated.short-name')}}</th> |
161 | 161 | <td>CC BY-NC</td> |
162 | 162 | </tr> |
163 | 163 | <tr> |
164 | | - <th>{{ $t('general.license_icons') }}</th> |
| 164 | + <th>{{$t('help.how-licenses-communicated.license-icons')}}</th> |
165 | 165 | <td><LicenseIconography :icon-list="['', 'by', 'nc']"/></td> |
166 | 166 | </tr> |
167 | 167 | </tbody> |
@@ -201,31 +201,31 @@ export default { |
201 | 201 | modals: { |
202 | 202 | 1: { |
203 | 203 | status: false, |
204 | | - title: 'what_are_cc_licenses' |
| 204 | + title: 'what-are-cc-licenses' |
205 | 205 | }, |
206 | 206 | 2: { |
207 | 207 | status: false, |
208 | | - title: 'how_licenses_work' |
| 208 | + title: 'how-licenses-work' |
209 | 209 | }, |
210 | 210 | 3: { |
211 | 211 | status: false, |
212 | | - title: 'what_icons_mean' |
| 212 | + title: 'what-icons-mean' |
213 | 213 | }, |
214 | 214 | 4: { |
215 | 215 | status: false, |
216 | | - title: 'considerations_before_licensing' |
| 216 | + title: 'considerations-before-licensing' |
217 | 217 | }, |
218 | 218 | 5: { |
219 | 219 | status: false, |
220 | | - title: 'how_formally_license' |
| 220 | + title: 'how-formally-license' |
221 | 221 | }, |
222 | 222 | 6: { |
223 | 223 | status: false, |
224 | | - title: 'six_cc_licenses' |
| 224 | + title: 'six-cc-licenses' |
225 | 225 | }, |
226 | 226 | 7: { |
227 | 227 | status: false, |
228 | | - title: 'how_licenses_communicated' |
| 228 | + title: 'how-licenses-communicated' |
229 | 229 | } |
230 | 230 | } |
231 | 231 | } |
|
0 commit comments