Skip to content

Commit

Permalink
new locale values
Browse files Browse the repository at this point in the history
  • Loading branch information
brezedc authored Jan 2, 2025
1 parent 373ee1f commit b407565
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion en.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,10 @@
"NO_ATTACHMENTS": "No Attachments",
"WEAPONS_INVOLVED": "Weapons Involved",
"NO_WEAPONS_INVOLVED": "No Weapons Involved",
"REMOVE_WEAPON": {
"TITLE": "Remove Weapon",
"DESCRIPTION": "Are you sure you want to remove the weapon from the report?"
},
"OFFICERS_INVOLVED": "Officers Involved",
"NO_OFFICERS_INVOLVED": "No Officers Involved",
"REMOVE_OFFICER": {
Expand All @@ -637,7 +641,7 @@
},
"CIVILLIANS_INVOLVED": "Civillians Involved",
"NO_CIVILLIANS_INVOLVED": "No Civillians Involved",
"REMOVE_CIVILIAN": {
"REMOVE_CIVILLIAN": {
"TITLE": "Remove Civilian",
"DESCRIPTION": "Are you sure you want to remove {name} from the report?"
},
Expand Down Expand Up @@ -1293,6 +1297,12 @@
"DELETE_PROPERTY_POPUP": {
"TITLE": "Delete Property",
"DESCRIPTION": "Are you sure you want to delete this property?"
},

"ERROR": {
"TITLE": "Error",
"MISSING_FIELDS": "You're missing the following fields: {fields}",
"OK": "OK"
}
}
},
Expand Down

0 comments on commit b407565

Please sign in to comment.