Merge branch 'master' into fix/726

This commit is contained in:
Jim LAURIE 2018-03-31 18:32:35 +02:00 committed by GitHub
commit 6a8045c4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 49 additions and 39 deletions

View File

@ -1,6 +1,6 @@
{
"app.components.Button.save": "Save",
"app.components.Button.cancel": "Cancel",
"app.components.Button.save": "Zapisz",
"app.components.Button.cancel": "Anuluj",
"app.components.ComingSoonPage.comingSoon": "Wkrótce",
"app.components.ComingSoonPage.featuresNotAvailable": "Ta funkcjonalność wciąż jest w fazie tworzenia.",
@ -15,10 +15,10 @@
"app.components.HomePage.feedback": "Możesz zadawać pytania lub przesyłać nam opinie, korzystając z jednego z poniższych kanałów pomocy.",
"app.components.InputFile.newFile": "DODAJ NOWY PLIK",
"app.components.InputFileDetails.open": "Open in a new tab",
"app.components.InputFileDetails.remove": "Remove this file",
"app.components.InputFileDetails.originalName": "Original name:",
"app.components.InputFileDetails.size": "Size:",
"app.components.InputFileDetails.open": "Otwórz w nowej karcie",
"app.components.InputFileDetails.remove": "Usuń ten plik",
"app.components.InputFileDetails.originalName": "Oryginalna nazwa:",
"app.components.InputFileDetails.size": "Rozmiar:",
"app.components.ImgPreview.hint": "Przeciągnij i upuść plik w tym obszarze lub {browse}, aby przesłać plik",
"app.components.ImgPreview.hint.browse": "przeglądaj",

View File

@ -53,7 +53,7 @@
"eslint-config-airbnb-base": "^11.3.1",
"eslint-config-prettier": "^2.3.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.1",
"eslint-plugin-redux-saga": "^0.4.0",

View File

@ -15,7 +15,7 @@
"components.LimitSelect.itemsPerPage": "Wpisów na stronę",
"containers.List.errorFetchRecords": "Błąd",
"EditRelations.title": "Relational data",
"EditRelations.title": "Dane relacyjne",
"emptyAttributes.title": "Nie ma jeszcze żadnych atrybutów",
"emptyAttributes.description": "Dodaj swoje pierwszy atrybut do modelu",

View File

@ -11,8 +11,6 @@
height: 3.6rem;
width: 100%;
padding-top: .1rem;
// display: flex;
// justify-content: center;
position: relative;
background-color: rgba(16, 22, 34, 0.04);
line-height: 3.6rem;
@ -70,6 +68,18 @@
color: black;
}
}
> div {
max-height: 180px;
max-width: 21.5rem;
overflow: scroll;
button {
div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}
}

View File

@ -37,7 +37,7 @@ const initialState = fromJS({
showButtons: false,
modelLoading: true,
showButtonLoader: false,
tableExists: false,
tableExists: true,
});
function modelPageReducer(state = initialState, action) {

View File

@ -13,7 +13,7 @@
"attribute.email": "Email",
"attribute.password": "Hasło",
"attribute.relation": "Relacja",
"attribute.enumeration": "Enumeration",
"attribute.enumeration": "Wyliczenie",
"contentType.temporaryDisplay": "(Nie zapisany)",
"from": "z",
@ -45,7 +45,7 @@
"form.attribute.item.number.name": "Nazwa",
"form.attribute.item.date.name": "Nazwa",
"form.attribute.item.media.name": "Nazwa",
"form.attribute.item.media.multiple": "Allow multiple files",
"form.attribute.item.media.multiple": "Pozwalaj na wiele plików",
"form.attribute.item.json.name": "Nazwa",
"form.attribute.item.boolean.name": "Nazwa",
"form.attribute.item.string.name": "Nazwa",
@ -104,7 +104,7 @@
"notification.success.message.contentType.edit": "Model został zmieniony",
"notification.success.message.contentType.create": "Model został utworzony",
"notification.success.contentTypeDeleted": "Model został usunięty",
"notification.info.enumeration": "This field is not editable for the moment...😮",
"notification.info.enumeration": "Tego pola nie można obecnie edytować... 😮",
"popUpForm.attributes.string.description": "Tytuły, nazwy, paragrafy, lista nazwisk",
"popUpForm.attributes.text.description": "Opisy, paragrafy, artykuły ",

View File

@ -81,7 +81,7 @@
"form.security.item.csrf.angular": "Angular",
"form.security.item.hsts.maxAge": "Max Age",
"form.security.item.hsts.includeSubDomains": "Subdomeny",
"form.security.item.hsts.preload": "Preload",
"form.security.item.hsts.preload": "Przeładowywanie",
"form.security.item.session": "Sesja",
"form.security.item.session.key": "Sekretny klucz",

View File

@ -1,34 +1,34 @@
{
"ConfigPage.title": "Upload - Settings",
"ConfigPage.description": "Configure the upload plugin",
"ConfigPage.title": "Przesyłanie - Ustawienia",
"ConfigPage.description": "KOnfiguracja wtyczki przesyłania plików",
"EditForm.Input.number.label": "Maximum size allowed (in MB)",
"EditForm.Input.select.label": "Providers",
"EditForm.Input.select.inputDescription": "Files can either be uploaded on your server or on external providers.",
"EditForm.Input.toggle.label": "Enable file upload",
"EditForm.Input.number.label": "Maksymalny dozwolony rozmiar (w MB)",
"EditForm.Input.select.label": "Dostawcy",
"EditForm.Input.select.inputDescription": "Pliki mogą zostać przesłane na serwer lub zewnętrzne źródła.",
"EditForm.Input.toggle.label": "Włącz przesyłanie plików",
"EmptyLi.message": "There are no uploaded files",
"EmptyLi.message": "Żaden plik nie został jeszcze przesłany",
"EntriesNumber.number": "{number} file found",
"EntriesNumber.number.plural": "{number} files found",
"EntriesNumber.number": "{number} plik znaleziony",
"EntriesNumber.number.plural": "{number} plików znalezionych",
"HomePage.title": "Upload",
"HomePage.description": "Discover all the uploaded files",
"HomePage.InputSearch.placeholder": "Search for a file...",
"HomePage.title": "Przesyłanie",
"HomePage.description": "Discover all the uploaded files Odkryj wszystkie ",
"HomePage.InputSearch.placeholder": "Szukaj...",
"Li.linkCopied": "Link copied into the clipboard",
"Li.linkCopied": "Link został skopiowany do schowka",
"ListHeader.type": "Type",
"ListHeader.type": "Typ",
"ListHeader.hash": "Hash",
"ListHeader.name": "Name",
"ListHeader.updated": "Updated",
"ListHeader.size": "Size",
"ListHeader.related": "Related to",
"ListHeader.name": "Nazwa",
"ListHeader.updated": "Aktualizacja",
"ListHeader.size": "Rozmiar",
"ListHeader.related": "Związany z",
"PluginInputFile.text": "Drag & drop your files into this area or {link} from a file to upload",
"PluginInputFile.link": "browse",
"PluginInputFile.text": "Przeciągnij & upuść pliki w to miejsce lub {link} pliki do przesłania",
"PluginInputFile.link": "przeglądaj",
"notification.delete.success": "The file has been deleted",
"notification.dropFile.success": "Your file has been uploaded",
"notification.dropFiles.success": "{number} files have been uploaded"
"notification.delete.success": "Plik został usunięty",
"notification.dropFile.success": "Plik został przesłany",
"notification.dropFiles.success": "{number} plików zostało przesłanych"
}