Skip to content

Commit

Permalink
Merge pull request #454 from egesucu/turkish-translation-improvement
Browse files Browse the repository at this point in the history
Updated Turkish to 100%
  • Loading branch information
MattKiazyk authored Dec 13, 2023
2 parents 0884f85 + eda3e26 commit 487bd2d
Showing 1 changed file with 132 additions and 15 deletions.
147 changes: 132 additions & 15 deletions Xcodes/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,24 @@
"sourceLanguage" : "en",
"strings" : {
"" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
}
}
},
"%@" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@"
}
}
}
},
"%@ %@ %@" : {
"localizations" : {
Expand All @@ -14,11 +28,24 @@
"state" : "new",
"value" : "%1$@ %2$@ %3$@"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%1$@ %2$@ %3$@"
}
}
}
},
"• %@" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "• %@"
}
}
}
},
"AccessDenied" : {
"localizations" : {
Expand Down Expand Up @@ -1016,6 +1043,12 @@
"state" : "translated",
"value" : "Are you sure you want to stop the installation of Xcode %@?"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode %@ sürümünü yüklemeyi durdurmak istediğine emin misin?"
}
}
}
},
Expand Down Expand Up @@ -2980,7 +3013,14 @@
}
},
"Apple Silicon" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Apple Silikon"
}
}
}
},
"AppleID" : {
"localizations" : {
Expand Down Expand Up @@ -6465,7 +6505,14 @@
}
},
"example@icloud.com" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "ornek@icloud.com"
}
}
}
},
"Experiments" : {
"comment" : "Experiment Preference Pane",
Expand Down Expand Up @@ -7799,7 +7846,14 @@
}
},
"Hidden" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Gizli"
}
}
}
},
"IdenticalBuilds" : {
"comment" : "Info Pane",
Expand Down Expand Up @@ -8464,7 +8518,14 @@
}
},
"INSTALL" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "YÜKLE"
}
}
}
},
"InstallationError.CodesignVerifyFailed" : {
"extractionState" : "manual",
Expand Down Expand Up @@ -12854,7 +12915,14 @@
}
},
"Not Hidden" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Gizli Değil"
}
}
}
},
"Notification.FinishedInstalling" : {
"extractionState" : "manual",
Expand Down Expand Up @@ -13854,7 +13922,14 @@
}
},
"OnSelect" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "OnSelect"
}
}
}
},
"OnSelectDoNothing" : {
"extractionState" : "manual",
Expand Down Expand Up @@ -14241,10 +14316,24 @@
}
},
"OPEN" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "AÇ"
}
}
}
},
"Open In Rosetta" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Rosetta ile Aç"
}
}
}
},
"OpenDescription" : {
"localizations" : {
Expand Down Expand Up @@ -14471,10 +14560,24 @@
}
},
"Perform post-install steps" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Yükleme sonrası adımları uygula"
}
}
}
},
"Platforms" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Platformlar"
}
}
}
},
"Preferences" : {
"localizations" : {
Expand Down Expand Up @@ -18317,10 +18420,24 @@
}
},
"Xcode" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcode"
}
}
}
},
"Xcodes" : {

"localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Xcodes"
}
}
}
}
},
"version" : "1.0"
Expand Down

0 comments on commit 487bd2d

Please sign in to comment.