Ittraduċi "branch codes" għal Olandiż

Li turi 50 ta '50 traduzzjonijiet tal-frażi "branch codes" minn Ingliż għal Olandiż

Traduzzjonijiet ta' branch codes

"branch codes" f'Ingliż jista' jiġi tradott fil-Olandiż kliem/frażijiet li ġejjin:

branch branch filiaal of voor
codes code codes gebruik gebruiken producten toegang

Traduzzjoni ta' Ingliż għal Olandiż ta' branch codes

Ingliż
Olandiż

EN The -branch argument lets you specify a specific branch to clone instead of the branch the remote HEAD is pointing to, usually the main branch. In addition you can pass a tag instead of branch for the same effect.

NL Met het argument -branch kun je een specifieke branch opgeven om te klonen in plaats van de branch waarnaar de externe HEAD verwijst (meestal de hoofd-branch). Daarnaast kun je voor hetzelfde effect een tag doorgeven in plaats van de branch.

Ingliż Olandiż
argument argument
branch branch
clone klonen
remote externe
effect effect
in in
the de
instead in plaats van
you can kun
to om
tag tag
in addition daarnaast
head hoofd
usually meestal
a een
for voor

EN Create a branch using the Git branch command. git branch

NL Een branch aanmaken met de branch-opdracht in Git. git branch

Ingliż Olandiż
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository aanmaakt, wordt een branch met de naam 'main' aangemaakt. Deze wordt de actieve branch.

Ingliż Olandiż
default standaard
branch branch
git git
repository repository
named naam
main main
active actieve
the de
is wordt
a een

EN List the branches for this repository. You’ll see the default branch main, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard main-branch en de nieuwe branch die je hebt gemaakt. Git-branch

Ingliż Olandiż
branches branches
repository repository
default standaard
branch branch
main main
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository maakt, wordt er een branch met de naam 'master' gemaakt. Deze wordt de actieve branch.

Ingliż Olandiż
default standaard
branch branch
git git
repository repository
named naam
active actieve
the de
created gemaakt
create maakt
is wordt
a een

EN Create a branch using the Git branch command. git branch

NL Een branch aanmaken met de branch-opdracht in Git. git branch

Ingliż Olandiż
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN List the branches for this repository. You’ll see the default branch master, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard branch-master en de nieuwe branch die je hebt gemaakt. git branch

Ingliż Olandiż
branches branches
repository repository
default standaard
branch branch
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository maakt, wordt er een branch met de naam 'master' gemaakt. Deze wordt de actieve branch.

Ingliż Olandiż
default standaard
branch branch
git git
repository repository
named naam
active actieve
the de
created gemaakt
create maakt
is wordt
a een

EN Create a branch using the Git branch command. git branch

NL Een branch aanmaken met de branch-opdracht in Git. git branch

Ingliż Olandiż
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN List the branches for this repository. You’ll see the default branch master, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard branch-master en de nieuwe branch die je hebt gemaakt. git branch

Ingliż Olandiż
branches branches
repository repository
default standaard
branch branch
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The main branch stores the official release history, and the develop branch serves as an integration branch for features

NL De main-branch slaat de officiële versiegeschiedenis op; de branch develop dient als integratiebranch voor functies

Ingliż Olandiż
main main
branch branch
serves dient
features functies
the de
for voor
as als

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository aanmaakt, wordt een branch met de naam 'main' aangemaakt. Deze wordt de actieve branch.

Ingliż Olandiż
default standaard
branch branch
git git
repository repository
named naam
main main
active actieve
the de
is wordt
a een

EN Create a branch using the Git branch command. git branch

NL Een branch aanmaken met de branch-opdracht in Git. git branch

Ingliż Olandiż
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN List the branches for this repository. You’ll see the default branch main, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard main-branch en de nieuwe branch die je hebt gemaakt. Git-branch

Ingliż Olandiż
branches branches
repository repository
default standaard
branch branch
main main
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The repository history remains unchanged. All you get is a new pointer to the current branch. To begin working on the new branch, you have to check out the branch you want to use.

NL De geschiedenis van de repository blijft ongewijzigd. Het enige wat erbij komt, is een nieuwe pointer naar de huidige branch. Om aan de nieuwe branch te kunnen werken, moet je de branch die je wilt gebruiken uitchecken.

Ingliż Olandiż
repository repository
history geschiedenis
unchanged ongewijzigd
branch branch
is is
the de
remains blijft
to om
current huidige
use gebruiken
working werken
want wilt
a een
out te
have to moet

EN Because you are creating a branch to work on something new, every time you create a new branch (with git branch), you want to make sure to check it out (with git checkout) if you're going to use it

NL Omdat je een branch aanmaakt om aan iets nieuws te werken, moet je elke keer dat je een nieuwe branch aanmaakt (met git branch) deze uitchecken (met git checkout) voordat je die gaat gebruiken

Ingliż Olandiż
branch branch
git git
checkout checkout
to om
work werken
use gebruiken
because omdat
with met
if moet
every elke
sure dat
out te
something iets
want je

EN Notice the On branch future-plans line? If you entered git status previously, the line was on branch main because you only had the one main branch

NL Zie je de regel On branch future-plans? Als je eerder git status hebt ingevoerd, stond de regel op branch main omdat je maar één main branch had

Ingliż Olandiż
branch branch
entered ingevoerd
git git
status status
main main
the de
previously eerder
on on
because omdat
if als

EN Before she starts writing any code, Mary needs to create a new branch for the feature. This branch is what she will use as the source branch of the pull request.

NL Voordat ze code begint te schrijven, moet Mary een nieuwe branch aanmaken voor de functie. Deze branch zal ze gebruiken als bron-branch van de pull-aanvraag.

Ingliż Olandiż
starts begint
branch branch
mary mary
code code
request aanvraag
feature functie
use gebruiken
the de
to create aanmaken
as als
will zal
needs moet
she ze
writing schrijven
of van

EN What are customer codes and access codes?

NL Wat is een klantcode en wat is een toegangscode?

Ingliż Olandiż
what wat
and en

EN Yes! For most iOS and Android users, a QR Code scanner is already built into the native camera app. Simply open the camera app and hold it over any Codes until a notification pops up. You don't even have to press any button to scan the Codes.

NL Ja! Voor de meeste iOS- en Android-gebruikers is er al een QR-codescanner ingebouwd in de camera-app. Open de camera-app en houd deze boven een code totdat er een melding verschijnt. Je hoeft niet op een knop te drukken om de codes te scannen.

Ingliż Olandiż
ios ios
android android
users gebruikers
qr qr
camera camera
notification melding
built ingebouwd
code code
is is
app app
codes codes
button knop
the de
have to hoeft
to om
open open
dont niet
scan scannen
already al
into in
yes ja
for voor
and en
simply een

EN Have you checked all track & trace codes? Sometimes we ship multiple parcels per order with different track & trace codes. It is also possible that one parcel takes one day longer than the rest.

NL Heb je alle track & trace-codes gecontroleerd? Soms versturen we meerdere pakketten per bestelling met verschillende track & trace-codes. Het kan ook zijn dat een pakket er een dag langer over doet dan de rest.

Ingliż Olandiż
checked gecontroleerd
codes codes
sometimes soms
ship versturen
order bestelling
rest rest
longer langer
we we
the de
parcels pakketten
parcel pakket
also ook
day dag
with met
that dat
per per

EN A new window will open, where you can change the subject line and text of the email. → The codes that you can enter into your email to provide specific information are listed under ‘Email codes’.

NL Er opent een nieuw venster waarbij je de onderwerpregel en tekst van de e-mail kunt wijzigingen. → Bij ‘E-mailcodes’ zijn de codes weergegeven die je in jouw mail kunt invoeren om bepaalde kenmerken mee te geven.

EN Up to 255 codes can be managed with the Keyless In Keypad. Codes are permitted to contain up to 32 characters.

NL Met het Keyless In codeklavier kunnen maximaal 255 codes worden beheerd. De codes mogen uit maximaal 32 tekens bestaan.

Ingliż Olandiż
codes codes
managed beheerd
characters tekens
in in
the de
with met
be worden
are bestaan

EN Use custom sales tracking codes or specify endpoints and callback URLs to receive detailed notifications about new commissions. Affiliate sale tracking codes

NL Gebruik aangepaste verkooptrackingcodes of specificeer eindpunten en callback-URL's om gedetailleerde meldingen over nieuwe commissies te ontvangen . Partnerverkoop tracking codes

Ingliż Olandiż
custom aangepaste
codes codes
endpoints eindpunten
detailed gedetailleerde
commissions commissies
use gebruik
or of
notifications meldingen
new nieuwe
and en
tracking tracking
to om
receive ontvangen

EN Up to 255 codes can be managed with the Keyless In Keypad. Codes are permitted to contain up to 32 characters.

NL Met het Keyless In codeklavier kunnen maximaal 255 codes worden beheerd. De codes mogen uit maximaal 32 tekens bestaan.

Ingliż Olandiż
codes codes
managed beheerd
characters tekens
in in
the de
with met
be worden
are bestaan

EN Be alerted when your vehicles report trouble codes. Get notified in real-time of vehicle DTC’s (diagnostic trouble codes) to ensure your vehicles are well maintained and safe on the road.

NL Ontvang notifi­caties wanneer uw voertuig Diagnos­tische Foutcodes meldt. U wordt in realtime op de hoogte gesteld van DTC’s (Diagnostic Trouble Codes) en kunt er dus voor zorgen dat uw voertuigen goed onderhouden en veilig de weg op kunnen.

Ingliż Olandiż
codes codes
maintained onderhouden
in in
vehicles voertuigen
on op
the de
ensure zorgen
well goed
and en
of van
to dus
safe veilig
when wanneer

EN Use custom sales tracking codes or specify endpoints and callback URLs to receive detailed notifications about new commissions. Affiliate sale tracking codes

NL Gebruik aangepaste verkooptrackingcodes of specificeer eindpunten en callback-URL's om gedetailleerde meldingen over nieuwe commissies te ontvangen . Partnerverkoop tracking codes

Ingliż Olandiż
custom aangepaste
codes codes
endpoints eindpunten
detailed gedetailleerde
commissions commissies
use gebruik
or of
notifications meldingen
new nieuwe
and en
tracking tracking
to om
receive ontvangen

EN Have you checked all track & trace codes? Sometimes we ship multiple parcels per order with different track & trace codes. It is also possible that one parcel takes one day longer than the rest.

NL Heb je alle track & trace-codes gecontroleerd? Soms versturen we meerdere pakketten per bestelling met verschillende track & trace-codes. Het kan ook zijn dat een pakket er een dag langer over doet dan de rest.

Ingliż Olandiż
checked gecontroleerd
codes codes
sometimes soms
ship versturen
order bestelling
rest rest
longer langer
we we
the de
parcels pakketten
parcel pakket
also ook
day dag
with met
that dat
per per

EN You can check your website?s HTTP status codes using the Google Search Console. To do this, you need to request the codes of a specific address via the URL inspection tool. You will see the status code as the ?Page fetch? results.

NL U kunt de HTTP-statuscodes van uw website controleren via de Google Search Console. Om dit te doen, moet u de codes van een specifiek adres opvragen via de URL-inspectietool. U zult de statuscode zien als de "Page fetch" resultaten.

Ingliż Olandiż
http http
request opvragen
results resultaten
website website
codes codes
google google
console console
address adres
url url
the de
to om
page page
see zien
check controleren
this dit
you zult
search search
a een
you can kunt
as als
do doen
of van
via via

EN We've talked quite a bit about tracking codes, delivery shipping times, and the benefits of those shipping codes with all ePacket delivery.

NL We hebben het nogal gehad over trackingcodes, verzendtijden voor verzending en de voordelen van die verzendcodes bij alle ePacket-bezorging.

Ingliż Olandiż
benefits voordelen
shipping verzending
with bij
the de
quite nogal
delivery bezorging
and en
about over

EN Yes! QR codes are still relevant in 2023, and they are making a big comeback during COVID-19! QR codes have been around for several years.

NL Ja! QR-codes zijn nog steeds relevant in 2023 en ze maken een grote comeback tijdens COVID-19! QR-codes bestaan al enkele jaren.

EN We do not offer coupon codes or promotional codes for stickermule.com. Additionally, there is no coupon code field during checkout. Sites that offer a specific code or percentage o…

NL Stickermule.com biedt geen kortingscodes. Er is ook geen optie bij het afrekenen om kortingscodes in te vullen. Kijk daarom uit als je op een website komt die wel kortingscodes of

EN We do not offer coupon codes or promotional codes for stickermule.com. Additionally, there is no coupon code field during checkout. Sites that offer a specific code or percentage off should be avoided.

NL Stickermule.com biedt geen kortingscodes. Er is ook geen optie bij het afrekenen om kortingscodes in te vullen. Kijk daarom uit als je op een website komt die wel kortingscodes of procentuele kortingen aanbiedt.

EN BIC or SWIFT codes are unique bank and branch identifiers in the banking industry

NL BIC of SWIFT codes zijn unieke identificatiemiddelen uit de bankwereld voor bank en filialen

Ingliż Olandiż
bic bic
codes codes
or of
bank bank
the de
are zijn
and en

EN We complted the development of the check digit validation and calculation algorithms for Poland. Now our service can balidate the Bank and Branch codes and IBANs for banks in Poland .

NL Oekraïne Omgekeerde IBAN validatie voor bank naam, adres en BIC is nu beschikbaar.

Ingliż Olandiż
validation validatie
now nu
bank bank
check adres
can beschikbaar
for voor
and en

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

NL Breng je wijzigingen lokaal aan en voeg ze vervolgens toe, maak commits en push ze naar de branch:git add. git commit -m "een wijziging toevoegen uit de functie-branch" git push origin

Ingliż Olandiż
locally lokaal
branch branch
git git
feature functie
origin origin
your je
changes wijzigingen
the de
to toe
change wijziging
then vervolgens
a een
from uit
and en

EN Close branch: Select if you want to automatically close the branch when the pull request is merged.

NL Branch sluiten: selecteer of je de branch automatisch wil sluiten wanneer de pull-aanvraag wordt samengevoegd;

Ingliż Olandiż
branch branch
select selecteer
automatically automatisch
request aanvraag
merged samengevoegd
the de
close sluiten
is wordt
want je
when wanneer
want to wil

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

NL Een pull-aanvraag samenvoegenNadat je code is beoordeeld en goedgekeurd in een pull-aanvraag, klik je op de knop 'Samenvoegen' om je branch samen te voegen in de hoofdbranch

Ingliż Olandiż
code code
reviewed beoordeeld
approved goedgekeurd
request aanvraag
branch branch
merge samenvoegen
your je
in in
click klik
the de
button knop
and en
a een
has is

EN The code changes from the source branch are now fully incorporated into the target branch.

NL De codewijzigingen van de bronbranch zijn nu volledig opgenomen in de doelbranch.

Ingliż Olandiż
fully volledig
incorporated opgenomen
now nu
the de
from van
into in

EN The Baton Rouge Room is in the Main Branch of the East Baton Rouge Parish Library and has existed since the dedication of the River Center Branch in 1980

NL De Baton Rouge Room bevindt zich in de Main Branch van de East Baton Rouge Parish Library en bestaat sinds de inzet van de River Center Branch in 1980

Ingliż Olandiż
main main
branch branch
library library
dedication inzet
center center
river river
in in
the de
is bestaat
rouge rouge
and en
of van

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

NL Breng je wijzigingen lokaal aan en voeg ze vervolgens toe, maak commits en push ze naar de branch:git add. git commit -m "een wijziging toevoegen uit de functie-branch" git push origin

Ingliż Olandiż
locally lokaal
branch branch
git git
feature functie
origin origin
your je
changes wijzigingen
the de
to toe
change wijziging
then vervolgens
a een
from uit
and en

EN Close branch: Select if you want to automatically close the branch when the pull request is merged.

NL Branch sluiten: selecteer of je de branch automatisch wil sluiten wanneer de pull-aanvraag wordt samengevoegd;

Ingliż Olandiż
branch branch
select selecteer
automatically automatisch
request aanvraag
merged samengevoegd
the de
close sluiten
is wordt
want je
when wanneer
want to wil

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

NL Een pull-aanvraag samenvoegenNadat je code is beoordeeld en goedgekeurd in een pull-aanvraag, klik je op de knop 'Samenvoegen' om je branch samen te voegen in de hoofdbranch

Ingliż Olandiż
code code
reviewed beoordeeld
approved goedgekeurd
request aanvraag
branch branch
merge samenvoegen
your je
in in
click klik
the de
button knop
and en
a een
has is

EN The code changes from the source branch are now fully incorporated into the target branch.

NL De codewijzigingen van de bronbranch zijn nu volledig opgenomen in de doelbranch.

Ingliż Olandiż
fully volledig
incorporated opgenomen
now nu
the de
from van
into in

EN The Court confirmed that in such cases, the head office is to be considered as a separate taxable person from its branch, situated in another member state, when supplying services to that branch

NL Het Hof heeft bevestigd dat de maatschappelijke zetel, in dergelijke gevallen, als een onderscheiden belastingplichtige van zijn filiaal moet worden beschouwd wanneer hij diensten aan dat laatste verstrekt

Ingliż Olandiż
court hof
confirmed bevestigd
considered beschouwd
services diensten
in in
cases gevallen
the de
be worden
as als
another van
state zijn
when wanneer

EN Consequently, the services between the head office and the branch fall within the scope of VAT and must be subject to the reverse charge in the country where the branch is established.

NL Bijgevolg vallen de diensten tussen de maatschappelijke zetel en het filiaal binnen de werkingssfeer van de btw en moeten ze worden onderworpen aan de verlegging naar het land waar het filiaal gevestigd is.

Ingliż Olandiż
consequently bijgevolg
fall vallen
vat btw
country land
established gevestigd
is is
the de
services diensten
be worden
where waar
and en

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

NL Breng je wijzigingen lokaal aan en voeg ze vervolgens toe, maak commits en push ze naar de branch:git add. git commit -m "een wijziging toevoegen uit de functie-branch" git push origin

Ingliż Olandiż
locally lokaal
branch branch
git git
feature functie
origin origin
your je
changes wijzigingen
the de
to toe
change wijziging
then vervolgens
a een
from uit
and en

EN Close branch: Select if you want to automatically close the branch when the pull request is merged.

NL Branch sluiten: selecteer of je de branch automatisch wil sluiten wanneer de pull-aanvraag wordt samengevoegd;

Ingliż Olandiż
branch branch
select selecteer
automatically automatisch
request aanvraag
merged samengevoegd
the de
close sluiten
is wordt
want je
when wanneer
want to wil

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

NL Een pull-aanvraag samenvoegenNadat je code is beoordeeld en goedgekeurd in een pull-aanvraag, klik je op de knop 'Samenvoegen' om je branch samen te voegen in de hoofdbranch

Ingliż Olandiż
code code
reviewed beoordeeld
approved goedgekeurd
request aanvraag
branch branch
merge samenvoegen
your je
in in
click klik
the de
button knop
and en
a een
has is

EN The code changes from the source branch are now fully incorporated into the target branch.

NL De codewijzigingen van de bronbranch zijn nu volledig opgenomen in de doelbranch.

Ingliż Olandiż
fully volledig
incorporated opgenomen
now nu
the de
from van
into in

Li turi 50 minn 50 traduzzjonijiet