Traduzir "lung function becomes" para indonésio

Mostrando 50 de 50 traduções da frase "lung function becomes" de inglês para indonésio

Traduções de lung function becomes

"lung function becomes" em inglês pode ser traduzido nas seguintes palavras/frases indonésio:

function adalah agar akan apa aplikasi berfungsi dan dapat dari dengan fungsi gunakan ini ke layanan melalui membuat memiliki menggunakan oleh pada permintaan satu sebagai seperti sumber daya tidak untuk
becomes anda dan dari menjadi untuk yang

Tradução de inglês para indonésio de lung function becomes

inglês
indonésio

EN Extensions may impact the performance of your function because they share resources such as CPU, memory, and storage with the function, and because extensions are initialized before function code

ID Ekstensi dapat berdampak pada kinerja fungsi Anda karena menggunakan sumber daya seperti CPU, memori, dan penyimpanan bersamaan dengan fungsi, dan juga karena ekstensi dijalankan sebelum kode fungsi

inglês indonésio
extensions ekstensi
cpu cpu
code kode
performance kinerja
storage penyimpanan
memory memori
before sebelum
function fungsi
the dan
may dapat
as seperti
because karena

EN Because Extensions are executed within the same environment as a Lambda function, they have access to the same resources as the function, and permissions are shared between the function and the extension

ID Karena dijalankan dalam lingkungan yang sama dengan fungsi Lambda, Ekstensi memiliki akses ke sumber daya yang sama dengan fungsi dan izin dibagikan di antara fungsi dan ekstensi

inglês indonésio
environment lingkungan
lambda lambda
access akses
permissions izin
to ke
function fungsi
between antara
the dan
same sama
extensions ekstensi
within di
have memiliki

EN Extensions may impact the performance of your function because they share resources such as CPU, memory, and storage with the function, and because extensions are initialized before function code

ID Ekstensi dapat berdampak pada kinerja fungsi Anda karena menggunakan sumber daya seperti CPU, memori, dan penyimpanan bersamaan dengan fungsi, dan juga karena ekstensi dijalankan sebelum kode fungsi

inglês indonésio
extensions ekstensi
cpu cpu
code kode
performance kinerja
storage penyimpanan
memory memori
before sebelum
function fungsi
the dan
may dapat
as seperti
because karena

EN Because Extensions are executed within the same environment as a Lambda function, they have access to the same resources as the function, and permissions are shared between the function and the extension

ID Karena dijalankan dalam lingkungan yang sama dengan fungsi Lambda, Ekstensi memiliki akses ke sumber daya yang sama dengan fungsi dan izin dibagikan di antara fungsi dan ekstensi

inglês indonésio
environment lingkungan
lambda lambda
access akses
permissions izin
to ke
function fungsi
between antara
the dan
same sama
extensions ekstensi
within di
have memiliki

EN If you are using Node.js or Python, you can author the code for your function using code editor in the AWS Lambda console, which lets you author and test your functions, and view the results of function executions in a robust, IDE-like environment

ID Jika menggunakan Node.js atau Phyton, Anda dapat menulis kode untuk fungsi Anda dengan editor kode di konsol AWS Lambda yang memungkinkan untuk menulis dan menguji fungsi Anda, dan melihat hasil eksekusi fungsi dalam lingkungan yang kuat dan seperti IDE

inglês indonésio
node node
code kode
editor editor
aws aws
lambda lambda
test menguji
view melihat
robust kuat
environment lingkungan
if jika
results hasil
or atau
can dapat
lets memungkinkan
in di
functions fungsi
the dan
like seperti
for untuk

EN Yes. By default, each AWS Lambda function has a single, current version of the code. Clients of your Lambda function can call a specific version or get the latest implementation. Please read our documentation on versioning Lambda functions.

ID Ya. Secara default, setiap fungsi AWS Lambda memiliki satu versi kode terkini. Klien fungsi Lambda Anda dapat memanggil versi tertentu atau mendapatkan implementasi terbaru. Baca dokumentasi kami tentang versi fungsi Lambda.

inglês indonésio
default default
lambda lambda
code kode
clients klien
documentation dokumentasi
aws aws
version versi
can dapat
read baca
yes ya
or atau
get mendapatkan
each setiap
your anda
latest terbaru
our kami
functions fungsi
of satu
has memiliki
on tentang

EN You can trigger a Lambda function on DynamoDB table updates by subscribing your Lambda function to the DynamoDB Stream associated with the table

ID Anda dapat memicu fungsi Lambda pada pembaruan tabel DynamoDB dengan berlangganan fungsi Lambda Anda ke DynamoDB Stream yang terkait dengan tabel

inglês indonésio
lambda lambda
function fungsi
dynamodb dynamodb
table tabel
associated terkait
to ke
can dapat
with dengan
the yang
on pada

EN Only the function owner or another AWS account that the owner has granted permission can invoke the function

ID Hanya pemilik fungsi atau akun AWS lain yang pemiliknya memberikan izin yang dapat memanggil fungsi tersebut

inglês indonésio
function fungsi
owner pemilik
another lain
aws aws
account akun
permission izin
can dapat
or atau
the yang

EN ” When X-Ray is enabled for your Lambda function, AWS Lambda will emit tracing information to X-Ray regarding the Lambda service overhead incurred when invoking your function

ID Hal ini akan memberi Anda wawasan seperti biaya layanan Lambda, waktu inisiasi fungsi, dan waktu eksekusi fungsi

inglês indonésio
service layanan
function fungsi
when hal
the dan
your anda
will akan
to ini
for seperti

EN This will provide you with insights such as Lambda service overhead, function init time, and function execution time

ID Selain itu, Anda dapat menyertakan SDK X-Ray dalam paket deployment Lambda

inglês indonésio
lambda lambda
you anda
will dapat

EN The Lambda Runtime Interface Emulator allows the function packaged as a container image to accept HTTP requests during local testing with tools like cURL, and surface them via the same interface locally to the function

ID Lambda Runtime Interface Emulator memungkinkan fungsi yang dikemas sebagai gambar kontainer menerima permintaan HTTP selama pengujian lokal dengan alat seperti cURL, dan menampilkannya melalui antarmuka yang sama secara lokal ke fungsi tersebut

inglês indonésio
lambda lambda
runtime runtime
interface antarmuka
allows memungkinkan
function fungsi
packaged dikemas
container kontainer
image gambar
http http
requests permintaan
testing pengujian
tools alat
to ke
local lokal
the dan
same sama
as sebagai
during selama

EN If the concurrency of a function reaches the configured level, subsequent invocations of the function have the latency and scale characteristics of regular Lambda functions

ID Jika konkurensi suatu fungsi mencapai level yang telah dikonfigurasi, pemanggilan fungsi berikutnya akan memiliki karakteristik latensi dan skala fungsi Lambda reguler

inglês indonésio
concurrency konkurensi
configured dikonfigurasi
level level
latency latensi
scale skala
characteristics karakteristik
regular reguler
lambda lambda
if jika
functions fungsi
the dan
have memiliki

EN When the function is first invoked, the file system is automatically mounted and made available to function code

ID Ketika fungsi dipanggil pertama kali, sistem file akan dipasang secara otomatis dan disediakan untuk kode fungsi

inglês indonésio
function fungsi
invoked dipanggil
file file
system sistem
code kode
when ketika
first pertama
the dan
to untuk
automatically otomatis

EN For example, if an extension performs compute-intensive operations, you may see your function execution duration increase because the extension and your function code share the same CPU resources

ID Contohnya, jika ekstensi melakukan operasi komputasi intensif, Anda mungkin melihat bahwa durasi eksekusi fungsi Anda meningkat karena ekstensi dan kode fungsi Anda menggunakan sumber daya CPU yang sama

inglês indonésio
extension ekstensi
operations operasi
duration durasi
code kode
cpu cpu
compute komputasi
intensive intensif
if jika
may mungkin
see melihat
execution eksekusi
function fungsi
the dan
same sama
because karena

EN You can associate existing Lambda functions with CloudFront events for global invocation if the function satisfies the Lambda@Edge service requirements and limits. Read more here on how to update your function properties.

ID Anda dapat mengaitkan fungsi Lambda yang sudah ada dengan kejadian CloudFront untuk permintaan global jika fungsi tersebut memenuhi persyaratan dan batasan layanan Lambda@Edge. Baca selengkapnya di sini cara memperbarui properti fungsi Anda.

inglês indonésio
lambda lambda
cloudfront cloudfront
events kejadian
global global
requirements persyaratan
limits batasan
properties properti
if jika
service layanan
can dapat
update memperbarui
read baca
here sini
functions fungsi
the dan
to untuk

EN Yes. When you update a Lambda function, there will be a brief window of time, typically less than a minute, when requests could be served by either the old or the new version of your function.

ID Ya. Ketika Anda memperbarui fungsi Lambda, akan ada jendela waktu singkat, biasanya kurang dari satu menit, ketika permintaan dapat disajikan oleh versi lama atau versi baru dari fungsi Anda.

inglês indonésio
update memperbarui
lambda lambda
function fungsi
brief singkat
window jendela
typically biasanya
less kurang
requests permintaan
old lama
time waktu
new baru
version versi
when ketika
minute menit
yes ya
or atau
of satu
there ada
the akan
by oleh

EN Access controls are managed through the Lambda function role. The role you assign to your Lambda function also determines which resource(s) AWS Lambda can poll on its behalf. Visit the Lambda Developer Guide to learn more.

ID Kontrol akses dikelola melalui peran fungsi Lambda. Peran yang Anda berikan untuk fungsi Lambda juga menentukan sumber daya mana yang dapat diminta oleh AWS Lambda untuk dirinya sendiri. Kunjungi Panduan Pengembang Lambda untuk mempelajari selengkapnya.

inglês indonésio
access akses
controls kontrol
managed dikelola
lambda lambda
function fungsi
role peran
aws aws
can dapat
visit kunjungi
developer pengembang
guide panduan
also juga
through melalui
more selengkapnya
to learn mempelajari
resource sumber daya
to untuk

EN You can use Node.js' child_process command to execute a binary that you included in your function or any executable from Amazon Linux that is visible to your function

ID Anda dapat menggunakan perintah child_process Node.js untuk mengeksekusi biner yang telah dimasukkan ke dalam fungsi atau eksekusi apa pun dari Amazon Linux yang terlihat oleh fungsi Anda

inglês indonésio
node node
command perintah
amazon amazon
linux linux
visible terlihat
or atau
can dapat
to ke
in dalam
function fungsi
process menggunakan

EN Currently, the function execution response is returned after function execution and extension execution have been completed

ID Untuk saat ini, respons eksekusi fungsi dikembalikan setelah eksekusi fungsi dan eksekusi ekstensi telah selesai

inglês indonésio
currently saat ini
extension ekstensi
after setelah
function fungsi
execution eksekusi
the dan

EN Lambda invokes your function in an execution environment, which provides a secure and isolated runtime where your function code is executed

ID Lambda memanggil fungsi Anda di lingkungan eksekusi, yang menyediakan waktu aktif yang aman dan terisolasi tempat kode fungsi Anda dieksekusi

inglês indonésio
lambda lambda
in di
environment lingkungan
code kode
secure aman
provides menyediakan
function fungsi
execution eksekusi
and dan
is yang

EN If you are using Node.js or Python, you can author the code for your function using code editor in the AWS Lambda console, which lets you author and test your functions, and view the results of function executions in a robust, IDE-like environment

ID Jika menggunakan Node.js atau Phyton, Anda dapat menulis kode untuk fungsi Anda dengan editor kode di konsol AWS Lambda yang memungkinkan untuk menulis dan menguji fungsi Anda, dan melihat hasil eksekusi fungsi dalam lingkungan yang kuat dan seperti IDE

inglês indonésio
node node
code kode
editor editor
aws aws
lambda lambda
test menguji
view melihat
robust kuat
environment lingkungan
if jika
results hasil
or atau
can dapat
lets memungkinkan
in di
functions fungsi
the dan
like seperti
for untuk

EN Yes. By default, each AWS Lambda function has a single, current version of the code. Clients of your Lambda function can call a specific version or get the latest implementation. Please read our documentation on versioning Lambda functions.

ID Ya. Secara default, setiap fungsi AWS Lambda memiliki satu versi kode terkini. Klien fungsi Lambda Anda dapat memanggil versi tertentu atau mendapatkan implementasi terbaru. Baca dokumentasi kami tentang versi fungsi Lambda.

inglês indonésio
default default
lambda lambda
code kode
clients klien
documentation dokumentasi
aws aws
version versi
can dapat
read baca
yes ya
or atau
get mendapatkan
each setiap
your anda
latest terbaru
our kami
functions fungsi
of satu
has memiliki
on tentang

EN You can trigger a Lambda function on DynamoDB table updates by subscribing your Lambda function to the DynamoDB Stream associated with the table

ID Anda dapat memicu fungsi Lambda pada pembaruan tabel DynamoDB dengan berlangganan fungsi Lambda Anda ke DynamoDB Stream yang terkait dengan tabel

inglês indonésio
lambda lambda
function fungsi
dynamodb dynamodb
table tabel
associated terkait
to ke
can dapat
with dengan
the yang
on pada

EN Only the function owner or another AWS account that the owner has granted permission can invoke the function

ID Hanya pemilik fungsi atau akun AWS lain yang pemiliknya memberikan izin yang dapat memanggil fungsi tersebut

inglês indonésio
function fungsi
owner pemilik
another lain
aws aws
account akun
permission izin
can dapat
or atau
the yang

EN ” When X-Ray is enabled for your Lambda function, AWS Lambda will emit tracing information to X-Ray regarding the Lambda service overhead incurred when invoking your function

ID Hal ini akan memberi Anda wawasan seperti biaya layanan Lambda, waktu inisiasi fungsi, dan waktu eksekusi fungsi

inglês indonésio
service layanan
function fungsi
when hal
the dan
your anda
will akan
to ini
for seperti

EN This will provide you with insights such as Lambda service overhead, function init time, and function execution time

ID Selain itu, Anda dapat menyertakan SDK X-Ray dalam paket deployment Lambda

inglês indonésio
lambda lambda
you anda
will dapat

EN The Lambda Runtime Interface Emulator allows the function packaged as a container image to accept HTTP requests during local testing with tools like cURL, and surface them via the same interface locally to the function

ID Lambda Runtime Interface Emulator memungkinkan fungsi yang dikemas sebagai gambar kontainer menerima permintaan HTTP selama pengujian lokal dengan alat seperti cURL, dan menampilkannya melalui antarmuka yang sama secara lokal ke fungsi tersebut

inglês indonésio
lambda lambda
runtime runtime
interface antarmuka
allows memungkinkan
function fungsi
packaged dikemas
container kontainer
image gambar
http http
requests permintaan
testing pengujian
tools alat
to ke
local lokal
the dan
same sama
as sebagai
during selama

EN If the concurrency of a function reaches the configured level, subsequent invocations of the function have the latency and scale characteristics of regular Lambda functions

ID Jika konkurensi suatu fungsi mencapai level yang telah dikonfigurasi, pemanggilan fungsi berikutnya akan memiliki karakteristik latensi dan skala fungsi Lambda reguler

inglês indonésio
concurrency konkurensi
configured dikonfigurasi
level level
latency latensi
scale skala
characteristics karakteristik
regular reguler
lambda lambda
if jika
functions fungsi
the dan
have memiliki

EN When the function is first invoked, the file system is automatically mounted and made available to function code

ID Ketika fungsi dipanggil pertama kali, sistem file akan dipasang secara otomatis dan disediakan untuk kode fungsi

inglês indonésio
function fungsi
invoked dipanggil
file file
system sistem
code kode
when ketika
first pertama
the dan
to untuk
automatically otomatis

EN For example, if an extension performs compute-intensive operations, you may see your function execution duration increase because the extension and your function code share the same CPU resources

ID Contohnya, jika ekstensi melakukan operasi komputasi intensif, Anda mungkin melihat bahwa durasi eksekusi fungsi Anda meningkat karena ekstensi dan kode fungsi Anda menggunakan sumber daya CPU yang sama

inglês indonésio
extension ekstensi
operations operasi
duration durasi
code kode
cpu cpu
compute komputasi
intensive intensif
if jika
may mungkin
see melihat
execution eksekusi
function fungsi
the dan
same sama
because karena

EN You can associate existing Lambda functions with CloudFront events for global invocation if the function satisfies the Lambda@Edge service requirements and limits. Read more here on how to update your function properties.

ID Anda dapat mengaitkan fungsi Lambda yang sudah ada dengan kejadian CloudFront untuk permintaan global jika fungsi tersebut memenuhi persyaratan dan batasan layanan Lambda@Edge. Baca selengkapnya di sini cara memperbarui properti fungsi Anda.

inglês indonésio
lambda lambda
cloudfront cloudfront
events kejadian
global global
requirements persyaratan
limits batasan
properties properti
if jika
service layanan
can dapat
update memperbarui
read baca
here sini
functions fungsi
the dan
to untuk

EN Yes. When you update a Lambda function, there will be a brief window of time, typically less than a minute, when requests could be served by either the old or the new version of your function.

ID Ya. Ketika Anda memperbarui fungsi Lambda, akan ada jendela waktu singkat, biasanya kurang dari satu menit, ketika permintaan dapat disajikan oleh versi lama atau versi baru dari fungsi Anda.

inglês indonésio
update memperbarui
lambda lambda
function fungsi
brief singkat
window jendela
typically biasanya
less kurang
requests permintaan
old lama
time waktu
new baru
version versi
when ketika
minute menit
yes ya
or atau
of satu
there ada
the akan
by oleh

EN Access controls are managed through the Lambda function role. The role you assign to your Lambda function also determines which resource(s) AWS Lambda can poll on its behalf. Visit the Lambda Developer Guide to learn more.

ID Kontrol akses dikelola melalui peran fungsi Lambda. Peran yang Anda berikan untuk fungsi Lambda juga menentukan sumber daya mana yang dapat diminta oleh AWS Lambda untuk dirinya sendiri. Kunjungi Panduan Pengembang Lambda untuk mempelajari selengkapnya.

inglês indonésio
access akses
controls kontrol
managed dikelola
lambda lambda
function fungsi
role peran
aws aws
can dapat
visit kunjungi
developer pengembang
guide panduan
also juga
through melalui
more selengkapnya
to learn mempelajari
resource sumber daya
to untuk

EN You can use Node.js' child_process command to execute a binary that you included in your function or any executable from Amazon Linux that is visible to your function

ID Anda dapat menggunakan perintah child_process Node.js untuk mengeksekusi biner yang telah dimasukkan ke dalam fungsi atau eksekusi apa pun dari Amazon Linux yang terlihat oleh fungsi Anda

inglês indonésio
node node
command perintah
amazon amazon
linux linux
visible terlihat
or atau
can dapat
to ke
in dalam
function fungsi
process menggunakan

EN Currently, the function execution response is returned after function execution and extension execution have been completed

ID Untuk saat ini, respons eksekusi fungsi dikembalikan setelah eksekusi fungsi dan eksekusi ekstensi telah selesai

inglês indonésio
currently saat ini
extension ekstensi
after setelah
function fungsi
execution eksekusi
the dan

EN Moreover, browsing anonymously can becomes rather annoying when everything has a huge delay

ID Lebih dari itu, browsing secara anonim menjadi sedikit menyebalkan saat semuanya memiliki penundaan yang besar

inglês indonésio
anonymously anonim
everything semuanya
huge besar
when saat
moreover lebih
has memiliki
a dari

EN Pair that with anti-leak protection, an automatic kill switch, and an ironclad no-logging policy, and it becomes apparent why ExpressVPN is at the top of our list of the best VPN providers for 2021

ID Digabungkan dengan perlindungan anti bocor, tombol mati daya otomatis, dan kebijakan no log yang ketat, maka jadi jelas alasan ExpressVPN berada di peringkat atas dalam daftar penyedia VPN terbaik pilihan kami untuk tahun 2021

inglês indonésio
protection perlindungan
automatic otomatis
switch tombol
policy kebijakan
expressvpn expressvpn
vpn vpn
providers penyedia
logging log
list daftar
best terbaik
the dan
for untuk

EN The virtual router on Windows works approximately the same way: your Windows computer becomes a new Wi-Fi transmitter that other devices can use to access the internet.

ID Router virtual di Windows bekerja kurang lebih sama: komputer Windows Anda menjadi penyebar Wi-Fi yang dapat digunakan oleh perangkat lain untuk mengakses internet.

inglês indonésio
virtual virtual
router router
windows windows
internet internet
other lain
can dapat
computer komputer
devices perangkat
access mengakses
your anda
use digunakan
same sama
the yang
to untuk

EN Any chance of a virus or other digital infection becomes significantly smaller

ID Kemungkinan adanya virus atau infeksi digital lain secara signifikan berkurang

inglês indonésio
chance kemungkinan
virus virus
other lain
digital digital
significantly secara signifikan
or atau

EN The bigger these data sets are, the more interesting it becomes for thieves to try to obtain them

ID Semakin besar datasetnya, semakin menarik bagi pencuri

inglês indonésio
interesting menarik

EN Sometimes this means a website becomes extremely slow, but is also happens that a website isn’t accessible to users at all

ID Terkadang ini artinya sebuah situs menjadi sangat lambat, tapi bisa juga sebuah situs sama sekali tidak bisa diakses oleh pengguna

inglês indonésio
website situs
users pengguna
means artinya
but tapi
also juga
a sebuah

EN Combine this with a visit to Cathedral caves which soar skywards from the sandy shore, and your visit becomes a unique experience you’ll never forget.

ID Kombinasikan ini dengan kunjungan ke gua Cathedral yang menjulang tinggi dari pantai, dan kunjungan Anda akan menjadi pengalaman unik tak terlupakan.

inglês indonésio
visit kunjungan
experience pengalaman
unique unik
to ke
the dan
this ini

EN Several times, it becomes essential for people to share documents in PDF format

ID Beberapa kali, penting bagi orang untuk berbagi dokumen dalam format PDF

inglês indonésio
times kali
essential penting
documents dokumen
people orang
pdf pdf
format format
share berbagi
in dalam

EN So, at that time, it becomes essential to convert your PDF file into Word format that enables you to add any information, images, or graphs in your content without any hurdle

ID Jadi, pada saat itu, sangat penting untuk mengubahAnda file PDF ke dalam Word format yang memungkinkan Anda untuk menambahkan informasi, gambar, atau grafik apa pun di konten Anda tanpa ada hambatan

inglês indonésio
essential penting
enables memungkinkan
images gambar
pdf pdf
information informasi
content konten
to ke
file file
format format
or atau
add menambahkan
so jadi
in di
without tanpa
that yang

EN YOUR BRAND BECOMES THE PROTAGONIST IN A WEBTOON ORIGINAL

ID BRAND ANDA ADALAH PEMERAN UTAMA SERIAL WEBTOON.

inglês indonésio
webtoon webtoon
your anda
a adalah

EN The evidence Audit Manager continuously collects from the AWS services you use becomes a record containing the information needed to demonstrate compliance with control requirements

ID Bukti yang dikumpulkan Audit Manager secara berkelanjutan dari layanan AWS yang Anda gunakan menjadi catatan yang berisi informasi yang diperlukan untuk menunjukkan kepatuhan dengan persyaratan kontrol

inglês indonésio
evidence bukti
audit audit
aws aws
record catatan
needed diperlukan
compliance kepatuhan
control kontrol
requirements persyaratan
information informasi
services layanan
you anda
use gunakan
the yang
to untuk
with dengan

EN Aside from being a conservation area, PPKAB becomes an ecotourism area with a series of points of interest in the form of phenomena from tropical rain forests, as well as various types of plants and animals endemic to Java.

ID Selain sebagai kawasan konservasi, PPKAB menjadi kawasan ecotourism dengan rangkaian point of interest berupa fenomena dari hutan hujan tropis, serta berbagai macam jenis tumbuhan dan satwa endemik Jawa.

inglês indonésio
conservation konservasi
series rangkaian
forests hutan
java jawa
area kawasan
various berbagai
types jenis
as sebagai
the dan

EN During a pandemic like this, it becomes a moment for some Hollywood artists to engage with their lovers. Some of them were...

ID DJKI (Direktorat Jenderal Kekayaan Intelektual) ikut berkomentar soal polemik Warkopi dengan Warkop DKI. Mereka mengaku siap untuk menjadi jembatan bagi kedua belah...

EN The skin becomes the most important organ of the body because of its location throughout the entire area of the body. So...

ID Vitamin memang sangat penting bagi kesehatan tubuh. Salah satu vitamin yang sangat penting yaitu vitamin C.  Vitamin ini terbukti dapat memperkuat daya...

inglês indonésio
body tubuh
important penting
of satu

EN Spotify Becomes Trending Twitter After Kpop Music Disappears From Kakao M, Why?

ID Lewat Lagu Baru ‘Butter’, BTS Incar Grammy Hingga Cetak Rekor Baru Di YouTube

inglês indonésio
from hingga

Mostrando 50 de 50 traduções