1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Updated translations with latest Crowdin changes (#5409)

This commit is contained in:
Dan Brown
2025-02-26 13:51:51 +00:00
committed by GitHub
parent a384599cfa
commit 6211d6bcfc
226 changed files with 4356 additions and 510 deletions

View File

@@ -127,6 +127,14 @@ return [
'comment_update' => 'aktualizoval komentář',
'comment_delete' => 'odstranil komentář',
// Sort Rules
'sort_rule_create' => 'vytvořil/a pravidlo řazení',
'sort_rule_create_notification' => 'Pravidlo řazení bylo úspěšně vytvořeno',
'sort_rule_update' => 'aktualizoval/a pravidlo řazení',
'sort_rule_update_notification' => 'Pravidlo řazení bylo úspěšně aktualizováno',
'sort_rule_delete' => 'odstranil/a pravidlo řazení',
'sort_rule_delete_notification' => 'Pravidlo řazení bylo úspěšně odstraněno',
// Other
'permissions_update' => 'oprávnění upravena',
];