File tree 3 files changed +149
-0
lines changed
3 files changed +149
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ public static function table(Table $table): Table
200
200
## Supported languages
201
201
202
202
- en - English
203
+ - fr - French
203
204
- nl - Dutch
204
205
205
206
You can publish and change the language files by running:
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return [
4
+
5
+ 'archive ' => [
6
+
7
+ 'single ' => [
8
+
9
+ 'label ' => 'Archiver ' ,
10
+
11
+ 'modal ' => [
12
+
13
+ 'heading ' => 'Archiver :label ' ,
14
+
15
+ 'actions ' => [
16
+
17
+ 'archive ' => [
18
+
19
+ 'label ' => 'Archiver ' ,
20
+ ],
21
+
22
+ ],
23
+
24
+ ],
25
+
26
+ 'notifications ' => [
27
+
28
+ 'archived ' => [
29
+
30
+ 'title ' => 'Enregistrement archivé ' ,
31
+ ],
32
+ ],
33
+ ],
34
+ ],
35
+
36
+ 'unarchive ' => [
37
+
38
+ 'single ' => [
39
+
40
+ 'label ' => 'Désarchiver ' ,
41
+
42
+ 'modal ' => [
43
+
44
+ 'heading ' => 'Désarchiver :label ' ,
45
+
46
+ 'actions ' => [
47
+
48
+ 'unarchive ' => [
49
+
50
+ 'label ' => 'Désarchiver ' ,
51
+ ],
52
+
53
+ ],
54
+ ],
55
+
56
+ 'notifications ' => [
57
+
58
+ 'unarchived ' => [
59
+
60
+ 'title ' => 'Enregistrement désarchivé ' ,
61
+ ],
62
+ ],
63
+ ],
64
+ ],
65
+ ];
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return [
4
+
5
+ 'filters ' => [
6
+
7
+ 'archived ' => [
8
+
9
+ 'label ' => 'Enregistrements archivés ' ,
10
+
11
+ 'only_archived ' => 'Uniquement les enregistrements archivés ' ,
12
+
13
+ 'with_archived ' => 'Avec les enregistrements archivés ' ,
14
+
15
+ 'without_archived ' => 'Sans les enregistrements archivés ' ,
16
+
17
+ ],
18
+ ],
19
+
20
+ 'actions ' => [
21
+
22
+ 'archive ' => [
23
+
24
+ 'single ' => [
25
+
26
+ 'label ' => 'Archiver ' ,
27
+
28
+ 'modal ' => [
29
+
30
+ 'heading ' => 'Archiver :label ' ,
31
+
32
+ 'actions ' => [
33
+
34
+ 'archive ' => [
35
+
36
+ 'label ' => 'Archiver ' ,
37
+ ],
38
+
39
+ ],
40
+
41
+ ],
42
+
43
+ 'notifications ' => [
44
+
45
+ 'archived ' => [
46
+
47
+ 'title ' => 'Enregistrement archivé ' ,
48
+ ],
49
+ ],
50
+ ],
51
+ ],
52
+
53
+ 'unarchive ' => [
54
+
55
+ 'single ' => [
56
+
57
+ 'label ' => 'Désarchiver ' ,
58
+
59
+ 'modal ' => [
60
+
61
+ 'heading ' => 'Désarchiver :label ' ,
62
+
63
+ 'actions ' => [
64
+
65
+ 'unarchive ' => [
66
+
67
+ 'label ' => 'Désarchiver ' ,
68
+ ],
69
+
70
+ ],
71
+ ],
72
+
73
+ 'notifications ' => [
74
+
75
+ 'unarchived ' => [
76
+
77
+ 'title ' => 'Enregistrement désarchivé ' ,
78
+ ],
79
+ ],
80
+ ],
81
+ ],
82
+ ],
83
+ ];
You can’t perform that action at this time.
0 commit comments