mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-05-08 16:24:36 +00:00
add
This commit is contained in:
parent
a21040fa29
commit
c1be4e2e5e
@ -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"
|
||||
}
|
||||
@ -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'),
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user