mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-14 17:18:33 +00:00
Latest translations of develop
This commit is contained in:
parent
bbff9c029e
commit
a20b8e5ba1
8 changed files with 100 additions and 15 deletions
|
@ -264,7 +264,8 @@
|
|||
"kanbanView": "Kanban-weergave",
|
||||
"exports": "JSON- en XML-export",
|
||||
"admin": "Admin functionaliteit",
|
||||
"surveyForm": "Enquêteformulier"
|
||||
"surveyForm": "Enquêteformulier",
|
||||
"publicLogoRemoval": "Publiek logo verwijderen"
|
||||
},
|
||||
"premiumModal": {
|
||||
"title": "Upgrade om de {name} te gebruiken",
|
||||
|
@ -280,5 +281,11 @@
|
|||
"orderFields": "Order velden",
|
||||
"deactivated": "Enquêteformulier is beschikbaar in de premium versie.",
|
||||
"more": "Meer informatie"
|
||||
},
|
||||
"shareLinkOptions": {
|
||||
"baserowLogo": {
|
||||
"label": "Verberg Baserow logo in gedeelde weergave",
|
||||
"premiumModalName": "publieke logo verwijderen"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -190,7 +190,8 @@
|
|||
"exports": "Eksport JSON i XML",
|
||||
"admin": "Funkcjonalność administratora",
|
||||
"rowColoring": "Kolorowanie wierszy",
|
||||
"surveyForm": "Formularz ankiety"
|
||||
"surveyForm": "Formularz ankiety",
|
||||
"publicLogoRemoval": "Usunięcie logo publicznego"
|
||||
},
|
||||
"licenses": {
|
||||
"titleNoLicenses": "Nie znaleziono licencji",
|
||||
|
@ -275,5 +276,11 @@
|
|||
"survey": "Ankieta",
|
||||
"surveyDescription": "Jedno pole jest widoczne w tym samym czasie.",
|
||||
"onlyForPremium": "Dostępne w wersji premium"
|
||||
},
|
||||
"shareLinkOptions": {
|
||||
"baserowLogo": {
|
||||
"label": "Ukryj logo Baserow w widoku udostępnionym",
|
||||
"premiumModalName": "usuwanie logo publicznego"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -360,7 +360,11 @@
|
|||
"filterDescription": "Filtert een uitdrukking met een lookup/link veldverwijzing of een lookup-functie oproep.",
|
||||
"intDescription": "Retourneert alleen het eerste argument dat is omgezet in een geheel getal door decimalen af te rekken.",
|
||||
"roundDescription": "Geeft het eerste argument afgerond op het aantal cijfers dat is opgegeven door het tweede argument.",
|
||||
"truncDescription": "Geeft alleen het eerste argument terug, omgezet in een geheel getal door decimalen af te kappen."
|
||||
"truncDescription": "Geeft alleen het eerste argument terug, omgezet in een geheel getal door decimalen af te kappen.",
|
||||
"linkDescription": "Creëert een hyperlink met de URI van het eerste argument.",
|
||||
"buttonDescription": "Maakt een knop aan met behulp van de URI (eerste argument) en het label (tweede argument).",
|
||||
"getLinkLabelDescription": "Haalt het label uit een formule met behulp van de link of button functies.",
|
||||
"getLinkUrlDescription": "Haalt de url uit een formule met behulp van de link of button functies."
|
||||
},
|
||||
"functionnalGridViewFieldLinkRow": {
|
||||
"unnamed": "onbenoemde rij {value}"
|
||||
|
|
|
@ -183,6 +183,10 @@
|
|||
"rowsUpdated": "Wiersze są aktualizowane",
|
||||
"rowDeleted": "Gdy wiersz jest usuwany",
|
||||
"rowsDeleted": "Wiersze są usuwane"
|
||||
},
|
||||
"form": {
|
||||
"invalidURLTitle": "Nieprawidłowy URL.",
|
||||
"invalidURLDescription": "Adres URL webhooka jest nieprawidłowy, niedostępny lub zabroniony."
|
||||
}
|
||||
},
|
||||
"clientHandler": {
|
||||
|
@ -353,7 +357,11 @@
|
|||
"filterDescription": "Filtruje wyrażenie zawierające odwołanie do pola wyszukiwania/łącza lub wywołanie funkcji wyszukiwania.",
|
||||
"roundDescription": "Zwraca pierwszy argument zaokrąglony do liczby cyfr określonej przez drugi argument.",
|
||||
"intDescription": "Zwraca tylko pierwszy argument przekonwertowany na liczbę całkowitą przez obcięcie miejsc dziesiętnych.",
|
||||
"truncDescription": "Zwraca tylko pierwszy argument przekonwertowany na liczbę całkowitą przez obcięcie wszystkich miejsc dziesiętnych."
|
||||
"truncDescription": "Zwraca tylko pierwszy argument przekonwertowany na liczbę całkowitą przez obcięcie wszystkich miejsc dziesiętnych.",
|
||||
"linkDescription": "Tworzy hiperłącze używając URI podanego w pierwszym argumencie.",
|
||||
"buttonDescription": "Tworzy przycisk przy użyciu identyfikatora URI (pierwszy argument) i etykiety (drugi argument).",
|
||||
"getLinkLabelDescription": "Pobiera etykietę z formuły przy użyciu funkcji łącza lub przycisku.",
|
||||
"getLinkUrlDescription": "Pobiera adres URL z formuły przy użyciu funkcji łącza lub przycisku."
|
||||
},
|
||||
"functionnalGridViewFieldLinkRow": {
|
||||
"unnamed": "nienazwany wiersz {value}"
|
||||
|
|
|
@ -403,5 +403,9 @@
|
|||
"duplicateApplicationJobType": {
|
||||
"duplicatedTitle": "Applicatie gedupliceerd",
|
||||
"duplicating": "Dupliceren"
|
||||
},
|
||||
"InstallTemplateJobType": {
|
||||
"installedTitle": "Template geïnstalleerd",
|
||||
"installing": "Installeren"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,10 @@
|
|||
"duplicateApplication": "Duplikat {type}",
|
||||
"viewTrash": "Wyświetl kosz",
|
||||
"deleteApplication": "Usuń {type}",
|
||||
"snapshots": "Migawek"
|
||||
"snapshots": "Migawek",
|
||||
"rename": "Zmień nazwę",
|
||||
"delete": "Usuń",
|
||||
"duplicate": "Duplikuj"
|
||||
},
|
||||
"sidebar": {
|
||||
"createGroup": "Utwórz grupę",
|
||||
|
@ -396,5 +399,13 @@
|
|||
"daysAgo": "0 dni temu | 1 dzień temu | {n} dni temu",
|
||||
"monthsAgo": "0 miesięcy temu | 1 miesiąc temu | {n} miesięcy temu",
|
||||
"yearsAgo": "0 lat temu | 1 rok temu | {n} lat temu"
|
||||
},
|
||||
"duplicateApplicationJobType": {
|
||||
"duplicating": "Powielanie",
|
||||
"duplicatedTitle": "Aplikacja zduplikowana"
|
||||
},
|
||||
"InstallTemplateJobType": {
|
||||
"installedTitle": "Zainstalowano szablon",
|
||||
"installing": "Instalowanie"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -162,7 +162,8 @@
|
|||
"order": "Volgorde van de velden in de tabel. 0 voor het eerste veld.",
|
||||
"primary": "Geeft aan of het veld een primair veld is. Indien `waar` (true) kan het veld niet worden verwijderd en moet de waarde de hele rij vertegenwoordigen.",
|
||||
"type": "Type gedefinieerd voor dit veld.",
|
||||
"extraProps": "Sommige extra eigenschappen worden hier niet beschreven omdat ze type-specifiek zijn."
|
||||
"extraProps": "Sommige extra eigenschappen worden hier niet beschreven omdat ze type-specifiek zijn.",
|
||||
"readOnly": "Geeft aan of het veld een alleen-lezen veld is. Indien waar, is het niet mogelijk de celwaarde bij te werken."
|
||||
},
|
||||
"apiDocsTableDeleteRow": {
|
||||
"description": "Verwijdert een bestaande {name} rij.",
|
||||
|
@ -348,7 +349,8 @@
|
|||
"fieldMappingDescription": "Wij hebben de kolommen van de Baserow-velden in uw tabel automatisch toegewezen. U kunt ze hieronder wijzigen. Elke niet-compatibele cel zal leeg blijven na de import.",
|
||||
"selectImportMessage": "Selecteer gegevens om te importeren.",
|
||||
"filePreview": "Voorbeeld van bestandsinhoud",
|
||||
"importPreview": "Importvoorbeeld"
|
||||
"importPreview": "Importvoorbeeld",
|
||||
"changeImporterType": "Importtype wijzigen"
|
||||
},
|
||||
"formulaAdvancedEditContext": {
|
||||
"textAreaFormulaInputPlaceholder": "Klik om de formule te bewerken",
|
||||
|
@ -397,7 +399,7 @@
|
|||
"add": "{view} toevoegen"
|
||||
},
|
||||
"shareViewLink": {
|
||||
"shareView": "{viewTypeSharingLinkName} delen",
|
||||
"shareView": "Deel {viewTypeSharingLinkName}",
|
||||
"shareViewTitle": "Maak een deelbare privé-link naar de {viewTypeSharingLinkName}",
|
||||
"sharedViewTitle": "Deze {viewTypeSharingLinkName} wordt momenteel gedeeld via een privé-link",
|
||||
"sharedViewDescription": "Mensen die de link hebben kunnen de {viewTypeSharingLinkName} zien.",
|
||||
|
@ -675,7 +677,20 @@
|
|||
"restore": "herstellen"
|
||||
},
|
||||
"table": {
|
||||
"chooseView": "Kies weergave"
|
||||
"chooseView": "Kies weergave",
|
||||
"adjacentRow": {
|
||||
"notification": {
|
||||
"notFound": {
|
||||
"previous": {
|
||||
"message": "Er is geen vorige rij"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"title": "Fout opgetreden",
|
||||
"message": "Er is een fout opgetreden tijdens het ophalen van de aangrenzende rij"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"fieldmultipleCollaboratorsDropdown": {
|
||||
"notFound": "Medewerker niet gevonden"
|
||||
|
|
|
@ -162,7 +162,8 @@
|
|||
"order": "Kolejność pól w tabeli. 0 dla pierwszego pola.",
|
||||
"primary": "Wskazuje czy pole jest polem głównym. Jeśli `true`, pole nie może być usunięte, a wartość powinna reprezentować cały wiersz.",
|
||||
"type": "Typ zdefiniowany dla tego pola.",
|
||||
"extraProps": "Niektóre dodatkowe właściwości nie zostały tu opisane, ponieważ są specyficzne dla danego typu."
|
||||
"extraProps": "Niektóre dodatkowe właściwości nie zostały tu opisane, ponieważ są specyficzne dla danego typu.",
|
||||
"readOnly": "Wskazuje, czy pole jest polem tylko do odczytu. Jeśli ma wartość true, nie można zaktualizować wartości komórki."
|
||||
},
|
||||
"apiDocsTableDeleteRow": {
|
||||
"description": "Usuwa istniejący wiersz {name}.",
|
||||
|
@ -226,7 +227,7 @@
|
|||
"fieldLinkRowSubForm": {
|
||||
"noTable": "Potrzebujesz co najmniej jednej innej tabeli w tej samej bazie danych, aby połączyć się z nią.",
|
||||
"selectTableLabel": "Wybierz tabelę, do której chcesz utworzyć link",
|
||||
"hasRelatedFieldLabel": "Utwórz powiązane pole"
|
||||
"hasRelatedFieldLabel": "Utwórz powiązane pole w podlinkowanej tabeli"
|
||||
},
|
||||
"fieldSelectOptions": {
|
||||
"add": "Dodaj opcję"
|
||||
|
@ -366,7 +367,10 @@
|
|||
"stateCreateTable": "Tworzę tabelę...",
|
||||
"fieldMappingTitle": "Mapowanie pól",
|
||||
"fieldMappingDescription": "Automatycznie zmapowaliśmy kolumny pól Baserow w Twojej tabeli. Możesz je zmienić poniżej. Każda niezgodna komórka pozostanie pusta po imporcie.",
|
||||
"selectImportMessage": "Proszę wybrać dane do importu."
|
||||
"selectImportMessage": "Proszę wybrać dane do importu.",
|
||||
"filePreview": "Podgląd zawartości pliku",
|
||||
"changeImporterType": "Zmień typ importu",
|
||||
"importPreview": "Podgląd importu"
|
||||
},
|
||||
"formulaAdvancedEditContext": {
|
||||
"textAreaFormulaInputPlaceholder": "Kliknij, aby edytować formułę",
|
||||
|
@ -642,7 +646,8 @@
|
|||
"formViewField": {
|
||||
"required": "wymagane",
|
||||
"showWhenMatchingConditions": "pokaż, kiedy warunki są spełnione",
|
||||
"addCondition": "Dodaj warunek"
|
||||
"addCondition": "Dodaj warunek",
|
||||
"descriptionPlaceholder": "Opis"
|
||||
},
|
||||
"duplicateFieldContext": {
|
||||
"duplicate": "Duplikuj pola",
|
||||
|
@ -681,7 +686,25 @@
|
|||
"fields": "Pola"
|
||||
},
|
||||
"table": {
|
||||
"chooseView": "Wybierz widok"
|
||||
"chooseView": "Wybierz widok",
|
||||
"adjacentRow": {
|
||||
"notification": {
|
||||
"notFound": {
|
||||
"next": {
|
||||
"title": "Nie ma już rzędów",
|
||||
"message": "Nie ma następnego wiersza"
|
||||
},
|
||||
"previous": {
|
||||
"title": "Nigdy więcej wierszy",
|
||||
"message": "Nie ma poprzedniego wiersza"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"title": "Wystąpił błąd",
|
||||
"message": "Wystąpił błąd podczas pobierania sąsiedniego wiersza"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"formViewModeType": {
|
||||
"formDescription": "Wszystkie pola są widoczne i ułożone pionowo.",
|
||||
|
@ -704,6 +727,12 @@
|
|||
"formViewModePreviewForm": {
|
||||
"addCoverImage": "Dodaj zdjęcie na okładkę",
|
||||
"addLogo": "Dodaj logo",
|
||||
"noFields": "Ten formularz nie ma żadnych pól. Kliknij na pole w lewym pasku bocznym, aby je dodać."
|
||||
"noFields": "Ten formularz nie ma żadnych pól. Kliknij na pole w lewym pasku bocznym, aby je dodać.",
|
||||
"descriptionPlaceholder": "Opis",
|
||||
"titlePlaceholder": "Tytuł"
|
||||
},
|
||||
"duplicateTableJobType": {
|
||||
"duplicating": "Powielanie",
|
||||
"duplicatedTitle": "Tabela zduplikowana"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue