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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/ca.js19
-rw-r--r--l10n/ca.json19
2 files changed, 36 insertions, 2 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index 4de832b..fb737da 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -64,12 +64,29 @@ OC.L10N.register(
"Medium performance" : "Rendiment mitjà",
"Low performance" : "Baix rendiment",
"Lower performance" : "Menor rendiment",
+ "Live Index:" : "Índex en viu:",
"Disabled" : "Deshabilitat",
+ "Using Semaphore" : "Usant semàfor",
"Using Database" : "Utilitzant base de dades",
+ "Minimum Background Index delay:" : "Retorn de l'índex de fons mínim:",
"hours" : "hores",
+ "Maximum Background Index delay:" : "Retard màxim de l'índex de fons:",
"days" : "dies",
+ "Nextcloud Cron:" : "Nextcloud Cron:",
+ "Number of documents:" : "Nombre de documents : ",
+ "Number of segments:" : "Nombre de segments : ",
+ "it is recommended to do the very first indexing of your files using the ./occ nextant:index command." : "es recomana fer la primera indexació dels vostres fitxers utilitzant l'ordre ./occ nextant: index.",
+ "However, you can force it to be started as a background process." : "Tanmateix, podeu obligar-lo a iniciar-se com a procés en segon pla.",
+ "Force first index as a cronjob" : "Força el primer índex com a cronjob",
"Force index" : "Força index",
+ "Indexing is scheduled within the next few hours (Cron)" : "La indexació està programada durant les properes hores (Cron)",
"Indexing in progress" : "Indexació en procés",
- "Office Documents" : "Documents Office"
+ "Type of files to extract" : "Tipus de fitxers per extreure",
+ "Text File (Text, HTML, Subtitles, Source Code…)" : "Fitxer de text (text, HTML, subtítols, codi font ...)",
+ "EPUB / PDF / RTF" : "EPUB / PDF / RTF",
+ "Office Documents" : "Documents Office",
+ "Image (JPEG, TIFF)" : "Imatge (JPEG, TIFF)",
+ "Audio File (MP3, FLAC)" : "Fitxer d'àudio (MP3, FLAC)",
+ "Extensions you wish to ignore (.java .xml)" : "Extensions que voleu ignorar (.java .xml)"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ca.json b/l10n/ca.json
index d9baacb..88d7190 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -62,12 +62,29 @@
"Medium performance" : "Rendiment mitjà",
"Low performance" : "Baix rendiment",
"Lower performance" : "Menor rendiment",
+ "Live Index:" : "Índex en viu:",
"Disabled" : "Deshabilitat",
+ "Using Semaphore" : "Usant semàfor",
"Using Database" : "Utilitzant base de dades",
+ "Minimum Background Index delay:" : "Retorn de l'índex de fons mínim:",
"hours" : "hores",
+ "Maximum Background Index delay:" : "Retard màxim de l'índex de fons:",
"days" : "dies",
+ "Nextcloud Cron:" : "Nextcloud Cron:",
+ "Number of documents:" : "Nombre de documents : ",
+ "Number of segments:" : "Nombre de segments : ",
+ "it is recommended to do the very first indexing of your files using the ./occ nextant:index command." : "es recomana fer la primera indexació dels vostres fitxers utilitzant l'ordre ./occ nextant: index.",
+ "However, you can force it to be started as a background process." : "Tanmateix, podeu obligar-lo a iniciar-se com a procés en segon pla.",
+ "Force first index as a cronjob" : "Força el primer índex com a cronjob",
"Force index" : "Força index",
+ "Indexing is scheduled within the next few hours (Cron)" : "La indexació està programada durant les properes hores (Cron)",
"Indexing in progress" : "Indexació en procés",
- "Office Documents" : "Documents Office"
+ "Type of files to extract" : "Tipus de fitxers per extreure",
+ "Text File (Text, HTML, Subtitles, Source Code…)" : "Fitxer de text (text, HTML, subtítols, codi font ...)",
+ "EPUB / PDF / RTF" : "EPUB / PDF / RTF",
+ "Office Documents" : "Documents Office",
+ "Image (JPEG, TIFF)" : "Imatge (JPEG, TIFF)",
+ "Audio File (MP3, FLAC)" : "Fitxer d'àudio (MP3, FLAC)",
+ "Extensions you wish to ignore (.java .xml)" : "Extensions que voleu ignorar (.java .xml)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file