Sync locales
This commit is contained in:
@@ -8,7 +8,6 @@ return array(
|
||||
'Edit' => 'Editovat',
|
||||
'remove' => 'odstranit',
|
||||
'Remove' => 'Odstranit',
|
||||
'Update' => 'Akualizovat',
|
||||
'Yes' => 'Ano',
|
||||
'No' => 'Ne',
|
||||
'cancel' => 'Zrušit',
|
||||
@@ -60,7 +59,6 @@ return array(
|
||||
'Actions' => 'Akce',
|
||||
'Inactive' => 'Neaktivní',
|
||||
'Active' => 'Aktivní',
|
||||
'Add this column' => 'Přidat sloupec',
|
||||
'%d tasks on the board' => '%d úkolů na nástěnce',
|
||||
'%d tasks in total' => '%d úkolů celkem',
|
||||
'Unable to update this board.' => 'Nástěnku není možné aktualizovat',
|
||||
@@ -184,7 +182,6 @@ return array(
|
||||
'Unable to remove this action.' => 'Tuto akci nelze odstranit.',
|
||||
'Action removed successfully.' => 'Akce byla úspěšně odstraněna.',
|
||||
'Automatic actions for the project "%s"' => 'Automaticky vykonávané akce pro projekt "%s"',
|
||||
'Defined actions' => 'Definované akce',
|
||||
'Add an action' => 'Přidat akci',
|
||||
'Event name' => 'Název události',
|
||||
'Action name' => 'Název akce',
|
||||
@@ -194,7 +191,6 @@ return array(
|
||||
'When the selected event occurs execute the corresponding action.' => 'Kdykoliv se vybraná událost objeví, vykonat odpovídající akci.',
|
||||
'Next step' => 'Další krok',
|
||||
'Define action parameters' => 'Definovat parametry akce',
|
||||
'Save this action' => 'Uložit akci',
|
||||
'Do you really want to remove this action: "%s"?' => 'Skutečně chcete odebrat tuto akci: "%s"?',
|
||||
'Remove an automatic action' => 'Odebrat automaticky prováděnou akci',
|
||||
'Assign the task to a specific user' => 'Přiřadit tento úkol konkrétnímu uživateli',
|
||||
@@ -1148,4 +1144,11 @@ return array(
|
||||
// 'This value must be greater than %d' => '',
|
||||
// 'Another swimlane with the same name exists in the project' => '',
|
||||
// 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
|
||||
// 'Actions duplicated successfully.' => '',
|
||||
// 'Unable to duplicate actions.' => '',
|
||||
// 'Add a new action' => '',
|
||||
// 'Import from another project' => '',
|
||||
// 'There is no action at the moment.' => '',
|
||||
// 'Import actions from another project' => '',
|
||||
// 'There is no available project.' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user