Charles 0ccb248d91
Add Languages (#1499)
Co-authored-by: Boy132 <mail@boy132.de>
2025-07-08 21:16:11 -04:00

31 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'nav_title' => 'Bağlamalar',
'model_label' => 'Bağlama',
'model_label_plural' => 'Bağlamalar',
'name' => 'Ad',
'name_help' => 'Bu bağlamayı diğerlerinden ayırmak için kullanılan benzersiz ad.',
'source' => 'Kaynak',
'source_help' => 'Bir konteynere bağlanacak olan ana sistemdeki dosya yolu.',
'target' => 'Hedef',
'target_help' => 'Bağlamanın bir konteyner içinde erişilebilir olacağı yer.',
'read_only' => 'Salt Okunur?',
'read_only_help' => 'Bağlama konteyner içinde salt okunur mu?',
'description' => 'Açıklama',
'description_help' => 'Bu bağlama için daha uzun bir açıklama.',
'no_mounts' => 'Bağlama Yok',
'eggs' => 'Yumurtalar',
'nodes' => 'Düğümler',
'toggles' => [
'writable' => 'Yazılabilir',
'read_only' => 'Salt Okunur',
],
'table' => [
'name' => 'Ad',
'all_eggs' => 'Tüm Yumurtalar',
'all_nodes' => 'Tüm Düğümler',
'read_only' => 'Salt Okunur',
],
];