Steam'i Yükleyin
giriş
|
dil
简体中文 (Basitleştirilmiş Çince)
繁體中文 (Geleneksel Çince)
日本語 (Japonca)
한국어 (Korece)
ไทย (Tayca)
Български (Bulgarca)
Čeština (Çekçe)
Dansk (Danca)
Deutsch (Almanca)
English (İngilizce)
Español - España (İspanyolca - İspanya)
Español - Latinoamérica (İspanyolca - Latin Amerika)
Ελληνικά (Yunanca)
Français (Fransızca)
Italiano (İtalyanca)
Bahasa Indonesia (Endonezce)
Magyar (Macarca)
Nederlands (Hollandaca)
Norsk (Norveççe)
Polski (Lehçe)
Português (Portekizce - Portekiz)
Português - Brasil (Portekizce - Brezilya)
Română (Rumence)
Русский (Rusça)
Suomi (Fince)
Svenska (İsveççe)
Tiếng Việt (Vietnamca)
Українська (Ukraynaca)
Bir çeviri sorunu bildirin
dodaj do znaj prosze, mam pytanie
nwm dlaczego nie moge dodac z maina
╭━━━╮ ╭━━━╮
┃╭┈┈╰━━━╯┈┈╮┃
╰┓╭━━╮ ╭━━╮┏╯
┃┃╭╮┃ ┃╭╮┃┃
┃╰┻┻╯▃╰┻┻╯┃
┃ ╰━╯ ┃
╰━┓ ┏━╯
┃┈╮ ╭┈┃
┃╰╯ ╰╯┃
╰┓┏━┓┏╯
╰╯ ╰╯
dodaj prosze, mam pytanie
▏┈╲┈▏┈╲
╲┈▕┈╲┈▕
┈╲▕┈┈╲▕
┈╱┈▔▔▔┈╲
▕╭┈╮┈╭┈╮▏ (\ /)
╱┊▉┊┈┊▉┊╲ ╭╮╭╮ ( . .) 💙
▏┈┳▕▇▏┳┈▕ ┃┃┃┃ c(")(")
╲┈╰┳┻┳╯┈╱ ┃┃┃┃ ╭━━━╮
┈▔▏┗┻┛▕▔┈╱╲ ╭┛┗┛┗╮ ╭╯+REP💙
┈╱▕╲▂╱▏╲╱┈╱ ┃┈▆┈▆┃ ┃
╱┈▕╱▔╲▏┈┈╱ ┃┈┈▅┈┃ ╰┳━━━╯
┈╱▏┈┈┈▕╲╱ ┃┈╰┻╯┃━
pptSlide.Shapes(2).TextFrame.TextRange.Text = "These vessels are crucial for maintaining maritime security, protecting vital infrastructure, preventing smuggling, and ensuring safe and secure navigation."
' Slide 10: Conclusion
slideIndex = slideIndex + 1
Set pptSlide = pptPresentation.Slides.Add(slideIndex, ppLayoutText)
pptSlide.Shapes(1).TextFrame.TextRange.Text = "Conclusion"
pptSlide.Shapes(2).TextFrame.TextRange.Text = "In conclusion, security and patrol vessels are indispensable tools in safeguarding our maritime interests and maintaining law and order on the high seas."
' Clean up
Set pptSlide = Nothing
Set pptPresentation = Nothing
Set pptApp = Nothing
End Sub