File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ OC.L10N.register(
4
4
"Notes" : "הערות" ,
5
5
"New note" : "הערה חדשה" ,
6
6
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב" ,
7
+ "_%n word_::_%n words_" : [ "%n מילה" , "%n מילים" ] ,
7
8
"Delete note" : "מחיקת הערה"
8
9
} ,
9
10
"nplurals=2; plural=(n != 1);" ) ;
Original file line number Diff line number Diff line change 2
2
"Notes" : " הערות" ,
3
3
"New note" : " הערה חדשה" ,
4
4
"Note is currently saving. Leaving " : " הערה בשמירה כרגע. עוזב" ,
5
+ "_%n word_::_%n words_" : [" %n מילה" ," %n מילים" ],
5
6
"Delete note" : " מחיקת הערה"
6
7
},"pluralForm" :" nplurals=2; plural=(n != 1);"
7
8
}
Original file line number Diff line number Diff line change 3
3
"Notes " => "הערות " ,
4
4
"New note " => "הערה חדשה " ,
5
5
"Note is currently saving. Leaving " => "הערה בשמירה כרגע. עוזב " ,
6
+ "_%n word_::_%n words_ " => array ("%n מילה " ,"%n מילים " ),
6
7
"Delete note " => "מחיקת הערה "
7
8
);
8
9
$ PLURAL_FORMS = "nplurals=2; plural=(n != 1); " ;
You can’t perform that action at this time.
0 commit comments