20 lines
985 B
JavaScript
20 lines
985 B
JavaScript
OC.L10N.register(
|
|
"integration_mastodon",
|
|
{
|
|
"Mastodon" : "Mastodon",
|
|
"Error getting OAuth access token" : "שגיאה בקבלת אסימון גישה עם OAuth",
|
|
"Error during OAuth exchanges" : "שגיאה במהלך החלפות OAuth",
|
|
"Mastodon home timeline" : "ציר הזמן של הבית של Mastodon",
|
|
"Mastodon notifications" : "התראות Mastodon",
|
|
"Bad HTTP method" : "שגיאה במתודת HTTP",
|
|
"Bad credentials" : "פרטי גישה שגויים",
|
|
"OAuth access token refused" : "אסימון הגישה ב־OAuth סורב",
|
|
"Connected accounts" : "חשבונות מקושרים",
|
|
"Mastodon integration" : "שילוב עם Mastodon",
|
|
"Incorrect access token" : "אסימון הגישה שגוי",
|
|
"Enable navigation link" : "הפעלת קישור ניווט",
|
|
"Cancel" : "Cancel",
|
|
"Connect" : "התחברות"
|
|
},
|
|
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
|