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

vi.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62626b589ffb8c8765516a1fe7a3f432870a61f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "files_texteditor",
    {
    "Saving …" : "Đang lưu ...",
    "Saved!" : "Đã lưu!",
    "Saved" : "Đã lưu",
    "An error occurred!" : "Có một lỗi đã xảy ra!",
    "Edit" : "Chỉnh sửa",
    "Preview" : "Xem trước",
    "New text file.txt" : "‎Tệp văn bản mới.txt‎"
},
"nplurals=1; plural=0;");