aboutsummaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2021-11-16 23:25:33 +0800
committerGitHub <noreply@github.com>2021-11-16 23:25:33 +0800
commit7e1ae380975df0afab3fdc04c7a926181e5daba9 (patch)
treea6fa4eb2d15b88fc4ff953d748ee3937ff10446b /models
parent48ccd325a1b81a58ac6d1d5d94fc4e90974599ea (diff)
downloadgitea-7e1ae380975df0afab3fdc04c7a926181e5daba9.tar.gz
gitea-7e1ae380975df0afab3fdc04c7a926181e5daba9.zip
Move migrations into services and base into modules/migration (#17663)
* Move migrtions into services and base into modules/migration * Fix imports * Fix lint
Diffstat (limited to 'models')
-rw-r--r--models/task.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/task.go b/models/task.go
index 7da9307c95..c8af1a4967 100644
--- a/models/task.go
+++ b/models/task.go
@@ -9,7 +9,7 @@ import (
"code.gitea.io/gitea/models/db"
"code.gitea.io/gitea/modules/json"
- migration "code.gitea.io/gitea/modules/migrations/base"
+ "code.gitea.io/gitea/modules/migration"
"code.gitea.io/gitea/modules/secret"
"code.gitea.io/gitea/modules/setting"
"code.gitea.io/gitea/modules/structs"
utomated/noid/stable30-update-psalm-baseline Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/settings/l10n/he.php
blob: 818e5a8a37d1aaa604430444af96234d1f4cd503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php $TRANSLATIONS = array(
"Email saved" => "הדוא״ל נשמר",
"Invalid email" => "דוא״ל לא חוקי",
"OpenID Changed" => "OpenID השתנה",
"Invalid request" => "בקשה לא חוקית",
"Authentication error" => "שגיאת הזדהות",
"Language changed" => "שפה השתנתה",
"Disable" => "בטל",
"Enable" => "הפעל",
"Saving..." => "שומר..",
"__language_name__" => "עברית",
"Add your App" => "הוספת היישום שלך",
"Select an App" => "בחירת יישום",
"See application page at apps.owncloud.com" => "צפה בעמוד הישום ב apps.owncloud.com",
"Documentation" => "תיעוד",
"Managing Big Files" => "ניהול קבצים גדולים",
"Ask a question" => "שאל שאלה",
"Problems connecting to help database." => "בעיות בהתחברות לבסיס נתוני העזרה",
"Go there manually." => "גש לשם באופן ידני",
"Answer" => "מענה",
"Desktop and Mobile Syncing Clients" => "לקוחות סנכרון למחשב שולחני ולנייד",
"Download" => "הורדה",
"Unable to change your password" => "לא ניתן לשנות את הססמה שלך",
"Current password" => "ססמה נוכחית",
"New password" => "ססמה חדשה",
"show" => "הצגה",
"Change password" => "שינוי ססמה",
"Email" => "דוא״ל",
"Your email address" => "כתובת הדוא״ל שלך",
"Fill in an email address to enable password recovery" => "נא למלא את כתובת הדוא״ל שלך כדי לאפשר שחזור ססמה",
"Language" => "פה",
"Help translate" => "עזרה בתרגום",
"use this address to connect to your ownCloud in your file manager" => "השתמש בכתובת זו כדי להתחבר ל־ownCloude שלך ממנהל הקבצים",
"Name" => "שם",
"Password" => "ססמה",
"Groups" => "קבוצות",
"Create" => "יצירה",
"Default Quota" => "מכסת בררת המחדל",
"Other" => "אחר",
"Quota" => "מכסה",
"Delete" => "מחיקה"
);