fix(costs): rework the cost panel UX wise and apply prettier on the shared package

This commit is contained in:
jubnl
2026-06-18 13:59:10 +02:00
parent ad6e1ddcc8
commit d5850041a7
584 changed files with 6915 additions and 10724 deletions
+2 -4
View File
@@ -22,16 +22,14 @@ const notifications: TranslationStrings = {
'notifications.test.title': 'Notifikasi uji dari {actor}',
'notifications.test.text': 'Ini adalah notifikasi uji sederhana.',
'notifications.test.booleanTitle': '{actor} meminta persetujuanmu',
'notifications.test.booleanText':
'Ini adalah notifikasi uji boolean. Pilih tindakan di bawah.',
'notifications.test.booleanText': 'Ini adalah notifikasi uji boolean. Pilih tindakan di bawah.',
'notifications.test.accept': 'Setujui',
'notifications.test.decline': 'Tolak',
'notifications.test.navigateTitle': 'Cek sesuatu',
'notifications.test.navigateText': 'Ini adalah notifikasi uji navigasi.',
'notifications.test.goThere': 'Ke sana',
'notifications.test.adminTitle': 'Siaran Admin',
'notifications.test.adminText':
'{actor} mengirim notifikasi uji ke semua admin.',
'notifications.test.adminText': '{actor} mengirim notifikasi uji ke semua admin.',
'notifications.test.tripTitle': '{actor} memposting di perjalananmu',
'notifications.test.tripText': 'Notifikasi uji untuk perjalanan "{trip}".',
};