mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-28 08:21:08 -04:00
Add a translation.
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"invoices": {
|
"invoices": {
|
||||||
"title": "Invoices"
|
"title": "Invoices",
|
||||||
|
"new_invoice": "New invoice"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"invoices": {
|
"invoices": {
|
||||||
"title": "Arved"
|
"title": "Arved",
|
||||||
|
"new_invoice": "Uus arve"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<div class="col-12 mb-4 pr-0 d-flex justify-content-between">
|
<div class="col-12 mb-4 pr-0 d-flex justify-content-between">
|
||||||
<h4 class="mb-0">{{ $t('title') }}</h4>
|
<h4 class="mb-0">{{ $t('title') }}</h4>
|
||||||
<div>
|
<div>
|
||||||
<button class="btn btn-sm btn-outline-dark" @click="createNewInvoice">New invoice</button>
|
<button class="btn btn-sm btn-outline-dark" @click="createNewInvoice">{{ $t('new_invoice') }}</button>
|
||||||
<b-dropdown variant="link" size="sm" no-caret right>
|
<b-dropdown variant="link" size="sm" no-caret right>
|
||||||
<template slot="button-content">
|
<template slot="button-content">
|
||||||
<i class="material-icons">more_vert</i>
|
<i class="material-icons">more_vert</i>
|
||||||
|
|||||||
Reference in New Issue
Block a user