Skip to content

Commit 5012b75

Browse files
Apertium APyweblate
authored andcommitted
Translated using Weblate (German)
Currently translated at 97.8% (319 of 326 strings) Translation: Twill CMS/Twill CMS UI Translate-URL: https://hosted.weblate.org/projects/twill-cms/twill-cms-ui/de/
1 parent 2f29ccb commit 5012b75

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lang/de/lang.php

Lines changed: 6 additions & 5 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
'back-to-login' => 'Zurück zum Login',
1715
'choose-password' => 'Passwort wählen',
1816
'email' => 'E-Mail',
@@ -26,6 +24,7 @@
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?',
@@ -145,6 +144,7 @@
145144
],
146145
],
147146
'editor' => 'Editor',
147+
'options' => 'Optionen',
148148
],
149149
'lang-manager' => [
150150
'published' => 'Veröffentlicht',
@@ -196,6 +196,7 @@
196196
'mine' => 'Meine',
197197
'published' => 'Veröffentlicht',
198198
'trash' => 'Papierkorb',
199+
'not-set' => 'Ohne Wert',
199200
],
200201
'filters' => [
201202
'all-label' => 'Alle :label',

0 commit comments

Comments
 (0)