8000 Modify strings. (#123) · fulldecent/FDTake@97631ed · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Modify strings. (#123)
Browse files Browse the repository at this point in the history
Modify Localizable.strings for Traditional Chinese.
  • Loading branch information
poormusic2001 authored May 12, 2020
1 parent 36079b8 commit 97631ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/Resources/zh-Hant.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"cancel" = "取消";

/* Option to select photo from library */
"chooseFromLibrary" = "從相冊選擇";
"chooseFromLibrary" = "從相簿選擇";

/* Option to select photo from photo roll */
"chooseFromPhotoRoll" = "從相冊選擇";
"chooseFromPhotoRoll" = "從相簿選擇";

/* There are no sources available to select a photo */
"noSources" = "沒有照片可選";
Expand All @@ -14,4 +14,4 @@
"takePhoto" = "拍照";

/* Option to take video using camera */
"takeVideo" = "拍視頻";
"takeVideo" = "錄影";

0 comments on commit 97631ed

Please sign in to comment.
0