Explorar el Código

Translate profile.php to German

Anton Strömkvist hace 5 años
padre
commit
0d49150669
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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.',
 ];