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 1
1
<?php
2
- /*
2
+ return [
3
+ 'auth ' => [
4
+ /*
3
5
|--------------------------------------------------------------------------
4
6
| 5 Steps to Contribute a New Twill Localization at Ease
5
7
|--------------------------------------------------------------------------
9
11
| 4. Download the Google Sheet as CSV, replace the original "lang/lang.csv" with the new one.
10
12
| 5. Run the command "php artisan twill:lang" to sync all lang files.
11
13
*/
12
-
13
-
14
- return [
15
- 'auth ' => [
16
14
'back-to-login ' => 'Zurück zum Login ' ,
17
15
'choose-password ' => 'Passwort wählen ' ,
18
16
'email ' => 'E-Mail ' ,
26
24
'reset-password ' => 'Passwort zurücksetzen ' ,
27
25
'reset-send ' => 'Link zum Zurücksetzen des Passworts senden ' ,
28
26
'verify-login ' => 'Anmeldung bestätigen ' ,
27
+ 'auth-causer ' => 'Authentifizierung ' ,
29
28
],
30
29
'buckets ' => [
31
30
'intro ' => 'Was würden Sie heute gerne vorstellen? ' ,
145
144
],
146
145
],
147
146
'editor ' => 'Editor ' ,
147
+ 'options ' => 'Optionen ' ,
148
148
],
149
149
'lang-manager ' => [
150
150
'published ' => 'Veröffentlicht ' ,
196
196
'mine ' => 'Meine ' ,
197
197
'published ' => 'Veröffentlicht ' ,
198
198
'trash ' => 'Papierkorb ' ,
199
+ 'not-set ' => 'Ohne Wert ' ,
199
200
],
200
201
'filters ' => [
201
202
'all-label ' => 'Alle :label ' ,
You can’t perform that action at this time.
0 commit comments