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

lo.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10dbf8c1cdfa3584ed573f919ff8aab9d2a9a746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "lib",
    {
    "Unknown filetype" : "ບໍ່ຮູ້ປະເພດຂອງຟາຍ",
    "Invalid image" : "ບໍ່ມີຮູບພາບ",
    "seconds ago" : "ວິນາທີຜ່ານມາ",
    "__language_name__" : "ຂີ້ຕົວະ",
    "Help" : "ການຊ່ວຍເຫຼືອ",
    "Apps" : "ແອັບພລິເຄຊັນ",
    "Settings" : "ການຕັ້ງຄ່າ",
    "Log out" : "ອອກຈາກລະບົບ",
    "Users" : "ຜູ້ໃຊ້",
    "Email" : "ອິເມວ",
    "Twitter" : "Twitter",
    "Website" : "ເວັບໄຊ",
    "Address" : "ທີ່ຢູ່",
    "About" : "ກ່ຽວກັບ",
    "Full name" : "ຊື່ເຕັມ",
    "Role" : "ພາລະບົດບາດ",
    "User disabled" : "ປິດຊື່ຜູ້ໃຊ້"
},
"nplurals=1; plural=0;");