From c605c614a5319eedefea0d3889c92fc95f4bcd2f Mon Sep 17 00:00:00 2001 From: Eric Wang <37554696+ericwang401@users.noreply.github.com> Date: Sun, 15 Oct 2023 03:10:48 -0500 Subject: [PATCH] New translations backups.php (Polish) --- lang/pl_PL/server/backups.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lang/pl_PL/server/backups.php b/lang/pl_PL/server/backups.php index 1d23c65bbe8..38b94171293 100644 --- a/lang/pl_PL/server/backups.php +++ b/lang/pl_PL/server/backups.php @@ -1,23 +1,23 @@ 'Create Backup', - 'empty_state' => 'There are no backups', - 'counter_tooltip' => 'You\'ve made :count out of :max backups', + 'create_backup' => 'Stwórz kopię', + 'empty_state' => 'Nie ma żadnych kopii', + 'counter_tooltip' => 'Wykonałeś :count z :max kopii zapasowych', 'create_modal' => [ - 'title' => 'Create a Backup', - 'description' => 'Creating a backup will take a copy of your server files. This can take a while depending on the size of your server.', - 'compression_type' => 'Compression Type', - 'mode' => 'Mode', + 'title' => 'Tworzenie kopii zapasowej', + 'description' => 'Utworzenie kopii zapasowej spowoduje wykonanie kopii plików serwera. Może to trochę potrwać w zależności od wielkości serwera.', + 'compression_type' => 'Typ kompresji', + 'mode' => 'Tryb', 'modes' => [ 'snapshot' => 'Snapshot', - 'suspend' => 'Suspend', - 'kill' => 'Kill', + 'suspend' => 'Wyłączony', + 'kill' => 'Wymuszony', ], ], 'delete_modal' => [ - 'title' => 'Delete :name?', - 'description' => 'Are you sure you want to delete this backup?', + 'title' => 'Usunąć :name?', + 'description' => 'Czy na pewno chcesz usunąć kopię zapasową?', ], 'restore_modal' => [ 'title' => 'Restore From :name?',