-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lokalise: Translations update
- Loading branch information
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"meta.title": "User-finder (plugin)", | ||
"modal.label": "Select User", | ||
"searchButton.title": "Find User", | ||
"noResults": "Choose a filter or enter a search query to show results.", | ||
"searchFieldLabel": "Search", | ||
"information.patronGroup": "Patron group", | ||
"active": "Active", | ||
"information.name": "Name", | ||
"meta.title": "Plugin voor gebruikers zoeken", | ||
"modal.label": "Gebruiker selecteren", | ||
"searchButton.title": "Gebruiker zoeken", | ||
"noResults": "Kies een filter of voer een query in om resultaten te tonen.", | ||
"searchFieldLabel": "Zoeken {moduleName}", | ||
"information.patronGroup": "Gebruikersgroep", | ||
"active": "Actief", | ||
"information.name": "Naam", | ||
"information.barcode": "Barcode", | ||
"information.username": "Username", | ||
"contact.email": "Email", | ||
"information.username": "Gebruikersnaam", | ||
"contact.email": "E-mailadres", | ||
"status": "Status", | ||
"inactive": "Inactive", | ||
"modal.close": "Close", | ||
"modal.save": "Save", | ||
"modal.total": "Total selected: {count}", | ||
"userAssignmentStatus": "User Assignment Status", | ||
"assigned": "Assigned", | ||
"unassigned": "Unassigned" | ||
"inactive": "Inactief", | ||
"modal.close": "Sluiten", | ||
"modal.save": "Opslaan", | ||
"modal.total": "Totaal geselecteerd: {count}", | ||
"userAssignmentStatus": "Toewijzingsstatus gebruiker", | ||
"assigned": "Toegewezen", | ||
"unassigned": "Niet toegewezen" | ||
} |