nextcloud/apps/oauth2/l10n/he.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
1.6 KiB
JSON
Raw Normal View History

2018-04-02 20:11:47 -04:00
{ "translations": {
2020-02-25 21:18:20 -05:00
"Your client is not authorized to connect. Please inform the administrator of your client." : "הלקוח שלך לא אישר את החיבור. נא ליידע את מנהל המערכת שלך על הלקוח שלך.",
2018-07-11 20:12:42 -04:00
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "כתובת ההפניה שלך חייבת להיות כתובת מלאה, למשל: https://yourdomain.com/path",
2018-06-27 06:06:12 -04:00
"OAuth 2.0" : "OAuth 2.0",
2019-12-21 21:28:34 -05:00
"Allows OAuth2 compatible authentication from other web applications." : "מאפשר אימות תואם OAuth2 מיישומי אינטרנט אחרים.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "יישומון OAuth2 מאפשר למנהלים להגדיר את הסדר האימות המובנה כדי לאפשר אימות תואם OAuth2 מיישומים אחרים.",
2018-04-02 20:11:47 -04:00
"OAuth 2.0 clients" : "לקוחות OAuth 2.0",
2020-02-25 21:18:20 -05:00
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל {instanceName}.",
2018-11-16 20:12:47 -05:00
"Name" : "שם",
2018-06-27 06:06:12 -04:00
"Redirection URI" : "כתובת הפנייה",
2018-11-16 20:12:47 -05:00
"Client Identifier" : "זיהוי לקו",
"Secret key" : "מפתח סודי",
"Add client" : "הוספת לקוחי",
"Add" : "הוספה",
"Delete" : "מחיקה",
"Show client secret" : "הצגת סוד לקוח"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
2018-04-02 20:11:47 -04:00
}