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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-08 06:38:41 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-08 06:38:41 +0300
commit81ac5b8cf6c2d8efe32d634e7764679c0a22f2de (patch)
treea35829d0cd8193b03e0aa420ca98f558cb9db331 /l10n
parentb9843649230f1e6af49922bff7d670c1e949a64c (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/ca.js11
-rw-r--r--l10n/ca.json9
2 files changed, 20 insertions, 0 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
new file mode 100644
index 0000000..5063ed6
--- /dev/null
+++ b/l10n/ca.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "El tipus d'algoritme \"%s\" no és un tipus vàlid o suportat.",
+ "File not found." : "No s'ha trobat el fitxer.",
+ "Checksum" : "Suma de verificació",
+ "Creating a hash checksum of a file." : "Creant una suma de verificació de un fitxer",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permet als usuaris crear una suma de verificació d'un fitxer\n Els algoritmes possibles són md5, sha1, sha256, sha384, sha512 i crc32.\n\n Només cal obrir la vista de detall del fitxer (Barra lateral). Hi hauria d'haver una nova pestanya anomenada \"Suma de verificació\".\n Trieu un algoritme i en provarà de generar un resum.\n Si voleu un altre algoritme, només cliqueu en el botó de recarregar.",
+ "Choose Algorithm" : "Trieu Algoritme"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ca.json b/l10n/ca.json
new file mode 100644
index 0000000..91689fc
--- /dev/null
+++ b/l10n/ca.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "El tipus d'algoritme \"%s\" no és un tipus vàlid o suportat.",
+ "File not found." : "No s'ha trobat el fitxer.",
+ "Checksum" : "Suma de verificació",
+ "Creating a hash checksum of a file." : "Creant una suma de verificació de un fitxer",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permet als usuaris crear una suma de verificació d'un fitxer\n Els algoritmes possibles són md5, sha1, sha256, sha384, sha512 i crc32.\n\n Només cal obrir la vista de detall del fitxer (Barra lateral). Hi hauria d'haver una nova pestanya anomenada \"Suma de verificació\".\n Trieu un algoritme i en provarà de generar un resum.\n Si voleu un altre algoritme, només cliqueu en el botó de recarregar.",
+ "Choose Algorithm" : "Trieu Algoritme"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file