Skip to content

Commit d960cec

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 6f5f0bc commit d960cec

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

l10n/cs.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ OC.L10N.register(
171171
"Flag for the advanced setups only. Disables the FRP tunnel between ExApps and HaRP." : "Příznak pouze pro pokročilá uspořádání. Vypíná FRP tunel mezi ExApplikacem a HaRP.",
172172
"Disabled" : "Vypnuto",
173173
"Docker network for ex-app deployment must be defined" : "Je třeba definovat Docker síť pro nasazování ex-app",
174+
"Memory limit (in MiB)" : "Limit paměti (v MiB)",
175+
"Must be a positive integer" : "Je třeba, aby bylo celé kladné číslo",
176+
"Maximum CPU cores that the ExApp container can use (e.g. 0.5 for half a core, 2 for two cores)" : "Kolik jader procesoru nejvýše bude moci ExApp kontejner využívat (např. 0.5 pro půl jádra, 2 pro dvě jádra)",
177+
"CPU limit as decimal value" : "Limit na procesor (jako desítková hodnota)",
178+
"Must be a positive number" : "Je třeba, aby bylo kladné číslo",
174179
"Additional option" : "Další volba",
175180
"Add additional option" : "Přidat další volbu",
176181
"Option key (unique)" : "Klíč volby (neopakující se)",

l10n/cs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@
169169
"Flag for the advanced setups only. Disables the FRP tunnel between ExApps and HaRP." : "Příznak pouze pro pokročilá uspořádání. Vypíná FRP tunel mezi ExApplikacem a HaRP.",
170170
"Disabled" : "Vypnuto",
171171
"Docker network for ex-app deployment must be defined" : "Je třeba definovat Docker síť pro nasazování ex-app",
172+
"Memory limit (in MiB)" : "Limit paměti (v MiB)",
173+
"Must be a positive integer" : "Je třeba, aby bylo celé kladné číslo",
174+
"Maximum CPU cores that the ExApp container can use (e.g. 0.5 for half a core, 2 for two cores)" : "Kolik jader procesoru nejvýše bude moci ExApp kontejner využívat (např. 0.5 pro půl jádra, 2 pro dvě jádra)",
175+
"CPU limit as decimal value" : "Limit na procesor (jako desítková hodnota)",
176+
"Must be a positive number" : "Je třeba, aby bylo kladné číslo",
172177
"Additional option" : "Další volba",
173178
"Add additional option" : "Přidat další volbu",
174179
"Option key (unique)" : "Klíč volby (neopakující se)",

l10n/zh_HK.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ OC.L10N.register(
5959
"Failed to connect to Daemon. Check the logs" : "連線至幕後程式失敗。請檢查紀錄檔",
6060
"Failed to check connection to Daemon. Check the logs" : "檢查至幕後程式的連線失敗。請檢查紀錄檔",
6161
"Unlimited" : "無限制",
62+
"{size} GiB" : "{size} GiB",
63+
"{size} MiB" : "{size} MiB",
64+
"1 CPU" : "1 CPU",
65+
"{cpus} CPUs" : "{cpus} CPUs",
6266
"Deploy daemon config details" : "部署幕後程式設定詳細資訊",
6367
"Deploy Daemon" : "部署幕後程式",
6468
"Default daemon. ExApps will be installed on it" : "預設幕後程式。ExApps 將會安裝在其上",
@@ -75,6 +79,7 @@ OC.L10N.register(
7579
"GPUs support" : "GPUs 支援",
7680
"Compute device" : "計算裝置",
7781
"Memory limit" : "記憶體限制",
82+
"CPU limit" : "CPU 限制",
7883
"Additional options" : "附加選項",
7984
"Verify connection" : "驗證連線",
8085
"Registered Deploy daemons list" : "已註冊的部署幕後程式清單",
@@ -167,6 +172,12 @@ OC.L10N.register(
167172
"Flag for the advanced setups only. Disables the FRP tunnel between ExApps and HaRP." : "僅適用於高級設置的標誌。禁用 ExApps 和 HaRP 之間的 FRP 隧道。",
168173
"Disabled" : "停用",
169174
"Docker network for ex-app deployment must be defined" : "必須定義用於外部應用程式部署的 docker 網路",
175+
"Memory limit (in MiB)" : "記憶體限制(以 MiB 計)",
176+
"Maximum memory that the ExApp container can use in mebibytes" : "ExApp 容器可以使用的最大記憶體(以 MiB 計)",
177+
"Must be a positive integer" : "必須為正整數",
178+
"Maximum CPU cores that the ExApp container can use (e.g. 0.5 for half a core, 2 for two cores)" : "ExApp 容器可以使用的最大 CPU 核心數(舉例來說,半個核心為 0.5,兩個核心為 2)",
179+
"CPU limit as decimal value" : "CPU 限制(十進位值)",
180+
"Must be a positive number" : "必須為正數",
170181
"Additional option" : "附加選項",
171182
"Add additional option" : "添加附加選項",
172183
"Option key (unique)" : "選項密鑰(獨一無二的)",

l10n/zh_HK.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
"Failed to connect to Daemon. Check the logs" : "連線至幕後程式失敗。請檢查紀錄檔",
5858
"Failed to check connection to Daemon. Check the logs" : "檢查至幕後程式的連線失敗。請檢查紀錄檔",
5959
"Unlimited" : "無限制",
60+
"{size} GiB" : "{size} GiB",
61+
"{size} MiB" : "{size} MiB",
62+
"1 CPU" : "1 CPU",
63+
"{cpus} CPUs" : "{cpus} CPUs",
6064
"Deploy daemon config details" : "部署幕後程式設定詳細資訊",
6165
"Deploy Daemon" : "部署幕後程式",
6266
"Default daemon. ExApps will be installed on it" : "預設幕後程式。ExApps 將會安裝在其上",
@@ -73,6 +77,7 @@
7377
"GPUs support" : "GPUs 支援",
7478
"Compute device" : "計算裝置",
7579
"Memory limit" : "記憶體限制",
80+
"CPU limit" : "CPU 限制",
7681
"Additional options" : "附加選項",
7782
"Verify connection" : "驗證連線",
7883
"Registered Deploy daemons list" : "已註冊的部署幕後程式清單",
@@ -165,6 +170,12 @@
165170
"Flag for the advanced setups only. Disables the FRP tunnel between ExApps and HaRP." : "僅適用於高級設置的標誌。禁用 ExApps 和 HaRP 之間的 FRP 隧道。",
166171
"Disabled" : "停用",
167172
"Docker network for ex-app deployment must be defined" : "必須定義用於外部應用程式部署的 docker 網路",
173+
"Memory limit (in MiB)" : "記憶體限制(以 MiB 計)",
174+
"Maximum memory that the ExApp container can use in mebibytes" : "ExApp 容器可以使用的最大記憶體(以 MiB 計)",
175+
"Must be a positive integer" : "必須為正整數",
176+
"Maximum CPU cores that the ExApp container can use (e.g. 0.5 for half a core, 2 for two cores)" : "ExApp 容器可以使用的最大 CPU 核心數(舉例來說,半個核心為 0.5,兩個核心為 2)",
177+
"CPU limit as decimal value" : "CPU 限制(十進位值)",
178+
"Must be a positive number" : "必須為正數",
168179
"Additional option" : "附加選項",
169180
"Add additional option" : "添加附加選項",
170181
"Option key (unique)" : "選項密鑰(獨一無二的)",

0 commit comments

Comments
 (0)