mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-24 16:10:38 +00:00
Fix the "About" button's label in Accounts Selector view (#1826)
* Fix the key used for About in Accounts Selector view * Improve the translation for the word "Application" in Ukrainian
This commit is contained in:
parent
1f6e8e8d18
commit
8152db745d
2 changed files with 6 additions and 6 deletions
|
@ -38590,7 +38590,7 @@
|
|||
"uk" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Опис"
|
||||
"value" : "Про застосунок"
|
||||
}
|
||||
},
|
||||
"zh-Hans" : {
|
||||
|
@ -38708,7 +38708,7 @@
|
|||
"uk" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Іконка додатку"
|
||||
"value" : "Іконка застосунку"
|
||||
}
|
||||
},
|
||||
"zh-Hans" : {
|
||||
|
@ -39300,7 +39300,7 @@
|
|||
"uk" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Підтримати додаток"
|
||||
"value" : "Підтримати застосунок"
|
||||
}
|
||||
},
|
||||
"zh-Hans" : {
|
||||
|
@ -49929,7 +49929,7 @@
|
|||
"uk" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Додаток"
|
||||
"value" : "Застосунок"
|
||||
}
|
||||
},
|
||||
"zh-Hans" : {
|
||||
|
@ -50047,7 +50047,7 @@
|
|||
"uk" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Версія додатку: %@"
|
||||
"value" : "Версія застосунку: %@"
|
||||
}
|
||||
},
|
||||
"zh-Hans" : {
|
||||
|
|
|
@ -174,7 +174,7 @@ public struct AppAccountsSelectorView: View {
|
|||
routerPath.presentedSheet = .about
|
||||
}
|
||||
} label: {
|
||||
Label("account.edit.about", systemImage: "info.circle")
|
||||
Label("settings.app.about", systemImage: "info.circle")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue