Skip to content

Commit 67105eb

Browse files
committed
chore: improve English translation: "without perforation" -> "imperf."
[skip ci]
1 parent 003afb6 commit 67105eb

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

src/main/java/ru/mystamps/web/feature/series/SeriesLinkDto.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* Example of a link:
2828
* <code>
29-
* &lt;a href="/series/{id}"&gt;{country}, {year}, {quantity} stamps (without perforation)&lt;/a&gt;
29+
* &lt;a href="/series/{id}"&gt;{country}, {year}, {quantity} stamps (imperf.)&lt;/a&gt;
3030
* </code>
3131
*/
3232
@Getter

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ t_create_category = add a category
1616
t_issue_date = Date of release
1717
t_stamp = stamp
1818
t_stamps = stamps
19-
t_wo_perforation_short = without perforation
19+
t_wo_perforation_short = imperf.
2020
t_open_my_collection = Open my collection
2121
t_name_in_english = Name (in English)
2222
t_name_in_russian = Name (in Russian)

src/main/webapp/WEB-INF/views/category/info.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3 id="page-header" th:text="${categoryName}">
9797
<a href="../series/info.html" th:href="@{${INFO_SERIES_PAGE}(id=${series.id})}">
9898
<span th:remove="tag" th:if="${series.releaseYear != null}" th:text="|${series.releaseYear}, |">1980, </span>
9999
<span th:remove="tag" th:text="|${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}|">10&nbsp;stamps</span>
100-
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(without perforation)</span>
100+
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(imperf.)</span>
101101
</a>
102102
</li>
103103
<li>

src/main/webapp/WEB-INF/views/collection/estimation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h3 class="text-center" th:text="#{t_collection_of(${ownerName})}">
8686
<span th:remove="tag" th:if="${series.countryName != null}" th:text="|${series.countryName}, |">Italy, </span>
8787
<span th:remove="tag" th:if="${series.releaseYear != null}" th:text="|${series.releaseYear}, |">1999, </span>
8888
<span th:remove="tag" th:text="|${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}|">7&nbsp;stamps</span>
89-
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(without perforation)</span>
89+
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(imperf.)</span>
9090
</a>
9191
<!--/*/
9292
<span class="label label-default"

src/main/webapp/WEB-INF/views/collection/info.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
134134
<span th:remove="tag" th:if="${series.country != null}" th:text="|${series.country}, |">Italy, </span>
135135
<span th:remove="tag" th:if="${series.releaseYear != null}" th:text="|${series.releaseYear}, |">1999, </span>
136136
<span th:remove="tag" th:text="|${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}|">7&nbsp;stamps</span>
137-
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(without perforation)</span>
137+
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(imperf.)</span>
138138
</a>
139139
<!--/*/
140140
<span class="label label-default"

src/main/webapp/WEB-INF/views/country/info.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h3 id="page-header" th:text="${#strings.capitalize(header)}">
9696
<a href="../series/info.html" th:href="@{${INFO_SERIES_PAGE}(id=${series.id})}">
9797
<span th:remove="tag" th:if="${series.releaseYear != null}" th:text="|${series.releaseYear}, |">1980, </span>
9898
<span th:remove="tag" th:text="|${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}|">10&nbsp;stamps</span>
99-
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(without perforation)</span>
99+
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(imperf.)</span>
100100
</a>
101101
</li>
102102
<li>

src/main/webapp/WEB-INF/views/series/info.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ <h5 class="text-center" th:text="#{t_similar_series}">
348348
<span th:remove="tag" th:if="${series.country != null}" th:text="|${series.country}, |">Italy, </span>
349349
<span th:remove="tag" th:if="${series.year != null}" th:text="|${series.year}, |">1999, </span>
350350
<span th:remove="tag" th:text="|${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}|">7&nbsp;stamps</span>
351-
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(without perforation)</span>
351+
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(imperf.)</span>
352352
</a>
353353
</li>
354354
<li><a href="../series/info.html">Italy, 4&nbsp;stamps</a></li>

src/main/webapp/WEB-INF/views/series/search_result.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3 class="text-center" th:text="${#strings.capitalize(search_results)}">
8888
<a href="../series/info.html" th:href="@{${INFO_SERIES_PAGE}(id=${series.id})}">
8989
<span th:remove="tag" th:if="${series.releaseYear != null}" th:text="|${series.releaseYear}, |">1999, </span>
9090
<span th:remove="tag" th:text="|${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}|">7&nbsp;stamps</span>
91-
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(without perforation)</span>
91+
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(imperf.)</span>
9292
</a>
9393
</li>
9494
<li>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h4 class="panel-title" th:text="#{t_recently_added_series}">Recently added seri
126126
<span th:remove="tag" th:if="${series.country != null}" th:text="|${series.country}, |">Italy, </span>
127127
<span th:remove="tag" th:if="${series.year != null}" th:text="|${series.year}, |">1999, </span>
128128
<span th:remove="tag" th:text="|${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}|">7&nbsp;stamps</span>
129-
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(without perforation)</span>
129+
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(imperf.)</span>
130130
</a>
131131
</li>
132132
<li><a href="../series/info.html">Italy, 1997, 8&nbsp;stamps</a></li>
@@ -135,9 +135,9 @@ <h4 class="panel-title" th:text="#{t_recently_added_series}">Recently added seri
135135
<li><a href="../series/info.html">Italy, 2002, 12&nbsp;stamps</a></li>
136136
<li><a href="../series/info.html">Italy, 1993, 19&nbsp;stamps</a></li>
137137
<li><a href="../series/info.html">Italy, 4&nbsp;stamps</a></li>
138-
<li><a href="../series/info.html">Italy, 11&nbsp;stamps (without perforation)</a></li>
138+
<li><a href="../series/info.html">Italy, 11&nbsp;stamps (imperf.)</a></li>
139139
<li><a href="../series/info.html">Italy, 2014, 1&nbsp;stamp</a></li>
140-
<li><a href="../series/info.html">Italy, 1996, 16&nbsp;stamps (without perforation)</a></li>
140+
<li><a href="../series/info.html">Italy, 1996, 16&nbsp;stamps (imperf.)</a></li>
141141
</ul>
142142
</div>
143143
</div>

0 commit comments

Comments
 (0)