Language | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
English
|
16 | ||||||
|
|||||||
Chinese (Simplified) (zh_CN)
|
0% | 428 | 10,458 | ||||
|
|||||||
Chinese (Traditional) (zh_TW)
|
0% | 428 | 10,458 | ||||
|
|||||||
Dutch (nl_NL)
|
0% | 430 | 10,460 | ||||
|
|||||||
French (fr_FR)
|
0% | 430 | 10,460 | ||||
|
|||||||
German (de_DE)
|
0% | 430 | 10,460 | ||||
|
|||||||
Italian (it_IT)
|
0% | 430 | 10,460 | ||||
|
|||||||
Norwegian Bokmål
|
0% | 430 | 10,460 | ||||
|
|||||||
Persian
|
24% | 324 | 8,733 | 18 | |||
|
|||||||
Portuguese (Brazil)
|
7% | 399 | 9,844 | 10 | 24 | ||
|
|||||||
Spanish
|
22% | 333 | 8,747 | 3 | |||
|
|||||||
Turkish (tr_TR)
|
0% | 431 | 10,461 | ||||
|
Please sign in to see the alerts.
Project website | docs.freebsd.org/en |
---|---|
Translation process |
|
Translation license | BSD 2-Clause "Simplified" License |
Filemask | documentation/content/*/books/developers-handbook/tools/chapter.po |
Languages | 12 |
Source strings | 431 |
Source words | 10,461 |
Source characters | 65,541 |
Hosted strings | 5,172 |
Hosted words | 125,532 |
Hosted characters | 786,492 |

Automatic translation
Documentation / books/developers-handbook/tools/chapter — Turkish (tr_TR)

Automatic translation
Documentation / books/developers-handbook/tools/chapter — Turkish (tr_TR)
A program is a set of instructions that tell the computer to do various things; sometimes the instruction it has to perform depends on what happened when it performed a previous instruction. This section gives an overview of the two main ways in which you can give these instructions, or "commands" as they are usually called. One way uses an _interpreter_, the other a _compiler_. As human languages are too difficult for a computer to understand in an unambiguous way, commands are usually written in one or other languages specially designed for the purpose.
برنامه مجموعهای از دستورالعملها است که کارهای مخلفتی انجام میدهد؛ گاهی اجرای یک دستورالعمل وابسته به نتیجه دستورالعمل قبلی است. این بخش به بررسی اجمالی دو حالت عمدهای میپردازد که شما میتوانید این دستورالعملها، یا بهگفتهای مرسومتر <quote>دستورات</quote> را تعریف کنید. یک روش از <firstterm>مفسر</firstterm> استفاده میکند و دیگری از <firstterm>همگردان</firstterm>. از آنجایی که درک صریح زبان انسان برای رایانه بسیار دشوار است، دستورات بهطور معمول به زبانهایی که برای این نیاز طراحی شدهاند نوشته میشوند.
Short for Beginner's All-purpose Symbolic Instruction Code. Developed in the 1950s for teaching University students to program and provided with every self-respecting personal computer in the 1980s, BASIC has been the first programming language for many programmers. It is also the foundation for Visual Basic.
کوتاه شدهٔ Beginner's All-purpose Symbolic Instruction Code، بهمعنای دستورالعملهای نمادینِ همهمنظوره برای نوآموزان. در دهه پنجاه میلادی برای تدریس برنامهنویسی به دانشجویان دانشگاه توسعه یافت و در دهه هشتاد میلادی بههمراه هر رایانهٔ شخصی <acronym>BASIC</acronym> اولین زبان برنامهنویسی برای بسیاری از برنامهنویسان بودهاست. همچنین پایه و اساس Visual Basic است.
The Bywater Basic Interpreter can be found in the Ports Collection as package:lang/bwbasic[] and the Phil Cockroft's Basic Interpreter (formerly Rabbit Basic) is available as package:lang/pbasic[].
مفسر Bywater Basic را میتوان در مجموعه پورتها بهعنوان <package>lang/bwbasic</package> و مفسر Phil Cockroft (سابقاً Rabbit Basic) را بهعنوان <package>lang/pbasic</package> یافت.