mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
108 lines
4.0 KiB
Plaintext
108 lines
4.0 KiB
Plaintext
{
|
|
"server": "Server",
|
|
"convert": "Convert",
|
|
"ping": "Ping",
|
|
"debug": "Debug",
|
|
"addAServer": "add a server",
|
|
"setting": "Setting",
|
|
"license": "License",
|
|
"snippet": "Snippet",
|
|
"privateKey": "Private Key",
|
|
"madeWithLove": "\nMade with ❤️ by {myGithub}",
|
|
"aboutThanks": "\nThanks {rainSunMeGithub} for participating in the test.\n\nAll rights reserved.",
|
|
"serverTabEmpty": "There is no server.\nClick the fab to add one.",
|
|
"serverTabLoading": "Loading...",
|
|
"serverTabPlzSave": "Please 'save' this private key again.",
|
|
"serverTabFailed": "Failed",
|
|
"serverTabUnkown": "Unknown state",
|
|
"serverTabConnecting": "Connecting...",
|
|
"decode": "Decode",
|
|
"encode": "Encode",
|
|
"currentMode": "Current Mode",
|
|
"unkownConvertMode": "Unknown convert mode",
|
|
"copy": "Copy",
|
|
"upsideDown": "Upside Down",
|
|
"pingAvg": "Avg:",
|
|
"unknown": "unknown",
|
|
"min": "min",
|
|
"max": "max",
|
|
"ms": "ms",
|
|
"ttl": "TTL",
|
|
"loss": "Loss",
|
|
"noResult": "No result",
|
|
"pingInputIP": "Please input a target IP/domain.",
|
|
"clear": "Clear",
|
|
"start": "Start",
|
|
"appPrimaryColor": "App primary color",
|
|
"updateServerStatusInterval": "Server status update interval",
|
|
"willTakEeffectImmediately": "Will take effect immediately",
|
|
"launchPage": "Launch page",
|
|
"versionUpdated": "Current: v1.0.{build}, is up to date",
|
|
"versionUnknownUpdate": "Current: v1.0.{build}",
|
|
"versionHaveUpdate": "Found: v1.0.{build}, click to update",
|
|
"second": "s",
|
|
"updateIntervalEqual0": "You set to 0, will not update automatically.\nYou can pull to refresh manually.",
|
|
"edit": "Edit",
|
|
"noSavedPrivateKey": "No saved private keys.",
|
|
"name": "Name",
|
|
"pwd": "Password",
|
|
"save": "Save",
|
|
"delete": "Delete",
|
|
"fieldMustNotEmpty": "These fields must not be empty.",
|
|
"importAndExport": "Import and Export",
|
|
"choose": "Choose",
|
|
"import": "Import",
|
|
"export": "Export",
|
|
"ok": "OK",
|
|
"cancel": "Cancel",
|
|
"urlOrJson": "URL or JSON",
|
|
"go": "Go",
|
|
"httpFailedWithCode": "request failed, status code: {code}",
|
|
"run": "Run",
|
|
"noSavedSnippet": "No saved snippets.",
|
|
"chooseDestination": "Choose destination",
|
|
"noServerAvailable": "No server available.",
|
|
"result": "Result",
|
|
"close": "Close",
|
|
"attention": "Attention",
|
|
"sureToDeleteServer": "Are you sure to delete server [{server}]?",
|
|
"host": "Host",
|
|
"port": "Port",
|
|
"user": "User",
|
|
"keyAuth": "Key Auth",
|
|
"addPrivateKey": "Add private key",
|
|
"choosePrivateKey": "Choose private key",
|
|
"plzEnterHost": "Please enter host.",
|
|
"plzEnterPwd": "Please enter password.",
|
|
"plzSelectKey": "Please select a key.",
|
|
"exampleName": "Example name",
|
|
"stop": "Stop",
|
|
"download": "Download",
|
|
"copyPath": "Copy path",
|
|
"keepForeground": "Keep app foreground!",
|
|
"downloadFinished": "Download finished",
|
|
"downloadStatus": "{percent}% of {size}",
|
|
"sftpDlPrepare": "Preparing to connect...",
|
|
"sftpSSHConnected": "SFTP Connected",
|
|
"spentTime": "Spent time: {time} seconds",
|
|
"backDir": "Back",
|
|
"alreadyLastDir": "Already in last directory.",
|
|
"open": "Open",
|
|
"sureDelete": "Are you sure to delete [{name}]?",
|
|
"containerStatus": "Container status",
|
|
"noClient": "No client",
|
|
"installDockerWithUrl": "Please https://docs.docker.com/engine/install docker first.",
|
|
"dockerWaitConnection": "Please wait for the connection to be established.",
|
|
"unknownError": "Unknown error",
|
|
"dockerStatusRunningFmt": "{count} container running.",
|
|
"dockerStatusRunningAndStoppedFmt": "{runningCount} running, {stoppedCount} container stopped.",
|
|
"install": "install",
|
|
"loadingFiles": "Loading files...",
|
|
"sftpNoDownloadTask": "No download task.",
|
|
"goSftpDlPage": "Go to SFTP download page?",
|
|
"createFolder": "Create folder",
|
|
"createFile": "Create file",
|
|
"rename": "Rename",
|
|
"dl2Local": "Download [{fileName}] to local?",
|
|
"error": "Error"
|
|
} |