feat(apple): complete core locale coverage

This commit is contained in:
Vincent Koc
2026-07-01 01:06:45 -07:00
committed by Vincent Koc
parent 301d0d5551
commit fe18aa38db
4 changed files with 667 additions and 141 deletions

View File

@@ -9585,14 +9585,6 @@
"surface": "apple",
"id": "native.apple.0892fd4bee73202a"
},
{
"kind": "ui-call-multiline",
"line": 25,
"path": "apps/ios/Sources/Gateway/GatewayTrustPromptAlert.swift",
"source": "First-time TLS connection.\n\nVerify this SHA-256 fingerprint out-of-band before trusting:\n\\(prompt.fingerprintSha256)",
"surface": "apple",
"id": "native.apple.19b4cff499014a56"
},
{
"kind": "ui-call",
"line": 52,

File diff suppressed because it is too large Load Diff

View File

@@ -22,13 +22,11 @@ struct GatewayTrustPromptAlert: ViewModifier {
Task { await self.gatewayController.acceptPendingTrustPrompt() }
}
} message: { prompt in
Text(
"""
First-time TLS connection.
Verify this SHA-256 fingerprint out-of-band before trusting:
\(prompt.fingerprintSha256)
""")
Text(String(
format: NSLocalizedString(
"First-time TLS connection.\n\nVerify this SHA-256 fingerprint out-of-band before trusting:\n%@",
comment: "Gateway certificate trust instructions"),
prompt.fingerprintSha256))
}
}
}

View File

@@ -128,6 +128,12 @@
"state": "translated",
"value": "Выйти"
}
},
"sv": {
"stringUnit": {
"state": "translated",
"value": "Logga ut"
}
}
}
},
@@ -258,6 +264,12 @@
"state": "translated",
"value": "Обновить"
}
},
"sv": {
"stringUnit": {
"state": "translated",
"value": "Uppdatera"
}
}
}
},
@@ -388,6 +400,12 @@
"state": "translated",
"value": "Запустить сейчас"
}
},
"sv": {
"stringUnit": {
"state": "translated",
"value": "Kör nu"
}
}
}
},
@@ -518,6 +536,12 @@
"state": "translated",
"value": "Сохранить"
}
},
"sv": {
"stringUnit": {
"state": "translated",
"value": "Spara"
}
}
}
}