mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 06:00:55 +08:00
update lang
This commit is contained in:
19
.dockerignore
Normal file
19
.dockerignore
Normal file
@@ -0,0 +1,19 @@
|
||||
/.git
|
||||
/.idea
|
||||
/.vagrant
|
||||
/.settings
|
||||
npm-debug.log
|
||||
.buildpath
|
||||
.project
|
||||
.phpunit.result.cache
|
||||
docker-compose.override.yml
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
yarn-error.log
|
||||
/resources/geoip
|
||||
/resources/upload
|
||||
.DS_Store
|
||||
/.vscode
|
||||
/.history
|
||||
crowdin.yml
|
||||
.env.bak
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Nedosažený torrent zbývá počítat: [b]:count[/b]',
|
||||
'claim_unreached_remove_counts' => 'Počet odstranění torrentu nedosaženo: [b]:count[/b]',
|
||||
'claim_unreached_summary' => 'Snížit bonus každého nedosaženého torrentu:[b]:deduct_per_torrent[/b], celkový odpočet: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Zobrazit pouze první :slice_count položky',
|
||||
|
||||
'confirm_give_up' => 'Jste si jisti, že se chcete vzdát nároku na tento torrent?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Zda chcete uložit prostřednictvím FTP. Pokud ano, přidejte konfigurační informace do .env souboru, podívejte se na <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Zálohovat pomocí SFTP',
|
||||
'via_sftp_help' => 'Zda chcete uložit prostřednictvím FTP. Pokud ano, přidejte konfigurační informace do .env souboru, podívejte se na <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Exportovat do adresáře',
|
||||
'export_path_help' => 'Není nastaveno pro použití systémového dočasného adresáře::default_path. Pro přenos dat přes stránky můžete použít specializované nástroje třetích stran.' ,
|
||||
'retention_count' => 'Počet zadržení',
|
||||
'retention_count_help' => 'Zachovat pouze nejnovější záložní záznamy, staré záznamy budou pravidelně smazány. Výchozí: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Nahrát adresu rozhraní',
|
||||
'base_url' => 'Předpona URL obrázku',
|
||||
'upload_token' => 'Nahrát token',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Právo',
|
||||
'user_token_allowed' => 'Oprávnění k dispozici pro token uživatele',
|
||||
'user_token_allowed_help' => 'Token uživatele nemá právo dovolávat se bez oprávnění z tohoto seznamu tabulek',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Uživatel',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'Začít IP',
|
||||
'ip_end' => 'Konečná IP',
|
||||
'ip_help' => 'Vyplňte ASN/start IP + konec IP/IP (blokace), pouze jeden ze tří',
|
||||
'ip_help' => 'Vyplňte IP adresu nebo ASN, ne obojí!',
|
||||
'status' => 'Stav',
|
||||
'is_allowed' => 'Je na seznamu povolených',
|
||||
'is_allowed_help' => 'IP adresy v seznamu povolených nejsou ovlivněny pravidlem SeedBox',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'Stav záznamu SeedBox byl změněn',
|
||||
'body' => 'Stav vašeho SeedBox záznamu s ID :id byl změněn :operator z :old_status na :new_status. Důvod: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Tato IP adresa je SeedBox, označená záznamem s ID :id',
|
||||
'is_seed_box_yes' => 'Tato IP adresa je SeedBox',
|
||||
'is_seed_box_no' => 'Tato IP adresa není SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Unået torrent forbliver tæller: [b]:counts[/b]',
|
||||
'claim_unreached_remove_counts' => 'Fjern tællinger: [b]:counts[/b]',
|
||||
'claim_unreached_summary' => 'Fradrag af bonus hver unået torrent:[b]:deduct_per_torrent[/b], samlet fradrag: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Vis kun de første :slice_count elementer',
|
||||
|
||||
'confirm_give_up' => 'Er du sikker på, at du vil opgive at gøre krav på denne torrent?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Om der skal gemmes via FTP. Hvis dette er tilfældet, så tilføj konfigurationsoplysningerne til .env-filen, henvises til <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Sikkerhedskopiering via SFTP',
|
||||
'via_sftp_help' => 'Om der skal gemmes via FTP. Hvis dette er tilfældet, så tilføj konfigurationsoplysningerne til .env-filen, henvises til <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Eksporter til mappe',
|
||||
'export_path_help' => 'Ikke indstillet til at bruge systemet midlertidig mappe: default_path. du kan bruge tredjeparts specialiserede værktøjer til at overføre offsite gemme.' ,
|
||||
'retention_count' => 'Antal tilbageholdelser',
|
||||
'retention_count_help' => 'Bevar kun de nyeste backup-poster, vil gamle blive slettet regelmæssigt. Standard: default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Upload brugerflade adresse',
|
||||
'base_url' => 'Billede URL præfiks',
|
||||
'upload_token' => 'Upload token',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Tilladelse',
|
||||
'user_token_allowed' => 'Tilladelse tilgængelig for bruger token',
|
||||
'user_token_allowed_help' => 'Bruger-token har ingen ret til at påberåbe sig uden tilladelse fra denne tabelliste',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Bruger',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'Start IP',
|
||||
'ip_end' => 'Afslut IP',
|
||||
'ip_help' => 'Udfyld ASN/start IP + slut IP/IP (Block), kun en af de tre',
|
||||
'ip_help' => 'Udfyld IP-adressen eller ASN, ikke begge!',
|
||||
'status' => 'Status',
|
||||
'is_allowed' => 'Er hvidlistet',
|
||||
'is_allowed_help' => 'IP\'er i hvidlisten påvirkes ikke af SeedBox-reglen',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'SeedBox rekordstatus ændret',
|
||||
'body' => 'Status på din SeedBox post med ID :id blev ændret af :operator fra :old_status til :new_status. Årsag:',
|
||||
],
|
||||
'is_seed_box_yes' => 'Denne IP er SeedBox, identificeret ved posten med ID :id',
|
||||
'is_seed_box_yes' => 'Denne IP er SeedBox',
|
||||
'is_seed_box_no' => 'Denne IP er ikke SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Unerreichte Torrent-Restzahlen: [b]:count[/b]',
|
||||
'claim_unreached_remove_counts' => 'Unerreichte Torrent-Entfernungsanzahl: [b]:count[/b]',
|
||||
'claim_unreached_summary' => 'Erlebe Bonus jeden unerreichten Torrent:[b]:deduct_per_torrent[/b], Gesamtabzug [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Nur die ersten :slice_count Einträge anzeigen',
|
||||
|
||||
'confirm_give_up' => 'Bist du sicher, dass du den Anspruch auf diesen Torrent aufgeben möchtest?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Ob per FTP gespeichert werden soll. Wenn ja, fügen Sie die Konfigurationsinformationen in die .env-Datei ein, siehe <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Über SFTP sichern',
|
||||
'via_sftp_help' => 'Ob per FTP gespeichert werden soll. Wenn ja, fügen Sie die Konfigurationsinformationen in die .env-Datei ein, siehe <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'In Verzeichnis exportieren',
|
||||
'export_path_help' => 'Nicht eingestellt, um temporäre System-Verzeichnis::default_path zu verwenden. Sie können spezielle Werkzeuge von Drittanbietern verwenden, um Offsite-Speicherstände zu übertragen.' ,
|
||||
'retention_count' => 'Retentionszähler',
|
||||
'retention_count_help' => 'Nur die neuesten Backup-Datensätze erhalten, alte werden regelmäßig gelöscht. Standard: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&r',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Interface-Adresse hochladen',
|
||||
'base_url' => 'Bild-URL-Präfix',
|
||||
'upload_token' => 'Token hochladen',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Berechtigung',
|
||||
'user_token_allowed' => 'Berechtigung für Benutzertoken verfügbar',
|
||||
'user_token_allowed_help' => 'Benutzertoken hat kein Recht ohne Erlaubnis von dieser Tabellenliste aufzurufen',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Benutzer',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'IP beginnen',
|
||||
'ip_end' => 'End-IP',
|
||||
'ip_help' => 'Füllen Sie die ASN/Start IP + Ende IP/IP (Block), nur einer der drei',
|
||||
'ip_help' => 'Geben Sie die IP-Adresse oder ASN ein, nicht beides!',
|
||||
'status' => 'Status',
|
||||
'is_allowed' => 'Ist Whitelist',
|
||||
'is_allowed_help' => 'IPs in der Whitelist sind nicht von der SeedBox-Regel beeinflusst',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'Status des SeedBox-Datensatzes geändert',
|
||||
'body' => 'Der Status Ihres SeedBox-Datensatzes mit der ID :id wurde von :operator von :old_status zu :new_status geändert. Grund: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Diese IP ist SeedBox, durch den Datensatz mit der ID :id identifiziert',
|
||||
'is_seed_box_yes' => 'Diese IP ist SeedBox',
|
||||
'is_seed_box_no' => 'Diese IP ist nicht SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Απεικόνιση torrent παραμένει μετρήσεις: [b]:counts[/b]',
|
||||
'claim_unreached_remove_counts' => 'Unreached torrent remove counts: [b]:counts[/b]',
|
||||
'claim_unreached_summary' => 'Μείωση μπόνους κάθε μη επιτευχθέν torrent:[b]:deduct_per_torrent[/b], συνολική έκπτωση: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Εμφάνιση μόνο των πρώτων στοιχείων :slice_count',
|
||||
|
||||
'confirm_give_up' => 'Είστε σίγουροι ότι θέλετε να εγκαταλείψετε την διεκδίκηση αυτού του torrent?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Αν θα αποθηκευτεί μέσω FTP. Αν ναι, προσθέστε τις πληροφορίες ρύθμισης παραμέτρων στο αρχείο .env, ανατρέξτε στο <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Αντίγραφο ασφαλείας μέσω SFTP',
|
||||
'via_sftp_help' => 'Αν θα αποθηκευτεί μέσω FTP. Αν ναι, προσθέστε τις πληροφορίες ρύθμισης παραμέτρων στο αρχείο .env, ανατρέξτε στο <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Εξαγωγή σε κατάλογο',
|
||||
'export_path_help' => 'Δεν ορίστηκε να χρησιμοποιήσετε τον προσωρινό κατάλογο συστήματος::default_path. μπορείτε να χρησιμοποιήσετε εξειδικευμένα εργαλεία τρίτων για να μεταφέρετε offsite αποθηκεύει.' ,
|
||||
'retention_count' => 'Αριθμός διατήρησης',
|
||||
'retention_count_help' => 'Διατήρηση μόνο των τελευταίων εγγραφών αντιγράφων ασφαλείας, οι παλιές θα διαγράφονται τακτικά. Προεπιλογή: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'Ε&Α',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Μεταφόρτωση διεύθυνσης διασύνδεσης',
|
||||
'base_url' => 'Πρόθεμα URL εικόνας',
|
||||
'upload_token' => 'Διακριτικό αποστολής',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Άδεια',
|
||||
'user_token_allowed' => 'Άδεια διαθέσιμη στο διακριτικό χρήστη',
|
||||
'user_token_allowed_help' => 'Το διακριτικό χρήστη δεν έχει δικαίωμα να επικαλεστεί χωρίς άδεια από αυτή τη λίστα πινάκων',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Χρήστης',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Κύκλωμα)',
|
||||
'ip_begin' => 'Έναρξη IP',
|
||||
'ip_end' => 'Τέλος IP',
|
||||
'ip_help' => 'Συμπληρώστε το ASN/start IP + end IP/IP (Block), μόνο ένα από τα τρία',
|
||||
'ip_help' => 'Συμπληρώστε τη διεύθυνση IP ή το ASN, όχι και τα δύο!',
|
||||
'status' => 'Κατάσταση',
|
||||
'is_allowed' => 'Είναι επιτρεπτή λίστα',
|
||||
'is_allowed_help' => 'Οι διευθύνσεις IP στη λίστα επιτρεπόμενων δεν επηρεάζονται από τον κανόνα SeedBox',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'Η κατάσταση εγγραφής SeedBox άλλαξε',
|
||||
'body' => 'Η κατάσταση της εγγραφής σας στο SeedBox με ID :id άλλαξε από :operator από :old_status σε :new_status. Λόγος: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Αυτό το IP είναι SeedBox, αναγνωρίζεται από την εγγραφή με αναγνωριστικό :id',
|
||||
'is_seed_box_yes' => 'Αυτό το IP είναι SeedBox',
|
||||
'is_seed_box_no' => 'Αυτό το IP δεν είναι SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Unreached torrent remain counts: [b]:counts[/b]',
|
||||
'claim_unreached_remove_counts' => 'Cuentas de eliminación de torrent no alcanzadas: [b]:counts[/b]',
|
||||
'claim_unreached_summary' => 'Deducir bonificación por torrent:[b]:deduct_per_torrent[/b], total deduct: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Mostrar solo los primeros artículos :slice_count',
|
||||
|
||||
'confirm_give_up' => '¿Estás seguro de que quieres dejar de reclamar este torrent?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Si desea guardar o no a través de FTP. Si es así, agregue la información de configuración al archivo .env, consulte el documento <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel</a>',
|
||||
'via_sftp' => 'Copia de seguridad vía SFTP',
|
||||
'via_sftp_help' => 'Si desea guardar o no a través de FTP. Si es así, agregue la información de configuración al archivo .env, consulte el documento <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel</a>',
|
||||
'export_path' => 'Exportar al directorio',
|
||||
'export_path_help' => 'No establecido para utilizar el sistema de directorio temporal::default_path. Puede utilizar herramientas especializadas de terceros para transferir guardados fuera del sitio.' ,
|
||||
'retention_count' => 'Contador de retención',
|
||||
'retention_count_help' => 'Conservar solo los últimos registros de copia de seguridad, los antiguos se eliminarán regularmente. Por defecto: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Subir dirección de la interfaz',
|
||||
'base_url' => 'Prefijo URL de imagen',
|
||||
'upload_token' => 'Subir token',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Permiso',
|
||||
'user_token_allowed' => 'Permiso disponible para el token de usuario',
|
||||
'user_token_allowed_help' => 'El token de usuario no tiene derecho a invocar sin permiso de esta lista de tablas',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Usuario',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Bloqueo)',
|
||||
'ip_begin' => 'Iniciar IP',
|
||||
'ip_end' => 'IP final',
|
||||
'ip_help' => 'Rellena el ASN/IP de inicio + IP final (bloqueo), sólo uno de los tres',
|
||||
'ip_help' => 'Rellena la dirección IP o ASN, no ambos!',
|
||||
'status' => 'Estado',
|
||||
'is_allowed' => 'Está en la lista blanca',
|
||||
'is_allowed_help' => 'La regla SeedBox no afecta a los nombres en la lista blanca',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'Estado de registro SeedBox cambiado',
|
||||
'body' => 'El estado de su registro SeedBox con ID :id fue cambiado por :operator de :old_status a :new_status. Motivo: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Esta IP es SeedBox, identificada por el registro con ID :id',
|
||||
'is_seed_box_yes' => 'Esta IP es SeedBox',
|
||||
'is_seed_box_no' => 'Esta IP no es SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Päättämättömät torrent-tiedosto jäävät määrään: [b]:counts[/b]',
|
||||
'claim_unreached_remove_counts' => 'Saavuttamattomat torrent- poistomäärät: [b]:counts[/b]',
|
||||
'claim_unreached_summary' => 'Vähennä bonus jokaisesta keskeneräisestä torrent:[b]:deduct_per_torrent[/b], vähennys yhteensä: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Näytä vain ensimmäiset :slice_count kohteet',
|
||||
|
||||
'confirm_give_up' => 'Oletko varma, että haluat luopua tämän torrentin vaatimuksesta?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Tallennetaanko FTP:llä. Jos näin on, lisää asetustiedot .env-tiedostoon, katso <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Varmuuskopioi SFTP:n kautta',
|
||||
'via_sftp_help' => 'Tallennetaanko FTP:llä. Jos näin on, lisää asetustiedot .env-tiedostoon, katso <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Vie kansioon',
|
||||
'export_path_help' => 'Ei ole asetettu käyttämään järjestelmän väliaikaista hakemistoa::default_path. Voit käyttää kolmannen osapuolen erikoistyökaluja siirtääksesi säästöjä sivuston ulkopuolelle.' ,
|
||||
'retention_count' => 'Säilytysten määrä',
|
||||
'retention_count_help' => 'Säilytä vain viimeisimmät varmuuskopiot, vanhat poistetaan säännöllisesti. Oletus: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Lataa käyttöliittymän osoite',
|
||||
'base_url' => 'Kuvan URL-etuliite',
|
||||
'upload_token' => 'Lataa tunnus',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Käyttöoikeus',
|
||||
'user_token_allowed' => 'Käyttäjätunnuksen käytettävissä oleva käyttöoikeus',
|
||||
'user_token_allowed_help' => 'Käyttäjätunnuksella ei ole oikeutta vedota ilman tämän taulukkolistan lupaa',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Käyttäjä',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'Aloita IP-osoite',
|
||||
'ip_end' => 'Lopeta IP-osoite',
|
||||
'ip_help' => 'Täytä ASN/start IP + end IP/IP (Block), vain yksi kolmesta',
|
||||
'ip_help' => 'Täytä IP-osoite tai ASN, ei molemmat!',
|
||||
'status' => 'Tila',
|
||||
'is_allowed' => 'On sallittuja',
|
||||
'is_allowed_help' => 'SeedBox-sääntö ei vaikuta sallitun listan IP-osoitteisiin',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'SeedBox-tietueen tila muuttunut',
|
||||
'body' => 'SeedBox-tietueen tila tunnisteella :id muuttui :operator paikasta :old_status muotoon :new_status. Syy: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Tämä IP on SeedBox, tunnistaa tietue ID :id',
|
||||
'is_seed_box_yes' => 'Tämä IP on SeedBox',
|
||||
'is_seed_box_no' => 'Tämä IP-osoite ei ole SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Nombre de torrents restants non atteints: [b]:count[/b]',
|
||||
'claim_unreached_remove_counts' => 'Nombre de suppressions de torrent non atteint : [b]:count[/b]',
|
||||
'claim_unreached_summary' => 'Déduire le bonus à chaque torrent:[b]:deduct_per_torrent[/b], total déduit : [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Afficher uniquement les premiers :slice_count éléments',
|
||||
|
||||
'confirm_give_up' => 'Êtes-vous sûr de vouloir renoncer à revendiquer ce torrent?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Si vous voulez enregistrer via FTP. Si c\'est le cas, ajoutez les informations de configuration au fichier .env, reportez-vous à <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Sauvegarde via SFTP',
|
||||
'via_sftp_help' => 'Si vous voulez enregistrer via FTP. Si c\'est le cas, ajoutez les informations de configuration au fichier .env, reportez-vous à <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Exporter vers le répertoire',
|
||||
'export_path_help' => 'Non défini pour utiliser le répertoire temporaire du système::default_path. Vous pouvez utiliser des outils spécialisés tiers pour transférer des sauvegardes hors site.' ,
|
||||
'retention_count' => 'Nombre de rétention',
|
||||
'retention_count_help' => 'Ne conserver que les derniers enregistrements de sauvegarde, les anciens seront supprimés régulièrement. Par défaut: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Envoyer l\'adresse de l\'interface',
|
||||
'base_url' => 'Préfixe de l\'URL de l\'image',
|
||||
'upload_token' => 'Télécharger le jeton',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Permission',
|
||||
'user_token_allowed' => 'Autorisation disponible pour le jeton utilisateur',
|
||||
'user_token_allowed_help' => 'Le jeton d\'utilisateur n\'a pas le droit d\'appeler sans permission de cette liste',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Utilisateur',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Bloc)',
|
||||
'ip_begin' => 'Commencer l\'IP',
|
||||
'ip_end' => 'IP de fin',
|
||||
'ip_help' => 'Remplissez l\'IP ASN/début + IP de fin / IP (Block), seulement l\'un des trois',
|
||||
'ip_help' => 'Remplissez l\'adresse IP ou ASN, pas les deux!',
|
||||
'status' => 'Statut',
|
||||
'is_allowed' => 'Est en liste blanche',
|
||||
'is_allowed_help' => 'Les adresses IP de la liste blanche ne sont pas affectées par la règle SeedBox',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'Le statut de l\'enregistrement de la SeedBox a été modifié',
|
||||
'body' => 'Le statut de votre enregistrement SeedBox avec l\'ID :id a été changé par :operator de :old_status à :new_status. Raison: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Cette adresse IP est SeedBox, identifiée par l\'enregistrement avec l\'ID :id',
|
||||
'is_seed_box_yes' => 'Cette adresse IP est SeedBox',
|
||||
'is_seed_box_no' => 'Cette adresse IP n\'est pas SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'I torrent non raggiunti rimangono conti: [b]:counts[/b]',
|
||||
'claim_unreached_remove_counts' => 'Conteggi di rimozione torrent non raggiunti: [b]:counts[/b]',
|
||||
'claim_unreached_summary' => 'Deduca bonus ogni torrent:[b]:deduct_per_torrent[/b], deduzione totale: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Mostra solo i primi elementi :slice_count',
|
||||
|
||||
'confirm_give_up' => 'Sei sicuro di voler rinunciare a richiedere questo torrent?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Se salvare tramite FTP. In tal caso, aggiungere le informazioni di configurazione al file .env, fare riferimento a <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Backup tramite SFTP',
|
||||
'via_sftp_help' => 'Se salvare tramite FTP. In tal caso, aggiungere le informazioni di configurazione al file .env, fare riferimento a <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Esporta nella directory',
|
||||
'export_path_help' => 'Non impostato per utilizzare la directory temporanea di sistema::default_path. è possibile utilizzare strumenti specializzati di terze parti per trasferire i salvataggi fuori sito.' ,
|
||||
'retention_count' => 'Conteggio della conservazione',
|
||||
'retention_count_help' => 'Mantenere solo gli ultimi record di backup, quelli vecchi verranno eliminati regolarmente. Predefinito: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Carica indirizzo interfaccia',
|
||||
'base_url' => 'Prefisso URL immagine',
|
||||
'upload_token' => 'Carica token',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Permesso',
|
||||
'user_token_allowed' => 'Permesso disponibile per il token utente',
|
||||
'user_token_allowed_help' => 'Il token utente non ha il diritto di invocare senza l\'autorizzazione di questa lista tabulare',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Utente',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'Inizia IP',
|
||||
'ip_end' => 'IP Finale',
|
||||
'ip_help' => 'Compila l\'IP ASN/start + IP/IP finale (Block), solo uno dei tre',
|
||||
'ip_help' => 'Compila l\'indirizzo IP o ASN, non entrambi!',
|
||||
'status' => 'Stato',
|
||||
'is_allowed' => 'È whitelist',
|
||||
'is_allowed_help' => 'Gli IP nella whitelist non sono influenzati dalla regola SeedBox',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'Stato record SeedBox cambiato',
|
||||
'body' => 'Lo stato del tuo record SeedBox con ID :id è stato cambiato da :operator da :old_status a :new_status. Motivo: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Questo IP è SeedBox, identificato dal record con ID :id',
|
||||
'is_seed_box_yes' => 'Questo IP è SeedBox',
|
||||
'is_seed_box_no' => 'Questo IP non è SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => '未達トレントの残り数: [b]:counts[/b]',
|
||||
'claim_unreached_remove_counts' => '未達の Torrent 削除数: [b]:counts[/b]',
|
||||
'claim_unreached_summary' => '未到のトレント:[b]:deduct_per_torrent[/b]、合計控除額: [b]:deduct_total[/b]',
|
||||
'slice_tip' => ':slice_count 個目のアイテムのみ表示',
|
||||
|
||||
'confirm_give_up' => 'このトレントの主張を放棄してもよろしいですか?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'FTP経由で保存するかどうか。設定情報を.envファイルに追加する場合は、 <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a> を参照してください。',
|
||||
'via_sftp' => 'SFTP 経由でバックアップ',
|
||||
'via_sftp_help' => 'FTP経由で保存するかどうか。設定情報を.envファイルに追加する場合は、 <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a> を参照してください。',
|
||||
'export_path' => 'ディレクトリにエクスポート',
|
||||
'export_path_help' => 'システム一時ディレクトリ::default_pathを使用しないように設定します。サードパーティの専用ツールを使用して、オフサイトのセーブを転送できます。' ,
|
||||
'retention_count' => '保持数',
|
||||
'retention_count_help' => '最新のバックアップレコードのみを保持します。古いものは定期的に削除されます。デフォルト: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'インターフェースアドレスをアップロード',
|
||||
'base_url' => '画像のURLの接頭辞:',
|
||||
'upload_token' => 'トークンをアップロード',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'アクセス許可',
|
||||
'user_token_allowed' => 'ユーザートークンへのアクセス許可',
|
||||
'user_token_allowed_help' => 'ユーザートークンには、この表形式のリストから許可なく呼び出す権限がありません。',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'ユーザー',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(ブロック)',
|
||||
'ip_begin' => 'IP アドレスの開始',
|
||||
'ip_end' => '終了IP',
|
||||
'ip_help' => 'ASN/begin IP + end IP/IP (ブロック)を入力してください。3つのうちの1つだけです。',
|
||||
'ip_help' => '両方ではなく、IP アドレスまたは ASN を入力してください。',
|
||||
'status' => 'ステータス',
|
||||
'is_allowed' => 'ホワイトリストに登録',
|
||||
'is_allowed_help' => 'ホワイトリスト内の IP は、SeedBox ルールの影響を受けません。',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'SeedBoxレコードの状態が変更されました',
|
||||
'body' => 'ID :idを持つSeedBoxレコードのステータスが:operatorによって:old_statusから:new_statusに変更されました。理由: ::reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'この IP は SeedBox であり、ID は :id でレコードによって識別されます。',
|
||||
'is_seed_box_yes' => 'この IP は SeedBox です',
|
||||
'is_seed_box_no' => 'この IP は SeedBox ではありません',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Ikke oppnådd torrent forblir antall: [b]:count[/b]',
|
||||
'claim_unreached_remove_counts' => 'Ikke oppnådd antall torrent-fjerning: [b]:count[/b]',
|
||||
'claim_unreached_summary' => 'Trekk fra bonusen hver uoppnådd torrent:[b]:deduct_per_torrent[/b], total trekk: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Vis bare de første :slice_count elementene',
|
||||
|
||||
'confirm_give_up' => 'Er du sikker på at du ønsker å hevde denne torrenten?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Hvorvidt det er mulig å lagre via FTP. Legg til konfigurasjonsinformasjonen til .env filen, se <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Sikkerhetskopier via SFTP',
|
||||
'via_sftp_help' => 'Hvorvidt det er mulig å lagre via FTP. Legg til konfigurasjonsinformasjonen til .env filen, se <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Eksporter til mappe',
|
||||
'export_path_help' => 'Ikke satt til å bruke systemets midlertidige katalog::default_path. Du kan bruke tredjeparts spesialiserte verktøy for å overføre lagring på nettstedet.' ,
|
||||
'retention_count' => 'Antall tilbaketall',
|
||||
'retention_count_help' => 'Prøv igjen bare de siste sikkerhetskopiene, gamle vil bli slettet regelmessig. Standard: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Adresse for opplastingsgrensesnitt',
|
||||
'base_url' => 'Prefiks for bildeadresse',
|
||||
'upload_token' => 'Last opp token',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Tillatelse',
|
||||
'user_token_allowed' => 'Rettigheter tilgjengelig for brukertokenet',
|
||||
'user_token_allowed_help' => 'Brukertokenet har ikke rett til å innlede uten tillatelse fra denne tabelllisten',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Bruker',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Lås)',
|
||||
'ip_begin' => 'Start IP',
|
||||
'ip_end' => 'Til IP',
|
||||
'ip_help' => 'Fyll inn ASN/start IP + end IP/IP (Block), bare en av de tre',
|
||||
'ip_help' => 'Fyll inn IP-adressen eller ASN, ikke begge!',
|
||||
'status' => 'Status:',
|
||||
'is_allowed' => 'Er hvitelistet',
|
||||
'is_allowed_help' => 'IPer i hvitelisten påvirkes ikke av regelen SeedBox',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'SeedBox poststatus endret',
|
||||
'body' => 'Statusen for SeedBox oppføringen med ID :id ble endret av :operator fra :old_status til :new_status. Årsak: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Denne IP er frøboksen, identifisert i posten med ID :id',
|
||||
'is_seed_box_yes' => 'Denne IP er SeedBox',
|
||||
'is_seed_box_no' => 'Denne IP er ikke SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Onbereikte torrent blijft tellen: [b]:counts[/b]',
|
||||
'claim_unreached_remove_counts' => 'Niet bereikt torrent verwijder tellen: [b]:counts[/b]',
|
||||
'claim_unreached_summary' => 'Verwijder elke onbereikte torrent:[b]:deduct_per_torrent[/b], totale aftreking: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Toon alleen de eerste :slice_count items',
|
||||
|
||||
'confirm_give_up' => 'Weet u zeker dat u wilt stoppen met het claimen van deze torrent?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Of u moet opslaan via FTP. Zo ja, voeg de configuratie-informatie toe aan het .env-bestand, raadpleeg <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Back-up maken via SFTP',
|
||||
'via_sftp_help' => 'Of u moet opslaan via FTP. Zo ja, voeg de configuratie-informatie toe aan het .env-bestand, raadpleeg <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Exporteren naar map',
|
||||
'export_path_help' => 'Niet ingesteld op gebruik van de tijdelijke systeemmap::default_path. U kunt hulpmiddelen van derden gebruiken om offsite saves over te brengen.' ,
|
||||
'retention_count' => 'Aantal bestellingen',
|
||||
'retention_count_help' => 'Alleen de laatste back-up records behouden zullen regelmatig worden verwijderd. Standaard: default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Upload interface adres',
|
||||
'base_url' => 'URL afbeelding voorvoegsel',
|
||||
'upload_token' => 'Sleutel uploaden',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Bevoegdheden',
|
||||
'user_token_allowed' => 'Toestemming beschikbaar voor gebruikerstoken',
|
||||
'user_token_allowed_help' => 'Gebruikerstoken heeft geen recht om zonder toestemming uit deze tabulaire lijst op te roepen',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Gebruiker',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Blok)',
|
||||
'ip_begin' => 'Begin IP',
|
||||
'ip_end' => 'Eind IP',
|
||||
'ip_help' => 'Vul de ASN/begin IP in + einde IP/IP (Blok), slechts een van de drie',
|
||||
'ip_help' => 'Vul het IP-adres of ASN in, niet beide!',
|
||||
'status' => 'status',
|
||||
'is_allowed' => 'Is gewhitelist',
|
||||
'is_allowed_help' => 'IP\'s op de whitelist worden niet beïnvloed door de SeedBox regel',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'SeedBox record status veranderd',
|
||||
'body' => 'De status van uw SeedBox record met ID :id is veranderd door :operator van :old_status naar :new_status. Reden: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Dit IP adres is SeedBox, geïdentificeerd door het record met ID :id',
|
||||
'is_seed_box_yes' => 'Dit IP is SeedBox',
|
||||
'is_seed_box_no' => 'Dit IP-adres is geen SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Nieosiągnięty torrent pozostaje liczony: [b]:count[/b]',
|
||||
'claim_unreached_remove_counts' => 'Nieosiągnięta liczba usuwania torrent: [b]:count[/b]',
|
||||
'claim_unreached_summary' => 'Odlicz bonus każdego nieosiągniętego torrenta:[b]:deduct_per_torrent[/b], całkowitym odliczeniem: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Pokaż tylko pierwsze :slice_count elementów',
|
||||
|
||||
'confirm_give_up' => 'Czy na pewno chcesz zrezygnować z pobierania tego torrentu?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Czy zapisać przez FTP. Jeśli tak, dodaj informacje konfiguracyjne do pliku .env, odwołaj się do <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Kopia zapasowa przez SFTP',
|
||||
'via_sftp_help' => 'Czy zapisać przez FTP. Jeśli tak, dodaj informacje konfiguracyjne do pliku .env, odwołaj się do <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Eksportuj do katalogu',
|
||||
'export_path_help' => 'Nie ustawiono aby używać tymczasowego katalogu systemowego::default_path. Możesz użyć innych specjalistycznych narzędzi do przenoszenia zapisów offsit.' ,
|
||||
'retention_count' => 'Liczba zatrzymań',
|
||||
'retention_count_help' => 'Zachowaj tylko najnowsze rekordy kopii zapasowej, stare będą usuwane regularnie. Domyślnie: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Prześlij adres interfejsu',
|
||||
'base_url' => 'Prefiks URL obrazu',
|
||||
'upload_token' => 'Prześlij token',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Uprawnienie',
|
||||
'user_token_allowed' => 'Uprawnienia dostępne dla tokena użytkownika',
|
||||
'user_token_allowed_help' => 'Token użytkownika nie ma prawa wywoływać bez uprawnień z tej listy tabulacyjnej',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Użytkownik',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'Rozpocznij IP',
|
||||
'ip_end' => 'Koniec IP',
|
||||
'ip_help' => 'Wypełnij adres IP ASN/start + koniec IP/IP (Block), tylko jeden z trzech',
|
||||
'ip_help' => 'Wypełnij adres IP lub ASN, nie obo!',
|
||||
'status' => 'Status',
|
||||
'is_allowed' => 'Jest na białej liście',
|
||||
'is_allowed_help' => 'Na adresy IP na białej liście nie ma wpływu reguła SeedBox',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'Status rekordu SeedBox zmieniony',
|
||||
'body' => 'Status Twojego rekordu SeedBox o ID :id został zmieniony przez :operator z :old_status na :new_status. Powód: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Ten adres IP to SeedBox, zidentyfikowany przez rekord o ID :id',
|
||||
'is_seed_box_yes' => 'Ten adres IP jest SeedBox',
|
||||
'is_seed_box_no' => 'Ten adres IP nie jest SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Torrent não alcançado permanece a contagem: [b]:count[/b]',
|
||||
'claim_unreached_remove_counts' => 'Contagem para remover torrents não atingidos: [b]:count[/b]',
|
||||
'claim_unreached_summary' => 'Deduzir bônus a cada torrent não alcançado:[b]:deduct_per_torrent[/b], deduzir total: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Mostrar somente os primeiros :slice_count items',
|
||||
|
||||
'confirm_give_up' => 'Você tem certeza que deseja desistir de reivindicar este torrent?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Salvar via FTP. Se sim, adicionar a informação de configuração para o arquivo .env, consulte <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Backup via SFTP',
|
||||
'via_sftp_help' => 'Salvar via FTP. Se sim, adicionar a informação de configuração para o arquivo .env, consulte <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Exportar para diretório',
|
||||
'export_path_help' => 'Não definido como usar o diretório temporário do sistema::default_path. Você pode usar ferramentas especializadas de terceiros para transferir saves.' ,
|
||||
'retention_count' => 'Contagem de retenção',
|
||||
'retention_count_help' => 'Manter apenas os últimos registros de backup, os antigos serão excluídos regularmente. Padrão: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'R&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Carregar endereço de interface',
|
||||
'base_url' => 'Prefixo da imagem URL',
|
||||
'upload_token' => 'Token de envio',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Permisschar@@0o',
|
||||
'user_token_allowed' => 'Permissão disponível para token de usuário',
|
||||
'user_token_allowed_help' => 'O token do usuário não tem direito de invocar sem permissão desta lista tabular',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Usuário',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'Iniciar IP',
|
||||
'ip_end' => 'Ip Final',
|
||||
'ip_help' => 'Preencha o IP ASN/start + IP / fim (Bloco), apenas um dos três',
|
||||
'ip_help' => 'Preencha o endereço IP ou ASN, não ambos!',
|
||||
'status' => 'SItuação',
|
||||
'is_allowed' => 'É permitido',
|
||||
'is_allowed_help' => 'Os IPs na lista branca não são afetados pela regra SeedBox',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'Status do registro SeedBox alterado',
|
||||
'body' => 'O status do seu registro de SeedBox com ID :id foi alterado por :operator de :old_status para :new_status. Motivo: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Este IP é SeedBox, identificado pelo registro com ID :id',
|
||||
'is_seed_box_yes' => 'Este IP é SeedBox',
|
||||
'is_seed_box_no' => 'Este IP não é SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Torrentul neatins rămâne cont: [b]:count[/b]',
|
||||
'claim_unreached_remove_counts' => 'Ștergerea torentului nereușită: [b]:count[/b]',
|
||||
'claim_unreached_summary' => 'Deduce-bonus pentru fiecare torrent inatins:[b]:deduct_per_torrent[/b], deducere totală: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Arată doar primele elemente :slice_count',
|
||||
|
||||
'confirm_give_up' => 'Ești sigur că vrei să renunți să revendici acest torent?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Dacă doriți să salvați prin FTP. Dacă da, adăugați informațiile de configurare în fișierul .env, consultați <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Backup prin SFTP',
|
||||
'via_sftp_help' => 'Dacă doriți să salvați prin FTP. Dacă da, adăugați informațiile de configurare în fișierul .env, consultați <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Exportă în director',
|
||||
'export_path_help' => 'Nu este setat să utilizați directorul temporar de sistem::default_path. Puteți utiliza instrumente specializate terțe pentru a transfera salvările offsite.' ,
|
||||
'retention_count' => 'Număr de retenții',
|
||||
'retention_count_help' => 'Păstrați numai cele mai recente înregistrări de rezervă, cele vechi vor fi șterse în mod regulat. Implicit: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'S&o',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Încarcă adresa interfeței',
|
||||
'base_url' => 'Prefix URL imagine',
|
||||
'upload_token' => 'Cod de încărcare',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Permisiune',
|
||||
'user_token_allowed' => 'Permisiune disponibilă pentru jetonul utilizatorului',
|
||||
'user_token_allowed_help' => 'Token-ul utilizatorului nu are dreptul de a invoca fără permisiune din această listă tabulară',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Utilizator',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Blocat)',
|
||||
'ip_begin' => 'Începe IP-ul',
|
||||
'ip_end' => 'Sfârșit IP',
|
||||
'ip_help' => 'Completează ASN/start IP + sfârșit IP/IP (Block), doar unul dintre cele trei',
|
||||
'ip_help' => 'Completează adresa IP sau ASN, nu ambele!',
|
||||
'status' => 'Status',
|
||||
'is_allowed' => 'Este albăstruit',
|
||||
'is_allowed_help' => 'IP-urile din lista albă nu sunt afectate de regula SeedBox',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'Starea înregistrării SeedBox a fost modificată',
|
||||
'body' => 'Starea înregistrării SeedBox cu ID-ul :id a fost schimbată de :operator de la :old_status la :new_status. Motiv: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Acest IP este SeedBox, identificat de înregistrare cu ID-ul :id',
|
||||
'is_seed_box_yes' => 'Acest IP este SeedBox',
|
||||
'is_seed_box_no' => 'Acest IP nu este SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Недостигнуто количество торрентов: [b]:counts[/b]',
|
||||
'claim_unreached_remove_counts' => 'Неполученные значения удаления торрентов: [b]:counts[/b]',
|
||||
'claim_unreached_summary' => 'Вычитать бонус каждого недостигнутого торрента:[b]:deduct_per_torrent[/b], всего вычета: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Показать только первые элементы :slice_count',
|
||||
|
||||
'confirm_give_up' => 'Вы уверены, что хотите отказаться от этого торрента?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Сохранение через FTP. Если это так, добавьте информацию о конфигурации в .env файл, обратитесь к <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Резервное копирование через SFTP',
|
||||
'via_sftp_help' => 'Сохранение через FTP. Если это так, добавьте информацию о конфигурации в .env файл, обратитесь к <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Экспорт в каталог',
|
||||
'export_path_help' => 'Не установлено использование временного каталога системы::default_path. Вы можете использовать сторонние специализированные инструменты для переноса сохранений вне сайта.' ,
|
||||
'retention_count' => 'Количество удержаний',
|
||||
'retention_count_help' => 'Сохранять только последние записи резервной копии, старые будут регулярно удаляться. По умолчанию: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Загрузить адрес интерфейса',
|
||||
'base_url' => 'Префикс URL изображения',
|
||||
'upload_token' => 'Загрузить токен',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Разрешение',
|
||||
'user_token_allowed' => 'Разрешение доступное для токена пользователя',
|
||||
'user_token_allowed_help' => 'Токен пользователя не имеет права вызывать без разрешения из этого списка',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Пользователь',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'Начать IP',
|
||||
'ip_end' => 'Конечный IP',
|
||||
'ip_help' => 'Заполните ASN/begin IP + end IP/IP (Block), только одну из трех',
|
||||
'ip_help' => 'Заполните IP-адрес или ASN, а не обои!',
|
||||
'status' => 'Статус',
|
||||
'is_allowed' => 'Белый список',
|
||||
'is_allowed_help' => 'IP в белом списке не зависят от правила SeedBox',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'Статус записи SeedBox изменен',
|
||||
'body' => 'Статус вашей записи SeedBox с ID :id был изменен :operator с :old_status на :new_status. Причина: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Этот IP является SeedBox, идентифицированный по карте с ID :id',
|
||||
'is_seed_box_yes' => 'Этот IP является SeedBox',
|
||||
'is_seed_box_no' => 'Этот IP не SeedBox',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ return [
|
||||
'claim_unreached_remain_counts' => 'Onått torrent förblir räkningar: [b]:counts[/b]',
|
||||
'claim_unreached_remove_counts' => 'Onått torrent ta bort siffror: [b]:counts[/b]',
|
||||
'claim_unreached_summary' => 'Dra bonus varje ouppnådd torrent:[b]:deduct_per_torrent[/b], total avdrag: [b]:deduct_total[/b]',
|
||||
'slice_tip' => 'Visa bara de första :slice_count objekten',
|
||||
|
||||
'confirm_give_up' => 'Är du säker på att du vill ge upp att hävda denna torrent?',
|
||||
'add_claim' => 'Claim',
|
||||
|
||||
@@ -66,6 +66,10 @@ return [
|
||||
'via_ftp_help' => 'Om du vill spara via FTP. Lägg i så fall till konfigurationsinformationen i .sv-filen, se <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Säkerhetskopiera via SFTP',
|
||||
'via_sftp_help' => 'Om du vill spara via FTP. Lägg i så fall till konfigurationsinformationen i .sv-filen, se <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
'export_path' => 'Exportera till katalog',
|
||||
'export_path_help' => 'Inte inställd på att använda systemets temporära katalog::default_path. du kan använda tredje parts specialiserade verktyg för att överföra offsite sparar.' ,
|
||||
'retention_count' => 'Antal kvarhållande',
|
||||
'retention_count_help' => 'Behåll endast de senaste säkerhetskopieringsposterna, gamla kommer att raderas regelbundet. Standard: :default_count',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
@@ -124,7 +128,12 @@ return [
|
||||
'upload_api_endpoint' => 'Ladda upp gränssnittets adress',
|
||||
'base_url' => 'Bild URL-prefix',
|
||||
'upload_token' => 'Ladda upp token',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Behörighet',
|
||||
'user_token_allowed' => 'Tillstånd tillgängligt för användartoken',
|
||||
'user_token_allowed_help' => 'Användartoken har ingen rätt att åberopa utan tillstånd från denna tabelllista',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'Användare',
|
||||
@@ -273,7 +282,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'Börja IP',
|
||||
'ip_end' => 'Avsluta IP',
|
||||
'ip_help' => 'Fyll i ASN/start IP + slutet IP/IP (Block), endast en av de tre',
|
||||
'ip_help' => 'Fyll i IP-adressen eller ASN, inte båda!',
|
||||
'status' => 'Status',
|
||||
'is_allowed' => 'Är vitlistad',
|
||||
'is_allowed_help' => 'IP-adresser i vitlistan påverkas inte av SeedBox-regeln',
|
||||
|
||||
@@ -14,6 +14,6 @@ return [
|
||||
'subject' => 'SeedBox poststatus ändrad',
|
||||
'body' => 'Status för din SeedBox post med ID :id ändrades av :operator från :old_status till :new_status. Anledning: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Denna IP är SeedBox, identifierad av posten med ID :id',
|
||||
'is_seed_box_yes' => 'Denna IP är SeedBox',
|
||||
'is_seed_box_no' => 'Denna IP är inte SeedBox',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user