mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-13 01:54:30 +00:00
New translations web.php (Occitan)
[ci skip]
This commit is contained in:
parent
92a01062a8
commit
c166562119
1 changed files with 13 additions and 13 deletions
|
@ -4,8 +4,8 @@ return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comentar',
|
'comment' => 'Comentar',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Comentat',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Comentaris',
|
||||||
'like' => 'Like',
|
'like' => 'Like',
|
||||||
'liked' => 'Liked',
|
'liked' => 'Liked',
|
||||||
'likes' => 'Likes',
|
'likes' => 'Likes',
|
||||||
|
@ -13,11 +13,11 @@ return [
|
||||||
'shared' => 'Shared',
|
'shared' => 'Shared',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Shares',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Unshare',
|
||||||
'bookmark' => 'Bookmark',
|
'bookmark' => 'Marcapaginas',
|
||||||
|
|
||||||
'cancel' => 'Anullar',
|
'cancel' => 'Anullar',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'Copy Link',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Suprimir',
|
||||||
'error' => 'Error',
|
'error' => 'Error',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'Something went wrong. Please try again later.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'Oops!',
|
||||||
|
@ -26,7 +26,7 @@ return [
|
||||||
'success' => 'Success',
|
'success' => 'Success',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => 'Proceed',
|
||||||
'next' => 'Next',
|
'next' => 'Next',
|
||||||
'close' => 'Close',
|
'close' => 'Tampar',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'Sensitive',
|
||||||
|
@ -58,24 +58,24 @@ return [
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'Profile',
|
'profile' => 'Profile',
|
||||||
'drive' => 'Drive',
|
'drive' => 'Drive',
|
||||||
'settings' => 'Settings',
|
'settings' => 'Paramètres',
|
||||||
'compose' => 'Create New',
|
'compose' => 'Create New',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Logout',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'About',
|
'about' => 'A prepaus',
|
||||||
'help' => 'Help',
|
'help' => 'Ajuda',
|
||||||
'language' => 'Language',
|
'language' => 'Lenga',
|
||||||
'privacy' => 'Privacy',
|
'privacy' => 'Confidencialitat',
|
||||||
'terms' => 'Terms',
|
'terms' => 'Condicions d’utilizacion',
|
||||||
|
|
||||||
// Temporary links
|
// Temporary links
|
||||||
'backToPreviousDesign' => 'Go back to previous design'
|
'backToPreviousDesign' => 'Go back to previous design'
|
||||||
],
|
],
|
||||||
|
|
||||||
'directMessages' => [
|
'directMessages' => [
|
||||||
'inbox' => 'Inbox',
|
'inbox' => 'Dintrant',
|
||||||
'sent' => 'Sent',
|
'sent' => 'Mandats',
|
||||||
'requests' => 'Requests'
|
'requests' => 'Requests'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue