We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fe787b + 188c365 commit 7ca777dCopy full SHA for 7ca777d
resources/lang/es/flowforge.php
@@ -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