Files
planka/client/src/locales/tr-TR/login.js
T

28 lines
873 B
JavaScript
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.
export default {
translation: {
common: {
activeUsersLimitReached: null,
emailAlreadyInUse: 'E-posta adresi zaten kullanımda',
emailOrUsername: 'E-posta adresi veya Kullanıcı adı',
invalidCredentials: null,
invalidEmailOrUsername: 'Geçersiz e-posta adresi veya kullanıcı adı',
invalidPassword: 'Hatalı Şifre',
logIn_title: null,
noInternetConnection: 'Internet bağlantısı yok',
or: null,
pageNotFound_title: 'Sayfa bulunamadı',
password: 'Şifre',
poweredByPlanka: null,
serverConnectionFailed: 'Sunucu bağlantı hatası',
unknownError: 'Bilinmeyen Hata, daha sonra tekrar deneyin',
useSingleSignOn: null,
usernameAlreadyInUse: 'Kullanıcı adı zaten kullanımda',
},
action: {
logIn: 'Giriş Yap',
logInWithSso: null,
},
},
};