mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-27 16:03:16 +03:00
18 lines
498 B
PHP
18 lines
498 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Rete',
|
|
'add' => 'Aggiungi allocazione',
|
|
'limit' => 'Limite di allocazione raggiunto',
|
|
'address' => 'Indirizzo',
|
|
'port' => 'Porta',
|
|
'notes' => 'Note',
|
|
'no_notes' => 'Nessuna nota',
|
|
'make_primary' => 'Imposta come Principale',
|
|
'primary' => 'Principale',
|
|
'make' => 'Crea',
|
|
'delete' => 'Elimina',
|
|
'locked' => 'Bloccata?',
|
|
'locked_helper' => 'Le allocazioni bloccate possono essere eliminate solo dagli amministratori',
|
|
];
|