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

vi.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a37f4549ee79479870a3e615fdfd93413cff7593 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "text",
    {
    "Saved" : "Đã lưu",
    "Last saved {lastSaved}" : "Đã lưu lần cuối {lastSaved}",
    "Unsaved changes" : "Thay đổi chưa được lưu",
    "Add notes, lists or links …" : "Thêm ghi chú, danh sách hoặc đường dẫn",
    "Edit" : "Chỉnh sửa"
},
"nplurals=1; plural=0;");