Skip to content

Commit 7beda0e

Browse files
Merge pull request #23 from Jonas-johansen/Norwegian-translation
Add norwegian translation
2 parents 1f634bc + 51e839a commit 7beda0e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)