Merge pull request #246 from egrimo/improvement/Turkish-WWDC-Text

Turkish Language Improvements & WWDC Message Localization
This commit is contained in:
Matt Kiazyk 2022-06-11 22:37:49 -05:00 committed by GitHub
commit 57521e5e65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 34 additions and 7 deletions

View file

@ -102,7 +102,7 @@ class AppState: ObservableObject {
let finishDate = formatter.date(from: "11/06/2022") let finishDate = formatter.date(from: "11/06/2022")
if Date().compare(finishDate!) == .orderedAscending { if Date().compare(finishDate!) == .orderedAscending {
return "👨🏻‍💻👩🏼‍💻 Happy WWDC 2022! 👨🏽‍💻🧑🏻‍💻" return String(format: localizeString("WWDC.Message"), "2022")
} }
return "" return ""
} }

View file

@ -216,3 +216,6 @@
// Notifications // Notifications
"Notification.NewXcodeVersion.Title" = "New Xcode versions"; "Notification.NewXcodeVersion.Title" = "New Xcode versions";
"Notification.NewXcodeVersion.Body" = "New Xcode versions are available to download."; "Notification.NewXcodeVersion.Body" = "New Xcode versions are available to download.";
// WWDC
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻";

View file

@ -216,3 +216,6 @@
// Notifications // Notifications
"Notification.NewXcodeVersion.Title" = "Nuevas versiones de Xcode"; "Notification.NewXcodeVersion.Title" = "Nuevas versiones de Xcode";
"Notification.NewXcodeVersion.Body" = "Nuevas versiones de Xcode están disponibles para descargar."; "Notification.NewXcodeVersion.Body" = "Nuevas versiones de Xcode están disponibles para descargar.";
// WWDC
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻";

View file

@ -216,3 +216,6 @@
// Notifications // Notifications
"Notification.NewXcodeVersion.Title" = "Nouvelles versions de Xcode"; "Notification.NewXcodeVersion.Title" = "Nouvelles versions de Xcode";
"Notification.NewXcodeVersion.Body" = "De nouvelles versions de Xcode sont disponibles au téléchargement."; "Notification.NewXcodeVersion.Body" = "De nouvelles versions de Xcode sont disponibles au téléchargement.";
// WWDC
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻";

View file

@ -215,3 +215,6 @@
// Notifications // Notifications
"Notification.NewXcodeVersion.Title" = "नए Xcode संस्करण"; "Notification.NewXcodeVersion.Title" = "नए Xcode संस्करण";
"Notification.NewXcodeVersion.Body" = "नए Xcode संस्करण डाउनलोड करने के लिए उपलब्ध हैं।"; "Notification.NewXcodeVersion.Body" = "नए Xcode संस्करण डाउनलोड करने के लिए उपलब्ध हैं।";
// WWDC
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻";

View file

@ -216,3 +216,6 @@
// Notifications // Notifications
"Notification.NewXcodeVersion.Title" = "Nuove versioni di Xcode"; "Notification.NewXcodeVersion.Title" = "Nuove versioni di Xcode";
"Notification.NewXcodeVersion.Body" = "Nuove versioni di Xcode disponibili per il download."; "Notification.NewXcodeVersion.Body" = "Nuove versioni di Xcode disponibili per il download.";
// WWDC
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻";

View file

@ -216,3 +216,6 @@
// Notifications // Notifications
"Notification.NewXcodeVersion.Title" = "새 Xcode 버전"; "Notification.NewXcodeVersion.Title" = "새 Xcode 버전";
"Notification.NewXcodeVersion.Body" = "새로운 Xcode 버전을 다운로드 할 수 있습니다."; "Notification.NewXcodeVersion.Body" = "새로운 Xcode 버전을 다운로드 할 수 있습니다.";
// WWDC
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻";

View file

@ -215,3 +215,6 @@
// Notifications // Notifications
"Notification.NewXcodeVersion.Title" = "Новые версии Xcode"; "Notification.NewXcodeVersion.Title" = "Новые версии Xcode";
"Notification.NewXcodeVersion.Body" = "Новые версии Xcode доступны для скачивания."; "Notification.NewXcodeVersion.Body" = "Новые версии Xcode доступны для скачивания.";
// WWDC
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻";

View file

@ -37,7 +37,7 @@
"SDKs" = "SDKler"; "SDKs" = "SDKler";
"Compilers" = "Derleyiciler"; "Compilers" = "Derleyiciler";
"DownloadSize" = "İndirme Boyutu"; "DownloadSize" = "İndirme Boyutu";
"NoXcodeSelected" = "Bir Xcode Seçilmedi"; "NoXcodeSelected" = "Xcode Sürümü Seçilmedi";
// Installation Steps // Installation Steps
// When localizing. Items will be replaced in order. ie "Step 1 of 6: Downloading" // When localizing. Items will be replaced in order. ie "Step 1 of 6: Downloading"
@ -64,7 +64,7 @@
"Updates" = "Güncellemeler"; "Updates" = "Güncellemeler";
"Versions" = "Sürümler"; "Versions" = "Sürümler";
"AutomaticInstallNewVersion" = "Xcode'un yeni versiyonlarını otomatik yükle"; "AutomaticInstallNewVersion" = "Xcode'un yeni versiyonlarını otomatik yükle";
"IncludePreRelease" = "prerelease/beta sürümlerini dahil et"; "IncludePreRelease" = "Prerelease/beta sürümlerini dahil et";
"AppUpdates" = "Xcodes.app Güncellemeleri"; "AppUpdates" = "Xcodes.app Güncellemeleri";
"CheckForAppUpdates" = "Uygulama güncellemelerini otomatik kontrol et"; "CheckForAppUpdates" = "Uygulama güncellemelerini otomatik kontrol et";
"CheckNow" = "Kontrol Et"; "CheckNow" = "Kontrol Et";
@ -116,11 +116,11 @@
"NoTrustedPhones" = "Hesabına tanımlı güvenli bir telefon numarası yok, fakat iki aşamalı doğrulama için gerekmektedir.\n\nDaha fazlası için https://support.apple.com/tr-tr/HT204915 adresine bakın."; "NoTrustedPhones" = "Hesabına tanımlı güvenli bir telefon numarası yok, fakat iki aşamalı doğrulama için gerekmektedir.\n\nDaha fazlası için https://support.apple.com/tr-tr/HT204915 adresine bakın.";
// MainWindow // MainWindow
"UpdatedAt" = "Güncellenme Zamanı"; "UpdatedAt" = "Güncellenme Zamanı:";
// ToolBar // ToolBar
"Login" = "Giriş"; "Login" = "Giriş";
"LoginDescription" = "Girişi Aç"; "LoginDescription" = "Giriş Yap";
"Refresh" = "Yenile"; "Refresh" = "Yenile";
"RefreshDescription" = "Xcode Listesini Yenile"; "RefreshDescription" = "Xcode Listesini Yenile";
"All" = "Tümü"; "All" = "Tümü";
@ -189,8 +189,8 @@
"InstallationError.UnsupportedFileFormat" = "Xcodes henüz Xcodu %@ dosya formatında yüklemeye (henüz) izin vermiyor."; "InstallationError.UnsupportedFileFormat" = "Xcodes henüz Xcodu %@ dosya formatında yüklemeye (henüz) izin vermiyor.";
"InstallationError.MissingSudoerPassword" = "Eksik şifre. Lütfen tekrar deneyin"; "InstallationError.MissingSudoerPassword" = "Eksik şifre. Lütfen tekrar deneyin";
"InstallationError.UnavailableVersion" = "%@ sürümü bulunamadı."; "InstallationError.UnavailableVersion" = "%@ sürümü bulunamadı.";
"InstallationError.NoNonPrereleaseVersionAvailable" = "prerelease olmayan sürümler yok."; "InstallationError.NoNonPrereleaseVersionAvailable" = "Prerelease olmayan sürümler yok.";
"InstallationError.NoPrereleaseVersionAvailable" = "prerelease sürümleri yok."; "InstallationError.NoPrereleaseVersionAvailable" = "Prerelease sürümleri yok.";
"InstallationError.MissingUsernameOrPassword" = "Eksik kullanıcı adı veya şifre. Lütfen tekrar deneyin."; "InstallationError.MissingUsernameOrPassword" = "Eksik kullanıcı adı veya şifre. Lütfen tekrar deneyin.";
"InstallationError.VersionAlreadyInstalled" = "%@ zaten %@ konumunda yüklü."; "InstallationError.VersionAlreadyInstalled" = "%@ zaten %@ konumunda yüklü.";
"InstallationError.InvalidVersion" = "%@ geçerli bir sürüm numarası değil."; "InstallationError.InvalidVersion" = "%@ geçerli bir sürüm numarası değil.";
@ -216,3 +216,6 @@
// Notifications // Notifications
"Notification.NewXcodeVersion.Title" = "Yeni Xcode sürümü"; "Notification.NewXcodeVersion.Title" = "Yeni Xcode sürümü";
"Notification.NewXcodeVersion.Body" = "Yeni Xcode sürümleri indirmek için mevcut."; "Notification.NewXcodeVersion.Body" = "Yeni Xcode sürümleri indirmek için mevcut.";
// WWDC
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 WWDC %@ haftanız kutlu olsun! 👨🏽‍💻🧑🏻‍💻";

View file

@ -216,3 +216,6 @@
// Notifications // Notifications
"Notification.NewXcodeVersion.Title" = "新Xcode版本可用"; "Notification.NewXcodeVersion.Title" = "新Xcode版本可用";
"Notification.NewXcodeVersion.Body" = "新的Xcode版本已经可以下载。"; "Notification.NewXcodeVersion.Body" = "新的Xcode版本已经可以下载。";
// WWDC
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻";