mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Updated localizations from transifex
This commit is contained in:
parent
7bdeebb6cd
commit
fff3f08901
@ -1,5 +1,8 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [2.0.9](https://github.com/UndefinedOffset/SortableGridField/tree/2.0.9) (2021-07-19)
|
||||||
|
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/2.0.8...2.0.9)
|
||||||
|
|
||||||
## [2.0.8](https://github.com/UndefinedOffset/SortableGridField/tree/2.0.8) (2019-01-08)
|
## [2.0.8](https://github.com/UndefinedOffset/SortableGridField/tree/2.0.8) (2019-01-08)
|
||||||
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/2.0.7...2.0.8)
|
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/2.0.7...2.0.8)
|
||||||
|
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2019, Ed Chipman
|
Copyright (c) 2021, Ed Chipman
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification,
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
6
lang/da.yml
Normal file
6
lang/da.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
da:
|
||||||
|
GridFieldSortableRows:
|
||||||
|
ALLOW_DRAG_DROP: 'Tillad træk og slip sortering'
|
||||||
|
EditPermissionsFailure: 'Manglende tilladelse til at redigere'
|
||||||
|
NEXT: 'Flyt til næste side'
|
||||||
|
PREVIOUS: 'Flyt til forrige side'
|
@ -2,3 +2,5 @@ nl:
|
|||||||
GridFieldSortableRows:
|
GridFieldSortableRows:
|
||||||
ALLOW_DRAG_DROP: 'Rangschikken met drag & drop toestaan'
|
ALLOW_DRAG_DROP: 'Rangschikken met drag & drop toestaan'
|
||||||
EditPermissionsFailure: 'Geen toegang'
|
EditPermissionsFailure: 'Geen toegang'
|
||||||
|
NEXT: 'Verplaats naar Volgende Pagina'
|
||||||
|
PREVIOUS: 'Verplaats naar Vorige Pagina'
|
||||||
|
@ -2,3 +2,5 @@ pl:
|
|||||||
GridFieldSortableRows:
|
GridFieldSortableRows:
|
||||||
ALLOW_DRAG_DROP: 'Pozwól na reorganizację przez drag and drop'
|
ALLOW_DRAG_DROP: 'Pozwól na reorganizację przez drag and drop'
|
||||||
EditPermissionsFailure: 'Brak możliwości edycji'
|
EditPermissionsFailure: 'Brak możliwości edycji'
|
||||||
|
NEXT: 'Przenieś do następnej strony'
|
||||||
|
PREVIOUS: 'Przenieś do poprzedniej strony'
|
||||||
|
6
lang/sl.yml
Normal file
6
lang/sl.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
sl:
|
||||||
|
GridFieldSortableRows:
|
||||||
|
ALLOW_DRAG_DROP: 'Omogoči razvrščanje s "povleci in spusti" '
|
||||||
|
EditPermissionsFailure: 'Nimate pravic za urejanje'
|
||||||
|
NEXT: 'Prestavi na naslednjo stran'
|
||||||
|
PREVIOUS: 'Prestavi na prejšnjo stran'
|
@ -2,3 +2,5 @@ sv:
|
|||||||
GridFieldSortableRows:
|
GridFieldSortableRows:
|
||||||
ALLOW_DRAG_DROP: 'Aktivera dra och släpp sortering'
|
ALLOW_DRAG_DROP: 'Aktivera dra och släpp sortering'
|
||||||
EditPermissionsFailure: 'Rättighet för att redigera saknas'
|
EditPermissionsFailure: 'Rättighet för att redigera saknas'
|
||||||
|
NEXT: 'Gå till nästa sida'
|
||||||
|
PREVIOUS: 'Gå till föregående sida'
|
||||||
|
Loading…
Reference in New Issue
Block a user