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-02-01 06:11:50 +0300
committerNextcloud bot <bot@nextcloud.com>2022-02-01 06:11:50 +0300
commit1521f1c9ab030bbf0bcdc3a05dad9a2b3e151456 (patch)
tree79a653d9a360018e143138f5b3aae19bbeaaeb10
parent40c86409f20d35140e3aebc4edd78842ec5665de (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ca.js22
-rw-r--r--l10n/ca.json22
2 files changed, 42 insertions, 2 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index 83377c5..9f8988a 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -2,9 +2,15 @@ OC.L10N.register(
"serverinfo",
{
"CPU info not available" : "Informació del processador no disponible",
+ "Load average: {cpu} (last minute)" : "Mitjana de càrrega: {cpu} (última hora)",
+ "RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM: Total: {memTotalBytes}/Ús actual: {memUsageBytes}",
+ "RAM info not available" : "La informació de la RAM no està disponible",
+ "SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "SWAP: Total: {swapTotalBytes}/Ús actual: {swapUsageBytes}",
+ "SWAP info not available" : "La informació de SWAP no està disponible",
"Users" : "Usuaris",
"Groups" : "Grups",
"Links" : "Enllaços",
+ "Emails" : "Correus electrònics",
"Federated sent" : "Federat enviat",
"Federated received" : "Federat rebut",
"Talk conversations" : "Converses",
@@ -22,6 +28,7 @@ OC.L10N.register(
"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "Proporciona informació útil del servidor, com ara la càrrega del processador, l’ús de memòria RAM, l’ús del disc, el nombre d’usuaris, etc.",
"Operating System" : "Sistema Operatiu",
"CPU" : "Processador",
+ "Unknown Processor" : "Processador desconegut",
"Memory" : "Memòria",
"Server time" : "Hora del servidor",
"Uptime" : "Temps de funcionament",
@@ -33,6 +40,9 @@ OC.L10N.register(
"Available" : "Disponible",
"Used" : "Utilitzat",
"You will get a notification once one of your disks is nearly full." : "Rebreu una notificació quan un dels vostres discs estigui gairebé ple.",
+ "Files" : "Arxius",
+ "Storages" : "Magatzems",
+ "Free Space" : "Espai lliure",
"Network" : "Xarxa",
"Hostname" : "Servidor",
"DNS" : "DNS",
@@ -43,11 +53,20 @@ OC.L10N.register(
"IPv4" : "IPv4",
"IPv6" : "IPv6",
"Active users" : "Usuaris actius",
+ "Total users" : "Total d'usuaris",
"Shares" : "Compartits",
"PHP" : "PHP",
+ "Version" : "Versió",
+ "Memory limit" : "Límit de memòria",
+ "Max execution time" : "Temps màxim d'execució",
+ "Upload max size" : "Mida màxima de pujada",
"Database" : "Base de dades",
+ "Type" : "Tipus",
"External monitoring tool" : "Eina externa de monitorització",
+ "You can connect an external monitoring tool by using this end point" : "Podeu connectar una eina de monitorització externa mitjançant aquest punt d’accés",
"Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "Afegint \"?format=json\" al final de la URL rebreu el resultat en format JSON.",
+ "To use an access token, please generate one then set it using the following command" : "Per utilitzar un testimoni d'accés, genereu-ne un i, a continuació, definiu-lo amb la comanda següent",
+ "Then pass the token with the \"NC-Token\" header when querying the above URL." : "A continuació, passeu el testimoni amb la capçalera \"NC-Token\" quan consulteu l’adreça URL anterior.",
"Load average" : "Càrrega mitja",
"Last minute" : "Darrer minut",
"Memory info not available" : "Informació de la memòria no disponible",
@@ -64,6 +83,7 @@ OC.L10N.register(
"Upload max size:" : "Mida màxima per càrregues:",
"Type:" : "Tipus:",
"Size:" : "Mida:",
- "You can connect an external monitoring tool by using this end point:" : "Podeu connectar una eina externa de monitorització fent servir aquest punt final:"
+ "You can connect an external monitoring tool by using this end point:" : "Podeu connectar una eina externa de monitorització fent servir aquest punt final:",
+ "To use an access token please generate one then set it using the following command:" : "Per utilitzar un testimoni d'accés, genereu-ne un i, a continuació, establiu-lo amb la comanda següent:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ca.json b/l10n/ca.json
index d686e7c..a19b478 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -1,8 +1,14 @@
{ "translations": {
"CPU info not available" : "Informació del processador no disponible",
+ "Load average: {cpu} (last minute)" : "Mitjana de càrrega: {cpu} (última hora)",
+ "RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM: Total: {memTotalBytes}/Ús actual: {memUsageBytes}",
+ "RAM info not available" : "La informació de la RAM no està disponible",
+ "SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "SWAP: Total: {swapTotalBytes}/Ús actual: {swapUsageBytes}",
+ "SWAP info not available" : "La informació de SWAP no està disponible",
"Users" : "Usuaris",
"Groups" : "Grups",
"Links" : "Enllaços",
+ "Emails" : "Correus electrònics",
"Federated sent" : "Federat enviat",
"Federated received" : "Federat rebut",
"Talk conversations" : "Converses",
@@ -20,6 +26,7 @@
"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "Proporciona informació útil del servidor, com ara la càrrega del processador, l’ús de memòria RAM, l’ús del disc, el nombre d’usuaris, etc.",
"Operating System" : "Sistema Operatiu",
"CPU" : "Processador",
+ "Unknown Processor" : "Processador desconegut",
"Memory" : "Memòria",
"Server time" : "Hora del servidor",
"Uptime" : "Temps de funcionament",
@@ -31,6 +38,9 @@
"Available" : "Disponible",
"Used" : "Utilitzat",
"You will get a notification once one of your disks is nearly full." : "Rebreu una notificació quan un dels vostres discs estigui gairebé ple.",
+ "Files" : "Arxius",
+ "Storages" : "Magatzems",
+ "Free Space" : "Espai lliure",
"Network" : "Xarxa",
"Hostname" : "Servidor",
"DNS" : "DNS",
@@ -41,11 +51,20 @@
"IPv4" : "IPv4",
"IPv6" : "IPv6",
"Active users" : "Usuaris actius",
+ "Total users" : "Total d'usuaris",
"Shares" : "Compartits",
"PHP" : "PHP",
+ "Version" : "Versió",
+ "Memory limit" : "Límit de memòria",
+ "Max execution time" : "Temps màxim d'execució",
+ "Upload max size" : "Mida màxima de pujada",
"Database" : "Base de dades",
+ "Type" : "Tipus",
"External monitoring tool" : "Eina externa de monitorització",
+ "You can connect an external monitoring tool by using this end point" : "Podeu connectar una eina de monitorització externa mitjançant aquest punt d’accés",
"Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "Afegint \"?format=json\" al final de la URL rebreu el resultat en format JSON.",
+ "To use an access token, please generate one then set it using the following command" : "Per utilitzar un testimoni d'accés, genereu-ne un i, a continuació, definiu-lo amb la comanda següent",
+ "Then pass the token with the \"NC-Token\" header when querying the above URL." : "A continuació, passeu el testimoni amb la capçalera \"NC-Token\" quan consulteu l’adreça URL anterior.",
"Load average" : "Càrrega mitja",
"Last minute" : "Darrer minut",
"Memory info not available" : "Informació de la memòria no disponible",
@@ -62,6 +81,7 @@
"Upload max size:" : "Mida màxima per càrregues:",
"Type:" : "Tipus:",
"Size:" : "Mida:",
- "You can connect an external monitoring tool by using this end point:" : "Podeu connectar una eina externa de monitorització fent servir aquest punt final:"
+ "You can connect an external monitoring tool by using this end point:" : "Podeu connectar una eina externa de monitorització fent servir aquest punt final:",
+ "To use an access token please generate one then set it using the following command:" : "Per utilitzar un testimoni d'accés, genereu-ne un i, a continuació, establiu-lo amb la comanda següent:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file