File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
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 'back-to-login ' => 'Zurück zum Login ' ,
1715 'choose-password ' => 'Passwort wählen ' ,
1816 'email ' => 'E-Mail ' ,
2624 'reset-password ' => 'Passwort zurücksetzen ' ,
2725 'reset-send ' => 'Link zum Zurücksetzen des Passworts senden ' ,
2826 'verify-login ' => 'Anmeldung bestätigen ' ,
27+ 'auth-causer ' => 'Authentifizierung ' ,
2928 ],
3029 'buckets ' => [
3130 'intro ' => 'Was würden Sie heute gerne vorstellen? ' ,
145144 ],
146145 ],
147146 'editor ' => 'Editor ' ,
147+ 'options ' => 'Optionen ' ,
148148 ],
149149 'lang-manager ' => [
150150 'published ' => 'Veröffentlicht ' ,
196196 'mine ' => 'Meine ' ,
197197 'published ' => 'Veröffentlicht ' ,
198198 'trash ' => 'Papierkorb ' ,
199+ 'not-set ' => 'Ohne Wert ' ,
199200 ],
200201 'filters ' => [
201202 'all-label ' => 'Alle :label ' ,
You can’t perform that action at this time.
0 commit comments