Skip to content

Commit ae31349

Browse files
committed
Add debug.inputVarsHidden language line
1 parent 3ec0610 commit ae31349

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Languages/en/debug.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
'logId' => 'Log id',
2727
'logIdCopied' => 'Log id copied!',
2828
'clickToCopyLogId' => 'Click to copy the log id',
29+
'inputVarsHidden' => 'The following input variables are hidden: {0}.',
2930
];

src/Languages/es/debug.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
'logId' => 'ID de registro',
2727
'logIdCopied' => '¡ID de registro copiado!',
2828
'clickToCopyLogId' => 'Haga clic para copiar el ID de registro',
29+
'inputVarsHidden' => 'Las siguientes variables de entrada están ocultas: {0}.',
2930
];

src/Languages/pt-br/debug.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
'logId' => 'Id do log',
2727
'logIdCopied' => 'Id do log copiado!',
2828
'clickToCopyLogId' => 'Clique para copiar o id do log',
29+
'inputVarsHidden' => 'As seguintes variáveis de entrada estão ocultas: {0}.',
2930
];

0 commit comments

Comments
 (0)