|
85 | 85 | 'webhook_delete_notification' => 'Webhook har tagits bort', |
86 | 86 |
|
87 | 87 | // Imports |
88 | | - 'import_create' => 'created import', |
89 | | - 'import_create_notification' => 'Import successfully uploaded', |
90 | | - 'import_run' => 'updated import', |
| 88 | + 'import_create' => 'import skapades', |
| 89 | + 'import_create_notification' => 'Import har laddats upp', |
| 90 | + 'import_run' => 'import uppdaterad', |
91 | 91 | 'import_run_notification' => 'Innehållet har importerats', |
92 | | - 'import_delete' => 'deleted import', |
| 92 | + 'import_delete' => 'import borttagen', |
93 | 93 | 'import_delete_notification' => 'Importen har tagits bort', |
94 | 94 |
|
95 | 95 | // Users |
|
128 | 128 | 'comment_delete' => 'raderad kommentar', |
129 | 129 |
|
130 | 130 | // Sort Rules |
131 | | - 'sort_rule_create' => 'created sort rule', |
132 | | - 'sort_rule_create_notification' => 'Sort rule successfully created', |
133 | | - 'sort_rule_update' => 'updated sort rule', |
134 | | - 'sort_rule_update_notification' => 'Sort rule successfully updated', |
135 | | - 'sort_rule_delete' => 'deleted sort rule', |
136 | | - 'sort_rule_delete_notification' => 'Sort rule successfully deleted', |
| 131 | + 'sort_rule_create' => 'sorteringsregel skapad', |
| 132 | + 'sort_rule_create_notification' => 'Sorteringsregel har skapats', |
| 133 | + 'sort_rule_update' => 'sorteringsregel uppdaterad', |
| 134 | + 'sort_rule_update_notification' => 'Sorteringsregel har uppdaterats', |
| 135 | + 'sort_rule_delete' => 'sorteringsregel borttagen', |
| 136 | + 'sort_rule_delete_notification' => 'Sorteringsregel har tagits bort', |
137 | 137 |
|
138 | 138 | // Other |
139 | 139 | 'permissions_update' => 'uppdaterade behörigheter', |
|
0 commit comments