From 52a980fc60340eebd5a57d50b234521dacfdcb67 Mon Sep 17 00:00:00 2001 From: Yaron Shahrabani Date: Thu, 21 Nov 2024 14:51:32 +0000 Subject: [PATCH] fix(l10n): translated using Weblate (Hebrew) Currently translated at 71.5% (138 of 193 strings) Translation: ubuntu-desktop-translations/App Center Translate-URL: https://hosted.weblate.org/projects/ubuntu-desktop-translations/app-center/he/ --- packages/app_center/lib/src/l10n/app_he.arb | 50 ++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/packages/app_center/lib/src/l10n/app_he.arb b/packages/app_center/lib/src/l10n/app_he.arb index 8623f27e9..3c78f8642 100644 --- a/packages/app_center/lib/src/l10n/app_he.arb +++ b/packages/app_center/lib/src/l10n/app_he.arb @@ -304,5 +304,53 @@ } }, "localDebDialogConfirmation": "להתקין אותו?", - "@localDebDialogConfirmation": {} + "@localDebDialogConfirmation": {}, + "managePageDescription": "לבדוק אם יש עדכונים זמינים, לעדכן את היישומים שלך ולנהל את מצבם של כל היישומים שלך.", + "@managePageDescription": {}, + "managePageShowDetailsLabel": "הצגת פרטים", + "@managePageShowDetailsLabel": {}, + "managePageShowSystemSnapsLabel": "הצגת snapים של המערכת", + "@managePageShowSystemSnapsLabel": {}, + "managePageUpdateAllLabel": "לעדכן הכול", + "@managePageUpdateAllLabel": {}, + "managePageUpdatedDaysAgo": "עודכן לפני {n, plural, =1{יום} =2{יומיים} other{{n} ימים}}", + "@managePageUpdatedDaysAgo": { + "placeholders": { + "n": { + "type": "int" + } + } + }, + "managePageUpdatedWeeksAgo": "עודכן לפני {n, plural, =1{שבוע} =2{שבועיים} other{{n} שבועות}}", + "@managePageUpdatedWeeksAgo": { + "placeholders": { + "n": { + "type": "int" + } + } + }, + "managePageUpdatedMonthsAgo": "עודכן לפני {n, plural, =1{חודש} =2{חודשיים} other{{n} חודשים}}", + "@managePageUpdatedMonthsAgo": { + "placeholders": { + "n": { + "type": "int" + } + } + }, + "managePageUpdatedYearsAgo": "עודכן לפני {n, plural, =1{שנה} =2{שנתיים} other{{n} שנים}}", + "@managePageUpdatedYearsAgo": { + "placeholders": { + "n": { + "type": "int" + } + } + }, + "managePageUpdatesFailed": "{n, plural, =1{עדכון נכשל} other{{n} עדכונים נכשלו}}", + "@managePageUpdatesFailed": { + "placeholders": { + "n": { + "type": "int" + } + } + } }