Skip to content

Commit 340b5a7

Browse files
comradekinguweblate
authored andcommitted
Translated using Weblate (Norwegian Bokmål)
Currently translated at 33.4% (109 of 326 strings) Translation: Twill CMS/Twill CMS UI Translate-URL: https://hosted.weblate.org/projects/twill-cms/twill-cms-ui/nb_NO/
1 parent 7d266eb commit 340b5a7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

lang/no/lang.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
2-
/*
2+
return [
3+
'auth' => [
4+
/*
35
|--------------------------------------------------------------------------
46
| 5 Steps to Contribute a New Twill Localization at Ease
57
|--------------------------------------------------------------------------
@@ -9,10 +11,6 @@
911
| 4. Download the Google Sheet as CSV, replace the original "lang/lang.csv" with the new one.
1012
| 5. Run the command "php artisan twill:lang" to sync all lang files.
1113
*/
12-
13-
14-
return [
15-
'auth' => [
1614
'email' => 'Epost',
1715
'forgot-password' => 'Glemt passord',
1816
'login' => 'Logg inn',
@@ -152,7 +150,7 @@
152150
'content-fieldset-label' => 'Brukerinnstilling',
153151
'disabled' => 'Deaktivert',
154152
'edit-modal-title' => 'Rediger brukernavn',
155-
'email' => 'Epost',
153+
'email' => 'E-post',
156154
'enable-user' => 'Aktiver bruker',
157155
'enable-user-and-close' => 'Aktiver bruker og lukk',
158156
'enable-user-and-create-new' => 'Aktiver bruker og opprett ny',

0 commit comments

Comments
 (0)