-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #215 from rabiakoca/master
Add Turkish localization
- Loading branch information
Showing
4 changed files
with
59 additions
and
4 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
CTAssetsPickerController/Resources/tr.lproj/CTAssetsPicker.strings
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,49 @@ | ||
/* Navigation bar buttons */ | ||
"Cancel" = "Vazgeç"; | ||
"Done" = "Bitti"; | ||
|
||
/* Default title */ | ||
"Photos" = "Fotoğraflar"; | ||
|
||
/* No. of selected */ | ||
"%@ Photo Selected" = "%@ Fotoğraf seçildi"; | ||
"%@ Photos Selected" = "%@ Fotoğraf seçildi"; | ||
"%@ Video Selected" = "%@ Vidyo seçildi"; | ||
"%@ Videos Selected" = "%@ Vidyo seçildi"; | ||
"%@ Items Selected" = "%@ Öğe seçildi"; | ||
|
||
/* Grid view footer */ | ||
"%@ Photos" = "%@ Fotoğraf"; | ||
"%@ Videos" = "%@ Vidyo"; | ||
"%@ Photos, %@ Videos" = "%1$@ Fotoğraf, %2$@ Vidyo"; | ||
|
||
/* Assets index */ | ||
"%@ of %@" = "%2$@ içerisinden %1$@"; | ||
|
||
/* Messages if privacy is not granted */ | ||
"This app does not have access to your photos or videos." = "Bu uygulamanın fotoğraflarınıza ya da vidyolarınıza erişim hakkı bulunmuyor."; | ||
"You can enable access in Privacy Settings." = "Gizlilik Ayarlarından uygulamaya izin verebilirsiniz."; | ||
|
||
/* Messages if no assets */ | ||
"No Photos or Videos" = "Hiç fotoğraf ya da vidyo bulunamadı"; | ||
|
||
/* The parameter will be replaced by the device model name */ | ||
"You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes." = "Kamerayı kullanarak fotoğraf ve vidyo çekebilirsiniz ya da fotoğraf ve vidyolarınızı %@\n hesabınıza iTunes kullanarak eşleyebilirsiniz."; | ||
"You can sync photos and videos onto your %@ using iTunes." = "Fotoğraf ve vidyoları iTunes kullanarak %@ hesabınıza eşleyebilirsiniz."; | ||
|
||
/* Accessibility labels */ | ||
"Play" = "Oynat"; | ||
"Select" = "Seç"; | ||
"Deselect" = "Seçimi bırak"; | ||
|
||
/* Video duration spell out */ | ||
"hours" = "saat"; | ||
"hour" = "saat"; | ||
"minutes" = "dakika"; | ||
"minute" = "dakika"; | ||
"seconds" = "saniye"; | ||
"second" = "saniye"; | ||
|
||
/* Error message of playing stream video */ | ||
"Cannot Play Stream Video" = "Vidyo oynatılamıyor"; | ||
"OK" = "Tamam"; |
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,3 @@ | ||
|
||
/* Class = "UILabel"; text = "CTAssetsPickerDemo"; ObjectID = "kId-c2-rCX"; */ | ||
"kId-c2-rCX.text" = "CTAssetsPickerDemo"; |