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

French translation of the ReadMe File #18

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
7 changes: 5 additions & 2 deletions README.md → README-ENG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Feel free to submit a PR adding a new term with a definition. If you want to tra
All the translations for this repo will be listed below:

- [Spanish](./README-es.md)
- [Indonesian](./README-id.md)

## Contents

Expand Down Expand Up @@ -118,6 +119,7 @@ All the translations for this repo will be listed below:
- **generator**: a function that can be used to control the iteration behaviour of a loop.
- **getter**: a method that gets the value of a property.
- **GUI (Graphical User Interface)**: type of user interface where users can interact with electronic devices via visual indicator representations such as buttons, scroll bars, cursors, etc.
- **Git** : a version control system that automatic update our file/or project when we commit it.

## H

Expand Down Expand Up @@ -156,6 +158,7 @@ All the translations for this repo will be listed below:
- **Machine Language**: is the language understood by a computer.
- **Markup Language**: a computer language that uses tags to define elements within a document.
- **method**: a function associated with a class or an object.
- **memoization**: optimization technique that involves storing the result so you can use it next time instead of calculating the same thing again and again.
- **mutable object**: an object which can change after creation.

## N
Expand All @@ -166,7 +169,7 @@ All the translations for this repo will be listed below:
## O

- **Object-Oriented Programming**: A programming paradigm that organizes software design around data, or objects, rather than functions and logic.
- **On-Premises**: On-premises is the software and technology that is located within the physical confines of an enterprise – often in the company's data center (installing and running software on hardware located within the premises of the company) – as opposed to running remotely on hosted servers or in the cloud.
- **On-Premises**: On-premises is the software and technology that is located within the physical confines of an enterprise – often in the company's data center (installing and running software on hardware located within the premises of the company) – as opposed to running remotely on hosted servers or in the cloud.
- **Operator**: a symbol that tells the compiler or interpreter to perform specific mathematical, relational or logical operation and produce final result.

## P
Expand Down Expand Up @@ -240,7 +243,7 @@ All the translations for this repo will be listed below:

- **variable**: are used to store information to be referenced and manipulated in a computer program. Their purpose is to label and store data in memory so that the user may use it throughout the program if needed.
- **Version Control**: a system that records changes to a file or set of files over time so that you can recall specific versions later.
- **VM (Virtual Machine)**: A virtual machine (VM) is a virtual environment that functions as a virtual computer system with its own CPU, memory, network interface, and storage, created on a physical hardware system (located off- or on-premises). Software called a hypervisor separates the machine’s resources from the hardware and provisions them appropriately so they can be used by the VM.
- **VM (Virtual Machine)**: A virtual machine (VM) is a virtual environment that functions as a virtual computer system with its own CPU, memory, network interface, and storage, created on a physical hardware system (located off- or on-premises). Software called a hypervisor separates the machine’s resources from the hardware and provisions them appropriately so they can be used by the VM.

## W

Expand Down
Loading