Skip to content

Commit 12bd670

Browse files
voronkovichjaviereguiluz
authored andcommitted
Update Russian and English translations
1 parent 0680841 commit 12bd670

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

app/Resources/translations/messages.en.xliff

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,17 @@
198198
<trans-unit id="post.no_posts_found">
199199
<source>post.no_posts_found</source>
200200
<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>
201212
</trans-unit>
202213

203214
<trans-unit id="help.app_description">

app/Resources/translations/messages.ru.xliff

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,17 @@
198198
<trans-unit id="post.no_posts_found">
199199
<source>post.no_posts_found</source>
200200
<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>
201212
</trans-unit>
202213

203214
<trans-unit id="help.app_description">

0 commit comments

Comments
 (0)