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: 50af4cd355d5be5223ac1110e2dbb1a4174f45de (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
OC.L10N.register(
    "serverinfo",
    {
    "Load average" : "ロードアベレージ",
    "Last minute" : "直近",
    "Memory info not available" : "メモリ情報が利用できません",
    "Total" : "合計",
    "Current usage" : "現在の利用",
    "Users" : "ユーザ",
    "Groups" : "グループ",
    "Links" : "リンク",
    "Federated sent" : "統合送信",
    "Federated received" : "統合受信",
    "Last 24 hours" : "24時間以内",
    "Last 1 hour" : "1時間以内",
    "Last 5 mins" : "5分以内",
    "Monitoring" : "モニタリング",
    "CPU load" : "CPU負荷",
    "Memory usage" : "メモリ利用",
    "Active users" : "アクティブユーザ数",
    "Shares" : "共有数",
    "Storage" : "ストレージ",
    "Users:" : "ユーザ数",
    "Files:" : "ファイル数",
    "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: " : "このエンドポイントを利用して外部モニタリングツールに接続することが可能です:",
    "Server info" : "サーバー情報",
    "You can connect a external monitoring tool by using this end point: " : "このエンドポイントに外部モニターツールを接続できます:"
},
"nplurals=1; plural=0;");