Skip to content

Commit e2cc751

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent e1bad6d commit e2cc751

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

l10n/ast.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
OC.L10N.register(
2+
"cloud_py_api",
3+
{
4+
"Error" : "Error",
5+
"Copy to clipboard" : "Copiar nel cartafueyu"
6+
},
7+
"nplurals=2; plural=(n != 1);");

l10n/ast.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{ "translations": {
2+
"Error" : "Error",
3+
"Copy to clipboard" : "Copiar nel cartafueyu"
4+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
5+
}

l10n/fr.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Full path to python interpreter" : "Chemin complet de l'interpréteur Python",
33
"Absolute path to the python runnable (e.g. \"/usr/bin/python3\"). Can be obtained by `which python3` command. Used when pre-compiled binaries option is not selected." : "Chemin absolu vers l'exécutable Python (ex. \"/usr/bin/python3\"). Peut être obtenu avec la commande `which python3`. Utilisé quand l'option binaires pré-compilés non sélectionnée.",
44
"Remote/Encrypted file size limit to process" : "Taille limite des fichiers distants/chiffrés à traiter",
5-
"Maximum file size (in GBytes) for requesting from php core. Used when file is hosted on remote NC instance or have encrypted flag. Must be less than total available RAM size." : "Taille de fichier maximale (en GBytes) pour les requêtes à partir du noyau PHP. Utilisé lorsque les fichiers sont hébergés sur une instance NC distante ou ont l'indicateur chiffré. Doit être inférieure à la taille totale de RAM disponible.",
5+
"Maximum file size (in GBytes) for requesting from php core. Used when file is hosted on remote NC instance or have encrypted flag. Must be less than total available RAM size." : "Taille de fichier maximale (en Go) pour les requêtes à partir du noyau PHP. Utilisé lorsque les fichiers sont hébergés sur une instance NC distante ou ont l'indicateur chiffré. Doit être inférieure à la taille totale de RAM disponible.",
66
"Use path to PHP interpreter for Python from settings" : "Utiliser le chemin paramétré de l'interpréteur PHP avec Python",
77
"Determine whether to use path from settings or detect it automatically (may not work with some unusual PHP install locations). Used in Python part." : "Détermine l'utilisation du chemin configuré dans les paramètres ou sa détection automatique (peut ne pas fonctionner avec des chemins d'installation inhabituels de PHP). Utilisé dans la partie Python.",
88
"Full path to PHP interpreter for Python" : "Chemin complet de l'interpréteur PHP pour Python",

0 commit comments

Comments
 (0)