Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2024-02-28 01:22:04 +00:00
parent 26e9050807
commit 7ded079ed1
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 6 additions and 6 deletions

View File

@ -11,8 +11,8 @@ OC.L10N.register(
"Undo Delete" : "ביטול מחיקה",
"Note recovered" : "הפתק שוחזר",
"There are unsaved notes. Leaving the page will discard all changes!" : "ישנן הערות שלא נשמרו. יציאה מהעמוד תעלים את השינויים שערכת!",
"_Deleted {number} note_::_Deleted {number} notes_" : ["פתק אחד נמחק","{number} פתקים נמחקו","{number} פתקים נמחקו","{number} פתקים נמחקו"],
"_Recovered {number} note_::_Recovered {number} notes_" : ["פתק אחד שוחזר","{number} פתקים שוחזרו","{number} פתקים שוחזרו","{number} פתקים שוחזרו"],
"_Deleted {number} note_::_Deleted {number} notes_" : ["פתק אחד נמחק","{number} פתקים נמחקו","{number} פתקים נמחקו"],
"_Recovered {number} note_::_Recovered {number} notes_" : ["פתק אחד שוחזר","{number} פתקים שוחזרו","{number} פתקים שוחזרו"],
"Write down your thoughts without any distractions." : "כתיבת המחשבות שלך ללא הסחות.",
"Organize your notes in categories." : "ארגון הפתקים שלך בקטגוריות.",
"Folder to store your notes" : "תיקייה לאחסון הפתקיות שלך",
@ -73,4 +73,4 @@ OC.L10N.register(
"Tasks" : "משימות",
"Development Mode" : "מצב פיתוח"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

View File

@ -9,8 +9,8 @@
"Undo Delete" : "ביטול מחיקה",
"Note recovered" : "הפתק שוחזר",
"There are unsaved notes. Leaving the page will discard all changes!" : "ישנן הערות שלא נשמרו. יציאה מהעמוד תעלים את השינויים שערכת!",
"_Deleted {number} note_::_Deleted {number} notes_" : ["פתק אחד נמחק","{number} פתקים נמחקו","{number} פתקים נמחקו","{number} פתקים נמחקו"],
"_Recovered {number} note_::_Recovered {number} notes_" : ["פתק אחד שוחזר","{number} פתקים שוחזרו","{number} פתקים שוחזרו","{number} פתקים שוחזרו"],
"_Deleted {number} note_::_Deleted {number} notes_" : ["פתק אחד נמחק","{number} פתקים נמחקו","{number} פתקים נמחקו"],
"_Recovered {number} note_::_Recovered {number} notes_" : ["פתק אחד שוחזר","{number} פתקים שוחזרו","{number} פתקים שוחזרו"],
"Write down your thoughts without any distractions." : "כתיבת המחשבות שלך ללא הסחות.",
"Organize your notes in categories." : "ארגון הפתקים שלך בקטגוריות.",
"Folder to store your notes" : "תיקייה לאחסון הפתקיות שלך",
@ -70,5 +70,5 @@
"Uncategorized" : "ללא קטגוריה",
"Tasks" : "משימות",
"Development Mode" : "מצב פיתוח"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
}