Sfoglia il codice sorgente

Translate profile.php to German

Anton Strömkvist 5 anni fa
parent
commit
0d49150669
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      resources/lang/de/profile.php

+ 3 - 0
resources/lang/de/profile.php

@@ -9,4 +9,7 @@ return [
   'privateProfileWarning' => 'Dieser Account ist privat',
   'alreadyFollow'         => ':username bereits folgen?',
   'loginToSeeProfile'     => 'um deren Bilder und Videos zu sehen.',
+
+  'status.disabled.header' 	  => 'Profil nicht verfügbar',
+  'status.disabled.body'	  => 'Entschuldigung, dieses Profil ist im Moment nicht verfügbar. Bitte versuchen Sie es später noch einmal.',
 ];