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

lo.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 969c89b381b7622ff72b6c29dc839819230a656d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OC.L10N.register(
    "user_status",
    {
    "Clear status message after" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມພາຍຫຼັງ",
    "Set status" : "ຕັ້ງຄ່າສະຖານະພາບ",
    "Online status" : "ສະຖານະພາບອອນລາຍ",
    "Status message" : "ສະຖານະຂໍ້ຄວາມ",
    "Clear status message" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມ",
    "Set status message" : "ຕັ້ງຄ່າສະຖານະພາບຂໍ້ຄວາມ",
    "Away" : "ອອກໄປ",
    "Do not disturb" : "ຫ້າມລົບກວນ",
    "Don't clear" : "ບໍ່ຈະແຈ້ງ",
    "Today" : "ມື້ນີ້",
    "This week" : "ທິດນີ້",
    "Online" : "ອອນລາຍ",
    "Invisible" : "ເບິ່ງບໍ່ເຫັນ",
    "Offline" : "ອັອບລາຍ",
    "30 minutes" : "30 ນາທີ",
    "1 hour" : "1 ຊົ່ວໂມງ",
    "4 hours" : "4 ຊົ່ວໂມງ",
    "Mute all notifications" : "ປິດການແຈ້ງເຕືອນທັງໝົດ",
    "Appear offline" : "ເປີດອັອບລາຍ",
    "What's your status?" : "ສະຖານະຂອງທ່ານແມ່ນຫຍັງ?"
},
"nplurals=1; plural=0;");