chore: Mark all missing translation keys
This commit is contained in:
@@ -1,20 +1,27 @@
|
||||
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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user