-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
82dfbdd
commit 5138af4
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
OC.L10N.register( | ||
"fulltextsearch", | ||
{ | ||
"the search returned {total} results in {time} ms" : "sa chirca at torradu {total} resurtados in {time} ms", | ||
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "sa chirca in {title} pro \"{search}\" at torradu {total} resurtados in {time} ms", | ||
"Search" : "Chirca", | ||
"Index not found" : "Ìnditze no agatadu", | ||
"Process timed out" : "Protzessu iscadidu", | ||
"Full Text Search" : "Chirca de testu cumpletu", | ||
"Full text search" : "Chirca de testu cumpletu", | ||
"Core of the full-text search framework for Nextcloud" : "Nùcleu de s'infraistrutura de chirca de su testu integrale pro Nextcloud", | ||
"Core App of the full-text search framework for your Nextcloud." : "Aplicatzione printzipale de s'infraistrutura de chirca de su testu integrale pro su Nextcloud tuo.", | ||
"Search on %s" : "Chirca in %s", | ||
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Controlla sa documentatzione de sa wiki pro cantu tocat a s'installatzione e sa cunfiguratzione de sa chirca de testu cumpletu a intro de su Nextcloud tuo.", | ||
"General" : "Generale", | ||
"Search Platform" : "Prataforma de chirca", | ||
"Select the app to index content and answer search queries." : "Sèbera s'aplicatzione pro inditzizare is cuntenutos e rispòndere a is chircas.", | ||
"Navigation Icon" : "Icona de navigatzione", | ||
"Enable global search within all your content." : "Ativa sa chirca globale in totu su cuntenutu tuo." | ||
"Enable global search within all your content." : "Ativa sa chirca globale in totu su cuntenutu tuo.", | ||
"the search in {title} for '{search}' returned {total} results in {time} ms" : "sa chirca in {title} pro '{search}' at torradu {total} resurtados in {time} ms" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
{ "translations": { | ||
"the search returned {total} results in {time} ms" : "sa chirca at torradu {total} resurtados in {time} ms", | ||
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "sa chirca in {title} pro \"{search}\" at torradu {total} resurtados in {time} ms", | ||
"Search" : "Chirca", | ||
"Index not found" : "Ìnditze no agatadu", | ||
"Process timed out" : "Protzessu iscadidu", | ||
"Full Text Search" : "Chirca de testu cumpletu", | ||
"Full text search" : "Chirca de testu cumpletu", | ||
"Core of the full-text search framework for Nextcloud" : "Nùcleu de s'infraistrutura de chirca de su testu integrale pro Nextcloud", | ||
"Core App of the full-text search framework for your Nextcloud." : "Aplicatzione printzipale de s'infraistrutura de chirca de su testu integrale pro su Nextcloud tuo.", | ||
"Search on %s" : "Chirca in %s", | ||
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Controlla sa documentatzione de sa wiki pro cantu tocat a s'installatzione e sa cunfiguratzione de sa chirca de testu cumpletu a intro de su Nextcloud tuo.", | ||
"General" : "Generale", | ||
"Search Platform" : "Prataforma de chirca", | ||
"Select the app to index content and answer search queries." : "Sèbera s'aplicatzione pro inditzizare is cuntenutos e rispòndere a is chircas.", | ||
"Navigation Icon" : "Icona de navigatzione", | ||
"Enable global search within all your content." : "Ativa sa chirca globale in totu su cuntenutu tuo." | ||
"Enable global search within all your content." : "Ativa sa chirca globale in totu su cuntenutu tuo.", | ||
"the search in {title} for '{search}' returned {total} results in {time} ms" : "sa chirca in {title} pro '{search}' at torradu {total} resurtados in {time} ms" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |