From 1fa0bc49a3975b733407940a6cafa8120ecc219a Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Wed, 20 Dec 2023 13:48:04 +0100 Subject: [PATCH] New translations edit.json (Turkish) --- public/locales/tr/manage/users/edit.json | 32 ++++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/public/locales/tr/manage/users/edit.json b/public/locales/tr/manage/users/edit.json index 18101634d6d..caf833cb18b 100644 --- a/public/locales/tr/manage/users/edit.json +++ b/public/locales/tr/manage/users/edit.json @@ -1,6 +1,6 @@ { - "metaTitle": "", - "back": "", + "metaTitle": "Kullanıcı {{username}}", + "back": "Kullanıcı Yönetimine dön", "sections": { "general": { "title": "Genel", @@ -14,40 +14,40 @@ } }, "security": { - "title": "", + "title": "Güvenlik", "inputs": { "password": { - "label": "" + "label": "Yeni parola" }, "terminateExistingSessions": { - "label": "", - "description": "" + "label": "Mevcut oturumları sonlandır", + "description": "Kullanıcıyı cihazlarında tekrar oturum açmaya zorlar" }, "confirm": { "label": "Onayla", - "description": "" + "description": "Parola güncellenecektir. İşlem geri alınamaz." } } }, "roles": { - "title": "", - "currentRole": "", + "title": "Roller", + "currentRole": "Mevcut rol: ", "badges": { - "owner": "", - "admin": "", - "normal": "" + "owner": "Sahip", + "admin": "Yönetici", + "normal": "Normal" } }, "deletion": { - "title": "", + "title": "Hesap silme", "inputs": { "confirmUsername": { - "label": "", - "description": "" + "label": "Kullanıcı adını onaylayın", + "description": "Silme işlemini onaylamak için kullanıcı adını yazın" }, "confirm": { "label": "Kalıcı olarak sil", - "description": "" + "description": "Bu işlemin kalıcı olduğunun ve tüm hesap verilerinin kaybolacağının farkındayım." } } }