mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
New translations web.php (Hebrew)
[ci skip]
This commit is contained in:
parent
cdfd53ec27
commit
b4030c2d82
1 changed files with 7 additions and 7 deletions
|
@ -3,9 +3,9 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'העירו',
|
'comment' => 'תגובה',
|
||||||
'commented' => 'העיר\ה',
|
'commented' => 'הגיבו',
|
||||||
'comments' => 'הערות',
|
'comments' => 'תגובות',
|
||||||
'like' => 'אוהב',
|
'like' => 'אוהב',
|
||||||
'liked' => 'אהבתי',
|
'liked' => 'אהבתי',
|
||||||
'likes' => 'אהבות',
|
'likes' => 'אהבות',
|
||||||
|
@ -75,7 +75,7 @@ return [
|
||||||
|
|
||||||
'notifications' => [
|
'notifications' => [
|
||||||
'liked' => 'אהבו לך',
|
'liked' => 'אהבו לך',
|
||||||
'commented' => 'העירו לך על',
|
'commented' => 'הגיבו לך על',
|
||||||
'reacted' => 'הגיבו לך על',
|
'reacted' => 'הגיבו לך על',
|
||||||
'shared' => 'שיתפו לך',
|
'shared' => 'שיתפו לך',
|
||||||
'tagged' => 'תייגו אותך בתוך',
|
'tagged' => 'תייגו אותך בתוך',
|
||||||
|
@ -117,8 +117,8 @@ return [
|
||||||
'followRequested' => 'בקשת עקיבה',
|
'followRequested' => 'בקשת עקיבה',
|
||||||
'joined' => 'הצטרפויות',
|
'joined' => 'הצטרפויות',
|
||||||
|
|
||||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
'emptyCollections' => 'לא נמצאו אוספים',
|
||||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
'emptyPosts' => 'לא נמצאו פוסטים',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
|
@ -179,7 +179,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
'emptyFeed' => 'לא נמצאו פוסטים עבור תיוג זה'
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue