Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d6419e9c9ab412355cef7381ed2aede9fe1fcdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
OC.L10N.register(
    "serverinfo",
    {
    "CPU info not available" : "CPU情報が利用できません",
    "Load average" : "ロードアベレージ",
    "Last minute" : "直近",
    "Memory info not available" : "メモリ情報が利用できません",
    "Total" : "合計",
    "Current usage" : "現在の利用量",
    "Users" : "ユーザー",
    "Groups" : "グループ",
    "Links" : "リンク",
    "Mails" : "メール",
    "Federated sent" : "統合送信",
    "Federated received" : "統合受信",
    "Talk conversations" : "会話",
    "24 hours" : "24時間",
    "1 hour" : "1時間",
    "5 mins" : "5分",
    "Copy" : "コピー",
    "Copied!" : "コピー完了",
    "Not supported!" : "未対応",
    "Press ⌘-C to copy." : "⌘-C でコピーします。",
    "Press Ctrl-C to copy." : "Ctrl-Cを押してコピーします。",
    "System" : "システム",
    "Monitoring" : "モニタリング",
    "Monitoring app with useful server information" : "有用なサーバー情報でアプリケーションを監視する",
    "Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "CPU負荷、メモリ使用量、ディスク使用量、ユーザー数などの役に立つサーバー情報を提供します。",
    "Operating System" : "オペレーティングシステム",
    "CPU" : "CPU",
    "Memory" : "メモリ",
    "Server time" : "サーバー時刻",
    "Uptime" : "稼働時間",
    "Load" : "負荷",
    "Disk" : "ディスク",
    "Mount" : "マウント",
    "Filesystem" : "ファイルシステム",
    "Size" : "サイズ",
    "Available" : "利用可能",
    "Used" : "使用中",
    "You will get a notification once one of your disks is nearly full." : "いずれかのディスクがいっぱいになると通知を受け取ります。",
    "Files:" : "ファイル数:",
    "Storages:" : "ストレージ:",
    "Free Space:" : "空き容量:",
    "Network" : "ネットワーク",
    "Hostname" : "ホスト名",
    "DNS" : "DNS",
    "Gateway" : "ゲートウェイ",
    "Status" : "ステータス",
    "Speed" : "スピード",
    "MAC" : "MAC",
    "IPv4" : "IPv4",
    "IPv6" : "IPv6",
    "Active users" : "アクティブユーザー数",
    "Total users:" : "総ユーザー数:",
    "Shares" : "共有数",
    "PHP" : "PHP",
    "Version:" : "バージョン:",
    "Memory Limit:" : "メモリ制限:",
    "Max Execution Time:" : "最大実行時間:",
    "Upload max size:" : "最大アップロードサイズ:",
    "Database" : "データベース",
    "Type:" : "タイプ:",
    "Size:" : "サイズ:",
    "External monitoring tool" : "外部モニタリングツール",
    "You can connect an external monitoring tool by using this end point:" : "このエンドポイントを利用して外部モニタリングツールに接続することが可能です:",
    "Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "URLの最後に \"?format=json\" を追加すると、JSONの結果が得られます。",
    "Time Servers" : "タイムサーバー",
    "Did you know?" : "知ってますか?",
    "Appending \"?format=json\" at the end of the URL gives you the result in JSON format!" : "URLの最後に \"?format=json\" を追加すると、JSON形式の結果が得られます。"
},
"nplurals=1; plural=0;");