File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
"agree" : " 我同意使用條款"
59
59
},
60
60
"buttons" : {
61
- "agree" : " 前往註冊 " ,
61
+ "agree" : " 繼續註冊 " ,
62
62
"disagree" : " 不同意"
63
63
}
64
64
},
Original file line number Diff line number Diff line change 287
287
<p style =" text-align : right " >以上</p >
288
288
</div >
289
289
<label class =" Checkbox-label" >
290
- 利用規約に同意します
290
+ {{ $t('common.agree_terms.checkbox.agree') }}
291
291
<input
292
292
v-model =" toggle"
293
293
type =" checkbox"
301
301
:is-disabled =" !isCheck"
302
302
class =" Button"
303
303
theme =" primary"
304
- text =" 登録へ進む "
304
+ : text =" $t('common.agree_terms.buttons.agree') "
305
305
@click =" $router.push(localePath('/user/signup'))"
306
306
/>
307
307
<base-action-button
308
308
class =" Button"
309
309
theme =" border"
310
- text =" 同意しない "
310
+ : text =" $t('common.agree_terms.buttons.disagree') "
311
311
@click =" $router.push(localePath('/'))"
312
312
/>
313
313
</div >
You can’t perform that action at this time.
0 commit comments