Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions l10n/mn.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
OC.L10N.register(
"notes",
{
"Notes" : "Тэмдэглэгээ",
"New note" : "Шинэ тэмдэглэгээ",
"Delete note" : "Тэмдэглэгээ устгах"
"Notes" : "Тэмдэглэлүүд",
"New note" : "Шинэ тэмдэглэл",
"Delete note" : "Тэмдэглэл устгах"
},
"nplurals=2; plural=(n != 1);");
6 changes: 3 additions & 3 deletions l10n/mn.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "translations": {
"Notes" : "Тэмдэглэгээ",
"New note" : "Шинэ тэмдэглэгээ",
"Delete note" : "Тэмдэглэгээ устгах"
"Notes" : "Тэмдэглэлүүд",
"New note" : "Шинэ тэмдэглэл",
"Delete note" : "Тэмдэглэл устгах"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
4 changes: 2 additions & 2 deletions l10n/zh-Hans.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
OC.L10N.register(
"notes",
{
"New note" : "新筆記",
"New note" : "新建笔记",
"Note is currently saving. Leaving the page will delete all changes!" : "正在保存笔记,离开页面将会放弃所有更改!",
"_%n word_::_%n words_" : ["%n 字"],
"Delete note" : "删除笔记",
"Favorite" : "我的最愛"
"Favorite" : "收藏"
},
"nplurals=1; plural=0;");
4 changes: 2 additions & 2 deletions l10n/zh-Hans.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ "translations": {
"New note" : "新筆記",
"New note" : "新建笔记",
"Note is currently saving. Leaving the page will delete all changes!" : "正在保存笔记,离开页面将会放弃所有更改!",
"_%n word_::_%n words_" : ["%n 字"],
"Delete note" : "删除笔记",
"Favorite" : "我的最愛"
"Favorite" : "收藏"
},"pluralForm" :"nplurals=1; plural=0;"
}