You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Language/pt-BR/Cache.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@
14
14
// Cache language settings
15
15
return [
16
16
'unableToWrite' => 'O cache está incapaz de escrever em "{0}"', // 'Cache unable to write to "{0}".',
17
-
'invalidHandlers' => 'A configuração de cache deve ter uma array de $validHandlers.', // 'Cache config must have an array of $validHandlers.',
17
+
'invalidHandler' => 'O driver de cache "{0}" não é um manipulador de cache válido.', // 'Cache driver "{0}" is not a valid cache handler.',
18
+
'invalidHandlers' => 'A configuração de cache deve ter uma array de $validHandlers.', // 'Cache config must have an array of $validHandlers.',
18
19
'noBackup' => 'A configuração de cache deve ter um handler e um backupHandler definido.', // 'Cache config must have a handler and backupHandler set.',
19
20
'handlerNotFound' => 'A configuração de cache possui um handler ou backup handler inválido na definição.', // 'Cache config has an invalid handler or backup handler specified.',
0 commit comments