Skip to content

Commit 188c365

Browse files
authored
Add Spanish translation for flowforge
1 parent a4090f1 commit 188c365

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

resources/lang/es/flowforge.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
return [
4+
'loading_more_cards' => 'Cargando más tarjetas...',
5+
'no_cards_in_column' => 'No hay :cardLabel en esta columna',
6+
'cards_count' => '{0} :cards|{1} :card|[2,*] :cards',
7+
'card_label' => 'Registro',
8+
'plural_card_label' => 'Registros',
9+
'cards_pagination' => ':current de :total :cards',
10+
'all_cards_loaded' => 'Se cargaron todos los :total :cards',
11+
];

0 commit comments

Comments
 (0)