зеркало из https://github.com/nextcloud/notes.git
12 строки
446 B
JavaScript
12 строки
446 B
JavaScript
|
OC.L10N.register(
|
||
|
"notes",
|
||
|
{
|
||
|
"Notes" : "메모",
|
||
|
"New note" : "새 메모",
|
||
|
"There are unsaved notes. Leaving the page will discard all changes!" : "저장하지 않은 메모가 있습니다. 이 페이지를 벗어나면 변경 사항이 손실됩니다!",
|
||
|
"Delete note" : "메모 삭제",
|
||
|
"Saving failed!" : "저장할 수 없습니다!",
|
||
|
"_%n word_::_%n words_" : ["단어 %n개"]
|
||
|
},
|
||
|
"nplurals=1; plural=0;");
|