parent
3c60ad4f14
commit
a78659b206
43 changed files with 402 additions and 288 deletions
|
|
@ -56,7 +56,7 @@
|
|||
</div>
|
||||
</v-col>
|
||||
<v-col cols="6" v-if="ptt">
|
||||
<div class="swipe-info"><< Swipe to cancel</div>
|
||||
<div class="swipe-info"><< {{$t('voice_recorder.swipe_to_cancel')}}</div>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
<v-icon color="white">delete_outline</v-icon>
|
||||
</v-col>
|
||||
<v-col cols="6">
|
||||
<div class="swipe-info">Release to cancel</div>
|
||||
<div class="swipe-info">{{$t('voice_recorder.release_to_cancel')}}</div>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
</v-col>
|
||||
<v-col cols="3">
|
||||
<v-btn @click.stop="cancelRecording" text class="swipe-info"
|
||||
>Cancel</v-btn
|
||||
>{{$t('menu.cancel')}}</v-btn
|
||||
>
|
||||
</v-col>
|
||||
<v-col cols="3">
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
<v-row align="center">
|
||||
<v-col>
|
||||
<div class="swipe-info">
|
||||
{{ errorMessage || "Failed to record audio" }}
|
||||
{{ errorMessage || $t('voice_recorder.failed_to_record') }}
|
||||
</div>
|
||||
</v-col>
|
||||
<v-col align="right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue