refactor: update Notification and Live Activity Views for Improved UI Consistency

This commit is contained in:
2026-03-14 21:03:16 +07:00
parent 8a15572fb9
commit 7675f66488
9 changed files with 1353 additions and 1026 deletions
+17 -4
View File
@@ -1,19 +1,32 @@
{
"sourceLanguage" : "ru",
"strings" : {
"NSUserNotificationsUsageDescription" : {
"CFBundleName" : {
"comment" : "Bundle name",
"extractionState" : "extracted_with_value",
"localizations" : {
"ru" : {
"stringUnit" : {
"state" : "translated",
"value" : "Mayday использует уведомления для оповещения о критических событиях."
"state" : "new",
"value" : "Mayday"
}
},
}
}
},
"NSUserNotificationsUsageDescription" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Mayday uses notifications to alert you about critical events."
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
"value" : "Mayday использует уведомления для оповещения о критических событиях."
}
}
}
}