mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
fix: add pluralization for userRolesUpdated toast message (#20827)
Co-authored-by: Artem Vladimirov <a.vladimirov@small.kz>
This commit is contained in:
parent
35ce275071
commit
32f1d85a6f
@ -745,7 +745,8 @@
|
|||||||
"createRole": "Role {{role}} created successfully",
|
"createRole": "Role {{role}} created successfully",
|
||||||
"updateCameras": "Cameras updated for role {{role}}",
|
"updateCameras": "Cameras updated for role {{role}}",
|
||||||
"deleteRole": "Role {{role}} deleted successfully",
|
"deleteRole": "Role {{role}} deleted successfully",
|
||||||
"userRolesUpdated": "{{count}} user(s) assigned to this role have been updated to 'viewer', which has access to all cameras."
|
"userRolesUpdated_one": "{{count}} user assigned to this role has been updated to 'viewer', which has access to all cameras.",
|
||||||
|
"userRolesUpdated_other": "{{count}} users assigned to this role have been updated to 'viewer', which has access to all cameras."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"createRoleFailed": "Failed to create role: {{errorMessage}}",
|
"createRoleFailed": "Failed to create role: {{errorMessage}}",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user