-
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.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
f7a22df
commit d484c05
Showing
2 changed files
with
30 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,7 +1,21 @@ | ||
OC.L10N.register( | ||
"fulltextsearch", | ||
{ | ||
"the search returned {total} results in {time} ms" : "fuair an cuardach {total} torthaí in {time} ms", | ||
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "thug an cuardach i {title} le haghaidh \"{search}\" torthaí {total} ar ais in {time} ms", | ||
"Search" : "Cuardach", | ||
"General" : "Ginearálta" | ||
"Index not found" : "Innéacs gan aimsiú", | ||
"Process timed out" : "Chuaigh an próiseas thar am", | ||
"Full Text Search" : "Cuardach Téacs Iomlán", | ||
"Full text search" : "Cuardach téacs iomlán", | ||
"Core of the full-text search framework for Nextcloud" : "Croílár an chreata cuardaigh téacs iomlán do Nextcloud", | ||
"Core App of the full-text search framework for your Nextcloud." : "Aip lárnach den chreat cuardaigh téacs iomlán do do Nextcloud.", | ||
"Search on %s" : "Cuardaigh ar %s", | ||
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Seiceáil an vicí le haghaidh doiciméadú a bhaineann le suiteáil agus cumraíocht an chuardaigh téacs iomlán laistigh de do Nextcloud le do thoil", | ||
"General" : "Ginearálta", | ||
"Search Platform" : "Ardán Cuardaigh", | ||
"Select the app to index content and answer search queries." : "Roghnaigh an aip chun ábhar a innéacsú agus chun ceisteanna cuardaigh a fhreagairt.", | ||
"Navigation Icon" : "Deilbhín Nascleanúna", | ||
"Enable global search within all your content." : "Cumasaigh cuardach domhanda laistigh d'ábhar go léir." | ||
}, | ||
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); |
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,5 +1,19 @@ | ||
{ "translations": { | ||
"the search returned {total} results in {time} ms" : "fuair an cuardach {total} torthaí in {time} ms", | ||
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "thug an cuardach i {title} le haghaidh \"{search}\" torthaí {total} ar ais in {time} ms", | ||
"Search" : "Cuardach", | ||
"General" : "Ginearálta" | ||
"Index not found" : "Innéacs gan aimsiú", | ||
"Process timed out" : "Chuaigh an próiseas thar am", | ||
"Full Text Search" : "Cuardach Téacs Iomlán", | ||
"Full text search" : "Cuardach téacs iomlán", | ||
"Core of the full-text search framework for Nextcloud" : "Croílár an chreata cuardaigh téacs iomlán do Nextcloud", | ||
"Core App of the full-text search framework for your Nextcloud." : "Aip lárnach den chreat cuardaigh téacs iomlán do do Nextcloud.", | ||
"Search on %s" : "Cuardaigh ar %s", | ||
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Seiceáil an vicí le haghaidh doiciméadú a bhaineann le suiteáil agus cumraíocht an chuardaigh téacs iomlán laistigh de do Nextcloud le do thoil", | ||
"General" : "Ginearálta", | ||
"Search Platform" : "Ardán Cuardaigh", | ||
"Select the app to index content and answer search queries." : "Roghnaigh an aip chun ábhar a innéacsú agus chun ceisteanna cuardaigh a fhreagairt.", | ||
"Navigation Icon" : "Deilbhín Nascleanúna", | ||
"Enable global search within all your content." : "Cumasaigh cuardach domhanda laistigh d'ábhar go léir." | ||
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" | ||
} |