File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ OC . L10N . register (
2+ "notes" ,
3+ {
4+ "Notes" : "הערות" ,
5+ "New note" : "הערה חדשה" ,
6+ "Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב" ,
7+ "Delete note" : "מחיקת הערה"
8+ } ,
9+ "nplurals=2; plural=(n != 1);" ) ;
Original file line number Diff line number Diff line change 1+ { "translations" : {
2+ "Notes" : " הערות" ,
3+ "New note" : " הערה חדשה" ,
4+ "Note is currently saving. Leaving " : " הערה בשמירה כרגע. עוזב" ,
5+ "Delete note" : " מחיקת הערה"
6+ },"pluralForm" :" nplurals=2; plural=(n != 1);"
7+ }
Original file line number Diff line number Diff line change 11<?php
22$ TRANSLATIONS = array (
3- "Notes " => "הערות "
3+ "Notes " => "הערות " ,
4+ "New note " => "הערה חדשה " ,
5+ "Note is currently saving. Leaving " => "הערה בשמירה כרגע. עוזב " ,
6+ "Delete note " => "מחיקת הערה "
47);
58$ PLURAL_FORMS = "nplurals=2; plural=(n != 1); " ;
You can’t perform that action at this time.
0 commit comments