Skip to content

Commit be8b9a1

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 50f11f5 commit be8b9a1

2 files changed

Lines changed: 76 additions & 2 deletions

File tree

l10n/ja.js

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ OC.L10N.register(
44
"CPU info not available" : "CPU情報が利用できません",
55
"CPU Usage:" : "CPU使用率:",
66
"Load average: {percentage} % ({load}) last minute" : "ロードアベレージ: {percentage}% ({load}) 直近1分間",
7+
"{lastMinutePercentage} % ({lastMinute}) last Minute\n{last5MinutesPercentage} % ({last5Minutes}) last 5 Minutes\n{last15MinutesPercentage} % ({last15Minutes}) last 15 Minutes" : "{lastMinutePercentage} % ({lastMinute}) 最新\n{last5MinutesPercentage}% ({last5Minutes}) 直近 5 分\n{last15MinutesPercentage}% ({last15Minutes}) 直近 15 分",
8+
"RAM Usage:" : "RAM使用量:",
9+
"SWAP Usage:" : "SWAP使用量:",
710
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM: 合計: {memTotalBytes}/現在の使用率: {memUsageBytes}",
811
"RAM info not available" : "RAM情報が利用不可",
912
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "スワップ: 合計: {swapTotalBytes}/現在の使用率: {swapUsageBytes}",
@@ -39,27 +42,61 @@ OC.L10N.register(
3942
"Gateway:" : "ゲートウェイ:",
4043
"Status:" : "ステータス:",
4144
"Speed:" : "速度:",
45+
"Duplex:" : "Duplex:",
4246
"MAC:" : "MAC:",
4347
"IPv4:" : "IPv4:",
4448
"IPv6:" : "IPv6:",
4549
"Active users" : "アクティブユーザー数",
50+
"Last hour" : "1時間以内",
51+
"%s%% of all users" : "全ユーザーの%s%%",
52+
"Last 24 Hours" : "24時間以内",
53+
"Last 7 Days" : "7日以内",
54+
"Last 30 Days" : "30日以内",
4655
"Shares" : "共有数",
4756
"Users:" : "ユーザー数:",
57+
"Groups:" : "グループ:",
58+
"Links:" : "リンク:",
59+
"Emails:" : "メール: ",
60+
"Federated sent:" : "統合送信:",
61+
"Federated received:" : "統合受信:",
62+
"Talk conversations:" : "会話:",
4863
"PHP" : "PHP",
4964
"Version:" : "バージョン:",
5065
"Memory limit:" : "メモリ制限:",
5166
"Max execution time:" : "最大実行時間:",
5267
"Upload max size:" : "最大アップロードサイズ:",
68+
"OPcache Revalidate Frequency:" : "OPcache再検証の頻度:",
5369
"Extensions:" : "拡張:",
5470
"Unable to list extensions" : "拡張リストを読み込めません",
71+
"Show phpinfo" : "phpinfoを表示",
72+
"FPM worker pool" : "FPMワーカープール",
73+
"Pool name:" : "プール名:",
74+
"Pool type:" : "プールタイプ:",
75+
"Start time:" : "開始時刻:",
76+
"Accepted connections:" : "許可された接続:",
77+
"Total processes:" : "全プロセス:",
78+
"Active processes:" : "アクティブなプロセス:",
79+
"Idle processes:" : "アイドルプロセス:",
80+
"Listen queue:" : "リッスン・キュー:",
81+
"Slow requests:" : "低速な要求:",
82+
"Max listen queue:" : "最大のリッスン・キュー:",
83+
"Max active processes:" : "最大のアクティブなプロセス:",
84+
"Max children reached:" : "最大の子数に達した:",
5585
"Database" : "データベース",
5686
"Type:" : "タイプ:",
5787
"External monitoring tool" : "外部モニタリングツール",
88+
"Use this end point to connect an external monitoring tool:" : "このエンドポイントを使用して外部モニタリングツールを接続します:",
5889
"Copy" : "コピー",
90+
"Output in JSON" : "JSONでの出力",
91+
"Skip apps section (including apps section will send an external request to the app store)" : "アプリセクションをスキップする(アプリセクションを含むとアプリストアに外部リクエストが送信される)",
92+
"Skip server update" : "サーバーの更新をスキップ",
5993
"To use an access token, please generate one then set it using the following command:" : "アクセストークンを使用するには、アクセストークンを生成し、以下のコマンドで設定してください。",
6094
"Then pass the token with the \"NC-Token\" header when querying the above URL." : "次に、上記のURLをクエリするときに、\"NC-Token\" ヘッダーでトークンを渡します。",
6195
"Load average: {cpu} (last minute)" : "平均ロード: {cpu} (最終11分)",
6296
"DNS:" : "DNS:",
63-
"Total users:" : "総ユーザー数:"
97+
"Total users:" : "総ユーザー数:",
98+
"24 hours:" : "24 時間:",
99+
"1 hour:" : "1時間:",
100+
"5 mins:" : "5分:"
64101
},
65102
"nplurals=1; plural=0;");

l10n/ja.json

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"CPU info not available" : "CPU情報が利用できません",
33
"CPU Usage:" : "CPU使用率:",
44
"Load average: {percentage} % ({load}) last minute" : "ロードアベレージ: {percentage}% ({load}) 直近1分間",
5+
"{lastMinutePercentage} % ({lastMinute}) last Minute\n{last5MinutesPercentage} % ({last5Minutes}) last 5 Minutes\n{last15MinutesPercentage} % ({last15Minutes}) last 15 Minutes" : "{lastMinutePercentage} % ({lastMinute}) 最新\n{last5MinutesPercentage}% ({last5Minutes}) 直近 5 分\n{last15MinutesPercentage}% ({last15Minutes}) 直近 15 分",
6+
"RAM Usage:" : "RAM使用量:",
7+
"SWAP Usage:" : "SWAP使用量:",
58
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM: 合計: {memTotalBytes}/現在の使用率: {memUsageBytes}",
69
"RAM info not available" : "RAM情報が利用不可",
710
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "スワップ: 合計: {swapTotalBytes}/現在の使用率: {swapUsageBytes}",
@@ -37,27 +40,61 @@
3740
"Gateway:" : "ゲートウェイ:",
3841
"Status:" : "ステータス:",
3942
"Speed:" : "速度:",
43+
"Duplex:" : "Duplex:",
4044
"MAC:" : "MAC:",
4145
"IPv4:" : "IPv4:",
4246
"IPv6:" : "IPv6:",
4347
"Active users" : "アクティブユーザー数",
48+
"Last hour" : "1時間以内",
49+
"%s%% of all users" : "全ユーザーの%s%%",
50+
"Last 24 Hours" : "24時間以内",
51+
"Last 7 Days" : "7日以内",
52+
"Last 30 Days" : "30日以内",
4453
"Shares" : "共有数",
4554
"Users:" : "ユーザー数:",
55+
"Groups:" : "グループ:",
56+
"Links:" : "リンク:",
57+
"Emails:" : "メール: ",
58+
"Federated sent:" : "統合送信:",
59+
"Federated received:" : "統合受信:",
60+
"Talk conversations:" : "会話:",
4661
"PHP" : "PHP",
4762
"Version:" : "バージョン:",
4863
"Memory limit:" : "メモリ制限:",
4964
"Max execution time:" : "最大実行時間:",
5065
"Upload max size:" : "最大アップロードサイズ:",
66+
"OPcache Revalidate Frequency:" : "OPcache再検証の頻度:",
5167
"Extensions:" : "拡張:",
5268
"Unable to list extensions" : "拡張リストを読み込めません",
69+
"Show phpinfo" : "phpinfoを表示",
70+
"FPM worker pool" : "FPMワーカープール",
71+
"Pool name:" : "プール名:",
72+
"Pool type:" : "プールタイプ:",
73+
"Start time:" : "開始時刻:",
74+
"Accepted connections:" : "許可された接続:",
75+
"Total processes:" : "全プロセス:",
76+
"Active processes:" : "アクティブなプロセス:",
77+
"Idle processes:" : "アイドルプロセス:",
78+
"Listen queue:" : "リッスン・キュー:",
79+
"Slow requests:" : "低速な要求:",
80+
"Max listen queue:" : "最大のリッスン・キュー:",
81+
"Max active processes:" : "最大のアクティブなプロセス:",
82+
"Max children reached:" : "最大の子数に達した:",
5383
"Database" : "データベース",
5484
"Type:" : "タイプ:",
5585
"External monitoring tool" : "外部モニタリングツール",
86+
"Use this end point to connect an external monitoring tool:" : "このエンドポイントを使用して外部モニタリングツールを接続します:",
5687
"Copy" : "コピー",
88+
"Output in JSON" : "JSONでの出力",
89+
"Skip apps section (including apps section will send an external request to the app store)" : "アプリセクションをスキップする(アプリセクションを含むとアプリストアに外部リクエストが送信される)",
90+
"Skip server update" : "サーバーの更新をスキップ",
5791
"To use an access token, please generate one then set it using the following command:" : "アクセストークンを使用するには、アクセストークンを生成し、以下のコマンドで設定してください。",
5892
"Then pass the token with the \"NC-Token\" header when querying the above URL." : "次に、上記のURLをクエリするときに、\"NC-Token\" ヘッダーでトークンを渡します。",
5993
"Load average: {cpu} (last minute)" : "平均ロード: {cpu} (最終11分)",
6094
"DNS:" : "DNS:",
61-
"Total users:" : "総ユーザー数:"
95+
"Total users:" : "総ユーザー数:",
96+
"24 hours:" : "24 時間:",
97+
"1 hour:" : "1時間:",
98+
"5 mins:" : "5分:"
6299
},"pluralForm" :"nplurals=1; plural=0;"
63100
}

0 commit comments

Comments
 (0)