mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: cpu view settings
This commit is contained in:
@@ -27,7 +27,7 @@ abstract final class BioAuth {
|
|||||||
|
|
||||||
/// [biometrics] on Android and Windows is returned with error
|
/// [biometrics] on Android and Windows is returned with error
|
||||||
/// Handle it specially
|
/// Handle it specially
|
||||||
if (isAndroid | isWindows) return biometrics.isNotEmpty;
|
if (isAndroid || isWindows) return biometrics.isNotEmpty;
|
||||||
return biometrics.contains(BiometricType.face) ||
|
return biometrics.contains(BiometricType.face) ||
|
||||||
biometrics.contains(BiometricType.fingerprint);
|
biometrics.contains(BiometricType.fingerprint);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -262,6 +262,11 @@ class SettingStore extends PersistentStore {
|
|||||||
/// Hide title bar on desktop
|
/// Hide title bar on desktop
|
||||||
late final hideTitleBar = property('hideTitleBar', isDesktop);
|
late final hideTitleBar = property('hideTitleBar', isDesktop);
|
||||||
|
|
||||||
|
/// Display CPU view as progress, also called as old CPU view
|
||||||
|
late final cpuViewAsProgress = property('cpuViewAsProgress', false);
|
||||||
|
|
||||||
|
late final displayCpuIndex = property('displayCpuIndex', true);
|
||||||
|
|
||||||
// Never show these settings for users
|
// Never show these settings for users
|
||||||
//
|
//
|
||||||
// ------BEGIN------
|
// ------BEGIN------
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "Konvertieren",
|
"convert": "Konvertieren",
|
||||||
"copy": "Kopieren",
|
"copy": "Kopieren",
|
||||||
"copyPath": "Pfad kopieren",
|
"copyPath": "Pfad kopieren",
|
||||||
|
"cpuViewAsProgressTip": "Zeigen Sie die Auslastung jedes CPUs in einem Fortschrittsbalken-Stil an (alter Stil)",
|
||||||
"createFile": "Datei erstellen",
|
"createFile": "Datei erstellen",
|
||||||
"createFolder": "Ordner erstellen",
|
"createFolder": "Ordner erstellen",
|
||||||
"cursorType": "Cursor-Typ",
|
"cursorType": "Cursor-Typ",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "Disconnected",
|
"disconnected": "Disconnected",
|
||||||
"disk": "Festplatte",
|
"disk": "Festplatte",
|
||||||
"diskIgnorePath": "Pfad für Datenträger ignorieren",
|
"diskIgnorePath": "Pfad für Datenträger ignorieren",
|
||||||
|
"displayCpuIndex": "Zeigen Sie den CPU-Index an",
|
||||||
"displayName": "Name anzeigen",
|
"displayName": "Name anzeigen",
|
||||||
"dl2Local": "Datei \"{fileName}\" herunterladen?",
|
"dl2Local": "Datei \"{fileName}\" herunterladen?",
|
||||||
"doc": "Dokumentation",
|
"doc": "Dokumentation",
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
"newContainer": "Neuer Container",
|
"newContainer": "Neuer Container",
|
||||||
"noClient": "Kein Client",
|
"noClient": "Kein Client",
|
||||||
"noInterface": "Kein Interface",
|
"noInterface": "Kein Interface",
|
||||||
|
"noLineChart": "Verwenden Sie keine Liniendiagramme",
|
||||||
"noNotiPerm": "Keine Benachrichtigungsrechte, möglicherweise keine Fortschrittsanzeige beim Herunterladen von App-Updates.",
|
"noNotiPerm": "Keine Benachrichtigungsrechte, möglicherweise keine Fortschrittsanzeige beim Herunterladen von App-Updates.",
|
||||||
"noOptions": "Keine Optionen verfügbar",
|
"noOptions": "Keine Optionen verfügbar",
|
||||||
"noResult": "Kein Ergebnis",
|
"noResult": "Kein Ergebnis",
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
"nullToken": "Null token",
|
"nullToken": "Null token",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"onServerDetailPage": "in Detailansicht des Servers",
|
"onServerDetailPage": "in Detailansicht des Servers",
|
||||||
|
"onlyWhenCoreBiggerThan8": "Wirksam nur, wenn die Anzahl der Kerne > 8 ist.",
|
||||||
"open": "Öffnen",
|
"open": "Öffnen",
|
||||||
"openLastPath": "Öffnen Sie den letzten Pfad",
|
"openLastPath": "Öffnen Sie den letzten Pfad",
|
||||||
"openLastPathTip": "Verschiedene Server haben unterschiedliche Einträge, und der Eintrag ist der Pfad zum Ausgang",
|
"openLastPathTip": "Verschiedene Server haben unterschiedliche Einträge, und der Eintrag ist der Pfad zum Ausgang",
|
||||||
@@ -303,6 +307,7 @@
|
|||||||
"versionHaveUpdate": "Gefunden: v1.0.{build}, klicke zum Aktualisieren",
|
"versionHaveUpdate": "Gefunden: v1.0.{build}, klicke zum Aktualisieren",
|
||||||
"versionUnknownUpdate": "Aktuell: v1.0.{build}. Klicken Sie hier, um nach Updates zu suchen",
|
"versionUnknownUpdate": "Aktuell: v1.0.{build}. Klicken Sie hier, um nach Updates zu suchen",
|
||||||
"versionUpdated": "v1.0.{build} ist bereits die neueste Version",
|
"versionUpdated": "v1.0.{build} ist bereits die neueste Version",
|
||||||
|
"view": "Ansicht",
|
||||||
"viewErr": "Fehler anzeigen",
|
"viewErr": "Fehler anzeigen",
|
||||||
"virtKeyHelpClipboard": "In die Zwischenablage kopieren, wenn das ausgewählte Terminal nicht leer ist, andernfalls den Inhalt der Zwischenablage in das Terminal einfügen.",
|
"virtKeyHelpClipboard": "In die Zwischenablage kopieren, wenn das ausgewählte Terminal nicht leer ist, andernfalls den Inhalt der Zwischenablage in das Terminal einfügen.",
|
||||||
"virtKeyHelpSFTP": "Aktuelles Verzeichnis in SFTP öffnen.",
|
"virtKeyHelpSFTP": "Aktuelles Verzeichnis in SFTP öffnen.",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "Convert",
|
"convert": "Convert",
|
||||||
"copy": "Copy",
|
"copy": "Copy",
|
||||||
"copyPath": "Copy path",
|
"copyPath": "Copy path",
|
||||||
|
"cpuViewAsProgressTip": "Display the usage rate of each CPU in a progress bar style (old style)",
|
||||||
"createFile": "Create file",
|
"createFile": "Create file",
|
||||||
"createFolder": "Create folder",
|
"createFolder": "Create folder",
|
||||||
"cursorType": "Cursor type",
|
"cursorType": "Cursor type",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "Disconnected",
|
"disconnected": "Disconnected",
|
||||||
"disk": "Disk",
|
"disk": "Disk",
|
||||||
"diskIgnorePath": "Ignore path for disk",
|
"diskIgnorePath": "Ignore path for disk",
|
||||||
|
"displayCpuIndex": "Display CPU index",
|
||||||
"displayName": "Display name",
|
"displayName": "Display name",
|
||||||
"dl2Local": "Download {fileName} to local?",
|
"dl2Local": "Download {fileName} to local?",
|
||||||
"doc": "Documentation",
|
"doc": "Documentation",
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
"newContainer": "New container",
|
"newContainer": "New container",
|
||||||
"noClient": "No client",
|
"noClient": "No client",
|
||||||
"noInterface": "No interface",
|
"noInterface": "No interface",
|
||||||
|
"noLineChart": "Do not use line charts",
|
||||||
"noNotiPerm": "No notification permissions, possibly no progress indication when downloading app updates.",
|
"noNotiPerm": "No notification permissions, possibly no progress indication when downloading app updates.",
|
||||||
"noOptions": "No options",
|
"noOptions": "No options",
|
||||||
"noResult": "No result",
|
"noResult": "No result",
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
"nullToken": "Null token",
|
"nullToken": "Null token",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"onServerDetailPage": "On server detail page",
|
"onServerDetailPage": "On server detail page",
|
||||||
|
"onlyWhenCoreBiggerThan8": "Works only when the number of cores > 8",
|
||||||
"open": "Open",
|
"open": "Open",
|
||||||
"openLastPath": "Open the last path",
|
"openLastPath": "Open the last path",
|
||||||
"openLastPathTip": "Different servers will have different logs, and the log is the path to the exit",
|
"openLastPathTip": "Different servers will have different logs, and the log is the path to the exit",
|
||||||
@@ -303,6 +307,7 @@
|
|||||||
"versionHaveUpdate": "Found: v1.0.{build}, click to update",
|
"versionHaveUpdate": "Found: v1.0.{build}, click to update",
|
||||||
"versionUnknownUpdate": "Current: v1.0.{build}, click to check updates",
|
"versionUnknownUpdate": "Current: v1.0.{build}, click to check updates",
|
||||||
"versionUpdated": "Current: v1.0.{build}, is up to date",
|
"versionUpdated": "Current: v1.0.{build}, is up to date",
|
||||||
|
"view": "View",
|
||||||
"viewErr": "See error",
|
"viewErr": "See error",
|
||||||
"virtKeyHelpClipboard": "Copy to the clipboard if terminal selected is not empty, otherwise paste the contents of the clipboard to the terminal.",
|
"virtKeyHelpClipboard": "Copy to the clipboard if terminal selected is not empty, otherwise paste the contents of the clipboard to the terminal.",
|
||||||
"virtKeyHelpSFTP": "Open current directory in SFTP.",
|
"virtKeyHelpSFTP": "Open current directory in SFTP.",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "Convertir",
|
"convert": "Convertir",
|
||||||
"copy": "Copiar",
|
"copy": "Copiar",
|
||||||
"copyPath": "Copiar ruta",
|
"copyPath": "Copiar ruta",
|
||||||
|
"cpuViewAsProgressTip": "Muestre la tasa de uso de cada CPU en estilo de barra de progreso (estilo antiguo)",
|
||||||
"createFile": "Crear archivo",
|
"createFile": "Crear archivo",
|
||||||
"createFolder": "Crear carpeta",
|
"createFolder": "Crear carpeta",
|
||||||
"cursorType": "Tipo de cursor",
|
"cursorType": "Tipo de cursor",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "Desconectado",
|
"disconnected": "Desconectado",
|
||||||
"disk": "Disco",
|
"disk": "Disco",
|
||||||
"diskIgnorePath": "Rutas de disco ignoradas",
|
"diskIgnorePath": "Rutas de disco ignoradas",
|
||||||
|
"displayCpuIndex": "Muestre el índice de CPU",
|
||||||
"displayName": "Nombre a mostrar",
|
"displayName": "Nombre a mostrar",
|
||||||
"dl2Local": "¿Descargar {fileName} a local?",
|
"dl2Local": "¿Descargar {fileName} a local?",
|
||||||
"doc": "Documentación",
|
"doc": "Documentación",
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
"newContainer": "Crear contenedor nuevo",
|
"newContainer": "Crear contenedor nuevo",
|
||||||
"noClient": "No hay conexión SSH",
|
"noClient": "No hay conexión SSH",
|
||||||
"noInterface": "No hay interfaz disponible",
|
"noInterface": "No hay interfaz disponible",
|
||||||
|
"noLineChart": "No utilice gráficos de líneas",
|
||||||
"noNotiPerm": "Sin permisos de notificación, posiblemente sin indicación de progreso al descargar actualizaciones de la aplicación.",
|
"noNotiPerm": "Sin permisos de notificación, posiblemente sin indicación de progreso al descargar actualizaciones de la aplicación.",
|
||||||
"noOptions": "Sin opciones disponibles",
|
"noOptions": "Sin opciones disponibles",
|
||||||
"noResult": "Sin resultados",
|
"noResult": "Sin resultados",
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
"nullToken": "Token nulo",
|
"nullToken": "Token nulo",
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
"onServerDetailPage": "En la página de detalles del servidor",
|
"onServerDetailPage": "En la página de detalles del servidor",
|
||||||
|
"onlyWhenCoreBiggerThan8": "Efectivo solo cuando el número de núcleos > 8",
|
||||||
"open": "Abrir",
|
"open": "Abrir",
|
||||||
"openLastPath": "Abrir el último camino",
|
"openLastPath": "Abrir el último camino",
|
||||||
"openLastPathTip": "Los diferentes servidores tendrán diferentes registros, y lo que se registra es la ruta de salida",
|
"openLastPathTip": "Los diferentes servidores tendrán diferentes registros, y lo que se registra es la ruta de salida",
|
||||||
@@ -303,6 +307,7 @@
|
|||||||
"versionHaveUpdate": "Nueva versión encontrada: v1.0.{build}, haz clic para actualizar",
|
"versionHaveUpdate": "Nueva versión encontrada: v1.0.{build}, haz clic para actualizar",
|
||||||
"versionUnknownUpdate": "Actual: v1.0.{build}, haz clic para verificar actualizaciones",
|
"versionUnknownUpdate": "Actual: v1.0.{build}, haz clic para verificar actualizaciones",
|
||||||
"versionUpdated": "Actual: v1.0.{build}, ya estás en la última versión",
|
"versionUpdated": "Actual: v1.0.{build}, ya estás en la última versión",
|
||||||
|
"view": "Vista",
|
||||||
"viewErr": "Ver error",
|
"viewErr": "Ver error",
|
||||||
"virtKeyHelpClipboard": "Si el terminal tiene caracteres seleccionados, entonces copiará los caracteres seleccionados al portapapeles, de lo contrario, pegará el contenido del portapapeles al terminal.",
|
"virtKeyHelpClipboard": "Si el terminal tiene caracteres seleccionados, entonces copiará los caracteres seleccionados al portapapeles, de lo contrario, pegará el contenido del portapapeles al terminal.",
|
||||||
"virtKeyHelpSFTP": "Abrir la ruta actual en SFTP.",
|
"virtKeyHelpSFTP": "Abrir la ruta actual en SFTP.",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "Convertir",
|
"convert": "Convertir",
|
||||||
"copy": "Copier",
|
"copy": "Copier",
|
||||||
"copyPath": "Copier le chemin",
|
"copyPath": "Copier le chemin",
|
||||||
|
"cpuViewAsProgressTip": "Affichez le taux d'utilisation de chaque CPU dans un style de barre de progression (ancien style)",
|
||||||
"createFile": "Créer un fichier",
|
"createFile": "Créer un fichier",
|
||||||
"createFolder": "Créer un dossier",
|
"createFolder": "Créer un dossier",
|
||||||
"cursorType": "Type de curseur",
|
"cursorType": "Type de curseur",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "Déconnecté",
|
"disconnected": "Déconnecté",
|
||||||
"disk": "Disque",
|
"disk": "Disque",
|
||||||
"diskIgnorePath": "Ignorer le chemin pour le disque",
|
"diskIgnorePath": "Ignorer le chemin pour le disque",
|
||||||
|
"displayCpuIndex": "Affichez l'indice CPU",
|
||||||
"displayName": "Nom affiché",
|
"displayName": "Nom affiché",
|
||||||
"dl2Local": "Télécharger {fileName} en local?",
|
"dl2Local": "Télécharger {fileName} en local?",
|
||||||
"doc": "Documentation",
|
"doc": "Documentation",
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
"newContainer": "Nouveau conteneur",
|
"newContainer": "Nouveau conteneur",
|
||||||
"noClient": "Aucun client",
|
"noClient": "Aucun client",
|
||||||
"noInterface": "Aucune interface",
|
"noInterface": "Aucune interface",
|
||||||
|
"noLineChart": "N'utilisez pas de graphiques en ligne",
|
||||||
"noNotiPerm": "Pas de permissions de notification, il est possible qu'il n'y ait pas de notification de progression lors du téléchargement des mises à jour des applications.",
|
"noNotiPerm": "Pas de permissions de notification, il est possible qu'il n'y ait pas de notification de progression lors du téléchargement des mises à jour des applications.",
|
||||||
"noOptions": "Aucune option",
|
"noOptions": "Aucune option",
|
||||||
"noResult": "Aucun résultat",
|
"noResult": "Aucun résultat",
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
"nullToken": "Jeton nul",
|
"nullToken": "Jeton nul",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"onServerDetailPage": "Sur la page de détails du serveur",
|
"onServerDetailPage": "Sur la page de détails du serveur",
|
||||||
|
"onlyWhenCoreBiggerThan8": "Efficace seulement lorsque le nombre de cœurs > 8",
|
||||||
"open": "Ouvrir",
|
"open": "Ouvrir",
|
||||||
"openLastPath": "Ouvrir le dernier chemin",
|
"openLastPath": "Ouvrir le dernier chemin",
|
||||||
"openLastPathTip": "Les serveurs différents auront des journaux différents, et le journal est le chemin de sortie",
|
"openLastPathTip": "Les serveurs différents auront des journaux différents, et le journal est le chemin de sortie",
|
||||||
@@ -303,6 +307,7 @@
|
|||||||
"versionHaveUpdate": "Trouvé : v1.0.{build}, cliquez pour mettre à jour",
|
"versionHaveUpdate": "Trouvé : v1.0.{build}, cliquez pour mettre à jour",
|
||||||
"versionUnknownUpdate": "Actuel : v1.0.{build}, cliquez pour vérifier les mises à jour",
|
"versionUnknownUpdate": "Actuel : v1.0.{build}, cliquez pour vérifier les mises à jour",
|
||||||
"versionUpdated": "Actuel : v1.0.{build}, à jour",
|
"versionUpdated": "Actuel : v1.0.{build}, à jour",
|
||||||
|
"view": "Vue",
|
||||||
"viewErr": "Voir l'erreur",
|
"viewErr": "Voir l'erreur",
|
||||||
"virtKeyHelpClipboard": "Copier dans le presse-papiers si le terminal sélectionné n'est pas vide, sinon coller le contenu du presse-papiers dans le terminal.",
|
"virtKeyHelpClipboard": "Copier dans le presse-papiers si le terminal sélectionné n'est pas vide, sinon coller le contenu du presse-papiers dans le terminal.",
|
||||||
"virtKeyHelpSFTP": "Ouvrir le répertoire actuel dans SFTP.",
|
"virtKeyHelpSFTP": "Ouvrir le répertoire actuel dans SFTP.",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "Mengubah",
|
"convert": "Mengubah",
|
||||||
"copy": "Menyalin",
|
"copy": "Menyalin",
|
||||||
"copyPath": "Path Copy",
|
"copyPath": "Path Copy",
|
||||||
|
"cpuViewAsProgressTip": "Tampilkan tingkat penggunaan setiap CPU dalam gaya bilah kemajuan (gaya lama)",
|
||||||
"createFile": "Buat file",
|
"createFile": "Buat file",
|
||||||
"createFolder": "Membuat folder",
|
"createFolder": "Membuat folder",
|
||||||
"cursorType": "Jenis kursor",
|
"cursorType": "Jenis kursor",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "Terputus",
|
"disconnected": "Terputus",
|
||||||
"disk": "Disk",
|
"disk": "Disk",
|
||||||
"diskIgnorePath": "Abaikan jalan untuk disk",
|
"diskIgnorePath": "Abaikan jalan untuk disk",
|
||||||
|
"displayCpuIndex": "Tampilkan indeks CPU",
|
||||||
"displayName": "Nama tampilan",
|
"displayName": "Nama tampilan",
|
||||||
"dl2Local": "Unduh {fileName} ke lokal?",
|
"dl2Local": "Unduh {fileName} ke lokal?",
|
||||||
"doc": "Dokumentasi",
|
"doc": "Dokumentasi",
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
"newContainer": "Wadah baru",
|
"newContainer": "Wadah baru",
|
||||||
"noClient": "Tidak ada klien",
|
"noClient": "Tidak ada klien",
|
||||||
"noInterface": "Tidak ada antarmuka",
|
"noInterface": "Tidak ada antarmuka",
|
||||||
|
"noLineChart": "Jangan gunakan grafik garis",
|
||||||
"noNotiPerm": "Tidak ada izin notifikasi, mungkin tidak ada indikasi kemajuan saat mengunduh pembaruan aplikasi.",
|
"noNotiPerm": "Tidak ada izin notifikasi, mungkin tidak ada indikasi kemajuan saat mengunduh pembaruan aplikasi.",
|
||||||
"noOptions": "Tidak ada opsi",
|
"noOptions": "Tidak ada opsi",
|
||||||
"noResult": "Tidak ada hasil",
|
"noResult": "Tidak ada hasil",
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
"nullToken": "Token NULL",
|
"nullToken": "Token NULL",
|
||||||
"ok": "OKE",
|
"ok": "OKE",
|
||||||
"onServerDetailPage": "Di halaman detail server",
|
"onServerDetailPage": "Di halaman detail server",
|
||||||
|
"onlyWhenCoreBiggerThan8": "Berlaku hanya ketika jumlah inti > 8",
|
||||||
"open": "Membuka",
|
"open": "Membuka",
|
||||||
"openLastPath": "Buka jalur terakhir",
|
"openLastPath": "Buka jalur terakhir",
|
||||||
"openLastPathTip": "Server yang berbeda akan memiliki catatan yang berbeda, dan catatan tersebut adalah jalur menuju pintu keluar",
|
"openLastPathTip": "Server yang berbeda akan memiliki catatan yang berbeda, dan catatan tersebut adalah jalur menuju pintu keluar",
|
||||||
@@ -303,6 +307,7 @@
|
|||||||
"versionHaveUpdate": "Ditemukan: v1.0.{build}, klik untuk memperbarui",
|
"versionHaveUpdate": "Ditemukan: v1.0.{build}, klik untuk memperbarui",
|
||||||
"versionUnknownUpdate": "Saat ini: v1.0.{build}. Klik untuk memeriksa pembaruan.",
|
"versionUnknownUpdate": "Saat ini: v1.0.{build}. Klik untuk memeriksa pembaruan.",
|
||||||
"versionUpdated": "Saat ini: v1.0.{build}, mutakhir",
|
"versionUpdated": "Saat ini: v1.0.{build}, mutakhir",
|
||||||
|
"view": "Tampilan",
|
||||||
"viewErr": "Lihat kesalahan",
|
"viewErr": "Lihat kesalahan",
|
||||||
"virtKeyHelpClipboard": "Salin ke clipboard jika terminal yang dipilih tidak kosong, jika tidak, tempel isi clipboard ke terminal.",
|
"virtKeyHelpClipboard": "Salin ke clipboard jika terminal yang dipilih tidak kosong, jika tidak, tempel isi clipboard ke terminal.",
|
||||||
"virtKeyHelpSFTP": "Buka direktori saat ini di SFTP.",
|
"virtKeyHelpSFTP": "Buka direktori saat ini di SFTP.",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "変換",
|
"convert": "変換",
|
||||||
"copy": "コピー",
|
"copy": "コピー",
|
||||||
"copyPath": "パスをコピー",
|
"copyPath": "パスをコピー",
|
||||||
|
"cpuViewAsProgressTip": "各CPUの使用率をプログレスバースタイルで表示する(旧スタイル)",
|
||||||
"createFile": "ファイルを作成",
|
"createFile": "ファイルを作成",
|
||||||
"createFolder": "フォルダーを作成",
|
"createFolder": "フォルダーを作成",
|
||||||
"cursorType": "カーソルタイプ",
|
"cursorType": "カーソルタイプ",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "接続が切断されました",
|
"disconnected": "接続が切断されました",
|
||||||
"disk": "ディスク",
|
"disk": "ディスク",
|
||||||
"diskIgnorePath": "無視されたディスクパス",
|
"diskIgnorePath": "無視されたディスクパス",
|
||||||
|
"displayCpuIndex": "CPUインデックスを表示する",
|
||||||
"displayName": "表示名",
|
"displayName": "表示名",
|
||||||
"dl2Local": "{fileName}をローカルにダウンロードしますか?",
|
"dl2Local": "{fileName}をローカルにダウンロードしますか?",
|
||||||
"doc": "ドキュメント",
|
"doc": "ドキュメント",
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
"newContainer": "新しいコンテナを作成",
|
"newContainer": "新しいコンテナを作成",
|
||||||
"noClient": "SSH接続がありません",
|
"noClient": "SSH接続がありません",
|
||||||
"noInterface": "使用可能なインターフェースがありません",
|
"noInterface": "使用可能なインターフェースがありません",
|
||||||
|
"noLineChart": "折れ線グラフを使用しない",
|
||||||
"noNotiPerm": "通知の権限がないため、アプリの更新のダウンロード中に進行状況が表示されない場合があります。",
|
"noNotiPerm": "通知の権限がないため、アプリの更新のダウンロード中に進行状況が表示されない場合があります。",
|
||||||
"noOptions": "選択肢がありません",
|
"noOptions": "選択肢がありません",
|
||||||
"noResult": "結果なし",
|
"noResult": "結果なし",
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
"nullToken": "トークンなし",
|
"nullToken": "トークンなし",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"onServerDetailPage": "サーバーの詳細ページで",
|
"onServerDetailPage": "サーバーの詳細ページで",
|
||||||
|
"onlyWhenCoreBiggerThan8": "コア数が8より大きい場合にのみ有効",
|
||||||
"open": "開く",
|
"open": "開く",
|
||||||
"openLastPath": "最後のパスを開く",
|
"openLastPath": "最後のパスを開く",
|
||||||
"openLastPathTip": "異なるサーバーには異なる記録があり、記録されているのは退出時のパスです",
|
"openLastPathTip": "異なるサーバーには異なる記録があり、記録されているのは退出時のパスです",
|
||||||
@@ -303,6 +307,7 @@
|
|||||||
"versionHaveUpdate": "新しいバージョンが見つかりました:v1.0.{build}、クリックして更新",
|
"versionHaveUpdate": "新しいバージョンが見つかりました:v1.0.{build}、クリックして更新",
|
||||||
"versionUnknownUpdate": "現在:v1.0.{build}、更新をチェックするためにクリック",
|
"versionUnknownUpdate": "現在:v1.0.{build}、更新をチェックするためにクリック",
|
||||||
"versionUpdated": "現在:v1.0.{build}、最新バージョンです",
|
"versionUpdated": "現在:v1.0.{build}、最新バージョンです",
|
||||||
|
"view": "ビュー",
|
||||||
"viewErr": "エラーを表示",
|
"viewErr": "エラーを表示",
|
||||||
"virtKeyHelpClipboard": "端末に選択された文字がある場合は、選択された文字をクリップボードにコピーします。そうでない場合は、クリップボードの内容を端末に貼り付けます。",
|
"virtKeyHelpClipboard": "端末に選択された文字がある場合は、選択された文字をクリップボードにコピーします。そうでない場合は、クリップボードの内容を端末に貼り付けます。",
|
||||||
"virtKeyHelpSFTP": "現在のパスでSFTPを開く。",
|
"virtKeyHelpSFTP": "現在のパスでSFTPを開く。",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "Converteren",
|
"convert": "Converteren",
|
||||||
"copy": "Kopiëren",
|
"copy": "Kopiëren",
|
||||||
"copyPath": "Pad kopiëren",
|
"copyPath": "Pad kopiëren",
|
||||||
|
"cpuViewAsProgressTip": "Toon het gebruik van elke CPU in een voortgangsbalkstijl (oude stijl)",
|
||||||
"createFile": "Bestand aanmaken",
|
"createFile": "Bestand aanmaken",
|
||||||
"createFolder": "Map aanmaken",
|
"createFolder": "Map aanmaken",
|
||||||
"cursorType": "Cursortype",
|
"cursorType": "Cursortype",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "Verbroken",
|
"disconnected": "Verbroken",
|
||||||
"disk": "Schijf",
|
"disk": "Schijf",
|
||||||
"diskIgnorePath": "Pad negeren voor schijf",
|
"diskIgnorePath": "Pad negeren voor schijf",
|
||||||
|
"displayCpuIndex": "Toon de CPU-index",
|
||||||
"displayName": "Weergavenaam",
|
"displayName": "Weergavenaam",
|
||||||
"dl2Local": "Download {fileName} naar lokaal?",
|
"dl2Local": "Download {fileName} naar lokaal?",
|
||||||
"doc": "Documentatie",
|
"doc": "Documentatie",
|
||||||
@@ -181,6 +183,7 @@
|
|||||||
"nullToken": "Null-token",
|
"nullToken": "Null-token",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"onServerDetailPage": "Op serverdetailspagina",
|
"onServerDetailPage": "Op serverdetailspagina",
|
||||||
|
"onlyWhenCoreBiggerThan8": "Alleen effectief wanneer het aantal cores > 8",
|
||||||
"open": "Openen",
|
"open": "Openen",
|
||||||
"openLastPath": "Open het laatste pad",
|
"openLastPath": "Open het laatste pad",
|
||||||
"openLastPathTip": "Verschillende servers hebben verschillende logs, en de log is het pad naar de uitgang",
|
"openLastPathTip": "Verschillende servers hebben verschillende logs, en de log is het pad naar de uitgang",
|
||||||
@@ -303,6 +306,7 @@
|
|||||||
"versionHaveUpdate": "Gevonden: v1.0.{build}, klik om bij te werken",
|
"versionHaveUpdate": "Gevonden: v1.0.{build}, klik om bij te werken",
|
||||||
"versionUnknownUpdate": "Huidig: v1.0.{build}, klik om te kijken naar een nieuwere versie",
|
"versionUnknownUpdate": "Huidig: v1.0.{build}, klik om te kijken naar een nieuwere versie",
|
||||||
"versionUpdated": "Huidig: v1.0.{build}, is bijgewerkt naar de laatste versie",
|
"versionUpdated": "Huidig: v1.0.{build}, is bijgewerkt naar de laatste versie",
|
||||||
|
"view": "Weergave",
|
||||||
"viewErr": "Zie foutmelding",
|
"viewErr": "Zie foutmelding",
|
||||||
"virtKeyHelpClipboard": "Kopiëren naar het klembord als de geselecteerde terminal niet leeg is, anders de inhoud van het klembord plakken in de terminal.",
|
"virtKeyHelpClipboard": "Kopiëren naar het klembord als de geselecteerde terminal niet leeg is, anders de inhoud van het klembord plakken in de terminal.",
|
||||||
"virtKeyHelpSFTP": "Huidige map openen in SFTP.",
|
"virtKeyHelpSFTP": "Huidige map openen in SFTP.",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "Converter",
|
"convert": "Converter",
|
||||||
"copy": "Copiar",
|
"copy": "Copiar",
|
||||||
"copyPath": "Copiar caminho",
|
"copyPath": "Copiar caminho",
|
||||||
|
"cpuViewAsProgressTip": "Exiba a taxa de uso de cada CPU em estilo de barra de progresso (estilo antigo)",
|
||||||
"createFile": "Criar arquivo",
|
"createFile": "Criar arquivo",
|
||||||
"createFolder": "Criar pasta",
|
"createFolder": "Criar pasta",
|
||||||
"cursorType": "Tipo de cursor",
|
"cursorType": "Tipo de cursor",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "Desconectado",
|
"disconnected": "Desconectado",
|
||||||
"disk": "Disco",
|
"disk": "Disco",
|
||||||
"diskIgnorePath": "Caminhos de disco ignorados",
|
"diskIgnorePath": "Caminhos de disco ignorados",
|
||||||
|
"displayCpuIndex": "Exiba o índice de CPU",
|
||||||
"displayName": "Nome de exibição",
|
"displayName": "Nome de exibição",
|
||||||
"dl2Local": "Baixar {fileName} para o local?",
|
"dl2Local": "Baixar {fileName} para o local?",
|
||||||
"doc": "Documentação",
|
"doc": "Documentação",
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
"newContainer": "Novo contêiner",
|
"newContainer": "Novo contêiner",
|
||||||
"noClient": "Sem conexão SSH",
|
"noClient": "Sem conexão SSH",
|
||||||
"noInterface": "Sem interface disponível",
|
"noInterface": "Sem interface disponível",
|
||||||
|
"noLineChart": "Gebruik geen lijndiagrammen",
|
||||||
"noNotiPerm": "Sem permissão de notificação, possivelmente sem indicação de progresso ao baixar atualizações de aplicativos.",
|
"noNotiPerm": "Sem permissão de notificação, possivelmente sem indicação de progresso ao baixar atualizações de aplicativos.",
|
||||||
"noOptions": "Sem opções",
|
"noOptions": "Sem opções",
|
||||||
"noResult": "Sem resultados",
|
"noResult": "Sem resultados",
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
"nullToken": "Token nulo",
|
"nullToken": "Token nulo",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"onServerDetailPage": "Na página de detalhes do servidor",
|
"onServerDetailPage": "Na página de detalhes do servidor",
|
||||||
|
"onlyWhenCoreBiggerThan8": "Efetivo apenas quando o número de núcleos > 8",
|
||||||
"open": "Abrir",
|
"open": "Abrir",
|
||||||
"openLastPath": "Abrir o último caminho",
|
"openLastPath": "Abrir o último caminho",
|
||||||
"openLastPathTip": "Registros diferentes para servidores diferentes, e registra o caminho ao sair",
|
"openLastPathTip": "Registros diferentes para servidores diferentes, e registra o caminho ao sair",
|
||||||
@@ -303,6 +307,7 @@
|
|||||||
"versionHaveUpdate": "Nova versão encontrada: v1.0.{build}, clique para atualizar",
|
"versionHaveUpdate": "Nova versão encontrada: v1.0.{build}, clique para atualizar",
|
||||||
"versionUnknownUpdate": "Versão atual: v1.0.{build}, clique para verificar atualizações",
|
"versionUnknownUpdate": "Versão atual: v1.0.{build}, clique para verificar atualizações",
|
||||||
"versionUpdated": "Versão atual: v1.0.{build}, já está atualizado",
|
"versionUpdated": "Versão atual: v1.0.{build}, já está atualizado",
|
||||||
|
"view": "Visualização",
|
||||||
"viewErr": "Ver erro",
|
"viewErr": "Ver erro",
|
||||||
"virtKeyHelpClipboard": "Se houver texto selecionado no terminal, copia para a área de transferência, caso contrário, cola o conteúdo da área de transferência no terminal.",
|
"virtKeyHelpClipboard": "Se houver texto selecionado no terminal, copia para a área de transferência, caso contrário, cola o conteúdo da área de transferência no terminal.",
|
||||||
"virtKeyHelpSFTP": "Abre o caminho atual em SFTP.",
|
"virtKeyHelpSFTP": "Abre o caminho atual em SFTP.",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "конвертировать",
|
"convert": "конвертировать",
|
||||||
"copy": "копировать",
|
"copy": "копировать",
|
||||||
"copyPath": "копировать путь",
|
"copyPath": "копировать путь",
|
||||||
|
"cpuViewAsProgressTip": "Отобразите уровень использования каждого процессора в виде индикатора выполнения (старый стиль)",
|
||||||
"createFile": "создать файл",
|
"createFile": "создать файл",
|
||||||
"createFolder": "создать папку",
|
"createFolder": "создать папку",
|
||||||
"cursorType": "Тип курсора",
|
"cursorType": "Тип курсора",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "отключено",
|
"disconnected": "отключено",
|
||||||
"disk": "диск",
|
"disk": "диск",
|
||||||
"diskIgnorePath": "путь игнорирования диска",
|
"diskIgnorePath": "путь игнорирования диска",
|
||||||
|
"displayCpuIndex": "Показать индекс ЦПУ",
|
||||||
"displayName": "отображаемое имя",
|
"displayName": "отображаемое имя",
|
||||||
"dl2Local": "Загрузить {fileName} на локальный диск?",
|
"dl2Local": "Загрузить {fileName} на локальный диск?",
|
||||||
"doc": "Документация",
|
"doc": "Документация",
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
"newContainer": "создать контейнер",
|
"newContainer": "создать контейнер",
|
||||||
"noClient": "нет SSH соединения",
|
"noClient": "нет SSH соединения",
|
||||||
"noInterface": "нет доступных интерфейсов",
|
"noInterface": "нет доступных интерфейсов",
|
||||||
|
"noLineChart": "Não use gráficos de linha",
|
||||||
"noNotiPerm": "Нет разрешения на уведомления, возможно отсутствие индикации прогресса при загрузке обновлений приложений.",
|
"noNotiPerm": "Нет разрешения на уведомления, возможно отсутствие индикации прогресса при загрузке обновлений приложений.",
|
||||||
"noOptions": "нет доступных опций",
|
"noOptions": "нет доступных опций",
|
||||||
"noResult": "нет результатов",
|
"noResult": "нет результатов",
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
"nullToken": "нет токена",
|
"nullToken": "нет токена",
|
||||||
"ok": "ок",
|
"ok": "ок",
|
||||||
"onServerDetailPage": "на странице деталей сервера",
|
"onServerDetailPage": "на странице деталей сервера",
|
||||||
|
"onlyWhenCoreBiggerThan8": "Действует только при количестве ядер > 8",
|
||||||
"open": "открыть",
|
"open": "открыть",
|
||||||
"openLastPath": "открыть последний путь",
|
"openLastPath": "открыть последний путь",
|
||||||
"openLastPathTip": "Для разных серверов будут сохранены разные записи, записывается путь при выходе",
|
"openLastPathTip": "Для разных серверов будут сохранены разные записи, записывается путь при выходе",
|
||||||
@@ -303,6 +307,7 @@
|
|||||||
"versionHaveUpdate": "Найдена новая версия: v1.0.{build}, нажмите для обновления",
|
"versionHaveUpdate": "Найдена новая версия: v1.0.{build}, нажмите для обновления",
|
||||||
"versionUnknownUpdate": "Текущая: v1.0.{build}, нажмите для проверки обновлений",
|
"versionUnknownUpdate": "Текущая: v1.0.{build}, нажмите для проверки обновлений",
|
||||||
"versionUpdated": "Текущая: v1.0.{build}, последняя версия",
|
"versionUpdated": "Текущая: v1.0.{build}, последняя версия",
|
||||||
|
"view": "Вид",
|
||||||
"viewErr": "просмотр ошибок",
|
"viewErr": "просмотр ошибок",
|
||||||
"virtKeyHelpClipboard": "Если в терминале выделен текст, то он копируется в буфер обмена, в противном случае содержимое буфера вставляется в терминал.",
|
"virtKeyHelpClipboard": "Если в терминале выделен текст, то он копируется в буфер обмена, в противном случае содержимое буфера вставляется в терминал.",
|
||||||
"virtKeyHelpSFTP": "Открыть текущий путь в SFTP.",
|
"virtKeyHelpSFTP": "Открыть текущий путь в SFTP.",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "转换",
|
"convert": "转换",
|
||||||
"copy": "复制",
|
"copy": "复制",
|
||||||
"copyPath": "复制路径",
|
"copyPath": "复制路径",
|
||||||
|
"cpuViewAsProgressTip": "以进度条样式显示每个CPU的使用率(旧版样式)",
|
||||||
"createFile": "创建文件",
|
"createFile": "创建文件",
|
||||||
"createFolder": "创建文件夹",
|
"createFolder": "创建文件夹",
|
||||||
"cursorType": "光标类型",
|
"cursorType": "光标类型",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "连接断开",
|
"disconnected": "连接断开",
|
||||||
"disk": "硬盘",
|
"disk": "硬盘",
|
||||||
"diskIgnorePath": "忽略的磁盘路径",
|
"diskIgnorePath": "忽略的磁盘路径",
|
||||||
|
"displayCpuIndex": "显示CPU索引",
|
||||||
"displayName": "显示名称",
|
"displayName": "显示名称",
|
||||||
"dl2Local": "下载 {fileName} 到本地?",
|
"dl2Local": "下载 {fileName} 到本地?",
|
||||||
"doc": "文档",
|
"doc": "文档",
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
"newContainer": "新建容器",
|
"newContainer": "新建容器",
|
||||||
"noClient": "没有SSH连接",
|
"noClient": "没有SSH连接",
|
||||||
"noInterface": "没有可用的接口",
|
"noInterface": "没有可用的接口",
|
||||||
|
"noLineChart": "不使用折线图",
|
||||||
"noNotiPerm": "无通知权限,可能下载App更新时无进度提示。",
|
"noNotiPerm": "无通知权限,可能下载App更新时无进度提示。",
|
||||||
"noOptions": "无可选项",
|
"noOptions": "无可选项",
|
||||||
"noResult": "无结果",
|
"noResult": "无结果",
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
"nullToken": "无Token",
|
"nullToken": "无Token",
|
||||||
"ok": "好",
|
"ok": "好",
|
||||||
"onServerDetailPage": "在服务器详情页",
|
"onServerDetailPage": "在服务器详情页",
|
||||||
|
"onlyWhenCoreBiggerThan8": "仅当核心数>8时生效",
|
||||||
"open": "打开",
|
"open": "打开",
|
||||||
"openLastPath": "打开上次的路径",
|
"openLastPath": "打开上次的路径",
|
||||||
"openLastPathTip": "不同的服务器会有不同的记录,且记录的是退出时的路径",
|
"openLastPathTip": "不同的服务器会有不同的记录,且记录的是退出时的路径",
|
||||||
@@ -303,6 +307,7 @@
|
|||||||
"versionHaveUpdate": "找到新版本:v1.0.{build}, 点击更新",
|
"versionHaveUpdate": "找到新版本:v1.0.{build}, 点击更新",
|
||||||
"versionUnknownUpdate": "当前:v1.0.{build},点击检查更新",
|
"versionUnknownUpdate": "当前:v1.0.{build},点击检查更新",
|
||||||
"versionUpdated": "当前:v1.0.{build}, 已是最新版本",
|
"versionUpdated": "当前:v1.0.{build}, 已是最新版本",
|
||||||
|
"view": "视图",
|
||||||
"viewErr": "查看错误",
|
"viewErr": "查看错误",
|
||||||
"virtKeyHelpClipboard": "如果终端有选中字符,则复制选中字符至剪切板,否则粘贴剪切板内容至终端。",
|
"virtKeyHelpClipboard": "如果终端有选中字符,则复制选中字符至剪切板,否则粘贴剪切板内容至终端。",
|
||||||
"virtKeyHelpSFTP": "在 SFTP 中打开当前路径。",
|
"virtKeyHelpSFTP": "在 SFTP 中打开当前路径。",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
"convert": "轉換",
|
"convert": "轉換",
|
||||||
"copy": "複製",
|
"copy": "複製",
|
||||||
"copyPath": "複製路徑",
|
"copyPath": "複製路徑",
|
||||||
|
"cpuViewAsProgressTip": "以進度條樣式顯示每個CPU的使用率(舊版樣式)",
|
||||||
"createFile": "創建文件",
|
"createFile": "創建文件",
|
||||||
"createFolder": "創建文件夾",
|
"createFolder": "創建文件夾",
|
||||||
"cursorType": "光標類型",
|
"cursorType": "光標類型",
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
"disconnected": "連接斷開",
|
"disconnected": "連接斷開",
|
||||||
"disk": "硬盤",
|
"disk": "硬盤",
|
||||||
"diskIgnorePath": "忽略的磁盤路徑",
|
"diskIgnorePath": "忽略的磁盤路徑",
|
||||||
|
"displayCpuIndex": "顯示CPU索引",
|
||||||
"displayName": "顯示名稱",
|
"displayName": "顯示名稱",
|
||||||
"dl2Local": "下載 {fileName} 到本地?",
|
"dl2Local": "下載 {fileName} 到本地?",
|
||||||
"doc": "文檔",
|
"doc": "文檔",
|
||||||
@@ -166,6 +168,7 @@
|
|||||||
"newContainer": "新建容器",
|
"newContainer": "新建容器",
|
||||||
"noClient": "沒有SSH連接",
|
"noClient": "沒有SSH連接",
|
||||||
"noInterface": "沒有可用的接口",
|
"noInterface": "沒有可用的接口",
|
||||||
|
"noLineChart": "不使用折線圖",
|
||||||
"noNotiPerm": "無通知權限,可能在下載應用程式更新時沒有進度提示。",
|
"noNotiPerm": "無通知權限,可能在下載應用程式更新時沒有進度提示。",
|
||||||
"noOptions": "無可選項",
|
"noOptions": "無可選項",
|
||||||
"noResult": "無結果",
|
"noResult": "無結果",
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
"nullToken": "無Token",
|
"nullToken": "無Token",
|
||||||
"ok": "好",
|
"ok": "好",
|
||||||
"onServerDetailPage": "在服務器詳情頁",
|
"onServerDetailPage": "在服務器詳情頁",
|
||||||
|
"onlyWhenCoreBiggerThan8": "僅當核心數>8時生效",
|
||||||
"open": "打開",
|
"open": "打開",
|
||||||
"openLastPath": "打開上次的路徑",
|
"openLastPath": "打開上次的路徑",
|
||||||
"openLastPathTip": "不同的服務器會有不同的記錄,且記錄的是退出時的路徑",
|
"openLastPathTip": "不同的服務器會有不同的記錄,且記錄的是退出時的路徑",
|
||||||
@@ -303,6 +307,7 @@
|
|||||||
"versionHaveUpdate": "找到新版本:v1.0.{build}, 點擊更新",
|
"versionHaveUpdate": "找到新版本:v1.0.{build}, 點擊更新",
|
||||||
"versionUnknownUpdate": "當前:v1.0.{build},點擊檢查更新",
|
"versionUnknownUpdate": "當前:v1.0.{build},點擊檢查更新",
|
||||||
"versionUpdated": "當前:v1.0.{build}, 已是最新版本",
|
"versionUpdated": "當前:v1.0.{build}, 已是最新版本",
|
||||||
|
"view": "視圖",
|
||||||
"viewErr": "查看錯誤",
|
"viewErr": "查看錯誤",
|
||||||
"virtKeyHelpClipboard": "如果終端有選中字符,則復製選中字符至剪切板,否則粘貼剪切板內容至終端。",
|
"virtKeyHelpClipboard": "如果終端有選中字符,則復製選中字符至剪切板,否則粘貼剪切板內容至終端。",
|
||||||
"virtKeyHelpSFTP": "在 SFTP 中打開當前路徑。",
|
"virtKeyHelpSFTP": "在 SFTP 中打開當前路徑。",
|
||||||
|
|||||||
@@ -5,9 +5,11 @@ import 'package:provider/provider.dart';
|
|||||||
import 'package:toolbox/core/extension/context/common.dart';
|
import 'package:toolbox/core/extension/context/common.dart';
|
||||||
import 'package:toolbox/core/extension/context/dialog.dart';
|
import 'package:toolbox/core/extension/context/dialog.dart';
|
||||||
import 'package:toolbox/core/extension/context/locale.dart';
|
import 'package:toolbox/core/extension/context/locale.dart';
|
||||||
|
import 'package:toolbox/core/extension/listx.dart';
|
||||||
import 'package:toolbox/data/model/app/server_detail_card.dart';
|
import 'package:toolbox/data/model/app/server_detail_card.dart';
|
||||||
import 'package:toolbox/data/model/app/shell_func.dart';
|
import 'package:toolbox/data/model/app/shell_func.dart';
|
||||||
import 'package:toolbox/data/model/server/battery.dart';
|
import 'package:toolbox/data/model/server/battery.dart';
|
||||||
|
import 'package:toolbox/data/model/server/cpu.dart';
|
||||||
import 'package:toolbox/data/model/server/disk.dart';
|
import 'package:toolbox/data/model/server/disk.dart';
|
||||||
import 'package:toolbox/data/model/server/net_speed.dart';
|
import 'package:toolbox/data/model/server/net_speed.dart';
|
||||||
import 'package:toolbox/data/model/server/nvdia.dart';
|
import 'package:toolbox/data/model/server/nvdia.dart';
|
||||||
@@ -190,20 +192,23 @@ class _ServerDetailPageState extends State<ServerDetailPage>
|
|||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: details,
|
children: details,
|
||||||
),
|
),
|
||||||
children: [
|
children: Stores.setting.cpuViewAsProgress.fetch()
|
||||||
Padding(
|
? _buildCPUProgress(ss.cpu)
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 17, vertical: 13),
|
: [
|
||||||
child: SizedBox(
|
Padding(
|
||||||
height: 137,
|
padding:
|
||||||
width: _media.size.width - 26 - 34,
|
const EdgeInsets.symmetric(horizontal: 17, vertical: 13),
|
||||||
child: _buildLineChart(
|
child: SizedBox(
|
||||||
ss.cpu.spots,
|
height: 137,
|
||||||
//ss.cpu.rangeX,
|
width: _media.size.width - 26 - 34,
|
||||||
tooltipPrefix: 'CPU',
|
child: _buildLineChart(
|
||||||
),
|
ss.cpu.spots,
|
||||||
),
|
//ss.cpu.rangeX,
|
||||||
),
|
tooltipPrefix: 'CPU',
|
||||||
],
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -228,6 +233,56 @@ class _ServerDetailPageState extends State<ServerDetailPage>
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
List<Widget> _buildCPUProgress(Cpus cs) {
|
||||||
|
const kMaxColumn = 2;
|
||||||
|
const kRowThreshold = 4;
|
||||||
|
const kCoresCount = kMaxColumn * kRowThreshold;
|
||||||
|
final children = <Widget>[];
|
||||||
|
|
||||||
|
if (cs.coresCount > kCoresCount) {
|
||||||
|
final rows = cs.coresCount ~/ kMaxColumn;
|
||||||
|
for (var i = 0; i < rows; i++) {
|
||||||
|
final rowChildren = <Widget>[];
|
||||||
|
for (var j = 0; j < kMaxColumn; j++) {
|
||||||
|
final idx = i * kMaxColumn + j + 1;
|
||||||
|
if (idx >= cs.coresCount) break;
|
||||||
|
if (Stores.setting.displayCpuIndex.fetch()) {
|
||||||
|
rowChildren.add(Text('${idx + 1}', style: UIs.text13Grey));
|
||||||
|
}
|
||||||
|
rowChildren.add(
|
||||||
|
Expanded(
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 3),
|
||||||
|
child: _buildProgress(cs.usedPercent(coreIdx: idx)),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
rowChildren.joinWith(UIs.width7);
|
||||||
|
children.add(
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 17),
|
||||||
|
child: Row(
|
||||||
|
children: rowChildren,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
for (var i = 0; i < cs.coresCount; i++) {
|
||||||
|
if (i == 0) continue;
|
||||||
|
children.add(
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 3, horizontal: 17),
|
||||||
|
child: _buildProgress(cs.usedPercent(coreIdx: i)),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return children;
|
||||||
|
}
|
||||||
|
|
||||||
Widget _buildProgress(double percent) {
|
Widget _buildProgress(double percent) {
|
||||||
if (percent > 100) percent = 100;
|
if (percent > 100) percent = 100;
|
||||||
final percentWithinOne = percent / 100;
|
final percentWithinOne = percent / 100;
|
||||||
|
|||||||
@@ -119,13 +119,12 @@ class _SettingPageState extends State<SettingPage> {
|
|||||||
_buildAppColor(),
|
_buildAppColor(),
|
||||||
//_buildLaunchPage(),
|
//_buildLaunchPage(),
|
||||||
_buildCheckUpdate(),
|
_buildCheckUpdate(),
|
||||||
|
|
||||||
|
/// Platform specific settings
|
||||||
|
if (OS.hasSpecSetting) _buildPlatformSetting(),
|
||||||
_buildAppMore(),
|
_buildAppMore(),
|
||||||
];
|
];
|
||||||
|
|
||||||
/// Platform specific settings
|
|
||||||
if (OS.hasSpecSetting) {
|
|
||||||
children.add(_buildPlatformSetting());
|
|
||||||
}
|
|
||||||
return Column(
|
return Column(
|
||||||
children: children.map((e) => CardX(child: e)).toList(),
|
children: children.map((e) => CardX(child: e)).toList(),
|
||||||
);
|
);
|
||||||
@@ -150,6 +149,7 @@ class _SettingPageState extends State<SettingPage> {
|
|||||||
_buildServerDetailCardSeq(),
|
_buildServerDetailCardSeq(),
|
||||||
//_buildDiskIgnorePath(),
|
//_buildDiskIgnorePath(),
|
||||||
_buildDeleteServers(),
|
_buildDeleteServers(),
|
||||||
|
_buildCpuView(),
|
||||||
_buildServerMore(),
|
_buildServerMore(),
|
||||||
].map((e) => CardX(child: e)).toList(),
|
].map((e) => CardX(child: e)).toList(),
|
||||||
);
|
);
|
||||||
@@ -1094,4 +1094,21 @@ class _SettingPageState extends State<SettingPage> {
|
|||||||
trailing: StoreSwitch(prop: _setting.hideTitleBar),
|
trailing: StoreSwitch(prop: _setting.hideTitleBar),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Widget _buildCpuView() {
|
||||||
|
return ExpandTile(
|
||||||
|
title: Text('CPU ${l10n.view}'),
|
||||||
|
children: [
|
||||||
|
ListTile(
|
||||||
|
title: Text(l10n.noLineChart),
|
||||||
|
subtitle: Text(l10n.cpuViewAsProgressTip, style: UIs.textGrey),
|
||||||
|
trailing: StoreSwitch(prop: _setting.cpuViewAsProgress),
|
||||||
|
),
|
||||||
|
ListTile(
|
||||||
|
title: Text(l10n.displayCpuIndex),
|
||||||
|
trailing: StoreSwitch(prop: _setting.displayCpuIndex),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user