. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'error' => [ 'chat' => [ 'empty' => 'אתה לא יכול לשלוח הודעה ריקה.', 'limit_exceeded' => 'הנך שולח הודעות מהר מידי, אנא המתן מעט לפני שליחת הודעה חדשה.', 'too_long' => 'ההודעה שאתם מנסים לשלוח ארוכה מדי.', ], ], 'scopes' => [ 'bot' => '', 'identify' => 'לזהות אותך ולקרוא את הפרופיל הציבורי שלך.', 'chat' => [ 'read' => '', 'write' => '', 'write_manage' => '', ], 'forum' => [ 'write' => '', ], 'friends' => [ 'read' => 'לראות אחרי מי אתה עוקב.', ], 'public' => 'קרא את הנתונים הציבוריים. ', ], ];