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

si.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe74ea36f30258f2788fc76385a71df3aa14fd40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "firstrunwizard",
    {
    "Not supported!" : "සහාය නොදක්වයි!",
    "Press ⌘-C to copy." : "පිටපත් කිරීමට ⌘-C ඔබන්න.",
    "Press Ctrl-C to copy." : "පිටපත් කිරීමට Ctrl-C ඔබන්න.",
    "App recommendation: Social" : "යෙදුම් නිර්දේශය: සමාජ",
    "About" : "පිළිබඳව",
    "Browse the app store" : "යෙදුම් ගබඩාව පිරික්සන්න",
    "Server address" : "සේවාදායක ලිපිනය",
    "Copy link" : "සබැඳිය පිටපත් කරන්න",
    "Previous" : "පෙර",
    "Next" : "ඊළඟ"
},
"nplurals=2; plural=(n != 1);");