diff --git a/lang/sr/activities.php b/lang/sr/activities.php index 3a978b272..4077c0745 100644 --- a/lang/sr/activities.php +++ b/lang/sr/activities.php @@ -64,61 +64,61 @@ return [ // Auth 'auth_login' => 'пријављени', 'auth_register' => 'регистрован као нови корисник', - 'auth_password_reset_request' => 'requested user password reset', - 'auth_password_reset_update' => 'reset user password', - 'mfa_setup_method' => 'configured MFA method', - 'mfa_setup_method_notification' => 'Multi-factor method successfully configured', - 'mfa_remove_method' => 'removed MFA method', - 'mfa_remove_method_notification' => 'Multi-factor method successfully removed', + 'auth_password_reset_request' => 'захтевано ресетовање корисничке лозинке', + 'auth_password_reset_update' => 'ресетуј корисничку лозинку', + 'mfa_setup_method' => 'конфигурисан МФА метод', + 'mfa_setup_method_notification' => 'Вишефакторска метода је успешно конфигурисана', + 'mfa_remove_method' => 'уклоњен МФА метод', + 'mfa_remove_method_notification' => 'Вишефакторска метода је успешно уклоњена', // Settings - 'settings_update' => 'updated settings', - 'settings_update_notification' => 'Settings successfully updated', - 'maintenance_action_run' => 'ran maintenance action', + 'settings_update' => 'ажурирана подешавања', + 'settings_update_notification' => 'Подешавања су успешно ажурирана', + 'maintenance_action_run' => 'покренуо акцију одржавања', // Webhooks - 'webhook_create' => 'created webhook', - 'webhook_create_notification' => 'Webhook successfully created', - 'webhook_update' => 'updated webhook', - 'webhook_update_notification' => 'Webhook successfully updated', - 'webhook_delete' => 'deleted webhook', - 'webhook_delete_notification' => 'Webhook successfully deleted', + 'webhook_create' => 'креиран вебхоок', + 'webhook_create_notification' => 'Вебхоок је успешно креиран', + 'webhook_update' => 'ажуриран вебхоок', + 'webhook_update_notification' => 'Вебхоок је успешно ажуриран', + 'webhook_delete' => 'обрисан вебхоок', + 'webhook_delete_notification' => 'Вебхоок је успешно обрисан', // Users - 'user_create' => 'created user', - 'user_create_notification' => 'User successfully created', - 'user_update' => 'updated user', - 'user_update_notification' => 'User successfully updated', - 'user_delete' => 'deleted user', - 'user_delete_notification' => 'User successfully removed', + 'user_create' => 'креирао корисника', + 'user_create_notification' => 'Корисник је успешно креиран', + 'user_update' => 'ажуриран корисник', + 'user_update_notification' => 'Корисник је успешно ажуриран', + 'user_delete' => 'избрисан корисника', + 'user_delete_notification' => 'Корисник је успешно уклоњен', // API Tokens - 'api_token_create' => 'created api token', - 'api_token_create_notification' => 'API token successfully created', - 'api_token_update' => 'updated api token', - 'api_token_update_notification' => 'API token successfully updated', - 'api_token_delete' => 'deleted api token', - 'api_token_delete_notification' => 'API token successfully deleted', + 'api_token_create' => 'креирао апи токен', + 'api_token_create_notification' => 'АПИ токен је успешно креиран', + 'api_token_update' => 'ажуриран апи токен', + 'api_token_update_notification' => 'АПИ токен је успешно ажуриран', + 'api_token_delete' => 'обрисан апи токен', + 'api_token_delete_notification' => 'АПИ токен је успешно избрисан', // Roles - 'role_create' => 'created role', - 'role_create_notification' => 'Role successfully created', - 'role_update' => 'updated role', - 'role_update_notification' => 'Role successfully updated', - 'role_delete' => 'deleted role', - 'role_delete_notification' => 'Role successfully deleted', + 'role_create' => 'створена улога', + 'role_create_notification' => 'Улога је успешно направљена', + 'role_update' => 'ажурирана улога', + 'role_update_notification' => 'Улога је успешно ажурирана', + 'role_delete' => 'обрисана улога', + 'role_delete_notification' => 'Улога је успешно избрисана', // Recycle Bin - 'recycle_bin_empty' => 'emptied recycle bin', - 'recycle_bin_restore' => 'restored from recycle bin', - 'recycle_bin_destroy' => 'removed from recycle bin', + 'recycle_bin_empty' => 'испражњена корпа за отпатке', + 'recycle_bin_restore' => 'враћен из корпе за отпатке', + 'recycle_bin_destroy' => 'уклоњен из корпе за отпатке', // Comments - 'commented_on' => 'commented on', - 'comment_create' => 'added comment', - 'comment_update' => 'updated comment', - 'comment_delete' => 'deleted comment', + 'commented_on' => 'коментарисао', + 'comment_create' => 'додао/ла коментар', + 'comment_update' => 'ажуриран коментар', + 'comment_delete' => 'обрисан коментар', // Other - 'permissions_update' => 'updated permissions', + 'permissions_update' => 'ажуриране дозволе', ];