Compare commits

..

1 commit

Author SHA1 Message Date
Evgeniy
f3ffeda33e
Merge 25b6e1140c into 169b216d7e 2026-04-07 16:43:48 +00:00
11 changed files with 454 additions and 454 deletions

View file

@ -590,48 +590,48 @@
"poolSize" = "حجم المجموعة" "poolSize" = "حجم المجموعة"
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "قاعدة البيانات" "sectionTitle" = "Database"
"backend" = "الواجهة الخلفية" "backend" = "Backend"
"backendDesc" = "يتم تخزين إعدادات قاعدة البيانات وقت التشغيل خارج قاعدة بيانات اللوحة." "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "مصدر الإعدادات" "configSource" = "Config Source"
"configSourceEnvDesc" = "يتم التحكم في واجهة قاعدة البيانات الخلفية هذه من خلال متغيرات البيئة ولا يمكن تغييرها هنا." "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "لم يتم حفظ أي ملف إعدادات بعد. الإعدادات الافتراضية المدمجة مفعلة (SQLite)." "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "المصدر الحالي:" "configSourceDesc" = "Current source:"
"sqlitePath" = "مسار SQLite" "sqlitePath" = "SQLite Path"
"postgresMode" = "وضع PostgreSQL" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "PostgreSQL مُدار بواسطة اللوحة على هذا الخادم (127.0.0.1:5432)." "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "الاتصال بخادم PostgreSQL موجود بالفعل." "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "محلي (تديره اللوحة)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "خارجي" "postgresModeExternal" = "External"
"postgresInstallation" = "تثبيت PostgreSQL" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "PostgreSQL جاهز للاستخدام." "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "التثبيت التلقائي يتطلب صلاحيات root وبيئة غير Docker." "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "اضغط على تثبيت لإعداد PostgreSQL تلقائيًا." "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "مثبّت بالفعل" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "تثبيت PostgreSQL" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "المضيف" "host" = "Host"
"port" = "المنفذ" "port" = "Port"
"dbName" = "اسم قاعدة البيانات" "dbName" = "Database Name"
"user" = "اسم المستخدم" "user" = "User"
"password" = "كلمة المرور" "password" = "Password"
"passwordHint" = "اتركه فارغًا للاحتفاظ بكلمة المرور المخزنة." "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "وضع SSL" "sslMode" = "SSL Mode"
"actions" = "الإجراءات" "actions" = "Actions"
"actionsDesc" = "يتم ترحيل البيانات تلقائيًا. يتم حفظ نسخة احتياطية قابلة للنقل قبل التبديل، ثم تُعاد تشغيل اللوحة." "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "اختبار الاتصال" "testConnection" = "Test Connection"
"switchDatabase" = "تبديل قاعدة البيانات" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "تبديل الواجهة الخلفية لقاعدة البيانات" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "ستقوم اللوحة بإنشاء نسخة احتياطية قابلة للنقل، وترحيل جميع البيانات، ثم إعادة تشغيل نفسها. هل تريد المتابعة؟" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "النسخ الاحتياطي والاستعادة" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "تصدير نسخة قابلة للنقل" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "نسخة احتياطية متعددة المنصات (تعمل مع SQLite وPostgreSQL، ويتم إرسالها أيضًا عبر بوت تيليجرام)." "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "تصدير SQLite الأصلي" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "ملف قاعدة البيانات الخام، متاح فقط أثناء تفعيل SQLite." "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "استيراد" "importLabel" = "Import"
"importDesc" = "الاستعادة من ملف احتياطي قابل للنقل (.xui-backup) أو ملف SQLite قديم (.db)." "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "تصدير نسخة احتياطية قابلة للنقل" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "تصدير SQLite الأصلي" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "استيراد نسخة احتياطية" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "بيانات الأدمن" "admin" = "بيانات الأدمن"

View file

@ -590,48 +590,48 @@
"poolSize" = "Tamaño del grupo" "poolSize" = "Tamaño del grupo"
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "Base de datos" "sectionTitle" = "Database"
"backend" = "Backend" "backend" = "Backend"
"backendDesc" = "La configuración de la base de datos en tiempo de ejecución se almacena fuera de la base de datos del panel." "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "Origen de la configuración" "configSource" = "Config Source"
"configSourceEnvDesc" = "Este backend de base de datos está controlado por variables de entorno y no se puede cambiar aquí." "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "Aún no se ha guardado ningún archivo de configuración. Están activos los valores predeterminados integrados (SQLite)." "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "Origen actual:" "configSourceDesc" = "Current source:"
"sqlitePath" = "Ruta de SQLite" "sqlitePath" = "SQLite Path"
"postgresMode" = "Modo de PostgreSQL" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "PostgreSQL gestionado por el panel en este servidor (127.0.0.1:5432)." "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "Conectarse a un servidor PostgreSQL existente." "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "Local (gestionado por el panel)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "Externo" "postgresModeExternal" = "External"
"postgresInstallation" = "Instalación de PostgreSQL" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "PostgreSQL está listo para usarse." "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "La instalación automática requiere root y un entorno sin Docker." "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "Haz clic en Instalar para configurar PostgreSQL automáticamente." "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "Ya instalado" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "Instalar PostgreSQL" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "Host" "host" = "Host"
"port" = "Puerto" "port" = "Port"
"dbName" = "Nombre de la base de datos" "dbName" = "Database Name"
"user" = "Usuario" "user" = "User"
"password" = "Contraseña" "password" = "Password"
"passwordHint" = "Déjalo vacío para conservar la contraseña almacenada." "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "Modo SSL" "sslMode" = "SSL Mode"
"actions" = "Acciones" "actions" = "Actions"
"actionsDesc" = "Los datos se migran automáticamente. Se guarda una copia de seguridad portable antes del cambio y el panel se reinicia." "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "Probar conexión" "testConnection" = "Test Connection"
"switchDatabase" = "Cambiar base de datos" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "Cambiar el backend de la base de datos" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "El panel creará una copia de seguridad portable, migrará todos los datos y se reiniciará. ¿Continuar?" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "Copia de seguridad y restauración" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "Exportar portable" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "Copia de seguridad multiplataforma (funciona tanto con SQLite como con PostgreSQL, y también se envía por el bot de Telegram)." "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "Exportar SQLite nativo" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "Archivo bruto de la base de datos, disponible solo mientras SQLite esté activo." "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "Importar" "importLabel" = "Import"
"importDesc" = "Restaurar desde un archivo portable (.xui-backup) o un archivo SQLite heredado (.db)." "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "Exportar copia de seguridad portable" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "Exportar SQLite nativo" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "Importar copia de seguridad" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "Credenciales de administrador" "admin" = "Credenciales de administrador"

View file

@ -590,48 +590,48 @@
"poolSize" = "اندازه استخر" "poolSize" = "اندازه استخر"
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "پایگاه داده" "sectionTitle" = "Database"
"backend" = "بک‌اند" "backend" = "Backend"
"backendDesc" = "پیکربندی پایگاه داده در زمان اجرا خارج از پایگاه داده پنل ذخیره می‌شود." "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "منبع پیکربندی" "configSource" = "Config Source"
"configSourceEnvDesc" = "این بک‌اند پایگاه داده توسط متغیرهای محیطی کنترل می‌شود و از اینجا قابل تغییر نیست." "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "هنوز هیچ فایل پیکربندی ذخیره نشده است. تنظیمات پیش‌فرض داخلی فعال هستند (SQLite)." "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "منبع فعلی:" "configSourceDesc" = "Current source:"
"sqlitePath" = "مسیر SQLite" "sqlitePath" = "SQLite Path"
"postgresMode" = "حالت PostgreSQL" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "PostgreSQL مدیریت‌شده توسط پنل روی این سرور (127.0.0.1:5432)." "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "اتصال به یک سرور PostgreSQL موجود." "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "محلی (مدیریت‌شده توسط پنل)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "خارجی" "postgresModeExternal" = "External"
"postgresInstallation" = "نصب PostgreSQL" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "PostgreSQL آماده استفاده است." "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "نصب خودکار به دسترسی root و محیط غیر Docker نیاز دارد." "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "برای راه‌اندازی خودکار PostgreSQL روی نصب کلیک کنید." "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "از قبل نصب شده" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "نصب PostgreSQL" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "میزبان" "host" = "Host"
"port" = "پورت" "port" = "Port"
"dbName" = "نام پایگاه داده" "dbName" = "Database Name"
"user" = "کاربر" "user" = "User"
"password" = "گذرواژه" "password" = "Password"
"passwordHint" = "برای حفظ گذرواژه ذخیره‌شده، این قسمت را خالی بگذارید." "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "حالت SSL" "sslMode" = "SSL Mode"
"actions" = "اقدامات" "actions" = "Actions"
"actionsDesc" = "داده‌ها به‌صورت خودکار مهاجرت داده می‌شوند. پیش از تغییر، یک نسخه پشتیبان قابل‌حمل ذخیره می‌شود و پنل دوباره راه‌اندازی خواهد شد." "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "تست اتصال" "testConnection" = "Test Connection"
"switchDatabase" = "تغییر پایگاه داده" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "تغییر بک‌اند پایگاه داده" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "پنل یک نسخه پشتیبان قابل‌حمل ایجاد می‌کند، همه داده‌ها را مهاجرت می‌دهد و خودش را دوباره راه‌اندازی می‌کند. ادامه می‌دهید؟" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "پشتیبان‌گیری و بازیابی" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "خروجی قابل‌حمل" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "نسخه پشتیبان بین‌پلتفرمی (هم با SQLite و هم با PostgreSQL کار می‌کند، و همچنین توسط ربات تلگرام ارسال می‌شود)." "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "خروجی SQLite بومی" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "فایل خام پایگاه داده که فقط زمانی در دسترس است که SQLite فعال باشد." "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "درون‌ریزی" "importLabel" = "Import"
"importDesc" = "بازیابی از فایل قابل‌حمل (.xui-backup) یا فایل قدیمی SQLite (.db)." "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "خروجی نسخه پشتیبان قابل‌حمل" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "خروجی SQLite بومی" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "درون‌ریزی نسخه پشتیبان" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "اعتبارنامه‌های ادمین" "admin" = "اعتبارنامه‌های ادمین"

View file

@ -592,46 +592,46 @@
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "Database" "sectionTitle" = "Database"
"backend" = "Backend" "backend" = "Backend"
"backendDesc" = "Konfigurasi database runtime disimpan di luar database panel." "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "Sumber Konfigurasi" "configSource" = "Config Source"
"configSourceEnvDesc" = "Backend database ini dikendalikan oleh variabel lingkungan dan tidak dapat diubah di sini." "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "Belum ada file konfigurasi yang disimpan. Pengaturan bawaan internal sedang aktif (SQLite)." "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "Sumber saat ini:" "configSourceDesc" = "Current source:"
"sqlitePath" = "Path SQLite" "sqlitePath" = "SQLite Path"
"postgresMode" = "Mode PostgreSQL" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "PostgreSQL yang dikelola panel di server ini (127.0.0.1:5432)." "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "Hubungkan ke server PostgreSQL yang sudah ada." "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "Lokal (dikelola panel)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "Eksternal" "postgresModeExternal" = "External"
"postgresInstallation" = "Instalasi PostgreSQL" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "PostgreSQL siap digunakan." "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "Instalasi otomatis memerlukan akses root dan lingkungan non-Docker." "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "Klik Instal untuk menyiapkan PostgreSQL secara otomatis." "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "Sudah terinstal" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "Instal PostgreSQL" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "Host" "host" = "Host"
"port" = "Port" "port" = "Port"
"dbName" = "Nama Database" "dbName" = "Database Name"
"user" = "Pengguna" "user" = "User"
"password" = "Kata Sandi" "password" = "Password"
"passwordHint" = "Biarkan kosong untuk mempertahankan kata sandi yang tersimpan." "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "Mode SSL" "sslMode" = "SSL Mode"
"actions" = "Tindakan" "actions" = "Actions"
"actionsDesc" = "Data dimigrasikan secara otomatis. Cadangan portabel disimpan sebelum beralih, dan panel akan dimulai ulang." "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "Uji Koneksi" "testConnection" = "Test Connection"
"switchDatabase" = "Ganti Database" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "Ganti backend database" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "Panel akan membuat cadangan portabel, memigrasikan semua data, lalu memulai ulang dirinya sendiri. Lanjutkan?" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "Cadangkan & Pulihkan" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "Ekspor Portabel" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "Cadangan lintas platform (berfungsi dengan SQLite maupun PostgreSQL, juga dikirim melalui bot Telegram)." "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "Ekspor SQLite Native" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "File database mentah, hanya tersedia saat SQLite aktif." "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "Impor" "importLabel" = "Import"
"importDesc" = "Pulihkan dari file portabel (.xui-backup) atau file SQLite lama (.db)." "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "Ekspor Cadangan Portabel" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "Ekspor SQLite Native" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "Impor Cadangan" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "Kredensial admin" "admin" = "Kredensial admin"

View file

@ -590,48 +590,48 @@
"poolSize" = "プールサイズ" "poolSize" = "プールサイズ"
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "データベース" "sectionTitle" = "Database"
"backend" = "バックエンド" "backend" = "Backend"
"backendDesc" = "ランタイムのデータベース設定は、パネルのデータベース外部に保存されています。" "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "設定ソース" "configSource" = "Config Source"
"configSourceEnvDesc" = "このデータベースバックエンドは環境変数によって制御されており、ここでは変更できません。" "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "まだ設定ファイルは保存されていません。組み込みのデフォルト設定SQLiteが有効です。" "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "現在のソース:" "configSourceDesc" = "Current source:"
"sqlitePath" = "SQLite パス" "sqlitePath" = "SQLite Path"
"postgresMode" = "PostgreSQL モード" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "このサーバー上でパネル管理の PostgreSQL127.0.0.1:5432" "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "既存の PostgreSQL サーバーに接続します。" "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "ローカル(パネル管理)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "外部" "postgresModeExternal" = "External"
"postgresInstallation" = "PostgreSQL のインストール" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "PostgreSQL は使用可能です。" "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "自動インストールには root 権限と非 Docker 環境が必要です。" "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "インストールをクリックすると、PostgreSQL が自動的にセットアップされます。" "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "インストール済み" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "PostgreSQL をインストール" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "ホスト" "host" = "Host"
"port" = "ポート" "port" = "Port"
"dbName" = "データベース名" "dbName" = "Database Name"
"user" = "ユーザー" "user" = "User"
"password" = "パスワード" "password" = "Password"
"passwordHint" = "保存済みのパスワードを維持するには、空欄のままにしてください。" "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "SSL モード" "sslMode" = "SSL Mode"
"actions" = "アクション" "actions" = "Actions"
"actionsDesc" = "データは自動的に移行されます。切り替え前にポータブルバックアップが保存され、パネルは再起動します。" "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "接続をテスト" "testConnection" = "Test Connection"
"switchDatabase" = "データベースを切り替える" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "データベースバックエンドを切り替える" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "パネルはポータブルバックアップを作成し、すべてのデータを移行して、自身を再起動します。続行しますか?" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "バックアップと復元" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "ポータブル形式でエクスポート" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "クロスプラットフォーム対応のバックアップSQLite と PostgreSQL の両方で利用可能で、Telegram ボット経由でも送信されます)。" "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "ネイティブ SQLite をエクスポート" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "生のデータベースファイル。SQLite が有効な場合のみ利用できます。" "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "インポート" "importLabel" = "Import"
"importDesc" = "ポータブル形式(.xui-backupまたは従来の SQLite.dbファイルから復元します。" "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "ポータブルバックアップをエクスポート" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "ネイティブ SQLite をエクスポート" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "バックアップをインポート" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "管理者の資格情報" "admin" = "管理者の資格情報"

View file

@ -590,48 +590,48 @@
"poolSize" = "Tamanho do Pool" "poolSize" = "Tamanho do Pool"
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "Banco de dados" "sectionTitle" = "Database"
"backend" = "Backend" "backend" = "Backend"
"backendDesc" = "A configuração do banco de dados em tempo de execução é armazenada fora do banco de dados do painel." "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "Fonte da configuração" "configSource" = "Config Source"
"configSourceEnvDesc" = "Este backend de banco de dados é controlado por variáveis de ambiente e não pode ser alterado aqui." "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "Nenhum arquivo de configuração foi salvo ainda. Os padrões internos estão ativos (SQLite)." "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "Fonte atual:" "configSourceDesc" = "Current source:"
"sqlitePath" = "Caminho do SQLite" "sqlitePath" = "SQLite Path"
"postgresMode" = "Modo PostgreSQL" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "PostgreSQL gerenciado pelo painel neste servidor (127.0.0.1:5432)." "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "Conectar a um servidor PostgreSQL existente." "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "Local (gerenciado pelo painel)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "Externo" "postgresModeExternal" = "External"
"postgresInstallation" = "Instalação do PostgreSQL" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "O PostgreSQL está pronto para uso." "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "A instalação automática requer root e um ambiente sem Docker." "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "Clique em Instalar para configurar o PostgreSQL automaticamente." "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "Já instalado" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "Instalar PostgreSQL" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "Host" "host" = "Host"
"port" = "Porta" "port" = "Port"
"dbName" = "Nome do banco de dados" "dbName" = "Database Name"
"user" = "Usuário" "user" = "User"
"password" = "Senha" "password" = "Password"
"passwordHint" = "Deixe em branco para manter a senha armazenada." "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "Modo SSL" "sslMode" = "SSL Mode"
"actions" = "Ações" "actions" = "Actions"
"actionsDesc" = "Os dados são migrados automaticamente. Um backup portátil é salvo antes da troca, e o painel é reiniciado." "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "Testar conexão" "testConnection" = "Test Connection"
"switchDatabase" = "Trocar banco de dados" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "Trocar backend do banco de dados" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "O painel criará um backup portátil, migrará todos os dados e será reiniciado. Continuar?" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "Backup e restauração" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "Exportar portátil" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "Backup multiplataforma (funciona com SQLite e PostgreSQL, e também é enviado pelo bot do Telegram)." "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "Exportar SQLite nativo" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "Arquivo bruto do banco de dados, disponível apenas enquanto o SQLite estiver ativo." "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "Importar" "importLabel" = "Import"
"importDesc" = "Restaurar a partir de um arquivo portátil (.xui-backup) ou de um arquivo SQLite legado (.db)." "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "Exportar backup portátil" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "Exportar SQLite nativo" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "Importar backup" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "Credenciais de administrador" "admin" = "Credenciais de administrador"

View file

@ -590,48 +590,48 @@
"poolSize" = "Havuz Boyutu" "poolSize" = "Havuz Boyutu"
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "Veritabanı" "sectionTitle" = "Database"
"backend" = "Arka Uç" "backend" = "Backend"
"backendDesc" = "Çalışma zamanı veritabanı yapılandırması panel veritabanının dışında saklanır." "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "Yapılandırma Kaynağı" "configSource" = "Config Source"
"configSourceEnvDesc" = "Bu veritabanı arka ucu ortam değişkenleri tarafından kontrol edilir ve burada değiştirilemez." "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "Henüz kaydedilmiş bir yapılandırma dosyası yok. Yerleşik varsayılanlar etkin (SQLite)." "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "Geçerli kaynak:" "configSourceDesc" = "Current source:"
"sqlitePath" = "SQLite Yolu" "sqlitePath" = "SQLite Path"
"postgresMode" = "PostgreSQL Modu" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "Bu sunucuda panel tarafından yönetilen PostgreSQL (127.0.0.1:5432)." "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "Mevcut bir PostgreSQL sunucusuna bağlan." "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "Yerel (panel tarafından yönetilen)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "Harici" "postgresModeExternal" = "External"
"postgresInstallation" = "PostgreSQL Kurulumu" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "PostgreSQL kullanıma hazır." "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "Otomatik kurulum için root yetkisi ve Docker olmayan bir ortam gerekir." "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "PostgreSQLi otomatik olarak kurmak için Kura tıklayın." "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "Zaten kurulu" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "PostgreSQL Kur" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "Ana Makine" "host" = "Host"
"port" = "Bağlantı Noktası" "port" = "Port"
"dbName" = "Veritabanı Adı" "dbName" = "Database Name"
"user" = "Kullanıcı" "user" = "User"
"password" = "Parola" "password" = "Password"
"passwordHint" = "Kaydedilmiş parolayı korumak için boş bırakın." "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "SSL Modu" "sslMode" = "SSL Mode"
"actions" = "İşlemler" "actions" = "Actions"
"actionsDesc" = "Veriler otomatik olarak taşınır. Geçişten önce taşınabilir bir yedek kaydedilir ve panel yeniden başlatılır." "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "Bağlantıyı Test Et" "testConnection" = "Test Connection"
"switchDatabase" = "Veritabanını Değiştir" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "Veritabanı arka ucunu değiştir" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "Panel taşınabilir bir yedek oluşturacak, tüm verileri taşıyacak ve kendini yeniden başlatacaktır. Devam edilsin mi?" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "Yedekleme ve Geri Yükleme" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "Taşınabilir Olarak Dışa Aktar" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "Platformlar arası yedek (hem SQLite hem de PostgreSQL ile çalışır, ayrıca Telegram botu üzerinden de gönderilir)." "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "Yerel SQLiteı Dışa Aktar" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "Ham veritabanı dosyası, yalnızca SQLite etkin olduğunda kullanılabilir." "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "İçe Aktar" "importLabel" = "Import"
"importDesc" = "Taşınabilir (.xui-backup) veya eski SQLite (.db) dosyasından geri yükleyin." "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "Taşınabilir Yedeği Dışa Aktar" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "Yerel SQLiteı Dışa Aktar" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "Yedeği İçe Aktar" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "Yönetici kimlik bilgileri" "admin" = "Yönetici kimlik bilgileri"

View file

@ -590,48 +590,48 @@
"poolSize" = "Розмір пулу" "poolSize" = "Розмір пулу"
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "База даних" "sectionTitle" = "Database"
"backend" = "Бекенд" "backend" = "Backend"
"backendDesc" = "Конфігурація бази даних під час виконання зберігається поза базою даних панелі." "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "Джерело конфігурації" "configSource" = "Config Source"
"configSourceEnvDesc" = "Цей бекенд бази даних керується змінними середовища й не може бути змінений тут." "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "Файл конфігурації ще не збережено. Використовуються вбудовані значення за замовчуванням (SQLite)." "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "Поточне джерело:" "configSourceDesc" = "Current source:"
"sqlitePath" = "Шлях до SQLite" "sqlitePath" = "SQLite Path"
"postgresMode" = "Режим PostgreSQL" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "PostgreSQL, яким керує панель, на цьому сервері (127.0.0.1:5432)." "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "Підключення до наявного сервера PostgreSQL." "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "Локальний (керується панеллю)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "Зовнішній" "postgresModeExternal" = "External"
"postgresInstallation" = "Встановлення PostgreSQL" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "PostgreSQL готовий до використання." "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "Автоматичне встановлення потребує root-доступу та середовища без Docker." "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "Натисніть «Встановити», щоб автоматично налаштувати PostgreSQL." "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "Уже встановлено" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "Встановити PostgreSQL" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "Хост" "host" = "Host"
"port" = "Порт" "port" = "Port"
"dbName" = "Назва бази даних" "dbName" = "Database Name"
"user" = "Користувач" "user" = "User"
"password" = "Пароль" "password" = "Password"
"passwordHint" = "Залиште порожнім, щоб зберегти поточний пароль." "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "Режим SSL" "sslMode" = "SSL Mode"
"actions" = "Дії" "actions" = "Actions"
"actionsDesc" = "Дані мігруються автоматично. Перед перемиканням зберігається переносна резервна копія, після чого панель перезапускається." "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "Перевірити з’єднання" "testConnection" = "Test Connection"
"switchDatabase" = "Перемкнути базу даних" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "Перемкнути бекенд бази даних" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "Панель створить переносну резервну копію, перенесе всі дані та перезапуститься. Продовжити?" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "Резервне копіювання та відновлення" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "Експортувати переносну копію" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "Кросплатформна резервна копія (працює і з SQLite, і з PostgreSQL, також надсилається через Telegram-бота)." "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "Експортувати рідний SQLite" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "Необроблений файл бази даних, доступний лише коли активний SQLite." "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "Імпорт" "importLabel" = "Import"
"importDesc" = "Відновлення з переносного файлу (.xui-backup) або застарілого файлу SQLite (.db)." "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "Експортувати переносну резервну копію" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "Експортувати рідний SQLite" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "Імпортувати резервну копію" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "Облікові дані адміністратора" "admin" = "Облікові дані адміністратора"

View file

@ -590,48 +590,48 @@
"poolSize" = "Kích thước bể bơi" "poolSize" = "Kích thước bể bơi"
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "Cơ sở dữ liệu" "sectionTitle" = "Database"
"backend" = "Phần phụ trợ" "backend" = "Backend"
"backendDesc" = "Cấu hình cơ sở dữ liệu khi chạy được lưu bên ngoài cơ sở dữ liệu của bảng điều khiển." "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "Nguồn cấu hình" "configSource" = "Config Source"
"configSourceEnvDesc" = "Phần phụ trợ cơ sở dữ liệu này được kiểm soát bởi các biến môi trường và không thể thay đổi tại đây." "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "Chưa có tệp cấu hình nào được lưu. Cài đặt mặc định tích hợp sẵn đang hoạt động (SQLite)." "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "Nguồn hiện tại:" "configSourceDesc" = "Current source:"
"sqlitePath" = "Đường dẫn SQLite" "sqlitePath" = "SQLite Path"
"postgresMode" = "Chế độ PostgreSQL" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "PostgreSQL do bảng điều khiển quản lý trên máy chủ này (127.0.0.1:5432)." "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "Kết nối tới một máy chủ PostgreSQL hiện có." "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "Cục bộ (do bảng điều khiển quản lý)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "Bên ngoài" "postgresModeExternal" = "External"
"postgresInstallation" = "Cài đặt PostgreSQL" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "PostgreSQL đã sẵn sàng để sử dụng." "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "Cài đặt tự động yêu cầu quyền root và môi trường không phải Docker." "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "Nhấn Cài đặt để thiết lập PostgreSQL tự động." "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "Đã được cài đặt" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "Cài đặt PostgreSQL" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "Máy chủ" "host" = "Host"
"port" = "Cổng" "port" = "Port"
"dbName" = "Tên cơ sở dữ liệu" "dbName" = "Database Name"
"user" = "Người dùng" "user" = "User"
"password" = "Mật khẩu" "password" = "Password"
"passwordHint" = "Để trống để giữ nguyên mật khẩu đã lưu." "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "Chế độ SSL" "sslMode" = "SSL Mode"
"actions" = "Thao tác" "actions" = "Actions"
"actionsDesc" = "Dữ liệu sẽ được di chuyển tự động. Một bản sao lưu di động sẽ được lưu trước khi chuyển đổi, và bảng điều khiển sẽ khởi động lại." "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "Kiểm tra kết nối" "testConnection" = "Test Connection"
"switchDatabase" = "Chuyển cơ sở dữ liệu" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "Chuyển phần phụ trợ cơ sở dữ liệu" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "Bảng điều khiển sẽ tạo một bản sao lưu di động, di chuyển toàn bộ dữ liệu và tự khởi động lại. Tiếp tục?" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "Sao lưu & Khôi phục" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "Xuất bản sao lưu di động" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "Bản sao lưu đa nền tảng (hoạt động với cả SQLite và PostgreSQL, cũng được gửi qua bot Telegram)." "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "Xuất SQLite gốc" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "Tệp cơ sở dữ liệu thô, chỉ khả dụng khi SQLite đang hoạt động." "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "Nhập" "importLabel" = "Import"
"importDesc" = "Khôi phục từ tệp sao lưu di động (.xui-backup) hoặc tệp SQLite cũ (.db)." "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "Xuất bản sao lưu di động" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "Xuất SQLite gốc" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "Nhập bản sao lưu" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "Thông tin đăng nhập quản trị viên" "admin" = "Thông tin đăng nhập quản trị viên"

View file

@ -590,48 +590,48 @@
"poolSize" = "池大小" "poolSize" = "池大小"
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "数据库" "sectionTitle" = "Database"
"backend" = "后端" "backend" = "Backend"
"backendDesc" = "运行时数据库配置存储在面板数据库之外。" "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "配置来源" "configSource" = "Config Source"
"configSourceEnvDesc" = "此数据库后端由环境变量控制,无法在此处更改。" "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "尚未保存配置文件。当前使用内置默认值SQLite" "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "当前来源:" "configSourceDesc" = "Current source:"
"sqlitePath" = "SQLite 路径" "sqlitePath" = "SQLite Path"
"postgresMode" = "PostgreSQL 模式" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "此服务器上的面板托管 PostgreSQL127.0.0.1:5432" "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "连接到现有的 PostgreSQL 服务器。" "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "本地(面板托管)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "外部" "postgresModeExternal" = "External"
"postgresInstallation" = "PostgreSQL 安装" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "PostgreSQL 已可使用。" "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "自动安装需要 root 权限且不能在 Docker 环境中运行。" "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "点击“安装”以自动设置 PostgreSQL。" "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "已安装" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "安装 PostgreSQL" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "主机" "host" = "Host"
"port" = "端口" "port" = "Port"
"dbName" = "数据库名称" "dbName" = "Database Name"
"user" = "用户" "user" = "User"
"password" = "密码" "password" = "Password"
"passwordHint" = "留空以保留已保存的密码。" "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "SSL 模式" "sslMode" = "SSL Mode"
"actions" = "操作" "actions" = "Actions"
"actionsDesc" = "数据会自动迁移。切换前会保存一个可移植备份,然后面板会重启。" "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "测试连接" "testConnection" = "Test Connection"
"switchDatabase" = "切换数据库" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "切换数据库后端" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "面板将创建一个可移植备份,迁移所有数据,并自行重启。是否继续?" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "备份与恢复" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "导出可移植备份" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "跨平台备份(兼容 SQLite 和 PostgreSQL也会通过 Telegram 机器人发送)。" "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "导出原生 SQLite" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "原始数据库文件,仅在当前使用 SQLite 时可用。" "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "导入" "importLabel" = "Import"
"importDesc" = "从可移植备份(.xui-backup或旧版 SQLite.db文件恢复。" "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "导出可移植备份" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "导出原生 SQLite" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "导入备份" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "管理员凭据" "admin" = "管理员凭据"

View file

@ -590,48 +590,48 @@
"poolSize" = "池大小" "poolSize" = "池大小"
[pages.settings.database] [pages.settings.database]
"sectionTitle" = "資料庫" "sectionTitle" = "Database"
"backend" = "後端" "backend" = "Backend"
"backendDesc" = "執行階段的資料庫設定儲存在面板資料庫之外。" "backendDesc" = "Runtime database configuration is stored outside the panel database."
"configSource" = "設定來源" "configSource" = "Config Source"
"configSourceEnvDesc" = "此資料庫後端由環境變數控制,無法在此處變更。" "configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
"configSourceDefaultDesc" = "尚未儲存設定檔。目前使用內建預設值SQLite" "configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
"configSourceDesc" = "目前來源:" "configSourceDesc" = "Current source:"
"sqlitePath" = "SQLite 路徑" "sqlitePath" = "SQLite Path"
"postgresMode" = "PostgreSQL 模式" "postgresMode" = "PostgreSQL Mode"
"postgresModeLocalDesc" = "此伺服器上的面板管理 PostgreSQL127.0.0.1:5432" "postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
"postgresModeExternalDesc" = "連線到現有的 PostgreSQL 伺服器。" "postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
"postgresModeLocal" = "本機(由面板管理)" "postgresModeLocal" = "Local (panel-managed)"
"postgresModeExternal" = "外部" "postgresModeExternal" = "External"
"postgresInstallation" = "PostgreSQL 安裝" "postgresInstallation" = "PostgreSQL Installation"
"postgresInstallReady" = "PostgreSQL 已可使用。" "postgresInstallReady" = "PostgreSQL is ready to use."
"postgresInstallNeedRoot" = "自動安裝需要 root 權限且不得在 Docker 環境中執行。" "postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
"postgresInstallHint" = "點擊「安裝」以自動設定 PostgreSQL。" "postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
"postgresAlreadyInstalled" = "已安裝" "postgresAlreadyInstalled" = "Already installed"
"postgresInstallBtn" = "安裝 PostgreSQL" "postgresInstallBtn" = "Install PostgreSQL"
"host" = "主機" "host" = "Host"
"port" = "連接埠" "port" = "Port"
"dbName" = "資料庫名稱" "dbName" = "Database Name"
"user" = "使用者" "user" = "User"
"password" = "密碼" "password" = "Password"
"passwordHint" = "留空可保留已儲存的密碼。" "passwordHint" = "Leave empty to keep the stored password."
"sslMode" = "SSL 模式" "sslMode" = "SSL Mode"
"actions" = "操作" "actions" = "Actions"
"actionsDesc" = "資料會自動遷移。切換前會先儲存可攜式備份,然後重新啟動面板。" "actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
"testConnection" = "測試連線" "testConnection" = "Test Connection"
"switchDatabase" = "切換資料庫" "switchDatabase" = "Switch Database"
"switchDatabaseTitle" = "切換資料庫後端" "switchDatabaseTitle" = "Switch database backend"
"switchDatabaseConfirm" = "面板將建立可攜式備份、遷移所有資料,並重新啟動自身。要繼續嗎?" "switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
"backupRestore" = "備份與還原" "backupRestore" = "Backup & Restore"
"exportPortableLabel" = "匯出可攜式備份" "exportPortableLabel" = "Export Portable"
"exportPortableDesc" = "跨平台備份(可同時用於 SQLite 與 PostgreSQL也可由 Telegram 機器人傳送)。" "exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
"exportNativeSQLiteLabel" = "匯出原生 SQLite" "exportNativeSQLiteLabel" = "Export Native SQLite"
"exportNativeSQLiteDesc" = "原始資料庫檔案,僅在啟用 SQLite 時可用。" "exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
"importLabel" = "匯入" "importLabel" = "Import"
"importDesc" = "從可攜式(.xui-backup或舊版 SQLite.db檔案還原。" "importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
"exportPortableBtn" = "匯出可攜式備份" "exportPortableBtn" = "Export Portable Backup"
"exportNativeSQLiteBtn" = "匯出原生 SQLite" "exportNativeSQLiteBtn" = "Export Native SQLite"
"importBtn" = "匯入備份" "importBtn" = "Import Backup"
[pages.settings.security] [pages.settings.security]
"admin" = "管理員憑證" "admin" = "管理員憑證"