User app error handling upgrades
This commit is contained in:
@@ -90,3 +90,13 @@ en:
|
||||
closed: 'Closed'
|
||||
lists:
|
||||
show_more: Show more
|
||||
app:
|
||||
error:
|
||||
title: There is a problem with the application
|
||||
body: Please try to restart
|
||||
errors:
|
||||
404:
|
||||
model:
|
||||
message: Cannot find %{model} with id %{id}
|
||||
general:
|
||||
message: Cannot find resource
|
||||
|
||||
@@ -88,3 +88,14 @@ nl:
|
||||
closed: 'Afgesloten'
|
||||
lists:
|
||||
show_more: Meer tonen
|
||||
app:
|
||||
error:
|
||||
title: Er is een probleem met de applicatie
|
||||
body: Herstart de applicatie om het op te lossen
|
||||
|
||||
errors:
|
||||
404:
|
||||
model:
|
||||
message: %{model} met id %{id} kan niet worden gevonden
|
||||
general:
|
||||
message: Data niet beschikbaar
|
||||
|
||||
Reference in New Issue
Block a user