File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11<?php
2- /*
2+ return [
3+ 'auth ' => [
4+ /*
35 |--------------------------------------------------------------------------
46 | 5 Steps to Contribute a New Twill Localization at Ease
57 |--------------------------------------------------------------------------
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 ' ,
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 ' ,
You can’t perform that action at this time.
0 commit comments