mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-05 04:22:21 +00:00
Merge branch 'main' into iOS-18
This commit is contained in:
commit
9646fb0cac
3 changed files with 45 additions and 23 deletions
|
@ -139,11 +139,12 @@ struct AddAccountView: View {
|
|||
instance = nil
|
||||
instanceFetchError = nil
|
||||
}
|
||||
} catch _ as DecodingError {
|
||||
} catch _ as ServerError {
|
||||
instance = nil
|
||||
instanceFetchError = "account.add.error.instance-not-supported"
|
||||
} catch {
|
||||
instance = nil
|
||||
instanceFetchError = nil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,6 +15,7 @@ struct ToolbarTab: ToolbarContent {
|
|||
|
||||
var body: some ToolbarContent {
|
||||
if !isSecondaryColumn {
|
||||
if horizontalSizeClass == .regular {
|
||||
ToolbarItem(placement: .topBarLeading) {
|
||||
if UIDevice.current.userInterfaceIdiom == .pad || UIDevice.current.userInterfaceIdiom == .mac {
|
||||
Button {
|
||||
|
@ -30,6 +31,7 @@ struct ToolbarTab: ToolbarContent {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
statusEditorToolbarItem(routerPath: routerPath,
|
||||
visibility: userPreferences.postVisibility)
|
||||
if UIDevice.current.userInterfaceIdiom != .pad ||
|
||||
|
|
|
@ -13539,6 +13539,12 @@
|
|||
"value" : "Verwijder profielfoto"
|
||||
}
|
||||
},
|
||||
"tr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Avatarı Sil"
|
||||
}
|
||||
},
|
||||
"zh-Hans" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
|
@ -14050,6 +14056,12 @@
|
|||
"value" : "Verwijder omslagfoto"
|
||||
}
|
||||
},
|
||||
"tr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Başlığı Sil"
|
||||
}
|
||||
},
|
||||
"zh-Hans" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
|
@ -28642,8 +28654,8 @@
|
|||
},
|
||||
"tr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "needs_review",
|
||||
"value" : "Yükselişteki Bağlantılar"
|
||||
"state" : "translated",
|
||||
"value" : "Trend Bağlantılar"
|
||||
}
|
||||
},
|
||||
"uk" : {
|
||||
|
@ -28762,7 +28774,7 @@
|
|||
"tr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Yükselişteki Gönderiler"
|
||||
"value" : "Trend Gönderiler"
|
||||
}
|
||||
},
|
||||
"uk" : {
|
||||
|
@ -28881,7 +28893,7 @@
|
|||
"tr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Yükselişteki Etiketler"
|
||||
"value" : "Trend Etiketler"
|
||||
}
|
||||
},
|
||||
"uk" : {
|
||||
|
@ -35874,7 +35886,7 @@
|
|||
},
|
||||
"tr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "needs_review",
|
||||
"state" : "translated",
|
||||
"value" : "Ayarlar ..."
|
||||
}
|
||||
},
|
||||
|
@ -62385,7 +62397,14 @@
|
|||
}
|
||||
},
|
||||
"Show Content Gradient" : {
|
||||
|
||||
"localizations" : {
|
||||
"tr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "İçerik Gradyanını Göster"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"status.action.bookmark" : {
|
||||
"extractionState" : "manual",
|
||||
|
@ -78056,7 +78075,7 @@
|
|||
"tr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Yükselişte"
|
||||
"value" : "Trend"
|
||||
}
|
||||
},
|
||||
"uk" : {
|
||||
|
@ -83096,14 +83115,14 @@
|
|||
"plural" : {
|
||||
"one" : {
|
||||
"stringUnit" : {
|
||||
"state" : "needs_review",
|
||||
"value" : "%lld kişi konuşuyor"
|
||||
"state" : "translated",
|
||||
"value" : "%lld gönderi"
|
||||
}
|
||||
},
|
||||
"other" : {
|
||||
"stringUnit" : {
|
||||
"state" : "needs_review",
|
||||
"value" : "%lld kişi konuşuyor"
|
||||
"state" : "translated",
|
||||
"value" : "%lld gönderi"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue