File tree Expand file tree Collapse file tree 4 files changed +12
-16
lines changed
resources/ru/mystamps/i18n Expand file tree Collapse file tree 4 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ t_issue_date = Date of release
16
16
t_items = item(s)
17
17
t_wo_perforation_short = without perforation
18
18
t_open_my_collection = Open my collection
19
+ t_name_on_english = Name (on English)
20
+ t_name_on_russian = Name (on Russian)
19
21
20
22
# header
21
23
t_my_stamps = My stamps
@@ -102,16 +104,12 @@ In order to add this series to your collection you should <a href="{0}">register
102
104
103
105
# category/add.html
104
106
t_create_category_ucfirst = Add category
105
- t_category_on_english = Category (on English)
106
- t_category_on_russian = Category (on Russian)
107
107
108
108
# category/info.html
109
109
t_category_info = Category info
110
110
111
111
# country/add.html
112
112
t_add_country_ucfirst = Add country
113
- t_country_on_english = Country (on English)
114
- t_country_on_russian = Country (on Russian)
115
113
116
114
# country/info.html
117
115
t_country_info = Country info
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ t_issue_date = Дата выпуска
16
16
t_wo_perforation_short = б/з
17
17
t_items = шт.
18
18
t_open_my_collection = Открыть мою коллекцию
19
+ t_name_on_english = Название (на английском)
20
+ t_name_on_russian = Название (на русском)
19
21
20
22
# шапка
21
23
t_my_stamps = Мои марки
@@ -102,16 +104,12 @@ t_need_authentication_to_add_series_to_collection = \
102
104
103
105
# category/add.html
104
106
t_create_category_ucfirst = Создать категорию
105
- t_category_on_english = Категория (на английском)
106
- t_category_on_russian = Категория (на русском)
107
107
108
108
# category/info.html
109
109
t_category_info = Информация о категории
110
110
111
111
# country/add.html
112
112
t_add_country_ucfirst = Добавить страну
113
- t_country_on_english = Страна (на английском)
114
- t_country_on_russian = Страна (на русском)
115
113
116
114
# country/info.html
117
115
t_country_info = Информация о стране
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ <h3 th:text="#{t_create_category_ucfirst}">
66
66
67
67
< div class ="form-group " th:classappend ="${#fields.hasErrors('name') ? 'has-error' : ''} ">
68
68
< label path ="name " class ="control-label col-sm-4 ">
69
- < span class ="field-label " th:text ="#{t_category_on_english } ">
70
- Category (on English)
69
+ < span class ="field-label " th:text ="#{t_name_on_english } ">
70
+ Name (on English)
71
71
</ span >
72
72
< span id ="name.required " class ="required_field "> *</ span >
73
73
</ label >
@@ -79,8 +79,8 @@ <h3 th:text="#{t_create_category_ucfirst}">
79
79
80
80
< div class ="form-group " th:classappend ="${#fields.hasErrors('nameRu') ? 'has-error' : ''} ">
81
81
< label path ="nameRu " class ="control-label col-sm-4 ">
82
- < span class ="field-label " th:text ="#{t_category_on_russian } ">
83
- Category (on Russian)
82
+ < span class ="field-label " th:text ="#{t_name_on_russian } ">
83
+ Name (on Russian)
84
84
</ span >
85
85
< span id ="nameRu.required " class ="required_field "> *</ span >
86
86
</ label >
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ <h3 th:text="#{t_add_country_ucfirst}">
66
66
67
67
< div class ="form-group " th:classappend ="${#fields.hasErrors('name') ? 'has-error' : ''} ">
68
68
< label path ="name " class ="control-label col-sm-4 ">
69
- < span class ="field-label " th:text ="#{t_country_on_english } ">
70
- Country (on English)
69
+ < span class ="field-label " th:text ="#{t_name_on_english } ">
70
+ Name (on English)
71
71
</ span >
72
72
< span id ="name.required " class ="required_field "> *</ span >
73
73
</ label >
@@ -79,8 +79,8 @@ <h3 th:text="#{t_add_country_ucfirst}">
79
79
80
80
< div class ="form-group " th:classappend ="${#fields.hasErrors('nameRu') ? 'has-error' : ''} ">
81
81
< label path ="nameRu " class ="control-label col-sm-4 ">
82
- < span class ="field-label " th:text ="#{t_country_on_russian } ">
83
- Country (on Russian)
82
+ < span class ="field-label " th:text ="#{t_name_on_russian } ">
83
+ Name (on Russian)
84
84
</ span >
85
85
< span id ="nameRu.required " class ="required_field "> *</ span >
86
86
</ label >
You can’t perform that action at this time.
0 commit comments