mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Give all files the standard warning (to be replaced).
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -39,6 +41,9 @@ return [
|
||||
'error_location' => 'Błąd wystąpił w pliku <span style="font-family: monospace;">:file</span> linia :line z kodem :code.',
|
||||
'stacktrace' => 'Ślad stosu',
|
||||
'more_info' => 'Więcej informacji',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'collect_info' => 'Więcej informacji znajdziesz w katalogu <code>storage/logs</code>, w który zawiera pliki dziennika. Jeśli używasz Docker, użyj <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Więcej informacji o zbieraniu informacji o błędach możesz znaleźć w <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Uzyskaj pomoc na GitHub',
|
||||
|
Reference in New Issue
Block a user