|
599 | 599 | } |
600 | 600 | }, |
601 | 601 | "common": { |
| 602 | + "yes": "Yes", |
| 603 | + "no": "No", |
| 604 | + "cancel": "Cancel", |
| 605 | + "refresh": "Refresh", |
602 | 606 | "settings": { |
603 | 607 | "title": "Settings" |
604 | 608 | }, |
|
1373 | 1377 | "descriptionPlaceholder": "Describe the purpose", |
1374 | 1378 | "srcDataset": "Source Dataset", |
1375 | 1379 | "srcDatasetPlaceholder": "Select source dataset", |
| 1380 | + "destDatasetName": "Target Dataset Name", |
| 1381 | + "destDatasetNamePlaceholder": "Enter or select target dataset name", |
1376 | 1382 | "destDatasetType": "Target Dataset Type", |
1377 | 1383 | "useSourceDataset": "Use Source Dataset", |
1378 | 1384 | "useSourceDatasetHint": "Output will be replaced in source dataset", |
|
1871 | 1877 | "latestVersion": "Latest Version", |
1872 | 1878 | "noReleases": "No version release information", |
1873 | 1879 | "initialize": "Click to initialize" |
| 1880 | + }, |
| 1881 | + "examples": { |
| 1882 | + "copyCode": "Copy Code" |
| 1883 | + }, |
| 1884 | + "service": { |
| 1885 | + "notSupported": "Deployment not supported", |
| 1886 | + "confirmUninstall": "Confirm uninstall service?", |
| 1887 | + "uninstallConfirm": "The service will stop running after uninstallation. Continue?", |
| 1888 | + "uninstall": "Uninstall", |
| 1889 | + "status": { |
| 1890 | + "running": "Running", |
| 1891 | + "failed": "Failed", |
| 1892 | + "standby": "Standby", |
| 1893 | + "stopped": "Stopped" |
| 1894 | + }, |
| 1895 | + "notDeployed": "Not deployed", |
| 1896 | + "clickToDeploy": "Click to deploy", |
| 1897 | + "deploy": "Deploy", |
| 1898 | + "notSupportedHint": "This operator does not support deployment", |
| 1899 | + "deploymentInfo": "Deployment Info", |
| 1900 | + "deployedAt": "Deployed At", |
| 1901 | + "version": "Version", |
| 1902 | + "replicas": "Replicas", |
| 1903 | + "uninstallService": "Uninstall Service", |
| 1904 | + "podMonitor": "Pod Monitor", |
| 1905 | + "noPods": "No Pods", |
| 1906 | + "createdAt": "Created At", |
| 1907 | + "cpuUsage": "CPU Usage", |
| 1908 | + "memoryUsage": "Memory Usage", |
| 1909 | + "restartCount": "Restart Count", |
| 1910 | + "viewLogs": "View Logs", |
| 1911 | + "deploying": "Deploying", |
| 1912 | + "logs": "Logs", |
| 1913 | + "copyLogs": "Copy Logs", |
| 1914 | + "close": "Close" |
| 1915 | + }, |
| 1916 | + "requirement": { |
| 1917 | + "systemRequirements": "System Requirements", |
| 1918 | + "cpuSpec": "CPU Spec", |
| 1919 | + "noLimit": "No Limit", |
| 1920 | + "memorySpec": "Memory Spec", |
| 1921 | + "storage": "Storage", |
| 1922 | + "gpuSupport": "GPU Support", |
| 1923 | + "npuSupport": "NPU Support", |
| 1924 | + "dependencies": "Dependencies", |
| 1925 | + "parseError": "Failed to parse data" |
1874 | 1926 | } |
1875 | 1927 | }, |
1876 | 1928 | "create": { |
|
0 commit comments