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

ko.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cad751b4c02f0c65d2960ed39c5e113cbd8cb12d (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "text",
    {
    "Text" : "텍스트",
    "Retry" : "다시 시도",
    "Unsaved changes" : "저장하지 않은 변경 사항",
    "Edit" : "편집",
    "Undo" : "실행 취소"
},
"nplurals=1; plural=0;");