mirror of https://github.com/pixelfed/pixelfed.git
parent
21dabfb85b
commit
b6603ea46d
|
@ -15,11 +15,11 @@ return [
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Unshare',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Cancel',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => '复制链接',
|
||||||
'delete' => 'Delete',
|
'delete' => '删除',
|
||||||
'error' => 'Error',
|
'error' => '错误',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => '出错了。请稍后再试。',
|
||||||
'oops' => 'Oops!',
|
'oops' => '哎呀!',
|
||||||
'other' => 'Other',
|
'other' => 'Other',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'Read more',
|
||||||
'success' => 'Success',
|
'success' => 'Success',
|
||||||
|
@ -60,7 +60,7 @@ return [
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'About',
|
'about' => 'About',
|
||||||
'help' => 'Help',
|
'help' => 'Help',
|
||||||
'language' => 'Language',
|
'language' => '语言',
|
||||||
'privacy' => 'Privacy',
|
'privacy' => 'Privacy',
|
||||||
'terms' => 'Terms',
|
'terms' => 'Terms',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue