Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Swedish translations #2027

Merged
merged 3 commits into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions resources/lang/sv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"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"
}
Loading