2020-12-26 23:32:05 +00:00
< ? php
return [
'whoops' => 'Whoops!' ,
'hello' => 'Hola!' ,
'salutation' => 'Atentament,<br> :company_name' ,
'subcopy' => 'Si tens problemes quan prems el botó ":text", copia i enganxa l\'enllaç de sota al teu navegador: [:url](:url)' ,
2021-07-01 08:16:51 +00:00
'reads' => 'Llegit|Llegides' ,
'read_all' => 'Llegir-ho tot' ,
'mark_read' => 'Marca com a llegida' ,
'mark_read_all' => 'Marcades totes com llegides' ,
'new_apps' => 'Nova app|Noves apps' ,
'upcoming_bills' => 'Pròximes factures' ,
'recurring_invoices' => 'Factures recurrents' ,
'recurring_bills' => 'Factures recurrents' ,
2020-12-26 23:32:05 +00:00
2021-03-18 15:51:37 +00:00
'update' => [
'mail' => [
'subject' => '⚠️ L\'actualització a :domain ha fallat' ,
'message' => '
L\ 'actualització de :alias des de :current_version a :new_version ha fallat al pas <strong>:step</strong> amb el següent missatge d\'error: :error_message' ,
],
'slack' => [
'message' => 'L\'actualització ha fallat a :domain' ,
],
],
2021-04-21 00:23:27 +00:00
'import' => [
'completed' => [
2021-07-01 08:16:51 +00:00
2021-04-21 00:23:27 +00:00
'subject' => 'Importació completada' ,
'description' => 'S\'ha completat la importació i els registres ja estan disponibles al teu tauler.' ,
2021-07-01 08:16:51 +00:00
2021-04-21 00:23:27 +00:00
],
'failed' => [
2021-07-01 08:16:51 +00:00
2021-04-21 00:23:27 +00:00
'subject' => 'Ha fallat la importació.' ,
'description' => 'No s\'ha pogut importar el fitxer a causa de:' ,
2021-07-01 08:16:51 +00:00
2021-04-21 00:23:27 +00:00
],
],
'export' => [
'completed' => [
2021-07-01 08:16:51 +00:00
2021-04-21 00:23:27 +00:00
'subject' => 'L\'exportació està disponible.' ,
'description' => 'Pots descarregar el fitxer d\'exportació prement el següent enllaç:' ,
2021-07-01 08:16:51 +00:00
2021-04-21 00:23:27 +00:00
],
'failed' => [
2021-07-01 08:16:51 +00:00
2021-04-21 00:23:27 +00:00
'subject' => 'Ha fallat l\'exportació' ,
'description' => 'No s\'ha pogut crear el fitxer d\'exportació a causa de:' ,
2021-07-01 08:16:51 +00:00
2021-04-21 00:23:27 +00:00
],
],
2021-07-01 08:16:51 +00:00
'messages' => [
'mark_read' => ':type ha llegit aquesta notificació!' ,
'mark_read_all' => ':type ha llegit totes les notificacions!' ,
'new_app' => ':type app publicada.' ,
'export' => 'El fitxer d\'exportació de :type està disponible a <a href=":url" target="_blank"><b>descarrega</b></a>.' ,
'import' => 'S\'ha importat correctament <b>:count</b> de :type.' ,
],
2020-12-26 23:32:05 +00:00
];