We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f634bc + 51e839a commit 7beda0eCopy full SHA for 7beda0e
resources/lang/no/filament-comments.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+return [
4
+ 'comments' => 'Kommentarer',
5
+ 'comments.add' => 'Publiser kommentar',
6
+ 'comments.empty' => 'Ingen kommentarer enda.',
7
+ 'comments.placeholder' => 'Skriv en kommentar...',
8
9
+ 'notifications.created' => 'Kommentar lagt til.',
10
+ 'notifications.deleted' => 'Kommentar slettet.',
11
12
+ 'modal.heading' => 'Kommentarer',
13
+];
0 commit comments