|
12 | 12 | "client.server_ws_url_repair_failed": "Geçersiz server adresi: %v\n", |
13 | 13 | "client.server_ws_url_repair_prompt": "server_ws_url düzeltmek için ROAD server adresini girin (varsayılan: %s): ", |
14 | 14 | "client.starting": "Client başlatılıyor...", |
| 15 | + "client.ready": "ROAD Client hazır.", |
| 16 | + "client.game_target_line": "Oyunda/server adresi olarak bunu yazın: %s\n", |
| 17 | + "client.game_host_port_line": "Oyun ayrı alan istiyorsa Host/IP=%s Port=%s girin.\n", |
| 18 | + "client.remote_line": "Bağlı ROAD server: %s\n", |
| 19 | + "client.active_plugin_line": "Aktif plugin: %s\n", |
| 20 | + "client.stop_hint": "Durdurmak için Ctrl+C.", |
| 21 | + "client.logs_follow": "Teknik loglar aşağıda; normal kullanımda bu kısmı izlemeniz gerekmez.", |
15 | 22 | "common.error_line": "Hata: %v\n\n", |
16 | 23 | "common.runtime_line": "Çalışma dizini: %s\n", |
17 | 24 | "config.template_load_failed": "template config okunamadı (%s): %w", |
|
72 | 79 | "protocol.unsupported": "desteklenmeyen protokol: %s", |
73 | 80 | "public.auth_header_line": "Auth header: %s\n", |
74 | 81 | "public.auth_token_line": "Auth token: %s\n", |
| 82 | + "public.share_header": "Arkadaşına/client tarafına şu bilgileri verin:", |
| 83 | + "public.client_endpoint_line": " ROAD adresi: %s\n", |
| 84 | + "public.client_token_line": " Auth token: %s\n", |
| 85 | + "public.client_plugin_line": " Plugin: %s\n", |
| 86 | + "public.host_header": "Host tarafı:", |
| 87 | + "public.advanced_header": "Teknik bilgiler:", |
75 | 88 | "public.choice_1_4_default_1": "Seçim (1-4, varsayılan: 1): ", |
76 | 89 | "public.client_config_line": "Client config: %s\n", |
77 | 90 | "public.cloudflare_mode": "Cloudflare modu:", |
|
127 | 140 | "cloudflared.tunnel_reuse_prompt": "Mevcut tunnel yeniden kullanılsın mı?", |
128 | 141 | "cloudflared.tunnel_reusing_uuid": "Mevcut tunnel kullanılıyor: %s\n", |
129 | 142 | "cloudflared.tunnel_url_wait": "Tunnel URL bekleniyor", |
| 143 | + "cloudflared.tunnel_url_ready": "Tunnel başladı: %s\n", |
130 | 144 | "cloudflared.tunnel_uuid_missing": "Uyarı: tunnel UUID bulunamadı, isim ile devam edilecek.", |
131 | 145 | "runtime.generated_config_dir_failed": "generated config klasörü oluşturulamadı: %w", |
132 | 146 | "runtime.marshal_failed": "%s yazılamadı: %w", |
|
0 commit comments