2024-04-19 22:31:46 -04:00

16 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'validation' => [
'fqdn_not_resolvable' => '提供された FQDN または IP アドレスは、有効な IP アドレスには解決しません。',
'fqdn_required_for_ssl' => 'このードにSSLを使用するには、ドメイン名が必要です。',
],
'notices' => [
'allocations_added' => 'このノードに割り当てを追加しました。',
'node_deleted' => 'ノードがパネルから削除されました。',
'node_created' => '正常に新しいノードを作成しました。「設定」タブでデーモンを自動的に設定できます。 <strong>サーバーを追加する前に、最初に少なくとも1つのIPアドレスとポートを割り当てる必要があります。</strong>',
'node_updated' => 'ノード情報が更新されました。デーモンの設定が変更された場合は、変更を反映するために再起動する必要があります。',
'unallocated_deleted' => '<code>:ip</code> に割り当てられていないポートをすべて削除しました。',
],
];