|
184 | 184 | "Patch.Upload": "📤 Upload", |
185 | 185 | "Upload.Success": "Upload successful", |
186 | 186 | "Upload.Failed": "Upload failed: {0}", |
187 | | - "Upload.Uploading": "Uploading..." |
| 187 | + "Upload.Uploading": "Uploading...", |
| 188 | + |
| 189 | + "Result.OpenOutput": "Open Output Directory", |
| 190 | + "Result.Exit": "Exit", |
| 191 | + "Result.Running": "Running...", |
| 192 | + "Result.ValidationTitle": "Validation", |
| 193 | + "Result.BuildFirst": "Please build the project first to locate the output package file.", |
| 194 | + |
| 195 | + "Nav.Mobile": "Mobile", |
| 196 | + "Mobile.Title": "📱 Mobile Package Upload", |
| 197 | + "Mobile.Mode": "Mode", |
| 198 | + "Mobile.FileMode": "📦 Package File", |
| 199 | + "Mobile.ProjectMode": "📁 Project (.csproj)", |
| 200 | + "Mobile.PackageFile": "Package File Selection", |
| 201 | + "Mobile.ProjectFile": "Project File Selection", |
| 202 | + "Mobile.FilePath": "File Path", |
| 203 | + "Mobile.CsprojPath": "Project Path", |
| 204 | + "Mobile.FilePlaceholder": "Select .apk or .aab file...", |
| 205 | + "Mobile.ProjectPlaceholder": "Select .csproj file...", |
| 206 | + "Mobile.Browse": "Browse", |
| 207 | + "Mobile.SelectFile": "Select mobile package file", |
| 208 | + "Mobile.SelectProject": "Select .csproj file", |
| 209 | + "Mobile.SelectOutput": "Select output directory", |
| 210 | + "Mobile.Format": "Format", |
| 211 | + "Mobile.ProjectType": "Project Type", |
| 212 | + "Mobile.Analyze": "🔍 Analyze Metadata", |
| 213 | + "Mobile.BuildAndLocate": "🔨 Build & Locate Output", |
| 214 | + "Mobile.Metadata": "Detected Metadata", |
| 215 | + "Mobile.PackageName": "Package Name", |
| 216 | + "Mobile.VersionName": "Version Name", |
| 217 | + "Mobile.VersionCode": "Version Code", |
| 218 | + "Mobile.Sha256": "SHA256", |
| 219 | + "Mobile.FileSize": "File Size", |
| 220 | + "Mobile.EditableHint": "Auto-detected, editable", |
| 221 | + "Mobile.UploadConfig": "Upload Configuration", |
| 222 | + "Mobile.Platform": "Platform", |
| 223 | + "Mobile.AppType": "App Type", |
| 224 | + "Mobile.AppTypeClient": "Client App (1)", |
| 225 | + "Mobile.AppTypeUpgrade": "Upgrade App (2)", |
| 226 | + "Mobile.ProductId": "Product ID", |
| 227 | + "Mobile.ProductName": "Product Name", |
| 228 | + "Mobile.ReleaseNotes": "Release Notes", |
| 229 | + "Mobile.ForcedUpdate": "Force update", |
| 230 | + "Mobile.OutputDir": "Output Directory", |
| 231 | + "Mobile.OutputPlaceholder": "Desktop (default)", |
| 232 | + "Mobile.UploadAndGenerate": "📤 Upload & Generate Version Record", |
| 233 | + "Mobile.ExportRecord": "Export Record Only", |
| 234 | + "Mobile.OpenOutput": "Open Output", |
| 235 | + "Mobile.Ready": "Ready", |
| 236 | + "Mobile.AnalyzePrompt": "Select file and click Analyze", |
| 237 | + "Mobile.BuildPrompt": "Project parsed. Click Build & Locate or edit fields manually.", |
| 238 | + "Mobile.SelectFileFirst": "Please select a package file first", |
| 239 | + "Mobile.SelectProjectFirst": "Please select a .csproj file first", |
| 240 | + "Mobile.ValidateProductId": "Product ID is required", |
| 241 | + "Mobile.Analyzing": "Analyzing package...", |
| 242 | + "Mobile.ComputingHash": "Computing SHA256...", |
| 243 | + "Mobile.AnalyzeDone": "Analysis complete", |
| 244 | + "Mobile.AnalyzeFailed": "Analysis failed: {0}", |
| 245 | + "Mobile.FormatDetected": "Format detected: {0}", |
| 246 | + "Mobile.FormatDetectFailed": "Format detection failed: {0}", |
| 247 | + "Mobile.FileSelected": "Selected: {0}", |
| 248 | + "Mobile.ExtractedInfo": "Package: {0}, Version: {1} (Code: {2})", |
| 249 | + "Mobile.MetadataExtractFailed": "Metadata auto-extraction failed: {0}. You can fill in manually.", |
| 250 | + "Mobile.HashResult": "SHA256: {0}", |
| 251 | + "Mobile.SizeResult": "File Size: {0}", |
| 252 | + "Mobile.ProjectParsed": "Parsed {0} project: {1}", |
| 253 | + "Mobile.ProjectParseFailed": "Project parse failed: {0}", |
| 254 | + "Mobile.PackageNameLabel": "Package: {0}", |
| 255 | + "Mobile.VersionNameLabel": "Version: {0}", |
| 256 | + "Mobile.VersionCodeLabel": "Version Code: {0}", |
| 257 | + "Mobile.Publishing": "Building project...", |
| 258 | + "Mobile.PublishingDetail": "Publishing {0} via dotnet publish...", |
| 259 | + "Mobile.PublishDone": "dotnet publish completed: {0}", |
| 260 | + "Mobile.BuildOutputNotFound": "Build output not found in: {0}", |
| 261 | + "Mobile.BuildOutputFound": "Build output: {0}", |
| 262 | + "Mobile.BuildLocateDone": "Build & locate complete", |
| 263 | + "Mobile.BuildFailed": "Build failed: {0}", |
| 264 | + "Mobile.Uploading": "Uploading package...", |
| 265 | + "Mobile.RecordGenerated": "Version record saved: {0}", |
| 266 | + "Mobile.RecordFailed": "Failed to save version record: {0}", |
| 267 | + "Mobile.ResultTitle": "📋 Build & Upload Result" |
188 | 268 | } |
0 commit comments