1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +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' => 'ενημερώθηκε σχόλιο',
'comment_delete' => 'διαγράφηκε σχόλιο',
// Sort Rules
'sort_rule_create' => 'created sort rule',
'sort_rule_create_notification' => 'Sort rule successfully created',
'sort_rule_update' => 'updated sort rule',
'sort_rule_update_notification' => 'Sort rule successfully updated',
'sort_rule_delete' => 'deleted sort rule',
'sort_rule_delete_notification' => 'Sort rule successfully deleted',
// Other
'permissions_update' => 'ενημερωμένα δικαιώματα',
];