-
Notifications
You must be signed in to change notification settings - Fork 575
Add Turkish localization for Serverless #3553
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
Add Turkish localization for Serverless #3553
Conversation
Signed-off-by: Onur Canoğlu <[email protected]>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
content/tr/serverless.md
Outdated
|
|
||
| Sunucusuz Bilişim mimari, servisleri yalnızca isteğe bağlı olarak aktive ederek daha verimli bir yaklaşım sunar. Bu model, bulut sağlayıcısı tarafından dinamik kaynak tahsisi sağlayarak kullanılmayan servisler için maliyetleri ortadan kaldırır. Mali ve operasyonel verimlilikler ötesinde, serverless teknolojisi geliştiricileri uygulamaları ölçekleme ve sunucu altyapısını yönetme yüklerinden kurtarır. İşletim sistemi bakımı, güvenlik güncellemeleri, yük dengeleme, kapasite planlaması ve izleme gibi görevler bulut sağlayıcısına devredilir ve geliştirme işlemi kolaylaştırılır. | ||
|
|
||
| Daha fazla bilgi için [Function-as-a-Service (FaaS)](/tr/function-as-a-service/) sözlük maddesine bakın. "Serverless" ve "FaaS" genellikle birbirinin yerine geçen terimler olarak kullanılsa da, farklı kavramları temsil ederler. No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to add sign language section under this line? dev-tr branch might be outdated but main branch has sign language sections. https://github.com/cncf/glossary/blob/main/content/en/serverless.md
{{% sign-language-section rbyBgXqCN2k %}}There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi,
Thank you for the feedback! I'll implement the suggested changes:
- Keep the heading as one paragraph following the original serverless style ✓
- Use "sunucusuz mimari" for the term choice ✓
- Regarding
{{% sign-language-section rbyBgXqCN2k %}}- I experienced build issues when I included this in my translation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Regarding {{% sign-language-section rbyBgXqCN2k %}} - I experienced build issues when I included this in my translation.
Yes, I understand. We will add the sign language sections via a bulk insert PR later.
Co-authored-by: Mert Şişmanoğlu <[email protected]> Signed-off-by: Onur Canoğlu <[email protected]>
Signed-off-by: Onur Canoğlu <[email protected]>
Signed-off-by: Onur Canoğlu <[email protected]> Signed-off-by: Onur Canoğlu <[email protected]> Co-authored-by: Mert Şişmanoğlu <[email protected]>
Checklist before opening this PR (put
xin the checkboxes)git commit -s) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfigby runninggit config --global alias.ci "commit -s".