#118 - fix to policies and added translations
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
</div>
|
||||
</td>
|
||||
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
|
||||
{{ DateTime.fromSQL(key.updatedAt).toRelative() }}
|
||||
{{ key.updatedAt }}
|
||||
</td>
|
||||
<td class="p-4 text-sm text-right text-gray-500 whitespace-nowrap">
|
||||
<Menu
|
||||
@@ -310,7 +310,6 @@
|
||||
import { DotsVerticalIcon, TrashIcon, CheckIcon, SelectorIcon } from '@heroicons/vue/solid'
|
||||
import DominoMaskIcon from 'vue-material-design-icons/DominoMask.vue'
|
||||
import HandshakeIcon from 'vue-material-design-icons/Handshake.vue'
|
||||
import { DateTime } from 'luxon'
|
||||
import { Menu, MenuButton, MenuItem, MenuItems } from '@headlessui/vue'
|
||||
import { computed, ref } from 'vue'
|
||||
import { Dialog, DialogOverlay, DialogTitle, TransitionChild, TransitionRoot } from '@headlessui/vue'
|
||||
|
@@ -66,5 +66,9 @@
|
||||
"Vacation request :title has been :status": "Wniosek urlopowy :title został :status",
|
||||
"The vacation request :title from user :requester has been :status.": "Wniosek urlopowy :title użytkownika :requester został :status.",
|
||||
"Vacation request :title has been created on your behalf": "Wniosek urlopowy :title został utworzony w Twoim imieniu",
|
||||
"The vacation request :title has been created correctly by user :creator on your behalf in the :appName.": "W systemie :appName został poprawnie utworzony wniosek urlopowy :title w Twoim imieniu przez użytkownika :creator."
|
||||
"The vacation request :title has been created correctly by user :creator on your behalf in the :appName.": "W systemie :appName został poprawnie utworzony wniosek urlopowy :title w Twoim imieniu przez użytkownika :creator.",
|
||||
"Key has been created.": "Klucz został utworzony.",
|
||||
"Key has been deleted.": "Klucz został usunięty.",
|
||||
"Key has been taken.": "Klucz został zabrany.",
|
||||
"Key has been given.": "Klucz został przekazany."
|
||||
}
|
||||
|
Reference in New Issue
Block a user