Update localizations

This commit is contained in:
Daniel Supernault 2018-08-27 21:06:32 -06:00
parent 3c5dc24bec
commit 75de27f482
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 6 additions and 9 deletions

View File

@ -1,7 +1,5 @@
+<?php <?php
+
+return [ return [
+ 'emptyPersonalTimeline' => 'Tu línea temporal está vacía.',
+ 'emptyPersonalTimeline' => 'Tu línea temporal está vacía.' ];
+
+];

View File

@ -12,5 +12,4 @@ return [
*/ */
'failed' => 'Ces informations ne correspondent pas à nos dossiers.', 'failed' => 'Ces informations ne correspondent pas à nos dossiers.',
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.',
]; ];
© 2018 GitHub, Inc.