This commit is contained in:
WINZORT 2024-04-06 16:13:09 +03:00
parent a21040fa29
commit c1be4e2e5e
2 changed files with 10 additions and 2 deletions

View File

@ -314,4 +314,11 @@
"contribute_on_github": "GitHub'a katkıda bulunun",
"donate_on_open_collective": "Open Collective'e bağış yapın",
"browse_anonymously": "Anonim Olarak Göz at"
"enable_connect": "Bağlantıyı Etkinleştir",
"enable_connect_description": "Spotube'u diğer cihazlardan kontrol edin",
"devices": "Cihazlar",
"select": "Seç",
"connect_client_alert": "{client} tarafından kontrol ediliyorsun.",
"this_device": "Bu Cihaz",
"remote": "Yönet"
}

View File

@ -7,10 +7,11 @@
/// TexturedPolak@github => Polish
/// yuri-val@github => Ukrainian
/// energywave@github, ncvescera@github, OpenCode@github => Italian
/// mdksec@github => Turkish
/// mikropsoft@github => Turkish
/// Stephan-P@github, SecularSteve@github => Dutch
/// doannc2212@github => Vietnamese
/// sappho192@github => Korean
library;
import 'package:flutter/material.dart';
class L10n {
@ -37,4 +38,4 @@ class L10n {
const Locale('zh', 'CN'),
const Locale('vi', 'VN'),
];
}
}