Skip to content
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

Translated export to Afrikaans #765

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
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
9 changes: 9 additions & 0 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2879,6 +2879,11 @@
To make something visible outside a [module](#module) so that other parts of a
program can [import](#import) it. In most languages a module must export things
explicitly in an attempt to avoid [name collision](#name_collision).
af:
term: "uitvoer"
def: >
Om iets sigbaar te maak buite 'n [module](#module) sodat ander dele van 'n program dit kan [invoer](#import).
In die meeste programmeertale moet 'n module dinge uitdruklik uitvoer om [naamkonflik](#name_collision) te voorkom.


- slug: fail_test
Expand Down Expand Up @@ -3699,6 +3704,10 @@
traer cosas de un [módulo](#module) para incorporarlas al programa. En la mayoría
de las lenguajes, un programa solo puede importar cosas que el módulo
[exporta](#export) explícitamente.
tn:

Check failure on line 3707 in glossary.yml

View workflow job for this annotation

GitHub Actions / build (3.8)

3707:4 syntax error: expected <block end>, but found '<block mapping start>' (syntax)
term: "Go amogela go tswa ntle"

Check failure on line 3708 in glossary.yml

View workflow job for this annotation

GitHub Actions / build (3.8)

3708:5 [indentation] wrong indentation: expected 5 but found 4
def: >
to be translated


- slug: impostor_syndrome
Expand Down Expand Up @@ -6306,8 +6315,8 @@
preceded by a dash, such as `-v`.


- slug: side_effect

Check failure on line 6318 in glossary.yml

View workflow job for this annotation

GitHub Actions / build (3.11)

6318:4 syntax error: expected <block end>, but found '<block mapping start>' (syntax)

Check failure on line 6318 in glossary.yml

View workflow job for this annotation

GitHub Actions / build-and-deploy

6318:4 syntax error: expected <block end>, but found '<block mapping start>' (syntax)
en:

Check failure on line 6319 in glossary.yml

View workflow job for this annotation

GitHub Actions / build (3.11)

6319:5 [indentation] wrong indentation: expected 5 but found 4

Check failure on line 6319 in glossary.yml

View workflow job for this annotation

GitHub Actions / build-and-deploy

6319:5 [indentation] wrong indentation: expected 5 but found 4
term: "side effect"
def: >
A change made by a function while it runs that is visible after the function
Expand Down
Loading