File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
app/Resources/translations Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 198
198
<trans-unit id =" post.no_posts_found" >
199
199
<source >post.no_posts_found</source >
200
200
<target >No posts found.</target >
201
+ <trans-unit id =" post.created_successfully" >
202
+ <source >post.created_successfully</source >
203
+ <target >Post created successfully!</target >
204
+ </trans-unit >
205
+ <trans-unit id =" post.updated_successfully" >
206
+ <source >post.updated_successfully</source >
207
+ <target >Post updated successfully!</target >
208
+ </trans-unit >
209
+ <trans-unit id =" post.deleted_successfully" >
210
+ <source >post.deleted_successfully</source >
211
+ <target >Post deleted successfully!</target >
201
212
</trans-unit >
202
213
203
214
<trans-unit id =" help.app_description" >
Original file line number Diff line number Diff line change 198
198
<trans-unit id =" post.no_posts_found" >
199
199
<source >post.no_posts_found</source >
200
200
<target >Ни одной записи не найдено.</target >
201
+ <trans-unit id =" post.created_successfully" >
202
+ <source >post.created_successfully</source >
203
+ <target >Запись успешно создана!</target >
204
+ </trans-unit >
205
+ <trans-unit id =" post.updated_successfully" >
206
+ <source >post.updated_successfully</source >
207
+ <target >Запись успешно обновлена!</target >
208
+ </trans-unit >
209
+ <trans-unit id =" post.deleted_successfully" >
210
+ <source >post.deleted_successfully</source >
211
+ <target >Запись успешно удалена!</target >
201
212
</trans-unit >
202
213
203
214
<trans-unit id =" help.app_description" >
You can’t perform that action at this time.
0 commit comments