Skip to content

Commit

Permalink
Merge pull request #28 from durul/master
Browse files Browse the repository at this point in the history
Add Traditional Turkish (tr-TR) Localization
  • Loading branch information
FabrizioBrancati authored May 8, 2017
2 parents 6f523dd + a8d2a7a commit 21d815c
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BFKit/BFKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@

/* Begin PBXFileReference section */
162938481CC0BCF100B8F140 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/BFKit.strings; sourceTree = "<group>"; };
2EDC5DEC1EC0AA50000897A3 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/BFKit.strings; sourceTree = "<group>"; };
492C96921BEE593800CDC75F /* BFKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BFKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
492C96951BEE593800CDC75F /* BFKit_Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BFKit_Header.h; sourceTree = "<group>"; };
492C96971BEE593800CDC75F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -500,6 +501,7 @@
"zh-Hant",
"pt-BR",
sv,
tr,
);
mainGroup = 492C96881BEE593800CDC75F;
productRefGroup = 492C96931BEE593800CDC75F /* Products */;
Expand Down Expand Up @@ -609,6 +611,7 @@
492C97021BEE59C200CDC75F /* zh-Hant */,
493CFF071C53DC1300272396 /* pt-BR */,
162938481CC0BCF100B8F140 /* sv */,
2EDC5DEC1EC0AA50000897A3 /* tr */,
);
name = BFKit.strings;
sourceTree = "<group>";
Expand Down
1 change: 1 addition & 0 deletions BFKitDemo/BFKitDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@
vi,
"zh-Hant",
"pt-BR",
tr,
);
mainGroup = 490276E319BDF3F8009B8BC1;
productRefGroup = 490276ED19BDF3F8009B8BC1 /* Products */;
Expand Down
74 changes: 74 additions & 0 deletions Source/Languages/tr.lproj/BFKit.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
//
// BFKit.strings
// BFKit
//
// The MIT License (MIT)
//
// Copyright (c) 2014 - 2017 Fabrizio Brancati. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all
// copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

// Generals
"OK" = "Tamam";
"CONTINUE" = "Devam et";
"CANCEL" = "İptal";
"DONE" = "Tamam";
"ERROR" = "Hata";
"WARNING" = "Uyarı";
"CLOSE" = "Kapat";
"OPEN" = "Aç";
"YES" = "Evet";
"NO" = "Hayır";

// Days
"TODAY" = "Bugün";
"TOMORROW" = "Yarın";
"SUNDAY" = "Pazar";
"MONDAY"= "Pazartesi";
"TUESDAY" = "Salı";
"WEDNESDAY" = "Çarşamba";
"THURSDAY" = "Perşembe";
"FRIDAY" = "Cuma";
"SATURDAY" = "Cumartesi";

// Months
"JANUARY" = "Ocak";
"FEBRUARY" = "Şubat";
"MARCH" = "Mart";
"APRIL" = "Nisan";
"MAY" = "Mayıs";
"JUNE" = "Haziran";
"JULY" = "Temmuz";
"AUGUST" = "Ağustos";
"SEPTEMBER" = "Eylül";
"OCTOBER" = "Ekim";
"NOVEMBER" = "Kasım";
"DECEMBER" = "Aralık";

// Time zones
"NIGHT" = "Gece";
"MORNING" = "Sabah";
"AFTERNOON" = "Öğlen";
"EVENING" = "Akşam";

// Authorization
"AUTHENTICATION" = "Doğrulama";
"AUTHORIZATION" = "Yetki";
"AUTHORIZED" = "Yetkili";
"NOT_OWNER" = "Yetkili değil";

0 comments on commit 21d815c

Please sign in to comment.