mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
New Crowdin Translations (#2407)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5953a268c4
commit
483145aac8
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'heading' => 'مرحبًا بك في Pelican!',
|
||||
'heading' => 'مرحبا بك في :app!',
|
||||
'version' => 'الإصدار: :version',
|
||||
'advanced' => 'متقدم',
|
||||
'server' => 'الخادم',
|
||||
@@ -27,7 +27,7 @@ return [
|
||||
'heading' => 'لم يتم اكتشاف أي عقد',
|
||||
'content' => 'يبدو أنه لم يتم إعداد أي عقد حتى الآن، لكن لا تقلق، يمكنك النقر على زر الإجراء لإنشاء العقدة الأولى!',
|
||||
'extra_note' => 'إذا واجهت أي مشاكل، يرجى الإبلاغ عنها على GitHub.',
|
||||
'button_label' => 'إنشاء العقدة الأولى في Pelican',
|
||||
'button_label' => 'إنشاء العقدة الأولى',
|
||||
],
|
||||
'intro-support' => [
|
||||
'heading' => 'دعم Pelican',
|
||||
|
||||
@@ -20,6 +20,8 @@ return [
|
||||
'never_used' => 'Nikdy nepoužito',
|
||||
],
|
||||
'permissions' => [
|
||||
'all' => 'Nastavit všechna oprávnění',
|
||||
'all_description' => 'Rychle nastavit všechna níže uvedená oprávnění na stejnou úroveň.',
|
||||
'none' => 'Žádný',
|
||||
'read' => 'Přečteno',
|
||||
'read_write' => 'Čtení / zápis',
|
||||
|
||||
@@ -109,6 +109,5 @@ return [
|
||||
'migration' => 'Migrace nelze spustit',
|
||||
'create_user' => 'Nelze vytvořit admin uživatele',
|
||||
],
|
||||
'next_step' => 'Další krok',
|
||||
'finish' => 'Dokončit',
|
||||
];
|
||||
|
||||
@@ -11,6 +11,7 @@ return [
|
||||
'username' => 'Uživatelské jméno',
|
||||
'password' => 'Heslo',
|
||||
'remote' => 'Vzdálené',
|
||||
'unlimited' => 'Neomezeně',
|
||||
'created_at' => 'Vytvořeno v',
|
||||
'name' => 'Název databáze',
|
||||
'name_hint' => 'Ponecháním tohoto prázdného bude automaticky generováno náhodné jméno',
|
||||
|
||||
29
lang/da/admin/apikey.php
Normal file
29
lang/da/admin/apikey.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Applikations API-nøgler',
|
||||
'empty' => 'Ingen API nøgler',
|
||||
'whitelist' => 'Hvidlistede IPv4-adresser',
|
||||
'whitelist_help' => 'API-nøgler kan begrænses til kun at fungere fra bestemte IPv4-adresser. Angiv hver adresse på en ny linje.',
|
||||
'whitelist_placeholder' => 'Eksempel: 127.0.0.1 eller 192.168.1.1',
|
||||
'description' => 'Beskriveslse',
|
||||
'description_help' => 'En kort beskrivelse af, hvad denne nøgle er til.',
|
||||
'nav_title' => 'API-nøgler',
|
||||
'model_label' => 'Applikations API-nøgle',
|
||||
'model_label_plural' => 'Applikations API-nøgler',
|
||||
'table' => [
|
||||
'key' => 'Nøgle',
|
||||
'description' => 'Beskriveslse',
|
||||
'last_used' => 'Sidst brugt',
|
||||
'created' => 'Oprettet',
|
||||
'created_by' => 'Oprettet af',
|
||||
'never_used' => 'Aldrig brugt',
|
||||
],
|
||||
'permissions' => [
|
||||
'all' => 'Sæt Alle Tilladelser',
|
||||
'all_description' => 'Sæt hurtigt alle tilladelser nedenfor til det samme niveau.',
|
||||
'none' => 'Ingen',
|
||||
'read' => 'Læse',
|
||||
'read_write' => 'Læse og skrive',
|
||||
],
|
||||
];
|
||||
26
lang/da/admin/log.php
Normal file
26
lang/da/admin/log.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_table' => 'Yay! Ingen Fejl!',
|
||||
'total_logs' => 'Logfiler I Alt',
|
||||
'error' => 'Fejl',
|
||||
'warning' => 'Advarsel',
|
||||
'notice' => 'Bemærk',
|
||||
'info' => 'Info',
|
||||
'debug' => 'Fejlfind',
|
||||
'navigation' => [
|
||||
'panel_logs' => 'Panel Logs',
|
||||
],
|
||||
'actions' => [
|
||||
'upload_logs' => 'Overfør logfiler?',
|
||||
'upload_logs_description' => 'Dette vil uploade :file til :url Er du sikker på, at du ønsker at gøre dette?',
|
||||
'view_logs' => 'Vis Logs',
|
||||
'log_not_found' => 'Log ikke fundet!',
|
||||
'log_not_found_description' => 'Kunne ikke finde log for :filnavn',
|
||||
'failed_to_upload' => 'Overførsel mislykkedes.',
|
||||
'failed_to_upload_description' => 'HTTP Status: :status',
|
||||
'log_upload' => 'Log Uploadet!',
|
||||
'log_upload_action' => 'Vis Log',
|
||||
'upload_tooltip' => 'Upload til :url',
|
||||
],
|
||||
];
|
||||
@@ -120,6 +120,9 @@ return [
|
||||
'update' => 'Unterbenutzer-Berechtigungen für <b>:email</b> aktualisiert',
|
||||
'delete' => 'Unterbenutzer <b>:email</b> entfernt',
|
||||
],
|
||||
'mount' => [
|
||||
'update' => 'Mounts für den Server aktualisiert',
|
||||
],
|
||||
'crashed' => 'Server abgestürzt',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -20,6 +20,8 @@ return [
|
||||
'never_used' => 'Noch nicht verwendet',
|
||||
],
|
||||
'permissions' => [
|
||||
'all' => 'Alle Berechtigungen festlegen',
|
||||
'all_description' => 'Setze alle Berechtigungen unten schnell auf das gleiche Level.',
|
||||
'none' => 'Keine',
|
||||
'read' => 'Lesen',
|
||||
'read_write' => 'Lesen & Schreiben',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'heading' => 'Willkommen bei Pelican!',
|
||||
'heading' => 'Willkommen bei :app!',
|
||||
'version' => 'Version: :version',
|
||||
'advanced' => 'Erweitert',
|
||||
'server' => 'Server',
|
||||
@@ -27,7 +27,7 @@ return [
|
||||
'heading' => 'Keine Nodes gefunden',
|
||||
'content' => 'Es sieht so aus, als hätten Sie noch keine Nodes eingerichtet, aber keine Sorge, klicken Sie auf die Schaltfläche, um Ihre erste Node zu erstellen!',
|
||||
'extra_note' => 'Wenn Sie auf Probleme stoßen, melden Sie diese bitte auf GitHub.',
|
||||
'button_label' => 'Erste Node in Pelican erstellen',
|
||||
'button_label' => 'Erste Node erstellen',
|
||||
],
|
||||
'intro-support' => [
|
||||
'heading' => 'Pelican unterstützen',
|
||||
|
||||
@@ -13,23 +13,28 @@ return [
|
||||
'import' => [
|
||||
'file' => 'Datei',
|
||||
'url' => 'URL',
|
||||
'image_url' => 'Bild URL',
|
||||
'image_error' => 'Bild konnte nicht abgerufen werden',
|
||||
'image_too_large' => 'Bild zu groß. Limit ist 1024KB',
|
||||
'icon_url' => 'Icon URL',
|
||||
'icon_error' => 'Icon konnte nicht abgerufen werden',
|
||||
'egg_help' => 'Dies sollte die unveränderte .json-Datei sein ( egg-minecraft.json )',
|
||||
'url_help' => 'URLs müssen direkt auf die unveränderte .json-Datei zeigen',
|
||||
'add_url' => 'Neue URL',
|
||||
'import_failed' => 'Import fehlgeschlagen',
|
||||
'import_success' => 'Import erfolgreich',
|
||||
'import_result' => 'Es wurden :success von insgesamt :total Eggs importiert',
|
||||
'imported_eggs' => 'Importiert: :eggs',
|
||||
'failed_import_eggs' => 'Fehlgeschlagen: :eggs',
|
||||
'github' => 'Aus GitHub importieren',
|
||||
'refresh' => 'Aktualisieren',
|
||||
'import_image' => 'Importiere Bilder',
|
||||
'import_icon' => 'Icon importieren',
|
||||
'delete_icon' => 'Icon löschen',
|
||||
'no_local_ip' => 'Lokale IP-Adressen sind nicht erlaubt',
|
||||
'unsupported_format' => 'Nicht unterstütztes Format. Unterstützte Formate: :formats',
|
||||
'invalid_url' => 'Die angegebene URL ist ungültig',
|
||||
'image_deleted' => 'Bild wurde gelöscht',
|
||||
'no_image' => 'Kein Bild angegeben',
|
||||
'image_updated' => 'Bild aktualisiert',
|
||||
'unknown_extension' => 'Unbekannte Icon-Erweiterung (:extension)',
|
||||
'could_not_write' => 'Konnte das Icon nicht auf die Festplatte schreiben',
|
||||
'icon_deleted' => 'Icon gelöscht',
|
||||
'no_icon' => 'Kein Icon angegeben',
|
||||
'icon_updated' => 'Icon aktualisiert',
|
||||
],
|
||||
'export' => [
|
||||
'modal' => 'Wie möchten Sie exportieren?',
|
||||
@@ -104,7 +109,18 @@ Das Aktivieren dieser Option deaktiviert das interne Netzwerk für alle Server,
|
||||
'updated' => 'Egg aktualisiert|:count/:total Eggs aktualisiert',
|
||||
'updated_failed' => ':count fehlgeschlagen',
|
||||
'updated_skipped' => ':count übersprungen',
|
||||
'update_success' => ':egg erfolgreich aktualisiert',
|
||||
'update_failed' => 'Aktualisierung fehlgeschlagen :egg',
|
||||
'update_question' => 'Bist du dir sicher, dass du das Egg aktualisieren möchtest?|Bist du dir sicher, dass du die ausgewählten Eggs aktualisieren möchtest?',
|
||||
'update_description' => 'Wenn du Änderungen am Egg vorgenommen hast, werden diese überschieben!|Wenn du Änderungen an den Eggs vorgenommen hast, werden diese überschrieben',
|
||||
'no_updates' => 'Keine Aktualisierungen für die ausgewählten Eggs verfügbar',
|
||||
'cannot_update' => ':count Egg(s) können nicht aktualisiert werden',
|
||||
'no_update_url' => 'Die folgenden Eggs haben keine funktionierende Update-URL-Adresse: :eggs',
|
||||
'cannot_delete' => ':count Egg(s) können nicht gelöscht werden',
|
||||
'eggs_have_servers' => 'Folgende Eggs haben Server und können nicht gelöscht werden: :eggs',
|
||||
'updated_from' => 'Erfolgreich aktualisiert von: :url',
|
||||
'update_error' => 'Fehler: :error',
|
||||
'updated_eggs' => 'Aktualisiert: :eggs',
|
||||
'failed_eggs' => 'Fehlgeschlagen: :eggs',
|
||||
'skipped_eggs' => 'Übersprungen: :eggs',
|
||||
];
|
||||
|
||||
@@ -17,14 +17,19 @@ return [
|
||||
'no_mounts' => 'Keine Mounts',
|
||||
'eggs' => 'Eggs',
|
||||
'nodes' => 'Nodes',
|
||||
'user_mountable' => 'Vom Nutzer mountbar',
|
||||
'user_mountable_help' => 'Sollen Benutzer dieses Mounten für ihre Server ein- oder ausschalten können?',
|
||||
'toggles' => [
|
||||
'writable' => 'Schreibend',
|
||||
'read_only' => 'Nur lesend',
|
||||
'user_mountable' => 'Vom Benutzer einbindbar',
|
||||
'not_user_mountable' => 'Nur Admins',
|
||||
],
|
||||
'table' => [
|
||||
'name' => 'Name',
|
||||
'all_eggs' => 'Alle Eggs',
|
||||
'all_nodes' => 'Alle Nodes',
|
||||
'read_only' => 'Schreibgeschützt?',
|
||||
'user_mountable' => 'Vom Benutzer einbindbar',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -116,8 +116,12 @@ return [
|
||||
'mail_notifications' => [
|
||||
'title' => 'E-Mail Benachrichtigungen',
|
||||
'helper' => 'Stelle ein, welche E-Mail Benachrichtigung zum Benutzer geschickt werden sollen.',
|
||||
'account_created' => 'Konto erstellt',
|
||||
'added_to_server' => 'Zum Server hinzugefügt',
|
||||
'removed_from_server' => 'Vom Server entfernt',
|
||||
'server_installed' => 'Server installiert',
|
||||
'server_reinstalled' => 'Server reinstalliert',
|
||||
'backup_completed' => 'Backup abgeschlossen',
|
||||
],
|
||||
'connections' => [
|
||||
'title' => 'Verbindungen',
|
||||
@@ -135,10 +139,29 @@ return [
|
||||
],
|
||||
'api' => [
|
||||
'title' => 'API',
|
||||
'helper' => 'Definiert das Limit von Anfragen pro Minute, die ausgeführt werden können.',
|
||||
'client_rate' => 'Nutzer API Anfragen Limit',
|
||||
'app_rate' => 'Applikation API Anfragen Limit',
|
||||
'rpm' => 'Anfragen pro Minute',
|
||||
'helper' => 'Legt die Ratenbegrenzung für die Anzahl der Anfragen fest, die pro konfiguriertem Zeitraum ausgeführt werden können.',
|
||||
'requests_per_period' => 'Anfragen pro Zeitraum',
|
||||
'requests' => 'Anfragen',
|
||||
'minutes' => 'Minuten',
|
||||
'period_length' => 'Dauer des Zeitraums',
|
||||
'client_title' => 'Clientseitige API Rate-Limitierung',
|
||||
'client_helper' => 'Die Rate-Limitierung gilt pro Benutzer oder pro IP-Adresse, falls kein Benutzer angemeldet ist.',
|
||||
'application_title' => 'Anwendungsseitige API Rate-Limitierung',
|
||||
'application_helper' => 'Die Rate-Limitierung gilt pro Benutzer oder pro IP-Adresse, falls kein Benutzer angemeldet ist.',
|
||||
'password_reset_title' => 'Passwort-Reset Limitierung',
|
||||
'password_reset_helper' => 'Rate-Limitierung gilt pro IP',
|
||||
'websocket_title' => 'Websocket Rate-Limitierung',
|
||||
'websocket_helper' => 'Rate-Limitierung gilt pro Server-Instanz',
|
||||
'backup_restore_title' => 'Backup und Wiederherstellung Rate-Limitierung',
|
||||
'backup_restore_helper' => 'Rate-Limitierung gilt pro Server-Instanz',
|
||||
'database_create_title' => 'Rate-Limitierung für Datenbank-Erstellung',
|
||||
'database_create_helper' => 'Rate-Limitierung gilt pro Server-Instanz',
|
||||
'subuser_create_title' => 'Rate-Limitierung der Unterbenutzer-Erstellung',
|
||||
'subuser_create_helper' => 'Rate-Limitierung gilt pro Server-Instanz',
|
||||
'file_pull_title' => 'Rate-Limit für Datei-Abrufe',
|
||||
'file_pull_helper' => 'Rate-Limitierung gilt pro Server-Instanz',
|
||||
'default_title' => 'Standard Rate-Limitierung',
|
||||
'default_helper' => 'Rate-Limitierung gilt pro Server-Instanz',
|
||||
],
|
||||
'server' => [
|
||||
'title' => 'Servers',
|
||||
|
||||
24
lang/de/admin/user.php
Normal file
24
lang/de/admin/user.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'nav_title' => 'Benutzer',
|
||||
'model_label' => 'Benutzer',
|
||||
'model_label_plural' => 'Benutzer',
|
||||
'self_delete' => 'Sie können sich nicht selbst löschen',
|
||||
'has_servers' => 'Benutzer hat Server',
|
||||
'email' => 'E-Mail',
|
||||
'username' => 'Benutzername',
|
||||
'password' => 'Passwort',
|
||||
'external_id' => 'Externe ID',
|
||||
'is_managed_externally' => 'Wird extern verwaltet?',
|
||||
'is_managed_externally_helper' => 'Wenn Ihre Benutzer durch eine externe Software (z. B. eine Abrechnungssoftware) verwaltet werden, können Sie diese Option aktivieren, um zu verhindern, dass die Benutzer ihren Benutzernamen, ihre E-Mail-Adresse und ihr Passwort über das Panel ändern können.',
|
||||
'password_help' => 'Die Angabe eines Benutzerpassworts ist optional. In der E-Mail für neue Benutzer werden diese aufgefordert, bei der ersten Anmeldung ein Passwort zu erstellen.',
|
||||
'admin_roles' => 'Admin Rollen',
|
||||
'roles' => 'Rollen',
|
||||
'no_roles' => 'Keine Rollen',
|
||||
'servers' => 'Server',
|
||||
'subusers' => 'Subuser',
|
||||
'password_reset' => 'Passwort zurücksetzen',
|
||||
'password_reset_sent' => 'E-Mail zum Zurücksetzen des Passworts gesendet',
|
||||
'password_reset_failed' => 'Fehler beim Senden der E-Mail zum Zurücksetzen des Passworts',
|
||||
];
|
||||
@@ -20,5 +20,6 @@ return [
|
||||
'password' => 'Das angegebene Passwort ist falsch.',
|
||||
'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds Sekunden erneut.',
|
||||
'2fa_must_be_enabled' => 'Der Administrator verlangt, dass die 2-Faktor-Authentifizierung für Deinen Account aktiviert sein muss, damit Du das Panel nutzen kannst.',
|
||||
'password_login_disabled' => 'Passwort Login ist deaktiviert. Bitte verwende einen OAuth Provider.',
|
||||
|
||||
];
|
||||
|
||||
113
lang/de/installer.php
Normal file
113
lang/de/installer.php
Normal file
@@ -0,0 +1,113 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Panel-Installation',
|
||||
'requirements' => [
|
||||
'title' => 'Server Anforderungen',
|
||||
'sections' => [
|
||||
'version' => [
|
||||
'title' => 'PHP Version',
|
||||
'or_newer' => ':version oder neuer',
|
||||
'content' => 'Ihre PHP Version ist :version.',
|
||||
],
|
||||
'extensions' => [
|
||||
'title' => 'PHP Erweiterungen',
|
||||
'good' => 'Alle erforderlichen PHP-Erweiterungen sind installiert.',
|
||||
'bad' => 'Die folgenden PHP-Erweiterungen fehlen: :extensions',
|
||||
],
|
||||
'permissions' => [
|
||||
'title' => 'Ordnerberechtigungen',
|
||||
'good' => 'Alle Ordner haben die richtigen Berechtigungen.',
|
||||
'bad' => 'Die folgenden Ordner haben falsche Berechtigungen: :folders',
|
||||
],
|
||||
],
|
||||
'exception' => 'Einige Anforderungen fehlen.',
|
||||
],
|
||||
'environment' => [
|
||||
'title' => 'Umgebung',
|
||||
'fields' => [
|
||||
'app_name' => 'App Name',
|
||||
'app_name_help' => 'Dies wird der Name Ihres Panels sein.',
|
||||
'app_url' => 'App URL',
|
||||
'app_url_help' => 'Dies wird die URL sein, über die Sie auf Ihr Panel zugreifen können.',
|
||||
'account' => [
|
||||
'section' => 'Administrator',
|
||||
'email' => 'E-Mail',
|
||||
'username' => 'Benutzername',
|
||||
'password' => 'Passwort',
|
||||
],
|
||||
],
|
||||
],
|
||||
'database' => [
|
||||
'title' => 'Datenbank',
|
||||
'driver' => 'Datenbank Treiber',
|
||||
'driver_help' => 'Der für die Panel-Datenbank verwendete Treiber. Wir empfehlen „SQLite“.',
|
||||
'fields' => [
|
||||
'host' => 'Datenbank Host',
|
||||
'host_help' => 'Der Host Ihrer Datenbank. Stellen Sie sicher, dass er erreichbar ist.',
|
||||
'port' => 'Datenbank-Port',
|
||||
'port_help' => 'Der Port Ihrer Datenbank.',
|
||||
'path' => 'Datenbankpfad',
|
||||
'path_help' => 'Der Pfad Ihrer .sqlite-Datei relativ zum Datenbankordner.',
|
||||
'name' => 'Datenbank Name',
|
||||
'name_help' => 'Der Name der Panel-Datenbank.',
|
||||
'username' => 'Datenbank Benutzername',
|
||||
'username_help' => 'Der Name Ihres Datenbankbenutzers.',
|
||||
'password' => 'Datenbank Passwort',
|
||||
'password_help' => 'Das Passwort Ihres Datenbankbenutzers. Kann leer sein.',
|
||||
],
|
||||
'exceptions' => [
|
||||
'connection' => 'Datenbankverbindung fehlgeschlagen',
|
||||
'migration' => 'Migrationen fehlgeschlagen',
|
||||
],
|
||||
],
|
||||
'egg' => [
|
||||
'title' => 'Eggs',
|
||||
'no_eggs' => 'Keine Eggs verfügbar.',
|
||||
'background_install_started' => 'Egg-Installation wurde gestartet.',
|
||||
'background_install_description' => 'Die Installation von :count Eggs wurde in die Warteschlange aufgenommen und wird im Hintergrund fortgesetzt.',
|
||||
'exceptions' => [
|
||||
'failed_to_update' => 'Aktualisierung des Egg-Index fehlgeschlagen.',
|
||||
'no_eggs' => 'Derzeit sind keine Eggs zur Installation verfügbar.',
|
||||
'installation_failed' => 'Die Installation der ausgewählten Eggs ist fehlgeschlagen. Bitte importieren Sie diese nach der Installation über die Egg-Liste.',
|
||||
],
|
||||
],
|
||||
'session' => [
|
||||
'title' => 'Sitzung',
|
||||
'driver' => 'Sitzungstreiber',
|
||||
'driver_help' => 'Der für die Speicherung von Sitzungen verwendete Treiber. Wir empfehlen „Dateisystem“ oder „Datenbank“.',
|
||||
],
|
||||
'cache' => [
|
||||
'title' => 'Cache',
|
||||
'driver' => 'Cache-Treiber',
|
||||
'driver_help' => 'Der für das Caching verwendete Treiber. Wir empfehlen „Filesystem“.',
|
||||
'fields' => [
|
||||
'host' => 'Redis-Host',
|
||||
'host_help' => 'Der Host Ihres Redis-Servers. Stellen Sie sicher, dass er erreichbar ist.',
|
||||
'port' => 'Redis-Port',
|
||||
'port_help' => 'Der Port Ihres Redis-Servers.',
|
||||
'username' => 'Redis Benutzername',
|
||||
'username_help' => 'Der Name Ihres Redis-Benutzers. Kann leer bleiben.',
|
||||
'password' => 'Redis-Passwort',
|
||||
'password_help' => 'Das Passwort für Ihren Redis-Benutzer. Kann leer sein.',
|
||||
],
|
||||
'exception' => 'Redis connection failed',
|
||||
],
|
||||
'queue' => [
|
||||
'title' => 'Warteschlange',
|
||||
'driver' => 'Warteschlangentreiber',
|
||||
'driver_help' => 'Der für die Verwaltung von Warteschlangen verwendete Treiber. Wir empfehlen „Datenbank“.',
|
||||
'fields' => [
|
||||
'done' => 'Ich habe beide unten aufgeführten Schritte durchgeführt.',
|
||||
'done_validation' => 'Sie müssen beide Schritte ausführen, bevor Sie fortfahren können!',
|
||||
'crontab' => 'Führen Sie den folgenden Befehl aus, um Ihre crontab einzurichten. Beachten Sie, dass <code>www-data</code> Ihr Webserver-Benutzer ist. Auf einigen Systemen kann dieser Benutzername abweichen!',
|
||||
'service' => 'Um den Queue-Worker-Dienst einzurichten, müssen Sie lediglich den folgenden Befehl ausführen.',
|
||||
],
|
||||
],
|
||||
'exceptions' => [
|
||||
'write_env' => '',
|
||||
'migration' => 'Migrationen konnten nicht ausgeführt werden',
|
||||
'create_user' => 'Admin-Benutzer konnte nicht erstellt werden',
|
||||
],
|
||||
'finish' => 'Fertigstellen',
|
||||
];
|
||||
43
lang/de/mail.php
Normal file
43
lang/de/mail.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'greeting' => 'Hallo :namen!',
|
||||
|
||||
'account_created' => [
|
||||
'body' => 'Sie erhalten diese E-Mail, weil für Sie ein Konto erstellt wurde für :app.',
|
||||
'username' => 'Benutzername: :username',
|
||||
'email' => 'E-Mail: :email',
|
||||
'action' => 'Richte dein Konto ein',
|
||||
],
|
||||
|
||||
'added_to_server' => [
|
||||
'body' => 'Sie wurden als Unterbenutzer für den folgenden Server hinzugefügt, wodurch Sie bestimmte Kontrollrechte über den Server erhalten.',
|
||||
'server_name' => 'Server Name: :name',
|
||||
'action' => 'Server ansehen',
|
||||
],
|
||||
|
||||
'removed_from_server' => [
|
||||
'body' => 'Sie wurden als Unterbenutzer für folgende Server entfernt.',
|
||||
'server_name' => 'Server Name: :name',
|
||||
'action' => 'Panel ansehen',
|
||||
],
|
||||
|
||||
'server_installed' => [
|
||||
'body' => 'Die Installation für den Server wurde abgeschlossen und ist nun bereit.',
|
||||
'server_name' => 'Server Name: :name',
|
||||
'action' => 'Anmelden und loslegen',
|
||||
],
|
||||
|
||||
'backup_completed' => [
|
||||
'body_success' => 'Das Backup wurde erfolgreich erstellt.',
|
||||
'body_failed' => 'Erstellen das Backup ist fehlgeschlagen.',
|
||||
'backup_name' => 'Backup-Name: :name',
|
||||
'server_name' => 'Server Name: :name',
|
||||
'action' => 'Backups anzeigen',
|
||||
],
|
||||
|
||||
'mail_tested' => [
|
||||
'subject' => 'Panel Test Nachricht',
|
||||
'body' => 'Das ist ein Test vom Panel E-Mail System. Sie können loslegen!',
|
||||
],
|
||||
];
|
||||
@@ -6,6 +6,10 @@ return [
|
||||
'installation_failed' => 'Serverinstallation fehlgeschlagen',
|
||||
'reinstallation_completed' => 'Server Neuinstallation abgeschlossen',
|
||||
'reinstallation_failed' => 'Server Neuinstallation fehlgeschlagen',
|
||||
'backup_completed' => 'Backup abgeschlossen',
|
||||
'backup_failed' => 'Backup fehlgeschlagen',
|
||||
'backup_body' => 'Backup ":name" für Server ":server"',
|
||||
'view_backups' => 'Backups anzeigen',
|
||||
'failed' => 'Fehlgeschlagen',
|
||||
'user_added' => [
|
||||
'title' => 'Zum Server hinzugefügt',
|
||||
|
||||
@@ -11,6 +11,7 @@ return [
|
||||
'username' => 'Benutzername',
|
||||
'password' => 'Passwort',
|
||||
'remote' => 'Fernzugriff',
|
||||
'unlimited' => 'Unbegrenzt',
|
||||
'created_at' => 'Erstellt am',
|
||||
'name' => 'Datenbank Name',
|
||||
'name_hint' => 'Leer lassen, um einen zufälligen Namen generieren zu lassen',
|
||||
|
||||
10
lang/de/server/mount.php
Normal file
10
lang/de/server/mount.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Mounts',
|
||||
'description' => 'Verwalten Sie die Mounts, die Ihrem Server angehängt sind:',
|
||||
'no_mounts' => 'Für diesen Server sind keine vom Benutzer einhängbaren Mounts verfügbar.',
|
||||
'notification_updated' => 'Mounts erfolgreich aktualisiert',
|
||||
'notification_updated_body' => 'Starte deinen Server neu, um die neuen Mounts anzuwenden',
|
||||
'notification_failed' => 'Fehler beim Aktualisieren der Mounts',
|
||||
];
|
||||
29
lang/el/admin/apikey.php
Normal file
29
lang/el/admin/apikey.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Κλειδιά API Εφαρμογής',
|
||||
'empty' => 'Δεν υπάρχουν κλειδιά API',
|
||||
'whitelist' => 'Εγκεκριμένες Διευθύνσεις IPv4',
|
||||
'whitelist_help' => 'Τα κλειδιά API μπορούν να χρησιμοποιηθούν μόνο από συγκεκριμένες διευθύνσεις IPv4. Εισάγετε κάθε διεύθυνση σε μια νέα γραμμή.',
|
||||
'whitelist_placeholder' => 'Παράδειγμα: 127.0.0.1 ή 192.168.1.1',
|
||||
'description' => 'Περιγραφή',
|
||||
'description_help' => 'Μια σύντομη περιγραφή του τι είναι αυτό το κλειδί.',
|
||||
'nav_title' => 'Κλειδιά API',
|
||||
'model_label' => 'Κλειδί API Εφαρμογής',
|
||||
'model_label_plural' => 'Κλειδιά API Εφαρμογής',
|
||||
'table' => [
|
||||
'key' => 'Κλειδί',
|
||||
'description' => 'Περιγραφή',
|
||||
'last_used' => 'Χρησιμοποιήθηκε τελευταία',
|
||||
'created' => 'Δημιουργήθηκε',
|
||||
'created_by' => 'Δημιουργήθηκε από',
|
||||
'never_used' => 'Δεν έχει χρησιμοποιηθεί ποτέ',
|
||||
],
|
||||
'permissions' => [
|
||||
'all' => 'Ορισμός Όλων Των Δικαιωμάτων',
|
||||
'all_description' => 'Ορίστε γρήγορα όλα τα δικαιώματα κάτω από το ίδιο επίπεδο.',
|
||||
'none' => 'Κανένα',
|
||||
'read' => 'Ανάγνωση',
|
||||
'read_write' => 'Ανάγνωση & Εγγραφή',
|
||||
],
|
||||
];
|
||||
124
lang/el/admin/egg.php
Normal file
124
lang/el/admin/egg.php
Normal file
@@ -0,0 +1,124 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'nav_title' => 'Eggs',
|
||||
'model_label' => 'Egg',
|
||||
'model_label_plural' => 'Eggs',
|
||||
'tabs' => [
|
||||
'configuration' => 'Διαμόρφωση',
|
||||
'process_management' => 'Διαχείριση Διεργασιών',
|
||||
'egg_variables' => 'Μεταβλητές των Egg',
|
||||
'install_script' => 'Script Εγκατάστασης',
|
||||
],
|
||||
'import' => [
|
||||
'file' => 'Αρχείο',
|
||||
'url' => 'URL Διεύθυνση',
|
||||
'icon_url' => 'URL Εικονιδίου',
|
||||
'icon_error' => 'Αδυναμία λήψης εικονιδίου',
|
||||
'egg_help' => 'Αυτό θα πρέπει να είναι το ακατέργαστο αρχείο .json/.yaml',
|
||||
'url_help' => 'Τα URL πρέπει να αναφέρονται απευθείας στο αρχείο .json/.yaml',
|
||||
'add_url' => 'Νέα διεύθυνση URL',
|
||||
'import_failed' => 'Η Εισαγωγή Απέτυχε',
|
||||
'import_success' => 'Επιτυχής Εισαγωγή',
|
||||
'import_result' => 'Εισήχθησαν :success από τα :total eggs',
|
||||
'imported_eggs' => 'Εισήχθησαν: :eggs',
|
||||
'failed_import_eggs' => 'Απέτυχε: :eggs',
|
||||
'github' => 'GitHub',
|
||||
'refresh' => 'Ανανέωση',
|
||||
'import_icon' => 'Εισαγωγή εικονιδίου',
|
||||
'delete_icon' => 'Διαγραφή εικονιδίου',
|
||||
'no_local_ip' => 'Τοπικές διευθύνσεις IP δεν επιτρέπονται',
|
||||
'unsupported_format' => 'Μη υποστηριζόμενη μορφή. Υποστηριζόμενες μορφές: :formats',
|
||||
'invalid_url' => 'Η παρεχόμενη διεύθυνση URL δεν είναι έγκυρη.',
|
||||
'unknown_extension' => 'Άγνωστη επέκταση εικονιδίου (:extension)',
|
||||
'could_not_write' => 'Αδυναμία εγγραφής εικονιδίου στο δίσκο',
|
||||
'icon_deleted' => 'Το Εικονίδιο Διαγράφηκε',
|
||||
'no_icon' => 'Δεν Παρέχεται Εικονίδιο',
|
||||
'icon_updated' => 'Το Εικονίδιο Ενημερώθηκε',
|
||||
],
|
||||
'export' => [
|
||||
'modal' => 'Πώς θα θέλατε να εξάγετε το :egg ?',
|
||||
'as' => 'Ως .:format',
|
||||
],
|
||||
'in_use' => 'Σε Χρήση',
|
||||
'servers' => 'Διακομιστές',
|
||||
'name' => 'Όνομα',
|
||||
'egg_uuid' => 'Egg UUID',
|
||||
'egg_id' => 'Egg ID',
|
||||
'name_help' => 'Ένα απλό, ευανάγνωστο όνομα για χρήση ως αναγνωριστικό για αυτό το Egg.',
|
||||
'author' => 'Δημιουργός',
|
||||
'uuid_help' => 'Αυτό είναι το μοναδικό αναγνωριστικό για αυτό το Egg, το οποίο χρησιμοποιεί το Wings ως αναγνωριστικό.',
|
||||
'author_help' => 'Ο δημιουργός αυτής της έκδοσης του Egg.',
|
||||
'author_help_edit' => 'Ο δημιουργός αυτής της έκδοσης του Egg. Η μεταφόρτωση μιας νέας ρύθμισης από διαφορετικό δημιουργό θα το αλλάξει αυτό.',
|
||||
'description' => 'Περιγραφή',
|
||||
'description_help' => 'Μια περιγραφή αυτού του Egg που θα εμφανίζεται στο Panel όπου χρειάζεται.',
|
||||
'add_startup' => 'Προσθήκη Εντολής Εκκίνησης',
|
||||
'startup_command' => 'Εντολή',
|
||||
'startup_commands' => 'Προσθήκη Εντολής Εκκίνησης',
|
||||
'startup_name' => 'Εμφανιζόμενο Όνομα',
|
||||
'startup_help' => 'Οι διαθέσιμες εντολές εκκίνησης για τους servers που χρησιμοποιούν αυτό το Egg. Η πρώτη είναι η προεπιλεγμένη',
|
||||
'file_denylist' => 'Denylist Αρχείων',
|
||||
'file_denylist_help' => 'Μια λίστα αρχείων που ο τελικός χρήστης δεν επιτρέπεται να επεξεργαστεί.',
|
||||
'features' => 'Λειτουργίες',
|
||||
'force_ip' => 'Αναγκαστική Εξερχόμενη IP',
|
||||
'force_ip_help' => 'Εξαναγκάζει όλη το network traffic να έχει τη Source IP NAT στην IP του κύριου allocation του server. Απαιτείται για να λειτουργούν σωστά ορισμένα παιχνίδια όταν ο Node έχει πολλαπλές δημόσιες IP διευθύνσεις. Η ενεργοποίηση αυτής της επιλογής θα απενεργοποιήσει το internal networking για οποιουσδήποτε servers χρησιμοποιούν αυτό το Egg, με αποτέλεσμα να μην μπορούν να έχουν εσωτερική πρόσβαση σε άλλους servers στον ίδιο node.',
|
||||
'tags' => 'Ετικέτες',
|
||||
'update_url' => 'Ενημέρωση URL',
|
||||
'update_url_help' => 'Τα URL πρέπει να αναφέρονται απευθείας στο αρχείο .json/.yaml',
|
||||
'add_image' => 'Προσθήκη Docker Image',
|
||||
'docker_images' => 'Docker Images',
|
||||
'docker_name' => 'Όνομα εικόνας',
|
||||
'docker_uri' => 'URI Εικόνας',
|
||||
'docker_help' => 'Οι διαθέσιμες εικόνες Docker για τους servers που χρησιμοποιούν αυτό το Egg. Η πρώτη είναι η προεπιλεγμένη.',
|
||||
|
||||
'stop_command' => 'Διακοπή Εντολής',
|
||||
'stop_command_help' => 'Η εντολή που πρέπει να αποστέλλεται στις διεργασίες του server για να τερματίζονται ομαλά. Αν χρειάζεται να σταλεί SIGINT, θα πρέπει να εισάγετε εδώ το ^C.',
|
||||
'copy_from' => 'Αντιγραφή Ρυθμίσεων Από',
|
||||
'copy_from_help' => 'Αν θέλετε να χρησιμοποιήσετε ως προεπιλογή ρυθμίσεις από κάποιο άλλο Egg, επιλέξτε το από το παραπάνω μενού.',
|
||||
'none' => 'Κανένα',
|
||||
'start_config' => 'Έναρξη διαμόρφωσης',
|
||||
'start_config_help' => 'Λίστα τιμών που θα πρέπει να ψάχνει το daemon κατά την εκκίνηση ενός διακομιστή για να καθορίσει την ολοκλήρωση.',
|
||||
'config_files' => 'Διαμορφώσεις',
|
||||
'config_files_help' => 'Αυτό θα πρέπει να είναι μια αναπαράσταση JSON των αρχείων ρυθμίσεων που πρέπει να τροποποιηθούν και των τμημάτων που πρέπει να αλλάξουν.',
|
||||
'log_config' => 'Log Διαμορφώσεων',
|
||||
'log_config_help' => 'Αυτό θα πρέπει να είναι μια αναπαράσταση JSON του πού αποθηκεύονται τα αρχεία καταγραφής και αν ο daemon πρέπει να δημιουργεί προσαρμοσμένα logs.',
|
||||
|
||||
'environment_variable' => 'Μεταβλητή Περιβάλλοντος',
|
||||
'default_value' => 'Προεπιλεγμένη τιμή',
|
||||
'user_permissions' => 'Δικαιώματα Χρήστη',
|
||||
'viewable' => 'Ορατό',
|
||||
'editable' => 'Επεξεργάσιμο',
|
||||
'rules' => 'Κανόνες',
|
||||
'add_new_variable' => 'Προσθήκη Νέας Μεταβλητής',
|
||||
|
||||
'error_unique' => 'Υπάρχει ήδη μια μεταβλητή με το όνομα αυτό!',
|
||||
'error_required' => 'Το πεδίο μεταβλητής περιβάλλοντος είναι υποχρεωτικό.',
|
||||
'error_reserved' => 'Αυτή η μεταβλητή περιβάλλοντος είναι δεσμευμένη και δεν μπορεί να χρησιμοποιηθεί.',
|
||||
|
||||
'script_from' => 'Script Από',
|
||||
'script_container' => 'Script Container',
|
||||
'script_entry' => 'Είσοδος Script',
|
||||
'script_install' => 'Script Εγκατάστασης',
|
||||
'no_eggs' => 'Δεν υπάρχουν Eggs',
|
||||
'no_servers' => 'Δεν υπάρχουν Διακομιστές',
|
||||
'no_servers_help' => 'Δεν έχουν ανατεθεί διακομιστές σε αυτό το Egg',
|
||||
|
||||
'update' => 'Ενημέρωση|Ενημέρωση επιλεγμένων',
|
||||
'updated' => 'Egg ενημερώθηκε|:count/:total Eggs ενημερώθηκαν',
|
||||
'updated_failed' => ':count απέτυχαν',
|
||||
'updated_skipped' => ':count παραλείφθηκαν',
|
||||
'update_success' => ':egg ενημερώθηκε με επιτυχία',
|
||||
'update_failed' => 'Αποτυχία ενημέρωσης :egg',
|
||||
'update_question' => 'Είστε βέβαιοι ότι θέλετε να ενημερώσετε αυτό το egg?|Eίστε σίγουροι ότι θέλετε να ενημερώσετε τα επιλεγμένα eggs?',
|
||||
'update_description' => 'Αν κάνατε οποιεσδήποτε αλλαγές στο egg θα αντικατασταθούν!|Αν κάνατε οποιεσδήποτε αλλαγές στα eggs θα αντικατασταθούν!',
|
||||
'no_updates' => 'Δεν υπάρχουν διαθέσιμες ενημερώσεις για τα επιλεγμένα eggs',
|
||||
'cannot_update' => 'Αδυναμία ενημέρωσης :count egg(s)',
|
||||
'no_update_url' => 'Τα παρακάτω eggs δεν έχουν ορισμένο λειτουργικό URL ενημέρωσης: :eggs',
|
||||
'cannot_delete' => 'Δεν είναι δυνατή η διαγραφή :count egg(s)',
|
||||
'eggs_have_servers' => 'Τα παρακάτω eggs έχουν servers και δεν μπορούν να διαγραφούν: :eggs',
|
||||
'updated_from' => 'Επιτυχής ενημέρωση από: :url',
|
||||
'update_error' => 'Σφάλμα: :error',
|
||||
'updated_eggs' => 'Ενημερώθηκαν :eggs',
|
||||
'failed_eggs' => 'Απέτυχαν :eggs',
|
||||
'skipped_eggs' => 'Παραλείφθηκαν: :eggs',
|
||||
];
|
||||
@@ -11,8 +11,8 @@ return [
|
||||
'fail' => 'Inicio de sesión fallido',
|
||||
'success' => 'Sesión iniciada',
|
||||
'password-reset' => 'Restablecer contraseña',
|
||||
'checkpoint' => 'Solicitud de autenticación de dos factores solicitada',
|
||||
'recovery-token' => 'Clave de recuperación de autenticación de dos factores usado',
|
||||
'checkpoint' => 'Autenticación de dos factores solicitada',
|
||||
'recovery-token' => 'Token de recuperación de dos factores utilizado',
|
||||
'token' => 'Autenticación en dos pasos resuelta',
|
||||
'ip-blocked' => 'Solicitud bloqueada de la dirección IP no listada para <b>:identifier</b>',
|
||||
'sftp' => [
|
||||
@@ -22,16 +22,16 @@ return [
|
||||
'user' => [
|
||||
'account' => [
|
||||
'username-changed' => 'Nombre de usuario cambiado de <b>:old</b> a <b>:new</b>',
|
||||
'email-changed' => 'Correo electrónico cambiado de <b>:old</b> a <b>:new</b>',
|
||||
'email-changed' => 'Correo cambiado de <b>:old</b> a <b>:new</b>',
|
||||
'password-changed' => 'Contraseña cambiada',
|
||||
],
|
||||
'api-key' => [
|
||||
'create' => 'Se creó una nueva clave API </b>:identifier</b>',
|
||||
'delete' => 'Se eliminó la clave API <b>:identificador</b>',
|
||||
'create' => 'Nueva clave API <b>:identifier</b> creada',
|
||||
'delete' => 'Clave API <b>:identifier</b> eliminada',
|
||||
],
|
||||
'ssh-key' => [
|
||||
'create' => 'Se agregó la clave SSH <b>:huella</b> a la cuenta',
|
||||
'delete' => 'Se eliminó la clave SSH <b>:huella</b> a la cuenta',
|
||||
'create' => 'Clave SSH <b>:fingerprint</b> añadida a la cuenta',
|
||||
'delete' => 'Clave SSH <b>:fingerprint</b> eliminada de la cuenta',
|
||||
],
|
||||
'two-factor' => [
|
||||
'create' => 'Se habilitó la autenticación de dos factores',
|
||||
@@ -40,39 +40,39 @@ return [
|
||||
],
|
||||
'server' => [
|
||||
'console' => [
|
||||
'command' => 'Se ejecutó "<b>:comando"</b>" en el servidor',
|
||||
'command' => 'Ejecutado "<b>:command</b>" en el servidor',
|
||||
],
|
||||
'power' => [
|
||||
'start' => 'Se ha iniciado el servidor',
|
||||
'stop' => 'Se ha detenido el servidor',
|
||||
'restart' => 'Se ha reiniciado el servidor',
|
||||
'kill' => 'Se ha detenido el proceso del servidor',
|
||||
'kill' => 'Se ha forzado la detención del proceso del servidor',
|
||||
],
|
||||
'backup' => [
|
||||
'download' => 'Descargada la copia de seguridad <b>:name</b>',
|
||||
'delete' => 'Eliminada la copia de seguridad: <b>:name</b> ',
|
||||
'restore' => 'Restaurada la copia de seguridad: <b>:name</b>. (Archivos eliminados: <b>:truncate</b>) ',
|
||||
'restore-complete' => 'Restaurada la copia de seguridad: <b>:name</b> ',
|
||||
'restore-failed' => 'No se pudo completar la restauración de la copia de seguridad: <b>: name</b>',
|
||||
'start' => 'Iniciada una nueva copia de seguridad <b>:name</b> ',
|
||||
'complete' => 'Marcada la copia de seguridad <b>:name</b> como completada',
|
||||
'fail' => 'Marcada la copia de seguridad <b>:name</b> como fallida',
|
||||
'delete' => 'Copia de seguridad <b>:name</b> eliminada',
|
||||
'restore' => 'Copia de seguridad <b>:name</b> restaurada (archivos eliminados: <b>:truncate</b>)',
|
||||
'restore-complete' => 'Restauración de la copia de seguridad <b>:name</b> completada',
|
||||
'restore-failed' => 'No se pudo completar la restauración de la copia de seguridad <b>:name</b>',
|
||||
'start' => 'Nueva copia de seguridad <b>:name</b> iniciada',
|
||||
'complete' => 'Copia de seguridad <b>:name</b> marcada como completada',
|
||||
'fail' => 'Copia de seguridad <b>:name</b> marcada como fallida',
|
||||
'lock' => 'La copia de seguridad <b>:name</b> ha sido bloqueada.',
|
||||
'unlock' => 'La copia de seguridad <b>:name</b> ha sido desbloqueada.',
|
||||
'rename' => 'Copia de seguridad renombrada de "<b>:old_name</b>" a "<b>:new_name</b>"',
|
||||
],
|
||||
'database' => [
|
||||
'create' => 'La base de datos <b>:name</b> ha sido creada.',
|
||||
'rotate-password' => 'La contraseña de la base de datos <b>:name</b> ha sido rotada.',
|
||||
'delete' => 'La base de datos <b>:name</b> se ha eliminado.',
|
||||
'create' => 'Base de datos <b>:name</b> creada',
|
||||
'rotate-password' => 'Contraseña de la base de datos <b>:name</b> renovada',
|
||||
'delete' => 'Base de datos <b>:name</b> eliminada',
|
||||
],
|
||||
'file' => [
|
||||
'compress' => 'Comprimidos <b>:directory:files</b>|Comprimidos <b>:count</b> archivos en <b>:directory</b>.',
|
||||
'read' => 'Los contenidos de <b>:file</b> han sido vistos.',
|
||||
'copy' => 'Creado una copia de <b>:file</b>',
|
||||
'read' => 'Contenido de <b>:file</b> visualizado',
|
||||
'copy' => 'Creada una copia de <b>:file</b>',
|
||||
'create-directory' => 'Creado el directorio <b>:directory:name</b>',
|
||||
'decompress' => 'Descomprimido <b>:file</b> en <b>:directory</b>',
|
||||
'delete' => 'Eliminado <b>:directory:files</b>|Eliminado <b>:count</b> archivos en <b>:directory</b>',
|
||||
'delete' => 'Eliminado <b>:directory:files</b>|Eliminados <b>:count</b> archivos en <b>:directory</b>',
|
||||
'download' => 'Descargado <b>:file</b>',
|
||||
'pull' => 'Descargado un archivo remoto desde <b>:url</b> a <b>:directory</b>',
|
||||
'rename' => 'Movido/ Renombrado <b>:from</b> a <b>:to</b> | Movidos/ Renombrados <b>:count</b> archivos en <b>:directory</b>',
|
||||
@@ -82,7 +82,7 @@ return [
|
||||
],
|
||||
'sftp' => [
|
||||
'denied' => 'Acceso SFTP bloqueado debido a los permisos',
|
||||
'create' => 'Creado <b>:files</b>|Creado <b>:count</b> archivos nuevos',
|
||||
'create' => 'Creados <b>:files</b> | Creados <b>:count</b> archivos nuevos',
|
||||
'write' => 'Modificados los contenidos de <b>:files</b>| Modificados los contenidos de <b>:count</b> archivos',
|
||||
'delete' => 'Eliminado <b>:files</b>|Eliminados <b>:count</b> archivos',
|
||||
'create-directory' => 'Creado el directorio <b>:files</b> | Creados <b>:count</b> directorios',
|
||||
@@ -91,19 +91,19 @@ return [
|
||||
'allocation' => [
|
||||
'create' => 'Añadido <b>:allocation</b> al servidor',
|
||||
'notes' => 'Actualizadas las notas para <b>:allocation</b> de "<b>:old</b>" a "<b>:new</b>"',
|
||||
'primary' => 'Establecida <b>:allocation</b> como la asignación primaria del servidor',
|
||||
'delete' => 'Eliminada la asignación <b>:allocation</b>',
|
||||
'primary' => 'Establecida <b>:allocation</b> como la asignación principal del servidor',
|
||||
'delete' => 'Asignación <b>:allocation</b> eliminada',
|
||||
],
|
||||
'schedule' => [
|
||||
'create' => 'Creado el horario <b>:name</b>',
|
||||
'update' => 'Actualizado el horario <b>:name</b>',
|
||||
'execute' => 'Ejecutó manualmente el horario <b>:name</b>',
|
||||
'delete' => 'Eliminado el horario <b>:name</b>',
|
||||
'create' => 'Tarea programada <b>:name</b> creada',
|
||||
'update' => 'Tarea programada <b>:name</b> actualizada',
|
||||
'execute' => 'Tarea programada <b>:name</b> ejecutada manualmente',
|
||||
'delete' => 'Tarea programada <b>:name</b> eliminada',
|
||||
],
|
||||
'task' => [
|
||||
'create' => 'Creada una nueva tarea "<b>:action</b>" para el horario <b>:name</b>',
|
||||
'update' => 'Actualizada la tarea"<b>:action</b>" para el horario <b>:name</b>',
|
||||
'delete' => 'Se eliminó la tarea "<b>:action</b>" del horario <b>:name</b>',
|
||||
'create' => 'Nueva tarea "<b>:action</b>" creada para la programación <b>:name</b>',
|
||||
'update' => 'Tarea "<b>:action</b>" de la programación <b>:name</b> actualizada',
|
||||
'delete' => 'Tarea "<b>:action</b>" de la programación <b>:name</b> eliminada',
|
||||
],
|
||||
'settings' => [
|
||||
'rename' => 'Renombrado el servidor de "<b>:old</b>" a "<b>:new</b>"',
|
||||
@@ -112,7 +112,7 @@ return [
|
||||
],
|
||||
'startup' => [
|
||||
'edit' => 'Cambiada la variable <b>:variable</b> de "<b>:old</b>" a "<b>:new</b>"',
|
||||
'image' => 'Actualizada la Imagen Docker del el servidor de <b>:old</b> a <b>:new</b>',
|
||||
'image' => 'Imagen Docker del servidor actualizada de <b>:old</b> a <b>:new</b>',
|
||||
'command' => 'Se actualizó el comando de inicio del servidor de <b>:old</b> a <b>:new</b>',
|
||||
],
|
||||
'subuser' => [
|
||||
@@ -120,6 +120,9 @@ return [
|
||||
'update' => 'Actualizados los permisos del subusuario <b>:email</b>',
|
||||
'delete' => 'Eliminado <b>:email</b> como subusuario',
|
||||
],
|
||||
'crashed' => 'Servidor caído',
|
||||
'mount' => [
|
||||
'update' => 'Montajes del servidor actualizados',
|
||||
],
|
||||
'crashed' => 'El servidor ha fallado',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -7,7 +7,7 @@ return [
|
||||
'whitelist_help' => 'Las claves API pueden ser restringidas para funcionar solamente desde direcciones IPv4 específicas. Introduce cada dirección en una línea nueva.',
|
||||
'whitelist_placeholder' => 'Ejemplo: 127.0.0.1 o 192.168.1.1',
|
||||
'description' => 'Descripción',
|
||||
'description_help' => 'Una breve descripción de para qué es esta clave.',
|
||||
'description_help' => 'Breve descripción de para qué sirve esta clave.',
|
||||
'nav_title' => 'Claves API',
|
||||
'model_label' => 'Clave API de la aplicación',
|
||||
'model_label_plural' => 'Claves API de la aplicación',
|
||||
@@ -20,8 +20,10 @@ return [
|
||||
'never_used' => 'Nunca usado',
|
||||
],
|
||||
'permissions' => [
|
||||
'all' => 'Establecer todos los permisos',
|
||||
'all_description' => 'Establecer rápidamente todos los permisos abajo al mismo nivel.',
|
||||
'none' => 'Ninguno',
|
||||
'read' => 'Leer',
|
||||
'read' => 'Lectura',
|
||||
'read_write' => 'Lectura y escritura',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'heading' => '¡Bienvenido a Pelican!',
|
||||
'version' => 'Versión :version',
|
||||
'heading' => '¡Bienvenido a :app!',
|
||||
'version' => 'Versión: :version',
|
||||
'advanced' => 'Avanzado',
|
||||
'server' => 'Servidor',
|
||||
'user' => 'Usuario',
|
||||
'sections' => [
|
||||
'intro-developers' => [
|
||||
'heading' => 'Información para Desarrolladores',
|
||||
'heading' => 'Información para desarrolladores',
|
||||
'content' => '¡Gracias por probar la versión en desarrollo!',
|
||||
'extra_note' => 'Si tienes algún problema, por favor repórtalo en GitHub.',
|
||||
'button_issues' => 'Crear Incidencia',
|
||||
'button_features' => 'Discutir Funcionalidades',
|
||||
'button_issues' => 'Crear incidencia',
|
||||
'button_features' => 'Discutir funcionalidades',
|
||||
],
|
||||
'intro-update-available' => [
|
||||
'heading' => 'Actualización disponible',
|
||||
'content' => '¡:latestVersion ya está disponible! Lea nuestra documentación para actualizar su panel.',
|
||||
'content' => '¡La versión :latestVersion ya está disponible! Consulta nuestra documentación para actualizar tu panel.',
|
||||
'button_changelog' => '¿Qué hay de nuevo?',
|
||||
],
|
||||
'intro-no-update' => [
|
||||
@@ -24,21 +24,21 @@ return [
|
||||
'content' => 'Actualmente estás usando la versión :version. ¡Tu panel está actualizado!',
|
||||
],
|
||||
'intro-first-node' => [
|
||||
'heading' => 'No se han detectado nodes',
|
||||
'content' => 'Parece que aún no tienes ningún node configurado, pero no te preocupes: haz clic en el botón de acción para crear el primero.',
|
||||
'heading' => 'No se han detectado nodos',
|
||||
'content' => 'Parece que aún no tienes ningún nodo configurado, pero no te preocupes: haz clic en el botón de acción para crear el primero.',
|
||||
'extra_note' => 'Si tienes algún problema, por favor repórtalo en GitHub.',
|
||||
'button_label' => 'Crear el primer node en Pelican',
|
||||
'button_label' => 'Crea el primer nodo',
|
||||
],
|
||||
'intro-support' => [
|
||||
'heading' => 'Apoyar a Pelican',
|
||||
'content' => '¡Gracias por usar Pelican! Esto solo ha sido posible gracias a ti, nuestros colaboradores y el resto de nuestros seguidores.',
|
||||
'content' => 'Gracias por usar Pelican. Esto solo ha sido posible gracias a vuestro apoyo, al de nuestros colaboradores y al de toda la comunidad.',
|
||||
'extra_note' => 'Agradecemos todo el apoyo de cualquier persona.',
|
||||
'button_translate' => 'Ayudar a traducir',
|
||||
'button_donate' => 'Donar Directamente',
|
||||
'button_donate' => 'Donar directamente',
|
||||
],
|
||||
'intro-help' => [
|
||||
'heading' => '¿Necesitas ayuda?',
|
||||
'content' => '¡Echa un vistazo a la documentación primero! ¡Si todavía necesitas ayuda, ve a nuestro servidor de Discord!',
|
||||
'content' => '¡Echa un vistazo a la documentación primero! ¡Si todavía necesitas ayuda, dirígete a nuestro servidor de discord!',
|
||||
'button_docs' => 'Leer la documentación',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -6,30 +6,35 @@ return [
|
||||
'model_label_plural' => 'Eggs',
|
||||
'tabs' => [
|
||||
'configuration' => 'Configuración',
|
||||
'process_management' => 'Gestión de Procesos',
|
||||
'egg_variables' => 'Variables del Egg',
|
||||
'process_management' => 'Gestión de procesos',
|
||||
'egg_variables' => 'Variables del egg',
|
||||
'install_script' => 'Script de instalación',
|
||||
],
|
||||
'import' => [
|
||||
'file' => 'Archivo',
|
||||
'url' => 'URL',
|
||||
'image_url' => 'URL de la imagen',
|
||||
'image_error' => 'No se pudo obtener la imagen',
|
||||
'image_too_large' => 'La imagen es demasiado grande. El límite es de 1024KB',
|
||||
'egg_help' => 'Este debería ser el archivo .json ( egg-minecraft.json )',
|
||||
'url_help' => 'Las URLs deben apuntar directamente al archivo .json',
|
||||
'icon_url' => 'URL del ícono',
|
||||
'icon_error' => 'No se ha podido obtener el icono',
|
||||
'egg_help' => 'Debe ser el archivo .json/.yaml en formato raw (sin procesar)',
|
||||
'url_help' => 'Las URLs deben apuntar directamente a un archivo .json/.yaml',
|
||||
'add_url' => 'Nueva URL',
|
||||
'import_failed' => 'Importación fallida',
|
||||
'import_success' => 'Importación exitosa',
|
||||
'github' => 'Añadir desde GitHub',
|
||||
'import_result' => 'Importados :success de :total eggs',
|
||||
'imported_eggs' => 'Importados: :eggs',
|
||||
'failed_import_eggs' => 'Fallidos: :eggs',
|
||||
'github' => 'GitHub',
|
||||
'refresh' => 'Actualizar',
|
||||
'import_image' => 'Importar Imagen',
|
||||
'import_icon' => 'Importar Icono',
|
||||
'delete_icon' => 'Eliminar Icono',
|
||||
'no_local_ip' => 'No se permiten direcciones IP locales',
|
||||
'unsupported_format' => 'Formato no soportado. Formatos compatibles: :formatos',
|
||||
'invalid_url' => 'La URL proporcionada no es válida.',
|
||||
'image_deleted' => 'Imagen Eliminada',
|
||||
'no_image' => 'Ninguna imagen proporcionada',
|
||||
'image_updated' => 'Imagen actualizada',
|
||||
'unsupported_format' => 'Formato no compatible. Formatos admitidos: :formats',
|
||||
'invalid_url' => 'La URL proporcionada no es válida',
|
||||
'unknown_extension' => 'Extensión del icono desconocida (:extension)',
|
||||
'could_not_write' => 'No se pudo escribir el icono en el disco',
|
||||
'icon_deleted' => 'Icono Eliminado',
|
||||
'no_icon' => 'No se proporcionó ningún icono',
|
||||
'icon_updated' => 'Icono Actualizado',
|
||||
],
|
||||
'export' => [
|
||||
'modal' => '¿Cómo te gustaría exportar :egg ?',
|
||||
@@ -38,41 +43,42 @@ return [
|
||||
'in_use' => 'En uso',
|
||||
'servers' => 'Servidores',
|
||||
'name' => 'Nombre',
|
||||
'egg_uuid' => 'UUID del Egg',
|
||||
'egg_id' => 'ID del Egg',
|
||||
'name_help' => 'Un nombre simple y legible para usar como identificador para este Egg.',
|
||||
'egg_uuid' => 'UUID del egg',
|
||||
'egg_id' => 'ID del egg',
|
||||
'name_help' => 'Un nombre simple y legible para usar como identificador para este egg.',
|
||||
'author' => 'Autor',
|
||||
'uuid_help' => 'Este es el identificador único global de este Egg, que Wings utiliza como identificador.',
|
||||
'author_help' => 'El autor de esta versión del Egg.',
|
||||
'author_help_edit' => 'El autor de esta versión del Egg. Subir una nueva configuración de un autor diferente cambiará esto.',
|
||||
'uuid_help' => 'Este es el identificador único global de este egg, que Wings utiliza como identificador.',
|
||||
'author_help' => 'El autor de esta versión del egg.',
|
||||
'author_help_edit' => 'El autor de esta versión del egg. Subir una nueva configuración de un autor diferente cambiará esto.',
|
||||
'description' => 'Descripción',
|
||||
'description_help' => 'La descripción de este Egg que se mostrará en el Panel según sea necesario.',
|
||||
'description_help' => 'La descripción de este egg que se mostrará en el panel según sea necesario.',
|
||||
'add_startup' => 'Agregar comando de inicio',
|
||||
'startup_command' => 'Comando',
|
||||
'startup_commands' => 'Comandos de inicio',
|
||||
'startup_name' => 'Nombre para mostrar',
|
||||
'startup_help' => 'Los comandos de inicio disponibles para los servidores que usan este Egg. El primero es el predeterminado.',
|
||||
'file_denylist' => 'Lista de ficheros rechazados',
|
||||
'startup_name' => 'Nombre visible',
|
||||
'startup_help' => 'Los comandos de inicio disponibles para los servidores que usan este egg. El primero es el predeterminado.',
|
||||
'file_denylist' => 'Lista de archivos denegados',
|
||||
'file_denylist_help' => 'Una lista de archivos que el usuario final no puede editar.',
|
||||
'features' => 'Funcionalidades',
|
||||
'force_ip' => 'Forzar IP Saliente',
|
||||
'force_ip_help' => 'Fuerza que todo el tráfico de red saliente tenga su IP de origen traducida a la IP de asignación primaria del servidor. Es necesario para que algunos juegos funcionen correctamente cuando el nodo tiene múltiples direcciones IP públicas. Habilitar esta opción desactivará la red interna para cualquier servidor que utilice este Huevo, lo que hará que no puedan acceder internamente a otros servidores en el mismo nodo.',
|
||||
'force_ip_help' => 'Fuerza que todo el tráfico saliente use como IP de origen la IP de la asignación principal del servidor (NAT). Es necesario para algunos juegos cuando el nodo tiene múltiples IP públicas.
|
||||
Activar esta opción deshabilita la red interna de los servidores que usen este egg, por lo que no podrán comunicarse internamente con otros servidores del mismo nodo.',
|
||||
'tags' => 'Etiquetas',
|
||||
'update_url' => 'Actualizar URL',
|
||||
'update_url_help' => 'Las URLs deben apuntar directamente al archivo .json',
|
||||
'update_url' => 'URL de actualización',
|
||||
'update_url_help' => 'Las URLs deben apuntar directamente a un archivo .json',
|
||||
'add_image' => 'Añadir imagen de Docker',
|
||||
'docker_images' => 'Imágenes de Docker',
|
||||
'docker_name' => 'Nombre de imagen',
|
||||
'docker_name' => 'Nombre de la imagen',
|
||||
'docker_uri' => 'URI de Imagen',
|
||||
'docker_help' => 'Las imágenes de Docker disponibles para los servidores que usan este Egg. La primera es la predeterminada.',
|
||||
'docker_help' => 'Las imágenes de Docker disponibles para los servidores que usan este egg. La primera es la predeterminada.',
|
||||
|
||||
'stop_command' => 'Comando de parado',
|
||||
'stop_command_help' => 'El comando que debe ser enviado a los procesos del servidor para detenerlos de forma automática. Si necesita enviar un SIGINT debe introducir ^C aquí.',
|
||||
'stop_command' => 'Comando de detención',
|
||||
'stop_command_help' => 'El comando que debe enviarse a los procesos del servidor para detenerlos de forma ordenada. Si necesitas enviar un SIGINT, introduce ^C aquí.',
|
||||
'copy_from' => 'Copiar ajustes desde',
|
||||
'copy_from_help' => 'Si desea que la configuración predeterminada de otro Huevo, selecciónelo en el menú de arriba.',
|
||||
'copy_from_help' => 'Si deseas usar la configuración predeterminada de otro egg, selecciónalo en el menú de arriba.',
|
||||
'none' => 'Ninguno',
|
||||
'start_config' => 'Comenzar configuración',
|
||||
'start_config_help' => 'Lista de valores que el demonio debe buscar al arrancar un servidor para determinar la finalización.',
|
||||
'start_config' => 'Configuración de inicio',
|
||||
'start_config_help' => 'Lista de valores que el daemon debe buscar durante el arranque del servidor para determinar que el inicio se ha completado.',
|
||||
'config_files' => 'Archivos de configuración',
|
||||
'config_files_help' => 'Esto debería ser una representación JSON de los archivos de configuración a modificar y qué partes deben ser cambiadas.',
|
||||
'log_config' => 'Configuración de los registros',
|
||||
@@ -91,18 +97,29 @@ return [
|
||||
'error_reserved' => 'Esta variable de entorno está reservada y no puede ser utilizada.',
|
||||
|
||||
'script_from' => 'Script de',
|
||||
'script_container' => 'Contenedor de Script',
|
||||
'script_entry' => 'Entrada de Script',
|
||||
'script_container' => 'Contenedor del script',
|
||||
'script_entry' => 'Entrada del script',
|
||||
'script_install' => 'Script de instalación',
|
||||
'no_eggs' => 'No hay huevos',
|
||||
'no_eggs' => 'No hay eggs',
|
||||
'no_servers' => 'No hay servidores',
|
||||
'no_servers_help' => 'No hay servidores asignados a este Huevo.',
|
||||
'no_servers_help' => 'No hay servidores asignados a este egg',
|
||||
|
||||
'update' => 'Actualizar|Actualizar seleccionado',
|
||||
'updated' => 'Egg actualizado|:count/:total Eggs actualizados',
|
||||
'updated_failed' => ':count fallaron',
|
||||
'updated' => 'Egg actualizado|:count/:total eggs actualizados',
|
||||
'updated_failed' => ':count fallidos',
|
||||
'updated_skipped' => ':count omitido(s)',
|
||||
'update_success' => ':egg actualizado correctamente',
|
||||
'update_failed' => 'Error al actualizar :egg',
|
||||
'update_question' => '¿Está seguro que desea actualizar este egg?|¿Está seguro de que desea actualizar los eggs seleccionados?',
|
||||
'update_description' => '¡Si ha hecho algún cambio en el egg se sobrescribirá!|¡Si ha hecho algún cambio en los eggs, serán sobrescritos!',
|
||||
'no_updates' => 'No hay actualizaciones disponibles para los eggs seleccionados',
|
||||
'cannot_update' => 'No se pueden actualizar :count egg(s)',
|
||||
'no_update_url' => 'Los siguientes eggs no tienen una URL de actualización establecida: :eggs',
|
||||
'cannot_delete' => 'No se pueden eliminar :count egg(s)',
|
||||
'eggs_have_servers' => 'Los siguientes eggs tienen servidores y no pueden ser eliminados: :eggs',
|
||||
'updated_from' => 'Actualizado correctamente desde: :url',
|
||||
'update_error' => 'Error: :error',
|
||||
'updated_eggs' => 'Actualizados: :eggs',
|
||||
'failed_eggs' => 'Fallidos: :eggs',
|
||||
'skipped_eggs' => 'Omitidos: :eggs',
|
||||
];
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Salud',
|
||||
'results_refreshed' => 'Resultados del checkeo de salud actualizados',
|
||||
'checked' => 'Resultados comprobados :time',
|
||||
'title' => 'Estado',
|
||||
'results_refreshed' => 'Resultados de comprobación de estado actualizados',
|
||||
'checked' => 'Resultados comprobados hace :time',
|
||||
'refresh' => 'Actualizar',
|
||||
'results' => [
|
||||
'cache' => [
|
||||
'label' => 'Caché',
|
||||
'ok' => 'Ok',
|
||||
'failed_retrieve' => 'No se pudo establecer o recuperar un valor de la caché de la aplicación',
|
||||
'failed_retrieve' => 'No se pudo establecer o recuperar un valor de la caché de la aplicación.',
|
||||
'failed' => 'Se ha producido una excepción con el caché de la aplicación: :error',
|
||||
],
|
||||
'database' => [
|
||||
@@ -24,30 +24,30 @@ return [
|
||||
],
|
||||
'environment' => [
|
||||
'label' => 'Entorno',
|
||||
'ok' => 'Ok, Establecido a :actual',
|
||||
'failed' => 'El entorno está configurado a :actual , Esperado :expected',
|
||||
'ok' => 'Ok, establecido a :actual',
|
||||
'failed' => 'El entorno está configurado como :actual; se esperaba :expected.',
|
||||
],
|
||||
'nodeversions' => [
|
||||
'label' => 'Versiones del nodo',
|
||||
'ok' => 'Los nodos están actualizados',
|
||||
'failed' => ':outdated/:all Nodos están desactualizados',
|
||||
'failed' => ':outdated/:all nodos están desactualizados',
|
||||
'no_nodes_created' => 'No hay nodos creados',
|
||||
'no_nodes' => 'No hay nodos',
|
||||
'all_up_to_date' => 'Todo actualizado',
|
||||
'outdated' => ':outdated/:all desactualizado',
|
||||
'outdated' => ':outdated/:all desactualizados',
|
||||
],
|
||||
'panelversion' => [
|
||||
'label' => 'Versión del Panel',
|
||||
'ok' => 'El Panel está actualizado',
|
||||
'label' => 'Versión del panel',
|
||||
'ok' => 'El panel está actualizado',
|
||||
'failed' => 'La versión instalada es :currentVersion pero la última es :latestVersion',
|
||||
'up_to_date' => 'Actualizado',
|
||||
'outdated' => 'Desactualizado',
|
||||
],
|
||||
'schedule' => [
|
||||
'label' => 'Agendar',
|
||||
'label' => 'Schedule',
|
||||
'ok' => 'Ok',
|
||||
'failed_last_ran' => 'La última ejecución del programa fue hace más de :time minutos',
|
||||
'failed_not_ran' => 'El programa no se ha ejecutado todavía.',
|
||||
'failed_last_ran' => 'La última ejecución de la tarea programada fue hace más de :time minutos',
|
||||
'failed_not_ran' => 'La tarea programada aún no se ha ejecutado.',
|
||||
],
|
||||
'useddiskspace' => [
|
||||
'label' => 'Espacio en disco',
|
||||
@@ -55,6 +55,6 @@ return [
|
||||
],
|
||||
'checks' => [
|
||||
'successful' => 'Completado',
|
||||
'failed' => 'Fallido',
|
||||
'failed' => ':checks fallidos',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -9,12 +9,12 @@ return [
|
||||
'info' => 'Información',
|
||||
'debug' => 'Depuración',
|
||||
'navigation' => [
|
||||
'panel_logs' => 'Registros del Panel',
|
||||
'panel_logs' => 'Registros del panel',
|
||||
],
|
||||
'actions' => [
|
||||
'upload_logs' => '¿Cargar registros?',
|
||||
'upload_logs_description' => 'Esto subirá :file a :url ¿Seguro que deseas hacerlo?',
|
||||
'view_logs' => 'Ver Registros',
|
||||
'upload_logs_description' => 'Esto subirá :file a :url. ¿Estás seguro de que deseas hacer esto?',
|
||||
'view_logs' => 'Ver registros',
|
||||
'log_not_found' => '¡Registro no encontrado!',
|
||||
'log_not_found_description' => 'No se pudo encontrar el registro para :filename',
|
||||
'failed_to_upload' => 'Error al subir',
|
||||
|
||||
@@ -1,30 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'nav_title' => 'Volumenes',
|
||||
'nav_title' => 'Volúmenes',
|
||||
'model_label' => 'Volumen',
|
||||
'model_label_plural' => 'Volumenes',
|
||||
'model_label_plural' => 'Volúmenes',
|
||||
'name' => 'Nombre',
|
||||
'name_help' => 'Nombre único para diferenciar este volumen de otros',
|
||||
'name_help' => 'Nombre único para diferenciar este volumen de otros.',
|
||||
'source' => 'Origen',
|
||||
'source_help' => 'Ruta de archivo en el host para montar a un contenedor',
|
||||
'source_help' => 'Ruta de archivo en el host para montar en un contenedor.',
|
||||
'target' => 'Destino',
|
||||
'target_help' => 'Ruta donde el volumen será accesible en el contendor',
|
||||
'read_only' => 'Solo Lectura?',
|
||||
'read_only_help' => 'Volumen de solo lectura dentro del contendor?',
|
||||
'target_help' => 'Ruta donde el volumen será accesible dentro del contenedor.',
|
||||
'read_only' => '¿Solo Lectura?',
|
||||
'read_only_help' => '¿Volumen de solo lectura dentro del contenedor?',
|
||||
'description' => 'Descripción',
|
||||
'description_help' => 'Una descripción más larga sobre el volumen',
|
||||
'no_mounts' => 'Sin volumenes',
|
||||
'eggs' => 'Huevos',
|
||||
'no_mounts' => 'Sin volúmenes',
|
||||
'eggs' => 'Eggs',
|
||||
'nodes' => 'Nodos',
|
||||
'user_mountable' => '¿Montable por el usuario?',
|
||||
'user_mountable_help' => '¿Los usuarios deberían poder activar o desactivar este montaje para sus servidores?',
|
||||
'toggles' => [
|
||||
'writable' => 'Editable',
|
||||
'read_only' => 'Solo Lectura',
|
||||
'user_mountable' => 'Montable por el usuario',
|
||||
'not_user_mountable' => 'Solo administradores',
|
||||
],
|
||||
'table' => [
|
||||
'name' => 'Nombre',
|
||||
'all_eggs' => 'Todos los huevos',
|
||||
'all_eggs' => 'Todos los eggs',
|
||||
'all_nodes' => 'Todos los nodos',
|
||||
'read_only' => 'Solo Lectura',
|
||||
'read_only' => 'Solo lectura',
|
||||
'user_mountable' => 'Montable por el usuario',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -10,33 +10,33 @@ return [
|
||||
'mail' => 'Correo',
|
||||
'backup' => 'Copia de seguridad',
|
||||
'oauth' => 'OAuth',
|
||||
'misc' => 'Misceláneo',
|
||||
'misc' => 'Otros',
|
||||
],
|
||||
'general' => [
|
||||
'app_name' => 'Nombre de la aplicación',
|
||||
'app_logo' => 'Logo de la App',
|
||||
'app_logo' => 'Logotipo de la app',
|
||||
'app_logo_help' => 'El logotipo debe colocarse en la carpeta public ubicada en el directorio raíz del panel. Déjalo en blanco para usar el nombre de la aplicación en su lugar.',
|
||||
'app_favicon' => 'Icono de la aplicación',
|
||||
'app_favicon' => 'Favicon de la aplicación',
|
||||
'app_favicon_help' => 'El favicon debe colocarse en la carpeta pública situada en el directorio raíz del panel.',
|
||||
'debug_mode' => 'Modo de depuración',
|
||||
'navigation' => 'Navegación',
|
||||
'default_navigation' => 'Tipo de navegación por defecto',
|
||||
'sidebar' => 'Barra Lateral',
|
||||
'sidebar' => 'Barra lateral',
|
||||
'topbar' => 'Barra superior',
|
||||
'mixed' => 'Mezclado',
|
||||
'mixed' => 'Mixto',
|
||||
'unit_prefix' => 'Prefijo de unidad',
|
||||
'decimal_prefix' => 'Prefijo decimal (MB/GB)',
|
||||
'binary_prefix' => 'Prefijo binario (MiB/GiB)',
|
||||
'2fa_requirement' => 'Requisito de 2FA',
|
||||
'not_required' => 'No requerido',
|
||||
'admins_only' => 'Requerido sólo para administradores',
|
||||
'admins_only' => 'Requerido solo para administradores',
|
||||
'all_users' => 'Requerido para todos los usuarios',
|
||||
'trusted_proxies' => 'Proxies de confianza',
|
||||
'trusted_proxies_help' => 'Nueva IP o rango IP',
|
||||
'clear' => 'Borrar',
|
||||
'set_to_cf' => 'Establecer Ips de cloudflare',
|
||||
'set_to_cf' => 'Establecer IPs de Cloudflare',
|
||||
'display_width' => 'Anchura de la pantalla',
|
||||
'avatar_provider' => 'Proveedor de Avatar',
|
||||
'avatar_provider' => 'Proveedor de Avatares',
|
||||
'uploadable_avatars' => '¿Permitir a los usuarios subir su propio avatar?',
|
||||
],
|
||||
'captcha' => [
|
||||
@@ -49,12 +49,12 @@ return [
|
||||
'verify' => '¿Verificar dominio?',
|
||||
],
|
||||
'mail' => [
|
||||
'mail_driver' => 'Driver de Email',
|
||||
'mail_driver' => 'Driver de correo',
|
||||
'test_mail' => 'Enviar correo de prueba',
|
||||
'test_mail_sent' => 'Correo de prueba enviado',
|
||||
'test_mail_failed' => 'Prueba de correo fallida',
|
||||
'from_settings' => 'Desde ajustes',
|
||||
'from_settings_help' => 'Establezca la dirección y el nombre utilizados como "De" en los correos.',
|
||||
'from_settings' => 'Ajustes "Desde"',
|
||||
'from_settings_help' => 'Establece la dirección y el nombre utilizados como «De» en los correos.',
|
||||
'from_address' => 'Dirección de origen',
|
||||
'from_name' => 'Nombre del remitente',
|
||||
'smtp' => [
|
||||
@@ -73,17 +73,17 @@ return [
|
||||
],
|
||||
],
|
||||
'backup' => [
|
||||
'backup_driver' => 'Controlador de copia de seguridad',
|
||||
'throttle' => 'Limite',
|
||||
'backup_driver' => 'Driver de copia de seguridad',
|
||||
'throttle' => 'Limitadores',
|
||||
'throttle_help' => 'Configurar cuántas copias de seguridad se pueden crear en un período. Establecer el período a 0 para desactivar este limite.',
|
||||
'limit' => 'Limite',
|
||||
'limit' => 'Límite',
|
||||
'period' => 'Periodo',
|
||||
'seconds' => 'Segundos',
|
||||
's3' => [
|
||||
's3_title' => 'Configuración de S3',
|
||||
'default_region' => 'Región por Defecto',
|
||||
'access_key' => 'Access Key ID',
|
||||
'secret_key' => 'Secret Access Key',
|
||||
'default_region' => 'Región por defecto',
|
||||
'access_key' => 'ID de clave de acceso',
|
||||
'secret_key' => 'Clave de acceso secreta',
|
||||
'bucket' => 'Bucket',
|
||||
'endpoint' => 'Endpoint',
|
||||
'use_path_style_endpoint' => 'Usar endpoint como ruta',
|
||||
@@ -91,7 +91,7 @@ return [
|
||||
],
|
||||
'oauth' => [
|
||||
'enable' => 'Activar',
|
||||
'enable_schema' => 'Habilitar :schema',
|
||||
'enable_schema' => 'Activar :schema',
|
||||
'disable' => 'Desactivar',
|
||||
'client_id' => 'ID del cliente',
|
||||
'client_secret' => 'Secreto de cliente',
|
||||
@@ -105,19 +105,23 @@ return [
|
||||
],
|
||||
'misc' => [
|
||||
'auto_allocation' => [
|
||||
'title' => 'Creación automática de asignación',
|
||||
'helper' => 'Alternar si los usuarios pueden crear asignaciones a través del área del cliente.',
|
||||
'title' => 'Creación automática de asignaciones',
|
||||
'helper' => 'Controla si los usuarios pueden crear asignaciones a través del área del cliente.',
|
||||
'question' => '¿Permitir a los usuarios crear asignaciones?',
|
||||
'create_new' => '¿Crear nuevos puertos si no hay ninguno disponible?',
|
||||
'create_new' => '¿Crear nuevas asignaciones si no hay ninguna disponible?',
|
||||
'create_new_help' => 'Cuando está activado, crea nuevas asignaciones; cuando está desactivado, solo asigna a partir de asignaciones existentes sin usar, y ambas opciones tienen en cuenta el rango de puertos indicado a continuación.',
|
||||
'start' => 'Puerto Inicial',
|
||||
'end' => 'Puerto Final',
|
||||
'start' => 'Puerto inicial',
|
||||
'end' => 'Puerto final',
|
||||
],
|
||||
'mail_notifications' => [
|
||||
'title' => 'Notificación por correo electrónico',
|
||||
'title' => 'Notificaciones por correo',
|
||||
'helper' => 'Cambiar qué notificaciones de correo deben ser enviadas a los usuarios.',
|
||||
'account_created' => 'Cuenta Creada',
|
||||
'added_to_server' => 'Añadido al servidor',
|
||||
'removed_from_server' => 'Eliminado del servidor',
|
||||
'server_installed' => 'Servidor instalado',
|
||||
'server_reinstalled' => 'Servidor reinstalado',
|
||||
'backup_completed' => 'Copia de seguridad completada',
|
||||
],
|
||||
'connections' => [
|
||||
'title' => 'Conexiones',
|
||||
@@ -127,30 +131,49 @@ return [
|
||||
'seconds' => 'Segundos',
|
||||
],
|
||||
'activity_log' => [
|
||||
'title' => 'Registros de Actividad',
|
||||
'title' => 'Registros de actividad',
|
||||
'helper' => 'Configura la frecuencia con la que los registros de actividad antiguos deben ser eliminados y si las actividades de administración deben ser registradas.',
|
||||
'prune_age' => 'Edad de limpia',
|
||||
'prune_age' => 'Antigüedad de purga',
|
||||
'days' => 'Días',
|
||||
'log_admin' => '¿Ocultar actividades de administrador?',
|
||||
],
|
||||
'api' => [
|
||||
'title' => 'API',
|
||||
'helper' => 'Define el límite para el número de solicitudes por minuto que pueden ser ejecutadas.',
|
||||
'client_rate' => 'Límite de la API del cliente',
|
||||
'app_rate' => 'Límite de la APi de la aplicación',
|
||||
'rpm' => 'Peticiones por minuto',
|
||||
'helper' => 'Define el límite de velocidad para el número de peticiones que se pueden ejecutar por período configurado.',
|
||||
'requests_per_period' => 'Peticiones por período',
|
||||
'requests' => 'Peticiones',
|
||||
'minutes' => 'Minutos',
|
||||
'period_length' => 'Duración del período',
|
||||
'client_title' => 'Límite de velocidad de la API de clientes',
|
||||
'client_helper' => 'El límite de velocidad es por usuario, o por IP si no hay usuario',
|
||||
'application_title' => 'Límite de velocidad de la API de la aplicación',
|
||||
'application_helper' => 'El límite de velocidad es por usuario, o por IP si no hay usuario',
|
||||
'password_reset_title' => 'Límite de velocidad para restablecimiento de contraseña',
|
||||
'password_reset_helper' => 'El límite de velocidad es por IP',
|
||||
'websocket_title' => 'Límite de velocidad de WebSocket',
|
||||
'websocket_helper' => 'El límite de velocidad es por servidor',
|
||||
'backup_restore_title' => 'Límite de velocidad de copia de seguridad y restauración',
|
||||
'backup_restore_helper' => 'El límite de velocidad es por servidor',
|
||||
'database_create_title' => 'Límite de velocidad de creación de base de datos',
|
||||
'database_create_helper' => 'El límite de velocidad es por servidor',
|
||||
'subuser_create_title' => 'Límite de velocidad de creación de subusuario',
|
||||
'subuser_create_helper' => 'El límite de velocidad es por servidor',
|
||||
'file_pull_title' => 'Límite de velocidad de descarga de archivos',
|
||||
'file_pull_helper' => 'El límite de velocidad es por servidor',
|
||||
'default_title' => 'Límite de velocidad predeterminado',
|
||||
'default_helper' => 'El límite de velocidad es por servidor',
|
||||
],
|
||||
'server' => [
|
||||
'title' => 'Servidores',
|
||||
'helper' => 'Configuración para servidores',
|
||||
'edit_server_desc' => '¿Permitir a los usuarios editar descripciones?',
|
||||
'console_font_upload' => 'Subir fuente de consola',
|
||||
'console_font_hint' => 'Solo se admiten las fuentes *.ttf ¡Se recomiendan las fuentes Mono!',
|
||||
'console_font_hint' => '*Solo se admiten fuentes .ttf. ¡Se recomiendan encarecidamente las fuentes monoespaciadas!',
|
||||
],
|
||||
'webhook' => [
|
||||
'title' => 'Webhooks',
|
||||
'helper' => 'Configurar la frecuencia con la que los registros antiguos de webhook deben ser eliminados.',
|
||||
'prune_age' => 'Edad de limpia',
|
||||
'prune_age' => 'Antigüedad de purga',
|
||||
'days' => 'Días',
|
||||
],
|
||||
],
|
||||
|
||||
24
lang/es/admin/user.php
Normal file
24
lang/es/admin/user.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'nav_title' => 'Usuarios',
|
||||
'model_label' => 'Usuario',
|
||||
'model_label_plural' => 'Usuarios',
|
||||
'self_delete' => 'No puedes eliminarte a ti mismo',
|
||||
'has_servers' => 'El usuario tiene servidores',
|
||||
'email' => 'Correo',
|
||||
'username' => 'Nombre de usuario',
|
||||
'password' => 'Contraseña',
|
||||
'external_id' => 'ID externo',
|
||||
'is_managed_externally' => '¿Se gestiona externamente?',
|
||||
'is_managed_externally_helper' => 'Si tus usuarios son administrados por software externo (p.ej. un software de facturación) puedes habilitar esto para evitar que los usuarios cambien su nombre de usuario, correo electrónico y contraseña desde el panel del usuario.',
|
||||
'password_help' => 'Escribir una contraseña es opcional. Los nuevos usuarios serán forzados a crear una contraseña la primera vez que se registren.',
|
||||
'admin_roles' => 'Roles de administrador',
|
||||
'roles' => 'Roles',
|
||||
'no_roles' => 'Sin roles',
|
||||
'servers' => 'Servidores',
|
||||
'subusers' => 'Subusuarios',
|
||||
'password_reset' => 'Restablecer contraseña',
|
||||
'password_reset_sent' => 'Correo de restablecimiento de contraseña enviado',
|
||||
'password_reset_failed' => 'Error al enviar el correo de restablecimiento de contraseña',
|
||||
];
|
||||
@@ -19,6 +19,7 @@ return [
|
||||
'two-factor-hint' => 'Puedes usar los códigos de respaldo si perdiste el acceso a tu dispositivo.',
|
||||
'password' => 'La contraseña ingresada es incorrecta.',
|
||||
'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtalo de nuevo en :seconds segundos.',
|
||||
'2fa_must_be_enabled' => 'El administrador ha requerido que la autenticación de 2 factores esté habilitada para su cuenta para poder utilizar el Panel.',
|
||||
'2fa_must_be_enabled' => 'El administrador ha requerido que la autenticación de 2 factores esté habilitada para tu cuenta para poder utilizar el panel.',
|
||||
'password_login_disabled' => 'El inicio de sesión con contraseña está deshabilitado. Por favor, utiliza un proveedor de OAuth para iniciar sesión.',
|
||||
|
||||
];
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
|
||||
return [
|
||||
'user' => [
|
||||
'search_users' => 'Introduce un nombre de usuario, ID de usuario o dirección de correo electrónico',
|
||||
'search_users' => 'Introduce un nombre de usuario, ID de usuario o dirección de correo',
|
||||
'select_search_user' => 'ID del usuario a eliminar (Introduce \'0\' para volver a buscar)',
|
||||
'deleted' => 'Usuario eliminado correctamente del Panel.',
|
||||
'confirm_delete' => '¿Estás seguro de que quieres eliminar este usuario del Panel?',
|
||||
'deleted' => 'Usuario eliminado correctamente del panel.',
|
||||
'confirm_delete' => '¿Estás seguro de que quieres eliminar este usuario del panel?',
|
||||
'no_users_found' => 'No se encontraron usuarios para el término de búsqueda proporcionado.',
|
||||
'multiple_found' => 'Se encontraron varias cuentas para el usuario proporcionado, no se puede eliminar un usuario debido a la opción --no-interaction.',
|
||||
'ask_admin' => '¿Es este usuario un administrador?',
|
||||
'ask_email' => 'Dirección de correo electrónico',
|
||||
'ask_email' => 'Dirección de correo',
|
||||
'ask_username' => 'Nombre de usuario',
|
||||
'ask_password' => 'Contraseña',
|
||||
'ask_password_tip' => 'Si deseas crear una cuenta con una contraseña aleatoria enviada por correo al usuario, vuelve a ejecutar este comando (CTRL+C) y agrega la opción --no-password.',
|
||||
@@ -41,13 +41,13 @@ return [
|
||||
'ask_smtp_username' => 'Nombre de usuario SMTP',
|
||||
'ask_smtp_password' => 'Contraseña SMTP',
|
||||
'ask_mailgun_domain' => 'Dominio de Mailgun',
|
||||
'ask_mailgun_endpoint' => 'Mailgun endpoint',
|
||||
'ask_mailgun_endpoint' => 'Endpoint de Mailgun',
|
||||
'ask_mailgun_secret' => 'Secreto de Mailgun',
|
||||
'ask_mandrill_secret' => 'Secreto de Mandrill',
|
||||
'ask_postmark_username' => 'Clave API de Postmark',
|
||||
'ask_driver' => '¿Qué controlador debe usarse para enviar correos electrónicos?',
|
||||
'ask_mail_from' => 'Dirección de correo electrónico desde la cual deben enviarse los correos electrónicos',
|
||||
'ask_mail_name' => 'Nombre que debe aparecer en los correos electrónicos',
|
||||
'ask_driver' => '¿Qué driver debe usarse para enviar correos?',
|
||||
'ask_mail_from' => 'Dirección de correo desde la cual deben enviarse los correos',
|
||||
'ask_mail_name' => 'Nombre que debe aparecer en los correos',
|
||||
'ask_encryption' => 'Método de cifrado a usar',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
return [
|
||||
'appsettings' => [
|
||||
'comment' => [
|
||||
'author' => 'Indique la dirección de correo electrónico desde la cual deberían enviarse los huevos exportados por este Panel. Debe ser una dirección de email válida.',
|
||||
'author' => 'Indique la dirección de correo desde la cual deberían enviarse los eggs exportados por este panel. Debe ser una dirección de email válida.',
|
||||
'url' => 'La URL de la aplicación DEBE comenzar con https:// o http:// dependiendo de si estás utilizando SSL o no. Si no incluyes el esquema, tus correos electrónicos y otros contenidos se vincularán al lugar incorrecto.',
|
||||
'timezone' => 'La zona horaria debe coincidir con una de las zonas horarias soportadas por PHP\\. Si no estás seguro, por favor consulta https://php.net/manual/en/timezones.php.',
|
||||
],
|
||||
@@ -14,20 +14,20 @@ return [
|
||||
],
|
||||
],
|
||||
'database_settings' => [
|
||||
'DB_HOST_note' => 'Se recomienda encarecidamente no utilizar "localhost" como el hospedaje de tu base de datos, ya que hemos observado problemas frecuentes de conexión de socket. Si deseas utilizar una conexión local, deberías estar utilizando "127.0.0.1".',
|
||||
'DB_USERNAME_note' => 'El uso de la cuenta "root", o raíz, para conexiones MySQL no sólo está muy mal visto, sino que además no está permitido por esta aplicación. Necesitarás haber creado un usuario MySQL para este software.',
|
||||
'DB_HOST_note' => 'Se recomienda encarecidamente no utilizar "localhost" como el hospedaje de tu base de datos, ya que hemos observado problemas frecuentes de conexión del socket. Si deseas utilizar una conexión local, deberías estar utilizando "127.0.0.1".',
|
||||
'DB_USERNAME_note' => 'Usar la cuenta root para las conexiones MySQL no solo está muy desaconsejado, sino que además no está permitido por esta aplicación. Deberás haber creado un usuario de MySQL para este software.',
|
||||
'DB_PASSWORD_note' => 'Parece que ya tienes definida una contraseña de conexión MySQL, ¿te gustaría cambiarla?',
|
||||
'DB_error_2' => 'Tus credenciales de conexión NO han sido guardadas. Necesitarás proporcionar información de conexión válida antes de continuar.',
|
||||
'go_back' => 'Regresa e inténtalo de nuevo',
|
||||
],
|
||||
'make_node' => [
|
||||
'name' => 'Introduce un identificador corto utilizado para distinguir este nodo de otros.',
|
||||
'description' => 'Introduce una descripción para identificar el nodo.',
|
||||
'name' => 'Introduce un identificador corto para distinguir este nodo de otros',
|
||||
'description' => 'Introduce una descripción para identificar el nodo',
|
||||
'scheme' => 'Por favor, ingresa https para SSL o http para una conexión sin SSL.',
|
||||
'fqdn' => 'Introduce un nombre de dominio (por ejemplo, nodo.ejemplo.com) que se utilizará para conectarse al daemon. Una dirección IP solo puede ser utilizada si no estás usando SSL para este nodo.',
|
||||
'public' => '¿Debería este nodo ser público? Como nota, al establecer un nodo como privado, estarás denegando la capacidad de desplegar automáticamente en este nodo.',
|
||||
'public' => '¿Debería este nodo ser público? Ten en cuenta que, al establecerlo como privado, se impedirá el despliegue automático en él.',
|
||||
'behind_proxy' => '¿Está tu FQDN detrás de un proxy?',
|
||||
'maintenance_mode' => '¿Debe activarse el modo de mantenimientos?',
|
||||
'maintenance_mode' => '¿Debe activarse el modo de mantenimiento?',
|
||||
'memory' => 'Introduce la cantidad máxima de memoria',
|
||||
'memory_overallocate' => 'Introduce la cantidad de memoria para sobreasignar, -1 deshabilitará la verificación y 0 impedirá la creación de nuevos servidores.',
|
||||
'disk' => 'Introduce la cantidad máxima de espacio en disco',
|
||||
@@ -35,12 +35,12 @@ return [
|
||||
'cpu' => 'Introduce la cantidad máxima de cpu',
|
||||
'cpu_overallocate' => 'Introduce la cantidad de cpu para sobreasignar, -1 deshabilitará la verificación y 0 impedirá la creación de nuevos servidores.',
|
||||
'upload_size' => "'Introduce el tamaño máximo de archivo para cargar",
|
||||
'daemonListen' => 'Introduce el puerto de escucha del demonio',
|
||||
'daemonListen' => 'Introduce el puerto de escucha del daemon',
|
||||
'daemonConnect' => 'Ingresa el puerto de conexión del servicio (puede ser el mismo que el puerto de escucha)',
|
||||
'daemonSFTP' => 'Introduce el puerto de escucha del demonio SFTP',
|
||||
'daemonSFTPAlias' => 'Introduzca el nombre del demonio SFTP(puede estar vacío)',
|
||||
'daemonBase' => 'Introduzca la carpeta raíz',
|
||||
'success' => 'Se ha creado correctamente un nuevo nodo con el nombre :name y tiene un id de :id',
|
||||
'daemonSFTP' => 'Introduce el puerto de escucha del daemon SFTP',
|
||||
'daemonSFTPAlias' => 'Introduce el alias del daemon SFTP (puede estar vacío)',
|
||||
'daemonBase' => 'Introduce la carpeta base',
|
||||
'success' => 'Se ha creado correctamente un nuevo nodo con el nombre :name y el ID :id',
|
||||
],
|
||||
'node_config' => [
|
||||
'error_not_exist' => 'El nodo seleccionado no existe.',
|
||||
@@ -54,7 +54,7 @@ return [
|
||||
'schedule' => [
|
||||
'process' => [
|
||||
'no_tasks' => 'No hay tareas programadas para los servidores que necesiten ser ejecutadas.',
|
||||
'error_message' => 'Se encontró un error al procesar el Horario: ',
|
||||
'error_message' => 'Se produjo un error al procesar la tarea programada: :schedules',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
113
lang/es/installer.php
Normal file
113
lang/es/installer.php
Normal file
@@ -0,0 +1,113 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Instalador del panel',
|
||||
'requirements' => [
|
||||
'title' => 'Requisitos del servidor',
|
||||
'sections' => [
|
||||
'version' => [
|
||||
'title' => 'Versión de PHP',
|
||||
'or_newer' => ':version o más reciente',
|
||||
'content' => 'Tu versión de PHP es :version.',
|
||||
],
|
||||
'extensions' => [
|
||||
'title' => 'Extensiones de PHP',
|
||||
'good' => 'Todas las extensiones de PHP necesarias están instaladas.',
|
||||
'bad' => 'Faltan las siguientes extensiones de PHP: :extensions',
|
||||
],
|
||||
'permissions' => [
|
||||
'title' => 'Permisos de la carpeta',
|
||||
'good' => 'Todas las carpetas tienen los permisos correctos.',
|
||||
'bad' => 'Las siguientes carpetas tienen permisos incorrectos: :folders',
|
||||
],
|
||||
],
|
||||
'exception' => 'Faltan algunos requisitos',
|
||||
],
|
||||
'environment' => [
|
||||
'title' => 'Entorno',
|
||||
'fields' => [
|
||||
'app_name' => 'Nombre de la aplicación',
|
||||
'app_name_help' => 'Este será el nombre de tu panel.',
|
||||
'app_url' => 'URL de la aplicación',
|
||||
'app_url_help' => 'Esta será la URL desde la que accedas a tu panel.',
|
||||
'account' => [
|
||||
'section' => 'Administrador',
|
||||
'email' => 'Correo',
|
||||
'username' => 'Nombre de usuario',
|
||||
'password' => 'Contraseña',
|
||||
],
|
||||
],
|
||||
],
|
||||
'database' => [
|
||||
'title' => 'Base de datos',
|
||||
'driver' => 'Driver de la base de datos',
|
||||
'driver_help' => 'El driver utilizado para la base de datos del panel. Recomendamos "SQLite".',
|
||||
'fields' => [
|
||||
'host' => 'Host de la base de datos',
|
||||
'host_help' => 'El host de tu base de datos. Asegúrate de que es accesible.',
|
||||
'port' => 'Puerto de la base de datos',
|
||||
'port_help' => 'El puerto de tu base de datos.',
|
||||
'path' => 'Ruta de la base de datos',
|
||||
'path_help' => 'La ruta del archivo .sqlite relativa a la carpeta de la base de datos.',
|
||||
'name' => 'Nombre de la base de datos',
|
||||
'name_help' => 'El nombre de la base de datos del panel.',
|
||||
'username' => 'Nombre de usuario de la base de datos',
|
||||
'username_help' => 'El nombre de tu usuario de la base de datos.',
|
||||
'password' => 'Contraseña de la base de datos',
|
||||
'password_help' => 'La contraseña de tu usuario de la base de datos. Puede estar vacía.',
|
||||
],
|
||||
'exceptions' => [
|
||||
'connection' => 'Conexión a la base de datos fallida',
|
||||
'migration' => 'Migración fallida',
|
||||
],
|
||||
],
|
||||
'egg' => [
|
||||
'title' => 'Eggs',
|
||||
'no_eggs' => 'No hay eggs disponibles',
|
||||
'background_install_started' => 'Se ha iniciado la Instalación del egg',
|
||||
'background_install_description' => 'La instalación de :count eggs se ha puesto en cola y continuará en segundo plano.',
|
||||
'exceptions' => [
|
||||
'failed_to_update' => 'Error al actualizar el índice del egg',
|
||||
'no_eggs' => 'No hay eggs disponibles para instalar en este momento.',
|
||||
'installation_failed' => 'Error al instalar los eggs seleccionados. Por favor, impórtalos después de la instalación a través de la lista de eggs.',
|
||||
],
|
||||
],
|
||||
'session' => [
|
||||
'title' => 'Sesión',
|
||||
'driver' => 'Driver de sesión',
|
||||
'driver_help' => 'El driver utilizado para almacenar sesiones. Recomendamos "Filesystem" o "Database".',
|
||||
],
|
||||
'cache' => [
|
||||
'title' => 'Caché',
|
||||
'driver' => 'Controlador de caché',
|
||||
'driver_help' => 'El driver utilizado para cachear. Recomendamos "Filesystem".',
|
||||
'fields' => [
|
||||
'host' => 'Host de Redis',
|
||||
'host_help' => 'El host de su base de datos. Asegúrese de que es accesible.',
|
||||
'port' => 'Puerto de Redis',
|
||||
'port_help' => 'El puerto de tu servidor redis.',
|
||||
'username' => 'Nombre de usuario para Redis',
|
||||
'username_help' => 'El nombre de tu usuario de Redis. Puede estar vacío.',
|
||||
'password' => 'Contraseña de Redis',
|
||||
'password_help' => 'La contraseña de su usuario de la base de datos. Puede estar vacía.',
|
||||
],
|
||||
'exception' => 'Conexión a la base de datos fallida',
|
||||
],
|
||||
'queue' => [
|
||||
'title' => 'Cola',
|
||||
'driver' => 'Driver de cola',
|
||||
'driver_help' => 'El driver utilizado para gestionar las colas. Recomendamos "Base de datos".',
|
||||
'fields' => [
|
||||
'done' => 'He realizado los dos pasos siguientes.',
|
||||
'done_validation' => '¡Debes realizar ambos pasos antes de continuar!',
|
||||
'crontab' => 'Ejecuta el siguiente comando para configurar tu crontab. Ten en cuenta que <code>www-data</code> es el usuario de tu servidor web. ¡En algunos sistemas, este nombre de usuario puede ser diferente!',
|
||||
'service' => 'Para configurar el servicio del worker de la cola, solo tienes que ejecutar el siguiente comando.',
|
||||
],
|
||||
],
|
||||
'exceptions' => [
|
||||
'write_env' => 'No se pudo escribir en el archivo .env.',
|
||||
'migration' => 'No se pudieron ejecutar las migraciones.',
|
||||
'create_user' => 'No se pudo crear el usuario administrador.',
|
||||
],
|
||||
'finish' => 'Finalizar',
|
||||
];
|
||||
43
lang/es/mail.php
Normal file
43
lang/es/mail.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'greeting' => '¡Hola :name!',
|
||||
|
||||
'account_created' => [
|
||||
'body' => 'Estás recibiendo este correo porque se ha creado una cuenta para ti en :app.',
|
||||
'username' => 'Nombre de usuario: :username',
|
||||
'email' => 'Correo: :email',
|
||||
'action' => 'Configura tu cuenta',
|
||||
],
|
||||
|
||||
'added_to_server' => [
|
||||
'body' => 'Has sido añadido como subusuario para el siguiente servidor, lo que te permite cierto control sobre él.',
|
||||
'server_name' => 'Nombre del servidor: :name',
|
||||
'action' => 'Visitar servidor',
|
||||
],
|
||||
|
||||
'removed_from_server' => [
|
||||
'body' => 'Has sido eliminado como subusuario para el siguiente servidor.',
|
||||
'server_name' => 'Nombre del servidor: :name',
|
||||
'action' => 'Visitar panel',
|
||||
],
|
||||
|
||||
'server_installed' => [
|
||||
'body' => 'Tu servidor ha finalizado su instalación y está listo para que lo utilices.',
|
||||
'server_name' => 'Nombre del servidor: :name',
|
||||
'action' => 'Iniciar sesión y comenzar a usar',
|
||||
],
|
||||
|
||||
'backup_completed' => [
|
||||
'body_success' => 'La copia de seguridad se creó correctamente.',
|
||||
'body_failed' => 'La creación de la copia de seguridad ha fallado.',
|
||||
'backup_name' => 'Nombre de la copia de seguridad: :name',
|
||||
'server_name' => 'Nombre del servidor: :name',
|
||||
'action' => 'Ver copias de seguridad',
|
||||
],
|
||||
|
||||
'mail_tested' => [
|
||||
'subject' => 'Mensaje de prueba del panel',
|
||||
'body' => 'Esta es una prueba del sistema de correo del panel. ¡Has completado su configuración!',
|
||||
],
|
||||
];
|
||||
@@ -6,6 +6,10 @@ return [
|
||||
'installation_failed' => 'Instalación del servidor fallida',
|
||||
'reinstallation_completed' => 'Reinstalación del servidor completada',
|
||||
'reinstallation_failed' => 'Reinstalación del servidor fallida',
|
||||
'backup_completed' => 'Copia de seguridad completada',
|
||||
'backup_failed' => 'Copia de seguridad fallida',
|
||||
'backup_body' => 'Copia de seguridad ":name" del servidor ":server"',
|
||||
'view_backups' => 'Ver copias de seguridad',
|
||||
'failed' => 'Fallido',
|
||||
'user_added' => [
|
||||
'title' => 'Añadido al servidor',
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'validation' => 'Por favor, introduzca al menos tres caracteres para empezar a buscar.',
|
||||
'validation' => 'Por favor, introduce al menos tres caracteres para empezar a buscar.',
|
||||
'term' => [
|
||||
'label' => 'Término de búsqueda',
|
||||
'description' => 'Introduzca un nombre de servidor, uuid o asignación para comenzar a buscar.',
|
||||
'description' => 'Introduce un nombre de servidor, UUID o asignación para comenzar a buscar.',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -6,7 +6,7 @@ return [
|
||||
'size' => 'Tamaño',
|
||||
'created_at' => 'Creado el',
|
||||
'status' => 'Estado',
|
||||
'is_locked' => 'Estado de bloqueo',
|
||||
'is_locked' => 'Estado del bloqueo',
|
||||
'backup_status' => [
|
||||
'in_progress' => 'En curso',
|
||||
'successful' => 'Completado',
|
||||
@@ -21,35 +21,35 @@ return [
|
||||
'notification_fail' => 'Creación de copia de seguridad fallida',
|
||||
'name' => 'Nombre',
|
||||
'ignored' => 'Archivos y directorios ignorados',
|
||||
'locked' => '¿Bloqueado?',
|
||||
'locked' => '¿Bloqueada?',
|
||||
'lock_helper' => 'Evita que esta copia de seguridad sea eliminada hasta que se desbloquee explícitamente.',
|
||||
],
|
||||
'lock' => [
|
||||
'lock' => 'Bloquear',
|
||||
'unlock' => 'Ve a desbloquear',
|
||||
'unlock' => 'Desbloquear',
|
||||
],
|
||||
'download' => 'Descargar',
|
||||
'rename' => [
|
||||
'title' => 'Renombrar',
|
||||
'new_name' => 'Nombre de la copia de seguridad',
|
||||
'notification_success' => 'Backup renombrado',
|
||||
'notification_success' => 'Copia de seguridad renombrada correctamente',
|
||||
],
|
||||
'restore' => [
|
||||
'title' => 'Restaurar',
|
||||
'helper' => 'Su servidor se detendrá. No podrá controlar el estado del servidor, acceder al administrador de archivos o crear copias de seguridad adicionales hasta que este sea completado.',
|
||||
'helper' => 'Tu servidor se detendrá. No podrás controlar el estado del servidor, acceder al administrador de archivos o crear copias de seguridad adicionales hasta que este proceso sea completado.',
|
||||
'delete_all' => '¿Borrar todos los archivos antes de restaurar la copia de seguridad?',
|
||||
'notification_started' => 'Restaurando copia de seguridad',
|
||||
'notification_success' => 'Copia de seguridad restaurada con éxito',
|
||||
'notification_fail' => 'Fallo al recuperar la copia de seguridad',
|
||||
'notification_fail' => 'Error al recuperar la copia de seguridad',
|
||||
'notification_fail_body_1' => 'Este servidor no se encuentra actualmente en un estado que permita restaurar una copia de seguridad.',
|
||||
'notification_fail_body_2' => 'Esta copia de seguridad no se puede restaurar en este momento: no se ha completado o fallado.',
|
||||
'notification_fail_body_2' => 'Esta copia de seguridad no se puede restaurar en este momento: no se ha completado o ha fallado.',
|
||||
],
|
||||
'delete' => [
|
||||
'title' => 'Eliminar copia de seguridad',
|
||||
'description' => '¿Desea eliminar :backup?',
|
||||
'description' => '¿Deseas eliminar :backup?',
|
||||
'notification_success' => 'Copia de seguridad eliminada',
|
||||
'notification_fail' => 'No se pudo eliminar la copia de seguridad',
|
||||
'notification_fail_body' => 'Error de conexión al nodo. Por favor, inténtelo de nuevo.',
|
||||
'notification_fail_body' => 'Error de conexión al node. Por favor, inténtalo de nuevo.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@@ -4,14 +4,14 @@ return [
|
||||
'title' => 'Consola',
|
||||
'command' => 'Escribe un comando...',
|
||||
'command_blocked' => 'Servidor sin conexión...',
|
||||
'command_blocked_title' => 'No se puede enviar el comando cuando el servidor está desconectado',
|
||||
'command_blocked_title' => 'No es posible enviar un comando cuando el servidor está apagado',
|
||||
'open_in_admin' => 'Abrir como admin',
|
||||
'power_actions' => [
|
||||
'start' => 'Comenzar',
|
||||
'start' => 'Iniciar',
|
||||
'stop' => 'Detener',
|
||||
'restart' => 'Reiniciar',
|
||||
'kill' => 'Matar',
|
||||
'kill_tooltip' => 'Esto puede resultar en corrupción de datos y/o pérdida de datos!',
|
||||
'kill' => 'Forzar detención',
|
||||
'kill_tooltip' => '¡Esto puede provocar corrupción y/o pérdida de datos!',
|
||||
],
|
||||
'labels' => [
|
||||
'cpu' => 'CPU',
|
||||
@@ -32,12 +32,12 @@ return [
|
||||
'paused' => 'En pausa',
|
||||
'dead' => 'Finalizado abruptamente',
|
||||
'removing' => 'Eliminando',
|
||||
'stopping' => 'Parando',
|
||||
'offline' => 'Desconectado',
|
||||
'missing' => 'Ausente',
|
||||
'stopping' => 'Deteniendo',
|
||||
'offline' => 'Apagado',
|
||||
'missing' => 'No encontrado',
|
||||
],
|
||||
'websocket_error' => [
|
||||
'title' => '¡No se ha podido conectar con websocket!',
|
||||
'title' => '¡No se ha podido conectar con el websocket!',
|
||||
'body' => 'Revisa la consola para más detalles.',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -8,7 +8,7 @@ return [
|
||||
'other' => 'Servidores de otros',
|
||||
'all' => 'Todos los servidores',
|
||||
],
|
||||
'empty_own' => '¡No posees ningún servidor!',
|
||||
'empty_own' => '¡No tienes ningún servidor!',
|
||||
'empty_other' => '¡No tienes acceso a ningún servidor!',
|
||||
|
||||
'status' => 'Estado',
|
||||
@@ -17,7 +17,7 @@ return [
|
||||
'usage_limit' => 'Límite de uso: :resource',
|
||||
|
||||
'cpu' => 'CPU',
|
||||
'memory' => 'Memoria RAM',
|
||||
'memory' => 'Memoria',
|
||||
'disk' => 'Almacenamiento',
|
||||
'network' => 'Red',
|
||||
'none' => 'Ninguno',
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
return [
|
||||
'title' => 'Bases de datos',
|
||||
'empty' => 'Sin bases de datos',
|
||||
'create_database' => 'Crear Base de Datos',
|
||||
'create_database' => 'Crear base de datos',
|
||||
'limit' => 'Límite de bases de datos alcanzado',
|
||||
'viewing' => 'Visualizando: :database',
|
||||
'host' => 'Host',
|
||||
@@ -11,6 +11,7 @@ return [
|
||||
'username' => 'Nombre de usuario',
|
||||
'password' => 'Contraseña',
|
||||
'remote' => 'Remoto',
|
||||
'unlimited' => 'Ilimitado',
|
||||
'created_at' => 'Creado el',
|
||||
'name' => 'Nombre de la base de datos',
|
||||
'name_hint' => 'Dejar este espacio en blanco generará automáticamente un nombre aleatorio',
|
||||
|
||||
@@ -20,7 +20,7 @@ return [
|
||||
'drop_files' => 'Suelta los archivos para subirlos',
|
||||
'success' => 'Archivos subidos correctamente',
|
||||
'failed' => 'Error al subir los archivos',
|
||||
'header' => 'Subiendo Archivos',
|
||||
'header' => 'Subiendo archivos',
|
||||
'error' => 'Se ha producido un error durante la subida',
|
||||
],
|
||||
'rename' => [
|
||||
@@ -31,17 +31,17 @@ return [
|
||||
'move' => [
|
||||
'title' => 'Mover',
|
||||
'directory' => 'Directorio',
|
||||
'directory_hint' => 'Introduzca el nuevo directorio, relativo al directorio actual.',
|
||||
'directory_hint' => 'Introduce el nuevo directorio, relativo al directorio actual.',
|
||||
'new_location' => 'Nueva ubicación',
|
||||
'new_location_hint' => 'Introduzca la ubicación de este fichero o carpeta, relativa al directorio actual.',
|
||||
'new_location_hint' => 'Introduce la ubicación de este archivo o carpeta, relativa al directorio actual.',
|
||||
'notification' => 'Archivo movido',
|
||||
'bulk_notification' => ':count Archivos fueron movidos a :directory',
|
||||
'bulk_notification' => ':count archivos fueron movidos a :directory',
|
||||
],
|
||||
'permissions' => [
|
||||
'title' => 'Permisos',
|
||||
'read' => 'Lectura',
|
||||
'write' => 'Escritura',
|
||||
'execute' => 'Ejecución',
|
||||
'execute' => 'Ejecutar',
|
||||
'owner' => 'Propietario',
|
||||
'group' => 'Grupo',
|
||||
'public' => 'Público',
|
||||
@@ -60,12 +60,12 @@ return [
|
||||
'new_file' => [
|
||||
'title' => 'Nuevo archivo',
|
||||
'file_name' => 'Nuevo nombre del archivo',
|
||||
'syntax' => 'Resalte de sintaxis',
|
||||
'syntax' => 'Resaltado de sintaxis',
|
||||
'create' => 'Crear',
|
||||
],
|
||||
'new_folder' => [
|
||||
'title' => 'Nueva carpeta',
|
||||
'folder_name' => 'Renombrar carpeta',
|
||||
'folder_name' => 'Nombre de la nueva carpeta',
|
||||
],
|
||||
'nested_search' => [
|
||||
'title' => 'Búsqueda anidada',
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
],
|
||||
'pelicanignore' => [
|
||||
'title' => '¡Estás editando un archivo <code>.pelicanignore</code>!',
|
||||
'body' => 'Cualquier fichero o directorio listado aquí será excluído de las copias de seguridad. Los comodines están soportados usando un asterisco (<code>*</code>).<br>Además puedes negar una regla previa anteponiendo una exclamación (<code>!</code>).',
|
||||
'body' => 'Cualquier archivo o directorio que se liste aquí se excluirá de las copias de seguridad. Se admiten comodines usando un asterisco (<code>*</code>).<br>Puedes negar una regla anterior anteponiendo un signo de exclamación (<code>!</code>).',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
10
lang/es/server/mount.php
Normal file
10
lang/es/server/mount.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Montajes',
|
||||
'description' => 'Gestiona los montajes asociados a tu servidor:',
|
||||
'no_mounts' => 'No hay montajes disponibles para este servidor.',
|
||||
'notification_updated' => 'Montajes actualizados correctamente',
|
||||
'notification_updated_body' => 'Reinicia tu servidor para aplicar los nuevos montajes',
|
||||
'notification_failed' => 'Error al actualizar los montajes',
|
||||
];
|
||||
@@ -2,16 +2,16 @@
|
||||
|
||||
return [
|
||||
'title' => 'Red',
|
||||
'add' => 'Añadir Asignación',
|
||||
'add' => 'Añadir asignación',
|
||||
'limit' => 'Límite de asignaciones alcanzado',
|
||||
'address' => 'Dirección',
|
||||
'port' => 'Puerto',
|
||||
'notes' => 'Notas',
|
||||
'no_notes' => 'Sin notas',
|
||||
'make_primary' => 'Convertir en prinicipal',
|
||||
'make_primary' => 'Convertir en principal',
|
||||
'primary' => 'Principal',
|
||||
'make' => 'Crear',
|
||||
'delete' => 'Eliminar',
|
||||
'locked' => '¿Bloqueado?',
|
||||
'locked_helper' => 'Las asignaciones bloqueadas sólo pueden ser eliminadas por administradores',
|
||||
'locked_helper' => 'Las asignaciones bloqueadas solo pueden ser eliminadas por administradores',
|
||||
];
|
||||
|
||||
@@ -16,14 +16,14 @@ return [
|
||||
'node_name' => 'Nombre del nodo',
|
||||
'icon' => [
|
||||
'upload' => 'Subir icono',
|
||||
'tooltip' => 'Usando el icono del Egg',
|
||||
'tooltip' => 'Usando el icono del egg',
|
||||
'updated' => 'Icono del servidor actualizado',
|
||||
'deleted' => 'Icono del servidor borrado',
|
||||
],
|
||||
'limits' => [
|
||||
'title' => 'Límites',
|
||||
'unlimited' => 'Ilimitado',
|
||||
'of' => 'de',
|
||||
'of' => 'de :max',
|
||||
'cpu' => 'CPU',
|
||||
'memory' => 'Memoria',
|
||||
'disk' => 'Espacio en disco',
|
||||
@@ -36,20 +36,20 @@ return [
|
||||
'title' => 'Información SFTP',
|
||||
'connection' => 'Conexión',
|
||||
'action' => 'Conectar a SFTP',
|
||||
'username' => 'Usuario',
|
||||
'username' => 'Nombre de usuario',
|
||||
'password' => 'Contraseña',
|
||||
'password_body' => 'Su contraseña SFTP es la misma que la contraseña que usa para acceder a este panel.',
|
||||
'password_body' => 'Tu contraseña SFTP es la misma que la contraseña que usas para acceder a este panel.',
|
||||
],
|
||||
],
|
||||
'reinstall' => [
|
||||
'title' => 'Reinstalar Servidor',
|
||||
'body' => 'La reinstalación de su servidor lo detendrá y luego volverá a ejecutar el script de instalación que lo configuró inicialmente.',
|
||||
'body2' => 'Algunos archivos pueden ser eliminados o modificados durante este proceso. Por favor, respalde sus archivos antes de continuar.',
|
||||
'title' => 'Reinstalar servidor',
|
||||
'body' => 'La reinstalación de tu servidor lo detendrá y luego volverá a ejecutar el script de instalación que lo configuró inicialmente.',
|
||||
'body2' => 'Algunos archivos pueden ser eliminados o modificados durante este proceso. Por favor, respalda tus archivos antes de continuar.',
|
||||
'action' => 'Reinstalar',
|
||||
'modal' => '¿Estás seguro de que quieres reiniciar el servidor?',
|
||||
'modal' => '¿Estás seguro de que quieres reinstalar el servidor?',
|
||||
'modal_description' => 'Algunos archivos pueden ser eliminados o modificados durante este proceso. Por favor, respalde sus archivos antes de continuar.',
|
||||
'yes' => 'Sí, reinstalar',
|
||||
'notification_start' => 'Reinstalación Iniciada',
|
||||
'notification_fail' => 'Reinstalación Fallida',
|
||||
'notification_start' => 'Reinstalación iniciada',
|
||||
'notification_fail' => 'Reinstalación fallida',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Arranque',
|
||||
'command' => 'Comando de arranque',
|
||||
'title' => 'Inicio',
|
||||
'command' => 'Comando de inicio',
|
||||
'notification_startup' => 'Comando de inicio actualizado',
|
||||
'notification_startup_body' => 'Reinicie el servidor para usar el nuevo comando de inicio.',
|
||||
'notification_startup_body' => 'Reinicia el servidor para usar el nuevo comando de inicio.',
|
||||
'enable_preview' => 'Habilitar previsualización',
|
||||
'disable_preview' => 'Deshabilitar previsualización',
|
||||
'docker_image' => 'Imagen de Docker',
|
||||
'notification_docker' => 'Imagen de Docker actualizada',
|
||||
'notification_docker_body' => 'Reinicie el servidor para usar la nueva imagen.',
|
||||
'variables' => 'Variables del Servidor',
|
||||
'notification_docker_body' => 'Reinicia el servidor para usar la nueva imagen.',
|
||||
'variables' => 'Variables del servidor',
|
||||
'update' => 'Actualizado: :variable',
|
||||
'fail' => 'Error: :variable',
|
||||
'validation_fail' => 'Error de validación: :variable',
|
||||
|
||||
@@ -59,7 +59,7 @@ return [
|
||||
'fail' => 'La sauvegarde <b>:name</b> a échoué',
|
||||
'lock' => 'La sauvegarde <b>:name</b> a été verrouillée',
|
||||
'unlock' => 'La sauvegarde <b>:name</b> a été déverrouillée',
|
||||
'rename' => 'Sauvegarde renommée de "<b>:old_name</b>" en "<b>:new_name</b>',
|
||||
'rename' => 'Sauvegarde renommée de "<b>:old_name</b>" en "<b>:new_name</b>":',
|
||||
],
|
||||
'database' => [
|
||||
'create' => 'Nouvelle base de données créée <b>:name</b>',
|
||||
@@ -120,6 +120,9 @@ return [
|
||||
'update' => 'Modification des permissions du sous-utilisateur <b>:email</b>',
|
||||
'delete' => 'Suppression du sous-utilisateur <b>:email</b>',
|
||||
],
|
||||
'mount' => [
|
||||
'update' => 'Les montages du serveur ont été mis à jour',
|
||||
],
|
||||
'crashed' => 'Le serveur a planté',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -20,6 +20,8 @@ return [
|
||||
'never_used' => 'Jamais utilisé',
|
||||
],
|
||||
'permissions' => [
|
||||
'all' => 'Définir toutes les permissions',
|
||||
'all_description' => 'Réglez rapidement toutes les permissions ci-dessous au même niveau.',
|
||||
'none' => 'Aucun',
|
||||
'read' => 'Lecture',
|
||||
'read_write' => 'Lecture / Écriture',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'heading' => 'Bienvenue sur Pelican!',
|
||||
'heading' => 'Bienvenue sur :app !',
|
||||
'version' => 'Version: :version',
|
||||
'advanced' => 'Avancé',
|
||||
'server' => 'Serveur',
|
||||
@@ -27,7 +27,7 @@ return [
|
||||
'heading' => 'Aucun nœud détecté',
|
||||
'content' => "Il semble que vous n'ayez pas encore de nœuds configurés, mais pas d'inquiétude, vous pouvez cliquer sur le bouton d'action pour créer votre premier nœud!",
|
||||
'extra_note' => 'Si vous rencontrez des problèmes, merci de les signaler sur GitHub.',
|
||||
'button_label' => 'Créer le premier nœud dans Pelican',
|
||||
'button_label' => 'Créer un premier nœud',
|
||||
],
|
||||
'intro-support' => [
|
||||
'heading' => 'Soutenir Pelican',
|
||||
|
||||
@@ -13,23 +13,28 @@ return [
|
||||
'import' => [
|
||||
'file' => 'Fichier',
|
||||
'url' => 'URL',
|
||||
'image_url' => 'URL de l\'image',
|
||||
'image_error' => 'Impossible de récupérer l\'image',
|
||||
'image_too_large' => 'L\'image est trop grande. La limite est de 1024 Ko',
|
||||
'icon_url' => 'URL de l\'icône :',
|
||||
'icon_error' => 'Impossible de récupérer l\'icône',
|
||||
'egg_help' => 'Ceci doit être le fichier .json brut ( egg-minecraft.json )',
|
||||
'url_help' => 'Les URL doivent pointer directement vers le fichier .json brut',
|
||||
'add_url' => 'Nouvelle URL',
|
||||
'import_failed' => 'Échec de l\'importation',
|
||||
'import_success' => 'Importation réussie',
|
||||
'import_result' => 'Importé :success of :total œufs',
|
||||
'imported_eggs' => 'Importé : :eggs',
|
||||
'failed_import_eggs' => 'Échec : :eggs',
|
||||
'github' => 'Ajouter depuis Github',
|
||||
'refresh' => 'Actualiser',
|
||||
'import_image' => 'Importer une image',
|
||||
'import_icon' => 'Importer une icône',
|
||||
'delete_icon' => 'Supprimer l\'icône',
|
||||
'no_local_ip' => 'Les adresses IP locales ne sont pas autorisées',
|
||||
'unsupported_format' => 'Format non pris en charge. Les formats supportés sont : :formats',
|
||||
'invalid_url' => 'L\'URL spécifiée est invalide',
|
||||
'image_deleted' => 'Image Supprimée',
|
||||
'no_image' => 'Aucune Image Fournie',
|
||||
'image_updated' => 'Image mise à jour',
|
||||
'unknown_extension' => 'Extension d\'icône inconnue (:extension)',
|
||||
'could_not_write' => 'Impossible d’écrire l’icône sur le disque',
|
||||
'icon_deleted' => 'Icône supprimée',
|
||||
'no_icon' => 'Aucune icône fournie',
|
||||
'icon_updated' => 'Icône mise à jour',
|
||||
],
|
||||
'export' => [
|
||||
'modal' => 'Comme voulez-vous exporter :egg?',
|
||||
@@ -104,7 +109,18 @@ L\'activation de cette option désactivera le réseau interne pour tous les serv
|
||||
'updated' => 'Oeuf mis à jour|:count/:total Oeufs mis à jour',
|
||||
'updated_failed' => ':count a échoué',
|
||||
'updated_skipped' => ':count ignorée',
|
||||
'update_success' => ':egg mis à jour avec succès',
|
||||
'update_failed' => 'Échec de la mise à jour :egg',
|
||||
'update_question' => 'Êtes-vous sûr de vouloir mettre à jour cet œuf?|Êtes-vous sûr de vouloir mettre à jour les œufs sélectionnés ?',
|
||||
'update_description' => 'Si vous avez apporté des modifications à l\'oeuf, elles seront écrasées!|Si vous avez apporté des modifications aux oeufs, elles seront écrasées !',
|
||||
'no_updates' => 'Aucune mise à jour pour les oeufs sélectionnés disponible',
|
||||
'cannot_update' => 'Impossible de mettre à jour :count œuf(s)',
|
||||
'no_update_url' => 'Les œufs suivants n’ont pas de jeu d’URL de mise à jour fonctionnel : :eggs',
|
||||
'cannot_delete' => 'Impossible de supprimer :count œuf(s)',
|
||||
'eggs_have_servers' => 'Les œufs suivants ont des serveurs et ne peuvent pas être supprimés : :eggs',
|
||||
'updated_from' => 'Mise à jour avec succès depuis : :url',
|
||||
'update_error' => 'Erreur : :error',
|
||||
'updated_eggs' => 'Mis à jour : :eggs',
|
||||
'failed_eggs' => 'Échec : :eggs',
|
||||
'skipped_eggs' => 'Sauté : :eggs',
|
||||
];
|
||||
|
||||
@@ -17,14 +17,19 @@ return [
|
||||
'no_mounts' => 'Aucune montagne',
|
||||
'eggs' => 'Œufs',
|
||||
'nodes' => 'Nœuds',
|
||||
'user_mountable' => 'Montage utilisateurs ?',
|
||||
'user_mountable_help' => 'Les utilisateurs doivent-ils pouvoir activer/désactiver ce montage pour leurs serveurs ?',
|
||||
'toggles' => [
|
||||
'writable' => 'Écriture autorisée',
|
||||
'read_only' => 'Lecture seule',
|
||||
'user_mountable' => 'Montage utilisateur',
|
||||
'not_user_mountable' => 'Administrateur uniquement',
|
||||
],
|
||||
'table' => [
|
||||
'name' => 'Nom',
|
||||
'all_eggs' => 'Tous les eggs',
|
||||
'all_nodes' => 'Tous les nœuds',
|
||||
'read_only' => 'Lecture seule',
|
||||
'user_mountable' => 'Montage utilisateur',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -116,8 +116,12 @@ return [
|
||||
'mail_notifications' => [
|
||||
'title' => 'Notifications par e-mail',
|
||||
'helper' => 'Activer/désactiver les notifications de courriel à envoyer aux utilisateurs.',
|
||||
'account_created' => 'Compte créé',
|
||||
'added_to_server' => 'Ajouté au serveur',
|
||||
'removed_from_server' => 'Supprimé du serveur',
|
||||
'server_installed' => 'Serveur installé',
|
||||
'server_reinstalled' => 'Serveur réinstallé',
|
||||
'backup_completed' => 'Sauvegarde terminée',
|
||||
],
|
||||
'connections' => [
|
||||
'title' => 'Connexions',
|
||||
@@ -135,10 +139,29 @@ return [
|
||||
],
|
||||
'api' => [
|
||||
'title' => 'API',
|
||||
'helper' => 'Définit le nombre de requêtes maximales, par minute, pouvant être exécutées.',
|
||||
'client_rate' => 'Limite de d\'API du client',
|
||||
'app_rate' => 'Limite d\'API de l\'application',
|
||||
'rpm' => 'Requêtes par minute',
|
||||
'helper' => 'Définit la limite de débit du nombre de requêtes pouvant être exécutées par période configurée.',
|
||||
'requests_per_period' => 'Requêtes par période',
|
||||
'requests' => 'Requêtes',
|
||||
'minutes' => 'Minutes',
|
||||
'period_length' => 'Durée de la période',
|
||||
'client_title' => 'Limite de débit de l\'API client',
|
||||
'client_helper' => 'La limite de débit est par utilisateur, ou IP s\'il n\'y a pas d\'utilisateur',
|
||||
'application_title' => 'Limite de débit de l\'API de l\'application',
|
||||
'application_helper' => 'La limite de débit est par utilisateur, ou IP s\'il n\'y a pas d\'utilisateur',
|
||||
'password_reset_title' => 'Limite du taux de réinitialisation du mot de passe',
|
||||
'password_reset_helper' => 'Limite de débit par IP',
|
||||
'websocket_title' => 'Limite de débit du Websocket',
|
||||
'websocket_helper' => 'La limite de débit est par serveur',
|
||||
'backup_restore_title' => 'Limite du taux de sauvegarde et de restauration',
|
||||
'backup_restore_helper' => 'La limite de débit est par serveur',
|
||||
'database_create_title' => 'Limite du taux de création de base de donnée',
|
||||
'database_create_helper' => 'La limite de débit est par serveur',
|
||||
'subuser_create_title' => 'Limite du taux de création du sous-utilisateur',
|
||||
'subuser_create_helper' => 'La limite de débit est par serveur',
|
||||
'file_pull_title' => 'Limite de taux d\'ajout de fichier',
|
||||
'file_pull_helper' => 'La limite de débit est par serveur',
|
||||
'default_title' => 'Limite de débit par défaut',
|
||||
'default_helper' => 'La limite de débit est par serveur',
|
||||
],
|
||||
'server' => [
|
||||
'title' => 'Serveurs',
|
||||
|
||||
@@ -20,5 +20,6 @@ return [
|
||||
'password' => 'Le mot de passe saisi est incorrect.',
|
||||
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :secondes secondes.',
|
||||
'2fa_must_be_enabled' => 'L\'administrateur a exigé que l\'authentification à 2 facteurs soit activée pour votre compte afin d\'utiliser le Panel.',
|
||||
'password_login_disabled' => 'La connexion par mot de passe est désactivée. Veuillez utiliser un fournisseur OAuth pour vous connecter.',
|
||||
|
||||
];
|
||||
|
||||
@@ -109,6 +109,5 @@ return [
|
||||
'migration' => 'Impossible d\'exécuter les migrations',
|
||||
'create_user' => 'Impossible de créer l\'utilisateur admin',
|
||||
],
|
||||
'next_step' => 'Etape suivante',
|
||||
'finish' => 'Terminer',
|
||||
];
|
||||
|
||||
43
lang/fr/mail.php
Normal file
43
lang/fr/mail.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'greeting' => 'Bonjour :name !',
|
||||
|
||||
'account_created' => [
|
||||
'body' => 'Vous recevez cet e-mail parce qu\'un compte a été créé pour vous sur :app.',
|
||||
'username' => 'Nom d\'utilisateur : :username',
|
||||
'email' => 'Email : :email',
|
||||
'action' => 'Configurer votre compte',
|
||||
],
|
||||
|
||||
'added_to_server' => [
|
||||
'body' => 'Vous avez été ajouté en tant que sous-utilisateur pour le serveur suivant, vous permettant de contrôler certaines choses sur le serveur.',
|
||||
'server_name' => 'Nom du serveur : :name',
|
||||
'action' => 'Visiter le serveur',
|
||||
],
|
||||
|
||||
'removed_from_server' => [
|
||||
'body' => 'Vous avez été supprimé en tant que sous-utilisateur pour le serveur suivant.',
|
||||
'server_name' => 'Nom du serveur : :name',
|
||||
'action' => 'Visiter le panel',
|
||||
],
|
||||
|
||||
'server_installed' => [
|
||||
'body' => 'Votre serveur a terminé son installation et est maintenant prêt à être utilisé.',
|
||||
'server_name' => 'Nom du serveur : :name',
|
||||
'action' => 'Connectez-vous et commencez à utiliser',
|
||||
],
|
||||
|
||||
'backup_completed' => [
|
||||
'body_success' => 'La sauvegarde a été créée avec succès.',
|
||||
'body_failed' => 'La création de la sauvegarde a échoué.',
|
||||
'backup_name' => 'Nom de la sauvegarde: :name',
|
||||
'server_name' => 'Nom du serveur: :name',
|
||||
'action' => 'Afficher les sauvegardes',
|
||||
],
|
||||
|
||||
'mail_tested' => [
|
||||
'subject' => 'Message de test du panel',
|
||||
'body' => 'Ceci est un test du système de messagerie de Panel. Vous pouvez continuer !',
|
||||
],
|
||||
];
|
||||
@@ -6,6 +6,10 @@ return [
|
||||
'installation_failed' => 'Échec de l\'installation du serveur',
|
||||
'reinstallation_completed' => 'Réinstallation du serveur terminée',
|
||||
'reinstallation_failed' => 'Échec de la réinstallation du serveur',
|
||||
'backup_completed' => 'Sauvegarde terminée',
|
||||
'backup_failed' => 'Échec de sauvegarde',
|
||||
'backup_body' => 'Sauvegarde de ":name" sur le serveur ":server"',
|
||||
'view_backups' => 'Afficher les sauvegardes',
|
||||
'failed' => 'Échec',
|
||||
'user_added' => [
|
||||
'title' => 'Ajouté au serveur',
|
||||
|
||||
@@ -11,6 +11,7 @@ return [
|
||||
'username' => 'Nom d\'utilisateur',
|
||||
'password' => 'Mot de passe',
|
||||
'remote' => 'Distant',
|
||||
'unlimited' => 'Illimité',
|
||||
'created_at' => 'Créé à',
|
||||
'name' => 'Nom de la base de donnée',
|
||||
'name_hint' => 'Laisser vide va générer un nom aléatoire',
|
||||
|
||||
10
lang/fr/server/mount.php
Normal file
10
lang/fr/server/mount.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Montages',
|
||||
'description' => 'Gérer les montages attachés à votre serveur :',
|
||||
'no_mounts' => 'Il n\'y a pas de montage montable pour ce serveur.',
|
||||
'notification_updated' => 'Les montages ont été mis à jour',
|
||||
'notification_updated_body' => 'Redémarrez votre serveur pour appliquer les nouveaux montages',
|
||||
'notification_failed' => 'Échec de la mise à jour des montages',
|
||||
];
|
||||
128
lang/hu/activity.php
Normal file
128
lang/hu/activity.php
Normal file
@@ -0,0 +1,128 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Contains all of the translation strings for different activity log
|
||||
* events. These should be keyed by the value in front of the colon (:)
|
||||
* in the event name. If there is no colon present, they should live at
|
||||
* the top level.
|
||||
*/
|
||||
return [
|
||||
'auth' => [
|
||||
'fail' => 'Sikertelen bejelentkezés',
|
||||
'success' => 'Bejelentkezve',
|
||||
'password-reset' => 'Jelszó helyreállítás',
|
||||
'checkpoint' => 'Két-faktoros hitelesítési kérelem',
|
||||
'recovery-token' => 'Két-faktoros helyreállítási kulcs használata',
|
||||
'token' => 'Sikeres két-faktoros hitelesítés',
|
||||
'ip-blocked' => 'Blokkolt kérés a következő nem listázott IP-címről <b>:identifier</b>',
|
||||
'sftp' => [
|
||||
'fail' => 'Sikertelen SFTP bejelentkezés',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'account' => [
|
||||
'username-changed' => 'Felhasználónév megváltoztatva erről: <b>:old</b> erre: <b>:new</b>',
|
||||
'email-changed' => 'Az email megváltoztatva a következőről: <b>:old</b> erre: <b>:new</b>',
|
||||
'password-changed' => 'Jelszó megváltoztatva',
|
||||
],
|
||||
'api-key' => [
|
||||
'create' => 'Új API kulcs létrehozva <b>:identifier</b>',
|
||||
'delete' => 'API kulcs törölve <b>:identifier</b>',
|
||||
],
|
||||
'ssh-key' => [
|
||||
'create' => 'SSH kulcs létrehozva a fiókhoz <b>:fingerprint</b>',
|
||||
'delete' => 'SSH kulcs eltávolítva <b>:fingerprint</b>',
|
||||
],
|
||||
'two-factor' => [
|
||||
'create' => 'Két-faktoros hitelesítés bekapcsolva',
|
||||
'delete' => 'Két-faktoros hitelesítés kikapcsolva',
|
||||
],
|
||||
],
|
||||
'server' => [
|
||||
'console' => [
|
||||
'command' => 'Végrehajtott parancs: "<b>:command</b>" a szerveren',
|
||||
],
|
||||
'power' => [
|
||||
'start' => 'Szerver elindítva',
|
||||
'stop' => 'Szerver leállítva',
|
||||
'restart' => 'Szerver újraindítva',
|
||||
'kill' => 'Szerver folyamat leállítva',
|
||||
],
|
||||
'backup' => [
|
||||
'download' => 'Letöltötted a(z) <b>:name</b> mentést',
|
||||
'delete' => 'Törölted a(z) <b>:name</b> mentést',
|
||||
'restore' => 'Visszaállítottad a(z) <b>:name</b> mentést (törölt fájlok: <b>:truncate</b>)',
|
||||
'restore-complete' => 'Sikeresen visszaállítottad a(z) <b>:name</b> mentést',
|
||||
'restore-failed' => 'Nem sikerült visszaállítani a(z) <b>:name</b> mentést',
|
||||
'start' => 'Új mentés elindítva: <b>:name</b>',
|
||||
'complete' => 'A(z) <b>:name</b> mentés sikeresnek jelölve',
|
||||
'fail' => 'A(z) <b>:name</b> mentés sikertelennek jelölve',
|
||||
'lock' => 'A(z) <b>:name</b> mentés zárolva',
|
||||
'unlock' => 'A(z) <b>:name</b> mentés feloldva',
|
||||
'rename' => 'A mentés neve „<b>:old_name</b>”„<b>:new_name</b>”-re változott.',
|
||||
],
|
||||
'database' => [
|
||||
'create' => 'Új adatbázis létrehozva: <b>:name</b>',
|
||||
'rotate-password' => 'Jelszó megváltoztatva a(z) <b>:name</b> adatbázishoz',
|
||||
'delete' => 'Adatbázis törölve: <b>:name</b>',
|
||||
],
|
||||
'file' => [
|
||||
'compress' => 'Tömörítve: <b>:directory:files</b>|Tömörítve <b>:count</b> fájl a(z) <b>:directory</b> könyvtárban',
|
||||
'read' => 'Megnézted a(z) <b>:file</b> tartalmát',
|
||||
'copy' => 'Másolat készítve a(z) <b>:file</b> fájlról',
|
||||
'create-directory' => 'Könyvtár létrehozva: <b>:directory:name</b>',
|
||||
'decompress' => 'Kicsomagolva: <b>:file</b> a(z) <b>:directory</b> könyvtárba',
|
||||
'delete' => 'Törölve: <b>:directory:files</b>|Törölve <b>:count</b> fájl a(z) <b>:directory</b> könyvtárban',
|
||||
'download' => 'Letöltötted a(z) <b>:file</b> fájlt',
|
||||
'pull' => 'Távoli fájl letöltve innen: <b>:url</b> ide: <b>:directory</b>',
|
||||
'rename' => 'Áthelyezve/átnevezve: <b>:from</b> erre: <b>:to</b>|Áthelyezve/átnevezve <b>:count</b> fájl a(z) <b>:directory</b> könyvtárban',
|
||||
'write' => 'Új tartalom írva a(z) <b>:file</b> fájlba',
|
||||
'upload' => 'Elkezdte egy fájl feltöltését',
|
||||
'uploaded' => 'Feltöltve: <b>:directory:file</b>',
|
||||
],
|
||||
'sftp' => [
|
||||
'denied' => 'SFTP hozzáférés megtagadva hiányzó jogosultságok miatt',
|
||||
'create' => 'Létrehozva: <b>:files</b>|Létrehozva <b>:count</b> új fájl',
|
||||
'write' => 'Módosítva: <b>:files</b>|Módosítva <b>:count</b> fájl tartalma',
|
||||
'delete' => 'Törölve: <b>:files</b>|Törölve <b>:count</b> fájl',
|
||||
'create-directory' => 'Létrehozva: <b>:files</b> könyvtár|Létrehozva <b>:count</b> könyvtár',
|
||||
'rename' => 'Átnevezve: <b>:from</b> erre: <b>:to</b>|Átnevezve/áthelyezve <b>:count</b> fájl',
|
||||
],
|
||||
'allocation' => [
|
||||
'create' => 'Hozzáadva: <b>:allocation</b> a szerverhez',
|
||||
'notes' => 'Megjegyzés frissítve: <b>:allocation</b> erről: "<b>:old</b>" erre: "<b>:new</b>"',
|
||||
'primary' => 'Beállítva: <b>:allocation</b> mint elsődleges szerver allokáció',
|
||||
'delete' => 'Törölve: <b>:allocation</b> allokáció',
|
||||
],
|
||||
'schedule' => [
|
||||
'create' => '<b>:name</b> időzítő létrehozva',
|
||||
'update' => '<b>:name</b> időzítő frissítve',
|
||||
'execute' => '<b>:name</b> időzítő manuálisan végrehajtva',
|
||||
'delete' => '<b>:name</b> időzítő törölve',
|
||||
],
|
||||
'task' => [
|
||||
'create' => 'Új feladat létrehozva: "<b>:action</b>" a(z) <b>:name</b> időzítőben',
|
||||
'update' => 'Frissítve: "<b>:action</b>" feladat a(z) <b>:name</b> időzítőben',
|
||||
'delete' => 'Törölve: "<b>:action</b>" feladat a(z) <b>:name</b> időzítőből',
|
||||
],
|
||||
'settings' => [
|
||||
'rename' => 'A szerver átnevezve erről: "<b>:old</b>" erre: "<b>:new</b>"',
|
||||
'description' => 'A szerver leírása megváltoztatva erről: "<b>:old</b>" erre: "<b>:new</b>"',
|
||||
'reinstall' => 'Szerver újratelepítve',
|
||||
],
|
||||
'startup' => [
|
||||
'edit' => 'Megváltoztatva: <b>:variable</b> változó erről: "<b>:old</b>" erre: "<b>:new</b>"',
|
||||
'image' => 'Docker Image frissítve erről: <b>:old</b> erre: <b>:new</b>',
|
||||
'command' => 'A szerver indítási parancsa megváltoztatva erről: <b>:old</b> erre: <b>:new</b>',
|
||||
],
|
||||
'subuser' => [
|
||||
'create' => 'Hozzáadva: <b>:email</b> mint alfelhasználó',
|
||||
'update' => 'Frissítve: <b>:email</b> alfelhasználó jogosultságai',
|
||||
'delete' => 'Eltávolítva: <b>:email</b> alfelhasználó',
|
||||
],
|
||||
'mount' => [
|
||||
'update' => 'Frissítette a szerver csatolásait',
|
||||
],
|
||||
'crashed' => 'A szerver összeomlott',
|
||||
],
|
||||
];
|
||||
@@ -20,6 +20,8 @@ return [
|
||||
'never_used' => 'Sosem használt',
|
||||
],
|
||||
'permissions' => [
|
||||
'all' => 'Összes jogosultság beállítása',
|
||||
'all_description' => 'Az összes alábbi jogosultásg gyors beálítása azonos szintre.',
|
||||
'none' => 'Nincs',
|
||||
'read' => 'Olvasás',
|
||||
'read_write' => 'Olvasás és írás',
|
||||
|
||||
124
lang/hu/admin/egg.php
Normal file
124
lang/hu/admin/egg.php
Normal file
@@ -0,0 +1,124 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'nav_title' => 'Egg-ek',
|
||||
'model_label' => 'Egg',
|
||||
'model_label_plural' => 'Egg-ek',
|
||||
'tabs' => [
|
||||
'configuration' => 'Beállítások',
|
||||
'process_management' => 'Folyamatmenedzsment',
|
||||
'egg_variables' => 'Egg változok',
|
||||
'install_script' => 'Telepítő script',
|
||||
],
|
||||
'import' => [
|
||||
'file' => 'Fájl',
|
||||
'url' => 'URL',
|
||||
'icon_url' => 'Ikon URL',
|
||||
'icon_error' => 'Nem sikerült az ikon lekérése',
|
||||
'egg_help' => 'Ennek a nyers .json fájlnak ( egg-minecraft.json ) kell lennie.',
|
||||
'url_help' => 'Az URL-eknek közvetlenül a nyers .json fájlra kell mutatniuk.',
|
||||
'add_url' => 'Új URL',
|
||||
'import_failed' => 'Importálás sikertelen',
|
||||
'import_success' => 'Importálás sikeres',
|
||||
'import_result' => 'Importálva :success/:total egg.',
|
||||
'imported_eggs' => 'Importálva: :eggs',
|
||||
'failed_import_eggs' => 'Sikertelen: :eggs',
|
||||
'github' => 'Github',
|
||||
'refresh' => 'Újratöltés',
|
||||
'import_icon' => 'Ikon importálása',
|
||||
'delete_icon' => 'Ikon törlése',
|
||||
'no_local_ip' => 'A helyi IP-címek használata nem engedélyezett',
|
||||
'unsupported_format' => 'Nem támogatott formátum. Támogatott formátumok: :formats',
|
||||
'invalid_url' => 'A megadott URL nem megfelelő',
|
||||
'unknown_extension' => 'Ismeretlen ikonkiterjesztés (extension)',
|
||||
'could_not_write' => 'Nem lehet az ikont kiírni a lemezre',
|
||||
'icon_deleted' => 'Ikon törölve',
|
||||
'no_icon' => 'Nincs ikon megadva',
|
||||
'icon_updated' => 'Ikon frissítve',
|
||||
],
|
||||
'export' => [
|
||||
'modal' => 'Hogyan szeretné exportálni :egg ?',
|
||||
'as' => '.:format formában',
|
||||
],
|
||||
'in_use' => 'Használatban',
|
||||
'servers' => 'Szerverek',
|
||||
'name' => 'Név',
|
||||
'egg_uuid' => 'Egg UUID',
|
||||
'egg_id' => 'Egg ID',
|
||||
'name_help' => 'Egy egyszerű, ember által olvasható név, amelyet az Egg azonosítójaként használunk.',
|
||||
'author' => 'Szerző',
|
||||
'uuid_help' => 'Ez az Egg globális egyedi azonosítója, amelyet a Wings azonosítóként használ.',
|
||||
'author_help' => 'Az Egg változatának szerzője.',
|
||||
'author_help_edit' => 'A szerző az Egg változatának szerzője. Egy másik szerzőtől származó új Egg konfiguráció feltöltése megváltoztatja ezt.',
|
||||
'description' => 'Leírás',
|
||||
'description_help' => 'Az Egg leírása, amely szükség szerint megjelenik a panelben.',
|
||||
'add_startup' => 'Indítási parancs hozzáadása',
|
||||
'startup_command' => 'Parancs',
|
||||
'startup_commands' => 'Indítási parancsok',
|
||||
'startup_name' => 'Megjelenített név',
|
||||
'startup_help' => 'Az ezt az Egg-et használó szerverek számára elérhető indítási parancsok. Az első az alapértelmezett.',
|
||||
'file_denylist' => 'Fájl tiltólista',
|
||||
'file_denylist_help' => 'Azon fájlok listája, amelyeket a végfelhasználó nem szerkeszthet.',
|
||||
'features' => 'Funkciók',
|
||||
'force_ip' => 'Kimenő IP kényszerítése',
|
||||
'force_ip_help' => 'Kikényszeríti, hogy minden kimenő hálózati forgalom forrás IP-je a szerver elsődleges kiosztott IP-címére legyen NAT-olva. Szükséges bizonyos játékok megfelelő működéséhez, ha a Node több nyilvános IP-címmel rendelkezik. Ennek az opciónak az engedélyezése letiltja a belső hálózatot minden olyan szerver számára, amely ezt az egg-et használja, így azok nem tudják belsőleg elérni a többi szervert ugyanazon a node-on.',
|
||||
'tags' => 'Címkék',
|
||||
'update_url' => 'URL módosítása',
|
||||
'update_url_help' => 'Az URL-eknek közvetlenül a nyers .json fájlra kell mutatniuk.',
|
||||
'add_image' => 'Docker Image hozzáadása',
|
||||
'docker_images' => 'Docker képfájlok',
|
||||
'docker_name' => 'Image neve',
|
||||
'docker_uri' => 'Image URI',
|
||||
'docker_help' => 'Az Egg-et használó szerverek számára elérhető docker-képek. Az első az alapértelmezett.',
|
||||
|
||||
'stop_command' => 'Leállítási parancs',
|
||||
'stop_command_help' => 'A kiszolgálófolyamatoknak küldendő parancs a kíméletes leállításhoz. Ha SIGINT-et kell küldeni, akkor ide ^C-t kell beírni.',
|
||||
'copy_from' => 'Beállítások másolása',
|
||||
'copy_from_help' => 'Ha egy másik Egg beállításait szeretnéd alapértelmezetté tenni, válaszd ki azt a fenti menüből.',
|
||||
'none' => 'Nincs',
|
||||
'start_config' => 'Indítási konfiguráció',
|
||||
'start_config_help' => 'Azon értékek listája, amelyeket a daemonnak keresnie kell a kiszolgáló indításakor a befejezés meghatározásához.',
|
||||
'config_files' => 'Konfigurációs fájlok',
|
||||
'config_files_help' => 'Ennek egy JSON reprezentációnak kell lennie a módosítandó konfigurációs fájlokról és a módosítandó részekről.',
|
||||
'log_config' => 'Napló konfiguráció',
|
||||
'log_config_help' => 'Ennek egy JSON reprezentációnak kell lennie arról, hogy hol tárolja a naplófájlokat, és hogy a daemonnak kell-e egyéni naplófájlokat létrehoznia.',
|
||||
|
||||
'environment_variable' => 'Környezeti változó',
|
||||
'default_value' => 'Alapértelmezett érték',
|
||||
'user_permissions' => 'Felhasználói jogosultságok',
|
||||
'viewable' => 'Megtekinthető',
|
||||
'editable' => 'Szerkeszthető',
|
||||
'rules' => 'Szabályok',
|
||||
'add_new_variable' => 'Új változó hozzáadása',
|
||||
|
||||
'error_unique' => 'Egy változó ezen a néven már létezik!',
|
||||
'error_required' => 'A környezeti változó mező kitöltése kötelező.',
|
||||
'error_reserved' => 'Ez a környezeti változó foglalt és nem használható.',
|
||||
|
||||
'script_from' => 'Script betöltése innen',
|
||||
'script_container' => 'Script tároló',
|
||||
'script_entry' => 'Script bejegyzés',
|
||||
'script_install' => 'Telepítő script',
|
||||
'no_eggs' => 'Nincsennek Egg-ek',
|
||||
'no_servers' => 'Nincsenek szerverek',
|
||||
'no_servers_help' => 'Ehhez az Egg-hez nincsenek szerverek hozzárendelve.',
|
||||
|
||||
'update' => 'Frissítés|Kiválasztott frissítés',
|
||||
'updated' => 'Egg frissítve|:count/:total frissített egg',
|
||||
'updated_failed' => ':count hiba',
|
||||
'updated_skipped' => ':count átugorva',
|
||||
'update_success' => ':egg sikeresen frissítve',
|
||||
'update_failed' => ':egg frissítése sikertelen',
|
||||
'update_question' => 'Biztos, hogy frissíteni szeretnéd ezt az egget?|Biztos, hogy frissíteni szeretnéd a kiválasztott eggeket?',
|
||||
'update_description' => 'Ha bármilyen változtatást végeztél az eggeken, azok felülíródnak!|Ha bármilyen változtatást végeztél az eggeken, azok felülíródnak!',
|
||||
'no_updates' => 'A kiválasztott eggekhez nem állnak rendelkezésre frissítések',
|
||||
'cannot_update' => 'Nem sikerült :count egg frissítése',
|
||||
'no_update_url' => 'A következő egg-ekhez nincs beállítva működő frissítési URL: :eggs',
|
||||
'cannot_delete' => 'Nem törölhető :count egg',
|
||||
'eggs_have_servers' => 'A következő eggek-hez szerverek tartoznak, ezért nem törölhetők: :eggs',
|
||||
'updated_from' => 'Sikeres frissítés innen: :url',
|
||||
'update_error' => 'Hiba: :error',
|
||||
'updated_eggs' => 'Frissítve: :eggs',
|
||||
'failed_eggs' => 'Sikertelen: :eggs',
|
||||
'skipped_eggs' => 'Átugrova: :eggs',
|
||||
];
|
||||
26
lang/hu/admin/log.php
Normal file
26
lang/hu/admin/log.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_table' => 'Hurrá! Nincs hiba!',
|
||||
'total_logs' => 'Összes napló',
|
||||
'error' => 'Hiba',
|
||||
'warning' => 'Figyelmeztetés',
|
||||
'notice' => 'Megjegyzés',
|
||||
'info' => 'Infó',
|
||||
'debug' => 'Hibakeresés',
|
||||
'navigation' => [
|
||||
'panel_logs' => 'Panel naplók',
|
||||
],
|
||||
'actions' => [
|
||||
'upload_logs' => 'Naplók feltöltése?',
|
||||
'upload_logs_description' => 'Ez fel fogja tölteni a :file a :url címre, Biztos hogy ezt akarod?',
|
||||
'view_logs' => 'Naplók megtekintése',
|
||||
'log_not_found' => 'Napló nem található!',
|
||||
'log_not_found_description' => 'Nem található napló erre :filename',
|
||||
'failed_to_upload' => 'Sikertelen feltöltés.',
|
||||
'failed_to_upload_description' => 'HTTP állapot: :status',
|
||||
'log_upload' => 'Napló feltötve!',
|
||||
'log_upload_action' => 'Napló megtekintése',
|
||||
'upload_tooltip' => 'Feltöltés ide: :url',
|
||||
],
|
||||
];
|
||||
@@ -17,14 +17,19 @@ return [
|
||||
'no_mounts' => 'Nincs csatolás',
|
||||
'eggs' => 'Egg-ek',
|
||||
'nodes' => 'Csomópontok',
|
||||
'user_mountable' => 'Felhasználó által csatolva?',
|
||||
'user_mountable_help' => 'Lehetőséget kellene biztosítani a felhasználóknak arra, hogy ezt a csatlakozást a saját szervereiken be- és kikapcsolhassák?',
|
||||
'toggles' => [
|
||||
'writable' => 'Írható',
|
||||
'read_only' => 'Csak olvasható',
|
||||
'user_mountable' => 'Felhasználó Által Csatolva',
|
||||
'not_user_mountable' => 'Csak Adminisztrátorok Számára',
|
||||
],
|
||||
'table' => [
|
||||
'name' => 'Név',
|
||||
'all_eggs' => 'Minden Egg',
|
||||
'all_nodes' => 'Minden csomópont',
|
||||
'read_only' => 'Csak olvasható',
|
||||
'user_mountable' => 'Felhasználó Által Csatolva',
|
||||
],
|
||||
];
|
||||
|
||||
24
lang/hu/admin/user.php
Normal file
24
lang/hu/admin/user.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'nav_title' => 'Felhasználók',
|
||||
'model_label' => 'Felhasználó',
|
||||
'model_label_plural' => 'Felhasználók',
|
||||
'self_delete' => 'Nem törölheted magad',
|
||||
'has_servers' => 'A felhasználónak vannak szerverei',
|
||||
'email' => 'Email',
|
||||
'username' => 'Felhasználónév',
|
||||
'password' => 'Jelszó',
|
||||
'external_id' => 'Külső azonosító',
|
||||
'is_managed_externally' => 'Külső kezelés?',
|
||||
'is_managed_externally_helper' => 'Ha felhasználóit külső szoftver (pl. számlázási szoftver) kezeli, akkor ezt engedélyezheti, hogy megakadályozza a felhasználóknak, hogy a panelen belül megváltoztassák felhasználónevüket, e-mail címüket és jelszavukat.',
|
||||
'password_help' => 'Nem kötelező a felhasználói jelszó. Új felszanálok emailben kapnak egy értesítést hogy hozzank létre egy új jelszót ez első bejelentkezéskor',
|
||||
'admin_roles' => 'Adminsztrátori Szerepek',
|
||||
'roles' => 'Szerepek',
|
||||
'no_roles' => 'Nincsenek Szerepek',
|
||||
'servers' => 'Szerverek',
|
||||
'subusers' => 'Alfelhasználók',
|
||||
'password_reset' => 'Elfelejtett jelszó',
|
||||
'password_reset_sent' => 'Jelszó-visszaállítási e-mail elküldve',
|
||||
'password_reset_failed' => 'Nem sikerült elküldeni a jelszó-visszaállító e-mailt',
|
||||
];
|
||||
113
lang/hu/installer.php
Normal file
113
lang/hu/installer.php
Normal file
@@ -0,0 +1,113 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Panel telepítő',
|
||||
'requirements' => [
|
||||
'title' => 'Szerver követelmény',
|
||||
'sections' => [
|
||||
'version' => [
|
||||
'title' => 'PHP Verzió',
|
||||
'or_newer' => ':version vagy újabb',
|
||||
'content' => 'jelenlegi PHP verzió:',
|
||||
],
|
||||
'extensions' => [
|
||||
'title' => 'PHP Bővítmények',
|
||||
'good' => 'Minden PHP Bővítmény telepítve van.',
|
||||
'bad' => 'A következő PHP kiterjesztések hiányoznak: :extensions',
|
||||
],
|
||||
'permissions' => [
|
||||
'title' => 'Mappa Engedélyek',
|
||||
'good' => 'Összes mappának kell a megfelelő engedélyek.',
|
||||
'bad' => 'A következő mappáknak rossz engedélyük van: :folders',
|
||||
],
|
||||
],
|
||||
'exception' => 'Pár követelmény hiányzik',
|
||||
],
|
||||
'environment' => [
|
||||
'title' => 'Környezet',
|
||||
'fields' => [
|
||||
'app_name' => 'App Neve',
|
||||
'app_name_help' => 'Ez lesz a paneled neve',
|
||||
'app_url' => 'App URL',
|
||||
'app_url_help' => 'Ez lesz az URL amivel eléred a panelt.',
|
||||
'account' => [
|
||||
'section' => 'Admin felhasználó',
|
||||
'email' => 'E-Mail',
|
||||
'username' => 'Felhasználónév',
|
||||
'password' => 'Jelszó',
|
||||
],
|
||||
],
|
||||
],
|
||||
'database' => [
|
||||
'title' => 'Adatbázis',
|
||||
'driver' => 'Adatbázis Szoftver',
|
||||
'driver_help' => 'A szoftver a panel adatbázisához. Ajánljuk a "SQLite" szoftvert.',
|
||||
'fields' => [
|
||||
'host' => 'Adatbázis kiszolgáló',
|
||||
'host_help' => 'Ez lesz az adatbázis kiszolgáló. Ügyelj arra hogy elérhető legyen.',
|
||||
'port' => 'Adatbázis Port',
|
||||
'port_help' => 'Ez lesz az adatbázis portja.',
|
||||
'path' => 'Adatbázis elérési út',
|
||||
'path_help' => 'A elérési útvonala a .sqlite fájlhoz.',
|
||||
'name' => 'Adatbázis név',
|
||||
'name_help' => 'A panel adatbázisának a neve.',
|
||||
'username' => 'Adatbázis felhasználónév',
|
||||
'username_help' => 'Ez lesz az adatbázis felhasználóneve.',
|
||||
'password' => 'Adatbázis jelszó',
|
||||
'password_help' => 'Ez lesz az adatbázis jelszava',
|
||||
],
|
||||
'exceptions' => [
|
||||
'connection' => 'Sikertelen kapcsolódás az adatbázishoz!',
|
||||
'migration' => 'Áthelyezés sikertelen',
|
||||
],
|
||||
],
|
||||
'egg' => [
|
||||
'title' => 'Eggs',
|
||||
'no_eggs' => 'Nincs Elérhető Egg-ek',
|
||||
'background_install_started' => 'Egg telepítő indítva',
|
||||
'background_install_description' => 'A :count egg-ek telepítése elindult és a háttérben folytatódik.',
|
||||
'exceptions' => [
|
||||
'failed_to_update' => 'Sikertelen egg index frissítés',
|
||||
'no_eggs' => 'Nincs elérhető egg-ek ebben az időpontban',
|
||||
'installation_failed' => 'Sikertelen egg telepítés. Kérlek importáld be a telepítés után.',
|
||||
],
|
||||
],
|
||||
'session' => [
|
||||
'title' => 'Munkamenet',
|
||||
'driver' => 'Session Driver',
|
||||
'driver_help' => 'A szoftver a munkamenet mentéséhez. Ajánljuk a "Fájlrendszer"-t vagy "Adatbázis" opciót.',
|
||||
],
|
||||
'cache' => [
|
||||
'title' => 'Gyorsítótár',
|
||||
'driver' => 'Gyorsítótár meghajtó',
|
||||
'driver_help' => 'A szoftver a gyorsítótárhoz. Ajánljuk a "Fájlrendszer".',
|
||||
'fields' => [
|
||||
'host' => 'Redis host',
|
||||
'host_help' => 'A redis szerver kiszolgálója. Ügyelj arra hogy elérhető legyen.',
|
||||
'port' => 'Redis port',
|
||||
'port_help' => 'Redis szerver portja.',
|
||||
'username' => 'Redis felhasználónév',
|
||||
'username_help' => 'A neve a Redis felhasználónak. Lehet üres is.',
|
||||
'password' => 'Redis Jelszó',
|
||||
'password_help' => 'A redis szerver jelszava. Lehet üres is.',
|
||||
],
|
||||
'exception' => 'Redis szerver csatlakozás sikertelen',
|
||||
],
|
||||
'queue' => [
|
||||
'title' => 'Várólista',
|
||||
'driver' => 'Várólista szoftver',
|
||||
'driver_help' => 'A szoftver ami kezeli a várólistát. Ajánljuk az "Adatbázis" opciót.',
|
||||
'fields' => [
|
||||
'done' => 'Megtettem mind kettő lépést lent.',
|
||||
'done_validation' => 'Mind kettő lépést teljesítened kell folytatás elött.',
|
||||
'crontab' => '',
|
||||
'service' => 'A várólista szoftver telepítéséhez egyszerűen csak a következő parancsokat kell le futtatni.',
|
||||
],
|
||||
],
|
||||
'exceptions' => [
|
||||
'write_env' => 'Sikertelen .env fájlba írás.',
|
||||
'migration' => 'Átvétel futtatása sikertelen',
|
||||
'create_user' => 'Adminisztrátor felhasználó létrehozása sikertelen.',
|
||||
],
|
||||
'finish' => 'Befejezés',
|
||||
];
|
||||
43
lang/hu/mail.php
Normal file
43
lang/hu/mail.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'greeting' => 'Hello :name!',
|
||||
|
||||
'account_created' => [
|
||||
'body' => 'Azért kapta ezt az e-mailt, mert fiókot hoztak létre az Ön számára a(z) :app felületén.',
|
||||
'username' => 'Felhasználónév: :username',
|
||||
'email' => 'Email: :email',
|
||||
'action' => 'Állítsd be fiokod',
|
||||
],
|
||||
|
||||
'added_to_server' => [
|
||||
'body' => 'Ön alszintű felhasználói hozzáférést kapott az alábbi szerverhez, ami korlátozott irányítást tesz lehetővé számodra.',
|
||||
'server_name' => 'Szerver név: :name',
|
||||
'action' => 'Szerver meglátogatása',
|
||||
],
|
||||
|
||||
'removed_from_server' => [
|
||||
'body' => 'Önt eltávolították az alábbi szerver alfelhasználói közül.',
|
||||
'server_name' => 'Szerver név: :name',
|
||||
'action' => 'Panel meglátogatása',
|
||||
],
|
||||
|
||||
'server_installed' => [
|
||||
'body' => 'Az ön szervere beállítása befejeződött, mostmár készen áll a használatra.',
|
||||
'server_name' => 'Szerver név: :name',
|
||||
'action' => 'Jelentkezzen be a használat megkezdéséhez',
|
||||
],
|
||||
|
||||
'backup_completed' => [
|
||||
'body_success' => 'A biztonsági másolat létrehozása sikeresen befejeződött.',
|
||||
'body_failed' => 'A biztonsági másolat létrehozása sikertelen volt.',
|
||||
'backup_name' => 'Biztonsági Mentés Neve: :name',
|
||||
'server_name' => 'Szerver Neve: :name',
|
||||
'action' => 'Biztonsági Mentések Megtekintése',
|
||||
],
|
||||
|
||||
'mail_tested' => [
|
||||
'subject' => 'Panel próba üzenet',
|
||||
'body' => 'Ez a Panel levelezőrendszerének tesztje. Minden rendben!',
|
||||
],
|
||||
];
|
||||
@@ -6,6 +6,10 @@ return [
|
||||
'installation_failed' => 'Szerver telepítése sikertelen.',
|
||||
'reinstallation_completed' => 'Szerver újratelepítése kész.',
|
||||
'reinstallation_failed' => 'Szerver újratelepítése sikertelen.',
|
||||
'backup_completed' => 'Biztonsági Mentés Befejezve',
|
||||
'backup_failed' => 'Biztonsági Másolat Készítése Sikertelen',
|
||||
'backup_body' => 'Biztonsági másolat készítése a „:name” fájlról a „:server” szerveren',
|
||||
'view_backups' => 'Biztonsági Mentések Megtekintése',
|
||||
'failed' => 'Sikertelen',
|
||||
'user_added' => [
|
||||
'title' => 'Szerverhez hozzáadva.',
|
||||
|
||||
@@ -11,6 +11,7 @@ return [
|
||||
'username' => 'Felhasználónév',
|
||||
'password' => 'Jelszó',
|
||||
'remote' => 'Távoli',
|
||||
'unlimited' => 'Korlátlan',
|
||||
'created_at' => 'Létrehozva',
|
||||
'name' => 'Adatbázis név',
|
||||
'name_hint' => 'Ha ezt üresen hagyod, akkor automatikusan generál egy véletlenszerű nevet.',
|
||||
|
||||
116
lang/hu/server/file.php
Normal file
116
lang/hu/server/file.php
Normal file
@@ -0,0 +1,116 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Fájlok',
|
||||
'name' => 'Név',
|
||||
'size' => 'Méret',
|
||||
'modified_at' => 'Módosítva',
|
||||
'actions' => [
|
||||
'open' => 'Nyitva',
|
||||
'download' => 'Letöltés',
|
||||
'copy' => [
|
||||
'title' => 'Másolás',
|
||||
'notification' => 'Fájl másolva',
|
||||
],
|
||||
'upload' => [
|
||||
'title' => 'Feltöltés',
|
||||
'from_files' => 'Fájlok feltöltése',
|
||||
'from_url' => 'Feltöltés URL-ből',
|
||||
'url' => 'URL',
|
||||
'drop_files' => 'Húzd ide a fájlokat a feltöltéshez',
|
||||
'success' => 'A fájl sikeresen feltöltve',
|
||||
'failed' => 'Nem sikerült a fájl feltöltése',
|
||||
'header' => 'Fájlok feltöltése',
|
||||
'error' => 'Hiba történt feltöltés közben',
|
||||
],
|
||||
'rename' => [
|
||||
'title' => 'Átnevezés',
|
||||
'file_name' => 'Fájlnév',
|
||||
'notification' => 'Fájl átnevezve',
|
||||
],
|
||||
'move' => [
|
||||
'title' => 'Mozgatás',
|
||||
'directory' => 'Mappa',
|
||||
'directory_hint' => 'Add meg az új könyvtárat a jelenlegi könyvtárhoz képest.
|
||||
',
|
||||
'new_location' => 'Új hely',
|
||||
'new_location_hint' => 'Add meg a fájl vagy mappa helyét a jelenlegi könyvtárhoz képest.
|
||||
',
|
||||
'notification' => 'A fájl átmozgatva',
|
||||
'bulk_notification' => ':count fájl át lett helyezve ide: :directory',
|
||||
],
|
||||
'permissions' => [
|
||||
'title' => 'Jogosultságok',
|
||||
'read' => 'Olvasás',
|
||||
'write' => 'Írás',
|
||||
'execute' => 'Futtatás',
|
||||
'owner' => 'Tulajdonos',
|
||||
'group' => 'Csoport',
|
||||
'public' => 'Nyilvános',
|
||||
'notification' => 'A jogosultságok :mode értékre változtak.
|
||||
',
|
||||
],
|
||||
'archive' => [
|
||||
'title' => 'Archívum',
|
||||
'archive_name' => 'Archívum neve',
|
||||
'notification' => 'Archívum létrehozva',
|
||||
'extension' => 'Bővítmény',
|
||||
],
|
||||
'unarchive' => [
|
||||
'title' => 'Visszaállítás archívumból',
|
||||
'notification' => 'Visszaállítás befejezve',
|
||||
],
|
||||
'new_file' => [
|
||||
'title' => 'Új fájl',
|
||||
'file_name' => 'Új fájl neve',
|
||||
'syntax' => 'Szintaxis kiemelés',
|
||||
'create' => 'Létrehozás',
|
||||
],
|
||||
'new_folder' => [
|
||||
'title' => 'Új mappa',
|
||||
'folder_name' => 'Új fájl neve',
|
||||
],
|
||||
'nested_search' => [
|
||||
'title' => 'Beágyazott keresés',
|
||||
'search_term' => 'Kifejezés keresése',
|
||||
'search_term_placeholder' => 'Adj meg egy keresési kifejezést, pl. *.txt.',
|
||||
'search' => 'Keresés',
|
||||
'search_for_term' => 'Keresés :term',
|
||||
],
|
||||
'delete' => [
|
||||
'notification' => 'Fájl törölve',
|
||||
'bulk_notification' => ':count fájl törölve lett.
|
||||
',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => ':file szerkesztése',
|
||||
'save_close' => 'Mentés és bezárás',
|
||||
'save' => 'Mentés',
|
||||
'cancel' => 'Mégse',
|
||||
'notification' => 'Fájl mentve',
|
||||
],
|
||||
],
|
||||
'alerts' => [
|
||||
'file_too_large' => [
|
||||
'title' => '<code>:name</code> túl nagy!',
|
||||
'body' => 'Maximum :max',
|
||||
],
|
||||
'file_not_found' => [
|
||||
'title' => '<code>:name</code> nem található!',
|
||||
],
|
||||
'file_not_editable' => [
|
||||
'title' => '<code>:name</code> a könyvtár',
|
||||
],
|
||||
'file_already_exists' => [
|
||||
'title' => '<code>:name</code> már létezik!',
|
||||
],
|
||||
'files_node_error' => [
|
||||
'title' => 'A fájlt nem lehet betölteni.',
|
||||
],
|
||||
'pelicanignore' => [
|
||||
'title' => 'Már szerkezted a <code>.pelicanignore</code> fájlt!',
|
||||
'body' => 'Bármely itt felsorolt fájl vagy könyvtár ki lesz zárva a biztonsági mentésekből. A helyettesítő karakterek használhatók csillaggal (<code>*</code>).
|
||||
<br>Egy korábbi szabályt meg lehet szüntetni azzal, hogy felülírod egy felkiáltójel (<code>!</code>) hozzáfűzésével.',
|
||||
],
|
||||
],
|
||||
];
|
||||
10
lang/hu/server/mount.php
Normal file
10
lang/hu/server/mount.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Mount-ok',
|
||||
'description' => 'A szerverhez csatlakoztatott tárolók kezelése:',
|
||||
'no_mounts' => 'Ehhez a szerverhez nincs felhasználó által csatlakoztatható csatlakozási pont.',
|
||||
'notification_updated' => 'A kiegészítők frissítése sikeresen megtörtént',
|
||||
'notification_updated_body' => 'Indítsa újra a szervert az új csatlakozási pontok érvénybe lépéséhez',
|
||||
'notification_failed' => 'A csatlakozások frissítése nem sikerült',
|
||||
];
|
||||
@@ -20,6 +20,8 @@ return [
|
||||
'never_used' => 'Mai usata',
|
||||
],
|
||||
'permissions' => [
|
||||
'all' => 'Imposta tutti i permessi',
|
||||
'all_description' => 'Imposta rapidamente tutti i permessi sottostanti allo stesso livello.',
|
||||
'none' => 'Nessuna',
|
||||
'read' => 'Lettura',
|
||||
'read_write' => 'Lettura e scrittura',
|
||||
|
||||
26
lang/it/admin/log.php
Normal file
26
lang/it/admin/log.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_table' => 'Yay! Nessun Errore!',
|
||||
'total_logs' => 'Log Totali',
|
||||
'error' => 'Errore',
|
||||
'warning' => 'Attenzione',
|
||||
'notice' => 'Avviso',
|
||||
'info' => 'Informazione',
|
||||
'debug' => 'Debug',
|
||||
'navigation' => [
|
||||
'panel_logs' => 'Log del Pannello',
|
||||
],
|
||||
'actions' => [
|
||||
'upload_logs' => 'Caricare i log?',
|
||||
'upload_logs_description' => 'Questo caricherà :file su :url Sei sicuro di voler farlo?',
|
||||
'view_logs' => 'Visualizza i log',
|
||||
'log_not_found' => 'Log non trovato',
|
||||
'log_not_found_description' => 'Impossibile trovare log con nome :filename',
|
||||
'failed_to_upload' => 'Caricamento dei file non riuscito.',
|
||||
'failed_to_upload_description' => 'Stato HTTP: :status',
|
||||
'log_upload' => 'Log caricato!',
|
||||
'log_upload_action' => 'Visualizza i log',
|
||||
'upload_tooltip' => 'Carica su :url',
|
||||
],
|
||||
];
|
||||
113
lang/it/installer.php
Normal file
113
lang/it/installer.php
Normal file
@@ -0,0 +1,113 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Installer del Pannello',
|
||||
'requirements' => [
|
||||
'title' => 'Requisiti del Server',
|
||||
'sections' => [
|
||||
'version' => [
|
||||
'title' => 'Versione PHP',
|
||||
'or_newer' => ':version o nuove',
|
||||
'content' => 'La tua versione di PHP è :version.',
|
||||
],
|
||||
'extensions' => [
|
||||
'title' => 'Estensioni PHP',
|
||||
'good' => 'Tutte le Estensioni di PHP necessarie sono installate.',
|
||||
'bad' => 'Mancano le seguenti estensioni PHP: :extensions',
|
||||
],
|
||||
'permissions' => [
|
||||
'title' => 'Permessi della Cartella',
|
||||
'good' => 'Tutte le cartelle hanno i permessi richiesti.',
|
||||
'bad' => 'Le seguenti cartelle hanno permessi errati: :folders',
|
||||
],
|
||||
],
|
||||
'exception' => 'Alcuni requisiti sono mancanti',
|
||||
],
|
||||
'environment' => [
|
||||
'title' => 'Ambiente',
|
||||
'fields' => [
|
||||
'app_name' => 'Nome dell\'Applicazione',
|
||||
'app_name_help' => 'Questo sarà il nome del tuo pannello.',
|
||||
'app_url' => 'Indirizzo dell\'App',
|
||||
'app_url_help' => 'Questo sarà l\'url che userai per accedere al pannello.',
|
||||
'account' => [
|
||||
'section' => 'Utente Amministratore',
|
||||
'email' => 'E-Mail',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
],
|
||||
],
|
||||
],
|
||||
'database' => [
|
||||
'title' => 'Database',
|
||||
'driver' => 'Database Driver',
|
||||
'driver_help' => 'Il driver utilizzato per il database del pannello. Consigliamo "SQLite".',
|
||||
'fields' => [
|
||||
'host' => 'Host Database',
|
||||
'host_help' => 'L\'host del tuo database. Assicurati che sia raggiungibile.',
|
||||
'port' => 'Porta Del Database',
|
||||
'port_help' => 'La porta del tuo database.',
|
||||
'path' => 'Percorso Database',
|
||||
'path_help' => 'Il percorso del file .sqlite relativo alla cartella del database.',
|
||||
'name' => 'Nome del database',
|
||||
'name_help' => 'Il nome del database del pannello.',
|
||||
'username' => 'Nome Utente del Database',
|
||||
'username_help' => 'Il nome dell\'utente del database.',
|
||||
'password' => 'Password del Database',
|
||||
'password_help' => 'La password dell\'utente del database. Può essere vuota.',
|
||||
],
|
||||
'exceptions' => [
|
||||
'connection' => 'Connessione al Database fallita',
|
||||
'migration' => 'Migrazioni non riuscite',
|
||||
],
|
||||
],
|
||||
'egg' => [
|
||||
'title' => 'Eggs',
|
||||
'no_eggs' => 'Nessun Egg disponibile.',
|
||||
'background_install_started' => 'Installazione dell\'Egg Avviato',
|
||||
'background_install_description' => 'L\'installazione di :count eggs è stata messa in coda e continuerà in background.',
|
||||
'exceptions' => [
|
||||
'failed_to_update' => 'L\'aggiornamento dell\'indice delle uova non è riuscito.',
|
||||
'no_eggs' => 'Al momento non ci sono eggs da installare.',
|
||||
'installation_failed' => 'Impossibile installare le eggs selezionate. Si prega di importarle dopo l\'installazione tramite l\'elenco.',
|
||||
],
|
||||
],
|
||||
'session' => [
|
||||
'title' => 'Sessione',
|
||||
'driver' => 'Driver per la sessione',
|
||||
'driver_help' => 'Il driver utilizzato per la memorizzazione delle sessioni. Consigliamo "Filesystem" o "Database".',
|
||||
],
|
||||
'cache' => [
|
||||
'title' => 'Cache',
|
||||
'driver' => 'Driver per la cache',
|
||||
'driver_help' => 'Il driver utilizzato per la cache. Si consiglia "Filesystem".',
|
||||
'fields' => [
|
||||
'host' => 'Host Redis',
|
||||
'host_help' => 'L\'host del tuo server redis. Assicurati che sia raggiungibile.',
|
||||
'port' => 'Porta Di Redis',
|
||||
'port_help' => 'La porta del tuo server redis.',
|
||||
'username' => 'Nome Utente Redis',
|
||||
'username_help' => 'Il nome del tuo utente redis. Può essere vuoto',
|
||||
'password' => 'Password di Redis',
|
||||
'password_help' => 'La password per il tuo utente redis. Può essere vuota.',
|
||||
],
|
||||
'exception' => 'Connessione a Redis fallita',
|
||||
],
|
||||
'queue' => [
|
||||
'title' => 'Coda',
|
||||
'driver' => 'Driver Della Coda',
|
||||
'driver_help' => 'Il driver utilizzato per la gestione delle code. Consigliamo "Database".',
|
||||
'fields' => [
|
||||
'done' => 'Ho fatto entrambi i passi qui sotto.',
|
||||
'done_validation' => 'Devi fare entrambi i passi prima di continuare!',
|
||||
'crontab' => 'Esegui il seguente comando per configurare il tuo crontab. Nota che <code>www-data</code> è il tuo utente del webserver. Su alcuni sistemi questo nome utente potrebbe essere diverso!',
|
||||
'service' => 'Per impostare il Queue Worker, è sufficiente lanciare questo comando.',
|
||||
],
|
||||
],
|
||||
'exceptions' => [
|
||||
'write_env' => 'Impossibile scrivere sul file .env',
|
||||
'migration' => 'Impossibile eseguire le migrazioni',
|
||||
'create_user' => 'Impossibile creare l\'utente amministratore',
|
||||
],
|
||||
'finish' => 'Termina',
|
||||
];
|
||||
11
lang/it/server/activity.php
Normal file
11
lang/it/server/activity.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Attività',
|
||||
'event' => 'Evento',
|
||||
'user' => 'Utente',
|
||||
'deleted_user' => 'Utente eliminato',
|
||||
'system' => 'Sistema',
|
||||
'timestamp' => 'Orario',
|
||||
'metadata' => 'Metadata',
|
||||
];
|
||||
55
lang/it/server/backup.php
Normal file
55
lang/it/server/backup.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Backup',
|
||||
'empty' => 'Nessun Backup',
|
||||
'size' => 'Dimensione',
|
||||
'created_at' => 'Creato il',
|
||||
'status' => 'Stato',
|
||||
'is_locked' => 'Stato bloccaggio',
|
||||
'backup_status' => [
|
||||
'in_progress' => 'In corso',
|
||||
'successful' => 'Riuscito',
|
||||
'failed' => 'Non riuscito',
|
||||
],
|
||||
'actions' => [
|
||||
'create' => [
|
||||
'title' => 'Crea Backup',
|
||||
'limit' => 'Hai raggiunto il limite massimo di backup',
|
||||
'created' => ':name creato',
|
||||
'notification_success' => 'Creazione del backup riuscita',
|
||||
'notification_fail' => 'Creazione del backup fallita',
|
||||
'name' => 'Nome',
|
||||
'ignored' => 'File e Cartelle Ignorati',
|
||||
'locked' => 'Bloccato?',
|
||||
'lock_helper' => 'Impedisce che questo backup venga eliminato a meno che non sia esplicitamente sbloccato',
|
||||
],
|
||||
'lock' => [
|
||||
'lock' => 'Blocca',
|
||||
'unlock' => 'Sblocca',
|
||||
],
|
||||
'download' => 'Scarica',
|
||||
'rename' => [
|
||||
'title' => 'Rinomina',
|
||||
'new_name' => 'Nome Backup',
|
||||
'notification_success' => 'Backup rinominato correttamente',
|
||||
],
|
||||
'restore' => [
|
||||
'title' => 'Ripristina',
|
||||
'helper' => 'Il tuo server sarà fermato. Non sarai in grado di controllare lo stato di accensione, accedere al file manager o creare ulteriori backup fin quando questo processo non sarà completato.',
|
||||
'delete_all' => 'Eliminare tutti i file prima di ripristinare il backup?',
|
||||
'notification_started' => 'Ripristino backup',
|
||||
'notification_success' => 'Backup ripristinato con successo',
|
||||
'notification_fail' => 'Ripristino del backup non riuscito',
|
||||
'notification_fail_body_1' => 'Questo server non è attualmente in uno stato che consente di ripristinare un backup.',
|
||||
'notification_fail_body_2' => 'Questo backup non può essere ripristinato al momento: non completato o non riuscito',
|
||||
],
|
||||
'delete' => [
|
||||
'title' => 'Elimina backup',
|
||||
'description' => 'Vuoi eliminare :backup?',
|
||||
'notification_success' => 'Backup eliminato',
|
||||
'notification_fail' => 'Impossibile eliminare il backup',
|
||||
'notification_fail_body' => 'Connessione al nodo non riuscita. Riprova.',
|
||||
],
|
||||
],
|
||||
];
|
||||
@@ -11,6 +11,7 @@ return [
|
||||
'username' => 'Nome Utente',
|
||||
'password' => 'Password',
|
||||
'remote' => 'Host',
|
||||
'unlimited' => 'Illimitato',
|
||||
'created_at' => 'Creato il',
|
||||
'name' => 'Nome del database',
|
||||
'name_hint' => 'Lasciando questo vuoto, verrà generato automaticamente un nome casuale',
|
||||
|
||||
128
lang/ja/activity.php
Normal file
128
lang/ja/activity.php
Normal file
@@ -0,0 +1,128 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Contains all of the translation strings for different activity log
|
||||
* events. These should be keyed by the value in front of the colon (:)
|
||||
* in the event name. If there is no colon present, they should live at
|
||||
* the top level.
|
||||
*/
|
||||
return [
|
||||
'auth' => [
|
||||
'fail' => 'ログインに失敗しました',
|
||||
'success' => 'ログインしました',
|
||||
'password-reset' => 'パスワードのリセット',
|
||||
'checkpoint' => '二段階認証が要求されました',
|
||||
'recovery-token' => '二段階認証の回復トークンを使用しました',
|
||||
'token' => '二段階認証を有効化しました',
|
||||
'ip-blocked' => 'リスト外のIPアドレスからの <b>:identifier</b> へのリクエストはブロックされました。',
|
||||
'sftp' => [
|
||||
'fail' => 'SFTPのログインに失敗しました',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'account' => [
|
||||
'username-changed' => 'ユーザー名を <b>:old</b> から <b>:new</b> に変更しました',
|
||||
'email-changed' => 'メールアドレスを <b>:old</b>から<b>:new</b>に変更しました',
|
||||
'password-changed' => 'パスワードを変更しました',
|
||||
],
|
||||
'api-key' => [
|
||||
'create' => '新しいAPIキー <b>:identifier</b> を作成しました。',
|
||||
'delete' => 'APIキー <b>:identifier</b> を削除しました。',
|
||||
],
|
||||
'ssh-key' => [
|
||||
'create' => 'アカウントにSSHキー <b>:fingerprint</b> を追加しました。',
|
||||
'delete' => 'アカウントからSSHキー <b>:fingerprint</b> を削除しました。',
|
||||
],
|
||||
'two-factor' => [
|
||||
'create' => '2段階認証を有効化',
|
||||
'delete' => '2段階認証を無効化',
|
||||
],
|
||||
],
|
||||
'server' => [
|
||||
'console' => [
|
||||
'command' => 'サーバー上で "<b>:command</b>" を実行しました。',
|
||||
],
|
||||
'power' => [
|
||||
'start' => 'サーバーを起動',
|
||||
'stop' => 'サーバーを停止',
|
||||
'restart' => 'サーバーを再起動',
|
||||
'kill' => 'サーバーを強制停止',
|
||||
],
|
||||
'backup' => [
|
||||
'download' => '<b>:name</b> バックアップをダウンロードしました。',
|
||||
'delete' => '<b>:name</b> バックアップを削除しました。',
|
||||
'restore' => '<b>:name</b> バックアップを復元しました (削除されたファイル: <b>:truncate</b>)。',
|
||||
'restore-complete' => '<b>:name</b> バックアップの復元が完了しました。',
|
||||
'restore-failed' => '<b>:name</b> バックアップの復元を完了できませんでした。',
|
||||
'start' => '新しいバックアップ <b>:name</b> を開始しました。',
|
||||
'complete' => 'バックアップ <b>:name</b> を完了としてマークしました。',
|
||||
'fail' => '<b>:name</b> バックアップを失敗としてマークしました。',
|
||||
'lock' => '<b>:name</b> バックアップをロックしました。',
|
||||
'unlock' => '<b>:name</b> バックアップのロックを解除しました。',
|
||||
'rename' => 'バックアップの名前を "<b>:old_name</b>" から "<b>:new_name</b>" に変更しました',
|
||||
],
|
||||
'database' => [
|
||||
'create' => '新しいデータベース <b>:name</b> を作成しました。',
|
||||
'rotate-password' => 'データベース <b>:name</b> のパスワードを更新しました。',
|
||||
'delete' => 'データベース <b>:name</b> を削除しました。',
|
||||
],
|
||||
'file' => [
|
||||
'compress' => '<b>:directory:files</b> を圧縮しました | <b>:directory</b> 内で <b>:count</b> 個のファイルを圧縮しました。',
|
||||
'read' => '<b>:file</b> の内容を表示しました。',
|
||||
'copy' => '<b>:file</b> のコピーを作成しました。',
|
||||
'create-directory' => 'ディレクトリ <b>:directory:name</b> を作成しました。',
|
||||
'decompress' => '<b>:directory</b> 内で <b>:file</b> を解凍しました。',
|
||||
'delete' => '<b>:directory:files</b> を削除しました | <b>:directory</b> 内の <b>:count</b> 個のファイルを削除しました。',
|
||||
'download' => '<b>:file</b> をダウンロードしました。',
|
||||
'pull' => '<b>:url</b> から <b>:directory</b> にリモートファイルをダウンロードしました。',
|
||||
'rename' => '<b>:from</b> を <b>:to</b> に移動/名前変更しました|<b>:directory</b> 内の <b>:count</b> 個のファイルを移動/名前変更しました',
|
||||
'write' => '<b>:file</b> に新しい内容を書き込みました。',
|
||||
'upload' => 'ファイルをアップロードしました。',
|
||||
'uploaded' => '<b>:directory:file</b> をアップロードしました。',
|
||||
],
|
||||
'sftp' => [
|
||||
'denied' => 'SFTPアクセスをブロックしました。',
|
||||
'create' => '<b>:files</b> を作成しました | 新しいファイルを <b>:count</b> 個作成しました。',
|
||||
'write' => '<b>:files</b> の内容を変更しました | <b>:count</b> 個のファイルの内容を変更しました。',
|
||||
'delete' => '<b>:files</b> を削除しました | <b>:count</b> 個のファイルを削除しました。',
|
||||
'create-directory' => '<b>:files</b> ディレクトリを作成しました | ディレクトリを <b>:count</b> 個作成しました。',
|
||||
'rename' => '<b>:from</b> を <b>:to</b> にリネームまたは移動しました | <b>:count</b> 個のファイルをリネームまたは移動しました。',
|
||||
],
|
||||
'allocation' => [
|
||||
'create' => 'サーバーに <b>:allocation</b> を追加しました。',
|
||||
'notes' => '<b>:allocation</b> のメモを "<b>:old</b>" から "<b>:new</b>" に更新しました。',
|
||||
'primary' => 'サーバーの主要な割り当てとして <b>:allocation</b> を設定しました。',
|
||||
'delete' => '割り当て <b>:allocation</b> を削除しました。',
|
||||
],
|
||||
'schedule' => [
|
||||
'create' => 'スケジュール <b>:name</b> を作成しました。',
|
||||
'update' => '<b>:nane</b>のスケジュールを更新しました',
|
||||
'execute' => '<b>:name</b> スケジュールを手動で実行しました',
|
||||
'delete' => 'スケジュールを削除しました',
|
||||
],
|
||||
'task' => [
|
||||
'create' => '<b>:action</b>を<b>:name</b>のスケジュールに作成しました',
|
||||
'update' => '「<b>:name</b>」スケジュールの「<b>:action</b>」タスクを更新しました',
|
||||
'delete' => 'スケジュール「<b>:name</b>」のタスク「<b>:action</b>」を削除しました',
|
||||
],
|
||||
'settings' => [
|
||||
'rename' => 'サーバー名を「<b>:old</b>」から「<b>:new</b>」に変更しました。',
|
||||
'description' => 'サーバーの説明を「<b>:old</b>」から「<b>:new</b>」に変更しました。',
|
||||
'reinstall' => 'サーバーを再インストール',
|
||||
],
|
||||
'startup' => [
|
||||
'edit' => '変数「<b>:variable</b>」の値を「<b>:old</b>」から「<b>:new</b>」に変更しました',
|
||||
'image' => 'サーバーのDockerイメージを <b>:old</b> から <b>:new</b> に更新しました。',
|
||||
'command' => 'サーバーの起動コマンドを<b>:old</b>から<b>:new</b>に変更しました。',
|
||||
],
|
||||
'subuser' => [
|
||||
'create' => '<b>:email</b> をサブユーザーとして追加しました',
|
||||
'update' => '<b>:email</b> のサブユーザー権限を更新しました',
|
||||
'delete' => '<b>:email</b> のサブユーザー権限を更新しました',
|
||||
],
|
||||
'mount' => [
|
||||
'update' => 'サーバーのマウントを変更しました',
|
||||
],
|
||||
'crashed' => 'サーバーがクラッシュしました',
|
||||
],
|
||||
];
|
||||
29
lang/ja/admin/apikey.php
Normal file
29
lang/ja/admin/apikey.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'アプリケーション API キー',
|
||||
'empty' => 'APIキーはありません',
|
||||
'whitelist' => 'ホワイトリスト登録済みのIPv4アドレス',
|
||||
'whitelist_help' => 'API キーは、特定の IPv4 アドレスからのみ使用できるように制限することができます。各アドレスを新しい行に入力してください。',
|
||||
'whitelist_placeholder' => '例: 127.0.0.1 または 192.168.1.1',
|
||||
'description' => '説明',
|
||||
'description_help' => 'このキーが何のために使用されるか、簡単な説明を記入してください。',
|
||||
'nav_title' => 'API キー',
|
||||
'model_label' => 'アプリケーション API キー',
|
||||
'model_label_plural' => 'アプリケーション API キー',
|
||||
'table' => [
|
||||
'key' => 'キー',
|
||||
'description' => '説明',
|
||||
'last_used' => '最終使用',
|
||||
'created' => '作成',
|
||||
'created_by' => '作成者',
|
||||
'never_used' => '未使用',
|
||||
],
|
||||
'permissions' => [
|
||||
'all' => 'すべての権限を設定',
|
||||
'all_description' => '以下のすべての権限を同じレベルにすぐ設定します。',
|
||||
'none' => 'なし',
|
||||
'read' => '読み取り',
|
||||
'read_write' => '読み取り/書き込み',
|
||||
],
|
||||
];
|
||||
45
lang/ja/admin/dashboard.php
Normal file
45
lang/ja/admin/dashboard.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'heading' => ':app へようこそ!',
|
||||
'version' => 'バージョン: :version',
|
||||
'advanced' => '詳細設定',
|
||||
'server' => 'サーバー',
|
||||
'user' => 'ユーザー',
|
||||
'sections' => [
|
||||
'intro-developers' => [
|
||||
'heading' => '開発者向け情報',
|
||||
'content' => '開発版をお試しいただき、ありがとうございます!',
|
||||
'extra_note' => 'もし問題が発生した場合は、GitHubでご報告ください。',
|
||||
'button_issues' => 'Issueを作成',
|
||||
'button_features' => '機能について議論する',
|
||||
],
|
||||
'intro-update-available' => [
|
||||
'heading' => 'アップデート利用可能',
|
||||
'content' => ':latestVersion が利用可能になりました!パネルを更新するには、ドキュメントをご覧ください。',
|
||||
'button_changelog' => '新着情報',
|
||||
],
|
||||
'intro-no-update' => [
|
||||
'heading' => 'お使いのパネルは最新の状態です',
|
||||
'content' => '現在ご利用中のバージョンは :version です。パネルは最新の状態です!',
|
||||
],
|
||||
'intro-first-node' => [
|
||||
'heading' => 'ノードが検出されません',
|
||||
'content' => 'ノードがまだ設定されていないようです。ご安心ください。アクションボタンをクリックするだけで、最初のノードを作成できます!',
|
||||
'extra_note' => 'もし問題が発生した場合は、GitHubでご報告ください。',
|
||||
'button_label' => 'Pelicanで最初のノードを作成',
|
||||
],
|
||||
'intro-support' => [
|
||||
'heading' => 'Pelican をサポート',
|
||||
'content' => 'Pelicanをご利用いただき、ありがとうございます。これは、皆様、貢献者の皆様、そしてその他のサポーターの皆様のご支援のおかげで実現できたものです!',
|
||||
'extra_note' => 'どなたからのいかなるご支援も、心より感謝申し上げます。',
|
||||
'button_translate' => '翻訳に協力する',
|
||||
'button_donate' => '直接寄付',
|
||||
],
|
||||
'intro-help' => [
|
||||
'heading' => 'お困りですか?',
|
||||
'content' => 'まずドキュメントをご確認ください!それでもお困りの場合は、Discordサーバーにアクセスしてください!',
|
||||
'button_docs' => 'ドキュメントを読む',
|
||||
],
|
||||
],
|
||||
];
|
||||
124
lang/ja/admin/egg.php
Normal file
124
lang/ja/admin/egg.php
Normal file
@@ -0,0 +1,124 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'nav_title' => 'Eggs',
|
||||
'model_label' => 'Egg',
|
||||
'model_label_plural' => 'Eggs',
|
||||
'tabs' => [
|
||||
'configuration' => '設定',
|
||||
'process_management' => 'プロセス管理',
|
||||
'egg_variables' => 'Egg 変数',
|
||||
'install_script' => 'インストールスクリプト',
|
||||
],
|
||||
'import' => [
|
||||
'file' => 'ファイル',
|
||||
'url' => 'URL',
|
||||
'icon_url' => 'アイコン URL',
|
||||
'icon_error' => 'アイコンを取得できませんでした',
|
||||
'egg_help' => '生のjsonファイルである必要があります ( egg-minecraft.json )',
|
||||
'url_help' => 'URLは生のjsonファイルを直接指す必要があります',
|
||||
'add_url' => '新しい URL',
|
||||
'import_failed' => 'インポートに失敗しました',
|
||||
'import_success' => 'インポートに成功しました',
|
||||
'import_result' => ':total 個中 :success 個の Egg をインポートしました',
|
||||
'imported_eggs' => 'インポート成功: :eggs',
|
||||
'failed_import_eggs' => '失敗: :eggs',
|
||||
'github' => 'GitHub',
|
||||
'refresh' => '更新',
|
||||
'import_icon' => 'アイコンをインポート',
|
||||
'delete_icon' => 'アイコンを削除',
|
||||
'no_local_ip' => 'ローカル IP アドレスは使用できません',
|
||||
'unsupported_format' => '非対応のフォーマットです。対応フォーマット: :formats',
|
||||
'invalid_url' => '指定された URL が無効です',
|
||||
'unknown_extension' => '不明なアイコン拡張子 (:extension)',
|
||||
'could_not_write' => 'アイコンをディスクに書き込めませんでした',
|
||||
'icon_deleted' => 'アイコンを削除しました',
|
||||
'no_icon' => 'アイコンが指定されていません',
|
||||
'icon_updated' => 'アイコンを更新しました',
|
||||
],
|
||||
'export' => [
|
||||
'modal' => ':egg をどの形式でエクスポートしますか?',
|
||||
'as' => '.:format 形式で',
|
||||
],
|
||||
'in_use' => '使用中',
|
||||
'servers' => 'サーバー',
|
||||
'name' => '名前',
|
||||
'egg_uuid' => 'Egg UUID',
|
||||
'egg_id' => 'Egg ID',
|
||||
'name_help' => 'このEggを識別するための、シンプルでわかりやすい名前',
|
||||
'author' => '作者',
|
||||
'uuid_help' => 'このEggのグローバルにユニークな識別子であり、Wingsが識別子として使用します。',
|
||||
'author_help' => 'このEggのバージョンの作者',
|
||||
'author_help_edit' => 'このEggのバージョンの作者です。別の作者からの新しい設定をアップロードすると、これが変更されます。',
|
||||
'description' => '説明',
|
||||
'description_help' => 'パネル内で必要に応じて表示される、このEggの説明',
|
||||
'add_startup' => '起動コマンドを追加',
|
||||
'startup_command' => 'コマンド',
|
||||
'startup_commands' => '起動コマンド',
|
||||
'startup_name' => '表示名',
|
||||
'startup_help' => 'この Egg を使用するサーバーで利用可能な起動コマンド。最初のものがデフォルトです。',
|
||||
'file_denylist' => 'ファイル拒否リスト',
|
||||
'file_denylist_help' => 'エンドユーザーが編集できないファイルの一覧',
|
||||
'features' => '機能',
|
||||
'force_ip' => '外向きIPを強制',
|
||||
'force_ip_help' => 'すべての外向きネットワークトラフィックの送信元IPを、サーバーの主要な割り当てIPにNAT変換するよう強制します。ノードが複数のパブリックIPアドレスを持つ場合、特定のゲームが正常に動作するために必要です。このオプションを有効にすると、このエッグを使用するサーバーは内部ネットワーク経由で他のサーバーにアクセスできなくなります。',
|
||||
'tags' => 'タグ',
|
||||
'update_url' => '更新用URL',
|
||||
'update_url_help' => 'URLは生のjsonファイルを直接指す必要があります',
|
||||
'add_image' => 'Dockerイメージを追加',
|
||||
'docker_images' => 'Dockerイメージ',
|
||||
'docker_name' => 'イメージ名',
|
||||
'docker_uri' => 'イメージURL',
|
||||
'docker_help' => 'この Egg を使用するサーバーで利用可能な Docker イメージ。最初のものがデフォルトです。',
|
||||
|
||||
'stop_command' => '停止コマンド',
|
||||
'stop_command_help' => 'サーバー プロセスを適切に停止するためにサーバー プロセスに送信するコマンドです。SIGINT を送信する必要がある場合は、ここに ^C を入力する必要があります。',
|
||||
'copy_from' => '設定のコピー元',
|
||||
'copy_from_help' => '別のEggの設定をデフォルトとして使用する場合は、上のメニューから選択してください',
|
||||
'none' => 'なし',
|
||||
'start_config' => '起動構成',
|
||||
'start_config_help' => 'サーバー起動中にデーモンが完了を判定するために探す値の一覧',
|
||||
'config_files' => '設定ファイル',
|
||||
'config_files_help' => '変更する設定ファイルとその変更箇所をJSON形式で表現したものです',
|
||||
'log_config' => 'ログ設定',
|
||||
'log_config_help' => 'ログファイルの保存場所や、デーモンがカスタムログを生成するかどうかをJSON形式で表現したものです。',
|
||||
|
||||
'environment_variable' => '環境変数',
|
||||
'default_value' => 'デフォルト値',
|
||||
'user_permissions' => 'ユーザー権限',
|
||||
'viewable' => '表示可能',
|
||||
'editable' => '編集可能',
|
||||
'rules' => 'ルール',
|
||||
'add_new_variable' => '新しい変数を追加',
|
||||
|
||||
'error_unique' => 'この名前の変数は既に存在します。',
|
||||
'error_required' => '環境変数の項目は必須です。',
|
||||
'error_reserved' => 'この環境変数は予約済みのため使用できません。',
|
||||
|
||||
'script_from' => 'スクリプトの元',
|
||||
'script_container' => 'スクリプトコンテナ',
|
||||
'script_entry' => 'スクリプトエントリ',
|
||||
'script_install' => 'インストールスクリプト',
|
||||
'no_eggs' => 'Eggがありません',
|
||||
'no_servers' => 'サーバーがありません',
|
||||
'no_servers_help' => 'このEggに割り当てられているサーバーはありません。',
|
||||
|
||||
'update' => '更新|選択した項目を更新',
|
||||
'updated' => 'Egg を更新しました|:count/:total 個の Egg を更新しました',
|
||||
'updated_failed' => ':count 件失敗',
|
||||
'updated_skipped' => ':count 件スキップ',
|
||||
'update_success' => ':egg を正常に更新しました',
|
||||
'update_failed' => ':egg の更新に失敗しました',
|
||||
'update_question' => 'この Egg を更新してよろしいですか?|選択した Egg を更新してよろしいですか?',
|
||||
'update_description' => 'Egg に変更を加えた場合、それらは上書きされます!|Egg に変更を加えた場合、それらは上書きされます!',
|
||||
'no_updates' => '選択した Egg に利用可能な更新はありません',
|
||||
'cannot_update' => ':count 個の Egg を更新できません',
|
||||
'no_update_url' => '次の Egg には有効な更新 URL が設定されていません: :eggs',
|
||||
'cannot_delete' => ':count 個の Egg を削除できません',
|
||||
'eggs_have_servers' => '次の Egg にはサーバーが存在するため削除できません: :eggs',
|
||||
'updated_from' => '正常に更新しました: :url',
|
||||
'update_error' => 'エラー: :error',
|
||||
'updated_eggs' => '更新成功: :eggs',
|
||||
'failed_eggs' => '失敗: :eggs',
|
||||
'skipped_eggs' => 'スキップ: :eggs',
|
||||
];
|
||||
35
lang/ja/admin/mount.php
Normal file
35
lang/ja/admin/mount.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'nav_title' => 'マウント',
|
||||
'model_label' => 'マウント',
|
||||
'model_label_plural' => 'マウント',
|
||||
'name' => '名前',
|
||||
'name_help' => '他のマウントと区別するための一意の名前です。',
|
||||
'source' => 'ソース',
|
||||
'source_help' => 'コンテナにマウントするためのホストシステム上のファイルパス',
|
||||
'target' => 'ターゲット',
|
||||
'target_help' => 'コンテナ内でマウントが利用できる場所',
|
||||
'read_only' => '読み取り専用?',
|
||||
'read_only_help' => 'コンテナ内でマウントが読み取り専用であるかどうかを設定します',
|
||||
'description' => '説明',
|
||||
'description_help' => 'このマウントの詳細な説明',
|
||||
'no_mounts' => 'マウントがありません',
|
||||
'eggs' => 'Eggs',
|
||||
'nodes' => 'ノード',
|
||||
'user_mountable' => 'ユーザーがマウント可能?',
|
||||
'user_mountable_help' => 'ユーザーが自分のサーバーでこのマウントのオン・オフを切り替えられるようにしますか?',
|
||||
'toggles' => [
|
||||
'writable' => '書き込み可能',
|
||||
'read_only' => '読み取り専用',
|
||||
'user_mountable' => 'ユーザーがマウント可能',
|
||||
'not_user_mountable' => '管理者のみ',
|
||||
],
|
||||
'table' => [
|
||||
'name' => '名前',
|
||||
'all_eggs' => '全てのEgg',
|
||||
'all_nodes' => '全ノード',
|
||||
'read_only' => '読み取り専用',
|
||||
'user_mountable' => 'ユーザーがマウント可能',
|
||||
],
|
||||
];
|
||||
180
lang/ja/admin/setting.php
Normal file
180
lang/ja/admin/setting.php
Normal file
@@ -0,0 +1,180 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => '設定',
|
||||
'save_success' => '設定が保存されました',
|
||||
'save_failed' => '設定の保存に失敗しました',
|
||||
'navigation' => [
|
||||
'general' => '一般',
|
||||
'captcha' => 'キャプチャ',
|
||||
'mail' => 'メール',
|
||||
'backup' => 'バックアップ',
|
||||
'oauth' => 'OAuth',
|
||||
'misc' => 'その他',
|
||||
],
|
||||
'general' => [
|
||||
'app_name' => 'アプリ名',
|
||||
'app_logo' => 'アプリロゴ',
|
||||
'app_logo_help' => 'ロゴはパネルのルートディレクトリにある public フォルダに配置してください。空白の場合はアプリ名が使用されます。',
|
||||
'app_favicon' => 'アプリファビコン',
|
||||
'app_favicon_help' => 'ファビコンはパネルのルートディレクトリにある public フォルダに配置してください。',
|
||||
'debug_mode' => 'デバッグモード',
|
||||
'navigation' => 'ナビゲーション',
|
||||
'default_navigation' => 'デフォルトのナビゲーションタイプ',
|
||||
'sidebar' => 'サイドバー',
|
||||
'topbar' => 'トップバー',
|
||||
'mixed' => '両方',
|
||||
'unit_prefix' => '単位接頭辞',
|
||||
'decimal_prefix' => '10進法単位接頭辞 (MB/GB)',
|
||||
'binary_prefix' => 'バイナリ接頭辞 (MiB/GiB)',
|
||||
'2fa_requirement' => '2FA の要件',
|
||||
'not_required' => '必須ではない',
|
||||
'admins_only' => '管理者のみ必須',
|
||||
'all_users' => '全ユーザー必須',
|
||||
'trusted_proxies' => '信頼されたプロキシ',
|
||||
'trusted_proxies_help' => '新しいIPまたはIP範囲',
|
||||
'clear' => 'クリア',
|
||||
'set_to_cf' => 'Cloudflare IPに設定',
|
||||
'display_width' => '表示幅',
|
||||
'avatar_provider' => 'アバタープロバイダ',
|
||||
'uploadable_avatars' => 'ユーザーが自分のアバターをアップロードできるようにしますか?',
|
||||
],
|
||||
'captcha' => [
|
||||
'enable' => '有効',
|
||||
'disable' => '無効',
|
||||
'info_label' => '情報',
|
||||
'info' => '<u><a href="https://developers.cloudflare.com/turnstile/get-started/#get-a-sitekey-and-secret-key" target="_blank">Cloudflare ダッシュボード</a></u>でキーを生成できます。Cloudflare アカウントが必要です。',
|
||||
'site_key' => 'サイトキー',
|
||||
'secret_key' => 'シークレットキー',
|
||||
'verify' => 'ドメインを認証しますか?',
|
||||
],
|
||||
'mail' => [
|
||||
'mail_driver' => 'メールドライバー',
|
||||
'test_mail' => 'テストメールを送信',
|
||||
'test_mail_sent' => 'テストメールが送信されました',
|
||||
'test_mail_failed' => 'テストメールの送信に失敗しました',
|
||||
'from_settings' => '送信元設定',
|
||||
'from_settings_help' => 'メールで「From」として使用されるアドレスと名前を設定します。',
|
||||
'from_address' => '送信元アドレス',
|
||||
'from_name' => '送信元名',
|
||||
'smtp' => [
|
||||
'smtp_title' => 'SMTP 設定',
|
||||
'host' => 'ホスト',
|
||||
'port' => 'ポート',
|
||||
'username' => 'ユーザー名',
|
||||
'password' => 'パスワード',
|
||||
'scheme' => 'スキーム',
|
||||
],
|
||||
'mailgun' => [
|
||||
'mailgun_title' => 'Mailgun 設定',
|
||||
'domain' => 'ドメイン',
|
||||
'secret' => 'シークレット',
|
||||
'endpoint' => 'エンドポイント',
|
||||
],
|
||||
],
|
||||
'backup' => [
|
||||
'backup_driver' => 'バックアップドライバー',
|
||||
'throttle' => 'スロットル',
|
||||
'throttle_help' => '一定期間内に作成できるバックアップ数を設定します。期間を0に設定すると、このスロットルを無効にします。',
|
||||
'limit' => '制限',
|
||||
'period' => '期間',
|
||||
'seconds' => '秒',
|
||||
's3' => [
|
||||
's3_title' => 'S3 設定',
|
||||
'default_region' => 'デフォルトリージョン',
|
||||
'access_key' => 'アクセスキーID',
|
||||
'secret_key' => 'シークレットアクセスキー',
|
||||
'bucket' => 'バケット',
|
||||
'endpoint' => 'エンドポイント',
|
||||
'use_path_style_endpoint' => 'パススタイルのエンドポイントを使用',
|
||||
],
|
||||
],
|
||||
'oauth' => [
|
||||
'enable' => '有効にする',
|
||||
'enable_schema' => ':schema を有効化',
|
||||
'disable' => '無効にする',
|
||||
'client_id' => 'クライアントID',
|
||||
'client_secret' => 'クライアントシークレット',
|
||||
'redirect' => 'リダイレクトURL',
|
||||
'web_api_key' => 'Web APIキー',
|
||||
'base_url' => '基本URL',
|
||||
'display_name' => '表示名',
|
||||
'auth_url' => '認証コールバックURL',
|
||||
'create_missing_users' => '未登録ユーザーを自動作成しますか?',
|
||||
'link_missing_users' => '未登録ユーザーを自動リンクしますか?',
|
||||
],
|
||||
'misc' => [
|
||||
'auto_allocation' => [
|
||||
'title' => '自動アロケーション作成',
|
||||
'helper' => 'クライアントエリア経由でユーザーがアロケーションを作成できるかどうかを切り替えます。',
|
||||
'question' => 'ユーザーにアロケーションの作成を許可しますか?',
|
||||
'create_new' => '利用可能なポート割り当てがない場合に新規作成しますか?',
|
||||
'create_new_help' => '有効にすると新しいポート割り当てを作成します。無効にすると既存の未割り当てのポート割り当てのみを割り当てます。どちらのオプションも以下のポート範囲を考慮します。',
|
||||
'start' => '開始ポート',
|
||||
'end' => '終了ポート',
|
||||
],
|
||||
'mail_notifications' => [
|
||||
'title' => 'メール通知',
|
||||
'helper' => 'どのメール通知をユーザーに送信するかを切り替えます。',
|
||||
'account_created' => 'アカウント作成',
|
||||
'added_to_server' => 'サーバーへの追加',
|
||||
'removed_from_server' => 'サーバーからの削除',
|
||||
'server_installed' => 'サーバー設置済み',
|
||||
'server_reinstalled' => 'サーバー再設置済み',
|
||||
'backup_completed' => 'バックアップ完了',
|
||||
],
|
||||
'connections' => [
|
||||
'title' => '接続',
|
||||
'helper' => 'リクエスト時に使用されるタイムアウト値です。',
|
||||
'request_timeout' => 'リクエストタイムアウト',
|
||||
'connection_timeout' => '接続タイムアウト',
|
||||
'seconds' => '秒',
|
||||
],
|
||||
'activity_log' => [
|
||||
'title' => 'アクティビティログ',
|
||||
'helper' => '古いアクティビティログの削除頻度および管理者の活動を記録するかどうかを設定します。',
|
||||
'prune_age' => '削除対象の期間',
|
||||
'days' => '日',
|
||||
'log_admin' => '管理者の活動を非表示にしますか?',
|
||||
],
|
||||
'api' => [
|
||||
'title' => 'API',
|
||||
'helper' => '設定された期間内に実行できるリクエスト数のレート制限を定義します。',
|
||||
'requests_per_period' => '期間ごとのリクエスト数',
|
||||
'requests' => 'リクエスト',
|
||||
'minutes' => '分',
|
||||
'period_length' => '期間の長さ',
|
||||
'client_title' => 'クライアント API レート制限',
|
||||
'client_helper' => 'レート制限はユーザー単位、またはユーザーがいない場合は IP 単位',
|
||||
'application_title' => 'アプリケーション API レート制限',
|
||||
'application_helper' => 'レート制限はユーザー単位、またはユーザーがいない場合は IP 単位',
|
||||
'password_reset_title' => 'パスワードリセットレート制限',
|
||||
'password_reset_helper' => 'レート制限は IP 単位',
|
||||
'websocket_title' => 'WebSocket レート制限',
|
||||
'websocket_helper' => 'レート制限はサーバー単位',
|
||||
'backup_restore_title' => 'バックアップ・リストアレート制限',
|
||||
'backup_restore_helper' => 'レート制限はサーバー単位',
|
||||
'database_create_title' => 'データベース作成レート制限',
|
||||
'database_create_helper' => 'レート制限はサーバー単位',
|
||||
'subuser_create_title' => 'サブユーザー作成レート制限',
|
||||
'subuser_create_helper' => 'レート制限はサーバー単位',
|
||||
'file_pull_title' => 'ファイルプルレート制限',
|
||||
'file_pull_helper' => 'レート制限はサーバー単位',
|
||||
'default_title' => 'デフォルトレート制限',
|
||||
'default_helper' => 'レート制限はサーバー単位',
|
||||
],
|
||||
'server' => [
|
||||
'title' => 'サーバー',
|
||||
'helper' => 'サーバーの設定',
|
||||
'edit_server_desc' => 'ユーザーが説明を編集することを許可しますか?',
|
||||
'console_font_upload' => 'コンソールフォントアップロード',
|
||||
'console_font_hint' => '*.ttf フォントのみサポートされています。等幅フォントを強く推奨します!',
|
||||
],
|
||||
'webhook' => [
|
||||
'title' => 'ウェブフック',
|
||||
'helper' => '古いウェブフックログの削除頻度を設定します。',
|
||||
'prune_age' => '削除対象の期間',
|
||||
'days' => '日',
|
||||
],
|
||||
],
|
||||
];
|
||||
24
lang/ja/admin/user.php
Normal file
24
lang/ja/admin/user.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'nav_title' => 'ユーザー',
|
||||
'model_label' => 'ユーザー',
|
||||
'model_label_plural' => 'ユーザー',
|
||||
'self_delete' => '自分自身を削除することはできません',
|
||||
'has_servers' => 'ユーザーにサーバーがあります',
|
||||
'email' => 'メールアドレス',
|
||||
'username' => 'ユーザー名',
|
||||
'password' => 'パスワード',
|
||||
'external_id' => '外部 ID',
|
||||
'is_managed_externally' => '外部で管理されていますか?',
|
||||
'is_managed_externally_helper' => 'ユーザーが外部ソフトウェア(例:課金ソフトウェア)で管理されている場合、有効にするとユーザーがパネルからユーザー名・メールアドレス・パスワードを変更できなくなります。',
|
||||
'password_help' => 'ユーザーパスワードの入力は任意です。新規ユーザーのメールには、初回ログイン時にパスワードを作成するよう案内が表示されます。',
|
||||
'admin_roles' => '管理者ロール',
|
||||
'roles' => 'ロール',
|
||||
'no_roles' => 'ロールがありません',
|
||||
'servers' => 'サーバー',
|
||||
'subusers' => 'サブユーザー',
|
||||
'password_reset' => 'パスワードをリセット',
|
||||
'password_reset_sent' => 'パスワードリセットメールを送信しました',
|
||||
'password_reset_failed' => 'パスワードリセットメールの送信に失敗しました',
|
||||
];
|
||||
25
lang/ja/auth.php
Normal file
25
lang/ja/auth.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => '入力された認証情報が一致しません。',
|
||||
'failed-two-factor' => '2段階認証コードが正しくありません',
|
||||
'two-factor-code' => '2段階認証コード',
|
||||
'two-factor-hint' => '端末にアクセスできなくなった場合は、バックアップコードを使用してください。',
|
||||
'password' => '入力されたパスワードが正しくありません。',
|
||||
'throttle' => 'ログイン試行回数が多すぎます。:seconds 秒後に再試行してください。',
|
||||
'2fa_must_be_enabled' => '管理者の設定により、パネルを利用するためにはアカウントの2段階認証を有効にする必要があります。',
|
||||
'password_login_disabled' => 'パスワードによるログインは無効です。OAuthプロバイダーでサインインしてください。',
|
||||
|
||||
];
|
||||
56
lang/ja/command/messages.php
Normal file
56
lang/ja/command/messages.php
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'user' => [
|
||||
'search_users' => 'ユーザー名、ユーザーID、またはメールアドレスを入力してください',
|
||||
'select_search_user' => '削除するユーザーのIDを入力してください(再検索する場合は「0」を入力)',
|
||||
'deleted' => 'パネルからユーザーを正常に削除しました。',
|
||||
'confirm_delete' => '本当にこのユーザーをパネルから削除してもよろしいですか?',
|
||||
'no_users_found' => '指定された検索条件に該当するユーザーが見つかりませんでした。',
|
||||
'multiple_found' => '指定されたユーザーに対して複数のアカウントが見つかりました。--no-interaction フラグのため、ユーザーを削除できません。',
|
||||
'ask_admin' => 'このユーザーは管理者ですか?',
|
||||
'ask_email' => 'メールアドレス',
|
||||
'ask_username' => 'ユーザー名',
|
||||
'ask_password' => 'パスワード',
|
||||
'ask_password_tip' => 'ランダムなパスワードをメールで送信してアカウントを作成したい場合は、このコマンドを再実行(CTRL+C)し、`--no-password` フラグを付けてください。',
|
||||
'ask_password_help' => 'パスワードは 8 文字以上で、少なくとも 1 つの大文字と数字を含める必要があります。',
|
||||
'2fa_help_text' => 'このコマンドは、ユーザーのアカウントが2段階認証を有効にしている場合、無効化します。
|
||||
これは、ユーザーがアカウントにログインできなくなった場合のアカウント復旧用としてのみ利用してください。
|
||||
これを実行したくない場合はCTRL+Cで中止してください。',
|
||||
'2fa_disabled' => ':email の二要素認証が無効になっています。',
|
||||
],
|
||||
'schedule' => [
|
||||
'output_line' => '`:schedule` (:id) で最初のタスクのジョブを送信しています。',
|
||||
],
|
||||
'maintenance' => [
|
||||
'deleting_service_backup' => 'サービスのバックアップファイル「:file」を削除します。',
|
||||
],
|
||||
'server' => [
|
||||
'rebuild_failed' => 'ノード「:node」上の「:name」(#:id) の再構築リクエストがエラーで失敗しました: :message',
|
||||
'reinstall' => [
|
||||
'failed' => 'ノード「:node」上の「:name」(#:id) の再インストールリクエストがエラーで失敗しました: :message',
|
||||
'confirm' => '複数のサーバーに対して再インストールを実行しようとしています。続行してもよろしいですか?',
|
||||
],
|
||||
'power' => [
|
||||
'confirm' => 'サーバー :count 台に対して :action を実行しようとしています。続行してもよろしいですか?',
|
||||
'action_failed' => 'ノード「:node」にある「:name」 (#:id) の電源操作要求が、エラー :message により失敗しました',
|
||||
],
|
||||
],
|
||||
'environment' => [
|
||||
'mail' => [
|
||||
'ask_smtp_host' => 'SMTPホスト (例: smtp.gmail.com)',
|
||||
'ask_smtp_port' => 'SMTPポート',
|
||||
'ask_smtp_username' => 'SMTPユーザー名',
|
||||
'ask_smtp_password' => 'SMTPパスワード',
|
||||
'ask_mailgun_domain' => 'Mailgunドメイン',
|
||||
'ask_mailgun_endpoint' => 'Mailgunエンドポイント',
|
||||
'ask_mailgun_secret' => 'Mailgunシークレット',
|
||||
'ask_mandrill_secret' => 'Mandrillシークレット',
|
||||
'ask_postmark_username' => 'Postmark APIキー',
|
||||
'ask_driver' => 'どのドライバを使用してメールを送信しますか?',
|
||||
'ask_mail_from' => '送信元メールアドレス',
|
||||
'ask_mail_name' => 'メールアドレスの表示名',
|
||||
'ask_encryption' => '使用する暗号化方式',
|
||||
],
|
||||
],
|
||||
];
|
||||
60
lang/ja/commands.php
Normal file
60
lang/ja/commands.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'appsettings' => [
|
||||
'comment' => [
|
||||
'author' => 'このパネルから送信されるメールの送信元として使用される、有効なメールアドレスを指定してください。',
|
||||
'url' => 'アプリケーションのURLは、SSLを使用しているか否かに応じて必ず https:// または http:// から始める必要があります。スキームを含めない場合、メールやその他のコンテンツのリンク先が誤った場所になってしまいます。',
|
||||
'timezone' => 'タイムゾーンはPHPでサポートされているタイムゾーンのいずれかと一致している必要があります。不明な場合は https://php.net/manual/en/timezones.php を参照してください。',
|
||||
],
|
||||
'redis' => [
|
||||
'note' => 'いくつかのオプションでRedisドライバーが選択されています。以下に有効な接続情報を入力してください。セットアップを変更していなければ、ほとんどの場合デフォルト値を使用できます。',
|
||||
'comment' => 'デフォルトでは、Redisサーバーはローカルで実行され、外部からアクセスできないため、ユーザー名は「default」、パスワードは設定されていません。その場合は、値を入力せずにエンターキーを押してください。',
|
||||
'confirm' => 'Redisの :field は既に設定されているようです。変更しますか?',
|
||||
],
|
||||
],
|
||||
'database_settings' => [
|
||||
'DB_HOST_note' => 'データベースホストとして「localhost」を使用することは、ソケット接続の問題が頻発するため強く推奨されません。ローカル接続を使用する場合は、「127.0.0.1」をご利用ください。',
|
||||
'DB_USERNAME_note' => 'MySQL接続にrootアカウントを使用することは非常に推奨されないだけでなく、このアプリケーションでは許可されていません。このソフトウェア専用のMySQLユーザーを作成する必要があります。',
|
||||
'DB_PASSWORD_note' => '既にMySQL接続用のパスワードが設定されているようです。変更しますか?',
|
||||
'DB_error_2' => '接続認証情報は保存されませんでした。続行する前に有効な接続情報を提供する必要があります。',
|
||||
'go_back' => '戻って再試行してください',
|
||||
],
|
||||
'make_node' => [
|
||||
'name' => 'このノードを他と区別するための短い識別子を入力してください',
|
||||
'description' => 'ノードを識別するための説明を入力してください',
|
||||
'scheme' => 'SSL接続の場合は https を、非SSL接続の場合は http を入力してください',
|
||||
'fqdn' => 'デーモンへの接続に使用するドメイン名(例: node.example.com)を入力してください。IPアドレスは、SSLを使用しない場合のみ使用可能です',
|
||||
'public' => 'このノードは公開にしますか?(ノードを非公開に設定すると、自動デプロイが無効になります)',
|
||||
'behind_proxy' => 'FQDNはプロキシの背後にありますか?',
|
||||
'maintenance_mode' => 'メンテナンスモードを有効にしますか?',
|
||||
'memory' => '最大メモリ量を入力してください',
|
||||
'memory_overallocate' => 'オーバーアロケートするメモリ量を入力してください。-1はチェックを無効にし、0は新規サーバーの作成を防ぎます',
|
||||
'disk' => '最大ディスク容量を入力してください',
|
||||
'disk_overallocate' => 'オーバーアロケートするディスク量を入力してください。-1はチェックを無効にし、0は新規サーバーの作成を防ぎます',
|
||||
'cpu' => '最大CPU量を入力してください',
|
||||
'cpu_overallocate' => 'オーバーアロケートするCPU量を入力してください。-1はチェックを無効にし、0は新規サーバーの作成を防ぎます',
|
||||
'upload_size' => '最大アップロードファイルサイズを入力してください',
|
||||
'daemonListen' => 'デーモンのリッスンポートを入力してください',
|
||||
'daemonConnect' => 'デーモンの接続先ポートを入力してください(リッスンポートと同じでも構いません)',
|
||||
'daemonSFTP' => 'デーモンのSFTPリッスンポートを入力してください',
|
||||
'daemonSFTPAlias' => 'デーモンのSFTPエイリアスを入力してください(空でも可)',
|
||||
'daemonBase' => 'ベースフォルダを入力してください',
|
||||
'success' => 'ノード「:name」が正常に作成され、IDは :id です',
|
||||
],
|
||||
'node_config' => [
|
||||
'error_not_exist' => '選択されたノードは存在しません。',
|
||||
'error_invalid_format' => '無効なフォーマットが指定されました。有効なオプションは yaml と json です。',
|
||||
],
|
||||
'key_generate' => [
|
||||
'error_already_exist' => 'すでにアプリケーションの暗号化キーが設定されているようです。このプロセスを続行すると、そのキーが上書きされ、既存の暗号化データが破損する可能性があります。十分に内容を理解していない場合は、続行しないでください。',
|
||||
'understand' => 'このコマンドの実行に伴う結果を理解しており、暗号化データの損失に対する全責任を負うことに同意します。',
|
||||
'continue' => '本当に続行しますか?アプリケーションの暗号化キーを変更するとデータ損失が発生します。',
|
||||
],
|
||||
'schedule' => [
|
||||
'process' => [
|
||||
'no_tasks' => '実行する必要があるサーバー用のスケジュール済みタスクはありません。',
|
||||
'error_message' => 'スケジュールの処理中にエラーが発生しました: ',
|
||||
],
|
||||
],
|
||||
];
|
||||
113
lang/ja/installer.php
Normal file
113
lang/ja/installer.php
Normal file
@@ -0,0 +1,113 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'パネルインストーラー',
|
||||
'requirements' => [
|
||||
'title' => 'システム要件',
|
||||
'sections' => [
|
||||
'version' => [
|
||||
'title' => 'PHPバージョン',
|
||||
'or_newer' => ':version またはそれ以上',
|
||||
'content' => 'PHPのバージョンは :versionです。',
|
||||
],
|
||||
'extensions' => [
|
||||
'title' => 'PHP拡張機能',
|
||||
'good' => 'インストールするにはすべてのPHP拡張機能が必要です',
|
||||
'bad' => 'PHP拡張モジュールがありません: :extensions',
|
||||
],
|
||||
'permissions' => [
|
||||
'title' => 'フォルダー権限',
|
||||
'good' => 'すべてのフォルダが正しい権限を持っています。',
|
||||
'bad' => '次のフォルダの権限が正しくありません: :folders',
|
||||
],
|
||||
],
|
||||
'exception' => '一部の要件が満たされていません',
|
||||
],
|
||||
'environment' => [
|
||||
'title' => '環境',
|
||||
'fields' => [
|
||||
'app_name' => 'アプリ名',
|
||||
'app_name_help' => 'パネルの名前になります。',
|
||||
'app_url' => 'アプリ URL',
|
||||
'app_url_help' => 'パネルにアクセスするための URL になります。',
|
||||
'account' => [
|
||||
'section' => '管理者ユーザー',
|
||||
'email' => 'メールアドレス',
|
||||
'username' => 'ユーザー名',
|
||||
'password' => 'パスワード',
|
||||
],
|
||||
],
|
||||
],
|
||||
'database' => [
|
||||
'title' => 'データベース',
|
||||
'driver' => 'データベースドライバ',
|
||||
'driver_help' => 'パネルデータベースに使用するドライバ。"SQLite"を推奨します。',
|
||||
'fields' => [
|
||||
'host' => 'データベースホスト',
|
||||
'host_help' => 'データベースのホスト。アクセス可能であることを確認してください。',
|
||||
'port' => 'データベースポート',
|
||||
'port_help' => 'データベースのポート。',
|
||||
'path' => 'データベースパス',
|
||||
'path_help' => 'database フォルダからの相対パスで .sqlite ファイルのパスを指定します。',
|
||||
'name' => 'データベース名',
|
||||
'name_help' => 'パネルデータベースの名前。',
|
||||
'username' => 'データベースユーザー名',
|
||||
'username_help' => 'データベースユーザーの名前。',
|
||||
'password' => 'データベースパスワード',
|
||||
'password_help' => 'データベースユーザーのパスワード。空白でも可。',
|
||||
],
|
||||
'exceptions' => [
|
||||
'connection' => 'データベース接続に失敗しました',
|
||||
'migration' => 'マイグレーションに失敗しました',
|
||||
],
|
||||
],
|
||||
'egg' => [
|
||||
'title' => 'Egg',
|
||||
'no_eggs' => 'Egg がありません',
|
||||
'background_install_started' => 'Egg のインストールを開始しました',
|
||||
'background_install_description' => ':count 個の Egg のインストールをキューに追加しました。バックグラウンドで続行されます。',
|
||||
'exceptions' => [
|
||||
'failed_to_update' => 'Egg インデックスの更新に失敗しました',
|
||||
'no_eggs' => '現在インストール可能な Egg がありません。',
|
||||
'installation_failed' => '選択した Egg のインストールに失敗しました。インストール後に Egg リストからインポートしてください。',
|
||||
],
|
||||
],
|
||||
'session' => [
|
||||
'title' => 'セッション',
|
||||
'driver' => 'セッションドライバ',
|
||||
'driver_help' => 'セッション保存に使用するドライバ。「ファイルシステム」または「データベース」を推奨します。',
|
||||
],
|
||||
'cache' => [
|
||||
'title' => 'キャッシュ',
|
||||
'driver' => 'キャッシュドライバ',
|
||||
'driver_help' => 'キャッシュに使用するドライバ。「ファイルシステム」を推奨します。',
|
||||
'fields' => [
|
||||
'host' => 'Redis ホスト',
|
||||
'host_help' => 'Redis サーバーのホスト。アクセス可能であることを確認してください。',
|
||||
'port' => 'Redis ポート',
|
||||
'port_help' => 'Redis サーバーのポート。',
|
||||
'username' => 'Redis ユーザー名',
|
||||
'username_help' => 'Redis ユーザーの名前。空白でも可。',
|
||||
'password' => 'Redis パスワード',
|
||||
'password_help' => 'Redis ユーザーのパスワード。空白でも可。',
|
||||
],
|
||||
'exception' => 'Redis 接続に失敗しました',
|
||||
],
|
||||
'queue' => [
|
||||
'title' => 'キュー',
|
||||
'driver' => 'キュードライバ',
|
||||
'driver_help' => 'キュー処理に使用するドライバ。「データベース」を推奨します。',
|
||||
'fields' => [
|
||||
'done' => '以下の両方の手順を完了しました。',
|
||||
'done_validation' => '続行する前に両方の手順を完了する必要があります!',
|
||||
'crontab' => 'crontab を設定するには次のコマンドを実行してください。なお、<code>www-data</code> は Web サーバーのユーザーです。システムによってユーザー名が異なる場合があります!',
|
||||
'service' => 'キューワーカーサービスをセットアップするには、次のコマンドを実行するだけです。',
|
||||
],
|
||||
],
|
||||
'exceptions' => [
|
||||
'write_env' => '.env ファイルに書き込めませんでした',
|
||||
'migration' => 'マイグレーションを実行できませんでした',
|
||||
'create_user' => '管理者ユーザーを作成できませんでした',
|
||||
],
|
||||
'finish' => '完了',
|
||||
];
|
||||
43
lang/ja/mail.php
Normal file
43
lang/ja/mail.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'greeting' => ':name さん、こんにちは!',
|
||||
|
||||
'account_created' => [
|
||||
'body' => 'このメールは、:app でアカウントが作成されたので送信されました。',
|
||||
'username' => 'ユーザー名: :username',
|
||||
'email' => 'メール: :email',
|
||||
'action' => 'アカウントをセットアップ',
|
||||
],
|
||||
|
||||
'added_to_server' => [
|
||||
'body' => 'あなたは次のサーバーのサブユーザーとして追加されており、サーバーに対する特定のコントロールが可能です。',
|
||||
'server_name' => 'サーバー名: :name',
|
||||
'action' => 'サーバーにアクセス',
|
||||
],
|
||||
|
||||
'removed_from_server' => [
|
||||
'body' => '以下のサーバーのサブユーザーとして削除されました。',
|
||||
'server_name' => 'サーバー名: :name',
|
||||
'action' => 'パネルを開く',
|
||||
],
|
||||
|
||||
'server_installed' => [
|
||||
'body' => 'サーバーのインストールが完了し、使用できるようになりました。',
|
||||
'server_name' => 'サーバー名: :name',
|
||||
'action' => 'ログイン',
|
||||
],
|
||||
|
||||
'backup_completed' => [
|
||||
'body_success' => 'バックアップの作成が完了しました。',
|
||||
'body_failed' => 'バックアップの作成に失敗しました。',
|
||||
'backup_name' => 'バックアップ名: :name',
|
||||
'server_name' => 'サーバー名: :name',
|
||||
'action' => 'バックアップを表示',
|
||||
],
|
||||
|
||||
'mail_tested' => [
|
||||
'subject' => 'パネルテストメッセージ',
|
||||
'body' => 'これはパネルメールシステムのテストです。問題ありません!',
|
||||
],
|
||||
];
|
||||
22
lang/ja/notifications.php
Normal file
22
lang/ja/notifications.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'open_server' => 'サーバーを開く',
|
||||
'installation_completed' => 'サーバーインストール完了',
|
||||
'installation_failed' => 'サーバーインストール失敗',
|
||||
'reinstallation_completed' => 'サーバー再インストール完了',
|
||||
'reinstallation_failed' => 'サーバー再インストール失敗',
|
||||
'backup_completed' => 'バックアップが完了しました',
|
||||
'backup_failed' => 'バックアップに失敗しました',
|
||||
'backup_body' => 'サーバー「:server」のバックアップ「:name」',
|
||||
'view_backups' => 'バックアップを表示',
|
||||
'failed' => '失敗',
|
||||
'user_added' => [
|
||||
'title' => 'サーバーを追加',
|
||||
'body' => ':server へサブユーザーとして追加されました。',
|
||||
],
|
||||
'user_removed' => [
|
||||
'title' => 'サーバから削除されました',
|
||||
'body' => ':server からサブユーザーとして削除されました。',
|
||||
],
|
||||
];
|
||||
11
lang/ja/server/activity.php
Normal file
11
lang/ja/server/activity.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'アクティビティ',
|
||||
'event' => 'イベント',
|
||||
'user' => 'ユーザー',
|
||||
'deleted_user' => '削除済みユーザー',
|
||||
'system' => 'システム',
|
||||
'timestamp' => 'タイムスタンプ',
|
||||
'metadata' => 'メタデータ',
|
||||
];
|
||||
55
lang/ja/server/backup.php
Normal file
55
lang/ja/server/backup.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'バックアップ',
|
||||
'empty' => 'バックアップがありません',
|
||||
'size' => 'サイズ',
|
||||
'created_at' => '作成日時',
|
||||
'status' => '状態',
|
||||
'is_locked' => 'ロック状態',
|
||||
'backup_status' => [
|
||||
'in_progress' => '処理中',
|
||||
'successful' => '成功',
|
||||
'failed' => '失敗',
|
||||
],
|
||||
'actions' => [
|
||||
'create' => [
|
||||
'title' => 'バックアップを作成',
|
||||
'limit' => 'バックアップの上限に達しました',
|
||||
'created' => ':name を作成しました',
|
||||
'notification_success' => 'バックアップを正常に作成しました',
|
||||
'notification_fail' => 'バックアップの作成に失敗しました',
|
||||
'name' => '名前',
|
||||
'ignored' => '除外するファイルとディレクトリ',
|
||||
'locked' => 'ロック?',
|
||||
'lock_helper' => '明示的にロック解除されるまで、このバックアップの削除を防ぎます。',
|
||||
],
|
||||
'lock' => [
|
||||
'lock' => 'ロック',
|
||||
'unlock' => 'ロック解除',
|
||||
],
|
||||
'download' => 'ダウンロード',
|
||||
'rename' => [
|
||||
'title' => '名前を変更',
|
||||
'new_name' => 'バックアップ名',
|
||||
'notification_success' => 'バックアップ名を正常に変更しました',
|
||||
],
|
||||
'restore' => [
|
||||
'title' => '復元',
|
||||
'helper' => 'サーバーは停止します。このプロセスが完了するまで、電源状態の制御、ファイルマネージャーへのアクセス、追加バックアップの作成はできません。',
|
||||
'delete_all' => 'バックアップを復元する前にすべてのファイルを削除しますか?',
|
||||
'notification_started' => 'バックアップを復元中',
|
||||
'notification_success' => 'バックアップを正常に復元しました',
|
||||
'notification_fail' => 'バックアップの復元に失敗しました',
|
||||
'notification_fail_body_1' => 'このサーバーは現在、バックアップを復元できる状態ではありません。',
|
||||
'notification_fail_body_2' => 'このバックアップは現在復元できません: 未完了または失敗状態です。',
|
||||
],
|
||||
'delete' => [
|
||||
'title' => 'バックアップを削除',
|
||||
'description' => ':backup を削除してよろしいですか?',
|
||||
'notification_success' => 'バックアップを削除しました',
|
||||
'notification_fail' => 'バックアップを削除できませんでした',
|
||||
'notification_fail_body' => 'ノードへの接続に失敗しました。再試行してください。',
|
||||
],
|
||||
],
|
||||
];
|
||||
43
lang/ja/server/console.php
Normal file
43
lang/ja/server/console.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'コンソール',
|
||||
'command' => 'コマンドを入力',
|
||||
'command_blocked' => 'オフライン',
|
||||
'command_blocked_title' => 'サーバーがオフラインなのでコマンドを送信できません',
|
||||
'open_in_admin' => '管理画面で開く',
|
||||
'power_actions' => [
|
||||
'start' => '起動',
|
||||
'stop' => '停止',
|
||||
'restart' => '再起動',
|
||||
'kill' => '強制終了',
|
||||
'kill_tooltip' => 'この操作はデータを破損させる可能性があります!',
|
||||
],
|
||||
'labels' => [
|
||||
'cpu' => 'CPU',
|
||||
'memory' => 'メモリ',
|
||||
'network' => 'ネット',
|
||||
'disk' => 'ディスク',
|
||||
'name' => '名前',
|
||||
'status' => '状態',
|
||||
'address' => 'アドレス',
|
||||
'unavailable' => '利用不可',
|
||||
],
|
||||
'status' => [
|
||||
'created' => '作成済み',
|
||||
'starting' => '起動準備',
|
||||
'running' => '起動中',
|
||||
'restarting' => '再起動中',
|
||||
'exited' => '終了済み',
|
||||
'paused' => '一時停止',
|
||||
'dead' => '強制終了',
|
||||
'removing' => '削除中',
|
||||
'stopping' => '停止中',
|
||||
'offline' => 'オフライン',
|
||||
'missing' => '見つかりません',
|
||||
],
|
||||
'websocket_error' => [
|
||||
'title' => 'WebSocketに接続できません!',
|
||||
'body' => 'ブラウザのコンソールで詳細を確認してください',
|
||||
],
|
||||
];
|
||||
28
lang/ja/server/dashboard.php
Normal file
28
lang/ja/server/dashboard.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'サーバー',
|
||||
'list' => 'サーバーリスト',
|
||||
'tabs' => [
|
||||
'my' => '自分のサーバー',
|
||||
'other' => '他人のサーバー',
|
||||
'all' => 'すべてのサーバー',
|
||||
],
|
||||
'empty_own' => 'サーバーを持っていません!',
|
||||
'empty_other' => 'サーバーのアクセス権限がありません!',
|
||||
|
||||
'status' => '状態',
|
||||
'server' => 'サーバー',
|
||||
'resources' => 'リソース',
|
||||
'usage_limit' => '使用上限: :resource',
|
||||
|
||||
'cpu' => 'CPU',
|
||||
'memory' => 'メモリ',
|
||||
'disk' => 'ディスク',
|
||||
'network' => 'ネット',
|
||||
'none' => 'なし',
|
||||
'loading' => '読み込み中...',
|
||||
|
||||
'power_actions' => '電源',
|
||||
'power_action_sent' => ':nameに:actionを送信しました',
|
||||
];
|
||||
27
lang/ja/server/database.php
Normal file
27
lang/ja/server/database.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'データベース',
|
||||
'empty' => 'データベースがありません',
|
||||
'create_database' => 'データベースを作成',
|
||||
'limit' => 'データベースの上限に達しました',
|
||||
'viewing' => '表示中: :Database',
|
||||
'host' => 'ホスト',
|
||||
'database' => 'データベース',
|
||||
'username' => 'ユーザー名',
|
||||
'password' => 'パスワード',
|
||||
'remote' => 'リモート',
|
||||
'unlimited' => '無制限',
|
||||
'created_at' => '作成日時',
|
||||
'name' => 'データベース名',
|
||||
'name_hint' => '空白の場合は自動でランダムな名前が生成されます',
|
||||
'connections_from' => '接続元',
|
||||
'max_connections' => '最大接続数',
|
||||
'database_host' => 'データベースホスト',
|
||||
'database_host_select' => 'データベースホストを選択',
|
||||
'jdbc' => 'JDBC 接続文字列',
|
||||
'create_notification' => ':database を作成',
|
||||
'create_notification_fail' => ':database の作成に失敗しました',
|
||||
'delete_notification' => ':database を削除しました',
|
||||
'delete_notification_fail' => ':database の削除に失敗しました',
|
||||
];
|
||||
111
lang/ja/server/file.php
Normal file
111
lang/ja/server/file.php
Normal file
@@ -0,0 +1,111 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'ファイル',
|
||||
'name' => '名前',
|
||||
'size' => 'サイズ',
|
||||
'modified_at' => '更新日',
|
||||
'actions' => [
|
||||
'open' => '開く',
|
||||
'download' => 'ダウンロード',
|
||||
'copy' => [
|
||||
'title' => 'コピー',
|
||||
'notification' => 'ファイルがコピーされました',
|
||||
],
|
||||
'upload' => [
|
||||
'title' => 'アップロード',
|
||||
'from_files' => 'ファイルをアップロード',
|
||||
'from_url' => 'URLからアップロード',
|
||||
'url' => 'URL',
|
||||
'drop_files' => 'ドラッグアンドドロップでアップロード',
|
||||
'success' => 'ファイルのアップロードに成功しました',
|
||||
'failed' => 'ファイルのアップロードに失敗しました',
|
||||
'header' => 'ファイルをアップロード中',
|
||||
'error' => 'アップロード中にエラーが発生しました',
|
||||
],
|
||||
'rename' => [
|
||||
'title' => '名前の変更',
|
||||
'file_name' => 'ファイル名',
|
||||
'notification' => 'ファイルの名前を変更しました',
|
||||
],
|
||||
'move' => [
|
||||
'title' => '移動',
|
||||
'directory' => 'フォルダ',
|
||||
'directory_hint' => '現在のフォルダからの相対パスでフォルダを入力してください',
|
||||
'new_location' => '新しい場所',
|
||||
'new_location_hint' => '現在のディレクトリからの相対パスで、このファイルまたはフォルダの場所を入力してください。',
|
||||
'notification' => 'ファイルを移動しました',
|
||||
'bulk_notification' => ':count 個のファイルを :directory に移動しました',
|
||||
],
|
||||
'permissions' => [
|
||||
'title' => '権限',
|
||||
'read' => '読み込み',
|
||||
'write' => '書き込み',
|
||||
'execute' => '実行',
|
||||
'owner' => 'オーナー',
|
||||
'group' => 'グループ',
|
||||
'public' => 'パブリック',
|
||||
'notification' => '権限を :mode に変更しました',
|
||||
],
|
||||
'archive' => [
|
||||
'title' => '圧縮',
|
||||
'archive_name' => '圧縮名',
|
||||
'notification' => '圧縮ファイルを作成しました',
|
||||
'extension' => '拡張子',
|
||||
],
|
||||
'unarchive' => [
|
||||
'title' => '解凍',
|
||||
'notification' => '解凍が完了しました',
|
||||
],
|
||||
'new_file' => [
|
||||
'title' => '新規ファイル',
|
||||
'file_name' => '新規ファイル名',
|
||||
'syntax' => 'シンタックスハイライト',
|
||||
'create' => '作成',
|
||||
],
|
||||
'new_folder' => [
|
||||
'title' => '新規フォルダー',
|
||||
'folder_name' => '新規フォルダー名',
|
||||
],
|
||||
'nested_search' => [
|
||||
'title' => '再帰検索',
|
||||
'search_term' => '検索ワード',
|
||||
'search_term_placeholder' => '検索ワードを入力(例: *.txt)',
|
||||
'search' => '検索',
|
||||
'search_for_term' => ':term を検索',
|
||||
],
|
||||
'delete' => [
|
||||
'notification' => 'ファイルを削除しました',
|
||||
'bulk_notification' => ':count 個のファイルを削除しました',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => '編集中: :file',
|
||||
'save_close' => '保存して閉じる',
|
||||
'save' => '保存',
|
||||
'cancel' => 'キャンセル',
|
||||
'notification' => 'ファイルを保存しました',
|
||||
],
|
||||
],
|
||||
'alerts' => [
|
||||
'file_too_large' => [
|
||||
'title' => '<code>:name</code> が大きすぎます!',
|
||||
'body' => '最大: :max',
|
||||
],
|
||||
'file_not_found' => [
|
||||
'title' => '<code>:name</code> が見つかりません!',
|
||||
],
|
||||
'file_not_editable' => [
|
||||
'title' => '<code>:name</code> はディレクトリです',
|
||||
],
|
||||
'file_already_exists' => [
|
||||
'title' => '<code>:name</code> はすでに存在します!',
|
||||
],
|
||||
'files_node_error' => [
|
||||
'title' => 'ファイルを読み込めませんでした!',
|
||||
],
|
||||
'pelicanignore' => [
|
||||
'title' => '<code>.pelicanignore</code> ファイルを編集しています!',
|
||||
'body' => 'ここに記載されたファイルやディレクトリはバックアップから除外されます。アスタリスク(<code>*</code>)を使ったワイルドカードがサポートされています。<br>感嘆符(<code>!</code>)を前に付けることで、前のルールを否定できます。',
|
||||
],
|
||||
],
|
||||
];
|
||||
10
lang/ja/server/mount.php
Normal file
10
lang/ja/server/mount.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'マウント',
|
||||
'description' => 'サーバーに接続されたマウントを管理します:',
|
||||
'no_mounts' => 'このサーバーで利用可能なユーザーがマウント可能なマウントはありません。',
|
||||
'notification_updated' => 'マウントを正常に更新しました',
|
||||
'notification_updated_body' => '新しいマウントを適用するにはサーバーを再起動してください',
|
||||
'notification_failed' => 'マウントの更新に失敗しました',
|
||||
];
|
||||
17
lang/ja/server/network.php
Normal file
17
lang/ja/server/network.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'ネットワーク',
|
||||
'add' => 'ポート割り当てを追加',
|
||||
'limit' => 'ポート割り当ての上限に達しました',
|
||||
'address' => 'アドレス',
|
||||
'port' => 'ぽーと',
|
||||
'notes' => 'メモ',
|
||||
'no_notes' => 'メモなし',
|
||||
'make_primary' => 'プライマリにする',
|
||||
'primary' => 'プライマリ',
|
||||
'make' => '設定',
|
||||
'delete' => '削除',
|
||||
'locked' => 'ロック済み?',
|
||||
'locked_helper' => 'ロックされたポート割り当ては管理者のみ削除できます',
|
||||
];
|
||||
55
lang/ja/server/setting.php
Normal file
55
lang/ja/server/setting.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => '設定',
|
||||
'server_info' => [
|
||||
'title' => 'サーバー情報',
|
||||
'information' => '情報',
|
||||
'name' => 'サーバー名',
|
||||
'server_name' => 'サーバー名: :name',
|
||||
'notification_name' => 'サーバー名を更新',
|
||||
'description' => 'サーバー説明',
|
||||
'notification_description' => 'サーバー説明を更新',
|
||||
'failed' => '失敗',
|
||||
'uuid' => 'サーバーUUID',
|
||||
'uuid_short' => 'サーバーID',
|
||||
'node_name' => 'ノード名',
|
||||
'icon' => [
|
||||
'upload' => 'アイコンをアップロード',
|
||||
'tooltip' => 'Egg アイコンを使用',
|
||||
'updated' => 'サーバーアイコンを更新しました',
|
||||
'deleted' => 'サーバーアイコンを削除しました',
|
||||
],
|
||||
'limits' => [
|
||||
'title' => '制限',
|
||||
'unlimited' => '無制限',
|
||||
'of' => ':max 中',
|
||||
'cpu' => 'CPU',
|
||||
'memory' => 'メモリー',
|
||||
'disk' => 'ディスクスペース',
|
||||
'backups' => 'バックアップ',
|
||||
'databases' => 'データベース',
|
||||
'allocations' => 'アロケーション',
|
||||
'no_allocations' => '追加のポート割り当てなし',
|
||||
],
|
||||
'sftp' => [
|
||||
'title' => 'SFTP情報',
|
||||
'connection' => '接続',
|
||||
'action' => 'SFTP に接続',
|
||||
'username' => 'ユーザー名',
|
||||
'password' => 'パスワード',
|
||||
'password_body' => 'SFTP パスワードはパネルへのログインに使用するパスワードと同じです。',
|
||||
],
|
||||
],
|
||||
'reinstall' => [
|
||||
'title' => 'サーバーを再インストール',
|
||||
'body' => 'サーバーを再インストールすると停止し、初回セットアップ時のインストールスクリプトが再実行されます。',
|
||||
'body2' => 'このプロセス中に一部のファイルが削除または変更される場合があります。続行する前にデータをバックアップしてください。',
|
||||
'action' => '再インストール',
|
||||
'modal' => 'サーバーを再インストールしてよろしいですか?',
|
||||
'modal_description' => 'このプロセス中に一部のファイルが削除または変更される場合があります。続行する前にデータをバックアップしてください。',
|
||||
'yes' => 'はい、再インストールします',
|
||||
'notification_start' => '再インストールを開始しました',
|
||||
'notification_fail' => '再インストールに失敗しました',
|
||||
],
|
||||
];
|
||||
17
lang/ja/server/startup.php
Normal file
17
lang/ja/server/startup.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'スタートアップ',
|
||||
'command' => '起動コマンド',
|
||||
'notification_startup' => '起動コマンドを更新しました',
|
||||
'notification_startup_body' => '新しい起動コマンドを使用するにはサーバーを再起動してください。',
|
||||
'enable_preview' => 'プレビューを有効化',
|
||||
'disable_preview' => 'プレビューを無効化',
|
||||
'docker_image' => 'Dockerイメージ',
|
||||
'notification_docker' => 'Docker イメージを更新しました',
|
||||
'notification_docker_body' => '新しいイメージを使用するにはサーバーを再起動してください。',
|
||||
'variables' => 'サーバー変数',
|
||||
'update' => '更新しました: :variable',
|
||||
'fail' => '失敗しました: :variable',
|
||||
'validation_fail' => 'バリデーションに失敗しました: :variable',
|
||||
];
|
||||
110
lang/ja/server/user.php
Normal file
110
lang/ja/server/user.php
Normal file
@@ -0,0 +1,110 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'ユーザー',
|
||||
'username' => 'ユーザー名',
|
||||
'email' => 'メールアドレス',
|
||||
'assign_all' => 'すべて割り当て',
|
||||
'invite_user' => 'ユーザーを招待',
|
||||
'action' => '招待',
|
||||
'remove' => 'ユーザーを削除',
|
||||
'edit' => 'ユーザーを編集',
|
||||
'editing' => ':user を編集',
|
||||
'delete' => 'ユーザーを削除',
|
||||
'notification_add' => 'ユーザーを招待しました!',
|
||||
'notification_edit' => 'ユーザーを更新しました!',
|
||||
'notification_delete' => 'ユーザーを削除しました!',
|
||||
'notification_failed' => 'ユーザーの招待に失敗しました!',
|
||||
'permissions' => [
|
||||
'title' => '権限',
|
||||
|
||||
'activity_title' => 'アクティビティ',
|
||||
'activity_desc' => 'サーバーのアクティビティ ログへのユーザーのアクセスを制御する権限',
|
||||
|
||||
'startup_title' => 'スタートアップ',
|
||||
'startup_desc' => 'ユーザーがこのサーバーの起動パラメータを表示できるかどうかを制御する権限',
|
||||
|
||||
'settings_title' => '設定',
|
||||
'settings_desc' => 'ユーザーがこのサーバーの設定を変更できるかどうかを制御する権限',
|
||||
|
||||
'control_title' => 'コントロール',
|
||||
'control_desc' => 'サーバーの電源状態を制御したりコマンドを送信したりする権限を制御します。',
|
||||
|
||||
'user_title' => 'ユーザー',
|
||||
'user_desc' => 'サーバー上の他のサブユーザーを管理する権限。自分自身のアカウントの編集や、自分が持っていない権限の付与はできません。',
|
||||
|
||||
'file_title' => 'ファイル',
|
||||
'file_desc' => 'このサーバーのファイルシステムを変更する権限を制御します。',
|
||||
|
||||
'allocation_title' => 'ポート割り当て',
|
||||
'allocation_desc' => 'このサーバーのポート割り当てを変更する権限を制御します。',
|
||||
|
||||
'database_title' => 'データベース',
|
||||
'database_desc' => 'このサーバーのデータベース管理へのアクセスを制御する権限。',
|
||||
|
||||
'backup_title' => 'バックアップ',
|
||||
'backup_desc' => 'サーバーのバックアップを生成・管理する権限を制御します。',
|
||||
|
||||
'schedule_title' => 'スケジュール',
|
||||
'schedule_desc' => 'このサーバーのスケジュール管理へのアクセスを制御する権限。',
|
||||
|
||||
'startup_read' => 'サーバーの起動変数を表示できます。',
|
||||
'startup_update' => 'サーバーの起動変数を変更できます。',
|
||||
'startup_docker_image' => 'サーバー実行時に使用する Docker イメージを変更できます。',
|
||||
|
||||
'settings_rename' => 'このサーバーの名前を変更できます。',
|
||||
'settings_description' => 'このサーバーの説明を変更できます。',
|
||||
'settings_reinstall' => 'このサーバーの再インストールをトリガーできます。',
|
||||
'settings_change_icon' => 'このサーバーのアイコンを変更できます。',
|
||||
|
||||
'activity_read' => 'サーバーのアクティビティログを表示できます。',
|
||||
|
||||
'websocket_connect' => 'このサーバーの WebSocket にアクセスできます。',
|
||||
|
||||
'control_console' => 'サーバーコンソールにデータを送信できます。',
|
||||
'control_start' => 'サーバーインスタンスを起動できます。',
|
||||
'control_stop' => 'サーバーインスタンスを停止できます。',
|
||||
'control_restart' => 'サーバーインスタンスを再起動できます。',
|
||||
'control_kill' => 'サーバーインスタンスを強制終了できます。',
|
||||
|
||||
'user_create' => 'サーバーの新しいユーザーアカウントを作成できます。',
|
||||
'user_read' => 'このサーバーに関連するユーザーを表示できます。',
|
||||
'user_update' => 'このサーバーに関連する他のユーザーを変更できます。',
|
||||
'user_delete' => 'このサーバーに関連する他のユーザーを削除できます。',
|
||||
|
||||
'file_create' => '新しいファイルとディレクトリを作成できます。',
|
||||
'file_read' => 'ディレクトリの内容を表示できます。ただし、ファイルの内容を表示したりダウンロードしたりはできません。',
|
||||
'file_read_content' => '指定されたファイルの内容を表示できます。ファイルのダウンロードも許可されます。',
|
||||
'file_update' => 'サーバーに関連するファイルとフォルダを更新できます。',
|
||||
'file_delete' => 'ファイルとディレクトリを削除できます。',
|
||||
'file_archive' => 'ファイルアーカイブを作成し、既存のアーカイブを展開できます。',
|
||||
'file_sftp' => 'SFTP クライアントを使用して上記のファイル操作を実行できます。',
|
||||
|
||||
'allocation_read' => 'このサーバーに現在割り当てられているすべてのポート割り当てを表示できます。このサーバーへのアクセス権を持つユーザーは常にプライマリポート割り当てを表示できます。',
|
||||
'allocation_update' => 'プライマリサーバーポート割り当てを変更し、各ポート割り当てにメモを付けられます。',
|
||||
'allocation_delete' => 'サーバーからポート割り当てを削除できます。',
|
||||
'allocation_create' => 'サーバーに追加のポート割り当てを割り当てられます。',
|
||||
|
||||
'database_create' => 'サーバーの新しいデータベースを作成できます。',
|
||||
'database_read' => 'サーバーのデータベースを表示できます。',
|
||||
'database_update' => 'データベースの変更を許可します。(「パスワードの閲覧」権限がない場合、パスワードを変更できません。)',
|
||||
'database_delete' => 'データベースの削除を許可します。',
|
||||
'database_view_password' => 'データベースのパスワードの閲覧を許可します。',
|
||||
|
||||
'schedule_create' => 'スケジュールの作成を許可します。',
|
||||
'schedule_read' => 'スケジュールの閲覧を許可します。',
|
||||
'schedule_update' => 'スケジュールの変更を許可します。',
|
||||
'schedule_delete' => 'スケジュールの削除を許可します。',
|
||||
|
||||
'backup_create' => 'このサーバーの新しいバックアップを作成できます。',
|
||||
'backup_read' => 'このサーバーのすべてのバックアップを表示できます。',
|
||||
'backup_delete' => 'システムからバックアップを削除できます。',
|
||||
'backup_download' => 'サーバーのバックアップをダウンロードできます。注意: バックアップ内のサーバーの全ファイルにアクセスできます。',
|
||||
'backup_restore' => 'サーバーのバックアップを復元できます。注意: プロセス中にサーバーの全ファイルが削除される可能性があります。',
|
||||
|
||||
'mount_title' => 'マウント',
|
||||
'mount_desc' => 'このサーバーのマウントを管理する権限を制御します。',
|
||||
'mount_read' => 'マウントページを表示し、利用可能なマウントを確認できます。',
|
||||
'mount_update' => 'サーバーのマウントのオン・オフを切り替えられます。',
|
||||
],
|
||||
];
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user