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

vi.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ebf6b16d961aeb157c054905ae2b67f26fe4058a (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
OC.L10N.register(
    "user_status",
    {
    "Commuting" : "Đang di chuyển",
    "What is your status?" : "Trạng thái của bạn là gì?",
    "Set status" : "Đặt trạng thái",
    "Online status" : "Trạng thái trực tuyến",
    "Status message" : "Thông báo trạng thái",
    "Clear status message" : "Xoá thông báo trạng thái",
    "Set status message" : "Đặt thông báo trạng thái",
    "Away" : "Tạm vắng",
    "Do not disturb" : "Đừng làm phiền",
    "Don't clear" : "Không xoá",
    "Today" : "Hôm nay",
    "This week" : "Tuần này",
    "Online" : "Trực tuyến",
    "Invisible" : "Vô hình",
    "30 minutes" : "30 phút",
    "1 hour" : "1 tiếng",
    "4 hours" : "4 tiếng",
    "Clear status message after" : "Xoá thông báo trạng thái sau",
    "What's your status?" : "Trạng thái của bạn là gì?"
},
"nplurals=1; plural=0;");