mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00

- change language keys to kebab-case - add new languages to docs: ca, de, es, sr-latn, zh-hans
20 lines
549 B
PHP
20 lines
549 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* @copyright 2020 Ad Aures
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
* @link https://castopod.org/
|
|
*/
|
|
|
|
return [
|
|
'title' => 'Varslingar',
|
|
'reply' => '{actor_username} svara på innlegget ditt',
|
|
'favourite' => '{actor_username} merkte innlegget ditt som favoritt',
|
|
'reblog' => '{actor_username} delte innlegget ditt',
|
|
'follow' => '{actor_username} fylgde deg',
|
|
'no_notifications' => 'Ingen varslingar',
|
|
'mark_all_as_read' => 'Merk alle som lesne',
|
|
];
|