Skip to content

Commit e522c48

Browse files
committed
del more language
1 parent ed0e5d3 commit e522c48

File tree

43 files changed

+17
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+17
-160
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
maven { url 'https://dl.bintray.com/umsdk/release' }
1515
}
1616
dependencies {
17-
classpath 'com.android.tools.build:gradle:4.1.2'
17+
classpath 'com.android.tools.build:gradle:4.1.3'
1818
}
1919
}
2020

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lib_crop_java/src/main/res/values-de/strings.xml

-6
This file was deleted.

lib_crop_java/src/main/res/values-fi/strings.xml

-7
This file was deleted.

lib_crop_java/src/main/res/values-fr/strings.xml

-5
This file was deleted.

lib_crop_java/src/main/res/values-it/strings.xml

-5
This file was deleted.

lib_crop_java/src/main/res/values-ko/strings.xml

-6
This file was deleted.

lib_crop_java/src/main/res/values-nl/strings.xml

-5
This file was deleted.

lib_crop_java/src/main/res/values-sk/strings.xml

-7
This file was deleted.

lib_crop_java/src/main/res/values-zh-rTW/strings.xml

-11
This file was deleted.

lib_crop_java/src/main/res/values-zh/strings.xml

-8
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<resources>
22

3-
<string name="ucrop_label_original">Original</string>
4-
<string name="ucrop_label_edit_photo">Edit Photo</string>
3+
<string name="ucrop_label_original">原始比例</string>
4+
<string name="ucrop_label_edit_photo">裁切</string>
55

6-
<string name="ucrop_menu_crop">Crop</string>
6+
<string name="ucrop_menu_crop">裁切</string>
77

8-
<string name="ucrop_error_input_data_is_absent" translatable="false">Both input and output Uri must be specified</string>
9-
<string name="ucrop_mutate_exception_hint" translatable="false">Therefore, override color resource (ucrop_color_toolbar_widget) in your app to make it work on pre-L devices</string>
10-
<string name="ucrop_rotate">Rotate</string>
11-
<string name="ucrop_scale">Scale</string>
12-
<string name="ucrop_crop">Crop</string>
8+
<string name="ucrop_error_input_data_is_absent" translatable="false">必須指定輸入以及輸出的 Uri</string>
9+
<string name="ucrop_mutate_exception_hint" translatable="false">在你的 App 內覆寫顏色資源檔 (ucrop_color_toolbar_widget) 使 5.0 以前裝置正常運作</string>
10+
<string name="ucrop_rotate">旋转</string>
11+
<string name="ucrop_scale">缩放</string>
12+
<string name="ucrop_crop">裁切</string>
1313

1414
</resources>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lib_crop_native/src/main/res/values-de/strings.xml

-6
This file was deleted.

lib_crop_native/src/main/res/values-es/strings.xml

-12
This file was deleted.

lib_crop_native/src/main/res/values-fi/strings.xml

-7
This file was deleted.

lib_crop_native/src/main/res/values-fr/strings.xml

-5
This file was deleted.

lib_crop_native/src/main/res/values-it/strings.xml

-5
This file was deleted.

lib_crop_native/src/main/res/values-ja/strings.xml

-11
This file was deleted.

lib_crop_native/src/main/res/values-ko/strings.xml

-6
This file was deleted.

lib_crop_native/src/main/res/values-nl/strings.xml

-5
This file was deleted.

lib_crop_native/src/main/res/values-sk/strings.xml

-7
This file was deleted.

lib_crop_native/src/main/res/values-zh-rTW/strings.xml

-11
This file was deleted.

lib_crop_native/src/main/res/values-zh/strings.xml

-8
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<resources>
22

3-
<string name="ucrop_label_original">Original</string>
4-
<string name="ucrop_label_edit_photo">Edit Photo</string>
3+
<string name="ucrop_label_original">原始比例</string>
4+
<string name="ucrop_label_edit_photo">裁切</string>
55

6-
<string name="ucrop_menu_crop">Crop</string>
6+
<string name="ucrop_menu_crop">裁切</string>
77

8-
<string name="ucrop_error_input_data_is_absent" translatable="false">Both input and output Uri must be specified</string>
9-
<string name="ucrop_mutate_exception_hint" translatable="false">Therefore, override color resource (ucrop_color_toolbar_widget) in your app to make it work on pre-L devices</string>
10-
<string name="ucrop_rotate">Rotate</string>
11-
<string name="ucrop_scale">Scale</string>
12-
<string name="ucrop_crop">Crop</string>
8+
<string name="ucrop_error_input_data_is_absent" translatable="false">必須指定輸入以及輸出的 Uri</string>
9+
<string name="ucrop_mutate_exception_hint" translatable="false">在你的 App 內覆寫顏色資源檔 (ucrop_color_toolbar_widget) 使 5.0 以前裝置正常運作</string>
10+
<string name="ucrop_rotate">旋转</string>
11+
<string name="ucrop_scale">缩放</string>
12+
<string name="ucrop_crop">裁切</string>
1313

1414
</resources>

0 commit comments

Comments
 (0)