mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
New translations web.php (Hebrew)
[ci skip]
This commit is contained in:
parent
8f941d52bd
commit
bded1737b5
1 changed files with 18 additions and 18 deletions
|
@ -3,7 +3,7 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'הערה',
|
'comment' => 'העירו',
|
||||||
'commented' => 'העיר\ה',
|
'commented' => 'העיר\ה',
|
||||||
'comments' => 'הערות',
|
'comments' => 'הערות',
|
||||||
'like' => 'אוהב',
|
'like' => 'אוהב',
|
||||||
|
@ -52,7 +52,7 @@ return [
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'פרופיל',
|
'profile' => 'פרופיל',
|
||||||
'drive' => 'Drive',
|
'drive' => 'כונן (דרייב)',
|
||||||
'settings' => 'הגדרות',
|
'settings' => 'הגדרות',
|
||||||
'compose' => 'צרו חדש',
|
'compose' => 'צרו חדש',
|
||||||
|
|
||||||
|
@ -85,16 +85,16 @@ return [
|
||||||
|
|
||||||
'followed' => 'followed',
|
'followed' => 'followed',
|
||||||
'mentioned' => 'mentioned',
|
'mentioned' => 'mentioned',
|
||||||
'you' => 'you',
|
'you' => 'אתכם',
|
||||||
|
|
||||||
'yourApplication' => 'Your application to join',
|
'yourApplication' => 'בקשתכם להצטרפות',
|
||||||
'applicationApproved' => 'was approved!',
|
'applicationApproved' => 'אושרה!',
|
||||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
'applicationRejected' => 'נדחתה. ניתן לשלוח בקשה חוזרת לאחר 6 חודשים.',
|
||||||
|
|
||||||
'dm' => 'dm',
|
'dm' => 'הודעה אישית',
|
||||||
'groupPost' => 'group post',
|
'groupPost' => 'פוסט קבוצתי',
|
||||||
'modlog' => 'modlog',
|
'modlog' => 'modlog',
|
||||||
'post' => 'post',
|
'post' => 'פוסט',
|
||||||
'story' => 'story',
|
'story' => 'story',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -140,16 +140,16 @@ return [
|
||||||
'copyrightInfringement' => 'Copyright Infringement',
|
'copyrightInfringement' => 'Copyright Infringement',
|
||||||
'impersonation' => 'Impersonation',
|
'impersonation' => 'Impersonation',
|
||||||
'scamOrFraud' => 'Scam or Fraud',
|
'scamOrFraud' => 'Scam or Fraud',
|
||||||
'confirmReport' => 'Confirm Report',
|
'confirmReport' => 'אישור דיווח',
|
||||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
'confirmReportText' => 'האם אתם בטוחים שברצונכם לדווח על פוסט זה?',
|
||||||
'reportSent' => 'Report Sent!',
|
'reportSent' => 'דיווח נשלח!',
|
||||||
'reportSentText' => 'We have successfully received your report.',
|
'reportSentText' => 'התקבלה הדיווח.',
|
||||||
'reportSentError' => 'There was an issue reporting this post.',
|
'reportSentError' => 'הייתה תקלה בדיווח פוסט זה.',
|
||||||
|
|
||||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
'modAddCWConfirm' => 'אתם בטוחים שברצונכם להוסיף אזהרת תוכן לפוסט זה?',
|
||||||
'modCWSuccess' => 'Successfully added content warning',
|
'modCWSuccess' => 'אזהרת תוכן נוספה בהצלחה',
|
||||||
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
'modRemoveCWConfirm' => 'אתם בטוחים שברצונכם להסיר את אזהרת התוכן מפוסט זה?',
|
||||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
'modRemoveCWSuccess' => 'אזהרת תוכן הוסרה בהצלחה',
|
||||||
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
||||||
'modUnlistSuccess' => 'Successfully unlisted post',
|
'modUnlistSuccess' => 'Successfully unlisted post',
|
||||||
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
|
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
|
||||||
|
|
Loading…
Reference in a new issue