✨ feat(locale): Add tr_TR
parent
7177230639
commit
6add1f3978
|
|
@ -516,7 +516,7 @@ Every bit counts and your one-time donation sparkles in our galaxy of support! Y
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
Copyright © 2023 [CanisMinor][profile-link]. <br />
|
Copyright © 2023 [LobeHub][profile-link]. <br />
|
||||||
This project is [AGPL3](./LICENSE) licensed.
|
This project is [AGPL3](./LICENSE) licensed.
|
||||||
|
|
||||||
<!-- LINK GROUP -->
|
<!-- LINK GROUP -->
|
||||||
|
|
@ -571,6 +571,6 @@ This project is [AGPL3](./LICENSE) licensed.
|
||||||
[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
|
[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
|
||||||
[pr-welcome-link]: https://github.com/lobehub/lobe-chat/pulls
|
[pr-welcome-link]: https://github.com/lobehub/lobe-chat/pulls
|
||||||
[pr-welcome-shield]: https://img.shields.io/badge/🤯_pr_welcome-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
|
[pr-welcome-shield]: https://img.shields.io/badge/🤯_pr_welcome-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
|
||||||
[profile-link]: https://github.com/canisminor1990
|
[profile-link]: https://github.com/lobehub
|
||||||
[sponsor-link]: https://opencollective.com/lobehub 'Become 🩷 LobeHub Sponsor'
|
[sponsor-link]: https://opencollective.com/lobehub 'Become 🩷 LobeHub Sponsor'
|
||||||
[sponsor-shield]: https://img.shields.io/badge/-Sponsor%20LobeHub-f04f88?logo=opencollective&logoColor=white&style=flat-square
|
[sponsor-shield]: https://img.shields.io/badge/-Sponsor%20LobeHub-f04f88?logo=opencollective&logoColor=white&style=flat-square
|
||||||
|
|
|
||||||
|
|
@ -487,7 +487,7 @@ $ bun dev
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
Copyright © 2023 [CanisMinor][profile-link]. <br />
|
Copyright © 2023 [LobeHub][profile-link]. <br />
|
||||||
This project is [AGPL3](./LICENSE) licensed.
|
This project is [AGPL3](./LICENSE) licensed.
|
||||||
|
|
||||||
<!-- LINK GROUP -->
|
<!-- LINK GROUP -->
|
||||||
|
|
@ -542,6 +542,6 @@ This project is [AGPL3](./LICENSE) licensed.
|
||||||
[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
|
[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
|
||||||
[pr-welcome-link]: https://github.com/lobehub/lobe-chat/pulls
|
[pr-welcome-link]: https://github.com/lobehub/lobe-chat/pulls
|
||||||
[pr-welcome-shield]: https://img.shields.io/badge/🤯_pr_welcome-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
|
[pr-welcome-shield]: https://img.shields.io/badge/🤯_pr_welcome-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
|
||||||
[profile-link]: https://github.com/canisminor1990
|
[profile-link]: https://github.com/lobehub
|
||||||
[sponsor-link]: https://opencollective.com/lobehub 'Become 🩷 LobeHub Sponsor'
|
[sponsor-link]: https://opencollective.com/lobehub 'Become 🩷 LobeHub Sponsor'
|
||||||
[sponsor-shield]: https://img.shields.io/badge/-Sponsor%20LobeHub-f04f88?logo=opencollective&logoColor=white&style=flat-square
|
[sponsor-shield]: https://img.shields.io/badge/-Sponsor%20LobeHub-f04f88?logo=opencollective&logoColor=white&style=flat-square
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -19,24 +19,28 @@
|
||||||
"label": "한국어",
|
"label": "한국어",
|
||||||
"value": "ko_KR"
|
"value": "ko_KR"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"label": "Français",
|
|
||||||
"value": "fr_FR"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": "Deutsch",
|
"label": "Deutsch",
|
||||||
"value": "de_DE"
|
"value": "de_DE"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"label": "Русский",
|
|
||||||
"value": "ru_RU"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": "Español",
|
"label": "Español",
|
||||||
"value": "es_ES"
|
"value": "es_ES"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "Français",
|
||||||
|
"value": "fr_FR"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Português",
|
"label": "Português",
|
||||||
"value": "pt_BR"
|
"value": "pt_BR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Русский",
|
||||||
|
"value": "ru_RU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Turkish",
|
||||||
|
"value": "tr_TR"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,196 @@
|
||||||
|
{
|
||||||
|
"brand": {
|
||||||
|
"custom": "Özel",
|
||||||
|
"kitchen": "Mutfak",
|
||||||
|
"lobe": "LobeHub"
|
||||||
|
},
|
||||||
|
"cancel": "İptal",
|
||||||
|
"confirm": "Onayla",
|
||||||
|
"custom": {
|
||||||
|
"initializing": "StableDiffusion / LobeTheme başlatılıyor, lütfen bekleyin..."
|
||||||
|
},
|
||||||
|
"footer": {
|
||||||
|
"community": "Topluluk",
|
||||||
|
"help": "Yardım",
|
||||||
|
"moreProducts": "Daha Fazla Ürün",
|
||||||
|
"resources": "Kaynaklar"
|
||||||
|
},
|
||||||
|
"header": {
|
||||||
|
"feedback": "Geribildirim",
|
||||||
|
"setting": "Ayarlar",
|
||||||
|
"switchTheme": "Aydınlık/Karanlık Tema Değiştir"
|
||||||
|
},
|
||||||
|
"modal": {
|
||||||
|
"themeFeedback": {
|
||||||
|
"title": "Tema Geri Bildirimi"
|
||||||
|
},
|
||||||
|
"themeSetting": {
|
||||||
|
"title": "Tema Ayarları"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"prompt": {
|
||||||
|
"area": {
|
||||||
|
"attribute": "Özellik Seçimi",
|
||||||
|
"object": "Nesne Seçimi",
|
||||||
|
"tag": "Etiket Seçimi"
|
||||||
|
},
|
||||||
|
"load": "Yükleme İsteği",
|
||||||
|
"negative": "Negatif",
|
||||||
|
"positive": "Pozitif",
|
||||||
|
"set": "Ayar İsteği"
|
||||||
|
},
|
||||||
|
"setting": {
|
||||||
|
"button": {
|
||||||
|
"reset": "Varsayılana Sıfırla",
|
||||||
|
"submit": "Uygula ve Arayüzü Yeniden Başlat"
|
||||||
|
},
|
||||||
|
"confirmPageUnload": {
|
||||||
|
"desc": "Kaydedilmemiş veri kaybını önlemeye yardımcı olur",
|
||||||
|
"title": "Sayfadan Ayrılma Onayı"
|
||||||
|
},
|
||||||
|
"customFont": {
|
||||||
|
"desc": "Etkinleştirildiğinde, Çince, İngilizce ve kod metninin görüntüsünü geliştirmek için otomatik olarak bir web yazı tipi yükler",
|
||||||
|
"title": "Özel Yazı Tipi"
|
||||||
|
},
|
||||||
|
"customLogo": {
|
||||||
|
"desc": "URL / Base64 / Emoji sembolleri desteği",
|
||||||
|
"title": "Özel Logo"
|
||||||
|
},
|
||||||
|
"customTitle": {
|
||||||
|
"desc": "Özel Logo Başlığı",
|
||||||
|
"title": "Özel Başlık"
|
||||||
|
},
|
||||||
|
"extraNetworkSidebar": {
|
||||||
|
"defaultCardSize": {
|
||||||
|
"desc": "Başlangıçta model kapak boyutunun varsayılan değeri",
|
||||||
|
"title": "Model Kapak Boyutu"
|
||||||
|
},
|
||||||
|
"defaultExpand": {
|
||||||
|
"desc": "Başlangıçta kenar çubuğunu varsayılan olarak genişletmek için",
|
||||||
|
"title": "Varsayılan Genişletme"
|
||||||
|
},
|
||||||
|
"defaultWidth": {
|
||||||
|
"desc": "Başlangıçta kenar çubuğunun varsayılan genişliği",
|
||||||
|
"title": "Varsayılan Genişlik"
|
||||||
|
},
|
||||||
|
"displayMode": {
|
||||||
|
"desc": "Sabit görüntüleme için ızgara modu olarak sabitlenmiş, kayan modda fare kenara geldiğinde otomatik genişler",
|
||||||
|
"title": "Görüntüleme Modu"
|
||||||
|
},
|
||||||
|
"enable": {
|
||||||
|
"desc": "Sağ tarafta ek ağ kenar çubuğunu etkinleştir",
|
||||||
|
"title": "Etkinleştir"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"group": {
|
||||||
|
"experimental": "Deneysel Özellikler",
|
||||||
|
"extraNetworkSidebar": "Ek Ağ Kenar Çubuğu",
|
||||||
|
"layout": "Düzen Ayarları",
|
||||||
|
"promptTextarea": "İsteğe Bağlı Metin Kutusu",
|
||||||
|
"quickSettingSidebar": "Hızlı Ayar Kenar Çubuğu",
|
||||||
|
"theme": "Tema Ayarları"
|
||||||
|
},
|
||||||
|
"hideFooter": {
|
||||||
|
"desc": "Tema altbilgisini gizle ve sadece stable diffusion webui'nin varsayılan altbilgisini göster",
|
||||||
|
"title": "Altbilgiyi Gizle"
|
||||||
|
},
|
||||||
|
"imageInfo": {
|
||||||
|
"desc": "Oluşturulan görüntüde daha iyi görüntü bilgisi göster",
|
||||||
|
"title": "Görüntü Bilgisi Alternatifi"
|
||||||
|
},
|
||||||
|
"language": {
|
||||||
|
"desc": "Lobe Tema dili",
|
||||||
|
"title": "Dil"
|
||||||
|
},
|
||||||
|
"logoType": {
|
||||||
|
"desc": "Logo Türü",
|
||||||
|
"preview": "Önizleme",
|
||||||
|
"title": "Logo Türü"
|
||||||
|
},
|
||||||
|
"neutralColor": {
|
||||||
|
"desc": "Farklı renk eğilimleri olan farklı tonlarda griyi özelleştirin, ikincisi orijinal Mutfak nötr rengidir",
|
||||||
|
"title": "Nötr Renk"
|
||||||
|
},
|
||||||
|
"primaryColor": {
|
||||||
|
"desc": "Özel birincil renk, ikincisi orijinal Mutfak tema rengidir",
|
||||||
|
"title": "Birincil Renk"
|
||||||
|
},
|
||||||
|
"promptDisplayMode": {
|
||||||
|
"desc": "Sabit yükseklik veya sürüklenebilir yeniden boyutlandırma desteği ile otomatik yükseklik",
|
||||||
|
"resizable": "Yeniden Boyutlanabilir",
|
||||||
|
"scroll": "Kaydırma",
|
||||||
|
"title": "İsteğe Bağlı Görüntüleme Modu"
|
||||||
|
},
|
||||||
|
"promptEditor": {
|
||||||
|
"desc": "Hızlı ayar kenar çubuğunun üstünde basit bir isteğe bağlı düzenleyici sağlar",
|
||||||
|
"title": "İsteğe Bağlı Düzenleyici"
|
||||||
|
},
|
||||||
|
"promptHighlight": {
|
||||||
|
"desc": "Stable Diffusion sözdizimi kurallarına göre otomatik olarak isteği bağlı renklendirme",
|
||||||
|
"title": "İsteğe Bağlı Sözdizimi Vurgulama"
|
||||||
|
},
|
||||||
|
"quickSettingSidebar": {
|
||||||
|
"defaultExpand": {
|
||||||
|
"desc": "Başlangıçta kenar çubuğunu varsayılan olarak genişletmek için",
|
||||||
|
"title": "Varsayılan Genişletme"
|
||||||
|
},
|
||||||
|
"defaultWidth": {
|
||||||
|
"desc": "Başlangıçta kenar çubuğunun varsayılan genişliği",
|
||||||
|
"title": "Varsayılan Genişlik"
|
||||||
|
},
|
||||||
|
"displayMode": {
|
||||||
|
"desc": "Sabit görüntüleme için ızgara modu olarak sabitlenmiş, kayan modda fare kenara geldiğinde otomatik genişler",
|
||||||
|
"title": "Görüntüleme Modu"
|
||||||
|
},
|
||||||
|
"enable": {
|
||||||
|
"desc": "Sol tarafta hızlı ayar kenar çubuğunu etkinleştir",
|
||||||
|
"title": "Etkinleştir"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reduceAnimation": {
|
||||||
|
"desc": "Bulanıklık efektini ve arka plan akış rengini azaltarak akıcılığı artırabilir ve CPU kullanımını azaltabilir",
|
||||||
|
"title": "Animasyonu Azalt"
|
||||||
|
},
|
||||||
|
"splitPreviewer": {
|
||||||
|
"desc": "İsteğe bağlı olarak, isteğe bağlı olarak, oluşturulan görüntünün her zaman en üstte görüntülendiğinden, isteğin giriş kutusunu solda ve oluştur düğmesini sağda yerleştirir (deneysel)",
|
||||||
|
"title": "Bölünmüş Önizleyici"
|
||||||
|
},
|
||||||
|
"svgIcons": {
|
||||||
|
"desc": "Stable diffusion webui'deki tüm Emoji simgelerini global olarak SVG simgeleriyle değiştir",
|
||||||
|
"title": "SVG Simgeleri"
|
||||||
|
},
|
||||||
|
"tab": {
|
||||||
|
"appearance": "Görünüm",
|
||||||
|
"experimental": "Deneysel",
|
||||||
|
"layout": "Düzen",
|
||||||
|
"sidebar": "Kenar Çubuğu"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"share": "Paylaş",
|
||||||
|
"shareModal": {
|
||||||
|
"download": "Ekran Görüntüsünü İndir",
|
||||||
|
"imageType": "Görüntü Biçimi",
|
||||||
|
"info": "Görüntü Bilgisi",
|
||||||
|
"screenshot": "Ekran Görüntüsü",
|
||||||
|
"settings": "Ayarları Dışa Aktar",
|
||||||
|
"showAllImages": "Tüm Görüntüleri Göster",
|
||||||
|
"showConfig": "Oluşturma Yapılandırmasını Göster",
|
||||||
|
"showNegative": "Negatif İsteği Göster",
|
||||||
|
"tabs": {
|
||||||
|
"info": "Bilgi",
|
||||||
|
"settings": "Ayarlar"
|
||||||
|
},
|
||||||
|
"title": "Görüntü Adı",
|
||||||
|
"warn": "Lütfen Önce Görüntü Oluşturun",
|
||||||
|
"withBackground": "Arka Plan Görüntüsü Dahil Et",
|
||||||
|
"withFooter": "Altbilgi Dahil Et"
|
||||||
|
},
|
||||||
|
"sidebar": {
|
||||||
|
"extraNetwork": "Ek Ağ",
|
||||||
|
"mode": {
|
||||||
|
"fixed": "Sabit",
|
||||||
|
"float": "Yüzer"
|
||||||
|
},
|
||||||
|
"quickSetting": "Hızlı Ayar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.",
|
"description": "The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"lobehub",
|
||||||
"stable-diffusion-webui",
|
"stable-diffusion-webui",
|
||||||
"sd-webui-kitchen-theme",
|
"sd-webui-kitchen-theme",
|
||||||
"kitchen-theme",
|
"kitchen-theme",
|
||||||
|
|
@ -18,7 +19,7 @@
|
||||||
"url": "https://github.com/lobehub/sd-webui-lobe-theme.git"
|
"url": "https://github.com/lobehub/sd-webui-lobe-theme.git"
|
||||||
},
|
},
|
||||||
"license": "AGPL3",
|
"license": "AGPL3",
|
||||||
"author": "canisminor1990 <i@canisminor.cc>",
|
"author": "LobeHub <i@lobehub.com>",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"main": "javascript/main.js",
|
"main": "javascript/main.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
@ -126,12 +127,6 @@
|
||||||
"vite": "^5",
|
"vite": "^5",
|
||||||
"vitest": "latest"
|
"vitest": "latest"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
|
||||||
"antd": ">=5",
|
|
||||||
"antd-style": ">=3",
|
|
||||||
"react": ">=18",
|
|
||||||
"react-dom": ">=18"
|
|
||||||
},
|
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"registry": "https://registry.npmjs.org"
|
"registry": "https://registry.npmjs.org"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue