Translations
Flux uses a bunch of strings in its library, and the cool part is that they can be easily translated when you use them. To make this translation process smoother, Flux works seamlessly with vue-i18n, allowing you to use its translate function. This integration makes the Flux library even easier and more flexible to work with.
Strings
Key | Value |
---|---|
flux.back | Back |
flux.cancel | Cancel |
flux.comingSoon | Coming soon |
flux.continue | Continue |
flux.customPeriod | Custom period |
flux.filter | Filter |
flux.filterReset | Reset filters |
flux.justNow | Just now |
flux.max | Max |
flux.min | Min |
flux.nSelected | {n} selected |
flux.ok | Ok |
flux.optional | Optional |
flux.preview | Preview |
flux.previewClose | Close preview |
flux.displayingOf | {from}–{to} of {total} |
flux.rowsPerPage | Rows per page |
flux.next | Next |
flux.noItems | There are no items (left). |
flux.pagination | Pagination |
flux.paginationNavigateTitle | Navigate |
flux.paginationNavigateMessage | Please provide the desired page number you wish to navigate to. |
flux.paginationNavigatePage | Page |
flux.previous | Previous |
flux.search | Search... |
flux.sort | Sort |
flux.sortAscending | Ascending |
flux.sortDescending | Descending |
flux.sortRemove | Remove sorting |
flux.today | Today |
flux.galleryPlaceholderButton | Pick image |
flux.galleryPlaceholderMessage | Drop an image here or click the button to upload... |
flux.galleryPlaceholderTitle | Gallery |
flux.timezoneEurope | Europe |
flux.timezoneAmerica | America |
flux.timezoneUs | United States |
flux.timezoneAustralia | Australia |
flux.timezoneCanada | Canada |
flux.timezoneMexico | Mexico |
flux.timezoneAfrica | Africa |
flux.timezoneAntarctica | Antarctica |
flux.timezoneArctic | Arctic |
flux.timezoneAsia | Asia |
flux.timezoneAtlantic | Atlantic |
flux.timezoneBrazil | Brazil |
flux.timezoneChile | Chile |
flux.timezoneEtc | ETC |
flux.timezoneOther | Other |
flux.timezoneIndian | Indian |
flux.timezonePacific | Pacific |
Pre-translated strings
Here are the official translations for the strings used by Flux. If you have additional translations, feel free to contribute by creating a pull request on GitHub. 😃
Dutch - Nederlands
yaml
flux:
back: "Terug"
cancel: "Annuleren"
comingSoon: "Binnenkort"
continue: "Verder"
customPeriod: "Aangepaste periode"
filter: "Filter"
filterReset: "Verwijder alle filters"
max: "Maximaal"
min: "Minimaal"
nSelected: "{n} geselecteerd"
ok: "Oké"
optional: "Optioneel"
preview: "Voorbeeld"
previewClose: "Voorbeeld sluiten"
displayingOf: "{from}—{to} van {total}"
rowsPerPage: "Rijen per pagina"
next: "Volgende"
noItems: "Geen resultaten gevonden"
pagination: "Paginatie"
paginationNavigateTitle: "Navigeer"
paginationNavigateMessage: "Naar welke pagina wil je toe navigeren?"
paginationNavigatePage: "Pagina"
previous: "Vorige"
search: "Zoeken..."
sort: "Sorteer"
sortAscending: "Oplopend"
sortDescending: "Aflopend"
sortRemove: "Verwijder"
today: "Vandaag"
galleryPlaceholderButton: "Selecteer afbeeldingen"
galleryPlaceholderMessage: "Laat hier afbeeldingen vallen om ze te uploaden of klik op de knop om te selecteren."
galleryPlaceholderTitle: "Afbeeldingen"
timezoneEurope: "Europa"
timezoneAmerica: "Amerika"
timezoneUs: "Verenigde Staten"
timezoneAustralia: "Australië"
timezoneCanada: "Canada"
timezoneMexico: "Mexico"
timezoneAfrica: "Afrika"
timezoneAntarctica: "Antarctica"
timezoneArctic: "Arctisch"
timezoneAsia: "Azië"
timezoneAtlantic: "Atlantisch"
timezoneBrazil: "Brazilië"
timezoneChile: "Chili"
timezoneEtc: "ETC"
timezoneOther: "Overig"
timezoneIndian: "Indisch"
timezonePacific: "Pacifisch"