new crowdin translations
This commit is contained in:
@ -9,12 +9,23 @@ return [
|
||||
'new' => 'Nou',
|
||||
'top_free' => 'Gratuïts més populars',
|
||||
'free' => 'GRATIS',
|
||||
'monthly' => 'Mensualment',
|
||||
'yearly' => 'Anualment',
|
||||
'yearly_pricing' => 'Preu anual',
|
||||
'monthly_price' => 'des de :price',
|
||||
'per_month' => 'al mes',
|
||||
'billed_yearly' => 'Facturat anualment',
|
||||
'billed_monthly' => 'Facturat mensualment',
|
||||
'save_year' => 'T\'estalvies <strong>:price</strong> a l\'any!',
|
||||
'if_paid_year' => 'O <strong>:price/mes</strong> si pagues anualment',
|
||||
'information_monthly' => 'Aquesta opció només està disponible per al <strong>Cloud Service</strong>',
|
||||
'install' => 'Instal·la',
|
||||
'buy_now' => 'Compra ara',
|
||||
'get_api_key' => '<a href=":url" target="_blank">Prem aquí</a> per obtenir la teva clau de l\'API.',
|
||||
'no_apps' => 'Encara no hi ha cap App dins d\'aquesta categoria.',
|
||||
'become_developer' => 'Ets desenvolupador? <a href=":url" target="_blank">Aquí</a> podràs aprendre com crear una App i començar-la a vendre de seguida!',
|
||||
'recommended_apps' => 'Apps recomanades',
|
||||
'can_not_install' => 'Les subscripcions mensuals estan disponibles només al Cloud Service. <a href="https://akaunting.com/upgrade-to-yearly" target="_blank">Saber-ne més.</a>',
|
||||
|
||||
'about' => 'Sobre',
|
||||
|
||||
|
@ -3,6 +3,9 @@
|
||||
return [
|
||||
|
||||
'recurring' => 'Recurrent',
|
||||
'interval' => 'Interval',
|
||||
'frequency' => 'Freqüència',
|
||||
'count' => 'Recompte',
|
||||
'every' => 'Cada',
|
||||
'period' => 'Període',
|
||||
'times' => 'Vegades',
|
||||
@ -16,5 +19,7 @@ return [
|
||||
'months' => 'Mes(os)',
|
||||
'years' => 'Any(s)',
|
||||
'message' => 'Això és :type recurrent i el següent :type es generarà automàticament el :date',
|
||||
'message_parent' => 'Aquest/a :type s\'ha generat automàticament des de :link',
|
||||
'tooltip' => 'A més dels períodes predefinits, és possible ajustar els períodes personalitzats en funció dels requisits. <br><b>Consell:</b> Cal establir el recompte a zero per repetir-se indefinidament.',
|
||||
|
||||
];
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'reconciled' => 'Concilia',
|
||||
'expense_account' => 'Compte origen',
|
||||
'income_account' => 'Compte destí',
|
||||
'recurring' => 'Recurrent',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user