-
-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: Added missing translations, and support for Gujarati language (…
- Loading branch information
1 parent
05b4d58
commit 43af11c
Showing
18 changed files
with
61 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="ic_rotate_left_24">વિરુદ્ધ ઘૂરો</string> | ||
<string name="ic_rotate_right_24">ઘૂરો</string> | ||
<string name="crop_image_menu_crop">કાપો</string> | ||
<string name="ic_flip_24">ફ્લિપ</string> | ||
<string name="ic_flip_24_horizontally">જ્યાં સુધીનું ફ્લિપ</string> | ||
<string name="ic_flip_24_vertically">લંબાઈમાં ફ્લિપ</string> | ||
<string name="pick_image_chooser_title">સ્રોત પસંદ કરો</string> | ||
<string name="pick_image_camera">કેમેરા</string> | ||
<string name="pick_image_gallery">ગેલેરી</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="ic_rotate_left_24">逆時針旋轉</string> | ||
<string name="ic_rotate_right_24">旋轉</string> | ||
<string name="crop_image_menu_crop">裁切</string> | ||
<string name="ic_flip_24">翻轉</string> | ||
<string name="ic_flip_24_horizontally">水平翻轉</string> | ||
<string name="ic_flip_24_vertically">垂直翻轉</string> | ||
<string name="pick_image_chooser_title">選擇來源</string> | ||
<string name="ic_rotate_left_24">逆時針旋轉</string> | ||
<string name="ic_rotate_right_24">旋轉</string> | ||
<string name="crop_image_menu_crop">裁切</string> | ||
<string name="ic_flip_24">翻轉</string> | ||
<string name="ic_flip_24_horizontally">水平翻轉</string> | ||
<string name="ic_flip_24_vertically">垂直翻轉</string> | ||
<string name="pick_image_chooser_title">選擇來源</string> | ||
<string name="pick_image_camera">相機</string> | ||
<string name="pick_image_gallery">相簿</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<string name="ic_rotate_left_24">Rotate counter clockwise</string> | ||
<string name="ic_rotate_right_24">Rotate</string> | ||
<string name="crop_image_menu_crop">Crop</string> | ||
<string name="ic_flip_24">Flip</string> | ||
<string name="ic_flip_24_horizontally">Flip horizontally</string> | ||
<string name="ic_flip_24_vertically">Flip vertically</string> | ||
<string name="pick_image_chooser_title">Select source</string> | ||
<string name="pick_image_camera" tools:ignore="MissingTranslation">Camera</string> | ||
<string name="pick_image_gallery" tools:ignore="MissingTranslation">Gallery</string> | ||
<resources> | ||
<string name="ic_rotate_left_24">Rotate counter clockwise</string> | ||
<string name="ic_rotate_right_24">Rotate</string> | ||
<string name="crop_image_menu_crop">Crop</string> | ||
<string name="ic_flip_24">Flip</string> | ||
<string name="ic_flip_24_horizontally">Flip horizontally</string> | ||
<string name="ic_flip_24_vertically">Flip vertically</string> | ||
<string name="pick_image_chooser_title">Select source</string> | ||
<string name="pick_image_camera">Camera</string> | ||
<string name="pick_image_gallery">Gallery</string> | ||
</resources> |