Skip to content

Commit

Permalink
add Catalan localization
Browse files Browse the repository at this point in the history
  • Loading branch information
tflori committed Dec 13, 2022
1 parent c1888c0 commit 91c31c9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions resources/localization/ca.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

return [
'usage-title' => 'Ús: ',
'usage-command' => 'ordre',
'usage-options' => 'opcions',
'usage-operands' => 'operands',
'operands-title' => "Operands:" . PHP_EOL,
'options-title' => "Opcions:" . PHP_EOL,
'commands-title' => "Ordres:" . PHP_EOL,
'option-unknown' => 'L\'opció \'%s\' és desconeguda',
'no-more-operands' => 'No s\'esperen més operands - obtingut %s',
'operand-missing' => 'L\'operand %s és necessari',
'option-argument-missing' => 'L\'opció \'%s\' ha de tenir un valor',
'value-invalid' => '%s té un valor invàlid',
];

0 comments on commit 91c31c9

Please sign in to comment.