Skip to content

Commit

Permalink
feat: i18n add missing toast #71
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousm4x committed Oct 1, 2023
1 parent a1cba01 commit d544899
Show file tree
Hide file tree
Showing 7 changed files with 434 additions and 432 deletions.
1 change: 1 addition & 0 deletions frontend/src/lib/i18n/de/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ const de = {
permissions_created: 'Berechtigungen für {username} erstellt',
permissions_deleted: 'Berechtigungen für {username} gelöscht',
permissions_updated: 'Berechtigungen für {username} geändert',
permissions_updated_personal: 'Deine Berechtigungen wurden geupdated',
no_permission: 'Du hast keine Berechtigung für {url}',
device_created: '{device} erstellt',
devices_created_multiple: '{count|int} Geräte erstellt',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lib/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ const en_US = {
permissions_created: 'Permissions for {username} created',
permissions_deleted: 'Permissions for {username} deleted',
permissions_updated: 'Permissions for {username} updated',
permissions_updated_personal: 'Your permissions have been updated',
no_permission: "You don't have permission to visit {url}",
device_created: 'Created {device}',
devices_created_multiple: 'Created {count|int} devices',
Expand Down
Loading

0 comments on commit d544899

Please sign in to comment.