chore(translations): update translations via Crowdin (#748)
* New translations en-us.ts (Japanese) * New translations en-us.ts (Turkish) * New translations en-us.ts (Spanish) * New translations en-us.ts (Spanish)
This commit is contained in:
@@ -12,7 +12,7 @@ export default {
|
||||
// END navbar
|
||||
// /
|
||||
"home.title": "Una plataforma <h>autoalojada</h> para compartir archivos.",
|
||||
"home.description": "¿En realidad quieres dejar tus archivos personales en manos de terceros como WeTransfer?",
|
||||
"home.description": "¿De verdad quieres dejar tus archivos personales en manos de terceros como WeTransfer?",
|
||||
"home.bullet.a.name": "Autoalojada",
|
||||
"home.bullet.a.description": "Aloja Pingvin Share en tu propio equipo.",
|
||||
"home.bullet.b.name": "Privacidad",
|
||||
@@ -124,9 +124,9 @@ export default {
|
||||
"account.shares.table.expiresAt": "Vence el",
|
||||
"account.shares.table.createdAt": "Creado el",
|
||||
"account.shares.table.size": "Tamaño",
|
||||
"account.shares.table.password-protected": "Password protected",
|
||||
"account.shares.table.visitor-count": "{count} of {max}",
|
||||
"account.shares.table.expiry-never": "Never",
|
||||
"account.shares.table.password-protected": "Protegido por contraseña",
|
||||
"account.shares.table.visitor-count": "{count} de {max}",
|
||||
"account.shares.table.expiry-never": "Nunca",
|
||||
"account.shares.modal.share-informations": "Información del compartido",
|
||||
"account.shares.modal.share-link": "Enlace",
|
||||
"account.shares.modal.delete.title": "Eliminar enlace compartido: {share}",
|
||||
@@ -296,10 +296,10 @@ export default {
|
||||
"share.edit.notify.save-success": "Compartir actualizado correctamente",
|
||||
// END /share/[id]/edit
|
||||
// /imprint
|
||||
"imprint.title": "Imprint",
|
||||
"imprint.title": "Aviso legal",
|
||||
// END /imprint
|
||||
// /privacy
|
||||
"privacy.title": "Privacy Policy",
|
||||
"privacy.title": "Política de privacidad",
|
||||
// END /privacy
|
||||
// /admin/config
|
||||
"admin.config.title": "Configuración",
|
||||
@@ -344,7 +344,7 @@ export default {
|
||||
"admin.config.share.allow-unauthenticated-shares": "Permitir compartir sin iniciar sesión",
|
||||
"admin.config.share.allow-unauthenticated-shares.description": "Si los usuarios que no han iniciado sesión pueden compartir",
|
||||
"admin.config.share.max-expiration": "Expiración máxima",
|
||||
"admin.config.share.max-expiration.description": "Maximum share expiration. Set to 0 to allow unlimited expiration.",
|
||||
"admin.config.share.max-expiration.description": "Plazo máximo de caducidad. Establecer en 0 para enlaces sin caducidad.",
|
||||
"admin.config.share.share-id-length": "Longitud de ID compartido por defecto",
|
||||
"admin.config.share.share-id-length.description": "Longitud predeterminada para el ID generado de un compartido. Este valor también se usa para generar enlaces compartidos de uso inverso. Un valor inferior a 8 no se considera seguro.",
|
||||
"admin.config.share.max-size": "Tamaño máximo",
|
||||
@@ -449,31 +449,31 @@ export default {
|
||||
"admin.config.notify.logo-success": "Logo actualizado correctamente. Puede tardar unos minutos en actualizarse en el sitio web.",
|
||||
"admin.config.notify.no-changes": "No hay cambios que guardar.",
|
||||
"admin.config.category.s3": "S3",
|
||||
"admin.config.s3.enabled": "Enabled",
|
||||
"admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.",
|
||||
"admin.config.s3.endpoint": "Endpoint",
|
||||
"admin.config.s3.endpoint.description": "The URL of the S3 bucket.",
|
||||
"admin.config.s3.region": "Region",
|
||||
"admin.config.s3.region.description": "The region of the S3 bucket.",
|
||||
"admin.config.s3.bucket-name": "Bucket name",
|
||||
"admin.config.s3.bucket-name.description": "The name of the S3 bucket.",
|
||||
"admin.config.s3.bucket-path": "Path",
|
||||
"admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.",
|
||||
"admin.config.s3.key": "Key",
|
||||
"admin.config.s3.key.description": "The key which allows you to access the S3 bucket.",
|
||||
"admin.config.s3.secret": "Secret",
|
||||
"admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.",
|
||||
"admin.config.s3.enabled": "Habilitado",
|
||||
"admin.config.s3.enabled.description": "Si se debería utilizar S3 en lugar del sistema de archivos local para almacenar los archivos compartidos.",
|
||||
"admin.config.s3.endpoint": "Punto de acceso/endpoint",
|
||||
"admin.config.s3.endpoint.description": "La URL del bucket S3.",
|
||||
"admin.config.s3.region": "Región",
|
||||
"admin.config.s3.region.description": "La región del bucket S3.",
|
||||
"admin.config.s3.bucket-name": "Nombre del bucket",
|
||||
"admin.config.s3.bucket-name.description": "El nombre del bucket S3.",
|
||||
"admin.config.s3.bucket-path": "Ruta",
|
||||
"admin.config.s3.bucket-path.description": "La ruta predeterminada que se debe usar para almacenar los archivos en el bucket S3.",
|
||||
"admin.config.s3.key": "Clave",
|
||||
"admin.config.s3.key.description": "La clave que permite el acceso al bucket S3.",
|
||||
"admin.config.s3.secret": "Secreto",
|
||||
"admin.config.s3.secret.description": "El secreto que permite acceder al bucket S3.",
|
||||
"admin.config.category.legal": "Legal",
|
||||
"admin.config.legal.enabled": "Enable legal notices",
|
||||
"admin.config.legal.enabled.description": "Whether to show a link to imprint and privacy policy in the footer.",
|
||||
"admin.config.legal.imprint-text": "Imprint text",
|
||||
"admin.config.legal.imprint-text.description": "The text which should be shown in the imprint. Supports Markdown. Leave blank to link to an external imprint page.",
|
||||
"admin.config.legal.imprint-url": "Imprint URL",
|
||||
"admin.config.legal.imprint-url.description": "If you already have an imprint page you can link it here instead of using the text field.",
|
||||
"admin.config.legal.privacy-policy-text": "Privacy policy text",
|
||||
"admin.config.legal.privacy-policy-text.description": "The text which should be shown in the privacy policy. Supports Markdown. Leave blank to link to an external privacy policy page.",
|
||||
"admin.config.legal.privacy-policy-url": "Privacy policy URL",
|
||||
"admin.config.legal.privacy-policy-url.description": "If you already have a privacy policy page you can link it here instead of using the text field.",
|
||||
"admin.config.legal.enabled": "Habilitar avisos legales",
|
||||
"admin.config.legal.enabled.description": "Mostrar un enlace al aviso legal y a la política de privacidad en el pie de página.",
|
||||
"admin.config.legal.imprint-text": "Texto del aviso legal",
|
||||
"admin.config.legal.imprint-text.description": "El texto que debería mostrarse en el aviso legal. Soporta Markdown. Dejar en blanco para enlazar a un enlace externo.",
|
||||
"admin.config.legal.imprint-url": "URL del aviso legal",
|
||||
"admin.config.legal.imprint-url.description": "Si ya tiene una página de aviso legal, puede enlazarlo aquí en lugar de utilizar el campo de texto.",
|
||||
"admin.config.legal.privacy-policy-text": "Texto de la política de privacidad",
|
||||
"admin.config.legal.privacy-policy-text.description": "El texto que debe mostrarse en la política de privacidad. Compatible con Markdown. Dejar en blanco para enlazar a una página de política de privacidad externa.",
|
||||
"admin.config.legal.privacy-policy-url": "URL de la política de privacidad",
|
||||
"admin.config.legal.privacy-policy-url.description": "Si ya tiene una página de política de privacidad puede enlazarla aquí en lugar de usar el campo de texto.",
|
||||
// 404
|
||||
"404.description": "Oops esta página no existe.",
|
||||
"404.button.home": "Regrésame al inicio",
|
||||
|
||||
@@ -124,9 +124,9 @@ export default {
|
||||
"account.shares.table.expiresAt": "有効期限",
|
||||
"account.shares.table.createdAt": "作成日",
|
||||
"account.shares.table.size": "サイズ",
|
||||
"account.shares.table.password-protected": "Password protected",
|
||||
"account.shares.table.visitor-count": "{count} of {max}",
|
||||
"account.shares.table.expiry-never": "Never",
|
||||
"account.shares.table.password-protected": "パスワードで保護されています",
|
||||
"account.shares.table.visitor-count": "{count} / {max}",
|
||||
"account.shares.table.expiry-never": "なし",
|
||||
"account.shares.modal.share-informations": "共有情報",
|
||||
"account.shares.modal.share-link": "共有リンク",
|
||||
"account.shares.modal.delete.title": "共有を削除: {share}",
|
||||
@@ -296,10 +296,10 @@ export default {
|
||||
"share.edit.notify.save-success": "共有の更新に成功しました",
|
||||
// END /share/[id]/edit
|
||||
// /imprint
|
||||
"imprint.title": "Imprint",
|
||||
"imprint.title": "インプリント",
|
||||
// END /imprint
|
||||
// /privacy
|
||||
"privacy.title": "Privacy Policy",
|
||||
"privacy.title": "プライバシーポリシー",
|
||||
// END /privacy
|
||||
// /admin/config
|
||||
"admin.config.title": "設定",
|
||||
@@ -344,7 +344,7 @@ export default {
|
||||
"admin.config.share.allow-unauthenticated-shares": "ログインしていない状態での共有を許可する",
|
||||
"admin.config.share.allow-unauthenticated-shares.description": "ログインしていないユーザーに共有の作成を許可するかどうかを選択してください。",
|
||||
"admin.config.share.max-expiration": "有効期限の上限",
|
||||
"admin.config.share.max-expiration.description": "Maximum share expiration. Set to 0 to allow unlimited expiration.",
|
||||
"admin.config.share.max-expiration.description": "共有の最大有効期限。無期限を許可するには0に設定します。",
|
||||
"admin.config.share.share-id-length": "デフォルトの共有IDの長さ",
|
||||
"admin.config.share.share-id-length.description": "共有の生成されたIDのデフォルトの長さ。この値はファイルリクエストのリンクを生成するためにも使用されます。8未満の値は安全ではないと見なされます。",
|
||||
"admin.config.share.max-size": "最大ファイルサイズ",
|
||||
@@ -463,17 +463,17 @@ export default {
|
||||
"admin.config.s3.key.description": "S3バケットにアクセスするためのキー。",
|
||||
"admin.config.s3.secret": "秘密",
|
||||
"admin.config.s3.secret.description": "S3バケットにアクセスするための秘密。",
|
||||
"admin.config.category.legal": "Legal",
|
||||
"admin.config.legal.enabled": "Enable legal notices",
|
||||
"admin.config.legal.enabled.description": "Whether to show a link to imprint and privacy policy in the footer.",
|
||||
"admin.config.legal.imprint-text": "Imprint text",
|
||||
"admin.config.legal.imprint-text.description": "The text which should be shown in the imprint. Supports Markdown. Leave blank to link to an external imprint page.",
|
||||
"admin.config.legal.imprint-url": "Imprint URL",
|
||||
"admin.config.legal.imprint-url.description": "If you already have an imprint page you can link it here instead of using the text field.",
|
||||
"admin.config.legal.privacy-policy-text": "Privacy policy text",
|
||||
"admin.config.legal.privacy-policy-text.description": "The text which should be shown in the privacy policy. Supports Markdown. Leave blank to link to an external privacy policy page.",
|
||||
"admin.config.legal.privacy-policy-url": "Privacy policy URL",
|
||||
"admin.config.legal.privacy-policy-url.description": "If you already have a privacy policy page you can link it here instead of using the text field.",
|
||||
"admin.config.category.legal": "法的事項",
|
||||
"admin.config.legal.enabled": "法的通知を有効にする",
|
||||
"admin.config.legal.enabled.description": "フッターにインプリントとプライバシーポリシーへのリンクを表示するか。",
|
||||
"admin.config.legal.imprint-text": "インプリントテキスト",
|
||||
"admin.config.legal.imprint-text.description": "インプリントに表示されるテキスト。Markdownをサポートします。外部のインプリント ページにリンクするには空白のままにします。",
|
||||
"admin.config.legal.imprint-url": "インプリントのURL",
|
||||
"admin.config.legal.imprint-url.description": "すでにインプリント ページがある場合は、テキストフィールドを使用する代わりにここにリンクすることができます。",
|
||||
"admin.config.legal.privacy-policy-text": "プライバシーポリシーのテキスト",
|
||||
"admin.config.legal.privacy-policy-text.description": "プライバシーポリシーに表示されるテキスト。Markdownをサポートします。外部のプライバシーポリシーにリンクするには空白のままにします。",
|
||||
"admin.config.legal.privacy-policy-url": "プライバシーポリシーのURL",
|
||||
"admin.config.legal.privacy-policy-url.description": "すでにプライバシーポリシーがある場合は、テキストフィールドを使用する代わりにここにリンクすることができます。",
|
||||
// 404
|
||||
"404.description": "ページが見つかりません。",
|
||||
"404.button.home": "ホームに戻る",
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
export default {
|
||||
// Navbar
|
||||
"navbar.upload": "Yükle",
|
||||
"navbar.signin": "Giriş Yap",
|
||||
"navbar.signin": "Giriş yap",
|
||||
"navbar.home": "Ana Sayfa",
|
||||
"navbar.signup": "Sign up",
|
||||
"navbar.signup": "Kaydol",
|
||||
"navbar.links.shares": "Paylaşımlarım",
|
||||
"navbar.links.reverse": "Tersine Paylaşımlar",
|
||||
"navbar.links.reverse": "Ters paylaşımlar",
|
||||
"navbar.avatar.account": "Hesabım",
|
||||
"navbar.avatar.admin": "Yönetim",
|
||||
"navbar.avatar.signout": "Çıkış Yap",
|
||||
"navbar.avatar.signout": "Çıkış yap",
|
||||
// END navbar
|
||||
// /
|
||||
"home.title": "<h>Kişisel barındırılan</h> bir dosya paylaşım platformu.",
|
||||
"home.description": "Kişisel dosyalarınızı WeTransfer gibi üçüncü tarafların eline gerçekten vermek istiyor musunuz?",
|
||||
"home.bullet.a.name": "Kişisel Barındırılan",
|
||||
"home.bullet.a.description": "Pingvin Share'i kendi makinenizde barındırın.",
|
||||
"home.title": "Kendi <h>kendine barındırılan</h> bir dosya paylaşım platformu.",
|
||||
"home.description": "Kişisel dosyalarınızı WeTransfer gibi üçüncü tarafların eline gerçekten vermek ister misiniz?",
|
||||
"home.bullet.a.name": "Kendi Kendine Barındırılan",
|
||||
"home.bullet.a.description": "Pingvin Share'i kendi cihazınızda barındırın.",
|
||||
"home.bullet.b.name": "Gizlilik",
|
||||
"home.bullet.b.description": "Your files are yours and will never be accessed by third parties.",
|
||||
"home.bullet.c.name": "Can sıkıcı dosya boyutu sınırı yok",
|
||||
"home.bullet.c.description": "Upload files as big as you want. Only your hard drive will be your limit.",
|
||||
"home.button.start": "Başlayalım",
|
||||
"home.bullet.b.description": "Dosyalarınız size aittir ve asla üçüncü taraflar tarafından erişilemez.",
|
||||
"home.bullet.c.name": "Can sıkıcı boyut sınırı yok",
|
||||
"home.bullet.c.description": "İstediğiniz kadar büyük dosyaları yükleyin. Sadece sabit diskiniz sınırınız olacak.",
|
||||
"home.button.start": "Başlayın",
|
||||
"home.button.source": "Kaynak kodu",
|
||||
// END /
|
||||
// /auth/signin
|
||||
"signin.title": "Tekrar hoşgeldiniz",
|
||||
"signin.title": "Tekrar hoş geldiniz",
|
||||
"signin.description": "Henüz bir hesabınız yok mu?",
|
||||
"signin.button.signup": "Kaydol",
|
||||
"signin.input.email-or-username": "Eposta veya kullanıcı adı",
|
||||
"signin.input.email-or-username.placeholder": "E-Posta veya kullanıcı adı",
|
||||
"signin.input.email-or-username": "E-posta veya kullanıcı adı",
|
||||
"signin.input.email-or-username.placeholder": "E-posta adresiniz veya kullanıcı adınız",
|
||||
"signin.input.password": "Şifre",
|
||||
"signin.input.password.placeholder": "Şifreniz",
|
||||
"signin.button.submit": "Giriş Yap",
|
||||
"signin.button.submit": "Giriş yap",
|
||||
"signIn.notify.totp-required.title": "İki faktörlü kimlik doğrulama gerekli",
|
||||
"signIn.notify.totp-required.description": "Lütfen iki faktörlü doğrulama kodunuzu girin",
|
||||
"signIn.oauth.or": "YA DA",
|
||||
"signIn.oauth.signInWith": "Sign in with",
|
||||
"signIn.notify.totp-required.description": "Lütfen iki faktörlü kimlik doğrulama kodunuzu girin",
|
||||
"signIn.oauth.or": "VEYA",
|
||||
"signIn.oauth.signInWith": "Şununla giriş yap",
|
||||
"signIn.oauth.github": "GitHub",
|
||||
"signIn.oauth.google": "Google",
|
||||
"signIn.oauth.microsoft": "Microsoft",
|
||||
@@ -42,104 +42,104 @@ export default {
|
||||
"signIn.oauth.oidc": "OpenID",
|
||||
// END /auth/signin
|
||||
// /auth/signup
|
||||
"signup.title": "Bir hesap oluştur",
|
||||
"signup.description": "Zaten bir hesabınız mı var?",
|
||||
"signup.button.signin": "Giriş Yap",
|
||||
"signup.input.username": "Kullanıcı Adı",
|
||||
"signup.title": "Bir hesap oluşturun",
|
||||
"signup.description": "Zaten bir hesabınız var mı?",
|
||||
"signup.button.signin": "Giriş yap",
|
||||
"signup.input.username": "Kullanıcı adı",
|
||||
"signup.input.username.placeholder": "Kullanıcı adınız",
|
||||
"signup.input.email": "E-Posta",
|
||||
"signup.input.email.placeholder": "E-Posta adresiniz",
|
||||
"signup.button.submit": "Haydi Başlayalım",
|
||||
"signup.input.email": "E-posta",
|
||||
"signup.input.email.placeholder": "E-posta adresiniz",
|
||||
"signup.button.submit": "Başlayalım",
|
||||
// END /auth/signup
|
||||
// /auth/totp
|
||||
"totp.title": "İki Faktörlü Doğrulama",
|
||||
"totp.button.signIn": "Giriş Yap",
|
||||
"totp.title": "TOTP Doğrulama",
|
||||
"totp.button.signIn": "Giriş yap",
|
||||
// END /auth/totp
|
||||
// /auth/reset-password
|
||||
"resetPassword.title": "Şifrenizi mi unuttunuz?",
|
||||
"resetPassword.description": "Şifrenizi sıfırlamak için E-Postanızı girin.",
|
||||
"resetPassword.notify.success": "A message with a link to reset your password has been sent if the provided email exists.",
|
||||
"resetPassword.description": "Şifrenizi sıfırlamak için e-postanızı girin.",
|
||||
"resetPassword.notify.success": "Sağlanan e-posta adresi mevcutsa, şifrenizi sıfırlamanız için bir bağlantı gönderildi.",
|
||||
"resetPassword.button.back": "Giriş sayfasına geri dön",
|
||||
"resetPassword.text.resetPassword": "Şifreyi sıfırla",
|
||||
"resetPassword.text.enterNewPassword": "Yeni şifrenizi girin",
|
||||
"resetPassword.input.password": "Yeni şifre",
|
||||
"resetPassword.notify.passwordReset": "Your password has been successfully reset.",
|
||||
"resetPassword.notify.passwordReset": "Şifreniz başarıyla sıfırlandı.",
|
||||
// /account
|
||||
"account.title": "Hesabım",
|
||||
"account.card.info.title": "Hesap Bilgisi",
|
||||
"account.card.info.username": "Kullanıcı Adı",
|
||||
"account.card.info.email": "E-Posta",
|
||||
"account.card.info.title": "Hesap bilgileri",
|
||||
"account.card.info.username": "Kullanıcı adı",
|
||||
"account.card.info.email": "E-posta",
|
||||
"account.notify.info.success": "Hesap başarıyla güncellendi",
|
||||
"account.card.password.title": "Şifre",
|
||||
"account.card.password.old": "Eski şifre",
|
||||
"account.card.password.new": "Yeni şifre",
|
||||
"account.card.password.noPasswordSet": "You do not have a password set. To sign in using your email and password, you need to create a password.",
|
||||
"account.card.password.noPasswordSet": "Şifreniz ayarlanmadı. E-posta ve şifre kullanarak giriş yapmak için bir şifre oluşturmanız gerekiyor.",
|
||||
"account.notify.password.success": "Şifre başarıyla değiştirildi",
|
||||
"account.card.oauth.title": "Sosyal Medya girişi",
|
||||
"account.card.oauth.title": "Sosyal giriş",
|
||||
"account.card.oauth.github": "GitHub",
|
||||
"account.card.oauth.google": "Google",
|
||||
"account.card.oauth.microsoft": "Microsoft",
|
||||
"account.card.oauth.discord": "Discord",
|
||||
"account.card.oauth.oidc": "OpenID",
|
||||
"account.card.oauth.link": "Bağlantı",
|
||||
"account.card.oauth.unlink": "Bağlantıyı kes",
|
||||
"account.card.oauth.unlinked": "Bağlantısız",
|
||||
"account.card.oauth.link": "Bağla",
|
||||
"account.card.oauth.unlink": "Bağlantıyı kaldır",
|
||||
"account.card.oauth.unlinked": "Bağlantı kaldırıldı",
|
||||
"account.modal.unlink.title": "Hesabın bağlantısını kaldır",
|
||||
"account.modal.unlink.description": "Unlinking your social accounts may cause you to lose your account if you don't remember your login credentials",
|
||||
"account.notify.oauth.unlinked.success": "Bağlantı Başarıyla Kaldırıldı",
|
||||
"account.modal.unlink.description": "Sosyal hesaplarınızın bağlantısını kaldırmanız giriş bilgilerinizi hatırlamıyorsanız hesabınızı kaybetmenize neden olabilir",
|
||||
"account.notify.oauth.unlinked.success": "Başarıyla bağlantı kaldırıldı",
|
||||
"account.card.security.title": "Güvenlik",
|
||||
"account.card.security.totp.enable.description": "İki faktörlü doğrulamayı aktif etmek için şu anki şifrenizi girin",
|
||||
"account.card.security.totp.disable.description": "İki faktörlü doğrulamayı kaldırmak için şu anki şifrenizi girin",
|
||||
"account.card.security.totp.enable.description": "TOTP'yi etkinleştirmek için mevcut şifrenizi girin",
|
||||
"account.card.security.totp.disable.description": "TOTP'yi devre dışı bırakmak için mevcut şifrenizi girin",
|
||||
"account.card.security.totp.button.start": "Başlat",
|
||||
"account.modal.totp.title": "2FA aç",
|
||||
"account.modal.totp.step1": "Adım 1: Kimlik doğrulayıcınızı ekleyin",
|
||||
"account.modal.totp.step2": "Adım 2: Kodunuzu doğrulayın",
|
||||
"account.modal.totp.title": "TOTP'yi Etkinleştir",
|
||||
"account.modal.totp.step1": "1. Adım: Kimlik doğrulayıcınızı ekleyin",
|
||||
"account.modal.totp.step2": "2. Adım: Kodunuzu doğrulayın",
|
||||
"account.modal.totp.enterManually": "Manuel olarak girin",
|
||||
"account.modal.totp.code": "Kod",
|
||||
"common.button.clickToCopy": "Kopyalamak için tıkla",
|
||||
"common.button.clickToCopy": "Kopyalamak için tıklayın",
|
||||
"account.modal.totp.verify": "Doğrula",
|
||||
"account.notify.totp.disable": "2FA başarıyla kaldırıldı",
|
||||
"account.notify.totp.enable": "2FA başarıyla etkinleştirildi",
|
||||
"account.notify.totp.disable": "TOTP başarıyla devre dışı bırakıldı",
|
||||
"account.notify.totp.enable": "TOTP başarıyla etkinleştirildi",
|
||||
"account.card.language.title": "Dil",
|
||||
"account.card.language.description": "Proje topluluk tarafından çevrilmiştir. Bazı diller eksik olabilir.",
|
||||
"account.card.color.title": "Renk Şeması",
|
||||
"account.card.color.title": "Renk şeması",
|
||||
// ThemeSwitcher.tsx
|
||||
"account.theme.dark": "Koyu",
|
||||
"account.theme.light": "Açık",
|
||||
"account.theme.dark": "Karanlık",
|
||||
"account.theme.light": "Aydınlık",
|
||||
"account.theme.system": "Sistem",
|
||||
"account.button.delete": "Hesabı sil",
|
||||
"account.modal.delete.title": "Hesabı sil",
|
||||
"account.button.delete": "Hesabı Sil",
|
||||
"account.modal.delete.title": "Hesabı Sil",
|
||||
"account.modal.delete.description": "Tüm aktif paylaşımlarınız dahil hesabınızı gerçekten silmek istiyor musunuz?",
|
||||
// END /account
|
||||
// /account/shares
|
||||
"account.shares.title": "Paylaşımlarım",
|
||||
"account.shares.title.empty": "Burası bomboş 👀",
|
||||
"account.shares.title.empty": "Burası boş 👀",
|
||||
"account.shares.description.empty": "Hiç paylaşımınız yok.",
|
||||
"account.shares.button.create": "Bir tane oluşturun",
|
||||
"account.shares.info.title": "Bilgiler paylaşın",
|
||||
"account.shares.button.create": "Bir tane oluştur",
|
||||
"account.shares.info.title": "Paylaşım Bilgileri",
|
||||
"account.shares.table.id": "ID",
|
||||
"account.shares.table.name": "İsim",
|
||||
"account.shares.table.name": "Adı",
|
||||
"account.shares.table.description": "Açıklama",
|
||||
"account.shares.table.visitors": "Ziyaretçiler",
|
||||
"account.shares.table.expiresAt": "Expires on",
|
||||
"account.shares.table.createdAt": "Created on",
|
||||
"account.shares.table.expiresAt": "Bitiş Tarihi",
|
||||
"account.shares.table.createdAt": "Oluşturulma Tarihi",
|
||||
"account.shares.table.size": "Boyut",
|
||||
"account.shares.table.password-protected": "Password protected",
|
||||
"account.shares.table.visitor-count": "{count} of {max}",
|
||||
"account.shares.table.expiry-never": "Never",
|
||||
"account.shares.modal.share-informations": "Bilgiler paylaşın",
|
||||
"account.shares.modal.share-link": "Bağlantıyı paylaş",
|
||||
"account.shares.modal.delete.title": "Delete share: {share}",
|
||||
"account.shares.table.password-protected": "Şifre Koruması",
|
||||
"account.shares.table.visitor-count": "{count} / {max}",
|
||||
"account.shares.table.expiry-never": "Hiçbir Zaman",
|
||||
"account.shares.modal.share-informations": "Paylaşım Bilgileri",
|
||||
"account.shares.modal.share-link": "Paylaşım Bağlantısı",
|
||||
"account.shares.modal.delete.title": "Paylaşımı Sil: {share}",
|
||||
"account.shares.modal.delete.description": "Bu paylaşımı silmek istediğinize emin misiniz?",
|
||||
// END /account/shares
|
||||
// /account/reverseShares
|
||||
"account.reverseShares.title": "Tersine Paylaşımlar",
|
||||
"account.reverseShares.description": "Ters paylaşım, harici kullanıcıların bir paylaşım oluşturmasına olanak tanıyan benzersiz bir URL oluşturmanızı sağlar.",
|
||||
"account.reverseShares.title.empty": "Burası bomboş 👀",
|
||||
"account.reverseShares.description.empty": "Hiç tersine paylaşımınız yok.",
|
||||
"account.reverseShares.title": "Ters Paylaşımlar",
|
||||
"account.reverseShares.description": "Ters paylaşım, harici kullanıcıların paylaşım oluşturmasını sağlayan benzersiz bir URL oluşturmanıza olanak tanır.",
|
||||
"account.reverseShares.title.empty": "Burası boş 👀",
|
||||
"account.reverseShares.description.empty": "Hiç ters paylaşımınız yok.",
|
||||
// showCreateReverseShareModal.tsx
|
||||
"account.reverseShares.modal.title": "Tersine paylaşım oluşturun",
|
||||
"account.reverseShares.modal.expiration.label": "Sona erme",
|
||||
"account.reverseShares.modal.title": "Ters Paylaşım Oluştur",
|
||||
"account.reverseShares.modal.expiration.label": "Son Kullanım Süresi",
|
||||
"account.reverseShares.modal.expiration.minute-singular": "Dakika",
|
||||
"account.reverseShares.modal.expiration.minute-plural": "Dakika",
|
||||
"account.reverseShares.modal.expiration.hour-singular": "Saat",
|
||||
@@ -152,92 +152,92 @@ export default {
|
||||
"account.reverseShares.modal.expiration.month-plural": "Ay",
|
||||
"account.reverseShares.modal.expiration.year-singular": "Yıl",
|
||||
"account.reverseShares.modal.expiration.year-plural": "Yıl",
|
||||
"account.reverseShares.modal.max-size.label": "Maks paylaşım boyutu",
|
||||
"account.reverseShares.modal.send-email": "Send email notifications",
|
||||
"account.reverseShares.modal.send-email.description": "Sends you an email notification when a share is created with this reverse share link.",
|
||||
"account.reverseShares.modal.simplified": "Simple mode",
|
||||
"account.reverseShares.modal.simplified.description": "Make it easy for the person uploading the file to share it with you. They will only be able to customize the name and description of the share.",
|
||||
"account.reverseShares.modal.public-access": "Public access",
|
||||
"account.reverseShares.modal.public-access.description": "Make the shares created with this reverse share public. If disabled, only you and the share creator will have access to view it.",
|
||||
"account.reverseShares.modal.max-use.label": "Maks Kullanım",
|
||||
"account.reverseShares.modal.max-use.description": "Bu URL'nin bir paylaşım oluşturmak için kullanılabileceği maksimum sayı.",
|
||||
"account.reverseShare.never-expires": "Bu tersine paylaşım asla sona ermeyecek.",
|
||||
"account.reverseShare.expires-on": "Bu tersine paylaşım {expiration} tarihinde sona erecek.",
|
||||
"account.reverseShares.table.no-shares": "Henüz paylaşım oluşturulmadı",
|
||||
"account.reverseShares.modal.max-size.label": "Maksimum Paylaşım Boyutu",
|
||||
"account.reverseShares.modal.send-email": "E-posta Bildirimleri Gönder",
|
||||
"account.reverseShares.modal.send-email.description": "Bu ters paylaşım bağlantısıyla bir paylaşım oluşturulduğunda size e-posta bildirimi gönderir.",
|
||||
"account.reverseShares.modal.simplified": "Basit Mod",
|
||||
"account.reverseShares.modal.simplified.description": "Dosya yükleyen kişinin, paylaşımı sizinle paylaşmasını kolaylaştırır. Yalnızca paylaşımın adını ve açıklamasını özelleştirebilirler.",
|
||||
"account.reverseShares.modal.public-access": "Genel Erişim",
|
||||
"account.reverseShares.modal.public-access.description": "Bu ters paylaşım ile oluşturulan paylaşımları genel yapın. Devre dışı bırakılırsa, yalnızca siz ve paylaşımı oluşturan kişi bunu görüntüleyebilir.",
|
||||
"account.reverseShares.modal.max-use.label": "Maksimum Kullanım",
|
||||
"account.reverseShares.modal.max-use.description": "Bu URL'nin paylaşım oluşturmak için kaç kez kullanılabileceğinin maksimum sayısı.",
|
||||
"account.reverseShare.never-expires": "Bu ters paylaşım asla sona ermeyecek.",
|
||||
"account.reverseShare.expires-on": "Bu ters paylaşım {expiration} tarihinde sona erecek.",
|
||||
"account.reverseShares.table.no-shares": "Henüz bir paylaşım oluşturulmadı",
|
||||
"account.reverseShares.table.count.singular": "paylaşım",
|
||||
"account.reverseShares.table.count.plural": "paylaşım",
|
||||
"account.reverseShares.table.shares": "Paylaşım",
|
||||
"account.reverseShares.table.remaining": "Kalan kullanımların",
|
||||
"account.reverseShares.table.max-size": "Maks paylaşım boyutu",
|
||||
"account.reverseShares.table.expires": "Sona erme tarihi",
|
||||
"account.reverseShares.modal.reverse-share-link": "Tersine paylaşım bağlantısı",
|
||||
"account.reverseShares.modal.delete.title": "Tersine paylaşımı sil",
|
||||
"account.reverseShares.modal.delete.description": "Bu tersine paylaşımı gerçekten silmek istiyor musunuz? Bunu yaparsanız, ilişkili paylaşımlar da silinecektir.",
|
||||
"account.reverseShares.table.count.plural": "paylaşımlar",
|
||||
"account.reverseShares.table.shares": "Paylaşımlar",
|
||||
"account.reverseShares.table.remaining": "Kalan Kullanım",
|
||||
"account.reverseShares.table.max-size": "Maksimum Paylaşım Boyutu",
|
||||
"account.reverseShares.table.expires": "Son Kullanım Tarihi",
|
||||
"account.reverseShares.modal.reverse-share-link": "Ters Paylaşım Bağlantısı",
|
||||
"account.reverseShares.modal.delete.title": "Ters Paylaşımı Sil",
|
||||
"account.reverseShares.modal.delete.description": "Bu ters paylaşımı silmek istediğinize emin misiniz? Eğer silerseniz, ilişkili paylaşımlar da silinecektir.",
|
||||
// END /account/reverseShares
|
||||
// /admin
|
||||
"admin.title": "Yönetim",
|
||||
"admin.button.users": "Kullanıcı yönetimi",
|
||||
"admin.button.shares": "Paylaşım yönetimi",
|
||||
"admin.button.config": "Konfigürasyon",
|
||||
"admin.button.users": "Kullanıcı Yönetimi",
|
||||
"admin.button.shares": "Paylaşım Yönetimi",
|
||||
"admin.button.config": "Yapılandırma",
|
||||
"admin.version": "Sürüm",
|
||||
// END /admin
|
||||
// /admin/users
|
||||
"admin.users.title": "Kullanıcı yönetimi",
|
||||
"admin.users.title": "Kullanıcı Yönetimi",
|
||||
"admin.users.table.username": "Kullanıcı Adı",
|
||||
"admin.users.table.email": "E-Posta",
|
||||
"admin.users.table.email": "E-posta",
|
||||
"admin.users.table.admin": "Yönetici",
|
||||
"admin.users.edit.update.title": "Edit user: {username}",
|
||||
"admin.users.edit.update.admin-privileges": "Yönetici ayrıcalıkları",
|
||||
"admin.users.edit.update.change-password.title": "Şifreyi değiştir",
|
||||
"admin.users.edit.update.change-password.field": "Yeni şifre",
|
||||
"admin.users.edit.update.change-password.button": "Yeni şifreyi kaydet",
|
||||
"admin.users.edit.update.title": "Kullanıcıyı Düzenle: {username}",
|
||||
"admin.users.edit.update.admin-privileges": "Yönetici Yetkileri",
|
||||
"admin.users.edit.update.change-password.title": "Şifreyi Değiştir",
|
||||
"admin.users.edit.update.change-password.field": "Yeni Şifre",
|
||||
"admin.users.edit.update.change-password.button": "Yeni Şifreyi Kaydet",
|
||||
"admin.users.edit.update.notify.password.success": "Şifre başarıyla değiştirildi",
|
||||
"admin.users.edit.delete.title": "Delete user: {username} ?",
|
||||
"admin.users.edit.delete.description": "Do you really want to delete this user and all their shares?",
|
||||
"admin.users.edit.delete.title": "Kullanıcıyı Sil: {username} ?",
|
||||
"admin.users.edit.delete.description": "Bu kullanıcıyı ve tüm paylaşımlarını gerçekten silmek istiyor musunuz?",
|
||||
// showCreateUserModal.tsx
|
||||
"admin.users.modal.create.title": "Kullanıcı oluştur",
|
||||
"admin.users.modal.create.title": "Kullanıcı Oluştur",
|
||||
"admin.users.modal.create.username": "Kullanıcı Adı",
|
||||
"admin.users.modal.create.email": "E-Posta",
|
||||
"admin.users.modal.create.email": "E-posta",
|
||||
"admin.users.modal.create.password": "Şifre",
|
||||
"admin.users.modal.create.manual-password": "Şifreyi manuel olarak ayarla",
|
||||
"admin.users.modal.create.manual-password.description": "İşaretlenmezse, kullanıcı şifresini ayarlamak için bağlantı içeren bir e-posta alacaktır.",
|
||||
"admin.users.modal.create.admin": "Yönetici ayrıcalıkları",
|
||||
"admin.users.modal.create.admin.description": "İşaretlenirse, kullanıcı yönetici paneline erişebilir.",
|
||||
"admin.users.modal.create.manual-password": "Şifreyi Elle Ayarla",
|
||||
"admin.users.modal.create.manual-password.description": "İşaretlenmezse, kullanıcıya şifresini ayarlayabileceği bir bağlantı içeren e-posta gönderilir.",
|
||||
"admin.users.modal.create.admin": "Yönetici Yetkileri",
|
||||
"admin.users.modal.create.admin.description": "İşaretlenirse, kullanıcı yönetim paneline erişebilir.",
|
||||
// END /admin/users
|
||||
// /admin/shares
|
||||
"admin.shares.title": "Paylaşım yönetimi",
|
||||
"admin.shares.title": "Paylaşım Yönetimi",
|
||||
"admin.shares.table.id": "Paylaşım ID",
|
||||
"admin.shares.table.username": "Yapımcı",
|
||||
"admin.shares.table.visitors": "Ziyaretçi",
|
||||
"admin.shares.table.expires": "Expires on",
|
||||
"admin.shares.edit.delete.title": "Delete share: {id}",
|
||||
"admin.shares.edit.delete.description": "Bu paylaşımı gerçekten silmek istiyor musun?",
|
||||
"admin.shares.table.username": "Oluşturan",
|
||||
"admin.shares.table.visitors": "Ziyaretçiler",
|
||||
"admin.shares.table.expires": "Bitiş Tarihi",
|
||||
"admin.shares.edit.delete.title": "Paylaşımı Sil: {id}",
|
||||
"admin.shares.edit.delete.description": "Bu paylaşımı gerçekten silmek istiyor musunuz?",
|
||||
// END /admin/shares
|
||||
// /upload
|
||||
"upload.title": "Yükle",
|
||||
"upload.notify.confirm-leave": "Are you sure you want to leave this page? Your upload will be canceled.",
|
||||
"upload.notify.generic-error": "Paylaşımını bitirirken bir hata meydana geldi.",
|
||||
"upload.notify.count-failed": "{count} dosya yüklenemedi. Yeniden deneniyor.",
|
||||
"upload.reverse-share.error.invalid.title": "Invalid reverse share link",
|
||||
"upload.reverse-share.error.invalid.description": "This reverse share has expired or is invalid.",
|
||||
"upload.notify.confirm-leave": "Bu sayfadan ayrılmak istediğinize emin misiniz? Yükleme iptal edilecek.",
|
||||
"upload.notify.generic-error": "Paylaşım tamamlanırken bir hata oluştu.",
|
||||
"upload.notify.count-failed": "{count} dosya yüklenemedi. Tekrar deneniyor.",
|
||||
"upload.reverse-share.error.invalid.title": "Geçersiz Ters Paylaşım Bağlantısı",
|
||||
"upload.reverse-share.error.invalid.description": "Bu ters paylaşım süresi dolmuş veya geçersiz.",
|
||||
// Dropzone.tsx
|
||||
"upload.dropzone.title": "Dosya yükle",
|
||||
"upload.dropzone.description": "Drag'n'drop files here to start your share. We only accept files up to {maxSize} in total.",
|
||||
"upload.dropzone.notify.file-too-big": "Dosyalarınızın boyutu {maxSize} paylaşım sınırını geçti.",
|
||||
"upload.dropzone.title": "Dosyaları Yükle",
|
||||
"upload.dropzone.description": "Paylaşımınızı başlatmak için dosyaları buraya sürükleyip bırakın. Toplamda en fazla {maxSize} boyutunda dosyaları kabul ediyoruz.",
|
||||
"upload.dropzone.notify.file-too-big": "Dosyalarınız maksimum paylaşım boyutunu ({maxSize}) aşıyor.",
|
||||
// FileList.tsx
|
||||
"upload.filelist.name": "İsim",
|
||||
"upload.filelist.name": "Ad",
|
||||
"upload.filelist.size": "Boyut",
|
||||
// showCreateUploadModal.tsx
|
||||
"upload.modal.title": "Paylaşım Oluştur",
|
||||
"upload.modal.link.error.invalid": "Sadece harf, sayı, alt çizgi ve kısa çizgi içerebilir",
|
||||
"upload.modal.link.error.taken": "Bu bağlantı halen kullanımda",
|
||||
"upload.modal.not-signed-in": "Oturum açmadınız",
|
||||
"upload.modal.not-signed-in-description": "Paylaşımınızı manuel olarak silemeyecek ve ziyaret sayısını göremeyeceksiniz.",
|
||||
"upload.modal.expires.never": "asla",
|
||||
"upload.modal.expires.never-long": "Permanent share",
|
||||
"upload.modal.expires.error.too-long": "Expiration date exceeds the maximum of {max}.",
|
||||
"upload.modal.link.error.invalid": "Sadece harf, rakam, alt çizgi ve kısa çizgi içerebilir.",
|
||||
"upload.modal.link.error.taken": "Bu bağlantı zaten kullanımda.",
|
||||
"upload.modal.not-signed-in": "Giriş yapmadınız.",
|
||||
"upload.modal.not-signed-in-description": "Paylaşımınızı manuel olarak silemez ve ziyaretçi sayısını göremezsiniz.",
|
||||
"upload.modal.expires.never": "Hiçbir zaman",
|
||||
"upload.modal.expires.never-long": "Kalıcı paylaşım",
|
||||
"upload.modal.expires.error.too-long": "Son kullanma tarihi maksimum {max} sınırını aşıyor.",
|
||||
"upload.modal.link.label": "Bağlantı",
|
||||
"upload.modal.expires.label": "Sona erme tarihi",
|
||||
"upload.modal.expires.label": "Bitiş Tarihi",
|
||||
"upload.modal.expires.minute-singular": "Dakika",
|
||||
"upload.modal.expires.minute-plural": "Dakika",
|
||||
"upload.modal.expires.hour-singular": "Saat",
|
||||
@@ -250,253 +250,253 @@ export default {
|
||||
"upload.modal.expires.month-plural": "Ay",
|
||||
"upload.modal.expires.year-singular": "Yıl",
|
||||
"upload.modal.expires.year-plural": "Yıl",
|
||||
"upload.modal.accordion.name-and-description.title": "İsim ve açıklama",
|
||||
"upload.modal.accordion.name-and-description.name.placeholder": "İsim",
|
||||
"upload.modal.accordion.name-and-description.description.placeholder": "Bu paylaşımın alıcıları için not",
|
||||
"upload.modal.accordion.email.title": "E-Posta alıcıları",
|
||||
"upload.modal.accordion.email.placeholder": "E-Posta alıcılarını yazın",
|
||||
"upload.modal.accordion.email.invalid-email": "Geçersiz E-Posta adresi",
|
||||
"upload.modal.accordion.security.title": "Güvenlik seçenekleri",
|
||||
"upload.modal.accordion.security.password.label": "Şifre koruması",
|
||||
"upload.modal.accordion.security.password.placeholder": "Şifresiz",
|
||||
"upload.modal.accordion.security.max-views.label": "En fazla görüntüleme",
|
||||
"upload.modal.accordion.security.max-views.placeholder": "Sınır yok",
|
||||
"upload.modal.accordion.name-and-description.title": "Ad ve Açıklama",
|
||||
"upload.modal.accordion.name-and-description.name.placeholder": "Ad",
|
||||
"upload.modal.accordion.name-and-description.description.placeholder": "Bu paylaşımın alıcıları için bir not",
|
||||
"upload.modal.accordion.email.title": "E-posta Alıcıları",
|
||||
"upload.modal.accordion.email.placeholder": "E-posta alıcılarını girin",
|
||||
"upload.modal.accordion.email.invalid-email": "Geçersiz e-posta adresi",
|
||||
"upload.modal.accordion.security.title": "Güvenlik Seçenekleri",
|
||||
"upload.modal.accordion.security.password.label": "Şifre Koruması",
|
||||
"upload.modal.accordion.security.password.placeholder": "Şifre Yok",
|
||||
"upload.modal.accordion.security.max-views.label": "Maksimum Görüntüleme",
|
||||
"upload.modal.accordion.security.max-views.placeholder": "Sınırsız",
|
||||
// showCompletedUploadModal.tsx
|
||||
"upload.modal.completed.never-expires": "Bu paylaşım asla sona ermeyecek.",
|
||||
"upload.modal.completed.never-expires": "Bu paylaşımın süresi hiçbir zaman dolmayacak.",
|
||||
"upload.modal.completed.expires-on": "Bu paylaşım {expiration} tarihinde sona erecek.",
|
||||
"upload.modal.completed.share-ready": "Paylaşım hazır",
|
||||
"upload.modal.completed.notified-reverse-share-creator": "We have notified the creator of the reverse share. You can also manually share this link with them through other means.",
|
||||
"upload.modal.completed.share-ready": "Paylaşım hazır.",
|
||||
"upload.modal.completed.notified-reverse-share-creator": "Ters paylaşımın yaratıcısını bilgilendirdik. Bu bağlantıyı diğer yollarla manuel olarak da paylaşabilirsiniz.",
|
||||
// END /upload
|
||||
// /share/[id]
|
||||
"share.title": "Paylaş {shareId}",
|
||||
"share.description": "Seninle ne paylaştığıma bak!",
|
||||
"share.error.visitor-limit-exceeded.title": "Ziyaretçi sınırı aşıldı",
|
||||
"share.error.visitor-limit-exceeded.description": "Bu paylaşımdaki ziyaretçi sınırı aşıldı.",
|
||||
"share.title": "{shareId} Paylaşımı",
|
||||
"share.description": "Sizinle paylaştıklarımı bir göz atın!",
|
||||
"share.error.visitor-limit-exceeded.title": "Ziyaretçi limiti aşıldı",
|
||||
"share.error.visitor-limit-exceeded.description": "Bu paylaşımın ziyaretçi limiti aşıldı.",
|
||||
"share.error.removed.title": "Paylaşım kaldırıldı",
|
||||
"share.error.not-found.title": "Paylaşım bulunamadı",
|
||||
"share.error.not-found.description": "Aradığınız paylaşım bulunmuyor.",
|
||||
"share.error.access-denied.title": "Private share",
|
||||
"share.error.access-denied.description": "The current account does not have permission to access this share",
|
||||
"share.error.not-found.description": "Aradığınız paylaşım mevcut değil.",
|
||||
"share.error.access-denied.title": "Özel paylaşım",
|
||||
"share.error.access-denied.description": "Mevcut hesabın bu paylaşıma erişim izni yok.",
|
||||
"share.modal.password.title": "Şifre gerekli",
|
||||
"share.modal.password.description": "Please enter the password to acces this share.",
|
||||
"share.modal.password.description": "Bu paylaşıma erişmek için lütfen şifreyi girin.",
|
||||
"share.modal.password": "Şifre",
|
||||
"share.modal.error.invalid-password": "Geçersiz şifre",
|
||||
"share.button.download-all": "Tümünü indir",
|
||||
"share.notify.download-all-preparing": "The share is being prepared. Please try again in a few minutes.",
|
||||
"share.notify.download-all-preparing": "Paylaşım hazırlanıyor. Lütfen birkaç dakika sonra tekrar deneyin.",
|
||||
"share.modal.file-link": "Dosya bağlantısı",
|
||||
"share.table.name": "İsim",
|
||||
"share.table.name": "Ad",
|
||||
"share.table.size": "Boyut",
|
||||
"share.modal.file-preview.error.not-supported.title": "Önizleme desteklenmiyor",
|
||||
"share.modal.file-preview.error.not-supported.description": "Previews are not supported for this type of files. Please download the file to view it.",
|
||||
"share.modal.file-preview.error.not-supported.description": "Bu dosya türü için önizleme desteklenmiyor. Lütfen dosyayı görüntülemek için indirin.",
|
||||
// END /share/[id]
|
||||
// /share/[id]/edit
|
||||
"share.edit.title": "{shareId} düzenle",
|
||||
"share.edit.title": "{shareId} Paylaşımını Düzenle",
|
||||
"share.edit.append-upload": "Dosya ekle",
|
||||
"share.edit.notify.generic-error": "Paylaşımını bitirirken bir hata meydana geldi.",
|
||||
"share.edit.notify.generic-error": "Paylaşımınızı tamamlarken bir hata oluştu.",
|
||||
"share.edit.notify.save-success": "Paylaşım başarıyla güncellendi",
|
||||
// END /share/[id]/edit
|
||||
// /imprint
|
||||
"imprint.title": "Imprint",
|
||||
"imprint.title": "Künye",
|
||||
// END /imprint
|
||||
// /privacy
|
||||
"privacy.title": "Privacy Policy",
|
||||
"privacy.title": "Gizlilik Politikası",
|
||||
// END /privacy
|
||||
// /admin/config
|
||||
"admin.config.title": "Konfigürasyon",
|
||||
"admin.config.title": "Yapılandırma",
|
||||
"admin.config.category.general": "Genel",
|
||||
"admin.config.category.share": "Paylaş",
|
||||
"admin.config.category.email": "E-Posta",
|
||||
"admin.config.category.email": "E-posta",
|
||||
"admin.config.category.smtp": "SMTP",
|
||||
"admin.config.category.oauth": "Sosyal Medya Girişi",
|
||||
"admin.config.category.oauth": "Sosyal Giriş",
|
||||
"admin.config.general.app-name": "Uygulama adı",
|
||||
"admin.config.general.app-name.description": "Uygulamanın adı",
|
||||
"admin.config.general.app-url": "Uygulama URL'si",
|
||||
"admin.config.general.app-url.description": "Pingvin Share'in hangi bağlantıda kullanılacağı",
|
||||
"admin.config.general.secure-cookies": "Secure cookies",
|
||||
"admin.config.general.secure-cookies.description": "Whether to set the secure flag on cookies. If enabled, the site will not function when accessed over HTTP.",
|
||||
"admin.config.general.app-url.description": "Pingvin Share hangi URL üzerinden kullanılabilir",
|
||||
"admin.config.general.secure-cookies": "Güvenli çerezler",
|
||||
"admin.config.general.secure-cookies.description": "Çerezlere güvenli bayrağı koyulup koyulmayacağı. Etkinleştirildiğinde, site HTTP üzerinden erişildiğinde çalışmaz.",
|
||||
"admin.config.general.show-home-page": "Ana sayfayı göster",
|
||||
"admin.config.general.show-home-page.description": "Ana sayfanın görünürlüğü",
|
||||
"admin.config.general.show-home-page.description": "Ana sayfanın gösterilip gösterilmeyeceği",
|
||||
"admin.config.general.session-duration": "Oturum Süresi",
|
||||
"admin.config.general.session-duration.description": "Kullanıcının ne kadar sürede bir tekrar giriş yapacağı (normalde 3 ay).",
|
||||
"admin.config.general.session-duration.description": "Bir kullanıcının tekrar oturum açması gereken saat cinsinden süre (varsayılan: 3 ay).",
|
||||
"admin.config.general.logo": "Logo",
|
||||
"admin.config.general.logo.description": "Yeni resim yükleyerek logo'nuzu değiştirin. Resim PNG ve 1'e 1 ölçekte olmalı.",
|
||||
"admin.config.general.logo.description": "Yeni bir resim yükleyerek logonuzu değiştirin. Resim PNG formatında olmalı ve 1:1 oranında olmalıdır.",
|
||||
"admin.config.general.logo.placeholder": "Resim seç",
|
||||
"admin.config.email.enable-share-email-recipients": "Enable email recipient sharing",
|
||||
"admin.config.email.enable-share-email-recipients.description": "Whether to allow email sharing with recipients. Only enable this if SMTP is activated.",
|
||||
"admin.config.email.enable-share-email-recipients": "E-posta alıcılarının paylaşımını etkinleştir",
|
||||
"admin.config.email.enable-share-email-recipients.description": "E-postaların alıcılarla paylaşılmasına izin verilip verilmeyeceği. Sadece SMTP etkinleştirildiğinde bunu etkinleştirin.",
|
||||
"admin.config.email.share-recipients-subject": "Paylaşım alıcılarının konusu",
|
||||
"admin.config.email.share-recipients-subject.description": "Paylaşım alıcılarına gönderilecek e-postanın konusu.",
|
||||
"admin.config.email.share-recipients-message": "Paylaşım alıcılarının mesajı",
|
||||
"admin.config.email.share-recipients-message.description": "Message which gets sent to the share recipients. Available variables:\n {creator} - The username of the creator of the share\n {creatorEmail} - The email of the creator of the share\n {shareUrl} - The URL of the share\n {desc} - The description of the share\n {expires} - The expiration date of the share\n These variables will be replaced with the actual value.",
|
||||
"admin.config.email.reverse-share-subject": "Tersine paylaşım konusu",
|
||||
"admin.config.email.reverse-share-subject.description": "Subject of the sent email when someone created a share with your reverse share link.",
|
||||
"admin.config.email.reverse-share-message": "Tersine paylaşım mesajı",
|
||||
"admin.config.email.reverse-share-message.description": "Birisi sizin tersine paylaşım bağlantınızla bir paylaşım oluşturduğunda gönderilen mesaj. {shareUrl}, oluşturucunun adı ve paylaşım URL'si ile değiştirilecektir.",
|
||||
"admin.config.email.share-recipients-subject.description": "Paylaşım alıcılarına gönderilen e-postanın konusu.",
|
||||
"admin.config.email.share-recipients-message": "Paylaşım alıcılarına mesaj",
|
||||
"admin.config.email.share-recipients-message.description": "Paylaşım alıcılarına gönderilen mesaj. Kullanılabilir değişkenler:\n {creator} - Paylaşımı oluşturanın kullanıcı adı\n {creatorEmail} - Paylaşımı oluşturanın e-posta adresi\n {shareUrl} - Paylaşım URL'si\n {desc} - Paylaşım açıklaması\n {expires} - Paylaşımın son kullanma tarihi\n Bu değişkenler gerçek değerlerle değiştirilecektir.",
|
||||
"admin.config.email.reverse-share-subject": "Ters paylaşım konusu",
|
||||
"admin.config.email.reverse-share-subject.description": "Birisi ters paylaşım bağlantınızla bir paylaşım oluşturduğunda gönderilen e-postanın konusu.",
|
||||
"admin.config.email.reverse-share-message": "Ters paylaşım mesajı",
|
||||
"admin.config.email.reverse-share-message.description": "Birisi ters paylaşım bağlantınızla bir paylaşım oluşturduğunda gönderilen mesaj. {shareUrl}, paylaşımı oluşturan kişinin adı ve paylaşım URL'si ile değiştirilecektir.",
|
||||
"admin.config.email.reset-password-subject": "Şifre sıfırlama konusu",
|
||||
"admin.config.email.reset-password-subject.description": "Subject of the sent email when a user requests a password reset.",
|
||||
"admin.config.email.reset-password-subject.description": "Bir kullanıcı şifre sıfırlama talebinde bulunduğunda gönderilen e-postanın konusu.",
|
||||
"admin.config.email.reset-password-message": "Şifre sıfırlama mesajı",
|
||||
"admin.config.email.reset-password-message.description": "Bir kullanıcı şifre sıfırlama talebinde bulunduğunda gönderilecek mesaj. {url} şifre sıfırlama URL'si ile değiştirilecektir.",
|
||||
"admin.config.email.reset-password-message.description": "Bir kullanıcı şifre sıfırlama talebinde bulunduğunda gönderilen mesaj. {url}, şifre sıfırlama URL'si ile değiştirilecektir.",
|
||||
"admin.config.email.invite-subject": "Davet konusu",
|
||||
"admin.config.email.invite-subject.description": "Subject of the sent email when an admin invites a user.",
|
||||
"admin.config.email.invite-subject.description": "Bir yönetici bir kullanıcıyı davet ettiğinde gönderilen e-postanın konusu.",
|
||||
"admin.config.email.invite-message": "Davet mesajı",
|
||||
"admin.config.email.invite-message.description": "Message which gets sent when an admin invites a user. {url} will be replaced with the invite URL, {email} with the email and {password} with the users password.",
|
||||
"admin.config.share.allow-registration": "Kayda izin ver",
|
||||
"admin.config.share.allow-registration.description": "Kaydın izin verilip verilmeyeceği",
|
||||
"admin.config.share.allow-unauthenticated-shares": "Giriş yapmamış kullanıcılara izin ver",
|
||||
"admin.config.share.allow-unauthenticated-shares.description": "Giriş yapmamış kullanıcıların paylaşım oluşturup oluşturamayacağı",
|
||||
"admin.config.share.max-expiration": "Maks sona erme",
|
||||
"admin.config.share.max-expiration.description": "Maximum share expiration. Set to 0 to allow unlimited expiration.",
|
||||
"admin.config.share.share-id-length": "Default share ID length",
|
||||
"admin.config.share.share-id-length.description": "Default length for the generated ID of a share. This value is also used to generate links for reverse shares. A value below 8 is not considered secure.",
|
||||
"admin.config.share.max-size": "Maks boyut",
|
||||
"admin.config.share.max-size.description": "Maks paylaşım boyutu",
|
||||
"admin.config.share.zip-compression-level": "Zip sıkıştırma seviyesi",
|
||||
"admin.config.share.zip-compression-level.description": "Dosya boyutu ve sıkıştırma hızı arasında denge kurmak için seviyeyi ayarlayın. Geçerli değerler 0 ile 9 arasında değişir; 0 sıkıştırma yok ve 9 maksimum sıkıştırma anlamına gelir. ",
|
||||
"admin.config.share.chunk-size": "Yığın boyutu",
|
||||
"admin.config.share.chunk-size.description": "Adjust the chunk size for your uploads to balance efficiency and reliability according to your internet connection. Smaller chunks can enhance success rates for unstable connections, while larger chunks make uploads faster for stable connections.",
|
||||
"admin.config.share.auto-open-share-modal": "Paylaşım oluşturma modalini otomatik aç",
|
||||
"admin.config.share.auto-open-share-modal.description": "Bir kullanıcı dosyaları seçtiğinde paylaşım oluşturma modu otomatik olarak görünür ve düğmeye manuel olarak tıklama ihtiyacını ortadan kaldırır.",
|
||||
"admin.config.smtp.enabled": "Enable",
|
||||
"admin.config.smtp.enabled.description": "SMTP'nin etkin olup olmadığı. Bunu yalnızca SMTP sunucunuzun ana bilgisayarını, bağlantı noktasını, e-postasını, kullanıcısını ve şifresini girdiyseniz true olarak ayarlayın.",
|
||||
"admin.config.smtp.host": "Host",
|
||||
"admin.config.smtp.host.description": "SMTP sunucusunun hostu",
|
||||
"admin.config.email.invite-message.description": "Bir yönetici bir kullanıcıyı davet ettiğinde gönderilen mesaj. {url}, davet URL'si ile; {email}, e-posta adresi ile ve {password}, kullanıcının şifresi ile değiştirilecektir.",
|
||||
"admin.config.share.allow-registration": "Kayıta izin ver",
|
||||
"admin.config.share.allow-registration.description": "Kaydın izinli olup olmadığı",
|
||||
"admin.config.share.allow-unauthenticated-shares": "Doğrulanmamış paylaşımlara izin ver",
|
||||
"admin.config.share.allow-unauthenticated-shares.description": "Doğrulanmamış kullanıcıların paylaşım oluşturmasına izin verilip verilmeyeceği",
|
||||
"admin.config.share.max-expiration": "Maksimum son kullanma süresi",
|
||||
"admin.config.share.max-expiration.description": "Maksimum paylaşım süresi. Sınırsız süreye izin vermek için 0 olarak ayarlayın.",
|
||||
"admin.config.share.share-id-length": "Varsayılan paylaşım ID uzunluğu",
|
||||
"admin.config.share.share-id-length.description": "Bir paylaşım için oluşturulan varsayılan ID uzunluğu. Bu değer, ters paylaşımlar için bağlantı oluştururken de kullanılır. 8'in altındaki bir değer güvenli olarak kabul edilmez.",
|
||||
"admin.config.share.max-size": "Maksimum boyut",
|
||||
"admin.config.share.max-size.description": "Maksimum paylaşım boyutu",
|
||||
"admin.config.share.zip-compression-level": "ZIP sıkıştırma seviyesi",
|
||||
"admin.config.share.zip-compression-level.description": "Dosya boyutu ve sıkıştırma hızı arasındaki dengeyi ayarlayın. Geçerli değerler 0 ile 9 arasındadır; 0 sıkıştırma yok, 9 maksimum sıkıştırma anlamına gelir.",
|
||||
"admin.config.share.chunk-size": "Parça boyutu",
|
||||
"admin.config.share.chunk-size.description": "Yüklemeleriniz için verimlilik ve güvenilirliği internet bağlantınıza göre dengelemek için parça boyutunu ayarlayın. Daha küçük parçalar, dengesiz bağlantılar için başarı oranını artırabilirken, daha büyük parçalar sabit bağlantılar için yükleme hızını artırır.",
|
||||
"admin.config.share.auto-open-share-modal": "Paylaşım oluşturma penceresini otomatik aç",
|
||||
"admin.config.share.auto-open-share-modal.description": "Kullanıcı dosya seçtiğinde paylaşım oluşturma penceresi otomatik olarak görünür, manuel olarak düğmeye tıklamaya gerek kalmaz.",
|
||||
"admin.config.smtp.enabled": "Etkinleştir",
|
||||
"admin.config.smtp.enabled.description": "SMTP'nin etkin olup olmadığı. Sadece ana bilgisayar, port, e-posta, kullanıcı ve SMTP sunucunuzun şifresini girdiyseniz bunu true olarak ayarlayın.",
|
||||
"admin.config.smtp.host": "Sunucu",
|
||||
"admin.config.smtp.host.description": "SMTP sunucusunun ana bilgisayarı",
|
||||
"admin.config.smtp.port": "Port",
|
||||
"admin.config.smtp.port.description": "SMTP sunucusunun portu",
|
||||
"admin.config.smtp.email": "E-Posta",
|
||||
"admin.config.smtp.email.description": "Email address from wich the emails get sent",
|
||||
"admin.config.smtp.username": "Kullanıcı Adı",
|
||||
"admin.config.smtp.email": "E-posta",
|
||||
"admin.config.smtp.email.description": "E-postaların gönderileceği e-posta adresi",
|
||||
"admin.config.smtp.username": "Kullanıcı adı",
|
||||
"admin.config.smtp.username.description": "SMTP sunucusunun kullanıcı adı",
|
||||
"admin.config.smtp.password": "Şifre",
|
||||
"admin.config.smtp.password.description": "SMTP sunucusunun şifresi",
|
||||
"admin.config.smtp.button.test": "Test e-postası gönder",
|
||||
"admin.config.smtp.allow-unauthorized-certificates": "Trust unauthorized SMTP server certificates",
|
||||
"admin.config.smtp.allow-unauthorized-certificates.description": "Only set this to true if you need to trust self signed certificates.",
|
||||
"admin.config.oauth.allow-registration": "Kayıtlara izin ver",
|
||||
"admin.config.oauth.allow-registration.description": "Sosyal Medya kayıtlarına izin verilip verilmeyeceği",
|
||||
"admin.config.oauth.ignore-totp": "2FA görmezden gel",
|
||||
"admin.config.oauth.ignore-totp.description": "Sosyal Medya ile giriş yapıldıktıktan sonra 2FA görmezden gelinip gelinmeyeceği",
|
||||
"admin.config.oauth.disable-password": "Disable password login",
|
||||
"admin.config.oauth.disable-password.description": "Whether to disable password login\nMake sure that an OAuth provider is properly configured before activating this configuration to avoid being locked out.",
|
||||
"admin.config.smtp.allow-unauthorized-certificates": "Yetkisiz SMTP sunucu sertifikalarına güven",
|
||||
"admin.config.smtp.allow-unauthorized-certificates.description": "Sadece kendi imzaladığınız sertifikalara güvenmeniz gerekiyorsa bunu true olarak ayarlayın.",
|
||||
"admin.config.oauth.allow-registration": "Kayıt olmayı etkinleştir",
|
||||
"admin.config.oauth.allow-registration.description": "Kullanıcıların sosyal giriş yoluyla kayıt olmasına izin ver",
|
||||
"admin.config.oauth.ignore-totp": "TOTP'yi yoksay",
|
||||
"admin.config.oauth.ignore-totp.description": "Kullanıcı sosyal giriş yaparken TOTP'nin yoksayılıp yoksayılmayacağı",
|
||||
"admin.config.oauth.disable-password": "Şifre girişini devre dışı bırak",
|
||||
"admin.config.oauth.disable-password.description": "Şifre girişinin devre dışı bırakılıp bırakılmayacağı\nBu yapılandırmayı etkinleştirmeden önce bir OAuth sağlayıcısının doğru şekilde yapılandırıldığından emin olun, aksi takdirde hesaba erişiminiz engellenebilir.",
|
||||
"admin.config.oauth.github-enabled": "GitHub",
|
||||
"admin.config.oauth.github-enabled.description": "GitHub girişine izin verilip verilmeyeceği",
|
||||
"admin.config.oauth.github-client-id": "GitHub Client ID",
|
||||
"admin.config.oauth.github-client-id.description": "GitHub OAuth uygulamasının Client ID'si",
|
||||
"admin.config.oauth.github-client-secret": "GitHub Client Secret",
|
||||
"admin.config.oauth.github-client-secret.description": "GitHub OAuth uygulamasının Client Secret'i",
|
||||
"admin.config.oauth.github-enabled.description": "GitHub girişinin etkin olup olmadığı",
|
||||
"admin.config.oauth.github-client-id": "GitHub İstemci Kimliği",
|
||||
"admin.config.oauth.github-client-id.description": "GitHub OAuth uygulamasının İstemci Kimliği",
|
||||
"admin.config.oauth.github-client-secret": "GitHub İstemci Gizli Anahtarı",
|
||||
"admin.config.oauth.github-client-secret.description": "GitHub OAuth uygulamasının İstemci Gizli Anahtarı",
|
||||
"admin.config.oauth.google-enabled": "Google",
|
||||
"admin.config.oauth.google-enabled.description": "Google girişi izin verilip verilmeyeceği",
|
||||
"admin.config.oauth.google-client-id": "Google Client ID",
|
||||
"admin.config.oauth.google-client-id.description": "Google OAuth uygulamasının Client ID'si",
|
||||
"admin.config.oauth.google-client-secret": "Google Client Secret",
|
||||
"admin.config.oauth.google-client-secret.description": "Google OAuth uygulamasının Client Secret'i",
|
||||
"admin.config.oauth.google-enabled.description": "Google girişinin etkin olup olmadığı",
|
||||
"admin.config.oauth.google-client-id": "Google İstemci Kimliği",
|
||||
"admin.config.oauth.google-client-id.description": "Google OAuth uygulamasının İstemci Kimliği",
|
||||
"admin.config.oauth.google-client-secret": "Google İstemci Gizli Anahtarı",
|
||||
"admin.config.oauth.google-client-secret.description": "Google OAuth uygulamasının İstemci Gizli Anahtarı",
|
||||
"admin.config.oauth.microsoft-enabled": "Microsoft",
|
||||
"admin.config.oauth.microsoft-enabled.description": "Microsoft girişine izin verilip verilmeyeceği",
|
||||
"admin.config.oauth.microsoft-tenant": "Microsoft Tenant",
|
||||
"admin.config.oauth.microsoft-tenant.description": "Microsoft OAuth uygulamasının Tenant kimliği\nyaygın: Hem kişisel Microsoft hesabına hem de Microsoft Entra ID'den bir iş veya okul hesabına sahip kullanıcılar uygulamada oturum açabilir. kuruluşlar: Yalnızca Microsoft Entra ID'den iş veya okul hesabı olan kullanıcılar uygulamada oturum açabilir.\ntüketiciler: Yalnızca kişisel Microsoft hesabı olan kullanıcılar uygulamada oturum açabilir.\nMicrosoft Entra Tenant etki alanı adı veya GUID biçimindeki Tenant kimliği: Yalnızca belirli bir Microsoft Entra Tenant kullanıcısı (iş veya okul hesabına sahip dizin üyeleri veya kişisel Microsoft hesabına sahip dizin konukları) uygulamada oturum açabilir.",
|
||||
"admin.config.oauth.microsoft-client-id": "Microsoft Client ID",
|
||||
"admin.config.oauth.microsoft-client-id.description": "Microsoft OAuth uygulamasının Client ID'si",
|
||||
"admin.config.oauth.microsoft-client-secret": "Microsoft Client secret",
|
||||
"admin.config.oauth.microsoft-client-secret.description": "Microsoft OAuth uygulamasının Client Secret'i",
|
||||
"admin.config.oauth.microsoft-enabled.description": "Microsoft girişinin etkin olup olmadığı",
|
||||
"admin.config.oauth.microsoft-tenant": "Microsoft Kiracı",
|
||||
"admin.config.oauth.microsoft-tenant.description": "Microsoft OAuth uygulamasının Kiracı Kimliği\ncommon: Hem kişisel Microsoft hesaplarına hem de Microsoft Entra ID'den iş veya okul hesaplarına sahip kullanıcılar uygulamaya giriş yapabilir.\norganizations: Sadece Microsoft Entra ID'den iş veya okul hesaplarına sahip kullanıcılar uygulamaya giriş yapabilir.\nconsumers: Sadece kişisel Microsoft hesabı olan kullanıcılar uygulamaya giriş yapabilir.\nMicrosoft Entra kiracısının alan adı veya GUID formatındaki kiracı kimliği: Sadece belirli bir Microsoft Entra kiracısındaki kullanıcılar (iş veya okul hesapları olan dizin üyeleri veya kişisel Microsoft hesabı olan dizin konukları) uygulamaya giriş yapabilir.",
|
||||
"admin.config.oauth.microsoft-client-id": "Microsoft İstemci Kimliği",
|
||||
"admin.config.oauth.microsoft-client-id.description": "Microsoft OAuth uygulamasının İstemci Kimliği",
|
||||
"admin.config.oauth.microsoft-client-secret": "Microsoft İstemci Gizli Anahtarı",
|
||||
"admin.config.oauth.microsoft-client-secret.description": "Microsoft OAuth uygulamasının İstemci Gizli Anahtarı",
|
||||
"admin.config.oauth.discord-enabled": "Discord",
|
||||
"admin.config.oauth.discord-enabled.description": "Discord girişine izin verilip verilmeyeceği",
|
||||
"admin.config.oauth.discord-limited-users": "Discord limited users",
|
||||
"admin.config.oauth.discord-limited-users.description": "Limit signing in to specific users by their Discord ID. Leave it blank to disable.",
|
||||
"admin.config.oauth.discord-limited-guild": "Discord limitli sunucu ID'si",
|
||||
"admin.config.oauth.discord-limited-guild.description": "Oturum açmayı belirli bir sunucudaki kullanıcılarla sınırlayın. Devre dışı bırakmak için boş bırakın.",
|
||||
"admin.config.oauth.discord-client-id": "Discord Client ID",
|
||||
"admin.config.oauth.discord-client-id.description": "Discord OAuth uygulamasının Client ID'si",
|
||||
"admin.config.oauth.discord-client-secret": "Discord Client secret",
|
||||
"admin.config.oauth.discord-client-secret.description": "Discord OAuth uygulamasının Client Secret'i",
|
||||
"admin.config.oauth.oidc-enabled": "OpenID Bağlantısı",
|
||||
"admin.config.oauth.oidc-enabled.description": "OpenID girişine izin verilip verilmeyeceği",
|
||||
"admin.config.oauth.oidc-discovery-uri": "OpenID Connect Keşfetme URI'si",
|
||||
"admin.config.oauth.oidc-discovery-uri.description": "OpenID Connect OAuth uygulamasının Keşfetme URI'si",
|
||||
"admin.config.oauth.oidc-sign-out": "Sign out from OpenID Connect",
|
||||
"admin.config.oauth.oidc-sign-out.description": "Whether the “Sign out” button will sign out from the OpenID Connect provider",
|
||||
"admin.config.oauth.oidc-scope": "OpenID Connect scope",
|
||||
"admin.config.oauth.oidc-scope.description": "Scopes which should be requested from the OpenID Connect provider.",
|
||||
"admin.config.oauth.oidc-username-claim": "OpenID Connect kullanıcı adı sahiplenme",
|
||||
"admin.config.oauth.oidc-username-claim.description": "OpenID Connect ID belirtecinde kullanıcı adı sahiplenme. Bu yapılandırmanın ne olduğunu bilmiyorsanız boş bırakın.",
|
||||
"admin.config.oauth.oidc-role-path": "Path to roles in OpenID Connect token",
|
||||
"admin.config.oauth.oidc-role-path.description": "Must be a valid JMES path referencing an array of roles. " + "Managing access rights using OpenID Connect roles is only recommended if no other identity provider is configured and password login is disabled. " + "Leave it blank if you don't know what this config is.",
|
||||
"admin.config.oauth.oidc-role-general-access": "OpenID Connect role for general access",
|
||||
"admin.config.oauth.oidc-role-general-access.description": "Role required for general access. Must be present in a user’s roles for them to log in. " + "Leave it blank if you don't know what this config is.",
|
||||
"admin.config.oauth.oidc-role-admin-access": "OpenID Connect role for admin access",
|
||||
"admin.config.oauth.oidc-role-admin-access.description": "Role required for administrative access. Must be present in a user’s roles for them to access the admin panel. " + "Leave it blank if you don't know what this config is.",
|
||||
"admin.config.oauth.oidc-client-id": "OpenID Connect Client ID",
|
||||
"admin.config.oauth.oidc-client-id.description": "OpenID Connect OAuth uygulamasının Client ID'si",
|
||||
"admin.config.oauth.oidc-client-secret": "OpenID Connect Client secret",
|
||||
"admin.config.oauth.oidc-client-secret.description": "OpenID Connect OAuth uygulamasının Client Secret'i",
|
||||
"admin.config.oauth.discord-enabled.description": "Discord girişinin etkin olup olmadığı",
|
||||
"admin.config.oauth.discord-limited-users": "Discord ile sınırlı kullanıcılar",
|
||||
"admin.config.oauth.discord-limited-users.description": "Belirli kullanıcıların Discord ID'leri ile giriş yapmasını sınırla. Devre dışı bırakmak için boş bırakın.",
|
||||
"admin.config.oauth.discord-limited-guild": "Discord ile sınırlı sunucu ID'si",
|
||||
"admin.config.oauth.discord-limited-guild.description": "Belirli bir sunucudaki kullanıcıların giriş yapmasını sınırla. Devre dışı bırakmak için boş bırakın.",
|
||||
"admin.config.oauth.discord-client-id": "Discord İstemci Kimliği",
|
||||
"admin.config.oauth.discord-client-id.description": "Discord OAuth uygulamasının İstemci Kimliği",
|
||||
"admin.config.oauth.discord-client-secret": "Discord İstemci Gizli Anahtarı",
|
||||
"admin.config.oauth.discord-client-secret.description": "Discord OAuth uygulamasının İstemci Gizli Anahtarı",
|
||||
"admin.config.oauth.oidc-enabled": "OpenID Connect",
|
||||
"admin.config.oauth.oidc-enabled.description": "OpenID Connect girişinin etkin olup olmadığı",
|
||||
"admin.config.oauth.oidc-discovery-uri": "OpenID Connect Keşif URI'si",
|
||||
"admin.config.oauth.oidc-discovery-uri.description": "OpenID Connect OAuth uygulamasının Keşif URI'si",
|
||||
"admin.config.oauth.oidc-sign-out": "OpenID Connect'ten çıkış yap",
|
||||
"admin.config.oauth.oidc-sign-out.description": "“Çıkış yap” düğmesinin OpenID Connect sağlayıcısından çıkış yapıp yapmayacağı",
|
||||
"admin.config.oauth.oidc-scope": "OpenID Connect kapsamı",
|
||||
"admin.config.oauth.oidc-scope.description": "OpenID Connect sağlayıcısından talep edilmesi gereken kapsamlar.",
|
||||
"admin.config.oauth.oidc-username-claim": "OpenID Connect kullanıcı adı alanı",
|
||||
"admin.config.oauth.oidc-username-claim.description": "OpenID Connect ID tokenindeki kullanıcı adı alanı. Bu yapılandırmanın ne olduğunu bilmiyorsanız boş bırakın.",
|
||||
"admin.config.oauth.oidc-role-path": "OpenID Connect tokenindeki rollerin yolu",
|
||||
"admin.config.oauth.oidc-role-path.description": "Bir dizi rolü referans alan geçerli bir JMES yolu olmalıdır. " + "Erişim haklarını OpenID Connect rolleri kullanarak yönetmek, başka bir kimlik sağlayıcı yapılandırılmamışsa ve şifreli giriş devre dışıysa önerilir. " + "Bu yapılandırmanın ne olduğunu bilmiyorsanız boş bırakın.",
|
||||
"admin.config.oauth.oidc-role-general-access": "Genel erişim için OpenID Connect rolü",
|
||||
"admin.config.oauth.oidc-role-general-access.description": "Genel erişim için gerekli rol. Kullanıcıların giriş yapabilmesi için rollerinde bulunması gerekir. " + "Bu yapılandırmanın ne olduğunu bilmiyorsanız boş bırakın.",
|
||||
"admin.config.oauth.oidc-role-admin-access": "Yönetici erişimi için OpenID Connect rolü",
|
||||
"admin.config.oauth.oidc-role-admin-access.description": "Yönetici paneline erişim için gerekli rol. Kullanıcıların yönetici paneline erişebilmesi için rollerinde bulunması gerekir. " + "Bu yapılandırmanın ne olduğunu bilmiyorsanız boş bırakın.",
|
||||
"admin.config.oauth.oidc-client-id": "OpenID Connect İstemci Kimliği",
|
||||
"admin.config.oauth.oidc-client-id.description": "OpenID Connect OAuth uygulamasının İstemci Kimliği",
|
||||
"admin.config.oauth.oidc-client-secret": "OpenID Connect İstemci Gizli Anahtarı",
|
||||
"admin.config.oauth.oidc-client-secret.description": "OpenID Connect OAuth uygulamasının İstemci Gizli Anahtarı",
|
||||
"admin.config.category.ldap": "LDAP",
|
||||
"admin.config.ldap.enabled": "Enable LDAP",
|
||||
"admin.config.ldap.enabled.description": "Use LDAP authentication for user login",
|
||||
"admin.config.ldap.url": "Server URL",
|
||||
"admin.config.ldap.url.description": "URL of the LDAP server",
|
||||
"admin.config.ldap.enabled": "LDAP'ı etkinleştir",
|
||||
"admin.config.ldap.enabled.description": "Kullanıcı girişinde LDAP kimlik doğrulamasını kullan",
|
||||
"admin.config.ldap.url": "Sunucu URL'si",
|
||||
"admin.config.ldap.url.description": "LDAP sunucusunun URL'si",
|
||||
"admin.config.ldap.bind-dn": "Bind DN",
|
||||
"admin.config.ldap.bind-dn.description": "Default user used to perform the user search",
|
||||
"admin.config.ldap.bind-password": "Bind password",
|
||||
"admin.config.ldap.bind-password.description": "Password used to perform the user search",
|
||||
"admin.config.ldap.search-base": "User base",
|
||||
"admin.config.ldap.search-base.description": "Base location, where the user search will be performed",
|
||||
"admin.config.ldap.search-query": "User query",
|
||||
"admin.config.ldap.search-query.description": "The user query will be used to search the 'User base' for the LDAP user. %username% can be used as the placeholder for the user given input.",
|
||||
"admin.config.ldap.admin-groups": "Admin group",
|
||||
"admin.config.ldap.admin-groups.description": "Group required for administrative access.",
|
||||
"admin.config.ldap.field-name-member-of": "User groups attribute name",
|
||||
"admin.config.ldap.field-name-member-of.description": "LDAP attribute name for the groups, an user is a member of. This is used when checking for the admin group.",
|
||||
"admin.config.ldap.field-name-email": "User email attribute name",
|
||||
"admin.config.ldap.field-name-email.description": "LDAP attribute name for the email of an user.",
|
||||
"admin.config.notify.success": "Configuration updated successfully.",
|
||||
"admin.config.notify.logo-success": "Logo updated successfully. It may take a few minutes to update on the website.",
|
||||
"admin.config.notify.no-changes": "No changes to save.",
|
||||
"admin.config.ldap.bind-dn.description": "Kullanıcı aramasını gerçekleştirmek için kullanılan varsayılan kullanıcı",
|
||||
"admin.config.ldap.bind-password": "Bağlantı şifresi",
|
||||
"admin.config.ldap.bind-password.description": "Kullanıcı aramasını gerçekleştirmek için kullanılan şifre",
|
||||
"admin.config.ldap.search-base": "Kullanıcı temeli",
|
||||
"admin.config.ldap.search-base.description": "Kullanıcı aramasının yapılacağı temel konum",
|
||||
"admin.config.ldap.search-query": "Kullanıcı sorgusu",
|
||||
"admin.config.ldap.search-query.description": "Kullanıcı sorgusu, LDAP kullanıcısını aramak için 'Kullanıcı temeli' üzerinde kullanılacaktır. Kullanıcı girişine karşılık gelen %username% yer tutucusu kullanılabilir.",
|
||||
"admin.config.ldap.admin-groups": "Yönetici grubu",
|
||||
"admin.config.ldap.admin-groups.description": "Yönetimsel erişim için gerekli grup.",
|
||||
"admin.config.ldap.field-name-member-of": "Kullanıcı grupları nitelik adı",
|
||||
"admin.config.ldap.field-name-member-of.description": "Kullanıcının üye olduğu gruplar için LDAP nitelik adı. Bu, yönetici grubunu kontrol ederken kullanılır.",
|
||||
"admin.config.ldap.field-name-email": "Kullanıcı e-posta nitelik adı",
|
||||
"admin.config.ldap.field-name-email.description": "Kullanıcının e-posta adresi için LDAP nitelik adı.",
|
||||
"admin.config.notify.success": "Yapılandırma başarıyla güncellendi.",
|
||||
"admin.config.notify.logo-success": "Logo başarıyla güncellendi. Web sitesinde güncellenmesi birkaç dakika sürebilir.",
|
||||
"admin.config.notify.no-changes": "Kaydedilecek bir değişiklik yok.",
|
||||
"admin.config.category.s3": "S3",
|
||||
"admin.config.s3.enabled": "Enabled",
|
||||
"admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.",
|
||||
"admin.config.s3.endpoint": "Endpoint",
|
||||
"admin.config.s3.endpoint.description": "The URL of the S3 bucket.",
|
||||
"admin.config.s3.region": "Region",
|
||||
"admin.config.s3.region.description": "The region of the S3 bucket.",
|
||||
"admin.config.s3.bucket-name": "Bucket name",
|
||||
"admin.config.s3.bucket-name.description": "The name of the S3 bucket.",
|
||||
"admin.config.s3.bucket-path": "Path",
|
||||
"admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.",
|
||||
"admin.config.s3.key": "Key",
|
||||
"admin.config.s3.key.description": "The key which allows you to access the S3 bucket.",
|
||||
"admin.config.s3.secret": "Secret",
|
||||
"admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.",
|
||||
"admin.config.category.legal": "Legal",
|
||||
"admin.config.legal.enabled": "Enable legal notices",
|
||||
"admin.config.legal.enabled.description": "Whether to show a link to imprint and privacy policy in the footer.",
|
||||
"admin.config.legal.imprint-text": "Imprint text",
|
||||
"admin.config.legal.imprint-text.description": "The text which should be shown in the imprint. Supports Markdown. Leave blank to link to an external imprint page.",
|
||||
"admin.config.legal.imprint-url": "Imprint URL",
|
||||
"admin.config.legal.imprint-url.description": "If you already have an imprint page you can link it here instead of using the text field.",
|
||||
"admin.config.legal.privacy-policy-text": "Privacy policy text",
|
||||
"admin.config.legal.privacy-policy-text.description": "The text which should be shown in the privacy policy. Supports Markdown. Leave blank to link to an external privacy policy page.",
|
||||
"admin.config.legal.privacy-policy-url": "Privacy policy URL",
|
||||
"admin.config.legal.privacy-policy-url.description": "If you already have a privacy policy page you can link it here instead of using the text field.",
|
||||
"admin.config.s3.enabled": "Etkin",
|
||||
"admin.config.s3.enabled.description": "Paylaşılan dosyaların yerel dosya sistemi yerine S3 üzerinde depolanıp depolanmayacağını belirtir.",
|
||||
"admin.config.s3.endpoint": "Bağlantı Noktası",
|
||||
"admin.config.s3.endpoint.description": "S3 kovasının URL'si.",
|
||||
"admin.config.s3.region": "Bölge",
|
||||
"admin.config.s3.region.description": "S3 kovasının bulunduğu bölge.",
|
||||
"admin.config.s3.bucket-name": "Kova Adı",
|
||||
"admin.config.s3.bucket-name.description": "S3 kovasının adı.",
|
||||
"admin.config.s3.bucket-path": "Yol",
|
||||
"admin.config.s3.bucket-path.description": "Dosyaların S3 kovasında depolanması için varsayılan yol.",
|
||||
"admin.config.s3.key": "Anahtar",
|
||||
"admin.config.s3.key.description": "S3 kovasına erişmenizi sağlayan anahtar.",
|
||||
"admin.config.s3.secret": "Gizli",
|
||||
"admin.config.s3.secret.description": "S3 kovasına erişmenizi sağlayan gizli anahtar.",
|
||||
"admin.config.category.legal": "Yasal",
|
||||
"admin.config.legal.enabled": "Yasal Bildirimleri Etkinleştir",
|
||||
"admin.config.legal.enabled.description": "Alt bilgi kısmında künyeye ve gizlilik politikasına bir bağlantı gösterilip gösterilmeyeceğini belirtir.",
|
||||
"admin.config.legal.imprint-text": "Künye Metni",
|
||||
"admin.config.legal.imprint-text.description": "Künyede gösterilecek metin. Markdown destekler. Dış bir künye sayfasına bağlanmak için boş bırakın.",
|
||||
"admin.config.legal.imprint-url": "Künye URL'si",
|
||||
"admin.config.legal.imprint-url.description": "Halihazırda bir künye sayfanız varsa, buraya bağlantı verebilirsiniz.",
|
||||
"admin.config.legal.privacy-policy-text": "Gizlilik Politikası Metni",
|
||||
"admin.config.legal.privacy-policy-text.description": "Gizlilik politikasında gösterilecek metin. Markdown destekler. Dış bir gizlilik politikası sayfasına bağlanmak için boş bırakın.",
|
||||
"admin.config.legal.privacy-policy-url": "Gizlilik Politikası URL'si",
|
||||
"admin.config.legal.privacy-policy-url.description": "Halihazırda bir gizlilik politikası sayfanız varsa, buraya bağlantı verebilirsiniz.",
|
||||
// 404
|
||||
"404.description": "Haydaa, böyle bir sayfa yok.",
|
||||
"404.button.home": "Beni eve götür",
|
||||
"404.description": "Hata! Bu sayfa mevcut değil.",
|
||||
"404.button.home": "Beni anasayfaya götür",
|
||||
// error
|
||||
"error.title": "Hata",
|
||||
"error.description": "Haydaa!",
|
||||
"error.description": "Oops!",
|
||||
"error.button.back": "Geri dön",
|
||||
"error.msg.default": "Bir şeyler ters gitti.",
|
||||
"error.msg.access_denied": "Doğrulama aşamasını iptal ettin, lütfen yeniden dene.",
|
||||
"error.msg.expired_token": "Doğrulama aşaması çok uzun sürdü, lütfen yeniden dene.",
|
||||
"error.msg.access_denied": "Kimlik doğrulama işlemini iptal ettiniz, lütfen tekrar deneyin.",
|
||||
"error.msg.expired_token": "Kimlik doğrulama işlemi çok uzun sürdü, lütfen tekrar deneyin.",
|
||||
"error.msg.invalid_token": "Dahili Hata",
|
||||
"error.msg.no_user": "Bu {0} hesabına bağlı kullanıcı mevcut değil.",
|
||||
"error.msg.no_email": "Bu {0} hesaptan e-posta adresi alınamıyor.",
|
||||
"error.msg.already_linked": "Bu {0} hesabı zaten başka bir hesaba bağlı.",
|
||||
"error.msg.not_linked": "This {0} account hasn't been linked to any account yet.",
|
||||
"error.msg.unverified_account": "Bu {0} hesabı doğrulanmamış, lütfen doğruladıktan sonra yeniden dene.",
|
||||
"error.msg.user_not_allowed": "Giriş yapmana izin verilmiyor.",
|
||||
"error.msg.cannot_get_user_info": "Cannot get your user info from this {0} account.",
|
||||
"error.msg.no_user": "Bu {0} hesabıyla bağlantılı bir kullanıcı mevcut değil.",
|
||||
"error.msg.no_email": "Bu {0} hesabından e-posta adresi alınamıyor.",
|
||||
"error.msg.already_linked": "Bu {0} hesabı zaten başka bir hesapla bağlantılı.",
|
||||
"error.msg.not_linked": "Bu {0} hesabı henüz hiçbir hesapla bağlantılı değil.",
|
||||
"error.msg.unverified_account": "Bu {0} hesabı doğrulanmamış, lütfen doğrulamadan sonra tekrar deneyin.",
|
||||
"error.msg.user_not_allowed": "Giriş yapma izniniz yok.",
|
||||
"error.msg.cannot_get_user_info": "Bu {0} hesabından kullanıcı bilgilerinize ulaşılamıyor.",
|
||||
"error.param.provider_github": "GitHub",
|
||||
"error.param.provider_google": "Google",
|
||||
"error.param.provider_microsoft": "Microsoft",
|
||||
"error.param.provider_discord": "Discord",
|
||||
"error.param.provider_oidc": "OpenID Bağlantısı",
|
||||
"error.param.provider_oidc": "OpenID Connect",
|
||||
// Common translations
|
||||
"common.button.save": "Kaydet",
|
||||
"common.button.create": "Oluştur",
|
||||
@@ -504,27 +504,27 @@ export default {
|
||||
"common.button.delete": "Sil",
|
||||
"common.button.cancel": "İptal",
|
||||
"common.button.confirm": "Onayla",
|
||||
"common.button.disable": "Etkisizleştir",
|
||||
"common.button.disable": "Devre Dışı Bırak",
|
||||
"common.button.share": "Paylaş",
|
||||
"common.button.generate": "Oluştur",
|
||||
"common.button.done": "Tamam",
|
||||
"common.button.done": "Tamamlandı",
|
||||
"common.text.link": "Bağlantı",
|
||||
"common.text.navigate-to-link": "Visit link",
|
||||
"common.text.or": "ya da",
|
||||
"common.text.redirecting": "Redirecting...",
|
||||
"common.text.navigate-to-link": "Bağlantıya git",
|
||||
"common.text.or": "veya",
|
||||
"common.text.redirecting": "Yönlendiriliyor...",
|
||||
"common.button.go-back": "Geri dön",
|
||||
"common.button.go-home": "Ana sayfaya dön",
|
||||
"common.notify.copied": "Bağlantınız kopyalandı",
|
||||
"common.notify.copied-link": "Bağlantınız kopyalandı",
|
||||
"common.button.go-home": "Anasayfaya git",
|
||||
"common.notify.copied": "Bağlantınız panoya kopyalandı",
|
||||
"common.notify.copied-link": "Bağlantınız panoya kopyalandı",
|
||||
"common.success": "Başarılı",
|
||||
"common.error": "Hata",
|
||||
"common.error.unknown": "Bilinmeyen hata meydana geldi",
|
||||
"common.error.invalid-email": "Geçersiz E-Posta adresi",
|
||||
"common.error.too-short": "En azından {length} karakter olmalı",
|
||||
"common.error.too-long": "En fazla {length} karakter olmalı",
|
||||
"common.error.number-too-small": "Must be at least {min}",
|
||||
"common.error.number-too-large": "Must be at most {max}",
|
||||
"common.error.exact-length": "Tam tamına {length} karakter olmalı",
|
||||
"common.error.invalid-number": "Bir sayı olmalı",
|
||||
"common.error.field-required": "Bu alan gerekli"
|
||||
"common.error.unknown": "Bilinmeyen bir hata oluştu",
|
||||
"common.error.invalid-email": "Geçersiz e-posta adresi",
|
||||
"common.error.too-short": "En az {length} karakter olmalıdır",
|
||||
"common.error.too-long": "En fazla {length} karakter olmalıdır",
|
||||
"common.error.number-too-small": "En az {min} olmalıdır",
|
||||
"common.error.number-too-large": "En fazla {max} olmalıdır",
|
||||
"common.error.exact-length": "Tam olarak {length} karakter olmalıdır",
|
||||
"common.error.invalid-number": "Bir sayı olmalıdır",
|
||||
"common.error.field-required": "Bu alan gereklidir"
|
||||
};
|
||||
Reference in New Issue
Block a user