Add Italian translation and synchronize locale files
This commit is contained in:
@@ -51,6 +51,7 @@ return array(
|
||||
'Status' => 'Status',
|
||||
'Tasks' => 'Zadania',
|
||||
'Board' => 'Tablica',
|
||||
'Actions' => 'Akcje',
|
||||
'Inactive' => 'Nieaktywny',
|
||||
'Active' => 'Aktywny',
|
||||
'Column %d' => 'Kolumna %d',
|
||||
@@ -83,6 +84,7 @@ return array(
|
||||
'Application settings' => 'Ustawienia aplikacji',
|
||||
'Language' => 'Język',
|
||||
'Webhooks token:' => 'Token :',
|
||||
// 'API token:' => '',
|
||||
'More information' => 'Więcej informacji',
|
||||
'Database size:' => 'Rozmiar bazy danych :',
|
||||
'Download the database' => 'Pobierz bazę danych',
|
||||
@@ -180,9 +182,6 @@ return array(
|
||||
'Change assignee' => 'Zmień odpowiedzialną osobę',
|
||||
'Change assignee for the task "%s"' => 'Zmień odpowiedzialną osobę dla zadania "%s"',
|
||||
'Timezone' => 'Strefa czasowa',
|
||||
'Actions' => 'Akcje',
|
||||
'Confirmation' => 'Powtórzenie hasła',
|
||||
'Description' => 'Opis',
|
||||
'Sorry, I didn\'t found this information in my database!' => 'Niestety nie znaleziono tej informacji w bazie danych',
|
||||
'Page not found' => 'Strona nie istnieje',
|
||||
'Complexity' => 'Poziom trudności',
|
||||
@@ -205,13 +204,14 @@ return array(
|
||||
'Write your text in Markdown' => 'Możesz użyć Markdown',
|
||||
'Leave a comment' => 'Zostaw komentarz',
|
||||
'Comment is required' => 'Komentarz jest wymagany',
|
||||
// 'Leave a description' => '',
|
||||
'Comment added successfully.' => 'Komentarz dodany',
|
||||
'Unable to create your comment.' => 'Nie udało się dodać komentarza',
|
||||
'The description is required' => 'Opis jest wymagany',
|
||||
'Edit this task' => 'Edytuj zadanie',
|
||||
'Due Date' => 'Termin',
|
||||
'm/d/Y' => 'd/m/Y', // Date format parsed with php
|
||||
'month/day/year' => 'dzień/miesiąc/rok', // Help shown to the user
|
||||
'm/d/Y' => 'd/m/Y',
|
||||
'month/day/year' => 'dzień/miesiąc/rok',
|
||||
'Invalid date' => 'Błędna data',
|
||||
'Must be done before %B %e, %Y' => 'Termin do %e %B %Y',
|
||||
'%B %e, %Y' => '%e %B %Y',
|
||||
@@ -223,6 +223,7 @@ return array(
|
||||
'Action removed successfully.' => 'Akcja usunięta',
|
||||
'Automatic actions for the project "%s"' => 'Akcje automatyczne dla projektu "%s"',
|
||||
'Defined actions' => 'Zdefiniowane akcje',
|
||||
'Add an action' => 'Nowa akcja',
|
||||
'Event name' => 'Nazwa zdarzenia',
|
||||
'Action name' => 'Nazwa akcji',
|
||||
'Action parameters' => 'Parametry akcji',
|
||||
@@ -245,7 +246,6 @@ return array(
|
||||
'Open a closed task' => 'Otwarcie zamkniętego zadania',
|
||||
'Closing a task' => 'Zamknięcie zadania',
|
||||
'Assign a color to a specific user' => 'Przypisz kolor do wybranego użytkownika',
|
||||
'Add an action' => 'Nowa akcja',
|
||||
'Column title' => 'Tytuł kolumny',
|
||||
'Position' => 'Pozycja',
|
||||
'Move Up' => 'Przenieś wyżej',
|
||||
@@ -279,7 +279,7 @@ return array(
|
||||
'Remember Me' => 'Pamiętaj mnie',
|
||||
'Creation date' => 'Data utworzenia',
|
||||
// 'Filter by user' => '',
|
||||
// 'Filter by due date' => ',
|
||||
// 'Filter by due date' => '',
|
||||
// 'Everybody' => '',
|
||||
// 'Open' => '',
|
||||
// 'Closed' => '',
|
||||
@@ -288,7 +288,7 @@ return array(
|
||||
// 'Search in the project "%s"' => '',
|
||||
// 'Due date' => '',
|
||||
// 'Others formats accepted: %s and %s' => '',
|
||||
// 'Description' => '',
|
||||
'Description' => 'Opis',
|
||||
// '%d comments' => '',
|
||||
// '%d comment' => '',
|
||||
// 'Email address invalid' => '',
|
||||
@@ -360,7 +360,6 @@ return array(
|
||||
// 'The time must be a numeric value' => '',
|
||||
// 'Todo' => '',
|
||||
// 'In progress' => '',
|
||||
// 'Done' => '',
|
||||
// 'Sub-task removed successfully.' => '',
|
||||
// 'Unable to remove this sub-task.' => '',
|
||||
// 'Sub-task updated successfully.' => '',
|
||||
@@ -377,8 +376,8 @@ return array(
|
||||
// 'Unable to unlink your GitHub Account.' => '',
|
||||
// 'Login with my GitHub Account' => '',
|
||||
// 'Link my GitHub Account' => '',
|
||||
// 'Unlink my GitHub Account' => '',
|
||||
// 'Created by %s' => 'Créé par %s',
|
||||
// 'Unlink my GitHub Account' => '',
|
||||
// 'Created by %s' => '',
|
||||
// 'Last modified on %B %e, %Y at %k:%M %p' => '',
|
||||
// 'Tasks Export' => '',
|
||||
// 'Tasks exportation for "%s"' => '',
|
||||
|
||||
Reference in New Issue
Block a user