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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-06-12 06:21:51 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-12 06:21:51 +0300
commit489ec1bb083a104e6c597e6c50bcdf011d07c999 (patch)
treec32df71ab6fcaee294cfb83b5e8acd0a30a9a4e8
parentbdb9ddc0d1b746877101d8129d5827c5754d6097 (diff)
[tx-robot] updated from transifexv23.0.6rc1v23.0.6
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ja.js6
-rw-r--r--l10n/ja.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/l10n/ja.js b/l10n/ja.js
index 634d61f..c0d7bd5 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -2,7 +2,10 @@ OC.L10N.register(
"serverinfo",
{
"CPU info not available" : "CPU情報が利用できません",
+ "Load average: {cpu} (last minute)" : "平均ロード: {cpu} (最終11分)",
+ "RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM: 合計: {memTotalBytes}/現在の使用率: {memUsageBytes}",
"RAM info not available" : "RAM情報が利用不可",
+ "SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "スワップ: 合計: {swapTotalBytes}/現在の使用率: {swapUsageBytes}",
"SWAP info not available" : "SWAP情報なし",
"Users" : "ユーザー",
"Groups" : "グループ",
@@ -57,7 +60,10 @@ OC.L10N.register(
"PHP" : "PHP",
"Version:" : "バージョン:",
"Memory limit:" : "メモリ制限:",
+ "Max execution time:" : "最大実行時間:",
"Upload max size:" : "最大アップロードサイズ:",
+ "Extensions:" : "拡張:",
+ "Unable to list extensions" : "拡張リストを読み込めません",
"Database" : "データベース",
"Type:" : "タイプ:",
"External monitoring tool" : "外部モニタリングツール",
diff --git a/l10n/ja.json b/l10n/ja.json
index a2e29e4..83968bd 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -1,6 +1,9 @@
{ "translations": {
"CPU info not available" : "CPU情報が利用できません",
+ "Load average: {cpu} (last minute)" : "平均ロード: {cpu} (最終11分)",
+ "RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM: 合計: {memTotalBytes}/現在の使用率: {memUsageBytes}",
"RAM info not available" : "RAM情報が利用不可",
+ "SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "スワップ: 合計: {swapTotalBytes}/現在の使用率: {swapUsageBytes}",
"SWAP info not available" : "SWAP情報なし",
"Users" : "ユーザー",
"Groups" : "グループ",
@@ -55,7 +58,10 @@
"PHP" : "PHP",
"Version:" : "バージョン:",
"Memory limit:" : "メモリ制限:",
+ "Max execution time:" : "最大実行時間:",
"Upload max size:" : "最大アップロードサイズ:",
+ "Extensions:" : "拡張:",
+ "Unable to list extensions" : "拡張リストを読み込めません",
"Database" : "データベース",
"Type:" : "タイプ:",
"External monitoring tool" : "外部モニタリングツール",