Skip to content

New Crowdin updates #19

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

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0c55543
New translations locallang.xlf (Romanian)
sfroemkenjw Mar 5, 2024
3e44f2b
New translations locallang.xlf (French)
sfroemkenjw Mar 5, 2024
9156f78
New translations locallang.xlf (Spanish)
sfroemkenjw Mar 5, 2024
d03910e
New translations locallang.xlf (Czech)
sfroemkenjw Mar 5, 2024
f81015a
New translations locallang.xlf (Danish)
sfroemkenjw Mar 5, 2024
5ee6400
New translations locallang.xlf (German)
sfroemkenjw Mar 5, 2024
a5ec66b
New translations locallang.xlf (Greek)
sfroemkenjw Mar 5, 2024
2ed7729
New translations locallang.xlf (Finnish)
sfroemkenjw Mar 5, 2024
68f7629
New translations locallang.xlf (Hebrew)
sfroemkenjw Mar 5, 2024
724d712
New translations locallang.xlf (Hungarian)
sfroemkenjw Mar 5, 2024
05e23eb
New translations locallang.xlf (Italian)
sfroemkenjw Mar 5, 2024
8db6f20
New translations locallang.xlf (Japanese)
sfroemkenjw Mar 5, 2024
57e1d74
New translations locallang.xlf (Korean)
sfroemkenjw Mar 5, 2024
b670e68
New translations locallang.xlf (Dutch)
sfroemkenjw Mar 5, 2024
15620a7
New translations locallang.xlf (Norwegian)
sfroemkenjw Mar 5, 2024
0faa6fd
New translations locallang.xlf (Polish)
sfroemkenjw Mar 5, 2024
2333f98
New translations locallang.xlf (Portuguese)
sfroemkenjw Mar 5, 2024
a176f4b
New translations locallang.xlf (Russian)
sfroemkenjw Mar 5, 2024
69d39f6
New translations locallang.xlf (Serbian (Cyrillic))
sfroemkenjw Mar 5, 2024
05b0534
New translations locallang.xlf (Swedish)
sfroemkenjw Mar 5, 2024
63dbb49
New translations locallang.xlf (Turkish)
sfroemkenjw Mar 5, 2024
0516b87
New translations locallang.xlf (Ukrainian)
sfroemkenjw Mar 5, 2024
5939648
New translations locallang.xlf (English)
sfroemkenjw Mar 5, 2024
6bee716
New translations locallang.xlf (Vietnamese)
sfroemkenjw Mar 5, 2024
e72f74b
New translations locallang.xlf (Portuguese, Brazilian)
sfroemkenjw Mar 5, 2024
c12ed2c
New translations locallang.xlf (Danish)
sfroemkenjw Mar 18, 2024
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
47 changes: 47 additions & 0 deletions Resources/Private/Language/cs.locallang.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<xliff version="1.0">
<file source-language="en" target-language="cs" datatype="plaintext" original="messages" date="2013-02-07T11:13:04Z" product-name="infinitescrolling">
<header/>
<body>
<trans-unit id="constants.includeJQueryLibrary" xml:space="preserve">
<source>Include jQuery: Enable this option to include jquery</source>
<target state="needs-translation">Include jQuery: Enable this option to include jquery</target></trans-unit>
<trans-unit id="constants.scrollContainer" xml:space="preserve">
<source>jQuery selector for Scroll Container: In which container the scrollbar is placed? Sample: jQuery(window)</source>
<target state="needs-translation">jQuery selector for Scroll Container: In which container the scrollbar is placed? Sample: jQuery(window)</target></trans-unit>
<trans-unit id="constants.container" xml:space="preserve">
<source>jQuery selector for item container: Enter the selector which selects the container which contains all f.e. news or event items you want to paginate. Sample: div.news-list-container</source>
<target state="needs-translation">jQuery selector for item container: Enter the selector which selects the container which contains all f.e. news or event items you want to paginate. Sample: div.news-list-container</target></trans-unit>
<trans-unit id="constants.item" xml:space="preserve">
<source>jQuery selector for one single item: Enter the selector which contains exactly one single item within the list container. Sample: div.news-list-item</source>
<target state="needs-translation">jQuery selector for one single item: Enter the selector which contains exactly one single item within the list container. Sample: div.news-list-item</target></trans-unit>
<trans-unit id="constants.pagination" xml:space="preserve">
<source>jQuery selector for Paginator: Enter the selector for the paginator. This selector will hide paginator in Frontend. Sample: div.news-list-browse</source>
<target state="needs-translation">jQuery selector for Paginator: Enter the selector for the paginator. This selector will hide paginator in Frontend. Sample: div.news-list-browse</target></trans-unit>
<trans-unit id="constants.next" xml:space="preserve">
<source>jQuery selector for next link: Enter the selector for the next link within the paginator. InfiniteScrolling will read the href attribute to read the container of next page and append it to current container. Sample: div.browseLinksWrap a:eq(-2)</source>
<target state="needs-translation">jQuery selector for next link: Enter the selector for the next link within the paginator. InfiniteScrolling will read the href attribute to read the container of next page and append it to current container. Sample: div.browseLinksWrap a:eq(-2)</target></trans-unit>
<trans-unit id="constants.previous" xml:space="preserve">
<source>jQuery selector for previous link: Enter the selector for the previous link of the paginator. The href attribute of this element will be used to get the items from the previous page. Make sure there is only one element that matches the selector.</source>
<target state="needs-translation">jQuery selector for previous link: Enter the selector for the previous link of the paginator. The href attribute of this element will be used to get the items from the previous page. Make sure there is only one element that matches the selector.</target></trans-unit>
<trans-unit id="constants.loader.html" xml:space="preserve">
<source>Change HTML of loader icon: Enter your own HTML, if you want another rendering of the loader icon. Use {src} to implement the original loader icon from infinitescrolling JS.</source>
<target state="needs-translation">Change HTML of loader icon: Enter your own HTML, if you want another rendering of the loader icon. Use {src} to implement the original loader icon from infinitescrolling JS.</target></trans-unit>
<trans-unit id="constants.delay" xml:space="preserve">
<source>Define a delay until further items will be loaded: If you want the user to see the loader icon working you should set this value to something higher than 0. Value in milliseconds.</source>
<target state="needs-translation">Define a delay until further items will be loaded: If you want the user to see the loader icon working you should set this value to something higher than 0. Value in milliseconds.</target></trans-unit>
<trans-unit id="constants.offset" xml:space="preserve">
<source>Amount of loads: How often more items should be loaded, before we show a link to manually load further items? Don't set it too high as footer may not be reachable then.</source>
<target state="needs-translation">Amount of loads: How often more items should be loaded, before we show a link to manually load further items? Don't set it too high as footer may not be reachable then.</target></trans-unit>
<trans-unit id="constants.negativeMargin" xml:space="preserve">
<source>Start next request when margin (ps) has been reached: Define a margin from the lowest border of the last item. If scrollbar reaches this margin the new request will be started. As higher the value as earlier the page will start loading further items.</source>
<target state="needs-translation">Start next request when margin (ps) has been reached: Define a margin from the lowest border of the last item. If scrollbar reaches this margin the new request will be started. As higher the value as earlier the page will start loading further items.</target></trans-unit>
<trans-unit id="loadMoreItems" xml:space="preserve">
<source>Load more items</source>
<target state="needs-translation">Load more items</target></trans-unit>
<trans-unit id="loadPrevItems" xml:space="preserve">
<source>Load previous items</source>
<target state="needs-translation">Load previous items</target></trans-unit>
</body>
</file>
</xliff>
47 changes: 47 additions & 0 deletions Resources/Private/Language/da.locallang.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<xliff version="1.0">
<file source-language="en" target-language="da" datatype="plaintext" original="messages" date="2013-02-07T11:13:04Z" product-name="infinitescrolling">
<header/>
<body>
<trans-unit id="constants.includeJQueryLibrary" xml:space="preserve" approved="yes">
<source>Include jQuery: Enable this option to include jquery</source>
<target state="final">Inkludér jQuery: Aktivér denne indstilling for at inkludere jquery</target></trans-unit>
<trans-unit id="constants.scrollContainer" xml:space="preserve" approved="yes">
<source>jQuery selector for Scroll Container: In which container the scrollbar is placed? Sample: jQuery(window)</source>
<target state="final">jQuery selector til Scroll Container: Den container hvor scrollbar er placeret? Eksempel: jQuery(window)</target></trans-unit>
<trans-unit id="constants.container" xml:space="preserve" approved="yes">
<source>jQuery selector for item container: Enter the selector which selects the container which contains all f.e. news or event items you want to paginate. Sample: div.news-list-container</source>
<target state="final">jQuery selector til element container: Indtast selector som vælger den container som indeholder for eksempel alle nyheder eller begivenhedselementer du vil paginere. Eksempel: div.news-list-container</target></trans-unit>
<trans-unit id="constants.item" xml:space="preserve" approved="yes">
<source>jQuery selector for one single item: Enter the selector which contains exactly one single item within the list container. Sample: div.news-list-item</source>
<target state="final">jQuery selector til et enkelt element: Indtast selector som indeholder præcis et enkelt element i listecontaineren. Eksempel: div.news-list-item</target></trans-unit>
<trans-unit id="constants.pagination" xml:space="preserve" approved="yes">
<source>jQuery selector for Paginator: Enter the selector for the paginator. This selector will hide paginator in Frontend. Sample: div.news-list-browse</source>
<target state="final">jQuery selector til Paginator: Indtast selectoren for paginatoren. Denne selector vil skjule paginator i frontend. Eksempel: div.news-list-browse</target></trans-unit>
<trans-unit id="constants.next" xml:space="preserve" approved="yes">
<source>jQuery selector for next link: Enter the selector for the next link within the paginator. InfiniteScrolling will read the href attribute to read the container of next page and append it to current container. Sample: div.browseLinksWrap a:eq(-2)</source>
<target state="final">jQuery selector til næste link: Indtast selector til det næste link i paginatoren. InfiniteScrolling vil læse href-attributten for at læse containeren til næste side og tilføje den til den aktuelle container. Eksempel: div.browseLinksWrap a:eq(-2)</target></trans-unit>
<trans-unit id="constants.previous" xml:space="preserve" approved="yes">
<source>jQuery selector for previous link: Enter the selector for the previous link of the paginator. The href attribute of this element will be used to get the items from the previous page. Make sure there is only one element that matches the selector.</source>
<target state="final">jQuery selector til forrige link: Indtast selector til det forrige link til paginatoren. Attributten href til dette element vil blive brugt til at hente elementerne fra forrige side. Sørg for, at der kun er ét element, der matcher selctoren.</target></trans-unit>
<trans-unit id="constants.loader.html" xml:space="preserve" approved="yes">
<source>Change HTML of loader icon: Enter your own HTML, if you want another rendering of the loader icon. Use {src} to implement the original loader icon from infinitescrolling JS.</source>
<target state="final">Skift HTML af loader ikon: Indtast din egen HTML, hvis du ønsker en anden rendering af loader ikonet. Brug {src} til at implementere det originale loader-ikon fra infinitescrolling JS.</target></trans-unit>
<trans-unit id="constants.delay" xml:space="preserve" approved="yes">
<source>Define a delay until further items will be loaded: If you want the user to see the loader icon working you should set this value to something higher than 0. Value in milliseconds.</source>
<target state="final">Definér en forsinkelse indtil yderligere elementer vil blive indlæst: Hvis du vil have brugeren til at se at loader-ikonet virker, skal du sætte denne værdi til noget højere end 0. Værdien er angivet i millisekunder.</target></trans-unit>
<trans-unit id="constants.offset" xml:space="preserve" approved="yes">
<source>Amount of loads: How often more items should be loaded, before we show a link to manually load further items? Don't set it too high as footer may not be reachable then.</source>
<target state="final">Belastning: Hvor ofte skal flere elementer indlæses, før vi viser et link for manuelt at indlæse yderligere elementer? Sæt ikke værdien for højt, da footer måske ikke kan nå at blive indlæst.</target></trans-unit>
<trans-unit id="constants.negativeMargin" xml:space="preserve" approved="yes">
<source>Start next request when margin (ps) has been reached: Define a margin from the lowest border of the last item. If scrollbar reaches this margin the new request will be started. As higher the value as earlier the page will start loading further items.</source>
<target state="final">Start næste forespørgsel når margin (ps) er nået: Definér en margin fra den laveste kant af det sidste element. Hvis rullebjælken når denne margin, vil den nye forespørgsel blive startet. Jo højere værdi, jo tidligere vil siden begynde at indlæse yderligere elementer.</target></trans-unit>
<trans-unit id="loadMoreItems" xml:space="preserve" approved="yes">
<source>Load more items</source>
<target state="final">Indlæs flere elementer</target></trans-unit>
<trans-unit id="loadPrevItems" xml:space="preserve" approved="yes">
<source>Load previous items</source>
<target state="final">Indlæs tidligere elementer</target></trans-unit>
</body>
</file>
</xliff>
Loading