Skip to content

Commit 308bc15

Browse files
authored
Merge pull request #1985 from weblate/weblate-image-resizer-image-resizer
Translations update from Hosted Weblate
2 parents a3ea317 + b8237c8 commit 308bc15

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

core/resources/src/main/res/values-zh-rCN/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@
10971097
<string name="grid_size_y">网格大小 Y</string>
10981098
<string name="equalize_histogram_adaptive_luv">均衡直方图自适应 LUV</string>
10991099
<string name="equalize_histogram_adaptive_lab">均衡直方图自适应 LAB</string>
1100-
<string name="clahe">Clahe</string>
1100+
<string name="clahe">CLAHE</string>
11011101
<string name="clahe_lab">Clahe LAB</string>
11021102
<string name="clahe_luv">Clahe LUV</string>
11031103
<string name="frame_color">边框颜色</string>

core/resources/src/main/res/values/strings.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?><!--
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
23
~ ImageToolbox is an image editor for android
34
~ Copyright (c) 2025 T8RIN (Malik Mukhametzyanov)
45
~
@@ -13,8 +14,7 @@
1314
~
1415
~ You should have received a copy of the Apache License
1516
~ along with this program. If not, see <http://www.apache.org/licenses/LICENSE-2.0>.
16-
-->
17-
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
17+
--><resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
1818
<string name="app_name" translatable="false">Image Toolbox</string>
1919
<string name="app_launcher_name" translatable="false">Image Toolbox</string>
2020
<string name="file_provider" translatable="false">com.t8rin.imagetoolbox.fileprovider</string>
@@ -1119,16 +1119,16 @@
11191119
<string name="equalize_histogram_adaptive">Equalize Histogram Adaptive</string>
11201120
<string name="equalize_histogram_adaptive_luv">Equalize Histogram Adaptive LUV</string>
11211121
<string name="equalize_histogram_adaptive_lab">Equalize Histogram Adaptive LAB</string>
1122-
<string name="clahe">Clahe</string>
1123-
<string name="clahe_lab">Clahe LAB</string>
1124-
<string name="clahe_luv">Clahe LUV</string>
1122+
<string name="clahe">CLAHE</string>
1123+
<string name="clahe_lab">CLAHE LAB</string>
1124+
<string name="clahe_luv">CLAHE LUV</string>
11251125
<string name="crop_to_content">Crop to Content</string>
11261126
<string name="frame_color">Frame Color</string>
11271127
<string name="color_to_ignore">Color To Ignore</string>
11281128
<string name="template">Template</string>
11291129
<string name="no_template_filters">No template filters added</string>
11301130
<string name="create_new">Create New</string>
1131-
<string name="scanned_qr_code_isnt_filter_template">Scanned QR code is not a valid filter template</string>
1131+
<string name="scanned_qr_code_isnt_filter_template">The scanned QR code is not a valid filter template</string>
11321132
<string name="scan_qr_code">Scan QR code</string>
11331133
<string name="opened_file_have_no_filter_template">Selected file have no filter template data</string>
11341134
<string name="create_template">Create Template</string>
@@ -1653,4 +1653,4 @@
16531653
<string name="right_to_left">Right to Left</string>
16541654
<string name="top_to_bottom">Top to Bottom</string>
16551655
<string name="bottom_to_top">Bottom to Top</string>
1656-
</resources>
1656+
</resources>

0 commit comments

Comments
 (0)