зеркало из https://github.com/nextcloud/notes.git
[tx-robot] updated from transifex
This commit is contained in:
Родитель
f6a71732cf
Коммит
aa8dc1aca8
|
@ -0,0 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Notes" : "הערות",
|
||||
"New note" : "הערה חדשה",
|
||||
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב",
|
||||
"Delete note" : "מחיקת הערה"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,7 @@
|
|||
{ "translations": {
|
||||
"Notes" : "הערות",
|
||||
"New note" : "הערה חדשה",
|
||||
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב",
|
||||
"Delete note" : "מחיקת הערה"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,5 +1,8 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Notes" => "הערות"
|
||||
"Notes" => "הערות",
|
||||
"New note" => "הערה חדשה",
|
||||
"Note is currently saving. Leaving " => "הערה בשמירה כרגע. עוזב",
|
||||
"Delete note" => "מחיקת הערה"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
Загрузка…
Ссылка в новой задаче