Skip to content

Commit 27462a8

Browse files
committed
/site/events: merge translations for the same word.
No functional changes.
1 parent a7aaa87 commit 27462a8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/main/resources/ru/mystamps/i18n/Messages.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ t_name = Name
2323
t_url = URL
2424
t_add_buyer_seller = add buyer/seller
2525
t_import_series = import a series
26+
t_date = Date
2627

2728
# header
2829
t_my_stamps = My stamps
@@ -36,7 +37,6 @@ t_write_email = Write e-mail
3637
t_suspicious_activities = suspicious activities
3738
t_no_suspicious_activities_found = No suspicious activities found
3839
t_type = Type
39-
t_occurred = Date
4040
t_page = Page
4141
t_method = Method
4242
t_user_login = Login
@@ -140,7 +140,6 @@ t_add_image = Add image
140140
t_add_image_error = This series has enough images. Please, contact with admin if you want to add more images
141141
t_who_selling_series = Who was selling/buying this series
142142
t_add_info_who_selling_series = Add info about selling/buying this series
143-
t_date = Date
144143
t_seller = Seller
145144
t_add_seller_hint = You can also <a tabindex="-1" href="{0}">add a new seller</a>
146145
t_price = Price

src/main/resources/ru/mystamps/i18n/Messages_ru.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ t_name = Имя
2323
t_url = Ссылка
2424
t_add_buyer_seller = добавить продавца/покупателя
2525
t_import_series = импортировать серию
26+
t_date = Дата
2627

2728
# шапка
2829
t_my_stamps = Мои марки
@@ -36,7 +37,6 @@ t_write_email = Написать письмо
3637
t_suspicious_activities = подозрительная активность
3738
t_no_suspicious_activities_found = Подозрительная активность не обнаружена
3839
t_type = Тип
39-
t_occurred = Дата
4040
t_page = Страница
4141
t_method = Метод
4242
t_user_login = Логин
@@ -140,7 +140,6 @@ t_add_image = Добавить изображение
140140
t_add_image_error = Эта серия содержит все необходимые изображения. Пожалуйста, свяжитесь с администратором, если вы хотите добавить больше изображений
141141
t_who_selling_series = Покупки и продажи этой серии
142142
t_add_info_who_selling_series = Добавить покупки и продажи этой серии
143-
t_date = Дата
144143
t_seller = Продавец
145144
t_add_seller_hint = Вы также можете <a tabindex="-1" href="{0}">добавить нового продавца</a>
146145
t_price = Цена

src/main/webapp/WEB-INF/views/site/events.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h3 class="text-center" th:text="${#strings.capitalize(suspicious_activities)}">
7575
<thead>
7676
<tr>
7777
<th th:text="#{t_type}">Type</th>
78-
<th th:text="#{t_occurred}">Date</th>
78+
<th th:text="#{t_date}">Date</th>
7979
<th th:text="#{t_method}">Method</th>
8080
<th th:text="#{t_page}">Page</th>
8181
<th th:text="#{t_user_login}">Login</th>

0 commit comments

Comments
 (0)