mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-12 23:37:06 +00:00
[Experimental] Added dutch localization (nl)
Co-Authored-By: DeepL <13254824+DeepL@users.noreply.github.com>
This commit is contained in:
parent
077c807844
commit
9969ca79d4
2 changed files with 44 additions and 0 deletions
24
localization/nl.php
Normal file
24
localization/nl.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
// Meta
|
||||
$lang = 'nl';
|
||||
$title = 'Is het veganistisch? - VeganCheck';
|
||||
$description = "U weet niet zeker of een product veganistisch is of niet? Met VeganCheck.me kun je tijdens het winkelen direct de streepjescode van een artikel scannen en controleren of het veganistisch is of niet en dat zonder een heleboel andere overbodige informatie! Probeer het nu uit!";
|
||||
|
||||
// Form
|
||||
$scanbarcode = 'Scan barcode';
|
||||
$enterbarcode = 'barcode invoeren';
|
||||
$submit = 'Verzenden';
|
||||
|
||||
// Footer
|
||||
$footercredits = 'Gemaakt met <i class="icon-vegancheck"></i> door <a href="https://philipbrembeck.com">Philip Brembeck</a> & <a href="https://jokenetwork.de">JokeNetwork</a>';
|
||||
$footerlegal = '<a href="privacy-policy">Privacy</a> / <a href="impressum">Imprint</a> / <a href="//github.com/sponsors/philipbrembeck/">Sponsor worden</a>';
|
||||
|
||||
// PWA Prompt
|
||||
$pwaclose = 'Sluiten';
|
||||
$pwainstall = 'VeganCheck installeren';
|
||||
$pwadescription = 'Installeer VeganCheck op je beginscherm en scan altijd en overal producten en controleer of je veganistisch bent!';
|
||||
$pwainfo = 'Tik <svg class="pwa-install-prompt__guide__icon" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Delen</title><path fill="#007AFF" d="M48.883,22.992L61.146,10.677L61.146,78.282C61.146,80.005 62.285,81. 149 64,81,149C65,715,81,149 66,854,80,005 66,854,78,282L66,854,10,677L79,117,22,992C79,693,23,57 80,256,23,853 81,114,23,853C81,971,23,853 82. 534,23.57 83.11,22.992C84.25,21.848 84.25,20.125 83.11,18.981L65.997,1.794C65.715,1.511 65.421,1.215 65.139,1.215C64.563,0.932 63.718,0. 932 62,861,1,215C62,579,1,498 62,285,1,498 62,003,1,794L44,89,18,981C43,75,20,125 43,75,21,848 44,89,22,992C46,029,24,149 47,744,24,149 48. 883,22.992ZM103.936,35.32L81.114,35.32L81.114,41.053L103.936,41.053L103.936,121.27L24.064,121.27L24.064,41.053L46.886,41.053L46.886,35. 32L24.064,35.32C20.928,35.32 18.355,37.904 18.355,41.053L18.355,121.27C18.355,124.419 20.928,127.003 24.064,127.003L103.936,127.003C107. 072,127.003 109.645,124.419 109.645,121.27L109.645,41.053C109.645,37.891 107.072,35.32 103.936,35.32Z" /></svg>en dan "Naar beginscherm"';
|
||||
|
||||
// Scanner Layover
|
||||
$closescanner = 'Scanner sluiten';
|
||||
?>
|
20
localization/script/nl.php
Normal file
20
localization/script/nl.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
$invalidrequest = "Het barcodeveld mag niet leeg zijn en mag geen speciale tekens bevatten.";
|
||||
$invalidscan = 'Er is iets mis met deze barcode.';
|
||||
$notindb = "We hebben dit product nog niet in onze database.";
|
||||
$addit = "Wilt u het toevoegen?";
|
||||
$addonoff = "Voeg dit product toe aan OpenFoodFacts";
|
||||
$missinginfo = "We hebben nog niet genoeg info over dit product.";
|
||||
$addinfo = "Wilt u info toevoegen?";
|
||||
$editonoff = "Bewerk dit product bij OpenFoodFacts";
|
||||
|
||||
$vegan = 'Veganistisch';
|
||||
$unknown = 'onbekend';
|
||||
$containspalmoil = "Bevat palmolie";
|
||||
$nopalmoil = 'Geen palmolie';
|
||||
$palmoilunknown = "Palmoliegehalte onbekend";
|
||||
$notvegan = 'Niet veganistisch';
|
||||
$tweettext = '%20is%20niet%20veganistisch%20-%Getest%20met%20';
|
||||
$tweettextvegan = '%20is%20veganistisch!%20-%20Getest%20met%20';
|
||||
$edit = 'Bewerken';
|
||||
?>
|
Loading…
Reference in a new issue