diff --git a/resources/lang/ar.json b/resources/lang/ar.json
deleted file mode 100644
index 8ed603244..000000000
--- a/resources/lang/ar.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "livewire-tables::All": "الجميع",
- "livewire-tables::All Columns": "كافة الأعمدة",
- "livewire-tables::Applied Filters": "المرشحات التطبيقية",
- "livewire-tables::Applied Sorting": "الفرز التطبيقي",
- "livewire-tables::Bulk Actions": "إجراءات جملة",
- "livewire-tables::Clear": "واضح",
- "livewire-tables::Columns": "الأعمدة",
- "livewire-tables::Debugging Values": "قيم التصحيح",
- "livewire-tables::Deselect All": "الغاء تحديد الكل",
- "livewire-tables::Done Reordering": "تمت إعادة الترتيب",
- "livewire-tables::Filters": "المرشحات",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "لا",
- "livewire-tables::No items found. Try to broaden your search.": "لم يتم العثور على العناصر. حاول توسيع نطاق البحث.",
- "livewire-tables::of": "ل",
- "livewire-tables::Remove filter option": "إزالة خيار التصفية",
- "livewire-tables::Remove sort option": "إزالة خيار الفرز",
- "livewire-tables::Reorder": "إعادة ترتيب",
- "livewire-tables::results": "نتائج",
- "livewire-tables::row": "صف",
- "livewire-tables::rows": "صفوف",
- "livewire-tables::rows, do you want to select all": "الصفوف ، هل تريد تحديد الكل",
- "livewire-tables::Search": "يبحث",
- "livewire-tables::Select All": "اختر الكل",
- "livewire-tables::Showing": "عرض",
- "livewire-tables::to": "ل",
- "livewire-tables::Yes": "نعم",
- "livewire-tables::You are currently selecting all": "أنت الآن تختار الكل",
- "livewire-tables::You are not connected to the internet.": "أنت غير متصل بالإنترنت.",
- "livewire-tables::You have selected": "قمت بتحديدها",
- "All": "الجميع",
- "All Columns": "كافة الأعمدة",
- "Applied Filters": "المرشحات التطبيقية",
- "Applied Sorting": "الفرز التطبيقي",
- "Bulk Actions": "إجراءات جملة",
- "Clear": "واضح",
- "Columns": "الأعمدة",
- "Debugging Values": "قيم التصحيح",
- "Deselect All": "الغاء تحديد الكل",
- "Done Reordering": "تمت إعادة الترتيب",
- "Filters": "المرشحات",
- "not_applicable": "N/A",
- "No": "لا",
- "No items found. Try to broaden your search.": "لم يتم العثور على العناصر. حاول توسيع نطاق البحث.",
- "of": "ل",
- "Remove filter option": "إزالة خيار التصفية",
- "Remove sort option": "إزالة خيار الفرز",
- "Reorder": "إعادة ترتيب",
- "results": "نتائج",
- "row": "صف",
- "rows": "صفوف",
- "rows, do you want to select all": "الصفوف ، هل تريد تحديد الكل",
- "Search": "يبحث",
- "Select All": "اختر الكل",
- "Showing": "عرض",
- "to": "ل",
- "Yes": "نعم",
- "You are currently selecting all": "أنت الآن تختار الكل",
- "You are not connected to the internet.": "أنت غير متصل بالإنترنت.",
- "You have selected": "قمت بتحديدها"
-}
\ No newline at end of file
diff --git a/resources/lang/ar/core.php b/resources/lang/ar/core.php
new file mode 100644
index 000000000..7a61e7327
--- /dev/null
+++ b/resources/lang/ar/core.php
@@ -0,0 +1,34 @@
+ 'الجميع',
+ 'All Columns' => 'كافة الأعمدة',
+ 'Applied Filters' => 'المرشحات التطبيقية',
+ 'Applied Sorting' => 'الفرز التطبيقي',
+ 'Bulk Actions' => 'إجراءات جملة',
+ 'Clear' => 'واضح',
+ 'Columns' => 'الأعمدة',
+ 'Debugging Values' => 'قيم التصحيح',
+ 'Deselect All' => 'الغاء تحديد الكل',
+ 'Done Reordering' => 'تمت إعادة الترتيب',
+ 'Filters' => 'المرشحات',
+ 'not_applicable' => 'N/A',
+ 'No' => 'لا',
+ 'No items found, try to broaden your search' => 'لم يتم العثور على العناصر. حاول توسيع نطاق البحث',
+ 'of' => 'ل',
+ 'Remove filter option' => 'إزالة خيار التصفية',
+ 'Remove sort option' => 'إزالة خيار الفرز',
+ 'Reorder' => 'إعادة ترتيب',
+ 'results' => 'نتائج',
+ 'row' => 'صف',
+ 'rows' => 'صفوف',
+ 'rows, do you want to select all' => 'الصفوف ، هل تريد تحديد الكل',
+ 'Search' => 'يبحث',
+ 'Select All' => 'اختر الكل',
+ 'Showing' => 'عرض',
+ 'to' => 'ل',
+ 'Yes' => 'نعم',
+ 'You are currently selecting all' => 'أنت الآن تختار الكل',
+ 'You are not connected to the internet' => 'أنت غير متصل بالإنترنت',
+ 'You have selected' => 'قمت بتحديدها',
+];
diff --git a/resources/lang/ca.json b/resources/lang/ca.json
deleted file mode 100644
index 532ff38b3..000000000
--- a/resources/lang/ca.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "livewire-tables::All": "Tot",
- "livewire-tables::All Columns": "Totes les columnes",
- "livewire-tables::Applied Filters": "Filtres Aplicats",
- "livewire-tables::Applied Sorting": "Ordenació Aplicada",
- "livewire-tables::Bulk Actions": "Accions Massives",
- "livewire-tables::Clear": "Esborra",
- "livewire-tables::Columns": "Columnes",
- "livewire-tables::Debugging Values": "Valors de depuració",
- "livewire-tables::Deselect All": "Deselecciona tot",
- "livewire-tables::Done Reordering": "Reordenació finalitzada",
- "livewire-tables::Filters": "Filtres",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "No",
- "livewire-tables::No items found. Try to broaden your search.": "No s'han trobat elements. Intenti ampliar la cerca.",
- "livewire-tables::of": "de",
- "livewire-tables::Remove filter option": "Elimina opció de filtre",
- "livewire-tables::Remove sort option": "Elimina opció d'ordenació",
- "livewire-tables::Reorder": "Reordena",
- "livewire-tables::results": "resultats",
- "livewire-tables::row": "fila",
- "livewire-tables::rows": "files",
- "livewire-tables::rows, do you want to select all": "files, vol seleccionar totes",
- "livewire-tables::to": "a",
- "livewire-tables::Search": "Cerca",
- "livewire-tables::Select All": "Selecciona tot",
- "livewire-tables::Showing": "Mostrant",
- "livewire-tables::Yes": "Sí",
- "livewire-tables::You are currently selecting all": "Actualment està seleccionant tot",
- "livewire-tables::You are not connected to the internet.": "No està conectat a Internet.",
- "livewire-tables::You have selected": "Ha seleccionat",
- "All": "Tot",
- "All Columns": "Totes les columnes",
- "Applied Filters": "Filtres Aplicats",
- "Applied Sorting": "Ordenació Aplicada",
- "Bulk Actions": "Accions Massives",
- "Clear": "Esborra",
- "Columns": "Columnes",
- "Debugging Values": "Valors de depuració",
- "Deselect All": "Deselecciona tot",
- "Done Reordering": "Reordenació finalitzada",
- "Filters": "Filtres",
- "not_applicable": "N/A",
- "No": "No",
- "No items found. Try to broaden your search.": "No s'han trobat elements. Intenti ampliar la cerca.",
- "of": "de",
- "Remove filter option": "Elimina opció de filtre",
- "Remove sort option": "Elimina opció d'ordenació",
- "Reorder": "Reordena",
- "results": "resultats",
- "row": "fila",
- "rows": "files",
- "rows, do you want to select all": "files, vol seleccionar totes",
- "to": "a",
- "Search": "Cerca",
- "Select All": "Selecciona tot",
- "Showing": "Mostrant",
- "Yes": "Sí",
- "You are currently selecting all": "Actualment està seleccionant tot",
- "You are not connected to the internet.": "No està conectat a Internet.",
- "You have selected": "Ha seleccionat"
-}
\ No newline at end of file
diff --git a/resources/lang/ca/core.php b/resources/lang/ca/core.php
new file mode 100644
index 000000000..475148fa6
--- /dev/null
+++ b/resources/lang/ca/core.php
@@ -0,0 +1,34 @@
+ 'Tot',
+ 'All Columns' => 'Totes les columnes',
+ 'Applied Filters' => 'Filtres Aplicats',
+ 'Applied Sorting' => 'Ordenació Aplicada',
+ 'Bulk Actions' => 'Accions Massives',
+ 'Clear' => 'Esborra',
+ 'Columns' => 'Columnes',
+ 'Debugging Values' => 'Valors de depuració',
+ 'Deselect All' => 'Deselecciona tot',
+ 'Done Reordering' => 'Reordenació finalitzada',
+ 'Filters' => 'Filtres',
+ 'not_applicable' => 'N/A',
+ 'No' => 'No',
+ 'No items found, try to broaden your search' => "No s'han trobat elements. Intenti ampliar la cerca",
+ 'of' => 'de',
+ 'Remove filter option' => 'Elimina opció de filtre',
+ 'Remove sort option' => "Elimina opció d'ordenació",
+ 'Reorder' => 'Reordena',
+ 'results' => 'resultats',
+ 'row' => 'fila',
+ 'rows' => 'files',
+ 'rows, do you want to select all' => 'files, vol seleccionar totes',
+ 'to' => 'a',
+ 'Search' => 'Cerca',
+ 'Select All' => 'Selecciona tot',
+ 'Showing' => 'Mostrant',
+ 'Yes' => 'Sí',
+ 'You are currently selecting all' => 'Actualment està seleccionant tot',
+ 'You are not connected to the internet' => 'No està conectat a Internet',
+ 'You have selected' => 'Ha seleccionat',
+];
diff --git a/resources/lang/da.json b/resources/lang/da.json
deleted file mode 100644
index 0ce769f43..000000000
--- a/resources/lang/da.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "livewire-tables::All": "Alle",
- "livewire-tables::All Columns": "Alle kolonner",
- "livewire-tables::Applied Filters": "Anvendte filtre",
- "livewire-tables::Applied Sorting": "Anvendt sortering",
- "livewire-tables::Bulk Actions": "Massehandlinger",
- "livewire-tables::Clear": "Ryd",
- "livewire-tables::Columns": "Kolonner",
- "livewire-tables::Debugging Values": "Debugging-værdier",
- "livewire-tables::Deselect All": "Fravælg alle",
- "livewire-tables::Done Reordering": "Færdig med omorganisering",
- "livewire-tables::Filters": "Filtre",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Nej",
- "livewire-tables::No items found. Try to broaden your search.": "Ingen elementer fundet. Prøv at udvide din søgning.",
- "livewire-tables::of": "af",
- "livewire-tables::Remove filter option": "Fjern filtermulighed",
- "livewire-tables::Remove sort option": "Fjern sorteringsmulighed",
- "livewire-tables::Reorder": "Omorganisér",
- "livewire-tables::results": "resultater",
- "livewire-tables::row": "række",
- "livewire-tables::rows": "rækker",
- "livewire-tables::rows, do you want to select all": "rækker, vil du vælge alle",
- "livewire-tables::Search": "Søg",
- "livewire-tables::Select All": "Vælg alle",
- "livewire-tables::Showing": "Viser",
- "livewire-tables::to": "til",
- "livewire-tables::Yes": "Ja",
- "livewire-tables::You are currently selecting all": "Du vælger i øjeblikket alle",
- "livewire-tables::You are not connected to the internet.": "Du er ikke forbundet til internettet.",
- "livewire-tables::You have selected": "Du har valgt",
- "All": "Alle",
- "All Columns": "Alle kolonner",
- "Applied Filters": "Anvendte filtre",
- "Applied Sorting": "Anvendt sortering",
- "Bulk Actions": "Massehandlinger",
- "Clear": "Ryd",
- "Columns": "Kolonner",
- "Debugging Values": "Debugging-værdier",
- "Deselect All": "Fravælg alle",
- "Done Reordering": "Færdig med omorganisering",
- "Filters": "Filtre",
- "not_applicable": "N/A",
- "No": "Nej",
- "No items found. Try to broaden your search.": "Ingen elementer fundet. Prøv at udvide din søgning.",
- "of": "af",
- "Remove filter option": "Fjern filtermulighed",
- "Remove sort option": "Fjern sorteringsmulighed",
- "Reorder": "Omorganisér",
- "results": "resultater",
- "row": "række",
- "rows": "rækker",
- "rows, do you want to select all": "rækker, vil du vælge alle",
- "Search": "Søg",
- "Select All": "Vælg alle",
- "Showing": "Viser",
- "to": "til",
- "Yes": "Ja",
- "You are currently selecting all": "Du vælger i øjeblikket alle",
- "You are not connected to the internet.": "Du er ikke forbundet til internettet.",
- "You have selected": "Du har valgt"
-}
diff --git a/resources/lang/da/core.php b/resources/lang/da/core.php
new file mode 100644
index 000000000..8ec69ce38
--- /dev/null
+++ b/resources/lang/da/core.php
@@ -0,0 +1,34 @@
+ 'Alle',
+ 'All Columns' => 'Alle kolonner',
+ 'Applied Filters' => 'Anvendte filtre',
+ 'Applied Sorting' => 'Anvendt sortering',
+ 'Bulk Actions' => 'Massehandlinger',
+ 'Clear' => 'Ryd',
+ 'Columns' => 'Kolonner',
+ 'Debugging Values' => 'Debugging-værdier',
+ 'Deselect All' => 'Fravælg alle',
+ 'Done Reordering' => 'Færdig med omorganisering',
+ 'Filters' => 'Filtre',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Nej',
+ 'No items found, try to broaden your search' => 'Ingen elementer fundet. Prøv at udvide din søgning',
+ 'of' => 'af',
+ 'Remove filter option' => 'Fjern filtermulighed',
+ 'Remove sort option' => 'Fjern sorteringsmulighed',
+ 'Reorder' => 'Omorganisér',
+ 'results' => 'resultater',
+ 'row' => 'række',
+ 'rows' => 'rækker',
+ 'rows, do you want to select all' => 'rækker, vil du vælge alle',
+ 'Search' => 'Søg',
+ 'Select All' => 'Vælg alle',
+ 'Showing' => 'Viser',
+ 'to' => 'til',
+ 'Yes' => 'Ja',
+ 'You are currently selecting all' => 'Du vælger i øjeblikket alle',
+ 'You are not connected to the internet' => 'Du er ikke forbundet til internettet',
+ 'You have selected' => 'Du har valgt',
+];
diff --git a/resources/lang/de.json b/resources/lang/de.json
deleted file mode 100644
index 6ef76e8bf..000000000
--- a/resources/lang/de.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "livewire-tables::All": "Alle",
- "livewire-tables::All Columns": "Alle Spalten",
- "livewire-tables::Applied Filters": "Angewendete Filter",
- "livewire-tables::Applied Sorting": "Angewendete Sortierung",
- "livewire-tables::Bulk Actions": "Aktionen",
- "livewire-tables::Clear": "Zurücksetzen",
- "livewire-tables::Bulk Actions Confirm": "Bist du sicher?",
- "livewire-tables::Columns": "Spalten",
- "livewire-tables::Debugging Values": "Werte debuggen",
- "livewire-tables::Deselect All": "Alle abwählen",
- "livewire-tables::Done Reordering": "Sortieren abgeschlossen",
- "livewire-tables::Filters": "Filter",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Nein",
- "livewire-tables::No items found. Try to broaden your search.": "Es gibt keine Ergebnisse/Einträge. Versuche die Suche zu erweitern.",
- "livewire-tables::of": "von",
- "livewire-tables::Remove filter option": "Entferne Filterauswahl",
- "livewire-tables::Remove sort option": "Entferne Sortierauswahl",
- "livewire-tables::Reorder": "erneut Sortieren",
- "livewire-tables::results": "Ergebnisse",
- "livewire-tables::row": "Zeile",
- "livewire-tables::rows": "Zeilen",
- "livewire-tables::rows, do you want to select all": "Zeilen, sollen alle ausgewählt werden",
- "livewire-tables::Search": "Suche",
- "livewire-tables::Select All": "Alle auswählen",
- "livewire-tables::Select All On Page": "Alle auf der Seite auswählen",
- "livewire-tables::Showing": "Anzeigen",
- "livewire-tables::to": "nach",
- "livewire-tables::Yes": "Ja",
- "livewire-tables::You are currently selecting all": "Es sind schon alle ausgewählt",
- "livewire-tables::You are not connected to the internet.": "Es liegt keine Verbindung zum Internet vor.",
- "livewire-tables::You have selected": "Es sind ausgewählt",
- "All": "Alle",
- "All Columns": "Alle Spalten",
- "Applied Filters": "Angewendete Filter",
- "Applied Sorting": "Angewendete Sortierung",
- "Bulk Actions": "Aktionen",
- "Bulk Actions Confirm": "Bist du sicher?",
- "Clear": "Zurücksetzen",
- "Columns": "Spalten",
- "Debugging Values": "Werte debuggen",
- "Deselect All": "Alle abwählen",
- "Done Reordering": "Sortieren abgeschlossen",
- "Filters": "Filter",
- "not_applicable": "N/A",
- "No": "Nein",
- "No items found. Try to broaden your search.": "Es gibt keine Ergebnisse/Einträge. Versuche die Suche zu erweitern.",
- "of": "von",
- "Remove filter option": "Entferne Filterauswahl",
- "Remove sort option": "Entferne Sortierauswahl",
- "Reorder": "erneut Sortieren",
- "results": "Ergebnisse",
- "row": "Zeile",
- "rows": "Zeilen",
- "rows, do you want to select all": "Zeilen, sollen alle ausgewählt werden",
- "Search": "Suche",
- "Select All": "Alle auswählen",
- "Select All On Page": "Alle auf der Seite auswählen",
- "Showing": "Anzeigen",
- "to": "nach",
- "Yes": "Ja",
- "You are currently selecting all": "Es sind schon alle ausgewählt",
- "You are not connected to the internet.": "Es liegt keine Verbindung zum Internet vor.",
- "You have selected": "Es sind ausgewählt"
-}
\ No newline at end of file
diff --git a/resources/lang/de/core.php b/resources/lang/de/core.php
new file mode 100644
index 000000000..04963e20a
--- /dev/null
+++ b/resources/lang/de/core.php
@@ -0,0 +1,36 @@
+ 'Alle',
+ 'All Columns' => 'Alle Spalten',
+ 'Applied Filters' => 'Angewendete Filter',
+ 'Applied Sorting' => 'Angewendete Sortierung',
+ 'Bulk Actions' => 'Aktionen',
+ 'Bulk Actions Confirm' => 'Bist du sicher?',
+ 'Clear' => 'Zurücksetzen',
+ 'Columns' => 'Spalten',
+ 'Debugging Values' => 'Werte debuggen',
+ 'Deselect All' => 'Alle abwählen',
+ 'Done Reordering' => 'Sortieren abgeschlossen',
+ 'Filters' => 'Filter',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Nein',
+ 'No items found, try to broaden your search' => 'Es gibt keine Ergebnisse/Einträge. Versuche die Suche zu erweitern',
+ 'of' => 'von',
+ 'Remove filter option' => 'Entferne Filterauswahl',
+ 'Remove sort option' => 'Entferne Sortierauswahl',
+ 'Reorder' => 'erneut Sortieren',
+ 'results' => 'Ergebnisse',
+ 'row' => 'Zeile',
+ 'rows' => 'Zeilen',
+ 'rows, do you want to select all' => 'Zeilen, sollen alle ausgewählt werden',
+ 'Search' => 'Suche',
+ 'Select All' => 'Alle auswählen',
+ 'Select All On Page' => 'Alle auf der Seite auswählen',
+ 'Showing' => 'Anzeigen',
+ 'to' => 'nach',
+ 'Yes' => 'Ja',
+ 'You are currently selecting all' => 'Es sind schon alle ausgewählt',
+ 'You are not connected to the internet' => 'Es liegt keine Verbindung zum Internet vor.',
+ 'You have selected' => 'Es sind ausgewählt',
+];
diff --git a/resources/lang/en.json b/resources/lang/en.json
deleted file mode 100644
index 1579cbbe2..000000000
--- a/resources/lang/en.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "livewire-tables::All": "All",
- "livewire-tables::All Columns": "All Columns",
- "livewire-tables::Applied Filters": "Applied Filters",
- "livewire-tables::Applied Sorting": "Applied Sorting",
- "livewire-tables::Bulk Actions": "Bulk Actions",
- "livewire-tables::Bulk Actions Confirm": "Are you sure?",
- "livewire-tables::Clear": "Clear",
- "livewire-tables::Columns": "Columns",
- "livewire-tables::Debugging Values": "Debugging Values",
- "livewire-tables::Deselect All": "Deselect All",
- "livewire-tables::Done Reordering": "Done Reordering",
- "livewire-tables::Filters": "Filters",
- "livewire-tables::loading": "Loading",
- "livewire-tables::max": "Max",
- "livewire-tables::min": "Min",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "No",
- "livewire-tables::No items found. Try to broaden your search.": "No items found. Try to broaden your search.",
- "livewire-tables::of": "of",
- "livewire-tables::Remove filter option": "Remove filter option",
- "livewire-tables::Remove sort option": "Remove sort option",
- "livewire-tables::Reorder": "Reorder",
- "livewire-tables::results": "results",
- "livewire-tables::row": "row",
- "livewire-tables::rows": "rows",
- "livewire-tables::rows, do you want to select all": "rows, do you want to select all",
- "livewire-tables::Search": "Search",
- "livewire-tables::Select All": "Select All",
- "livewire-tables::Select All On Page": "Select All On Page",
- "livewire-tables::Showing": "Showing",
- "livewire-tables::to": "to",
- "livewire-tables::Yes": "Yes",
- "livewire-tables::You are currently selecting all": "You are currently selecting all",
- "livewire-tables::You are not connected to the internet.": "You are not connected to the internet.",
- "livewire-tables::You have selected": "You have selected",
- "All": "All",
- "All Columns": "All Columns",
- "Applied Filters": "Applied Filters",
- "Applied Sorting": "Applied Sorting",
- "Bulk Actions": "Bulk Actions",
- "Bulk Actions Confirm": "Are you sure?",
- "Clear": "Clear",
- "Columns": "Columns",
- "Debugging Values": "Debugging Values",
- "Deselect All": "Deselect All",
- "Done Reordering": "Done Reordering",
- "Filters": "Filters",
- "loading": "Loading",
- "max": "Max",
- "min": "Min",
- "not_applicable": "N/A",
- "No": "No",
- "No items found. Try to broaden your search.": "No items found. Try to broaden your search.",
- "of": "of",
- "Remove filter option": "Remove filter option",
- "Remove sort option": "Remove sort option",
- "Reorder": "Reorder",
- "results": "results",
- "row": "row",
- "rows": "rows",
- "rows, do you want to select all": "rows, do you want to select all",
- "Search": "Search",
- "Select All": "Select All",
- "Select All On Page": "Select All On Page",
- "Showing": "Showing",
- "to": "to",
- "Yes": "Yes",
- "You are currently selecting all": "You are currently selecting all",
- "You are not connected to the internet.": "You are not connected to the internet.",
- "You have selected": "You have selected"
-}
diff --git a/resources/lang/en/core.php b/resources/lang/en/core.php
new file mode 100644
index 000000000..3a562980d
--- /dev/null
+++ b/resources/lang/en/core.php
@@ -0,0 +1,39 @@
+ 'All',
+ 'All Columns' => 'All Columns',
+ 'Applied Filters' => 'Applied Filters',
+ 'Applied Sorting' => 'Applied Sorting',
+ 'Bulk Actions' => 'Bulk Actions',
+ 'Bulk Actions Confirm' => 'Are you sure?',
+ 'Clear' => 'Clear',
+ 'Columns' => 'Columns',
+ 'Debugging Values' => 'Debugging Values',
+ 'Deselect All' => 'Deselect All',
+ 'Done Reordering' => 'Done Reordering',
+ 'Filters' => 'Filters',
+ 'loading' => 'Loading',
+ 'max' => 'Max',
+ 'min' => 'Min',
+ 'not_applicable' => 'N/A',
+ 'No' => 'No',
+ 'No items found, try to broaden your search' => 'No items found, try to broaden your search',
+ 'of' => 'of',
+ 'Remove filter option' => 'Remove filter option',
+ 'Remove sort option' => 'Remove sort option',
+ 'Reorder' => 'Reorder',
+ 'results' => 'results',
+ 'row' => 'row',
+ 'rows' => 'rows',
+ 'rows, do you want to select all' => 'rows, do you want to select all',
+ 'Search' => 'Search',
+ 'Select All' => 'Select All',
+ 'Select All On Page' => 'Select All On Page',
+ 'Showing' => 'Showing',
+ 'to' => 'to',
+ 'Yes' => 'Yes',
+ 'You are currently selecting all' => 'You are currently selecting all',
+ 'You are not connected to the internet' => 'You are not connected to the internet',
+ 'You have selected' => 'You have selected',
+];
diff --git a/resources/lang/es.json b/resources/lang/es.json
deleted file mode 100644
index 8654e82ca..000000000
--- a/resources/lang/es.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "livewire-tables::All": "Todo",
- "livewire-tables::All Columns": "Todas las columnas",
- "livewire-tables::Applied Filters": "Filtros Aplicados",
- "livewire-tables::Applied Sorting": "Ordenamiento Aplicado",
- "livewire-tables::Bulk Actions": "Acciones Masivas",
- "livewire-tables::Bulk Actions Confirm": "Está seguro?",
- "livewire-tables::Clear": "Borrar",
- "livewire-tables::Columns": "Columnas",
- "livewire-tables::Debugging Values": "Valores de depuración",
- "livewire-tables::Deselect All": "Deseleccionar todo",
- "livewire-tables::Done Reordering": "Reordenación finalizada",
- "livewire-tables::Filters": "Filtros",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "No",
- "livewire-tables::No items found. Try to broaden your search.": "No se encontraron elementos. Intente ampliar la búsqueda.",
- "livewire-tables::of": "de",
- "livewire-tables::Remove filter option": "Remover opción de filtro",
- "livewire-tables::Remove sort option": "Remover opción de ordenamineto",
- "livewire-tables::Reorder": "Reordenar",
- "livewire-tables::results": "resultados",
- "livewire-tables::row": "fila",
- "livewire-tables::rows": "filas",
- "livewire-tables::rows, do you want to select all": "filas, desea seleccionar todas",
- "livewire-tables::Search": "Buscar",
- "livewire-tables::Select All": "Seleccionar todo",
- "livewire-tables::Select All On Page": "Seleccionar todo en la página",
- "livewire-tables::Showing": "Mostrando",
- "livewire-tables::to": "a",
- "livewire-tables::Yes": "Sí",
- "livewire-tables::You are currently selecting all": "Actualmente está seleccionando todo",
- "livewire-tables::You are not connected to the internet.": "No está conectado a Internet.",
- "livewire-tables::You have selected": "Ha seleccionado",
- "All": "Todo",
- "All Columns": "Todas las columnas",
- "Applied Filters": "Filtros Aplicados",
- "Applied Sorting": "Ordenamiento Aplicado",
- "Bulk Actions": "Acciones Masivas",
- "Bulk Actions Confirm": "Está seguro?",
- "Clear": "Borrar",
- "Columns": "Columnas",
- "Debugging Values": "Valores de depuración",
- "Deselect All": "Deseleccionar todo",
- "Done Reordering": "Reordenación finalizada",
- "Filters": "Filtros",
- "not_applicable": "N/A",
- "No": "No",
- "No items found. Try to broaden your search.": "No se encontraron elementos. Intente ampliar la búsqueda.",
- "of": "de",
- "Remove filter option": "Remover opción de filtro",
- "Remove sort option": "Remover opción de ordenamineto",
- "Reorder": "Reordenar",
- "results": "resultados",
- "row": "fila",
- "rows": "filas",
- "rows, do you want to select all": "filas, desea seleccionar todas",
- "Search": "Buscar",
- "Select All": "Seleccionar todo",
- "Select All On Page": "Seleccionar todo en la página",
- "Showing": "Mostrando",
- "to": "a",
- "Yes": "Sí",
- "You are currently selecting all": "Actualmente está seleccionando todo",
- "You are not connected to the internet.": "No está conectado a Internet.",
- "You have selected": "Ha seleccionado"
-}
\ No newline at end of file
diff --git a/resources/lang/es/core.php b/resources/lang/es/core.php
new file mode 100644
index 000000000..6abcb91ea
--- /dev/null
+++ b/resources/lang/es/core.php
@@ -0,0 +1,36 @@
+ 'Todo',
+ 'All Columns' => 'Todas las columnas',
+ 'Applied Filters' => 'Filtros Aplicados',
+ 'Applied Sorting' => 'Ordenamiento Aplicado',
+ 'Bulk Actions' => 'Acciones Masivas',
+ 'Bulk Actions Confirm' => 'Está seguro?',
+ 'Clear' => 'Borrar',
+ 'Columns' => 'Columnas',
+ 'Debugging Values' => 'Valores de depuración',
+ 'Deselect All' => 'Deseleccionar todo',
+ 'Done Reordering' => 'Reordenación finalizada',
+ 'Filters' => 'Filtros',
+ 'not_applicable' => 'N/A',
+ 'No' => 'No',
+ 'No items found, try to broaden your search' => 'No se encontraron elementos. Intente ampliar la búsqueda',
+ 'of' => 'de',
+ 'Remove filter option' => 'Remover opción de filtro',
+ 'Remove sort option' => 'Remover opción de ordenamineto',
+ 'Reorder' => 'Reordenar',
+ 'results' => 'resultados',
+ 'row' => 'fila',
+ 'rows' => 'filas',
+ 'rows, do you want to select all' => 'filas, desea seleccionar todas',
+ 'Search' => 'Buscar',
+ 'Select All' => 'Seleccionar todo',
+ 'Select All On Page' => 'Seleccionar todo en la página',
+ 'Showing' => 'Mostrando',
+ 'to' => 'a',
+ 'Yes' => 'Sí',
+ 'You are currently selecting all' => 'Actualmente está seleccionando todo',
+ 'You are not connected to the internet' => 'No está conectado a Internet',
+ 'You have selected' => 'Ha seleccionado',
+];
diff --git a/resources/lang/fr.json b/resources/lang/fr.json
deleted file mode 100644
index 9cb399d08..000000000
--- a/resources/lang/fr.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "livewire-tables::All": "Tous",
- "livewire-tables::All Columns": "Toutes les colonnes",
- "livewire-tables::Applied Filters": "Filtres appliqués",
- "livewire-tables::Applied Sorting": "Tris appliqués",
- "livewire-tables::Bulk Actions": "Actions en masse",
- "livewire-tables::Bulk Actions Confirm": "Êtes-vous sûr ?",
- "livewire-tables::Clear": "Effacer",
- "livewire-tables::Columns": "Colonnes",
- "livewire-tables::Debugging Values": "Valeurs de débogage",
- "livewire-tables::Deselect All": "Tout désélectionner ",
- "livewire-tables::Done Reordering": "Réordonnancement terminé",
- "livewire-tables::Filters": "Filtres",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Non",
- "livewire-tables::No items found. Try to broaden your search.": "Aucun élément trouvé. Essayez d'élargir votre recherche.",
- "livewire-tables::of": "sur",
- "livewire-tables::Remove filter option": "Supprimer l'option de filtrage",
- "livewire-tables::Remove sort option": "Supprimer l'option de tri",
- "livewire-tables::Reorder": "Réordonner",
- "livewire-tables::results": "résultats",
- "livewire-tables::row": "ligne",
- "livewire-tables::rows": "lignes",
- "livewire-tables::rows, do you want to select all": "lignes, voulez-vous tout sélectionner ?",
- "livewire-tables::Search": "Rechercher",
- "livewire-tables::Select All": "Tout sélectionner",
- "livewire-tables::Select All On Page": "Tout sélectionner sur la page",
- "livewire-tables::Showing": "Résultats",
- "livewire-tables::to": "à",
- "livewire-tables::Yes": "Oui",
- "livewire-tables::You are currently selecting all": "Vous êtes en train de sélectionner ",
- "livewire-tables::You are not connected to the internet.": "Vous n'êtes pas connecté à l'Internet.",
- "livewire-tables::You have selected": "Vous avez sélectionné",
- "All": "Tous",
- "All Columns": "Toutes les colonnes",
- "Applied Filters": "Filtres appliqués",
- "Applied Sorting": "Tris appliqués",
- "Bulk Actions": "Actions en masse",
- "Bulk Actions Confirm": "Êtes-vous sûr ?",
- "Clear": "Effacer",
- "Columns": "Colonnes",
- "Debugging Values": "Valeurs de débogage",
- "Deselect All": "Tout désélectionner ",
- "Done Reordering": "Réordonnancement terminé",
- "Filters": "Filtres",
- "not_applicable": "N/A",
- "No": "Non",
- "No items found. Try to broaden your search.": "Aucun élément trouvé. Essayez d'élargir votre recherche.",
- "of": "sur",
- "Remove filter option": "Supprimer l'option de filtrage",
- "Remove sort option": "Supprimer l'option de tri",
- "Reorder": "Réordonner",
- "results": "résultats",
- "row": "ligne",
- "rows": "lignes",
- "rows, do you want to select all": "lignes, voulez-vous tout sélectionner ?",
- "Search": "Rechercher",
- "Select All": "Tout sélectionner",
- "Select All On Page": "Tout sélectionner sur la page",
- "Showing": "Résultats",
- "to": "à",
- "Yes": "Oui",
- "You are currently selecting all": "Vous êtes en train de sélectionner ",
- "You are not connected to the internet.": "Vous n'êtes pas connecté à l'Internet.",
- "You have selected": "Vous avez sélectionné"
-}
\ No newline at end of file
diff --git a/resources/lang/fr/core.php b/resources/lang/fr/core.php
new file mode 100644
index 000000000..a81d0b8ad
--- /dev/null
+++ b/resources/lang/fr/core.php
@@ -0,0 +1,36 @@
+ 'Tous',
+ 'All Columns' => 'Toutes les colonnes',
+ 'Applied Filters' => 'Filtres appliqués',
+ 'Applied Sorting' => 'Tris appliqués',
+ 'Bulk Actions' => 'Actions en masse',
+ 'Bulk Actions Confirm' => 'Êtes-vous sûr ?',
+ 'Clear' => 'Effacer',
+ 'Columns' => 'Colonnes',
+ 'Debugging Values' => 'Valeurs de débogage',
+ 'Deselect All' => 'Tout désélectionner ',
+ 'Done Reordering' => 'Réordonnancement terminé',
+ 'Filters' => 'Filtres',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Non',
+ 'No items found, try to broaden your search' => "Aucun élément trouvé. Essayez d'élargir votre recherche.",
+ 'of' => 'sur',
+ 'Remove filter option' => "Supprimer l'option de filtrage",
+ 'Remove sort option' => "Supprimer l'option de tri",
+ 'Reorder' => 'Réordonner',
+ 'results' => 'résultats',
+ 'row' => 'ligne',
+ 'rows' => 'lignes',
+ 'rows, do you want to select all' => 'lignes, voulez-vous tout sélectionner ?',
+ 'Search' => 'Rechercher',
+ 'Select All' => 'Tout sélectionner',
+ 'Select All On Page' => 'Tout sélectionner sur la page',
+ 'Showing' => 'Résultats',
+ 'to' => 'à',
+ 'Yes' => 'Oui',
+ 'You are currently selecting all' => 'Vous êtes en train de sélectionner ',
+ 'You are not connected to the internet' => "Vous n'êtes pas connecté à l'Internet",
+ 'You have selected' => 'Vous avez sélectionné',
+];
diff --git a/resources/lang/id.json b/resources/lang/id.json
deleted file mode 100644
index 06a9f38cf..000000000
--- a/resources/lang/id.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "livewire-tables::All": "Semua",
- "livewire-tables::All Columns": "Semua Kolom",
- "livewire-tables::Applied Filters": "Filter Diterapkan",
- "livewire-tables::Applied Sorting": "Penyortiran Diterapkan",
- "livewire-tables::Bulk Actions": "Aksi",
- "livewire-tables::Clear": "Bersihkan",
- "livewire-tables::Columns": "Kolom",
- "livewire-tables::Debugging Values": "Nilai Debug",
- "livewire-tables::Deselect All": "Batalkan Semua Pilihan",
- "livewire-tables::Done Reordering": "Selesai Mengurutkan Ulang",
- "livewire-tables::Filters": "Filter",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Tidak",
- "livewire-tables::No items found. Try to broaden your search.": "Tidak ada data yang ditemukan. Cobalah untuk memperluas pencarian Anda.",
- "livewire-tables::of": "dari",
- "livewire-tables::Remove filter option": "Hapus opsi filter",
- "livewire-tables::Remove sort option": "Hapus opsi pengurutan",
- "livewire-tables::Reorder": "Urutkan ulang",
- "livewire-tables::results": "hasil",
- "livewire-tables::row": "baris",
- "livewire-tables::rows": "baris",
- "livewire-tables::rows, do you want to select all": "baris, apakah Anda ingin memilih semua?",
- "livewire-tables::Search": "Cari",
- "livewire-tables::Select All": "Pilih Semua",
- "livewire-tables::Showing": "Menampilkan",
- "livewire-tables::to": "ke",
- "livewire-tables::Yes": "Ya",
- "livewire-tables::You are currently selecting all": "Anda sedang memilih semua",
- "livewire-tables::You are not connected to the internet.": "Anda sedang tidak terhubung ke internet.",
- "livewire-tables::You have selected": "Anda telah memilih",
- "All": "Semua",
- "All Columns": "Semua Kolom",
- "Applied Filters": "Filter Diterapkan",
- "Applied Sorting": "Penyortiran Diterapkan",
- "Bulk Actions": "Aksi",
- "Clear": "Bersihkan",
- "Columns": "Kolom",
- "Debugging Values": "Nilai Debug",
- "Deselect All": "Batalkan Semua Pilihan",
- "Done Reordering": "Selesai Mengurutkan Ulang",
- "Filters": "Filter",
- "not_applicable": "N/A",
- "No": "Tidak",
- "No items found. Try to broaden your search.": "Tidak ada data yang ditemukan. Cobalah untuk memperluas pencarian Anda.",
- "of": "dari",
- "Remove filter option": "Hapus opsi filter",
- "Remove sort option": "Hapus opsi pengurutan",
- "Reorder": "Urutkan ulang",
- "results": "hasil",
- "row": "baris",
- "rows": "baris",
- "rows, do you want to select all": "baris, apakah Anda ingin memilih semua?",
- "Search": "Cari",
- "Select All": "Pilih Semua",
- "Showing": "Menampilkan",
- "to": "ke",
- "Yes": "Ya",
- "You are currently selecting all": "Anda sedang memilih semua",
- "You are not connected to the internet.": "Anda sedang tidak terhubung ke internet.",
- "You have selected": "Anda telah memilih"
-
-}
\ No newline at end of file
diff --git a/resources/lang/id/core.php b/resources/lang/id/core.php
new file mode 100644
index 000000000..47aac75f3
--- /dev/null
+++ b/resources/lang/id/core.php
@@ -0,0 +1,34 @@
+ 'Semua',
+ 'All Columns' => 'Semua Kolom',
+ 'Applied Filters' => 'Filter Diterapkan',
+ 'Applied Sorting' => 'Penyortiran Diterapkan',
+ 'Bulk Actions' => 'Aksi',
+ 'Clear' => 'Bersihkan',
+ 'Columns' => 'Kolom',
+ 'Debugging Values' => 'Nilai Debug',
+ 'Deselect All' => 'Batalkan Semua Pilihan',
+ 'Done Reordering' => 'Selesai Mengurutkan Ulang',
+ 'Filters' => 'Filter',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Tidak',
+ 'No items found, try to broaden your search' => 'Tidak ada data yang ditemukan. Cobalah untuk memperluas pencarian Anda.',
+ 'of' => 'dari',
+ 'Remove filter option' => 'Hapus opsi filter',
+ 'Remove sort option' => 'Hapus opsi pengurutan',
+ 'Reorder' => 'Urutkan ulang',
+ 'results' => 'hasil',
+ 'row' => 'baris',
+ 'rows' => 'baris',
+ 'rows, do you want to select all' => 'baris, apakah Anda ingin memilih semua?',
+ 'Search' => 'Cari',
+ 'Select All' => 'Pilih Semua',
+ 'Showing' => 'Menampilkan',
+ 'to' => 'ke',
+ 'Yes' => 'Ya',
+ 'You are currently selecting all' => 'Anda sedang memilih semua',
+ 'You are not connected to the internet' => 'Anda sedang tidak terhubung ke internet',
+ 'You have selected' => 'Anda telah memilih',
+];
diff --git a/resources/lang/it.json b/resources/lang/it.json
deleted file mode 100644
index ceaffa5fc..000000000
--- a/resources/lang/it.json
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "livewire-tables::All": "Tutti",
- "livewire-tables::All Columns": "Tutte le colonne",
- "livewire-tables::Applied Filters": "Filtri Applicati",
- "livewire-tables::Applied Sorting": "Ordinamento Applicato",
- "livewire-tables::Bulk Actions": "Azioni di Gruppo",
- "livewire-tables::Bulk Actions Confirm": "Sei sicuro?",
- "livewire-tables::Clear": "Pulisci",
- "livewire-tables::Columns": "Colonne",
- "livewire-tables::Debugging Values": "Valori di debug",
- "livewire-tables::Deselect All": "Deseleziona tutto",
- "livewire-tables::Done Reordering": "Ordinamento Terminato",
- "livewire-tables::Filters": "Filtri",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "No",
- "livewire-tables::No items found. Try to broaden your search.": "Nessun risultato trovato. Prova ad ampliare la tua ricerca.",
- "livewire-tables::of": "di",
- "livewire-tables::Remove filter option": "Rimuovi filtro",
- "livewire-tables::Remove sort option": "Rimuovi ordinamento",
- "livewire-tables::Reorder": "Riordina",
- "livewire-tables::results": "risultati",
- "livewire-tables::row": "righe",
- "livewire-tables::rows": "righe",
- "livewire-tables::rows, do you want to select all": "righe, vuoi selezionarle tutte",
- "livewire-tables::Search": "Cerca",
- "livewire-tables::Select All": "Seleziona tutto",
- "livewire-tables::Select All On Page": "Seleziona tutto sulla pagina",
- "livewire-tables::Showing": "Visualizzati",
- "livewire-tables::to": "a",
- "livewire-tables::Yes": "SÌ",
- "livewire-tables::You are currently selecting all": "Stai selezionando tutto",
- "livewire-tables::You are not connected to the internet.": "Non sei connesso a internet",
- "livewire-tables::You have selected": "Hai selezionato",
- "All": "Tutti",
- "All Columns": "Tutte le colonne",
- "Applied Filters": "Filtri Applicati",
- "Applied Sorting": "Ordinamento Applicato",
- "Bulk Actions": "Azioni di Gruppo",
- "Bulk Actions Confirm": "Sei sicuro?",
- "Clear": "Pulisci",
- "Columns": "Colonne",
- "Debugging Values": "Valori di debug",
- "Deselect All": "Deseleziona tutto",
- "Done Reordering": "Ordinamento Terminato",
- "Filters": "Filtri",
- "not_applicable": "N/A",
- "No": "No",
- "No items found. Try to broaden your search.": "Nessun risultato trovato. Prova ad ampliare la tua ricerca.",
- "of": "di",
- "Remove filter option": "Rimuovi filtro",
- "Remove sort option": "Rimuovi ordinamento",
- "Reorder": "Riordina",
- "results": "risultati",
- "row": "righe",
- "rows": "righe",
- "rows, do you want to select all": "righe, vuoi selezionarle tutte",
- "Search": "Cerca",
- "Select All": "Seleziona tutto",
- "Select All On Page": "Seleziona tutto sulla pagina",
- "Showing": "Visualizzati",
- "to": "a",
- "Yes": "SÌ",
- "You are currently selecting all": "Stai selezionando tutto",
- "You are not connected to the internet.": "Non sei connesso a internet",
- "You have selected": "Hai selezionato"
-
-}
\ No newline at end of file
diff --git a/resources/lang/it/core.php b/resources/lang/it/core.php
new file mode 100644
index 000000000..b29208f25
--- /dev/null
+++ b/resources/lang/it/core.php
@@ -0,0 +1,36 @@
+ 'Tutti',
+ 'All Columns' => 'Tutte le colonne',
+ 'Applied Filters' => 'Filtri Applicati',
+ 'Applied Sorting' => 'Ordinamento Applicato',
+ 'Bulk Actions' => 'Azioni di Gruppo',
+ 'Bulk Actions Confirm' => 'Sei sicuro?',
+ 'Clear' => 'Pulisci',
+ 'Columns' => 'Colonne',
+ 'Debugging Values' => 'Valori di debug',
+ 'Deselect All' => 'Deseleziona tutto',
+ 'Done Reordering' => 'Ordinamento Terminato',
+ 'Filters' => 'Filtri',
+ 'not_applicable' => 'N/A',
+ 'No' => 'No',
+ 'No items found, try to broaden your search' => 'Nessun risultato trovato. Prova ad ampliare la tua ricerca.',
+ 'of' => 'di',
+ 'Remove filter option' => 'Rimuovi filtro',
+ 'Remove sort option' => 'Rimuovi ordinamento',
+ 'Reorder' => 'Riordina',
+ 'results' => 'risultati',
+ 'row' => 'righe',
+ 'rows' => 'righe',
+ 'rows, do you want to select all' => 'righe, vuoi selezionarle tutte',
+ 'Search' => 'Cerca',
+ 'Select All' => 'Seleziona tutto',
+ 'Select All On Page' => 'Seleziona tutto sulla pagina',
+ 'Showing' => 'Visualizzati',
+ 'to' => 'a',
+ 'Yes' => 'SÌ',
+ 'You are currently selecting all' => 'Stai selezionando tutto',
+ 'You are not connected to the internet' => 'Non sei connesso a internet',
+ 'You have selected' => 'Hai selezionato',
+];
diff --git a/resources/lang/ms.json b/resources/lang/ms.json
deleted file mode 100644
index e7e725fa7..000000000
--- a/resources/lang/ms.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "livewire-tables::All": "Semua",
- "livewire-tables::All Columns": "Semua Lajur",
- "livewire-tables::Applied Filters": "Tapisan Digunakan",
- "livewire-tables::Applied Sorting": "Susunan Digunakan",
- "livewire-tables::Bulk Actions": "Tindakan Pukal",
- "livewire-tables::Clear": "Kosongkan",
- "livewire-tables::Columns": "Kolum",
- "livewire-tables::Debugging Values": "Menyahpepijat Nilai",
- "livewire-tables::Deselect All": "Nyahpilih semua",
- "livewire-tables::Done Reordering": "Selesai Menyusun Semula",
- "livewire-tables::Filters": "Tapisan",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Tidak",
- "livewire-tables::No items found. Try to broaden your search.": "Tiada data ditemui. Sila perluaskan carian anda",
- "livewire-tables::of": "daripada",
- "livewire-tables::Remove filter option": "Keluarkan pilihan tapisan",
- "livewire-tables::Remove sort option": "Keluarkan pilihan sususan",
- "livewire-tables::Reorder": "menyusun semula",
- "livewire-tables::results": "keputusan",
- "livewire-tables::row": "barisan",
- "livewire-tables::rows": "barisan",
- "livewire-tables::rows, do you want to select all": "barisan, adakah anda mahu pilih semua?",
- "livewire-tables::Search": "Carian",
- "livewire-tables::Select All": "Pilih Semua",
- "livewire-tables::Showing": "Menunjukkan",
- "livewire-tables::to": "ke",
- "livewire-tables::Yes": "ya",
- "livewire-tables::You are currently selecting all": "Anda sedang memilih semua",
- "livewire-tables::You are not connected to the internet.": "Anda tidak disambungkan ke internet.",
- "livewire-tables::You have selected": "Anda telah memilih",
- "All": "Semua",
- "All Columns": "Semua Lajur",
- "Applied Filters": "Tapisan Digunakan",
- "Applied Sorting": "Susunan Digunakan",
- "Bulk Actions": "Tindakan Pukal",
- "Clear": "Kosongkan",
- "Columns": "Kolum",
- "Debugging Values": "Menyahpepijat Nilai",
- "Deselect All": "Nyahpilih semua",
- "Done Reordering": "Selesai Menyusun Semula",
- "Filters": "Tapisan",
- "not_applicable": "N/A",
- "No": "Tidak",
- "No items found. Try to broaden your search.": "Tiada data ditemui. Sila perluaskan carian anda",
- "of": "daripada",
- "Remove filter option": "Keluarkan pilihan tapisan",
- "Remove sort option": "Keluarkan pilihan sususan",
- "Reorder": "menyusun semula",
- "results": "keputusan",
- "row": "barisan",
- "rows": "barisan",
- "rows, do you want to select all": "barisan, adakah anda mahu pilih semua?",
- "Search": "Carian",
- "Select All": "Pilih Semua",
- "Showing": "Menunjukkan",
- "to": "ke",
- "Yes": "ya",
- "You are currently selecting all": "Anda sedang memilih semua",
- "You are not connected to the internet.": "Anda tidak disambungkan ke internet.",
- "You have selected": "Anda telah memilih"
-}
\ No newline at end of file
diff --git a/resources/lang/ms/core.php b/resources/lang/ms/core.php
new file mode 100644
index 000000000..89c38f699
--- /dev/null
+++ b/resources/lang/ms/core.php
@@ -0,0 +1,34 @@
+ 'Semua',
+ 'All Columns' => 'Semua Lajur',
+ 'Applied Filters' => 'Tapisan Digunakan',
+ 'Applied Sorting' => 'Susunan Digunakan',
+ 'Bulk Actions' => 'Tindakan Pukal',
+ 'Clear' => 'Kosongkan',
+ 'Columns' => 'Kolum',
+ 'Debugging Values' => 'Menyahpepijat Nilai',
+ 'Deselect All' => 'Nyahpilih semua',
+ 'Done Reordering' => 'Selesai Menyusun Semula',
+ 'Filters' => 'Tapisan',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Tidak',
+ 'No items found, try to broaden your search' => 'Tiada data ditemui. Sila perluaskan carian anda',
+ 'of' => 'daripada',
+ 'Remove filter option' => 'Keluarkan pilihan tapisan',
+ 'Remove sort option' => 'Keluarkan pilihan sususan',
+ 'Reorder' => 'menyusun semula',
+ 'results' => 'keputusan',
+ 'row' => 'barisan',
+ 'rows' => 'barisan',
+ 'rows, do you want to select all' => 'barisan, adakah anda mahu pilih semua?',
+ 'Search' => 'Carian',
+ 'Select All' => 'Pilih Semua',
+ 'Showing' => 'Menunjukkan',
+ 'to' => 'ke',
+ 'Yes' => 'ya',
+ 'You are currently selecting all' => 'Anda sedang memilih semua',
+ 'You are not connected to the internet' => 'Anda tidak disambungkan ke internet',
+ 'You have selected' => 'Anda telah memilih',
+];
diff --git a/resources/lang/nb.json b/resources/lang/nb.json
deleted file mode 100644
index b7bb83929..000000000
--- a/resources/lang/nb.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "livewire-tables::All": "Alle",
- "livewire-tables::All Columns": "Alle kolonner",
- "livewire-tables::Applied Filters": "Anvendte filtre",
- "livewire-tables::Applied Sorting": "Anvendt sortering",
- "livewire-tables::Bulk Actions": "Massehandlinger",
- "livewire-tables::Bulk Actions Confirm": "Er du sikker?",
- "livewire-tables::Clear": "Tøm",
- "livewire-tables::Columns": "Kolonner",
- "livewire-tables::Debugging Values": "Debugger Verdier",
- "livewire-tables::Deselect All": "Opphev alle",
- "livewire-tables::Done Reordering": "Ferdig med omorganisering",
- "livewire-tables::Filters": "Filtre",
- "livewire-tables::max": "Maks",
- "livewire-tables::min": "Min",
- "livewire-tables::not_applicable": "I/T",
- "livewire-tables::No": "Nei",
- "livewire-tables::No items found. Try to broaden your search.": "Ingen elementer funnet. Prøv å utvide søket.",
- "livewire-tables::of": "av",
- "livewire-tables::Remove filter option": "Fjern filtervalg",
- "livewire-tables::Remove sort option": "Fjern sorteringsvalg",
- "livewire-tables::Reorder": "Omorganiser",
- "livewire-tables::results": "resultater",
- "livewire-tables::row": "rad",
- "livewire-tables::rows": "rader",
- "livewire-tables::rows, do you want to select all": "rader, vil du velge alle",
- "livewire-tables::Search": "Søk",
- "livewire-tables::Select All": "Velg alle",
- "livewire-tables::Select All On Page": "Velg alle på siden",
- "livewire-tables::Showing": "Viser",
- "livewire-tables::to": "til",
- "livewire-tables::Yes": "Ja",
- "livewire-tables::You are currently selecting all": "Du velger for øyeblikket alle",
- "livewire-tables::You are not connected to the internet.": "Du er ikke tilkoblet internett.",
- "livewire-tables::You have selected": "Du har valgt",
- "All": "Alle",
- "All Columns": "Alle kolonner",
- "Applied Filters": "Anvendte filtre",
- "Applied Sorting": "Anvendt sortering",
- "Bulk Actions": "Massehandlinger",
- "Bulk Actions Confirm": "Er du sikker?",
- "Clear": "Tøm",
- "Columns": "Kolonner",
- "Debugging Values": "Debugger verdier",
- "Deselect All": "Opphev valg for alle",
- "Done Reordering": "Ferdig med omorganisering",
- "Filters": "Filtre",
- "max": "Maks",
- "min": "Min",
- "not_applicable": "I/T",
- "No": "Nei",
- "No items found. Try to broaden your search.": "Ingen elementer funnet. Prøv å utvide søket.",
- "of": "av",
- "Remove filter option": "Fjern filtervalg",
- "Remove sort option": "Fjern sorteringsvalg",
- "Reorder": "Omorganiser",
- "results": "resultater",
- "row": "rad",
- "rows": "rader",
- "rows, do you want to select all": "rader, vil du velge alle",
- "Search": "Søk",
- "Select All": "Velg alle",
- "Select All On Page": "Velg alle på siden",
- "Showing": "Viser",
- "to": "til",
- "Yes": "Ja",
- "You are currently selecting all": "Du velger for øyeblikket alle",
- "You are not connected to the internet.": "Du er ikke tilkoblet internett.",
- "You have selected": "Du har valgt"
-}
diff --git a/resources/lang/nb/core.php b/resources/lang/nb/core.php
new file mode 100644
index 000000000..9bcef1082
--- /dev/null
+++ b/resources/lang/nb/core.php
@@ -0,0 +1,38 @@
+ 'Alle',
+ 'All Columns' => 'Alle kolonner',
+ 'Applied Filters' => 'Anvendte filtre',
+ 'Applied Sorting' => 'Anvendt sortering',
+ 'Bulk Actions' => 'Massehandlinger',
+ 'Bulk Actions Confirm' => 'Er du sikker?',
+ 'Clear' => 'Tøm',
+ 'Columns' => 'Kolonner',
+ 'Debugging Values' => 'Debugger verdier',
+ 'Deselect All' => 'Opphev valg for alle',
+ 'Done Reordering' => 'Ferdig med omorganisering',
+ 'Filters' => 'Filtre',
+ 'max' => 'Maks',
+ 'min' => 'Min',
+ 'not_applicable' => 'I/T',
+ 'No' => 'Nei',
+ 'No items found, try to broaden your search' => 'Ingen elementer funnet. Prøv å utvide søket',
+ 'of' => 'av',
+ 'Remove filter option' => 'Fjern filtervalg',
+ 'Remove sort option' => 'Fjern sorteringsvalg',
+ 'Reorder' => 'Omorganiser',
+ 'results' => 'resultater',
+ 'row' => 'rad',
+ 'rows' => 'rader',
+ 'rows, do you want to select all' => 'rader, vil du velge alle',
+ 'Search' => 'Søk',
+ 'Select All' => 'Velg alle',
+ 'Select All On Page' => 'Velg alle på siden',
+ 'Showing' => 'Viser',
+ 'to' => 'til',
+ 'Yes' => 'Ja',
+ 'You are currently selecting all' => 'Du velger for øyeblikket alle',
+ 'You are not connected to the internet' => 'Du er ikke tilkoblet internett',
+ 'You have selected' => 'Du har valgt',
+];
diff --git a/resources/lang/nl.json b/resources/lang/nl.json
deleted file mode 100644
index a6223018c..000000000
--- a/resources/lang/nl.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "livewire-tables::All": "Alle",
- "livewire-tables::All Columns": "Alle kolommen",
- "livewire-tables::Applied Filters": "Toegepaste filters",
- "livewire-tables::Applied Sorting": "Toegepaste sortering",
- "livewire-tables::Bulk Actions": "Bulkacties",
- "livewire-tables::Bulk Actions Confirm": "Weet u het zeker?",
- "livewire-tables::Clear": "Wissen",
- "livewire-tables::Columns": "Kolommen",
- "livewire-tables::Debugging Values": "Debugging waarden",
- "livewire-tables::Deselect All": "Alles deselecteren",
- "livewire-tables::Done Reordering": "Hersortering voltooid",
- "livewire-tables::Filters": "Filters",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Nee",
- "livewire-tables::No items found. Try to broaden your search.": "Er zijn geen items gevonden. Probeer uw zoekopdracht te verfijnen.",
- "livewire-tables::of": "van",
- "livewire-tables::Remove filter option": "Filteroptie verwijderen",
- "livewire-tables::Remove sort option": "Sorteeroptie verwijderen",
- "livewire-tables::Reorder": "Hersorteren",
- "livewire-tables::results": "resultaten",
- "livewire-tables::row": "rij",
- "livewire-tables::rows": "rijen",
- "livewire-tables::rows, do you want to select all": "rijen, wilt u alles selecteren",
- "livewire-tables::Search": "Zoeken",
- "livewire-tables::Select All": "Alles selecteren",
- "livewire-tables::Showing": "Toont",
- "livewire-tables::to": "tot",
- "livewire-tables::Yes": "Ja",
- "livewire-tables::You are currently selecting all": "Huidig heeft u alles geselecteerd",
- "livewire-tables::You are not connected to the internet.": "U bent niet verbonden met het internet.",
- "livewire-tables::You have selected": "U selecteerde",
- "livewire-tables::Select All On Page": "Alles op deze pagina selecteren",
- "All": "Alle",
- "All Columns": "Alle kolommen",
- "Applied Filters": "Toegepaste filters",
- "Applied Sorting": "Toegepaste sortering",
- "Bulk Actions": "Bulkacties",
- "Bulk Actions Confirm": "Weet u het zeker?",
- "Clear": "Wissen",
- "Columns": "Kolommen",
- "Debugging Values": "Debugging waarden",
- "Deselect All": "Alles deselecteren",
- "Done Reordering": "Hersortering voltooid",
- "Filters": "Filters",
- "not_applicable": "N/A",
- "No": "Nee",
- "No items found. Try to broaden your search.": "Er zijn geen items gevonden. Probeer uw zoekopdracht te verfijnen.",
- "of": "van",
- "Remove filter option": "Filteroptie verwijderen",
- "Remove sort option": "Sorteeroptie verwijderen",
- "Reorder": "Hersorteren",
- "results": "resultaten",
- "row": "rij",
- "rows": "rijen",
- "rows, do you want to select all": "rijen, wilt u alles selecteren",
- "Search": "Zoeken",
- "Select All": "Alles selecteren",
- "Showing": "Toont",
- "to": "tot",
- "Yes": "Ja",
- "You are currently selecting all": "Huidig heeft u alles geselecteerd",
- "You are not connected to the internet.": "U bent niet verbonden met het internet.",
- "You have selected": "U selecteerde",
- "Select All On Page": "Alles op deze pagina selecteren"
-}
diff --git a/resources/lang/nl/core.php b/resources/lang/nl/core.php
new file mode 100644
index 000000000..ad1eb4c29
--- /dev/null
+++ b/resources/lang/nl/core.php
@@ -0,0 +1,36 @@
+ 'Alle',
+ 'All Columns' => 'Alle kolommen',
+ 'Applied Filters' => 'Toegepaste filters',
+ 'Applied Sorting' => 'Toegepaste sortering',
+ 'Bulk Actions' => 'Bulkacties',
+ 'Bulk Actions Confirm' => 'Weet u het zeker?',
+ 'Clear' => 'Wissen',
+ 'Columns' => 'Kolommen',
+ 'Debugging Values' => 'Debugging waarden',
+ 'Deselect All' => 'Alles deselecteren',
+ 'Done Reordering' => 'Hersortering voltooid',
+ 'Filters' => 'Filters',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Nee',
+ 'No items found, try to broaden your search' => 'Er zijn geen items gevonden. Probeer uw zoekopdracht te verfijnen',
+ 'of' => 'van',
+ 'Remove filter option' => 'Filteroptie verwijderen',
+ 'Remove sort option' => 'Sorteeroptie verwijderen',
+ 'Reorder' => 'Hersorteren',
+ 'results' => 'resultaten',
+ 'row' => 'rij',
+ 'rows' => 'rijen',
+ 'rows, do you want to select all' => 'rijen, wilt u alles selecteren',
+ 'Search' => 'Zoeken',
+ 'Select All' => 'Alles selecteren',
+ 'Select All On Page' => 'Alles op deze pagina selecteren',
+ 'Showing' => 'Toont',
+ 'to' => 'tot',
+ 'Yes' => 'Ja',
+ 'You are currently selecting all' => 'Huidig heeft u alles geselecteerd',
+ 'You are not connected to the internet' => 'U bent niet verbonden met het internet',
+ 'You have selected' => 'U selecteerde',
+];
diff --git a/resources/lang/pl.json b/resources/lang/pl.json
deleted file mode 100644
index 12469dc82..000000000
--- a/resources/lang/pl.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "livewire-tables::All": "Wszystko",
- "livewire-tables::All Columns": "Wszystkie kolumny",
- "livewire-tables::Applied Filters": "Użyte filtry",
- "livewire-tables::Applied Sorting": "Użyte sortowanie",
- "livewire-tables::Bulk Actions": "Akcje zbiorowe",
- "livewire-tables::Bulk Actions Confirm": "Czy zastosować ?",
- "livewire-tables::Clear": "Wyczyść",
- "livewire-tables::Columns": "Kolumny",
- "livewire-tables::Debugging Values": "Wartości debugowania",
- "livewire-tables::Deselect All": "Odznacz wszystko",
- "livewire-tables::Done Reordering": "Done Reordering",
- "livewire-tables::Filters": "Filtry",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Nie",
- "livewire-tables::No items found. Try to broaden your search.": "Brak rezultatów do wyświetlenia.",
- "livewire-tables::of": "z",
- "livewire-tables::Remove filter option": "Usuń opcję filtra",
- "livewire-tables::Remove sort option": "Usuń opcję sortowania",
- "livewire-tables::Reorder": "Zmień kolejność",
- "livewire-tables::results": "wyniki",
- "livewire-tables::row": "wiersz",
- "livewire-tables::rows": "wiersze",
- "livewire-tables::rows, do you want to select all": "czy chcesz zaznaczyć wszystkie wiersze",
- "livewire-tables::Search": "Szukaj",
- "livewire-tables::Select All": "Zaznacz wszystko",
- "livewire-tables::Select All On Page": "Zaznacz wszystko na stronie",
- "livewire-tables::Showing": "Pokazywanie",
- "livewire-tables::to": "do",
- "livewire-tables::Yes": "Tak",
- "livewire-tables::You are currently selecting all": "Aktualnie masz wszystko zaznaczone",
- "livewire-tables::You are not connected to the internet.": "Brak połączenia z internetem.",
- "livewire-tables::You have selected": "Masz wybrane",
- "All": "Wszystko",
- "All Columns": "Wszystkie kolumny",
- "Applied Filters": "Użyte filtry",
- "Applied Sorting": "Użyte sortowanie",
- "Bulk Actions": "Akcje zbiorowe",
- "Bulk Actions Confirm": "Czy zastosować ?",
- "Clear": "Wyczyść",
- "Columns": "Kolumny",
- "Debugging Values": "Wartości debugowania",
- "Deselect All": "Odznacz wszystko",
- "Done Reordering": "Done Reordering",
- "Filters": "Filtry",
- "not_applicable": "N/A",
- "No": "Nie",
- "No items found. Try to broaden your search.": "Brak rezultatów do wyświetlenia.",
- "of": "z",
- "Remove filter option": "Usuń opcję filtra",
- "Remove sort option": "Usuń opcję sortowania",
- "Reorder": "Zmień kolejność",
- "results": "wyniki",
- "row": "wiersz",
- "rows": "wiersze",
- "rows, do you want to select all": "czy chcesz zaznaczyć wszystkie wiersze",
- "Search": "Szukaj",
- "Select All": "Zaznacz wszystko",
- "Select All On Page": "Zaznacz wszystko na stronie",
- "Showing": "Pokazywanie",
- "to": "do",
- "Yes": "Tak",
- "You are currently selecting all": "Aktualnie masz wszystko zaznaczone",
- "You are not connected to the internet.": "Brak połączenia z internetem.",
- "You have selected": "Masz wybrane"
-}
\ No newline at end of file
diff --git a/resources/lang/pl/core.php b/resources/lang/pl/core.php
new file mode 100644
index 000000000..144c73d8a
--- /dev/null
+++ b/resources/lang/pl/core.php
@@ -0,0 +1,36 @@
+ 'Wszystko',
+ 'All Columns' => 'Wszystkie kolumny',
+ 'Applied Filters' => 'Użyte filtry',
+ 'Applied Sorting' => 'Użyte sortowanie',
+ 'Bulk Actions' => 'Akcje zbiorowe',
+ 'Bulk Actions Confirm' => 'Czy zastosować ?',
+ 'Clear' => 'Wyczyść',
+ 'Columns' => 'Kolumny',
+ 'Debugging Values' => 'Wartości debugowania',
+ 'Deselect All' => 'Odznacz wszystko',
+ 'Done Reordering' => 'Done Reordering',
+ 'Filters' => 'Filtry',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Nie',
+ 'No items found, try to broaden your search' => 'Brak rezultatów do wyświetlenia',
+ 'of' => 'z',
+ 'Remove filter option' => 'Usuń opcję filtra',
+ 'Remove sort option' => 'Usuń opcję sortowania',
+ 'Reorder' => 'Zmień kolejność',
+ 'results' => 'wyniki',
+ 'row' => 'wiersz',
+ 'rows' => 'wiersze',
+ 'rows, do you want to select all' => 'czy chcesz zaznaczyć wszystkie wiersze',
+ 'Search' => 'Szukaj',
+ 'Select All' => 'Zaznacz wszystko',
+ 'Select All On Page' => 'Zaznacz wszystko na stronie',
+ 'Showing' => 'Pokazywanie',
+ 'to' => 'do',
+ 'Yes' => 'Tak',
+ 'You are currently selecting all' => 'Aktualnie masz wszystko zaznaczone',
+ 'You are not connected to the internet' => 'Brak połączenia z internetem',
+ 'You have selected' => 'Masz wybrane',
+];
diff --git a/resources/lang/pt.json b/resources/lang/pt.json
deleted file mode 100644
index f38578da1..000000000
--- a/resources/lang/pt.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "livewire-tables::All": "Tudo",
- "livewire-tables::All Columns": "Todas as colunas",
- "livewire-tables::Applied Filters": "Filtros Aplicados",
- "livewire-tables::Applied Sorting": "Ordenação Aplicada",
- "livewire-tables::Bulk Actions": "Ações Massivas",
- "livewire-tables::Clear": "Limpar",
- "livewire-tables::Columns": "Colunas",
- "livewire-tables::Debugging Values": "Valores de depuração",
- "livewire-tables::Deselect All": "Desmarcar Tudo",
- "livewire-tables::Done Reordering": "Ordeanação finalizada",
- "livewire-tables::Filters": "Filtros",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Não",
- "livewire-tables::No items found. Try to broaden your search.": "Nenhum resultado encontrado. Tente ampliar a sua pesquisa.",
- "livewire-tables::of": "de",
- "livewire-tables::Remove filter option": "Remover opção de filtro",
- "livewire-tables::Remove sort option": "Remover opção de ordenação",
- "livewire-tables::Reorder": "Reordenar",
- "livewire-tables::results": "resultados",
- "livewire-tables::row": "linha",
- "livewire-tables::rows": "linhas",
- "livewire-tables::rows, do you want to select all": "linhas, pretende selecionar tudo",
- "livewire-tables::Search": "Pesquisar",
- "livewire-tables::Select All": "Seleccionar Tudo",
- "livewire-tables::Select All On Page": "Selecione tudo na página",
- "livewire-tables::Showing": "A mostrar",
- "livewire-tables::to": "a",
- "livewire-tables::Yes": "Sim",
- "livewire-tables::You are currently selecting all": "Atualmente está a selecionar tudo",
- "livewire-tables::You are not connected to the internet.": "Não está ligado à internet.",
- "livewire-tables::You have selected": "Selecionou",
- "All": "Tudo",
- "All Columns": "Todas as colunas",
- "Applied Filters": "Filtros Aplicados",
- "Applied Sorting": "Ordenação Aplicada",
- "Bulk Actions": "Ações Massivas",
- "Clear": "Limpar",
- "Columns": "Colunas",
- "Debugging Values": "Valores de depuração",
- "Deselect All": "Desmarcar Tudo",
- "Done Reordering": "Ordeanação finalizada",
- "Filters": "Filtros",
- "not_applicable": "N/A",
- "No": "Não",
- "No items found. Try to broaden your search.": "Nenhum resultado encontrado. Tente ampliar a sua pesquisa.",
- "of": "de",
- "Remove filter option": "Remover opção de filtro",
- "Remove sort option": "Remover opção de ordenação",
- "Reorder": "Reordenar",
- "results": "resultados",
- "row": "linha",
- "rows": "linhas",
- "rows, do you want to select all": "linhas, pretende selecionar tudo",
- "Search": "Pesquisar",
- "Select All": "Seleccionar Tudo",
- "Select All On Page": "Selecione tudo na página",
- "Showing": "A mostrar",
- "to": "a",
- "Yes": "Sim",
- "You are currently selecting all": "Atualmente está a selecionar tudo",
- "You are not connected to the internet.": "Não está ligado à internet.",
- "You have selected": "Selecionou"
-}
\ No newline at end of file
diff --git a/resources/lang/pt/core.php b/resources/lang/pt/core.php
new file mode 100644
index 000000000..308f853f1
--- /dev/null
+++ b/resources/lang/pt/core.php
@@ -0,0 +1,35 @@
+ 'Tudo',
+ 'All Columns' => 'Todas as colunas',
+ 'Applied Filters' => 'Filtros Aplicados',
+ 'Applied Sorting' => 'Ordenação Aplicada',
+ 'Bulk Actions' => 'Ações Massivas',
+ 'Clear' => 'Limpar',
+ 'Columns' => 'Colunas',
+ 'Debugging Values' => 'Valores de depuração',
+ 'Deselect All' => 'Desmarcar Tudo',
+ 'Done Reordering' => 'Ordeanação finalizada',
+ 'Filters' => 'Filtros',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Não',
+ 'No items found, try to broaden your search' => 'Nenhum resultado encontrado. Tente ampliar a sua pesquisa',
+ 'of' => 'de',
+ 'Remove filter option' => 'Remover opção de filtro',
+ 'Remove sort option' => 'Remover opção de ordenação',
+ 'Reorder' => 'Reordenar',
+ 'results' => 'resultados',
+ 'row' => 'linha',
+ 'rows' => 'linhas',
+ 'rows, do you want to select all' => 'linhas, pretende selecionar tudo',
+ 'Search' => 'Pesquisar',
+ 'Select All' => 'Seleccionar Tudo',
+ 'Select All On Page' => 'Selecione tudo na página',
+ 'Showing' => 'A mostrar',
+ 'to' => 'a',
+ 'Yes' => 'Sim',
+ 'You are currently selecting all' => 'Atualmente está a selecionar tudo',
+ 'You are not connected to the internet' => 'Não está ligado à internet',
+ 'You have selected' => 'Selecionou',
+];
diff --git a/resources/lang/pt_BR.json b/resources/lang/pt_BR.json
deleted file mode 100644
index 09a0e2906..000000000
--- a/resources/lang/pt_BR.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "livewire-tables::All": "Tudo",
- "livewire-tables::All Columns": "Todas as colunas",
- "livewire-tables::Applied Filters": "Filtros aplicados",
- "livewire-tables::Applied Sorting": "Ordenação aplicada",
- "livewire-tables::Bulk Actions": "Ações em massa",
- "livewire-tables::Bulk Actions Confirm": "Tem certeza",
- "livewire-tables::Clear": "Limpar",
- "livewire-tables::Columns": "Colunas",
- "livewire-tables::Debugging Values": "Valores de depuração",
- "livewire-tables::Deselect All": "Desmarcar Tudo",
- "livewire-tables::Done Reordering": "Ordenação finalizada",
- "livewire-tables::Filters": "Filtros",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Não",
- "livewire-tables::No items found. Try to broaden your search.": "Nenhum resultado encontrado. Tente ampliar a sua pesquisa.",
- "livewire-tables::of": "de",
- "livewire-tables::Reorder": "Reordenar",
- "livewire-tables::results": "resultados",
- "livewire-tables::Remove filter option": "Remover opção de filtro",
- "livewire-tables::Remove sort option": "Remover opção de ordenação",
- "livewire-tables::row": "linha",
- "livewire-tables::rows": "linhas",
- "livewire-tables::rows, do you want to select all": "linhas, você deseja selecionar tudo?",
- "livewire-tables::Search": "Pesquisar",
- "livewire-tables::Select All": "Selecionar tudo",
- "livewire-tables::Select All On Page": "Selecione tudo na página",
- "livewire-tables::Showing": "Exibindo",
- "livewire-tables::to": "a",
- "livewire-tables::Yes": "Sim",
- "livewire-tables::You are currently selecting all": "Você selecionou tudo",
- "livewire-tables::You are not connected to the internet.": "Você não está conectado na internet.",
- "livewire-tables::You have selected": "Você selecionou",
- "All": "Tudo",
- "All Columns": "Todas as colunas",
- "Applied Filters": "Filtros aplicados",
- "Applied Sorting": "Ordenação aplicada",
- "Bulk Actions": "Ações em massa",
- "Bulk Actions Confirm": "Tem certeza",
- "Clear": "Limpar",
- "Columns": "Colunas",
- "Debugging Values": "Valores de depuração",
- "Deselect All": "Desmarcar Tudo",
- "Done Reordering": "Ordenação finalizada",
- "Filters": "Filtros",
- "not_applicable": "N/A",
- "No": "Não",
- "No items found. Try to broaden your search.": "Nenhum resultado encontrado. Tente ampliar a sua pesquisa.",
- "of": "de",
- "Reorder": "Reordenar",
- "results": "resultados",
- "Remove filter option": "Remover opção de filtro",
- "Remove sort option": "Remover opção de ordenação",
- "row": "linha",
- "rows": "linhas",
- "rows, do you want to select all": "linhas, você deseja selecionar tudo?",
- "Search": "Pesquisar",
- "Select All": "Selecionar tudo",
- "Select All On Page": "Selecione tudo na página",
- "Showing": "Exibindo",
- "to": "a",
- "Yes": "Sim",
- "You are currently selecting all": "Você selecionou tudo",
- "You are not connected to the internet.": "Você não está conectado na internet.",
- "You have selected": "Você selecionou"
-}
\ No newline at end of file
diff --git a/resources/lang/pt_BR/core.php b/resources/lang/pt_BR/core.php
new file mode 100644
index 000000000..af83595e6
--- /dev/null
+++ b/resources/lang/pt_BR/core.php
@@ -0,0 +1,36 @@
+ 'Tudo',
+ 'All Columns' => 'Todas as colunas',
+ 'Applied Filters' => 'Filtros aplicados',
+ 'Applied Sorting' => 'Ordenação aplicada',
+ 'Bulk Actions' => 'Ações em massa',
+ 'Bulk Actions Confirm' => 'Tem certeza',
+ 'Clear' => 'Limpar',
+ 'Columns' => 'Colunas',
+ 'Debugging Values' => 'Valores de depuração',
+ 'Deselect All' => 'Desmarcar Tudo',
+ 'Done Reordering' => 'Ordenação finalizada',
+ 'Filters' => 'Filtros',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Não',
+ 'No items found, try to broaden your search' => 'Nenhum resultado encontrado. Tente ampliar a sua pesquisa',
+ 'of' => 'de',
+ 'Reorder' => 'Reordenar',
+ 'results' => 'resultados',
+ 'Remove filter option' => 'Remover opção de filtro',
+ 'Remove sort option' => 'Remover opção de ordenação',
+ 'row' => 'linha',
+ 'rows' => 'linhas',
+ 'rows, do you want to select all' => 'linhas, você deseja selecionar tudo?',
+ 'Search' => 'Pesquisar',
+ 'Select All' => 'Selecionar tudo',
+ 'Select All On Page' => 'Selecione tudo na página',
+ 'Showing' => 'Exibindo',
+ 'to' => 'a',
+ 'Yes' => 'Sim',
+ 'You are currently selecting all' => 'Você selecionou tudo',
+ 'You are not connected to the internet' => 'Você não está conectado na internet',
+ 'You have selected' => 'Você selecionou',
+];
diff --git a/resources/lang/ru.json b/resources/lang/ru.json
deleted file mode 100644
index 53b9fbf1b..000000000
--- a/resources/lang/ru.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "livewire-tables::All": "Все",
- "livewire-tables::All Columns": "Все столбцы",
- "livewire-tables::Applied Filters": "Примененные фильтры",
- "livewire-tables::Applied Sorting": "Примененная сортировка",
- "livewire-tables::Bulk Actions": "Массовые действия",
- "livewire-tables::Clear": "Очистить",
- "livewire-tables::Columns": "Столбцы",
- "livewire-tables::Debugging Values": "Отладочные значения",
- "livewire-tables::Deselect All": "Снять выделение",
- "livewire-tables::Done Reordering": "Сортировка выполнена",
- "livewire-tables::Filters": "Фильтры",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Нет",
- "livewire-tables::No items found. Try to broaden your search.": "Ничего не найдено. Попробуйте расширить поиск.",
- "livewire-tables::of": "из",
- "livewire-tables::Remove filter option": "Удалить фильтр",
- "livewire-tables::Remove sort option": "Удалить параметр сортировки",
- "livewire-tables::Reorder": "Переупорядочить",
- "livewire-tables::results": "результатов",
- "livewire-tables::row": "ряды",
- "livewire-tables::rows": "ряды",
- "livewire-tables::rows, do you want to select all": "ряды, вы хотите выбрать все",
- "livewire-tables::Search": "Поиск",
- "livewire-tables::Select All": "Выбрать все",
- "livewire-tables::Showing": "Показано с",
- "livewire-tables::to": "к",
- "livewire-tables::Yes": "Да",
- "livewire-tables::You are currently selecting all": "Вы выбираете все",
- "livewire-tables::You are not connected to the internet.": "Вы не подключены к Интернету",
- "livewire-tables::You have selected": "Вы выбрали",
- "All": "Все",
- "All Columns": "Все столбцы",
- "Applied Filters": "Примененные фильтры",
- "Applied Sorting": "Примененная сортировка",
- "Bulk Actions": "Массовые действия",
- "Clear": "Очистить",
- "Columns": "Столбцы",
- "Debugging Values": "Отладочные значения",
- "Deselect All": "Снять выделение",
- "Done Reordering": "Сортировка выполнена",
- "Filters": "Фильтры",
- "not_applicable": "N/A",
- "No": "Нет",
- "No items found. Try to broaden your search.": "Ничего не найдено. Попробуйте расширить поиск.",
- "of": "из",
- "Remove filter option": "Удалить фильтр",
- "Remove sort option": "Удалить параметр сортировки",
- "Reorder": "Переупорядочить",
- "results": "результатов",
- "row": "ряды",
- "rows": "ряды",
- "rows, do you want to select all": "ряды, вы хотите выбрать все",
- "Search": "Поиск",
- "Select All": "Выбрать все",
- "Showing": "Показано с",
- "to": "к",
- "Yes": "Да",
- "You are currently selecting all": "Вы выбираете все",
- "You are not connected to the internet.": "Вы не подключены к Интернету",
- "You have selected": "Вы выбрали"
-}
\ No newline at end of file
diff --git a/resources/lang/ru/core.php b/resources/lang/ru/core.php
new file mode 100644
index 000000000..0cf6dcbce
--- /dev/null
+++ b/resources/lang/ru/core.php
@@ -0,0 +1,34 @@
+ 'Все',
+ 'All Columns' => 'Все столбцы',
+ 'Applied Filters' => 'Примененные фильтры',
+ 'Applied Sorting' => 'Примененная сортировка',
+ 'Bulk Actions' => 'Массовые действия',
+ 'Clear' => 'Очистить',
+ 'Columns' => 'Столбцы',
+ 'Debugging Values' => 'Отладочные значения',
+ 'Deselect All' => 'Снять выделение',
+ 'Done Reordering' => 'Сортировка выполнена',
+ 'Filters' => 'Фильтры',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Нет',
+ 'No items found, try to broaden your search' => 'Ничего не найдено. Попробуйте расширить поиск',
+ 'of' => 'из',
+ 'Remove filter option' => 'Удалить фильтр',
+ 'Remove sort option' => 'Удалить параметр сортировки',
+ 'Reorder' => 'Переупорядочить',
+ 'results' => 'результатов',
+ 'row' => 'ряды',
+ 'rows' => 'ряды',
+ 'rows, do you want to select all' => 'ряды, вы хотите выбрать все',
+ 'Search' => 'Поиск',
+ 'Select All' => 'Выбрать все',
+ 'Showing' => 'Показано с',
+ 'to' => 'к',
+ 'Yes' => 'Да',
+ 'You are currently selecting all' => 'Вы выбираете все',
+ 'You are not connected to the internet' => 'Вы не подключены к Интернету',
+ 'You have selected' => 'Вы выбрали',
+];
diff --git a/resources/lang/sq.json b/resources/lang/sq.json
deleted file mode 100644
index 1784fa2cc..000000000
--- a/resources/lang/sq.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "livewire-tables::All": "Të gjitha",
- "livewire-tables::All Columns": "Të gjitha kolonat",
- "livewire-tables::Applied Filters": "Filtrat e aplikuara",
- "livewire-tables::Applied Sorting": "Renditja e aplikuar",
- "livewire-tables::Bulk Actions": "Veprime në masë",
- "livewire-tables::Bulk Actions Confirm": "A jeni i sigurt?",
- "livewire-tables::Clear": "Pastro",
- "livewire-tables::Columns": "Kolonat",
- "livewire-tables::Debugging Values": "Vlerat e korrigjimit",
- "livewire-tables::Deselect All": "Heq të gjitha",
- "livewire-tables::Done Reordering": "Përfundoi riorganizimi",
- "livewire-tables::Filters": "Filtrat",
- "livewire-tables::max": "Maksimumi",
- "livewire-tables::min": "Minimumi",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Jo",
- "livewire-tables::No items found. Try to broaden your search.": "Nuk u gjetën artikuj. Provoni të zgjeroni kërkimin tuaj.",
- "livewire-tables::of": "nga",
- "livewire-tables::Remove filter option": "Hiq opsionin e filtrit",
- "livewire-tables::Remove sort option": "Hiq opsionin e renditjes",
- "livewire-tables::Reorder": "Riorganizo",
- "livewire-tables::results": "rezultate",
- "livewire-tables::row": "rreshti",
- "livewire-tables::rows": "rreshtat",
- "livewire-tables::rows, do you want to select all": "rreshtat, dëshironi të zgjidhni të gjitha",
- "livewire-tables::Search": "Kërko",
- "livewire-tables::Select All": "Zgjidh të gjitha",
- "livewire-tables::Select All On Page": "Zgjidh të gjitha në faqe",
- "livewire-tables::Showing": "Duke treguar",
- "livewire-tables::to": "te",
- "livewire-tables::Yes": "Po",
- "livewire-tables::You are currently selecting all": "Po zgjedhni të gjitha aktualisht",
- "livewire-tables::You are not connected to the internet.": "Nuk jeni të lidhur me internetin.",
- "livewire-tables::You have selected": "Keni zgjedhur",
- "All": "Të gjitha",
- "All Columns": "Të gjitha kolonat",
- "Applied Filters": "Filtrat e aplikuara",
- "Applied Sorting": "Renditja e aplikuar",
- "Bulk Actions": "Veprime në masë",
- "Bulk Actions Confirm": "A jeni i sigurt?",
- "Clear": "Pastro",
- "Columns": "Kolonat",
- "Debugging Values": "Vlerat e korrigjimit",
- "Deselect All": "Heq të gjitha",
- "Done Reordering": "Përfundoi riorganizimi",
- "Filters": "Filtrat",
- "max": "Maksimumi",
- "min": "Minimumi",
- "not_applicable": "N/A",
- "No": "Jo",
- "No items found. Try to broaden your search.": "Nuk u gjetën artikuj. Provoni të zgjeroni kërkimin tuaj.",
- "of": "nga",
- "Remove filter option": "Hiq opsionin e filtrit",
- "Remove sort option": "Hiq opsionin e renditjes",
- "Reorder": "Riorganizo",
- "results": "rezultate",
- "row": "rreshti",
- "rows": "rreshtat",
- "rows, do you want to select all": "rreshtat, dëshironi të zgjidhni të gjitha",
- "Search": "Kërko",
- "Select All": "Zgjidh të gjitha",
- "Select All On Page": "Zgjidh të gjitha në faqe",
- "Showing": "Duke treguar",
- "to": "te",
- "Yes": "Po",
- "You are currently selecting all": "Po zgjedhni të gjitha aktualisht",
- "You are not connected to the internet.": "Nuk jeni të lidhur me internetin.",
- "You have selected": "Keni zgjedhur"
-}
diff --git a/resources/lang/sq/core.php b/resources/lang/sq/core.php
new file mode 100644
index 000000000..3ea3ea6b9
--- /dev/null
+++ b/resources/lang/sq/core.php
@@ -0,0 +1,38 @@
+ 'Të gjitha',
+ 'All Columns' => 'Të gjitha kolonat',
+ 'Applied Filters' => 'Filtrat e aplikuara',
+ 'Applied Sorting' => 'Renditja e aplikuar',
+ 'Bulk Actions' => 'Veprime në masë',
+ 'Bulk Actions Confirm' => 'A jeni i sigurt?',
+ 'Clear' => 'Pastro',
+ 'Columns' => 'Kolonat',
+ 'Debugging Values' => 'Vlerat e korrigjimit',
+ 'Deselect All' => 'Heq të gjitha',
+ 'Done Reordering' => 'Përfundoi riorganizimi',
+ 'Filters' => 'Filtrat',
+ 'max' => 'Maksimumi',
+ 'min' => 'Minimumi',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Jo',
+ 'No items found, try to broaden your search' => 'Nuk u gjetën artikuj. Provoni të zgjeroni kërkimin tuaj',
+ 'of' => 'nga',
+ 'Remove filter option' => 'Hiq opsionin e filtrit',
+ 'Remove sort option' => 'Hiq opsionin e renditjes',
+ 'Reorder' => 'Riorganizo',
+ 'results' => 'rezultate',
+ 'row' => 'rreshti',
+ 'rows' => 'rreshtat',
+ 'rows, do you want to select all' => 'rreshtat, dëshironi të zgjidhni të gjitha',
+ 'Search' => 'Kërko',
+ 'Select All' => 'Zgjidh të gjitha',
+ 'Select All On Page' => 'Zgjidh të gjitha në faqe',
+ 'Showing' => 'Duke treguar',
+ 'to' => 'te',
+ 'Yes' => 'Po',
+ 'You are currently selecting all' => 'Po zgjedhni të gjitha aktualisht',
+ 'You are not connected to the internet' => 'Nuk jeni të lidhur me internetin',
+ 'You have selected' => 'Keni zgjedhur',
+];
diff --git a/resources/lang/sv.json b/resources/lang/sv.json
deleted file mode 100644
index 4bfd4cbfb..000000000
--- a/resources/lang/sv.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "livewire-tables::All": "Alla",
- "livewire-tables::All Columns": "Alla Columner",
- "livewire-tables::Applied Filters": "Valda filter",
- "livewire-tables::Applied Sorting": "Vald sortering",
- "livewire-tables::Bulk Actions": "Bulk Modifiering",
- "livewire-tables::Bulk Actions Confirm": "Är du säker?",
- "livewire-tables::Clear": "Rensa",
- "livewire-tables::Columns": "Columner",
- "livewire-tables::Debugging Values": "Debug Värden",
- "livewire-tables::Deselect All": "Avmarkera alla",
- "livewire-tables::Done Reordering": "Omordning klart",
- "livewire-tables::Filters": "Filter",
- "livewire-tables::max": "Max",
- "livewire-tables::min": "Min",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Nej",
- "livewire-tables::No items found. Try to broaden your search.": "Inga föremål hittades. Försök vidga din sökning.",
- "livewire-tables::of": "av",
- "livewire-tables::Remove filter option": "Rensa valt filter",
- "livewire-tables::Remove sort option": "Rensa vald sortering",
- "livewire-tables::Reorder": "Omordna",
- "livewire-tables::results": "resultat",
- "livewire-tables::row": "rad",
- "livewire-tables::rows": "rader",
- "livewire-tables::rows, do you want to select all": "rader, vill du markera alla",
- "livewire-tables::Search": "Sök",
- "livewire-tables::Select All": "Markera alla",
- "livewire-tables::Select All On Page": "Markera alla på sidan",
- "livewire-tables::Showing": "Visar",
- "livewire-tables::to": "till",
- "livewire-tables::Yes": "Ja",
- "livewire-tables::You are currently selecting all": "Du markerar för närvarande alla",
- "livewire-tables::You are not connected to the internet.": "Du är inte uppkopplad till internet.",
- "livewire-tables::You have selected": "Du har markerat"
-}
diff --git a/resources/lang/sv/core.php b/resources/lang/sv/core.php
new file mode 100644
index 000000000..002c64dfe
--- /dev/null
+++ b/resources/lang/sv/core.php
@@ -0,0 +1,38 @@
+ 'Alla',
+ 'All Columns' => 'Alla Columner',
+ 'Applied Filters' => 'Valda filter',
+ 'Applied Sorting' => 'Vald sortering',
+ 'Bulk Actions' => 'Bulk Modifiering',
+ 'Bulk Actions Confirm' => 'Är du säker?',
+ 'Clear' => 'Rensa',
+ 'Columns' => 'Columner',
+ 'Debugging Values' => 'Debug Värden',
+ 'Deselect All' => 'Avmarkera alla',
+ 'Done Reordering' => 'Omordning klart',
+ 'Filters' => 'Filter',
+ 'max' => 'Max',
+ 'min' => 'Min',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Nej',
+ 'No items found, try to broaden your search' => 'Inga föremål hittades. Försök vidga din sökning',
+ 'of' => 'av',
+ 'Remove filter option' => 'Rensa valt filter',
+ 'Remove sort option' => 'Rensa vald sortering',
+ 'Reorder' => 'Omordna',
+ 'results' => 'resultat',
+ 'row' => 'rad',
+ 'rows' => 'rader',
+ 'rows, do you want to select all' => 'rader, vill du markera alla',
+ 'Search' => 'Sök',
+ 'Select All' => 'Markera alla',
+ 'Select All On Page' => 'Markera alla på sidan',
+ 'Showing' => 'Visar',
+ 'to' => 'till',
+ 'Yes' => 'Ja',
+ 'You are currently selecting all' => 'Du markerar för närvarande alla',
+ 'You are not connected to the internet' => 'Du är inte uppkopplad till internet',
+ 'You have selected' => 'Du har markerat',
+];
diff --git a/resources/lang/th.json b/resources/lang/th.json
deleted file mode 100644
index 35c21b7fd..000000000
--- a/resources/lang/th.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "livewire-tables::All": "ทั้งหมด",
- "livewire-tables::All Columns": "คอลัมน์ทั้งหมด",
- "livewire-tables::Applied Filters": "กรองข้อมูลตาม",
- "livewire-tables::Applied Sorting": "เรียงลำดับตาม",
- "livewire-tables::Bulk Actions": "เลือกการกระทำ",
- "livewire-tables::Bulk Actions Confirm": "คุณแน่ใจ?",
- "livewire-tables::Clear": "ล้างทั้งหมด",
- "livewire-tables::Columns": "เลือกคอลัมน์",
- "livewire-tables::Debugging Values": "ค่าการดีบัก",
- "livewire-tables::Deselect All": "ไม่เลือกทั้งหมด",
- "livewire-tables::Done Reordering": "จัดลำดับแล้ว",
- "livewire-tables::Filters": "ตัวกรอง",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "เลขที่",
- "livewire-tables::No items found. Try to broaden your search.": "ไม่พบรายการที่ค้นหา",
- "livewire-tables::of": "จาก",
- "livewire-tables::Remove filter option": "เอาตัวกรองออก",
- "livewire-tables::Remove sort option": "เอาการเรียงลำดับออก",
- "livewire-tables::Reorder": "จัดลำดับ",
- "livewire-tables::results": "รายการ",
- "livewire-tables::row": "รายการ",
- "livewire-tables::rows": "รายการ",
- "livewire-tables::rows, do you want to select all": "รายการ, คุณต้องการเลือกทั้งหมด",
- "livewire-tables::Search": "ค้นหา...",
- "livewire-tables::Select All": "เลือกทั้งหมด",
- "livewire-tables::Select All On Page": "เลือกทั้งหมดบนหน้า",
- "livewire-tables::Showing": "แสดง",
- "livewire-tables::to": "-",
- "livewire-tables::Yes": "ใช่",
- "livewire-tables::You are currently selecting all": "ขณะนี้คุณได้เลือกทุกรายการ",
- "livewire-tables::You are not connected to the internet.": "ขณะนี้คุณไม่ได้เชื่อมต่อกับอินเทอร์เน็ต",
- "livewire-tables::You have selected": "คุณเลือก",
- "All": "ทั้งหมด",
- "All Columns": "คอลัมน์ทั้งหมด",
- "Applied Filters": "กรองข้อมูลตาม",
- "Applied Sorting": "เรียงลำดับตาม",
- "Bulk Actions": "เลือกการกระทำ",
- "Bulk Actions Confirm": "คุณแน่ใจ?",
- "Clear": "ล้างทั้งหมด",
- "Columns": "เลือกคอลัมน์",
- "Debugging Values": "ค่าการดีบัก",
- "Deselect All": "ไม่เลือกทั้งหมด",
- "Done Reordering": "จัดลำดับแล้ว",
- "Filters": "ตัวกรอง",
- "not_applicable": "N/A",
- "No": "เลขที่",
- "No items found. Try to broaden your search.": "ไม่พบรายการที่ค้นหา",
- "of": "จาก",
- "Remove filter option": "เอาตัวกรองออก",
- "Remove sort option": "เอาการเรียงลำดับออก",
- "Reorder": "จัดลำดับ",
- "results": "รายการ",
- "row": "รายการ",
- "rows": "รายการ",
- "rows, do you want to select all": "รายการ, คุณต้องการเลือกทั้งหมด",
- "Search": "ค้นหา...",
- "Select All": "เลือกทั้งหมด",
- "Select All On Page": "เลือกทั้งหมดบนหน้า",
- "Showing": "แสดง",
- "to": "-",
- "Yes": "ใช่",
- "You are currently selecting all": "ขณะนี้คุณได้เลือกทุกรายการ",
- "You are not connected to the internet.": "ขณะนี้คุณไม่ได้เชื่อมต่อกับอินเทอร์เน็ต",
- "You have selected": "คุณเลือก"
-}
\ No newline at end of file
diff --git a/resources/lang/th/core.php b/resources/lang/th/core.php
new file mode 100644
index 000000000..bcbe31590
--- /dev/null
+++ b/resources/lang/th/core.php
@@ -0,0 +1,36 @@
+ 'ทั้งหมด',
+ 'All Columns' => 'คอลัมน์ทั้งหมด',
+ 'Applied Filters' => 'กรองข้อมูลตาม',
+ 'Applied Sorting' => 'เรียงลำดับตาม',
+ 'Bulk Actions' => 'เลือกการกระทำ',
+ 'Bulk Actions Confirm' => 'คุณแน่ใจ?',
+ 'Clear' => 'ล้างทั้งหมด',
+ 'Columns' => 'เลือกคอลัมน์',
+ 'Debugging Values' => 'ค่าการดีบัก',
+ 'Deselect All' => 'ไม่เลือกทั้งหมด',
+ 'Done Reordering' => 'จัดลำดับแล้ว',
+ 'Filters' => 'ตัวกรอง',
+ 'not_applicable' => 'N/A',
+ 'No' => 'เลขที่',
+ 'No items found, try to broaden your search' => 'ไม่พบรายการที่ค้นหา',
+ 'of' => 'จาก',
+ 'Remove filter option' => 'เอาตัวกรองออก',
+ 'Remove sort option' => 'เอาการเรียงลำดับออก',
+ 'Reorder' => 'จัดลำดับ',
+ 'results' => 'รายการ',
+ 'row' => 'รายการ',
+ 'rows' => 'รายการ',
+ 'rows, do you want to select all' => 'รายการ, คุณต้องการเลือกทั้งหมด',
+ 'Search' => 'ค้นหา...',
+ 'Select All' => 'เลือกทั้งหมด',
+ 'Select All On Page' => 'เลือกทั้งหมดบนหน้า',
+ 'Showing' => 'แสดง',
+ 'to' => '-',
+ 'Yes' => 'ใช่',
+ 'You are currently selecting all' => 'ขณะนี้คุณได้เลือกทุกรายการ',
+ 'You are not connected to the internet' => 'ขณะนี้คุณไม่ได้เชื่อมต่อกับอินเทอร์เน็ต',
+ 'You have selected' => 'คุณเลือก',
+];
diff --git a/resources/lang/tk.json b/resources/lang/tk.json
deleted file mode 100644
index 2099d845f..000000000
--- a/resources/lang/tk.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "livewire-tables::All": "Hemmesi",
- "livewire-tables::All Columns": "Colhli sütünler",
- "livewire-tables::Applied Filters": "Ulanylýan Süzgüçler",
- "livewire-tables::Applied Sorting": "Ulanylýan Tertipleşdirme",
- "livewire-tables::Bulk Actions": "Köpçülikleýin Hereketler",
- "livewire-tables::Clear": "Arassala",
- "livewire-tables::Columns": "Sütünler",
- "livewire-tables::Debugging Values": "Gymmatlyklary düzetmek",
- "livewire-tables::Deselect All": "Hemmesini Aýyr",
- "livewire-tables::Done Reordering": "Täzeden Tertiplendi",
- "livewire-tables::Filters": "Süzgüçler",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Hayir",
- "livewire-tables::No items found. Try to broaden your search.": "Hiç zat tapylmady. Gözlegiňizi giňeltmäge synanyşyň.",
- "livewire-tables::of": "aralygy",
- "livewire-tables::Remove filter option": "Süzgüç görnüşini aýyryň",
- "livewire-tables::Remove sort option": "Tertiplemek görnüşini aýyryň",
- "livewire-tables::Reorder": "Tertibe salmak",
- "livewire-tables::results": "netijeler",
- "livewire-tables::row": "hatarlar",
- "livewire-tables::rows": "hatarlar",
- "livewire-tables::rows, do you want to select all": "hatarlar, hemmesini saýlamak isleýärsiňizmi?",
- "livewire-tables::Search": "Gözlemek",
- "livewire-tables::Select All": "Hepsini seç",
- "livewire-tables::Showing": "Görkezmek",
- "livewire-tables::to": "-",
- "livewire-tables::Yes": "Evet",
- "livewire-tables::You are currently selecting all": "Häzirki wagtda hemmesini saýlap alýarsyňyz",
- "livewire-tables::You are not connected to the internet.": "Siz internete birikmediksiňiz.",
- "livewire-tables::You have selected": "Saýladyňyz",
- "All": "Hemmesi",
- "All Columns": "Colhli sütünler",
- "Applied Filters": "Ulanylýan Süzgüçler",
- "Applied Sorting": "Ulanylýan Tertipleşdirme",
- "Bulk Actions": "Köpçülikleýin Hereketler",
- "Clear": "Arassala",
- "Columns": "Sütünler",
- "Debugging Values": "Gymmatlyklary düzetmek",
- "Deselect All": "Hemmesini Aýyr",
- "Done Reordering": "Täzeden Tertiplendi",
- "Filters": "Süzgüçler",
- "not_applicable": "N/A",
- "No": "Hayir",
- "No items found. Try to broaden your search.": "Hiç zat tapylmady. Gözlegiňizi giňeltmäge synanyşyň.",
- "of": "aralygy",
- "Remove filter option": "Süzgüç görnüşini aýyryň",
- "Remove sort option": "Tertiplemek görnüşini aýyryň",
- "Reorder": "Tertibe salmak",
- "results": "netijeler",
- "row": "hatarlar",
- "rows": "hatarlar",
- "rows, do you want to select all": "hatarlar, hemmesini saýlamak isleýärsiňizmi?",
- "Search": "Gözlemek",
- "Select All": "Hepsini seç",
- "Showing": "Görkezmek",
- "to": "-",
- "Yes": "Evet",
- "You are currently selecting all": "Häzirki wagtda hemmesini saýlap alýarsyňyz",
- "You are not connected to the internet.": "Siz internete birikmediksiňiz.",
- "You have selected": "Saýladyňyz"
-}
\ No newline at end of file
diff --git a/resources/lang/tk/core.php b/resources/lang/tk/core.php
new file mode 100644
index 000000000..33eaedc68
--- /dev/null
+++ b/resources/lang/tk/core.php
@@ -0,0 +1,34 @@
+ 'Hemmesi',
+ 'All Columns' => 'Colhli sütünler',
+ 'Applied Filters' => 'Ulanylýan Süzgüçler',
+ 'Applied Sorting' => 'Ulanylýan Tertipleşdirme',
+ 'Bulk Actions' => 'Köpçülikleýin Hereketler',
+ 'Clear' => 'Arassala',
+ 'Columns' => 'Sütünler',
+ 'Debugging Values' => 'Gymmatlyklary düzetmek',
+ 'Deselect All' => 'Hemmesini Aýyr',
+ 'Done Reordering' => 'Täzeden Tertiplendi',
+ 'Filters' => 'Süzgüçler',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Hayir',
+ 'No items found, try to broaden your search' => 'Hiç zat tapylmady. Gözlegiňizi giňeltmäge synanyşyň',
+ 'of' => 'aralygy',
+ 'Remove filter option' => 'Süzgüç görnüşini aýyryň',
+ 'Remove sort option' => 'Tertiplemek görnüşini aýyryň',
+ 'Reorder' => 'Tertibe salmak',
+ 'results' => 'netijeler',
+ 'row' => 'hatarlar',
+ 'rows' => 'hatarlar',
+ 'rows, do you want to select all' => 'hatarlar, hemmesini saýlamak isleýärsiňizmi?',
+ 'Search' => 'Gözlemek',
+ 'Select All' => 'Hepsini seç',
+ 'Showing' => 'Görkezmek',
+ 'to' => '-',
+ 'Yes' => 'Evet',
+ 'You are currently selecting all' => 'Häzirki wagtda hemmesini saýlap alýarsyňyz',
+ 'You are not connected to the internet' => 'Siz internete birikmediksiňiz',
+ 'You have selected' => 'Saýladyňyz',
+];
diff --git a/resources/lang/tr.json b/resources/lang/tr.json
deleted file mode 100644
index f1218ae2b..000000000
--- a/resources/lang/tr.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "livewire-tables::All": "Tümü",
- "livewire-tables::All Columns": "Tüm Sütunlar",
- "livewire-tables::Applied Filters": "Aktif Filtreler",
- "livewire-tables::Applied Sorting": "Aktif Sıralamalar",
- "livewire-tables::Bulk Actions": "Toplu İşlemler",
- "livewire-tables::Clear": "Kaldır",
- "livewire-tables::Columns": "Kolonlar",
- "livewire-tables::Debugging Values": "Debug Değerleri",
- "livewire-tables::Deselect All": "Seçimleri kaldır",
- "livewire-tables::Done Reordering": "Sıralamayı Tamamla",
- "livewire-tables::Filters": "Filtreler",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "HAYIR",
- "livewire-tables::No items found. Try to broaden your search.": "Kayıt bulunamadı.",
- "livewire-tables::of": " ",
- "livewire-tables::Remove filter option": "Filtre seçeneğini kaldır",
- "livewire-tables::Remove sort option": "Sıralama seçeneğini kaldır",
- "livewire-tables::Reorder": "Yeniden Sırala",
- "livewire-tables::results": "toplam sonuç",
- "livewire-tables::row": "satır",
- "livewire-tables::rows": "satır",
- "livewire-tables::rows, do you want to select all": "satır seçtiniz. Hepsini seçmek ister misiniz?",
- "livewire-tables::Search": "Ara",
- "livewire-tables::Select All": "Hepsini seç",
- "livewire-tables::Showing": "Gösterilen",
- "livewire-tables::to": " - ",
- "livewire-tables::Yes": "Evet",
- "livewire-tables::You are currently selecting all": "Hepsini seçtiniz.",
- "livewire-tables::You are not connected to the internet.": "İnternet bağlantınız kesildi.",
- "livewire-tables::You have selected": "Siz seçildiniz",
- "All": "Tümü",
- "All Columns": "Tüm Sütunlar",
- "Applied Filters": "Aktif Filtreler",
- "Applied Sorting": "Aktif Sıralamalar",
- "Bulk Actions": "Toplu İşlemler",
- "Clear": "Kaldır",
- "Columns": "Kolonlar",
- "Debugging Values": "Debug Değerleri",
- "Deselect All": "Seçimleri kaldır",
- "Done Reordering": "Sıralamayı Tamamla",
- "Filters": "Filtreler",
- "not_applicable": "N/A",
- "No": "HAYIR",
- "No items found. Try to broaden your search.": "Kayıt bulunamadı.",
- "of": " ",
- "Remove filter option": "Filtre seçeneğini kaldır",
- "Remove sort option": "Sıralama seçeneğini kaldır",
- "Reorder": "Yeniden Sırala",
- "results": "toplam sonuç",
- "row": "satır",
- "rows": "satır",
- "rows, do you want to select all": "satır seçtiniz. Hepsini seçmek ister misiniz?",
- "Search": "Ara",
- "Select All": "Hepsini seç",
- "Showing": "Gösterilen",
- "to": " - ",
- "Yes": "Evet",
- "You are currently selecting all": "Hepsini seçtiniz.",
- "You are not connected to the internet.": "İnternet bağlantınız kesildi.",
- "You have selected": "Siz seçildiniz"
-}
\ No newline at end of file
diff --git a/resources/lang/tr/core.php b/resources/lang/tr/core.php
new file mode 100644
index 000000000..6bb8b12e9
--- /dev/null
+++ b/resources/lang/tr/core.php
@@ -0,0 +1,34 @@
+ 'Tümü',
+ 'All Columns' => 'Tüm Sütunlar',
+ 'Applied Filters' => 'Aktif Filtreler',
+ 'Applied Sorting' => 'Aktif Sıralamalar',
+ 'Bulk Actions' => 'Toplu İşlemler',
+ 'Clear' => 'Kaldır',
+ 'Columns' => 'Kolonlar',
+ 'Debugging Values' => 'Debug Değerleri',
+ 'Deselect All' => 'Seçimleri kaldır',
+ 'Done Reordering' => 'Sıralamayı Tamamla',
+ 'Filters' => 'Filtreler',
+ 'not_applicable' => 'N/A',
+ 'No' => 'HAYIR',
+ 'No items found, try to broaden your search' => 'Kayıt bulunamadı',
+ 'of' => ' ',
+ 'Remove filter option' => 'Filtre seçeneğini kaldır',
+ 'Remove sort option' => 'Sıralama seçeneğini kaldır',
+ 'Reorder' => 'Yeniden Sırala',
+ 'results' => 'toplam sonuç',
+ 'row' => 'satır',
+ 'rows' => 'satır',
+ 'rows, do you want to select all' => 'satır seçtiniz. Hepsini seçmek ister misiniz?',
+ 'Search' => 'Ara',
+ 'Select All' => 'Hepsini seç',
+ 'Showing' => 'Gösterilen',
+ 'to' => ' - ',
+ 'Yes' => 'Evet',
+ 'You are currently selecting all' => 'Hepsini seçtiniz.',
+ 'You are not connected to the internet' => 'İnternet bağlantınız kesildi',
+ 'You have selected' => 'Siz seçildiniz',
+];
diff --git a/resources/lang/tw.json b/resources/lang/tw.json
deleted file mode 100644
index b675a47c7..000000000
--- a/resources/lang/tw.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "livewire-tables::All": "全部",
- "livewire-tables::All Columns": "所有專欄",
- "livewire-tables::Applied Filters": "已套用的過濾規則",
- "livewire-tables::Applied Sorting": "已套用的搜尋規則",
- "livewire-tables::Bulk Actions": "批次操作",
- "livewire-tables::Bulk Actions Confirm": "你確定嗎",
- "livewire-tables::Clear": "清除",
- "livewire-tables::Columns": "欄位",
- "livewire-tables::Debugging Values": "調試值",
- "livewire-tables::Deselect All": "取消選擇",
- "livewire-tables::Done Reordering": "排序完成",
- "livewire-tables::Filters": "過濾規則",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "不",
- "livewire-tables::No items found. Try to broaden your search.": "無資料呈現。請嘗試擴大搜尋範圍。",
- "livewire-tables::of": "筆資料,共",
- "livewire-tables::Reorder": "重新排序",
- "livewire-tables::Remove filter option": "移除過濾規則",
- "livewire-tables::Remove sort option": "移除排序規則",
- "livewire-tables::results": "筆資料",
- "livewire-tables::row": "筆資料",
- "livewire-tables::rows": "筆資料",
- "livewire-tables::rows, do you want to select all": "筆資料,您是否要全選",
- "livewire-tables::Search": "搜尋",
- "livewire-tables::Select All": "搜尋全部",
- "livewire-tables::Select All On Page": "选择页面上的所有内容",
- "livewire-tables::Showing": "顯示",
- "livewire-tables::to": "至",
- "livewire-tables::Yes": "是的",
- "livewire-tables::You are currently selecting all": "您目前已選擇全部資料",
- "livewire-tables::You are not connected to the internet.": "目前為離線模式",
- "livewire-tables::You have selected": "您已選擇",
- "All": "全部",
- "All Columns": "所有專欄",
- "Applied Filters": "已套用的過濾規則",
- "Applied Sorting": "已套用的搜尋規則",
- "Bulk Actions": "批次操作",
- "Bulk Actions Confirm": "你確定嗎",
- "Clear": "清除",
- "Columns": "欄位",
- "Debugging Values": "調試值",
- "Deselect All": "取消選擇",
- "Done Reordering": "排序完成",
- "Filters": "過濾規則",
- "not_applicable": "N/A",
- "No": "不",
- "No items found. Try to broaden your search.": "無資料呈現。請嘗試擴大搜尋範圍。",
- "of": "筆資料,共",
- "Reorder": "重新排序",
- "Remove filter option": "移除過濾規則",
- "Remove sort option": "移除排序規則",
- "results": "筆資料",
- "row": "筆資料",
- "rows": "筆資料",
- "rows, do you want to select all": "筆資料,您是否要全選",
- "Search": "搜尋",
- "Select All": "搜尋全部",
- "Select All On Page": "选择页面上的所有内容",
- "Showing": "顯示",
- "to": "至",
- "Yes": "是的",
- "You are currently selecting all": "您目前已選擇全部資料",
- "You are not connected to the internet.": "目前為離線模式",
- "You have selected": "您已選擇"
-}
\ No newline at end of file
diff --git a/resources/lang/tw/core.php b/resources/lang/tw/core.php
new file mode 100644
index 000000000..ff83d8a17
--- /dev/null
+++ b/resources/lang/tw/core.php
@@ -0,0 +1,36 @@
+ '全部',
+ 'All Columns' => '所有專欄',
+ 'Applied Filters' => '已套用的過濾規則',
+ 'Applied Sorting' => '已套用的搜尋規則',
+ 'Bulk Actions' => '批次操作',
+ 'Bulk Actions Confirm' => '你確定嗎',
+ 'Clear' => '清除',
+ 'Columns' => '欄位',
+ 'Debugging Values' => '調試值',
+ 'Deselect All' => '取消選擇',
+ 'Done Reordering' => '排序完成',
+ 'Filters' => '過濾規則',
+ 'not_applicable' => 'N/A',
+ 'No' => '不',
+ 'No items found, try to broaden your search' => '無資料呈現。請嘗試擴大搜尋範圍',
+ 'of' => '筆資料,共',
+ 'Reorder' => '重新排序',
+ 'Remove filter option' => '移除過濾規則',
+ 'Remove sort option' => '移除排序規則',
+ 'results' => '筆資料',
+ 'row' => '筆資料',
+ 'rows' => '筆資料',
+ 'rows, do you want to select all' => '筆資料,您是否要全選',
+ 'Search' => '搜尋',
+ 'Select All' => '搜尋全部',
+ 'Select All On Page' => '选择页面上的所有内容',
+ 'Showing' => '顯示',
+ 'to' => '至',
+ 'Yes' => '是的',
+ 'You are currently selecting all' => '您目前已選擇全部資料',
+ 'You are not connected to the internet' => '目前為離線模式',
+ 'You have selected' => '您已選擇',
+];
diff --git a/resources/lang/uk.json b/resources/lang/uk.json
deleted file mode 100644
index 540684056..000000000
--- a/resources/lang/uk.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "livewire-tables::All": "Всі",
- "livewire-tables::All Columns": "Усі стовпці",
- "livewire-tables::Applied Filters": "Застосовані фільтри",
- "livewire-tables::Applied Sorting": "Застосовані сортування",
- "livewire-tables::Bulk Actions": "Масові дії",
- "livewire-tables::Bulk Actions Confirm": "Vy vpevneni?",
- "livewire-tables::Clear": "Очистити",
- "livewire-tables::Columns": "Колонки",
- "livewire-tables::Debugging Values": "Значення налагодження",
- "livewire-tables::Deselect All": "Зняти вибір із усіх",
- "livewire-tables::Done Reordering": "Сортування виконанно",
- "livewire-tables::Filters": "Фільтри",
- "livewire-tables::not_applicable": "N/A",
- "livewire-tables::No": "Немає",
- "livewire-tables::No items found. Try to broaden your search.": "Немає елементів. Спробуйте розширити пошук.",
- "livewire-tables::of": "від",
- "livewire-tables::Remove filter option": "Видалити опцію фільтра",
- "livewire-tables::Remove sort option": "Видалити параметр сортування",
- "livewire-tables::Reorder": "Змінити порядок",
- "livewire-tables::results": "результатів",
- "livewire-tables::row": "рядки",
- "livewire-tables::rows": "рядки",
- "livewire-tables::rows, do you want to select all": "рядків, ви хочете вибрати всі",
- "livewire-tables::Search": "Пошук",
- "livewire-tables::Select All": "Вибрати все",
- "livewire-tables::Select All On Page": "Виберіть «Усі на сторінці",
- "livewire-tables::Showing": "Показано",
- "livewire-tables::to": "до",
- "livewire-tables::Unselect All": "Прибрати вибір усіх",
- "livewire-tables::Yes": "Так",
- "livewire-tables::You are currently selecting all": "Наразі ви вибираєте всі",
- "livewire-tables::You are not connected to the internet.": "Ви не підключені до Інтернету.",
- "livewire-tables::You have selected": "Ви вибрали",
- "All": "Всі",
- "All Columns": "Усі стовпці",
- "Applied Filters": "Застосовані фільтри",
- "Applied Sorting": "Застосовані сортування",
- "Bulk Actions": "Масові дії",
- "Bulk Actions Confirm": "Vy vpevneni?",
- "Clear": "Очистити",
- "Columns": "Колонки",
- "Debugging Values": "Значення налагодження",
- "Deselect All": "Зняти вибір із усіх",
- "Done Reordering": "Сортування виконанно",
- "Filters": "Фільтри",
- "not_applicable": "N/A",
- "No": "Немає",
- "No items found. Try to broaden your search.": "Немає елементів. Спробуйте розширити пошук.",
- "of": "від",
- "Remove filter option": "Видалити опцію фільтра",
- "Remove sort option": "Видалити параметр сортування",
- "Reorder": "Змінити порядок",
- "results": "результатів",
- "row": "рядки",
- "rows": "рядки",
- "rows, do you want to select all": "рядків, ви хочете вибрати всі",
- "Search": "Пошук",
- "Select All": "Вибрати все",
- "Select All On Page": "Виберіть «Усі на сторінці",
- "Showing": "Показано",
- "to": "до",
- "Unselect All": "Прибрати вибір усіх",
- "Yes": "Так",
- "You are currently selecting all": "Наразі ви вибираєте всі",
- "You are not connected to the internet.": "Ви не підключені до Інтернету.",
- "You have selected": "Ви вибрали"
-}
\ No newline at end of file
diff --git a/resources/lang/uk/core.php b/resources/lang/uk/core.php
new file mode 100644
index 000000000..c0ea65f92
--- /dev/null
+++ b/resources/lang/uk/core.php
@@ -0,0 +1,37 @@
+ 'Всі',
+ 'All Columns' => 'Усі стовпці',
+ 'Applied Filters' => 'Застосовані фільтри',
+ 'Applied Sorting' => 'Застосовані сортування',
+ 'Bulk Actions' => 'Масові дії',
+ 'Bulk Actions Confirm' => 'Vy vpevneni?',
+ 'Clear' => 'Очистити',
+ 'Columns' => 'Колонки',
+ 'Debugging Values' => 'Значення налагодження',
+ 'Deselect All' => 'Зняти вибір із усіх',
+ 'Done Reordering' => 'Сортування виконанно',
+ 'Filters' => 'Фільтри',
+ 'not_applicable' => 'N/A',
+ 'No' => 'Немає',
+ 'No items found, try to broaden your search' => 'Немає елементів. Спробуйте розширити пошук',
+ 'of' => 'від',
+ 'Remove filter option' => 'Видалити опцію фільтра',
+ 'Remove sort option' => 'Видалити параметр сортування',
+ 'Reorder' => 'Змінити порядок',
+ 'results' => 'результатів',
+ 'row' => 'рядки',
+ 'rows' => 'рядки',
+ 'rows, do you want to select all' => 'рядків, ви хочете вибрати всі',
+ 'Search' => 'Пошук',
+ 'Select All' => 'Вибрати все',
+ 'Select All On Page' => 'Виберіть «Усі на сторінці',
+ 'Showing' => 'Показано',
+ 'to' => 'до',
+ 'Unselect All' => 'Прибрати вибір усіх',
+ 'Yes' => 'Так',
+ 'You are currently selecting all' => 'Наразі ви вибираєте всі',
+ 'You are not connected to the internet' => 'Ви не підключені до Інтернету',
+ 'You have selected' => 'Ви вибрали',
+];
diff --git a/resources/views/components/pagination.blade.php b/resources/views/components/pagination.blade.php
index 836609b67..d89a8089a 100644
--- a/resources/views/components/pagination.blade.php
+++ b/resources/views/components/pagination.blade.php
@@ -14,30 +14,30 @@
@if ($this->paginationIsEnabled() && $this->isPaginationMethod('standard') && $this->getRows->lastPage() > 1)
@elseif ($this->paginationIsEnabled() && $this->isPaginationMethod('simple'))
@elseif ($this->paginationIsEnabled() && $this->isPaginationMethod('cursor'))
@else
@endif
@@ -59,13 +59,13 @@
@if($this->showPaginationDetails())
- @lang('livewire-tables::Showing')
+ {{ __('livewire-tables::core.Showing') }}
{{ $this->getRows->count() ? $this->getRows->firstItem() : 0 }}
- @lang('livewire-tables::to')
+ {{ __('livewire-tables::core.to') }}
{{ $this->getRows->count() ? $this->getRows->lastItem() : 0 }}
- @lang('livewire-tables::of')
+ {{ __('livewire-tables::core.of') }}
- @lang('livewire-tables::results')
+ {{ __('livewire-tables::core.results') }}
@endif
@@ -77,9 +77,9 @@
@if($this->showPaginationDetails())
- @lang('livewire-tables::Showing')
+ {{ __('livewire-tables::core.Showing') }}
{{ $this->getRows->count() ? $this->getRows->firstItem() : 0 }}
- @lang('livewire-tables::to')
+ {{ __('livewire-tables::core.to') }}
{{ $this->getRows->count() ? $this->getRows->lastItem() : 0 }}
@endif
@@ -93,9 +93,9 @@
@else
- @lang('livewire-tables::Showing')
+ {{ __('livewire-tables::core.Showing') }}
{{ $this->getRows->count() }}
- @lang('livewire-tables::results')
+ {{ __('livewire-tables::core.results') }}
@endif
@@ -111,13 +111,13 @@
@if($this->showPaginationDetails())
- @lang('livewire-tables::Showing')
+ {{ __('livewire-tables::core.Showing') }}
{{ $this->getRows->count() ? $this->getRows->firstItem() : 0 }}
- @lang('livewire-tables::to')
+ {{ __('livewire-tables::core.to') }}
{{ $this->getRows->count() ? $this->getRows->lastItem() : 0 }}
- @lang('livewire-tables::of')
+ {{ __('livewire-tables::core.of') }}
- @lang('livewire-tables::results')
+ {{ __('livewire-tables::core.results') }}
@endif
@@ -128,9 +128,9 @@
@if($this->showPaginationDetails())
- @lang('livewire-tables::Showing')
+ {{ __('livewire-tables::core.Showing') }}
{{ $this->getRows->count() ? $this->getRows->firstItem() : 0 }}
- @lang('livewire-tables::to')
+ {{ __('livewire-tables::core.to') }}
{{ $this->getRows->count() ? $this->getRows->lastItem() : 0 }}
@endif
@@ -144,9 +144,9 @@
@else
- @lang('livewire-tables::Showing')
+ {{ __('livewire-tables::core.Showing') }}
{{ $this->getRows->count() }}
- @lang('livewire-tables::results')
+ {{ __('livewire-tables::core.results') }}
@endif
diff --git a/resources/views/components/table/tr/bulk-actions.blade.php b/resources/views/components/table/tr/bulk-actions.blade.php
index f9946b2b9..cd8dd4e18 100644
--- a/resources/views/components/table/tr/bulk-actions.blade.php
+++ b/resources/views/components/table/tr/bulk-actions.blade.php
@@ -17,9 +17,9 @@ class="bg-indigo-50 dark:bg-gray-900 dark:text-white"
- @lang('livewire-tables::You are currently selecting all')
+ {{ __('livewire-tables::core.You are currently selecting all') }}
@if(!$simplePagination) @endif
- @lang('livewire-tables::rows').
+ {{ __('livewire-tables::core.rows') }}.
- @lang('livewire-tables::Deselect All')
+ {{ __('livewire-tables::core.Deselect All') }}
@@ -36,9 +36,9 @@ class="ml-1 text-blue-600 underline text-gray-700 text-sm leading-5 font-medium
- @lang('livewire-tables::You have selected')
+ {{ __('livewire-tables::core.You have selected') }}
- @lang('livewire-tables::rows, do you want to select all')
+ {{ __('livewire-tables::core.rows, do you want to select all') }}
@if(!$simplePagination) @endif
@@ -47,8 +47,7 @@ class="ml-1 text-blue-600 underline text-gray-700 text-sm leading-5 font-medium
wire:loading.attr="disabled"
type="button"
class="ml-1 text-blue-600 underline text-gray-700 text-sm leading-5 font-medium focus:outline-none focus:text-gray-800 focus:underline transition duration-150 ease-in-out dark:text-white dark:hover:text-gray-400"
- >
- @lang('livewire-tables::Select All On Page')
+ >{{ __('livewire-tables::core.Select All On Page') }}
- @lang('livewire-tables::Select All')
+ {{ __('livewire-tables::core.Select All') }}
- @lang('livewire-tables::Deselect All')
+ {{ __('livewire-tables::core.Deselect All') }}
@@ -81,9 +80,10 @@ class="ml-1 text-blue-600 underline text-gray-700 text-sm leading-5 font-medium
- @lang('livewire-tables::You are currently selecting all')
- @if(!$simplePagination) @endif
- @lang('livewire-tables::rows').
+ {{ __('livewire-tables::core.You are currently selecting all') }}
+ @if(!$simplePagination) @endif
+ {{ __('livewire-tables::core.rows') }}.
+
- @lang('livewire-tables::Deselect All')
+ {{ __('livewire-tables::core.Deselect All') }}
@@ -100,9 +100,9 @@ class="btn btn-primary btn-sm"
- @lang('livewire-tables::You have selected')
+ {{ __('livewire-tables::core.You have selected') }}
- @lang('livewire-tables::rows, do you want to select all')
+ {{ __('livewire-tables::core.rows, do you want to select all') }}
@if(!$simplePagination) @endif
@@ -112,7 +112,7 @@ class="btn btn-primary btn-sm"
type="button"
class="btn btn-primary btn-sm"
>
- @lang('livewire-tables::Select All On Page')
+ {{ __('livewire-tables::core.Select All On Page') }}
- @lang('livewire-tables::Select All')
+ {{ __('livewire-tables::core.Select All') }}
- @lang('livewire-tables::Deselect All')
+ {{ __('livewire-tables::core.Deselect All') }}
diff --git a/resources/views/components/tools/filter-pills.blade.php b/resources/views/components/tools/filter-pills.blade.php
index b55792b29..bfda747fc 100644
--- a/resources/views/components/tools/filter-pills.blade.php
+++ b/resources/views/components/tools/filter-pills.blade.php
@@ -10,7 +10,7 @@
'text-gray-700 dark:text-white' => $isTailwind,
'' => $isBootstrap,
])>
- @lang('livewire-tables::Applied Filters'):
+ {{ __('livewire-tables::core.Applied Filters') }}:
@foreach($this->getAppliedFiltersWithValues() as $filterSelectName => $value)
diff --git a/resources/views/components/tools/filter-pills/buttons/reset-all.blade.php b/resources/views/components/tools/filter-pills/buttons/reset-all.blade.php
index e4b6efb76..2d97619a1 100644
--- a/resources/views/components/tools/filter-pills/buttons/reset-all.blade.php
+++ b/resources/views/components/tools/filter-pills/buttons/reset-all.blade.php
@@ -9,7 +9,7 @@
"inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium",
"bg-gray-100 text-gray-800 dark:bg-gray-200 dark:text-gray-900"
])>
- @lang('livewire-tables::Clear')
+ {{ __('livewire-tables::core.Clear') }}
@else
@@ -20,6 +20,6 @@
'badge badge-pill badge-light' => $isBootstrap4,
'badge rounded-pill bg-light text-dark text-decoration-none' => $isBootstrap5,
])>
- @lang('livewire-tables::Clear')
+ {{ __('livewire-tables::core.Clear') }}
@endif
diff --git a/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php b/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php
index f33073b94..9dc045416 100644
--- a/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php
+++ b/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php
@@ -9,7 +9,7 @@
"text-indigo-400 hover:bg-indigo-200 hover:text-indigo-500 focus:bg-indigo-500 focus:text-white",
])
>
- @lang('livewire-tables::Remove filter option')
+ {{ __('livewire-tables::core.Remove filter option') }}
@else
@@ -23,8 +23,8 @@
$isBootstrap4,
'visually-hidden' => $isBootstrap5,
- ])>
- @lang('livewire-tables::Remove filter option')
+ ])>{{ __('livewire-tables::core.Remove filter option') }}
+
diff --git a/resources/views/components/tools/filters/boolean.blade.php b/resources/views/components/tools/filters/boolean.blade.php
index aeb2aa2a8..973dfa268 100644
--- a/resources/views/components/tools/filters/boolean.blade.php
+++ b/resources/views/components/tools/filters/boolean.blade.php
@@ -20,8 +20,9 @@ class="relative inline-flex h-6 py-0.5 ml-4 focus:outline-none rounded-full w-10
wire:click="resetFilter('{{ $filter->getKey() }}')"
type="button"
class="flex-shrink-0 ml-1 h-6 w-6 rounded-full inline-flex items-center justify-center text-indigo-400 hover:bg-indigo-200 hover:text-indigo-500 focus:outline-none focus:bg-indigo-500 focus:text-white"
- >
- @lang('livewire-tables::Remove filter option')
+ >
+
+ {{ __('livewire-tables::core.Remove filter option') }}
diff --git a/resources/views/components/tools/filters/multi-select.blade.php b/resources/views/components/tools/filters/multi-select.blade.php
index e09772b19..4b8f11a4e 100644
--- a/resources/views/components/tools/filters/multi-select.blade.php
+++ b/resources/views/components/tools/filters/multi-select.blade.php
@@ -15,7 +15,7 @@ class="text-indigo-600 rounded border-gray-300 shadow-sm transition duration-150
@if ($filter->getFirstOption() != "")
{{ $filter->getFirstOption() }}
@else
- @lang('livewire-tables::All')
+ {{ __('livewire-tables::core.All') }}
@endif
@@ -42,7 +42,7 @@ class="text-indigo-600 rounded border-gray-300 shadow-sm transition duration-150
wire:input="selectAllFilterOptions('{{ $filter->getKey() }}')"
class="form-check-input"
>
- @lang('livewire-tables::All')
+ {{ __('livewire-tables::core.All') }}
@foreach($filter->getOptions() as $key => $value)
diff --git a/resources/views/components/tools/sorting-pills.blade.php b/resources/views/components/tools/sorting-pills.blade.php
index b633cf1d8..f84391319 100644
--- a/resources/views/components/tools/sorting-pills.blade.php
+++ b/resources/views/components/tools/sorting-pills.blade.php
@@ -4,7 +4,7 @@
@if ($this->sortingPillsAreEnabled() && $this->hasSorts())
- @lang('livewire-tables::Applied Sorting'):
+ {{ __('livewire-tables::core.Applied Sorting') }}:
@foreach($this->getSorts() as $columnSelectName => $direction)
@php($column = $this->getColumnBySelectName($columnSelectName) ?? $this->getColumnBySlug($columnSelectName))
@@ -24,7 +24,7 @@ class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium l
type="button"
class="flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justify-center text-indigo-400 hover:bg-indigo-200 hover:text-indigo-500 focus:outline-none focus:bg-indigo-500 focus:text-white"
>
- @lang('livewire-tables::Remove sort option')
+ {{ __('livewire-tables::core.Remove sort option') }}
@@ -35,7 +35,7 @@ class="flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justif
class="focus:outline-none active:outline-none"
>
- @lang('livewire-tables::Clear')
+ {{ __('livewire-tables::core.Clear') }}
@@ -45,7 +45,7 @@ class="focus:outline-none active:outline-none"
@if ($this->sortingPillsAreEnabled() && $this->hasSorts())
- @lang('livewire-tables::Applied Sorting'):
+ {{ __('livewire-tables::core.Applied Sorting') }}:
@foreach($this->getSorts() as $columnSelectName => $direction)
@php($column = $this->getColumnBySelectName($columnSelectName) ?? $this->getColumnBySlug($columnSelectName))
@@ -65,7 +65,7 @@ class="badge badge-pill badge-info d-inline-flex align-items-center"
wire:click="clearSort('{{ $columnSelectName }}')"
class="text-white ml-2"
>
- @lang('livewire-tables::Remove sort option')
+ {{ __('livewire-tables::core.Remove sort option') }}
@@ -76,7 +76,7 @@ class="text-white ml-2"
wire:click.prevent="clearSorts"
class="badge badge-pill badge-light"
>
- @lang('livewire-tables::Clear')
+ {{ __('livewire-tables::core.Clear') }}
@endif
@@ -85,7 +85,7 @@ class="badge badge-pill badge-light"
@if ($this->sortingPillsAreEnabled() && $this->hasSorts())
- @lang('livewire-tables::Applied Sorting'):
+ {{ __('livewire-tables::core.Applied Sorting') }}:
@foreach($this->getSorts() as $columnSelectName => $direction)
@php($column = $this->getColumnBySelectName($columnSelectName) ?? $this->getColumnBySlug($columnSelectName))
@@ -105,7 +105,7 @@ class="badge rounded-pill bg-info d-inline-flex align-items-center"
wire:click="clearSort('{{ $columnSelectName }}')"
class="text-white ms-2"
>
- @lang('livewire-tables::Remove sort option')
+ {{ __('livewire-tables::core.Remove sort option') }}
@@ -116,7 +116,7 @@ class="text-white ms-2"
wire:click.prevent="clearSorts"
class="badge rounded-pill bg-light text-dark text-decoration-none"
>
- @lang('livewire-tables::Clear')
+ {{ __('livewire-tables::core.Clear') }}
@endif
diff --git a/resources/views/components/tools/toolbar/items/bulk-actions.blade.php b/resources/views/components/tools/toolbar/items/bulk-actions.blade.php
index 3be95e799..6e7cd4948 100644
--- a/resources/views/components/tools/toolbar/items/bulk-actions.blade.php
+++ b/resources/views/components/tools/toolbar/items/bulk-actions.blade.php
@@ -34,7 +34,8 @@
@endif
aria-haspopup="true" aria-expanded="false">
- @lang('livewire-tables::Bulk Actions')
+ {{ __('livewire-tables::core.Bulk Actions') }}
+
@if($this->isTailwind)
@endif
diff --git a/resources/views/components/tools/toolbar/items/column-select.blade.php b/resources/views/components/tools/toolbar/items/column-select.blade.php
index 24033daee..d74d71efd 100644
--- a/resources/views/components/tools/toolbar/items/column-select.blade.php
+++ b/resources/views/components/tools/toolbar/items/column-select.blade.php
@@ -18,7 +18,7 @@ class="inline-flex justify-center px-4 py-2 w-full text-sm font-medium text-gray
x-bind:aria-expanded="open"
aria-expanded="true"
>
- @lang('livewire-tables::Columns')
+ {{ __('livewire-tables::core.Columns') }}
@@ -51,7 +51,7 @@ class="text-indigo-600 transition duration-150 ease-in-out border-gray-300 round
@checked($component->getSelectableSelectedColumns()->count() == $component->getSelectableColumns()->count())
@if($component->getSelectableSelectedColumns()->count() == $component->getSelectableColumns()->count()) wire:click="deselectAllColumns" @else wire:click="selectAllColumns" @endif
>
-
@lang('livewire-tables::All Columns')
+
{{ __('livewire-tables::core.All Columns') }}
@@ -104,7 +104,7 @@ class="text-indigo-600 rounded border-gray-300 shadow-sm transition duration-150
type="button" id="{{ $tableName }}-columnSelect" aria-haspopup="true"
x-bind:aria-expanded="open"
>
- @lang('livewire-tables::Columns')
+ {{ __('livewire-tables::core.Columns') }}
-
@lang('livewire-tables::All Columns')
+
{{ __('livewire-tables::core.All Columns') }}
@@ -139,7 +139,7 @@ class="form-check-input"
/>
- @lang('livewire-tables::All Columns')
+ {{ __('livewire-tables::core.All Columns') }}
@endif
diff --git a/resources/views/components/tools/toolbar/items/filter-button.blade.php b/resources/views/components/tools/toolbar/items/filter-button.blade.php
index f3488639e..225f71dd0 100644
--- a/resources/views/components/tools/toolbar/items/filter-button.blade.php
+++ b/resources/views/components/tools/toolbar/items/filter-button.blade.php
@@ -33,7 +33,7 @@
@endif
@if ($this->isFilterLayoutSlideDown()) x-on:click="filtersOpen = !filtersOpen" @endif
>
- @lang('livewire-tables::Filters')
+ {{ __('livewire-tables::core.Filters') }}
@if ($count = $this->getFilterBadgeCount())
$this->isBootstrap5,
])
>
- @lang('livewire-tables::Clear')
+ {{ __('livewire-tables::core.Clear') }}
@endif
@@ -74,7 +74,7 @@ class="block px-4 py-2 text-sm text-gray-700 space-y-1"
type="button"
class="w-full inline-flex items-center justify-center px-3 py-2 border border-gray-300 shadow-sm text-sm leading-4 font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 dark:bg-gray-800 dark:border-gray-600 dark:text-white dark:hover:border-gray-500 dark:hover:bg-gray-600"
>
- @lang('livewire-tables::Clear')
+ {{ __('livewire-tables::core.Clear') }}
@endif
diff --git a/resources/views/components/tools/toolbar/items/pagination-dropdown.blade.php b/resources/views/components/tools/toolbar/items/pagination-dropdown.blade.php
index 5a2ae1845..46f2e83ff 100644
--- a/resources/views/components/tools/toolbar/items/pagination-dropdown.blade.php
+++ b/resources/views/components/tools/toolbar/items/pagination-dropdown.blade.php
@@ -21,7 +21,7 @@
value="{{ $item }}"
wire:key="{{ $tableName }}-per-page-{{ $item }}"
>
- {{ $item === -1 ? __('livewire-tables::All') : $item }}
+ {{ $item === -1 ? __('livewire-tables::core.All') : $item }}
@endforeach
diff --git a/resources/views/components/tools/toolbar/items/reorder-buttons.blade.php b/resources/views/components/tools/toolbar/items/reorder-buttons.blade.php
index 061b2ea8c..b33ea1d86 100644
--- a/resources/views/components/tools/toolbar/items/reorder-buttons.blade.php
+++ b/resources/views/components/tools/toolbar/items/reorder-buttons.blade.php
@@ -14,11 +14,11 @@
])
>
- @lang('livewire-tables::Cancel')
+ {{ __('livewire-tables::core.Cancel') }}
- @lang('livewire-tables::Reorder')
+ {{ __('livewire-tables::core.Reorder') }}
@@ -33,7 +33,7 @@
])
>
- @lang('livewire-tables::Save')
+ {{ __('livewire-tables::core.Save') }}
diff --git a/resources/views/includes/debug.blade.php b/resources/views/includes/debug.blade.php
index d737f6941..791a7cfbb 100644
--- a/resources/views/includes/debug.blade.php
+++ b/resources/views/includes/debug.blade.php
@@ -1,6 +1,7 @@
@if ($this->debugIsEnabled())
-
@lang('livewire-tables::Debugging Values'):
+
{{ __('livewire-tables::core.Debugging Values') }}:
+
@if (! app()->runningInConsole())
@dump((new \Rappasoft\LaravelLivewireTables\DataTransferObjects\DebuggableData($this))->toArray())
diff --git a/resources/views/includes/offline.blade.php b/resources/views/includes/offline.blade.php
index ae5dc5f37..c4889608b 100644
--- a/resources/views/includes/offline.blade.php
+++ b/resources/views/includes/offline.blade.php
@@ -9,7 +9,7 @@
- @lang('livewire-tables::You are not connected to the internet.')
+ {{ __('livewire-tables::core.You are not connected to the internet') }}.
@@ -19,7 +19,8 @@
- @lang('livewire-tables::You are not connected to the internet.')
+ {{ __('livewire-tables::core.You are not connected to the internet') }}.
+
@endif
diff --git a/src/LaravelLivewireTablesServiceProvider.php b/src/LaravelLivewireTablesServiceProvider.php
index e10027b51..7002ae8d0 100644
--- a/src/LaravelLivewireTablesServiceProvider.php
+++ b/src/LaravelLivewireTablesServiceProvider.php
@@ -25,14 +25,7 @@ public function boot(): void
);
// Load Default Translations
- $this->loadJsonTranslationsFrom(
- __DIR__.'/../resources/lang'
- );
-
- // Override if Published
- $this->loadJsonTranslationsFrom(
- $this->app->langPath('vendor/livewire-tables')
- );
+ $this->loadTranslationsFrom(__DIR__.'/../resources/lang', 'livewire-tables');
$this->loadViewsFrom(__DIR__.'/../resources/views', 'livewire-tables');
diff --git a/src/Traits/ComponentUtilities.php b/src/Traits/ComponentUtilities.php
index de24d0e72..a8aa3832e 100644
--- a/src/Traits/ComponentUtilities.php
+++ b/src/Traits/ComponentUtilities.php
@@ -34,7 +34,7 @@ trait ComponentUtilities
protected bool $eagerLoadAllRelationsStatus = false;
- protected string $emptyMessage = 'No items found. Try to broaden your search.';
+ protected string $emptyMessage = 'No items found, try to broaden your search';
protected array $additionalSelects = [];
diff --git a/src/Traits/Helpers/BulkActionsHelpers.php b/src/Traits/Helpers/BulkActionsHelpers.php
index 95c116900..7093f574c 100644
--- a/src/Traits/Helpers/BulkActionsHelpers.php
+++ b/src/Traits/Helpers/BulkActionsHelpers.php
@@ -181,7 +181,7 @@ public function getBulkActionConfirmMessage(string $bulkAction): string
public function getBulkActionDefaultConfirmationMessage(): string
{
- return isset($this->bulkActionConfirmDefaultMessage) ? $this->bulkActionConfirmDefaultMessage : __('livewire-tables::Bulk Actions Confirm');
+ return isset($this->bulkActionConfirmDefaultMessage) ? $this->bulkActionConfirmDefaultMessage : __('livewire-tables::core.Bulk Actions Confirm');
}
#[Computed]
diff --git a/src/Traits/Helpers/ComponentHelpers.php b/src/Traits/Helpers/ComponentHelpers.php
index 980d8d28e..7ddce544b 100644
--- a/src/Traits/Helpers/ComponentHelpers.php
+++ b/src/Traits/Helpers/ComponentHelpers.php
@@ -62,7 +62,11 @@ public function getModel()
*/
public function getEmptyMessage(): string
{
- return __($this->emptyMessage);
+ if ($this->emptyMessage == 'No items found, try to broaden your search') {
+ return __('livewire-tables::core.No items found, try to broaden your search');
+ }
+
+ return $this->emptyMessage;
}
public function getOfflineIndicatorStatus(): bool
diff --git a/src/Traits/Helpers/LoadingPlaceholderHelpers.php b/src/Traits/Helpers/LoadingPlaceholderHelpers.php
index cd43c583f..ff3ee633e 100644
--- a/src/Traits/Helpers/LoadingPlaceholderHelpers.php
+++ b/src/Traits/Helpers/LoadingPlaceholderHelpers.php
@@ -16,7 +16,7 @@ public function getDisplayLoadingPlaceholder(): bool
public function getLoadingPlaceholderContent(): string
{
- return $this->loadingPlaceholderContent ?? __('livewire-tables::loading');
+ return $this->loadingPlaceholderContent ?? __('livewire-tables::core.loading');
}
public function hasLoadingPlaceholderBlade(): bool
diff --git a/src/Traits/Helpers/SearchHelpers.php b/src/Traits/Helpers/SearchHelpers.php
index 059c17d32..1027778e5 100644
--- a/src/Traits/Helpers/SearchHelpers.php
+++ b/src/Traits/Helpers/SearchHelpers.php
@@ -127,7 +127,7 @@ public function getSearchPlaceholder(): string
return $this->searchPlaceholder;
}
- return __('livewire-tables::Search');
+ return __('livewire-tables::core.Search');
}
public function hasSearchPlaceholder(): bool
diff --git a/src/Views/Filters/DateRangeFilter.php b/src/Views/Filters/DateRangeFilter.php
index 3c0d0a95e..7fae05c82 100644
--- a/src/Views/Filters/DateRangeFilter.php
+++ b/src/Views/Filters/DateRangeFilter.php
@@ -189,7 +189,7 @@ public function getFilterPillValue($value): array|string|bool|null
if (($minDate instanceof Carbon) && $maxDate instanceof Carbon) {
return $this->outputTranslatedDate($minDate)
- .' '.__('livewire-tables::to').' '.
+ .' '.__('livewire-tables::core.to').' '.
$this->outputTranslatedDate($maxDate);
}
}
diff --git a/src/Views/Filters/NumberRangeFilter.php b/src/Views/Filters/NumberRangeFilter.php
index a32a83667..ce02cb26d 100644
--- a/src/Views/Filters/NumberRangeFilter.php
+++ b/src/Views/Filters/NumberRangeFilter.php
@@ -89,7 +89,7 @@ public function getDefaultValue(): array|string
public function getFilterPillValue($values): array|string|bool|null
{
if ($this->validate($values)) {
- return __('livewire-tables::min').':'.$values['min'].', '.__('livewire-tables::max').':'.$values['max'];
+ return __('livewire-tables::core.min').':'.$values['min'].', '.__('livewire-tables::core.max').':'.$values['max'];
}
return '';
diff --git a/src/Views/Traits/Columns/IsSortable.php b/src/Views/Traits/Columns/IsSortable.php
index b53c729d8..d21916001 100644
--- a/src/Views/Traits/Columns/IsSortable.php
+++ b/src/Views/Traits/Columns/IsSortable.php
@@ -99,7 +99,7 @@ public function getCustomSortingPillDirections(string $direction, ?string $defau
return $this->sortingPillDirectionDesc ?? $defaultLabelDesc;
}
- return __('livewire-tables::not_applicable');
+ return __('livewire-tables::core.not_applicable');
}
public function getCustomSortingPillDirectionsLabel(string $direction, ?string $defaultLabelAsc = 'A-Z', ?string $defaultLabelDesc = 'Z-A'): string
@@ -112,7 +112,7 @@ public function getCustomSortingPillDirectionsLabel(string $direction, ?string $
return $this->sortingPillDirectionDesc ?? $defaultLabelDesc;
}
- return __('livewire-tables::not_applicable');
+ return __('livewire-tables::core.not_applicable');
}
public function getSortingPillDirection(DataTableComponent $component, string $direction): string
diff --git a/tests/Http/Livewire/PetsTable.php b/tests/Http/Livewire/PetsTable.php
index 59b52049d..32024f7a5 100644
--- a/tests/Http/Livewire/PetsTable.php
+++ b/tests/Http/Livewire/PetsTable.php
@@ -3,6 +3,7 @@
namespace Rappasoft\LaravelLivewireTables\Tests\Http\Livewire;
use Illuminate\Database\Eloquent\Builder;
+use Illuminate\Support\Facades\App;
use Livewire\Attributes\On;
use Rappasoft\LaravelLivewireTables\DataTableComponent;
use Rappasoft\LaravelLivewireTables\Tests\Models\Breed;
@@ -25,6 +26,11 @@ class PetsTable extends DataTableComponent
public string $paginationTest = 'standard';
+ public function changeLocale(string $locale)
+ {
+ App::setLocale($locale);
+ }
+
public function enableDetailedPagination(string $type = 'standard')
{
$this->setPerPageAccepted([1, 3, 5, 10, 15, 25, 50])->setPerPage(3);
diff --git a/tests/Localisations/BaseLocalisationCase.php b/tests/Localisations/BaseLocalisationCase.php
new file mode 100644
index 000000000..b95b606cc
--- /dev/null
+++ b/tests/Localisations/BaseLocalisationCase.php
@@ -0,0 +1,72 @@
+ $availableLocale,
+ // 'localisationStrings' => $array,
+ ];
+ }
+
+ return $localisations;
+ }
+}
diff --git a/tests/Localisations/Presence/CheckKeyPresenceTest.php b/tests/Localisations/Presence/CheckKeyPresenceTest.php
new file mode 100644
index 000000000..46aedc84e
--- /dev/null
+++ b/tests/Localisations/Presence/CheckKeyPresenceTest.php
@@ -0,0 +1,29 @@
+basicTable->changeLocale($locale);
+ $this->assertEquals($localisedString, $this->basicTable->getEmptyMessage());
+ }
+
+ #[DataProvider('localisationProvider')]
+ public function test_can_check_presence_of_keys(string $locale): void
+ {
+ $engStrings = self::getEnLocaleStrings();
+ $localisedStrings = self::getLocaleStrings($locale);
+ foreach ($engStrings as $key => $value) {
+ $this->assertNotNull($localisedStrings[$key]);
+ }
+ }
+}
diff --git a/tests/Localisations/Unit/Component/EmptyStringTest.php b/tests/Localisations/Unit/Component/EmptyStringTest.php
new file mode 100644
index 000000000..bed7acd91
--- /dev/null
+++ b/tests/Localisations/Unit/Component/EmptyStringTest.php
@@ -0,0 +1,17 @@
+basicTable->changeLocale($locale);
+ $this->assertEquals($localisedString, $this->basicTable->getEmptyMessage());
+ }
+}
diff --git a/tests/Unit/Traits/Configuration/SearchConfigurationTest.php b/tests/Unit/Traits/Configuration/SearchConfigurationTest.php
index c4704d03b..20e788849 100644
--- a/tests/Unit/Traits/Configuration/SearchConfigurationTest.php
+++ b/tests/Unit/Traits/Configuration/SearchConfigurationTest.php
@@ -170,7 +170,7 @@ public function test_cant_set_search_throttle_with_other_search_modifiers(): voi
public function test_can_set_search_placeholder(): void
{
- $this->assertSame(__('livewire-tables::Search'), $this->basicTable->getSearchPlaceholder());
+ $this->assertSame(__('livewire-tables::core.Search'), $this->basicTable->getSearchPlaceholder());
$this->basicTable->setSearchPlaceholder('Anthony');
diff --git a/tests/Unit/Traits/Helpers/ComponentHelpersTest.php b/tests/Unit/Traits/Helpers/ComponentHelpersTest.php
index 38be7f469..0eed6b930 100644
--- a/tests/Unit/Traits/Helpers/ComponentHelpersTest.php
+++ b/tests/Unit/Traits/Helpers/ComponentHelpersTest.php
@@ -22,9 +22,9 @@ public function test_can_get_current_theme(): void
$this->assertEquals('tailwind', $this->basicTable->getTheme());
}
- public function test_can_get_empty_message(): void
+ public function test_can_get_default_empty_message(): void
{
- $this->assertEquals('No items found. Try to broaden your search.', $this->basicTable->getEmptyMessage());
+ $this->assertEquals(__('livewire-tables::core.No items found, try to broaden your search'), $this->basicTable->getEmptyMessage());
}
public function test_can_get_offline_status(): void