mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Merge pull request #2808 from TeamPiped/weblate
Translations update from Hosted Weblate
This commit is contained in:
commit
1a4a7148d2
3 changed files with 9 additions and 3 deletions
|
@ -190,7 +190,9 @@
|
|||
},
|
||||
"login": {
|
||||
"username": "اسم المستخدم",
|
||||
"password": "كلمة السر"
|
||||
"password": "كلمة السر",
|
||||
"passwords_incorrect": "كلمة المرور لم تتطابق!",
|
||||
"password_confirm": "تأكيد كلمة المرور"
|
||||
},
|
||||
"subscriptions": {
|
||||
"subscribed_channels_count": "مشترك في: {0}"
|
||||
|
|
|
@ -162,7 +162,9 @@
|
|||
},
|
||||
"login": {
|
||||
"username": "Uživatelské jméno",
|
||||
"password": "Heslo"
|
||||
"password": "Heslo",
|
||||
"password_confirm": "Potvrzení hesla",
|
||||
"passwords_incorrect": "Hesla se neshodují!"
|
||||
},
|
||||
"video": {
|
||||
"videos": "Videa",
|
||||
|
|
|
@ -178,7 +178,9 @@
|
|||
},
|
||||
"login": {
|
||||
"password": "Parola",
|
||||
"username": "Kullanıcı Adı"
|
||||
"username": "Kullanıcı Adı",
|
||||
"password_confirm": "Parolayı doğrula",
|
||||
"passwords_incorrect": "Parolalar eşleşmiyor!"
|
||||
},
|
||||
"search": {
|
||||
"did_you_mean": "Bunu mu demek istediniz: {0}?",
|
||||
|
|
Loading…
Reference in a new issue