Skip to content

Commit dc29704

Browse files
committed
Localisation Tweaks
1 parent 7e15550 commit dc29704

33 files changed

+1422
-878
lines changed

composer.json

100644100755
File mode changed.

resources/lang/json/en.json

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -37,40 +37,5 @@
3737
"livewire-tables::Yes": "Yes",
3838
"livewire-tables::You are currently selecting all": "You are currently selecting all",
3939
"livewire-tables::You are not connected to the internet.": "You are not connected to the internet.",
40-
"livewire-tables::You have selected": "You have selected",
41-
"All": "All",
42-
"All Columns": "All Columns",
43-
"Applied Filters": "Applied Filters",
44-
"Applied Sorting": "Applied Sorting",
45-
"Bulk Actions": "Bulk Actions",
46-
"Bulk Actions Confirm": "Are you sure?",
47-
"Clear": "Clear",
48-
"Columns": "Columns",
49-
"Debugging Values": "Debugging Values",
50-
"Deselect All": "Deselect All",
51-
"Done Reordering": "Done Reordering",
52-
"Filters": "Filters",
53-
"Loading": "Loading",
54-
"max": "Max",
55-
"min": "Min",
56-
"not_applicable": "N/A",
57-
"No": "No",
58-
"No items found. Try to broaden your search.": "No items found. Try to broaden your search.",
59-
"of": "of",
60-
"Remove filter option": "Remove filter option",
61-
"Remove sort option": "Remove sort option",
62-
"Reorder": "Reorder",
63-
"results": "results",
64-
"row": "row",
65-
"rows": "rows",
66-
"rows, do you want to select all": "rows, do you want to select all",
67-
"Search": "Search",
68-
"Select All": "Select All",
69-
"Select All On Page": "Select All On Page",
70-
"Showing": "Showing",
71-
"to": "to",
72-
"Yes": "Yes",
73-
"You are currently selecting all": "You are currently selecting all",
74-
"You are not connected to the internet.": "You are not connected to the internet.",
75-
"You have selected": "You have selected"
40+
"livewire-tables::You have selected": "You have selected"
7641
}

resources/lang/json/es.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
{
2+
"livewire-tables::Actions": "Comportamiento",
23
"livewire-tables::All": "Todo",
34
"livewire-tables::All Columns": "Todas las columnas",
45
"livewire-tables::Applied Filters": "Filtros Aplicados",
56
"livewire-tables::Applied Sorting": "Ordenamiento Aplicado",
67
"livewire-tables::Bulk Actions": "Acciones Masivas",
8+
"livewire-tables::Bulk Actions Confirm": "Está seguro?",
79
"livewire-tables::Cancel": "Cancelar",
810
"livewire-tables::Clear": "Borrar",
911
"livewire-tables::Columns": "Columnas",
1012
"livewire-tables::Debugging Values": "Valores de depuración",
1113
"livewire-tables::Deselect All": "Deseleccionar todo",
14+
"livewire-tables::Deselect All On Page": "Deseleccionar todo en la página",
15+
"livewire-tables::Disabled": "Desactivado",
1216
"livewire-tables::Done Reordering": "Reordenación finalizada",
17+
"livewire-tables::Enabled": "Activado",
1318
"livewire-tables::Filters": "Filtros",
1419
"livewire-tables::Loading": "Cargando",
20+
"livewire-tables::max": "Máx",
21+
"livewire-tables::min": "Mín",
22+
"livewire-tables::No Columns Selected": "No hay columnas seleccionadas",
1523
"livewire-tables::not_applicable": "N/A",
1624
"livewire-tables::No": "No",
1725
"livewire-tables::No items found. Try to broaden your search.": "No se encontraron elementos. Intente ampliar la búsqueda.",
@@ -23,6 +31,7 @@
2331
"livewire-tables::row": "fila",
2432
"livewire-tables::rows": "filas",
2533
"livewire-tables::rows, do you want to select all": "filas, desea seleccionar todas",
34+
"livewire-tables::Save": "Ahorrar",
2635
"livewire-tables::Search": "Buscar",
2736
"livewire-tables::Select All": "Seleccionar todo",
2837
"livewire-tables::Select All On Page": "Seleccionar todo en la página",
@@ -37,12 +46,16 @@
3746
"Applied Filters": "Filtros Aplicados",
3847
"Applied Sorting": "Ordenamiento Aplicado",
3948
"Bulk Actions": "Acciones Masivas",
49+
"Bulk Actions Confirm": "Está seguro?",
4050
"Clear": "Borrar",
4151
"Columns": "Columnas",
4252
"Debugging Values": "Valores de depuración",
4353
"Deselect All": "Deseleccionar todo",
4454
"Done Reordering": "Reordenación finalizada",
4555
"Filters": "Filtros",
56+
"Loading": "Cargando",
57+
"max": "Máx",
58+
"min": "Mín",
4659
"not_applicable": "N/A",
4760
"No": "No",
4861
"No items found. Try to broaden your search.": "No se encontraron elementos. Intente ampliar la búsqueda.",

resources/lang/php/ar/core.php

Lines changed: 44 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,45 @@
1-
<?php
2-
1+
<?php
32
return [
4-
'All' => 'الجميع',
5-
'All Columns' => 'كافة الأعمدة',
6-
'Applied Filters' => 'المرشحات التطبيقية',
7-
'Applied Sorting' => 'الفرز التطبيقي',
8-
'Bulk Actions' => 'إجراءات جملة',
9-
'Clear' => 'واضح',
10-
'Columns' => 'الأعمدة',
11-
'Debugging Values' => 'قيم التصحيح',
12-
'Deselect All' => 'الغاء تحديد الكل',
13-
'Done Reordering' => 'تمت إعادة الترتيب',
14-
'Filters' => 'المرشحات',
15-
'not_applicable' => 'N/A',
16-
'No' => 'لا',
17-
'No items found, try to broaden your search' => 'لم يتم العثور على العناصر. حاول توسيع نطاق البحث',
18-
'of' => 'ل',
19-
'Remove filter option' => 'إزالة خيار التصفية',
20-
'Remove sort option' => 'إزالة خيار الفرز',
21-
'Reorder' => 'إعادة ترتيب',
22-
'results' => 'نتائج',
23-
'row' => 'صف',
24-
'rows' => 'صفوف',
25-
'rows, do you want to select all' => 'الصفوف ، هل تريد تحديد الكل',
26-
'Search' => 'يبحث',
27-
'Select All' => 'اختر الكل',
28-
'Showing' => 'عرض',
29-
'to' => 'ل',
30-
'Yes' => 'نعم',
31-
'You are currently selecting all' => 'أنت الآن تختار الكل',
32-
'You are not connected to the internet' => 'أنت غير متصل بالإنترنت',
33-
'You have selected' => 'قمت بتحديدها',
34-
];
3+
'Actions' => 'الإجراءات',
4+
'All' => 'الجميع',
5+
'All Columns' => 'كافة الأعمدة',
6+
'Applied Filters' => 'المرشحات التطبيقية',
7+
'Applied Sorting' => 'الفرز التطبيقي',
8+
'Bulk Actions' => 'إجراءات جملة',
9+
'Bulk Actions Confirm' => 'هل أنت متأكد؟',
10+
'Cancel' => 'يلغي',
11+
'Clear' => 'واضح',
12+
'Columns' => 'الأعمدة',
13+
'Debugging Values' => 'قيم التصحيح',
14+
'Deselect All' => 'الغاء تحديد الكل',
15+
'Deselect All On Page' => 'إلغاء تحديد كل شيء على الصفحة',
16+
'Disabled' => 'عاجز',
17+
'Done Reordering' => 'تمت إعادة الترتيب',
18+
'Enabled' => 'تمكين',
19+
'Filters' => 'المرشحات',
20+
'Loading' => 'تحميل',
21+
'max' => 'الأعلى',
22+
'min' => 'دقيقة',
23+
'not_applicable' => 'N/A',
24+
'No' => 'لا',
25+
'No Columns Selected' => 'لم يتم تحديد أعمدة',
26+
'No items found, try to broaden your search' => 'لم يتم العثور على العناصر. حاول توسيع نطاق البحث',
27+
'of' => 'ل',
28+
'Remove filter option' => 'إزالة خيار التصفية',
29+
'Remove sort option' => 'إزالة خيار الفرز',
30+
'Reorder' => 'إعادة ترتيب',
31+
'results' => 'نتائج',
32+
'row' => 'صف',
33+
'rows' => 'صفوف',
34+
'rows, do you want to select all' => 'الصفوف ، هل تريد تحديد الكل',
35+
'save' => 'يحفظ',
36+
'Search' => 'يبحث',
37+
'Select All' => 'اختر الكل',
38+
'Select All On Page' => 'حدد الكل في الصفحة',
39+
'Showing' => 'عرض',
40+
'to' => 'ل',
41+
'Yes' => 'نعم',
42+
'You are currently selecting all' => 'أنت الآن تختار الكل',
43+
'You are not connected to the internet' => 'أنت غير متصل بالإنترنت',
44+
'You have selected' => 'قمت بتحديدها',
45+
];

resources/lang/php/ca/core.php

Lines changed: 44 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,45 @@
1-
<?php
2-
1+
<?php
32
return [
4-
'All' => 'Tot',
5-
'All Columns' => 'Totes les columnes',
6-
'Applied Filters' => 'Filtres Aplicats',
7-
'Applied Sorting' => 'Ordenació Aplicada',
8-
'Bulk Actions' => 'Accions Massives',
9-
'Clear' => 'Esborra',
10-
'Columns' => 'Columnes',
11-
'Debugging Values' => 'Valors de depuració',
12-
'Deselect All' => 'Deselecciona tot',
13-
'Done Reordering' => 'Reordenació finalitzada',
14-
'Filters' => 'Filtres',
15-
'not_applicable' => 'N/A',
16-
'No' => 'No',
17-
'No items found, try to broaden your search' => "No s'han trobat elements. Intenti ampliar la cerca",
18-
'of' => 'de',
19-
'Remove filter option' => 'Elimina opció de filtre',
20-
'Remove sort option' => "Elimina opció d'ordenació",
21-
'Reorder' => 'Reordena',
22-
'results' => 'resultats',
23-
'row' => 'fila',
24-
'rows' => 'files',
25-
'rows, do you want to select all' => 'files, vol seleccionar totes',
26-
'to' => 'a',
27-
'Search' => 'Cerca',
28-
'Select All' => 'Selecciona tot',
29-
'Showing' => 'Mostrant',
30-
'Yes' => '',
31-
'You are currently selecting all' => 'Actualment està seleccionant tot',
32-
'You are not connected to the internet' => 'No està conectat a Internet',
33-
'You have selected' => 'Ha seleccionat',
34-
];
3+
'Actions' => 'Accions',
4+
'All' => 'Tot',
5+
'All Columns' => 'Totes les columnes',
6+
'Applied Filters' => 'Filtres Aplicats',
7+
'Applied Sorting' => 'Ordenació Aplicada',
8+
'Bulk Actions' => 'Accions Massives',
9+
'Bulk Actions Confirm' => 'Esteu segur?',
10+
'Cancel' => 'Cancel·lar',
11+
'Clear' => 'Esborra',
12+
'Columns' => 'Columnes',
13+
'Debugging Values' => 'Valors de depuració',
14+
'Deselect All' => 'Deselecciona tot',
15+
'Deselect All On Page' => 'Deseleccioneu tot a la pàgina',
16+
'Disabled' => 'Inepte',
17+
'Done Reordering' => 'Reordenació finalitzada',
18+
'Enabled' => 'Activat',
19+
'Filters' => 'Filtres',
20+
'Loading' => 'Càrrega',
21+
'max' => 'Màxim',
22+
'min' => 'Min',
23+
'not_applicable' => 'N/A',
24+
'No' => 'No',
25+
'No Columns Selected' => 'No hi ha columnes seleccionades',
26+
'No items found, try to broaden your search' => 'No s\'han trobat elements. Intenti ampliar la cerca',
27+
'of' => 'de',
28+
'Remove filter option' => 'Elimina opció de filtre',
29+
'Remove sort option' => 'Elimina opció d\'ordenació',
30+
'Reorder' => 'Reordena',
31+
'results' => 'resultats',
32+
'row' => 'fila',
33+
'rows' => 'files',
34+
'rows, do you want to select all' => 'files, vol seleccionar totes',
35+
'save' => 'Estalviar',
36+
'Search' => 'Cerca',
37+
'Select All' => 'Selecciona tot',
38+
'Select All On Page' => 'Seleccioneu tot a la pàgina',
39+
'Showing' => 'Mostrant',
40+
'to' => 'a',
41+
'Yes' => '',
42+
'You are currently selecting all' => 'Actualment està seleccionant tot',
43+
'You are not connected to the internet' => 'No està conectat a Internet',
44+
'You have selected' => 'Ha seleccionat',
45+
];

resources/lang/php/da/core.php

Lines changed: 44 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,45 @@
1-
<?php
2-
1+
<?php
32
return [
4-
'All' => 'Alle',
5-
'All Columns' => 'Alle kolonner',
6-
'Applied Filters' => 'Anvendte filtre',
7-
'Applied Sorting' => 'Anvendt sortering',
8-
'Bulk Actions' => 'Massehandlinger',
9-
'Clear' => 'Ryd',
10-
'Columns' => 'Kolonner',
11-
'Debugging Values' => 'Debugging-værdier',
12-
'Deselect All' => 'Fravælg alle',
13-
'Done Reordering' => 'Færdig med omorganisering',
14-
'Filters' => 'Filtre',
15-
'not_applicable' => 'N/A',
16-
'No' => 'Nej',
17-
'No items found, try to broaden your search' => 'Ingen elementer fundet. Prøv at udvide din søgning',
18-
'of' => 'af',
19-
'Remove filter option' => 'Fjern filtermulighed',
20-
'Remove sort option' => 'Fjern sorteringsmulighed',
21-
'Reorder' => 'Omorganisér',
22-
'results' => 'resultater',
23-
'row' => 'række',
24-
'rows' => 'rækker',
25-
'rows, do you want to select all' => 'rækker, vil du vælge alle',
26-
'Search' => 'Søg',
27-
'Select All' => 'Vælg alle',
28-
'Showing' => 'Viser',
29-
'to' => 'til',
30-
'Yes' => 'Ja',
31-
'You are currently selecting all' => 'Du vælger i øjeblikket alle',
32-
'You are not connected to the internet' => 'Du er ikke forbundet til internettet',
33-
'You have selected' => 'Du har valgt',
34-
];
3+
'Actions' => 'Handlinger',
4+
'All' => 'Alle',
5+
'All Columns' => 'Alle kolonner',
6+
'Applied Filters' => 'Anvendte filtre',
7+
'Applied Sorting' => 'Anvendt sortering',
8+
'Bulk Actions' => 'Massehandlinger',
9+
'Bulk Actions Confirm' => 'Er du sikker?',
10+
'Cancel' => 'Ophæve',
11+
'Clear' => 'Ryd',
12+
'Columns' => 'Kolonner',
13+
'Debugging Values' => 'Debugging-værdier',
14+
'Deselect All' => 'Fravælg alle',
15+
'Deselect All On Page' => 'Afvælg alle på siden',
16+
'Disabled' => 'Handicappet',
17+
'Done Reordering' => 'Færdig med omorganisering',
18+
'Enabled' => 'Aktiveret',
19+
'Filters' => 'Filtre',
20+
'Loading' => 'Indlæsning',
21+
'max' => 'Maks',
22+
'min' => 'Min',
23+
'not_applicable' => 'N/A',
24+
'No' => 'Nej',
25+
'No Columns Selected' => 'Ingen kolonner valgt',
26+
'No items found, try to broaden your search' => 'Ingen elementer fundet. Prøv at udvide din søgning',
27+
'of' => 'af',
28+
'Remove filter option' => 'Fjern filtermulighed',
29+
'Remove sort option' => 'Fjern sorteringsmulighed',
30+
'Reorder' => 'Omorganisér',
31+
'results' => 'resultater',
32+
'row' => 'række',
33+
'rows' => 'rækker',
34+
'rows, do you want to select all' => 'rækker, vil du vælge alle',
35+
'save' => 'Spare',
36+
'Search' => 'Søg',
37+
'Select All' => 'Vælg alle',
38+
'Select All On Page' => 'Vælg alle på siden',
39+
'Showing' => 'Viser',
40+
'to' => 'til',
41+
'Yes' => 'Ja',
42+
'You are currently selecting all' => 'Du vælger i øjeblikket alle',
43+
'You are not connected to the internet' => 'Du er ikke forbundet til internettet',
44+
'You have selected' => 'Du har valgt',
45+
];

0 commit comments

Comments
 (0)