From a8d2a7a55479b5f7603241224ec9286a9db7b89d Mon Sep 17 00:00:00 2001 From: durul Date: Mon, 8 May 2017 09:32:37 -0400 Subject: [PATCH] Add Traditional Turkish (tr-TR) Localization --- BFKit/BFKit.xcodeproj/project.pbxproj | 3 + BFKitDemo/BFKitDemo.xcodeproj/project.pbxproj | 1 + Source/Languages/tr.lproj/BFKit.strings | 74 +++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 Source/Languages/tr.lproj/BFKit.strings diff --git a/BFKit/BFKit.xcodeproj/project.pbxproj b/BFKit/BFKit.xcodeproj/project.pbxproj index 202de85..cc8d3ec 100644 --- a/BFKit/BFKit.xcodeproj/project.pbxproj +++ b/BFKit/BFKit.xcodeproj/project.pbxproj @@ -104,6 +104,7 @@ /* Begin PBXFileReference section */ 162938481CC0BCF100B8F140 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/BFKit.strings; sourceTree = ""; }; + 2EDC5DEC1EC0AA50000897A3 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/BFKit.strings; sourceTree = ""; }; 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 = ""; }; 492C96971BEE593800CDC75F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -500,6 +501,7 @@ "zh-Hant", "pt-BR", sv, + tr, ); mainGroup = 492C96881BEE593800CDC75F; productRefGroup = 492C96931BEE593800CDC75F /* Products */; @@ -609,6 +611,7 @@ 492C97021BEE59C200CDC75F /* zh-Hant */, 493CFF071C53DC1300272396 /* pt-BR */, 162938481CC0BCF100B8F140 /* sv */, + 2EDC5DEC1EC0AA50000897A3 /* tr */, ); name = BFKit.strings; sourceTree = ""; diff --git a/BFKitDemo/BFKitDemo.xcodeproj/project.pbxproj b/BFKitDemo/BFKitDemo.xcodeproj/project.pbxproj index 1152421..acd1810 100644 --- a/BFKitDemo/BFKitDemo.xcodeproj/project.pbxproj +++ b/BFKitDemo/BFKitDemo.xcodeproj/project.pbxproj @@ -450,6 +450,7 @@ vi, "zh-Hant", "pt-BR", + tr, ); mainGroup = 490276E319BDF3F8009B8BC1; productRefGroup = 490276ED19BDF3F8009B8BC1 /* Products */; diff --git a/Source/Languages/tr.lproj/BFKit.strings b/Source/Languages/tr.lproj/BFKit.strings new file mode 100644 index 0000000..195411e --- /dev/null +++ b/Source/Languages/tr.lproj/BFKit.strings @@ -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";