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.
1 parent 66cb266 commit 3a5146aCopy full SHA for 3a5146a
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