-
Notifications
You must be signed in to change notification settings - Fork 466
fix(localizations): Update tr-TR waitlist translations #9410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -881,7 +881,7 @@ export const trTR: LocalizationResource = { | |||||
| formFieldInputPlaceholder__apiKeyName: undefined, | ||||||
| formFieldInputPlaceholder__backupCode: 'Yedek kodu girin', | ||||||
| formFieldInputPlaceholder__confirmDeletionUserAccount: 'Hesabı sil', | ||||||
| formFieldInputPlaceholder__emailAddress: 'email@example.com', | ||||||
| formFieldInputPlaceholder__emailAddress: 'ornek@email.com', | ||||||
| formFieldInputPlaceholder__emailAddress_username: 'email veya kullanıcı adı', | ||||||
| formFieldInputPlaceholder__emailAddresses: 'ornek@email.com, ornek2@email.com', | ||||||
| formFieldInputPlaceholder__firstName: 'Adınızı girin', | ||||||
|
|
@@ -2218,8 +2218,8 @@ export const trTR: LocalizationResource = { | |||||
| }, | ||||||
| waitlist: { | ||||||
| start: { | ||||||
| actionLink: 'Bekleme listesine katıl', | ||||||
| actionText: 'Hala bir hesabınız yok mu?', | ||||||
| actionLink: 'Giriş Yap', | ||||||
| actionText: 'Hesabınız var mı?', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Match the waitlist prompt to the base localization intent. The base resource uses As per path instructions: “Use the most up-to-date base localization file to validate changes, ensuring consistency and completeness.” Proposed fix- actionText: 'Hesabınız var mı?',
+ actionText: 'Zaten erişiminiz var mı?',📝 Committable suggestion
Suggested change
🤖 Prompt for AI AgentsSource: Path instructions |
||||||
| formButton: 'Kayıt Ol', | ||||||
| subtitle: 'Kaydolduktan sonra erken erişim kazanabilirsiniz.', | ||||||
| title: 'Bekleme Listesine Katılın', | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Use sentence case for the sign-in action.
The same file uses
Giriş yapfor equivalent sign-in actions at Lines 1521 and 1594. ChangeGiriş YaptoGiriş yap.Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents