Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Oct 18, 2018
1 parent 1b3f562 commit 70e253a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
7 changes: 6 additions & 1 deletion l10n/sv.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
OC.L10N.register(
"fulltextsearch",
{
"Search" : "Sök",
"Full text search" : "Fulltextsökning",
"Index not found" : "Index hittades inte",
"Search on %s" : "Sök på %s",
"General" : "Allmänt"
"General" : "Allmänt",
"Search Platform" : "Sökplattform",
"Select the app to index content and answer search queries." : "Välj app för att indexera innehåll och svara på sökfrågor.",
"Navigation Icon" : "Navigations-ikon",
"Enable global search within all your content." : "Aktivera global sökning för all din data."
},
"nplurals=2; plural=(n != 1);");
7 changes: 6 additions & 1 deletion l10n/sv.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{ "translations": {
"Search" : "Sök",
"Full text search" : "Fulltextsökning",
"Index not found" : "Index hittades inte",
"Search on %s" : "Sök på %s",
"General" : "Allmänt"
"General" : "Allmänt",
"Search Platform" : "Sökplattform",
"Select the app to index content and answer search queries." : "Välj app för att indexera innehåll och svara på sökfrågor.",
"Navigation Icon" : "Navigations-ikon",
"Enable global search within all your content." : "Aktivera global sökning för all din data."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
8 changes: 7 additions & 1 deletion l10n/tr.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
OC.L10N.register(
"fulltextsearch",
{
"Search" : "Arama",
"Full text search" : "Tam metin arama",
"Index not found" : "Dizin bulunamadı",
"Tick not found" : "İşaret bulunamadı",
"Core of the full-text search framework for Nextcloud" : "Nextcloud tam metin arama çatısının çekirdek uygulaması",
"Core App of the full-text search framework for your Nextcloud." : "Nextcloud tam metin arama çatısının çekirdek uygulaması.",
"Search on %s" : "%s üzerine arama",
"General" : "Genel"
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Nextcloud tam metin arama özelliğinin kurulması ve yapılandırılması için wiki belgelerine bakabilirsiniz",
"General" : "Genel",
"Search Platform" : "Arama Platformu",
"Select the app to index content and answer search queries." : "İçeriği dizine ekleyecek ve arama sorgularını yanıtlayacak uygulamayı seçin",
"Navigation Icon" : "Gezinme Simgesi",
"Enable global search within all your content." : "Tüm içeriğiniz üzerinde genel aramayı etkinleştirin."
},
"nplurals=2; plural=(n > 1);");
8 changes: 7 additions & 1 deletion l10n/tr.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{ "translations": {
"Search" : "Arama",
"Full text search" : "Tam metin arama",
"Index not found" : "Dizin bulunamadı",
"Tick not found" : "İşaret bulunamadı",
"Core of the full-text search framework for Nextcloud" : "Nextcloud tam metin arama çatısının çekirdek uygulaması",
"Core App of the full-text search framework for your Nextcloud." : "Nextcloud tam metin arama çatısının çekirdek uygulaması.",
"Search on %s" : "%s üzerine arama",
"General" : "Genel"
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Nextcloud tam metin arama özelliğinin kurulması ve yapılandırılması için wiki belgelerine bakabilirsiniz",
"General" : "Genel",
"Search Platform" : "Arama Platformu",
"Select the app to index content and answer search queries." : "İçeriği dizine ekleyecek ve arama sorgularını yanıtlayacak uygulamayı seçin",
"Navigation Icon" : "Gezinme Simgesi",
"Enable global search within all your content." : "Tüm içeriğiniz üzerinde genel aramayı etkinleştirin."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

0 comments on commit 70e253a

Please sign in to comment.