Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Mar 8, 2024
1 parent def65ae commit 61df3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ OC.L10N.register(
"Right click menu for Nextcloud" : "כפתור ימני ל־Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "יישומון זה מאפשר למשתמשים ולמפתחים להשתמש בכפתור הימני כדי לפתוח תפריט. ניתן להשתמש ברכיב RightClick כדי ליצור תפריטי הקשר במהירות רבה. יישומון הקבצים כבר מציג את תפריט הפעולות בעת לחיצה עם הכפתור הימני על קבצים ותיקיות."
},
"nplurals=3; 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;");
2 changes: 1 addition & 1 deletion l10n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"Right click" : "כפתור ימני",
"Right click menu for Nextcloud" : "כפתור ימני ל־Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "יישומון זה מאפשר למשתמשים ולמפתחים להשתמש בכפתור הימני כדי לפתוח תפריט. ניתן להשתמש ברכיב RightClick כדי ליצור תפריטי הקשר במהירות רבה. יישומון הקבצים כבר מציג את תפריט הפעולות בעת לחיצה עם הכפתור הימני על קבצים ותיקיות."
},"pluralForm" :"nplurals=3; 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;"
}

0 comments on commit 61df3f4

Please sign in to comment.