mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update i18n
This commit is contained in:
parent
4b6effb9c8
commit
b3d9b9e5cd
3 changed files with 18 additions and 3 deletions
Binary file not shown.
|
@ -77,7 +77,8 @@
|
||||||
"groupPost": "group post",
|
"groupPost": "group post",
|
||||||
"modlog": "modlog",
|
"modlog": "modlog",
|
||||||
"post": "post",
|
"post": "post",
|
||||||
"story": "story"
|
"story": "story",
|
||||||
|
"noneFound": "No notifications found"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"shareToFollowers": "Share to followers",
|
"shareToFollowers": "Share to followers",
|
||||||
|
@ -146,7 +147,13 @@
|
||||||
"add": "Add Story"
|
"add": "Add Story"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"peopleYouMayKnow": "People you may know"
|
"peopleYouMayKnow": "People you may know",
|
||||||
|
"onboarding": {
|
||||||
|
"welcome": "Welcome",
|
||||||
|
"thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.",
|
||||||
|
"letUsHelpYouFind": "Let us help you find some interesting people to follow",
|
||||||
|
"refreshFeed": "Refresh my feed"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"hashtags": {
|
"hashtags": {
|
||||||
"emptyFeed": "We can't seem to find any posts for this hashtag"
|
"emptyFeed": "We can't seem to find any posts for this hashtag"
|
||||||
|
|
|
@ -101,6 +101,7 @@ return [
|
||||||
'modlog' => 'modlog',
|
'modlog' => 'modlog',
|
||||||
'post' => 'post',
|
'post' => 'post',
|
||||||
'story' => 'story',
|
'story' => 'story',
|
||||||
|
'noneFound' => 'No notifications found',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -180,7 +181,14 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => 'People you may know'
|
'peopleYouMayKnow' => 'People you may know',
|
||||||
|
|
||||||
|
'onboarding' => [
|
||||||
|
'welcome' => 'Welcome',
|
||||||
|
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||||
|
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||||
|
'refreshFeed' => 'Refresh my feed',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
|
|
Loading…
Reference in a new issue