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

ka_GE.js « l10n « federation « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be1bf168b283ec6794f357ce530ba3d861c754b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "federation",
    {
    "Added to the list of trusted servers" : "დაემატა სანდო სერვერების სიას",
    "Server is already in the list of trusted servers." : "სერვერი უკვე დაცული სერვერების სიაშია.",
    "No server to federate with found" : "სერვერი რომელთანაც შედგება ფედერალიზირება არ იქნა ნაპოვნი",
    "Could not add server" : "სერვერის დამატება ვერ მოხერხდა",
    "Federation" : "ფედერაცია",
    "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ფედერალიზაცია იძლევა საშუალებას დაუკავშირდეთ სხვა დაცულ სერვერებს და გაცვალოთ მომხმარებლის დირექტორია. მაგალითისთვის ეს გამოყენებულ იქნება, რომ მოხდეს ექსტერნალური მომხმარებლების ფედერალური გაზიარებისთვის ავტო-დასრულება.",
    "Trusted servers" : "სანდო სერვერები",
    "+ Add trusted server" : "+ სანდო სერვერის დამატება",
    "Trusted server" : "სანდო სერვერი",
    "Add" : "დამატება",
    "Add server automatically once a federated share was created successfully" : "სერვერის ავტომატურად დამატება, როდესაც ფედერალური გაზიარება წარმატებით შეიქმნება"
},
"nplurals=2; plural=(n!=1);");