```
move () {
FROM=$1 TO=$2 find public/locales -type f -exec sh -c 'jq ".$TO = .\"$FROM\" | del(.\"$FROM\") | del(..|nulls) | select(length > 0)" {} | sponge {}' \;
}
move "Avatar" "common.avatar"
move "Camera" "common.camera"
move "Close" "action.close"
move "Copied!" "common.copied"
move "Copy" "action.copy"
move "Copy link" "action.copy_link"
move "Encrypted" "common.encrypted"
move "Go" "action.go"
move "Home" "common.home"
move "Invite" "action.invite"
move "Loading…" "common.loading"
move "Microphone" "common.microphone"
move "No" "action.no"
move "Not encrypted" "common.unencrypted"
move "Password" "common.password"
move "Profile" "common.profile"
move "Username" "common.username"
move "Video" "common.video"
move "Register" "action.register"
move "Remove" "action.remove"
move "Settings" "common.settings"
move "Sign in" "action.sign_in"
move "Sign out" "action.sign_out"
move "Submit" "action.submit"
move "User menu" "a11y.user_menu"
move "Audio" "common.audio"
move "Display name" "common.display_name"
```
57 lines
2.6 KiB
JSON
57 lines
2.6 KiB
JSON
{
|
||
"<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>": "<0>Hesabınızı tutmak için niye bir parola açmıyorsunuz?</0><1>Böylece ileriki aramalarda adınızı ve avatarınızı kullanabileceksiniz</1>",
|
||
"Another user on this call is having an issue. In order to better diagnose these issues we'd like to collect a debug log.": "Bu aramadaki başka bir kullanıcı sorun yaşıyor. Sorunu daha iyi çözebilmemiz için hata ayıklama kütüğünü almak isteriz.",
|
||
"Confirm password": "Parolayı tekrar edin",
|
||
"Create account": "Hesap aç",
|
||
"Debug log request": "Hata ayıklama kütük istemi",
|
||
"Developer": "Geliştirici",
|
||
"Exit full screen": "Tam ekranı terk et",
|
||
"Full screen": "Tam ekran",
|
||
"Include debug logs": "Hata ayıklama kütüğünü dahil et",
|
||
"Join call": "Aramaya katıl",
|
||
"Join call now": "Aramaya katıl",
|
||
"Join existing call?": "Mevcut aramaya katıl?",
|
||
"Local volume": "Yerel ses seviyesi",
|
||
"Logging in…": "Giriliyor…",
|
||
"Login": "Gir",
|
||
"Login to your account": "Hesabınıza girin",
|
||
"More": "Daha",
|
||
"Not now, return to home screen": "Şimdi değil, ev ekranına dön",
|
||
"Not registered yet? <2>Create an account</2>": "Kaydolmadınız mı? <2>Hesap açın</2>",
|
||
"Passwords must match": "Parolalar aynı olmalı",
|
||
"Recaptcha dismissed": "reCAPTCHA atlandı",
|
||
"Recaptcha not loaded": "reCAPTCHA yüklenmedi",
|
||
"Registering…": "Kaydediyor…",
|
||
"Return to home screen": "Ev ekranına geri dön",
|
||
"Select an option": "Bir seçenek seç",
|
||
"Send debug logs": "Hata ayıklama kütüğünü gönder",
|
||
"Sending…": "Gönderiliyor…",
|
||
"Share screen": "Ekran paylaş",
|
||
"Submit feedback": "Geri bildirim ver",
|
||
"This call already exists, would you like to join?": "Bu arama zaten var, katılmak ister misiniz?",
|
||
"<0>Create an account</0> Or <2>Access as a guest</2>": "<0>Hesap oluştur</0> yahut <2>Konuk olarak gir</2>",
|
||
"<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>": "<0>Mevcut hesabınız mı var?</0><1><0>Gir</0> yahut <2>Konuk girişi</2></1>",
|
||
"common": {
|
||
"avatar": "Avatar",
|
||
"camera": "Kamera",
|
||
"copied": "Kopyalandı",
|
||
"home": "Ev",
|
||
"loading": "Yükleniyor…",
|
||
"microphone": "Mikrofon",
|
||
"password": "Parola",
|
||
"settings": "Ayarlar",
|
||
"audio": "Ses",
|
||
"display_name": "Ekran adı"
|
||
},
|
||
"action": {
|
||
"close": "Kapat",
|
||
"go": "Git",
|
||
"no": "Hayır",
|
||
"register": "Kaydol",
|
||
"remove": "Çıkar",
|
||
"sign_in": "Gir",
|
||
"sign_out": "Çık"
|
||
},
|
||
"a11y": {}
|
||
}
|