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

tr.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94b0029a87f79b8aa1eecad1fd8d2f94e9c298bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "firstrunwizard",
    {
    "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "Kendi şartlarınızla herhangi bir cihazdan dosyalarınızı, takvim etkinliklerinizi, irtibatlarınızı, e-postalarınızı ve daha birçok şeyi paylaşın ve erişin",
    "Get the apps to sync your files" : "Dosyalarınızı eşitlemek için uygulamaları indirin",
    "Desktop client" : "Masaüstü istemcisi",
    "Android app" : "Android uygulaması",
    "iOS app" : "iOS uygulaması",
    "Connect your desktop apps to %s" : "Masaüstü uygulamalarınızı %s'a bağlayın",
    "Connect your Calendar" : "Takviminizi bağlayın",
    "Connect your Contacts" : "Kişilerinizi bağlayın",
    "Documentation" : "Belgelendirme",
    "Access files via WebDAV" : "WebDAV ile dosyalarınıza erişin"
},
"nplurals=2; plural=(n > 1);");