mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 01:12:01 +00:00

otetranome - Portuguese, Brazilian; Portuguese forght - German glottis0q - German ernestoacostame - Spanish Lucian I. Last (lil5) - Dutch ButterflyOfFire (BoFFire) - Arabic eorn - Breton Angelos Chouvardas (achouvardas) - Greek Russian Retro (retrograde) - Russian cExplorer - German GabiSnow - Spanish CTHTC - German Romain de Laage (rdelaage) - Spanish LuuzViir (Spanish) Samuel Roland (samuelroland) - French thelama - Portuguese
38 lines
1.2 KiB
PHP
38 lines
1.2 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* @copyright 2021 Ad Aures
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
* @link https://castopod.org/
|
|
*/
|
|
|
|
return [
|
|
'your_handle' => 'Your handle',
|
|
'your_handle_hint' => 'Enter the @username@domain you want to act from.',
|
|
'follow' => [
|
|
'label' => 'تابِع',
|
|
'title' => 'Follow {actorDisplayName}',
|
|
'subtitle' => 'إنك بصدد متابعة:',
|
|
'accountNotFound' => 'لا يمكن العثور على الحساب.',
|
|
'remoteFollowNotAllowed' => 'Seems like the account server does not allow remote follows…',
|
|
'submit' => 'اتمم المتابعة',
|
|
],
|
|
'favourite' => [
|
|
'title' => "Favourite {actorDisplayName}'s post",
|
|
'subtitle' => 'You are going to favourite:',
|
|
'submit' => 'Proceed to favourite',
|
|
],
|
|
'reblog' => [
|
|
'title' => "Share {actorDisplayName}'s post",
|
|
'subtitle' => 'You are going to share:',
|
|
'submit' => 'اتمم المشاركة',
|
|
],
|
|
'reply' => [
|
|
'title' => "Reply to {actorDisplayName}'s post",
|
|
'subtitle' => 'You are going to reply to:',
|
|
'submit' => 'Proceed to reply',
|
|
],
|
|
];
|