diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-13 00:19:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-13 00:19:53 +0000 |
commit | 895eb194497ebeb381ee6ebdc4274688f6a493fd (patch) | |
tree | 2dbac3ea08870fb44dc2423644283b6ef4778388 /core/l10n/ca.js | |
parent | c734a18ee83a3537193192f6b97d78575611ba9e (diff) | |
download | nextcloud-server-895eb194497ebeb381ee6ebdc4274688f6a493fd.tar.gz nextcloud-server-895eb194497ebeb381ee6ebdc4274688f6a493fd.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ca.js')
-rw-r--r-- | core/l10n/ca.js | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/core/l10n/ca.js b/core/l10n/ca.js index f298dfc315c..278bbda74b6 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -174,13 +174,16 @@ OC.L10N.register( "Install the Contacts app" : "Instal·la l'aplicació Contactes", "Loading your contacts …" : "S'estan carregant els contactes…", "Looking for {term} …" : "S'està cercant {term}…", - "Date" : "Data", - "Today" : "Avui", - "Last year" : "Últim any", - "Not found" : "No s'ha trobat", - "People" : "Persones", + "Search starts once you start typing and results may be reached with the arrow keys" : "La cerca comença quan escriviu i podeu accedir als resultats amb les tecles de cursor", + "Search for {name} only" : "Cerca només de {name}", + "Start typing to search" : "Escriviu per a cercar", + "Loading more results …" : "S'estan carregant més resultats…", "Load more results" : "Carrega més resultats", - "Searching …" : "S'està cercant…", + "Search" : "Cerca", + "No results for {query}" : "No hi ha cap resultat per a {query}", + "Press Enter to start searching" : "Premeu Retorn per a iniciar la cerca", + "An error occurred while searching for {type}" : "S'ha produït un error mentre en cercar {type}", + "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Introduïu {minSearchLength} caràcter o més per a cercar","Introduïu {minSearchLength} caràcters o més per a cercar"], "Forgot password?" : "Heu oblidat la contrasenya?", "Back to login form" : "Torna al formulari d'inici de sessió", "Back" : "Torna", @@ -190,22 +193,19 @@ OC.L10N.register( "You have not added any info yet" : "Encara no heu afegit cap informació", "{user} has not added any info yet" : "{user} encara no ha afegit cap informació", "Error opening the user status modal, try hard refreshing the page" : "S'ha produït un error en obrir el quadre de diàleg modal d'estat de l'usuari, proveu d'actualitzar la pàgina", - "Search starts once you start typing and results may be reached with the arrow keys" : "La cerca comença quan escriviu i podeu accedir als resultats amb les tecles de cursor", - "Search for {name} only" : "Cerca només de {name}", - "Start typing to search" : "Escriviu per a cercar", - "Loading more results …" : "S'estan carregant més resultats…", - "Search" : "Cerca", - "No results for {query}" : "No hi ha cap resultat per a {query}", - "Press Enter to start searching" : "Premeu Retorn per a iniciar la cerca", - "An error occurred while searching for {type}" : "S'ha produït un error mentre en cercar {type}", - "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Introduïu {minSearchLength} caràcter o més per a cercar","Introduïu {minSearchLength} caràcters o més per a cercar"], + "Search {types} …" : "Cerqueu {types}…", + "Date" : "Data", + "Today" : "Avui", + "Last year" : "Últim any", + "Not found" : "No s'ha trobat", + "People" : "Persones", + "Searching …" : "S'està cercant…", "This browser is not supported" : "Aquest navegador no és compatible", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "El vostre navegador no és compatible. Actualitzeu a una versió més recent o compatible.", "Continue with this unsupported browser" : "Continua amb aquest navegador no compatible", "Supported versions" : "Versions compatibles", "{name} version {version} and above" : "{name} versió {version} i posterior", "Settings menu" : "Menú de paràmetres", - "Search {types} …" : "Cerqueu {types}…", "No" : "No", "Yes" : "Sí", "Choose {file}" : "Tria {file}", |