mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-14 19:45:47 +00:00
added translations for all languages
This commit is contained in:
parent
25b6e1140c
commit
c9b14da955
11 changed files with 454 additions and 454 deletions
|
|
@ -590,48 +590,48 @@
|
||||||
"poolSize" = "حجم المجموعة"
|
"poolSize" = "حجم المجموعة"
|
||||||
|
|
||||||
[pages.settings.database]
|
[pages.settings.database]
|
||||||
"sectionTitle" = "Database"
|
"sectionTitle" = "قاعدة البيانات"
|
||||||
"backend" = "Backend"
|
"backend" = "الواجهة الخلفية"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"backendDesc" = "يتم تخزين إعدادات قاعدة البيانات وقت التشغيل خارج قاعدة بيانات اللوحة."
|
||||||
"configSource" = "Config Source"
|
"configSource" = "مصدر الإعدادات"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"configSourceEnvDesc" = "يتم التحكم في واجهة قاعدة البيانات الخلفية هذه من خلال متغيرات البيئة ولا يمكن تغييرها هنا."
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"configSourceDefaultDesc" = "لم يتم حفظ أي ملف إعدادات بعد. الإعدادات الافتراضية المدمجة مفعلة (SQLite)."
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "المصدر الحالي:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "مسار SQLite"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "وضع PostgreSQL"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "PostgreSQL مُدار بواسطة اللوحة على هذا الخادم (127.0.0.1:5432)."
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "الاتصال بخادم PostgreSQL موجود بالفعل."
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "محلي (تديره اللوحة)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "خارجي"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "تثبيت PostgreSQL"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "PostgreSQL جاهز للاستخدام."
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "التثبيت التلقائي يتطلب صلاحيات root وبيئة غير Docker."
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "اضغط على تثبيت لإعداد PostgreSQL تلقائيًا."
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "مثبّت بالفعل"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "تثبيت PostgreSQL"
|
||||||
"host" = "Host"
|
"host" = "المضيف"
|
||||||
"port" = "Port"
|
"port" = "المنفذ"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "اسم قاعدة البيانات"
|
||||||
"user" = "User"
|
"user" = "اسم المستخدم"
|
||||||
"password" = "Password"
|
"password" = "كلمة المرور"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "اتركه فارغًا للاحتفاظ بكلمة المرور المخزنة."
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "وضع SSL"
|
||||||
"actions" = "Actions"
|
"actions" = "الإجراءات"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"actionsDesc" = "يتم ترحيل البيانات تلقائيًا. يتم حفظ نسخة احتياطية قابلة للنقل قبل التبديل، ثم تُعاد تشغيل اللوحة."
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "اختبار الاتصال"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "تبديل قاعدة البيانات"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "تبديل الواجهة الخلفية لقاعدة البيانات"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"switchDatabaseConfirm" = "ستقوم اللوحة بإنشاء نسخة احتياطية قابلة للنقل، وترحيل جميع البيانات، ثم إعادة تشغيل نفسها. هل تريد المتابعة؟"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "النسخ الاحتياطي والاستعادة"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "تصدير نسخة قابلة للنقل"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"exportPortableDesc" = "نسخة احتياطية متعددة المنصات (تعمل مع SQLite وPostgreSQL، ويتم إرسالها أيضًا عبر بوت تيليجرام)."
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "تصدير SQLite الأصلي"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "ملف قاعدة البيانات الخام، متاح فقط أثناء تفعيل SQLite."
|
||||||
"importLabel" = "Import"
|
"importLabel" = "استيراد"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "الاستعادة من ملف احتياطي قابل للنقل (.xui-backup) أو ملف SQLite قديم (.db)."
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "تصدير نسخة احتياطية قابلة للنقل"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "تصدير SQLite الأصلي"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "استيراد نسخة احتياطية"
|
||||||
|
|
||||||
[pages.settings.security]
|
[pages.settings.security]
|
||||||
"admin" = "بيانات الأدمن"
|
"admin" = "بيانات الأدمن"
|
||||||
|
|
|
||||||
|
|
@ -590,48 +590,48 @@
|
||||||
"poolSize" = "Tamaño del grupo"
|
"poolSize" = "Tamaño del grupo"
|
||||||
|
|
||||||
[pages.settings.database]
|
[pages.settings.database]
|
||||||
"sectionTitle" = "Database"
|
"sectionTitle" = "Base de datos"
|
||||||
"backend" = "Backend"
|
"backend" = "Backend"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"backendDesc" = "La configuración de la base de datos en tiempo de ejecución se almacena fuera de la base de datos del panel."
|
||||||
"configSource" = "Config Source"
|
"configSource" = "Origen de la configuración"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"configSourceEnvDesc" = "Este backend de base de datos está controlado por variables de entorno y no se puede cambiar aquí."
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"configSourceDefaultDesc" = "Aún no se ha guardado ningún archivo de configuración. Están activos los valores predeterminados integrados (SQLite)."
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "Origen actual:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "Ruta de SQLite"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "Modo de PostgreSQL"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "PostgreSQL gestionado por el panel en este servidor (127.0.0.1:5432)."
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "Conectarse a un servidor PostgreSQL existente."
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "Local (gestionado por el panel)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "Externo"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "Instalación de PostgreSQL"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "PostgreSQL está listo para usarse."
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "La instalación automática requiere root y un entorno sin Docker."
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "Haz clic en Instalar para configurar PostgreSQL automáticamente."
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "Ya instalado"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "Instalar PostgreSQL"
|
||||||
"host" = "Host"
|
"host" = "Host"
|
||||||
"port" = "Port"
|
"port" = "Puerto"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "Nombre de la base de datos"
|
||||||
"user" = "User"
|
"user" = "Usuario"
|
||||||
"password" = "Password"
|
"password" = "Contraseña"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "Déjalo vacío para conservar la contraseña almacenada."
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "Modo SSL"
|
||||||
"actions" = "Actions"
|
"actions" = "Acciones"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"actionsDesc" = "Los datos se migran automáticamente. Se guarda una copia de seguridad portable antes del cambio y el panel se reinicia."
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "Probar conexión"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "Cambiar base de datos"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "Cambiar el backend de la base de datos"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"switchDatabaseConfirm" = "El panel creará una copia de seguridad portable, migrará todos los datos y se reiniciará. ¿Continuar?"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "Copia de seguridad y restauración"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "Exportar portable"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"exportPortableDesc" = "Copia de seguridad multiplataforma (funciona tanto con SQLite como con PostgreSQL, y también se envía por el bot de Telegram)."
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "Exportar SQLite nativo"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "Archivo bruto de la base de datos, disponible solo mientras SQLite esté activo."
|
||||||
"importLabel" = "Import"
|
"importLabel" = "Importar"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "Restaurar desde un archivo portable (.xui-backup) o un archivo SQLite heredado (.db)."
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "Exportar copia de seguridad portable"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "Exportar SQLite nativo"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "Importar copia de seguridad"
|
||||||
|
|
||||||
[pages.settings.security]
|
[pages.settings.security]
|
||||||
"admin" = "Credenciales de administrador"
|
"admin" = "Credenciales de administrador"
|
||||||
|
|
|
||||||
|
|
@ -590,48 +590,48 @@
|
||||||
"poolSize" = "اندازه استخر"
|
"poolSize" = "اندازه استخر"
|
||||||
|
|
||||||
[pages.settings.database]
|
[pages.settings.database]
|
||||||
"sectionTitle" = "Database"
|
"sectionTitle" = "پایگاه داده"
|
||||||
"backend" = "Backend"
|
"backend" = "بکاند"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"backendDesc" = "پیکربندی پایگاه داده در زمان اجرا خارج از پایگاه داده پنل ذخیره میشود."
|
||||||
"configSource" = "Config Source"
|
"configSource" = "منبع پیکربندی"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"configSourceEnvDesc" = "این بکاند پایگاه داده توسط متغیرهای محیطی کنترل میشود و از اینجا قابل تغییر نیست."
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"configSourceDefaultDesc" = "هنوز هیچ فایل پیکربندی ذخیره نشده است. تنظیمات پیشفرض داخلی فعال هستند (SQLite)."
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "منبع فعلی:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "مسیر SQLite"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "حالت PostgreSQL"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "PostgreSQL مدیریتشده توسط پنل روی این سرور (127.0.0.1:5432)."
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "اتصال به یک سرور PostgreSQL موجود."
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "محلی (مدیریتشده توسط پنل)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "خارجی"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "نصب PostgreSQL"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "PostgreSQL آماده استفاده است."
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "نصب خودکار به دسترسی root و محیط غیر Docker نیاز دارد."
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "برای راهاندازی خودکار PostgreSQL روی نصب کلیک کنید."
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "از قبل نصب شده"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "نصب PostgreSQL"
|
||||||
"host" = "Host"
|
"host" = "میزبان"
|
||||||
"port" = "Port"
|
"port" = "پورت"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "نام پایگاه داده"
|
||||||
"user" = "User"
|
"user" = "کاربر"
|
||||||
"password" = "Password"
|
"password" = "گذرواژه"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "برای حفظ گذرواژه ذخیرهشده، این قسمت را خالی بگذارید."
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "حالت SSL"
|
||||||
"actions" = "Actions"
|
"actions" = "اقدامات"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"actionsDesc" = "دادهها بهصورت خودکار مهاجرت داده میشوند. پیش از تغییر، یک نسخه پشتیبان قابلحمل ذخیره میشود و پنل دوباره راهاندازی خواهد شد."
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "تست اتصال"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "تغییر پایگاه داده"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "تغییر بکاند پایگاه داده"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"switchDatabaseConfirm" = "پنل یک نسخه پشتیبان قابلحمل ایجاد میکند، همه دادهها را مهاجرت میدهد و خودش را دوباره راهاندازی میکند. ادامه میدهید؟"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "پشتیبانگیری و بازیابی"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "خروجی قابلحمل"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"exportPortableDesc" = "نسخه پشتیبان بینپلتفرمی (هم با SQLite و هم با PostgreSQL کار میکند، و همچنین توسط ربات تلگرام ارسال میشود)."
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "خروجی SQLite بومی"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "فایل خام پایگاه داده که فقط زمانی در دسترس است که SQLite فعال باشد."
|
||||||
"importLabel" = "Import"
|
"importLabel" = "درونریزی"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "بازیابی از فایل قابلحمل (.xui-backup) یا فایل قدیمی SQLite (.db)."
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "خروجی نسخه پشتیبان قابلحمل"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "خروجی SQLite بومی"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "درونریزی نسخه پشتیبان"
|
||||||
|
|
||||||
[pages.settings.security]
|
[pages.settings.security]
|
||||||
"admin" = "اعتبارنامههای ادمین"
|
"admin" = "اعتبارنامههای ادمین"
|
||||||
|
|
|
||||||
|
|
@ -592,46 +592,46 @@
|
||||||
[pages.settings.database]
|
[pages.settings.database]
|
||||||
"sectionTitle" = "Database"
|
"sectionTitle" = "Database"
|
||||||
"backend" = "Backend"
|
"backend" = "Backend"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"backendDesc" = "Konfigurasi database runtime disimpan di luar database panel."
|
||||||
"configSource" = "Config Source"
|
"configSource" = "Sumber Konfigurasi"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"configSourceEnvDesc" = "Backend database ini dikendalikan oleh variabel lingkungan dan tidak dapat diubah di sini."
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"configSourceDefaultDesc" = "Belum ada file konfigurasi yang disimpan. Pengaturan bawaan internal sedang aktif (SQLite)."
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "Sumber saat ini:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "Path SQLite"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "Mode PostgreSQL"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "PostgreSQL yang dikelola panel di server ini (127.0.0.1:5432)."
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "Hubungkan ke server PostgreSQL yang sudah ada."
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "Lokal (dikelola panel)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "Eksternal"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "Instalasi PostgreSQL"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "PostgreSQL siap digunakan."
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "Instalasi otomatis memerlukan akses root dan lingkungan non-Docker."
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "Klik Instal untuk menyiapkan PostgreSQL secara otomatis."
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "Sudah terinstal"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "Instal PostgreSQL"
|
||||||
"host" = "Host"
|
"host" = "Host"
|
||||||
"port" = "Port"
|
"port" = "Port"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "Nama Database"
|
||||||
"user" = "User"
|
"user" = "Pengguna"
|
||||||
"password" = "Password"
|
"password" = "Kata Sandi"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "Biarkan kosong untuk mempertahankan kata sandi yang tersimpan."
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "Mode SSL"
|
||||||
"actions" = "Actions"
|
"actions" = "Tindakan"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"actionsDesc" = "Data dimigrasikan secara otomatis. Cadangan portabel disimpan sebelum beralih, dan panel akan dimulai ulang."
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "Uji Koneksi"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "Ganti Database"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "Ganti backend database"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"switchDatabaseConfirm" = "Panel akan membuat cadangan portabel, memigrasikan semua data, lalu memulai ulang dirinya sendiri. Lanjutkan?"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "Cadangkan & Pulihkan"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "Ekspor Portabel"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"exportPortableDesc" = "Cadangan lintas platform (berfungsi dengan SQLite maupun PostgreSQL, juga dikirim melalui bot Telegram)."
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "Ekspor SQLite Native"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "File database mentah, hanya tersedia saat SQLite aktif."
|
||||||
"importLabel" = "Import"
|
"importLabel" = "Impor"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "Pulihkan dari file portabel (.xui-backup) atau file SQLite lama (.db)."
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "Ekspor Cadangan Portabel"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "Ekspor SQLite Native"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "Impor Cadangan"
|
||||||
|
|
||||||
[pages.settings.security]
|
[pages.settings.security]
|
||||||
"admin" = "Kredensial admin"
|
"admin" = "Kredensial admin"
|
||||||
|
|
|
||||||
|
|
@ -590,48 +590,48 @@
|
||||||
"poolSize" = "プールサイズ"
|
"poolSize" = "プールサイズ"
|
||||||
|
|
||||||
[pages.settings.database]
|
[pages.settings.database]
|
||||||
"sectionTitle" = "Database"
|
"sectionTitle" = "データベース"
|
||||||
"backend" = "Backend"
|
"backend" = "バックエンド"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"backendDesc" = "ランタイムのデータベース設定は、パネルのデータベース外部に保存されています。"
|
||||||
"configSource" = "Config Source"
|
"configSource" = "設定ソース"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"configSourceEnvDesc" = "このデータベースバックエンドは環境変数によって制御されており、ここでは変更できません。"
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"configSourceDefaultDesc" = "まだ設定ファイルは保存されていません。組み込みのデフォルト設定(SQLite)が有効です。"
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "現在のソース:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "SQLite パス"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "PostgreSQL モード"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "このサーバー上でパネル管理の PostgreSQL(127.0.0.1:5432)。"
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "既存の PostgreSQL サーバーに接続します。"
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "ローカル(パネル管理)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "外部"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "PostgreSQL のインストール"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "PostgreSQL は使用可能です。"
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "自動インストールには root 権限と非 Docker 環境が必要です。"
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "[インストール]をクリックすると、PostgreSQL が自動的にセットアップされます。"
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "インストール済み"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "PostgreSQL をインストール"
|
||||||
"host" = "Host"
|
"host" = "ホスト"
|
||||||
"port" = "Port"
|
"port" = "ポート"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "データベース名"
|
||||||
"user" = "User"
|
"user" = "ユーザー"
|
||||||
"password" = "Password"
|
"password" = "パスワード"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "保存済みのパスワードを維持するには、空欄のままにしてください。"
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "SSL モード"
|
||||||
"actions" = "Actions"
|
"actions" = "アクション"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"actionsDesc" = "データは自動的に移行されます。切り替え前にポータブルバックアップが保存され、パネルは再起動します。"
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "接続をテスト"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "データベースを切り替える"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "データベースバックエンドを切り替える"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"switchDatabaseConfirm" = "パネルはポータブルバックアップを作成し、すべてのデータを移行して、自身を再起動します。続行しますか?"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "バックアップと復元"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "ポータブル形式でエクスポート"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"exportPortableDesc" = "クロスプラットフォーム対応のバックアップ(SQLite と PostgreSQL の両方で利用可能で、Telegram ボット経由でも送信されます)。"
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "ネイティブ SQLite をエクスポート"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "生のデータベースファイル。SQLite が有効な場合のみ利用できます。"
|
||||||
"importLabel" = "Import"
|
"importLabel" = "インポート"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "ポータブル形式(.xui-backup)または従来の SQLite(.db)ファイルから復元します。"
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "ポータブルバックアップをエクスポート"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "ネイティブ SQLite をエクスポート"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "バックアップをインポート"
|
||||||
|
|
||||||
[pages.settings.security]
|
[pages.settings.security]
|
||||||
"admin" = "管理者の資格情報"
|
"admin" = "管理者の資格情報"
|
||||||
|
|
|
||||||
|
|
@ -590,48 +590,48 @@
|
||||||
"poolSize" = "Tamanho do Pool"
|
"poolSize" = "Tamanho do Pool"
|
||||||
|
|
||||||
[pages.settings.database]
|
[pages.settings.database]
|
||||||
"sectionTitle" = "Database"
|
"sectionTitle" = "Banco de dados"
|
||||||
"backend" = "Backend"
|
"backend" = "Backend"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"backendDesc" = "A configuração do banco de dados em tempo de execução é armazenada fora do banco de dados do painel."
|
||||||
"configSource" = "Config Source"
|
"configSource" = "Fonte da configuração"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"configSourceEnvDesc" = "Este backend de banco de dados é controlado por variáveis de ambiente e não pode ser alterado aqui."
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"configSourceDefaultDesc" = "Nenhum arquivo de configuração foi salvo ainda. Os padrões internos estão ativos (SQLite)."
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "Fonte atual:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "Caminho do SQLite"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "Modo PostgreSQL"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "PostgreSQL gerenciado pelo painel neste servidor (127.0.0.1:5432)."
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "Conectar a um servidor PostgreSQL existente."
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "Local (gerenciado pelo painel)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "Externo"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "Instalação do PostgreSQL"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "O PostgreSQL está pronto para uso."
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "A instalação automática requer root e um ambiente sem Docker."
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "Clique em Instalar para configurar o PostgreSQL automaticamente."
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "Já instalado"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "Instalar PostgreSQL"
|
||||||
"host" = "Host"
|
"host" = "Host"
|
||||||
"port" = "Port"
|
"port" = "Porta"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "Nome do banco de dados"
|
||||||
"user" = "User"
|
"user" = "Usuário"
|
||||||
"password" = "Password"
|
"password" = "Senha"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "Deixe em branco para manter a senha armazenada."
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "Modo SSL"
|
||||||
"actions" = "Actions"
|
"actions" = "Ações"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"actionsDesc" = "Os dados são migrados automaticamente. Um backup portátil é salvo antes da troca, e o painel é reiniciado."
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "Testar conexão"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "Trocar banco de dados"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "Trocar backend do banco de dados"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"switchDatabaseConfirm" = "O painel criará um backup portátil, migrará todos os dados e será reiniciado. Continuar?"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "Backup e restauração"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "Exportar portátil"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"exportPortableDesc" = "Backup multiplataforma (funciona com SQLite e PostgreSQL, e também é enviado pelo bot do Telegram)."
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "Exportar SQLite nativo"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "Arquivo bruto do banco de dados, disponível apenas enquanto o SQLite estiver ativo."
|
||||||
"importLabel" = "Import"
|
"importLabel" = "Importar"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "Restaurar a partir de um arquivo portátil (.xui-backup) ou de um arquivo SQLite legado (.db)."
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "Exportar backup portátil"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "Exportar SQLite nativo"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "Importar backup"
|
||||||
|
|
||||||
[pages.settings.security]
|
[pages.settings.security]
|
||||||
"admin" = "Credenciais de administrador"
|
"admin" = "Credenciais de administrador"
|
||||||
|
|
|
||||||
|
|
@ -590,48 +590,48 @@
|
||||||
"poolSize" = "Havuz Boyutu"
|
"poolSize" = "Havuz Boyutu"
|
||||||
|
|
||||||
[pages.settings.database]
|
[pages.settings.database]
|
||||||
"sectionTitle" = "Database"
|
"sectionTitle" = "Veritabanı"
|
||||||
"backend" = "Backend"
|
"backend" = "Arka Uç"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"backendDesc" = "Çalışma zamanı veritabanı yapılandırması panel veritabanının dışında saklanır."
|
||||||
"configSource" = "Config Source"
|
"configSource" = "Yapılandırma Kaynağı"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"configSourceEnvDesc" = "Bu veritabanı arka ucu ortam değişkenleri tarafından kontrol edilir ve burada değiştirilemez."
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"configSourceDefaultDesc" = "Henüz kaydedilmiş bir yapılandırma dosyası yok. Yerleşik varsayılanlar etkin (SQLite)."
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "Geçerli kaynak:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "SQLite Yolu"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "PostgreSQL Modu"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "Bu sunucuda panel tarafından yönetilen PostgreSQL (127.0.0.1:5432)."
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "Mevcut bir PostgreSQL sunucusuna bağlan."
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "Yerel (panel tarafından yönetilen)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "Harici"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "PostgreSQL Kurulumu"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "PostgreSQL kullanıma hazır."
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "Otomatik kurulum için root yetkisi ve Docker olmayan bir ortam gerekir."
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "PostgreSQL’i otomatik olarak kurmak için Kur’a tıklayın."
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "Zaten kurulu"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "PostgreSQL Kur"
|
||||||
"host" = "Host"
|
"host" = "Ana Makine"
|
||||||
"port" = "Port"
|
"port" = "Bağlantı Noktası"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "Veritabanı Adı"
|
||||||
"user" = "User"
|
"user" = "Kullanıcı"
|
||||||
"password" = "Password"
|
"password" = "Parola"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "Kaydedilmiş parolayı korumak için boş bırakın."
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "SSL Modu"
|
||||||
"actions" = "Actions"
|
"actions" = "İşlemler"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"actionsDesc" = "Veriler otomatik olarak taşınır. Geçişten önce taşınabilir bir yedek kaydedilir ve panel yeniden başlatılır."
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "Bağlantıyı Test Et"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "Veritabanını Değiştir"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "Veritabanı arka ucunu değiştir"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"switchDatabaseConfirm" = "Panel taşınabilir bir yedek oluşturacak, tüm verileri taşıyacak ve kendini yeniden başlatacaktır. Devam edilsin mi?"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "Yedekleme ve Geri Yükleme"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "Taşınabilir Olarak Dışa Aktar"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"exportPortableDesc" = "Platformlar arası yedek (hem SQLite hem de PostgreSQL ile çalışır, ayrıca Telegram botu üzerinden de gönderilir)."
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "Yerel SQLite’ı Dışa Aktar"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "Ham veritabanı dosyası, yalnızca SQLite etkin olduğunda kullanılabilir."
|
||||||
"importLabel" = "Import"
|
"importLabel" = "İçe Aktar"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "Taşınabilir (.xui-backup) veya eski SQLite (.db) dosyasından geri yükleyin."
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "Taşınabilir Yedeği Dışa Aktar"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "Yerel SQLite’ı Dışa Aktar"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "Yedeği İçe Aktar"
|
||||||
|
|
||||||
[pages.settings.security]
|
[pages.settings.security]
|
||||||
"admin" = "Yönetici kimlik bilgileri"
|
"admin" = "Yönetici kimlik bilgileri"
|
||||||
|
|
|
||||||
|
|
@ -590,48 +590,48 @@
|
||||||
"poolSize" = "Розмір пулу"
|
"poolSize" = "Розмір пулу"
|
||||||
|
|
||||||
[pages.settings.database]
|
[pages.settings.database]
|
||||||
"sectionTitle" = "Database"
|
"sectionTitle" = "База даних"
|
||||||
"backend" = "Backend"
|
"backend" = "Бекенд"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"backendDesc" = "Конфігурація бази даних під час виконання зберігається поза базою даних панелі."
|
||||||
"configSource" = "Config Source"
|
"configSource" = "Джерело конфігурації"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"configSourceEnvDesc" = "Цей бекенд бази даних керується змінними середовища й не може бути змінений тут."
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"configSourceDefaultDesc" = "Файл конфігурації ще не збережено. Використовуються вбудовані значення за замовчуванням (SQLite)."
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "Поточне джерело:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "Шлях до SQLite"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "Режим PostgreSQL"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "PostgreSQL, яким керує панель, на цьому сервері (127.0.0.1:5432)."
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "Підключення до наявного сервера PostgreSQL."
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "Локальний (керується панеллю)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "Зовнішній"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "Встановлення PostgreSQL"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "PostgreSQL готовий до використання."
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "Автоматичне встановлення потребує root-доступу та середовища без Docker."
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "Натисніть «Встановити», щоб автоматично налаштувати PostgreSQL."
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "Уже встановлено"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "Встановити PostgreSQL"
|
||||||
"host" = "Host"
|
"host" = "Хост"
|
||||||
"port" = "Port"
|
"port" = "Порт"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "Назва бази даних"
|
||||||
"user" = "User"
|
"user" = "Користувач"
|
||||||
"password" = "Password"
|
"password" = "Пароль"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "Залиште порожнім, щоб зберегти поточний пароль."
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "Режим SSL"
|
||||||
"actions" = "Actions"
|
"actions" = "Дії"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"actionsDesc" = "Дані мігруються автоматично. Перед перемиканням зберігається переносна резервна копія, після чого панель перезапускається."
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "Перевірити з’єднання"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "Перемкнути базу даних"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "Перемкнути бекенд бази даних"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"switchDatabaseConfirm" = "Панель створить переносну резервну копію, перенесе всі дані та перезапуститься. Продовжити?"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "Резервне копіювання та відновлення"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "Експортувати переносну копію"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"exportPortableDesc" = "Кросплатформна резервна копія (працює і з SQLite, і з PostgreSQL, також надсилається через Telegram-бота)."
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "Експортувати рідний SQLite"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "Необроблений файл бази даних, доступний лише коли активний SQLite."
|
||||||
"importLabel" = "Import"
|
"importLabel" = "Імпорт"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "Відновлення з переносного файлу (.xui-backup) або застарілого файлу SQLite (.db)."
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "Експортувати переносну резервну копію"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "Експортувати рідний SQLite"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "Імпортувати резервну копію"
|
||||||
|
|
||||||
[pages.settings.security]
|
[pages.settings.security]
|
||||||
"admin" = "Облікові дані адміністратора"
|
"admin" = "Облікові дані адміністратора"
|
||||||
|
|
|
||||||
|
|
@ -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" = "Database"
|
"sectionTitle" = "Cơ sở dữ liệu"
|
||||||
"backend" = "Backend"
|
"backend" = "Phần phụ trợ"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"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."
|
||||||
"configSource" = "Config Source"
|
"configSource" = "Nguồn cấu hình"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"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."
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"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)."
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "Nguồn hiện tại:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "Đường dẫn SQLite"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "Chế độ PostgreSQL"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "PostgreSQL do bảng điều khiển quản lý trên máy chủ này (127.0.0.1:5432)."
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "Kết nối tới một máy chủ PostgreSQL hiện có."
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "Cục bộ (do bảng điều khiển quản lý)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "Bên ngoài"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "Cài đặt PostgreSQL"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "PostgreSQL đã sẵn sàng để sử dụng."
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "Cài đặt tự động yêu cầu quyền root và môi trường không phải Docker."
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "Nhấn Cài đặt để thiết lập PostgreSQL tự động."
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "Đã được cài đặt"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "Cài đặt PostgreSQL"
|
||||||
"host" = "Host"
|
"host" = "Máy chủ"
|
||||||
"port" = "Port"
|
"port" = "Cổng"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "Tên cơ sở dữ liệu"
|
||||||
"user" = "User"
|
"user" = "Người dùng"
|
||||||
"password" = "Password"
|
"password" = "Mật khẩu"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "Để trống để giữ nguyên mật khẩu đã lưu."
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "Chế độ SSL"
|
||||||
"actions" = "Actions"
|
"actions" = "Thao tác"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"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."
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "Kiểm tra kết nối"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "Chuyển cơ sở dữ liệu"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "Chuyển phần phụ trợ cơ sở dữ liệu"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"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?"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "Sao lưu & Khôi phục"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "Xuất bản sao lưu di động"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"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)."
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "Xuất SQLite gốc"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "Tệp cơ sở dữ liệu thô, chỉ khả dụng khi SQLite đang hoạt động."
|
||||||
"importLabel" = "Import"
|
"importLabel" = "Nhập"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "Khôi phục từ tệp sao lưu di động (.xui-backup) hoặc tệp SQLite cũ (.db)."
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "Xuất bản sao lưu di động"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "Xuất SQLite gốc"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "Nhập bản sao lưu"
|
||||||
|
|
||||||
[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"
|
||||||
|
|
|
||||||
|
|
@ -590,48 +590,48 @@
|
||||||
"poolSize" = "池大小"
|
"poolSize" = "池大小"
|
||||||
|
|
||||||
[pages.settings.database]
|
[pages.settings.database]
|
||||||
"sectionTitle" = "Database"
|
"sectionTitle" = "数据库"
|
||||||
"backend" = "Backend"
|
"backend" = "后端"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"backendDesc" = "运行时数据库配置存储在面板数据库之外。"
|
||||||
"configSource" = "Config Source"
|
"configSource" = "配置来源"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"configSourceEnvDesc" = "此数据库后端由环境变量控制,无法在此处更改。"
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"configSourceDefaultDesc" = "尚未保存配置文件。当前使用内置默认值(SQLite)。"
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "当前来源:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "SQLite 路径"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "PostgreSQL 模式"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "此服务器上的面板托管 PostgreSQL(127.0.0.1:5432)。"
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "连接到现有的 PostgreSQL 服务器。"
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "本地(面板托管)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "外部"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "PostgreSQL 安装"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "PostgreSQL 已可使用。"
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "自动安装需要 root 权限且不能在 Docker 环境中运行。"
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "点击“安装”以自动设置 PostgreSQL。"
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "已安装"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "安装 PostgreSQL"
|
||||||
"host" = "Host"
|
"host" = "主机"
|
||||||
"port" = "Port"
|
"port" = "端口"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "数据库名称"
|
||||||
"user" = "User"
|
"user" = "用户"
|
||||||
"password" = "Password"
|
"password" = "密码"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "留空以保留已保存的密码。"
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "SSL 模式"
|
||||||
"actions" = "Actions"
|
"actions" = "操作"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"actionsDesc" = "数据会自动迁移。切换前会保存一个可移植备份,然后面板会重启。"
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "测试连接"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "切换数据库"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "切换数据库后端"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"switchDatabaseConfirm" = "面板将创建一个可移植备份,迁移所有数据,并自行重启。是否继续?"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "备份与恢复"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "导出可移植备份"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"exportPortableDesc" = "跨平台备份(兼容 SQLite 和 PostgreSQL,也会通过 Telegram 机器人发送)。"
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "导出原生 SQLite"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "原始数据库文件,仅在当前使用 SQLite 时可用。"
|
||||||
"importLabel" = "Import"
|
"importLabel" = "导入"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "从可移植备份(.xui-backup)或旧版 SQLite(.db)文件恢复。"
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "导出可移植备份"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "导出原生 SQLite"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "导入备份"
|
||||||
|
|
||||||
[pages.settings.security]
|
[pages.settings.security]
|
||||||
"admin" = "管理员凭据"
|
"admin" = "管理员凭据"
|
||||||
|
|
|
||||||
|
|
@ -590,48 +590,48 @@
|
||||||
"poolSize" = "池大小"
|
"poolSize" = "池大小"
|
||||||
|
|
||||||
[pages.settings.database]
|
[pages.settings.database]
|
||||||
"sectionTitle" = "Database"
|
"sectionTitle" = "資料庫"
|
||||||
"backend" = "Backend"
|
"backend" = "後端"
|
||||||
"backendDesc" = "Runtime database configuration is stored outside the panel database."
|
"backendDesc" = "執行階段的資料庫設定儲存在面板資料庫之外。"
|
||||||
"configSource" = "Config Source"
|
"configSource" = "設定來源"
|
||||||
"configSourceEnvDesc" = "This database backend is controlled by environment variables and cannot be changed here."
|
"configSourceEnvDesc" = "此資料庫後端由環境變數控制,無法在此處變更。"
|
||||||
"configSourceDefaultDesc" = "No configuration file saved yet. Built-in defaults are active (SQLite)."
|
"configSourceDefaultDesc" = "尚未儲存設定檔。目前使用內建預設值(SQLite)。"
|
||||||
"configSourceDesc" = "Current source:"
|
"configSourceDesc" = "目前來源:"
|
||||||
"sqlitePath" = "SQLite Path"
|
"sqlitePath" = "SQLite 路徑"
|
||||||
"postgresMode" = "PostgreSQL Mode"
|
"postgresMode" = "PostgreSQL 模式"
|
||||||
"postgresModeLocalDesc" = "Panel-managed PostgreSQL on this server (127.0.0.1:5432)."
|
"postgresModeLocalDesc" = "此伺服器上的面板管理 PostgreSQL(127.0.0.1:5432)。"
|
||||||
"postgresModeExternalDesc" = "Connect to an existing PostgreSQL server."
|
"postgresModeExternalDesc" = "連線到現有的 PostgreSQL 伺服器。"
|
||||||
"postgresModeLocal" = "Local (panel-managed)"
|
"postgresModeLocal" = "本機(由面板管理)"
|
||||||
"postgresModeExternal" = "External"
|
"postgresModeExternal" = "外部"
|
||||||
"postgresInstallation" = "PostgreSQL Installation"
|
"postgresInstallation" = "PostgreSQL 安裝"
|
||||||
"postgresInstallReady" = "PostgreSQL is ready to use."
|
"postgresInstallReady" = "PostgreSQL 已可使用。"
|
||||||
"postgresInstallNeedRoot" = "Auto-install requires root and a non-Docker environment."
|
"postgresInstallNeedRoot" = "自動安裝需要 root 權限且不得在 Docker 環境中執行。"
|
||||||
"postgresInstallHint" = "Click Install to set up PostgreSQL automatically."
|
"postgresInstallHint" = "點擊「安裝」以自動設定 PostgreSQL。"
|
||||||
"postgresAlreadyInstalled" = "Already installed"
|
"postgresAlreadyInstalled" = "已安裝"
|
||||||
"postgresInstallBtn" = "Install PostgreSQL"
|
"postgresInstallBtn" = "安裝 PostgreSQL"
|
||||||
"host" = "Host"
|
"host" = "主機"
|
||||||
"port" = "Port"
|
"port" = "連接埠"
|
||||||
"dbName" = "Database Name"
|
"dbName" = "資料庫名稱"
|
||||||
"user" = "User"
|
"user" = "使用者"
|
||||||
"password" = "Password"
|
"password" = "密碼"
|
||||||
"passwordHint" = "Leave empty to keep the stored password."
|
"passwordHint" = "留空可保留已儲存的密碼。"
|
||||||
"sslMode" = "SSL Mode"
|
"sslMode" = "SSL 模式"
|
||||||
"actions" = "Actions"
|
"actions" = "操作"
|
||||||
"actionsDesc" = "Data is migrated automatically. A portable backup is saved before switching, and the panel restarts."
|
"actionsDesc" = "資料會自動遷移。切換前會先儲存可攜式備份,然後重新啟動面板。"
|
||||||
"testConnection" = "Test Connection"
|
"testConnection" = "測試連線"
|
||||||
"switchDatabase" = "Switch Database"
|
"switchDatabase" = "切換資料庫"
|
||||||
"switchDatabaseTitle" = "Switch database backend"
|
"switchDatabaseTitle" = "切換資料庫後端"
|
||||||
"switchDatabaseConfirm" = "The panel will create a portable backup, migrate all data, and restart itself. Continue?"
|
"switchDatabaseConfirm" = "面板將建立可攜式備份、遷移所有資料,並重新啟動自身。要繼續嗎?"
|
||||||
"backupRestore" = "Backup & Restore"
|
"backupRestore" = "備份與還原"
|
||||||
"exportPortableLabel" = "Export Portable"
|
"exportPortableLabel" = "匯出可攜式備份"
|
||||||
"exportPortableDesc" = "Cross-platform backup (works with both SQLite and PostgreSQL, also sent by Telegram bot)."
|
"exportPortableDesc" = "跨平台備份(可同時用於 SQLite 與 PostgreSQL,也可由 Telegram 機器人傳送)。"
|
||||||
"exportNativeSQLiteLabel" = "Export Native SQLite"
|
"exportNativeSQLiteLabel" = "匯出原生 SQLite"
|
||||||
"exportNativeSQLiteDesc" = "Raw database file, only available while SQLite is active."
|
"exportNativeSQLiteDesc" = "原始資料庫檔案,僅在啟用 SQLite 時可用。"
|
||||||
"importLabel" = "Import"
|
"importLabel" = "匯入"
|
||||||
"importDesc" = "Restore from a portable (.xui-backup) or legacy SQLite (.db) file."
|
"importDesc" = "從可攜式(.xui-backup)或舊版 SQLite(.db)檔案還原。"
|
||||||
"exportPortableBtn" = "Export Portable Backup"
|
"exportPortableBtn" = "匯出可攜式備份"
|
||||||
"exportNativeSQLiteBtn" = "Export Native SQLite"
|
"exportNativeSQLiteBtn" = "匯出原生 SQLite"
|
||||||
"importBtn" = "Import Backup"
|
"importBtn" = "匯入備份"
|
||||||
|
|
||||||
[pages.settings.security]
|
[pages.settings.security]
|
||||||
"admin" = "管理員憑證"
|
"admin" = "管理員憑證"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue