Skip to content

Commit

Permalink
locale: update Turkish locale with Weblate
Browse files Browse the repository at this point in the history
Currently translated at 85.5% (1008 of 1178 strings)

Translation: Mainsail/Mainsail
Translate-URL: https://hosted.weblate.org/projects/mainsail/mainsail/tr/
  • Loading branch information
Mustafa Acar authored and weblate committed Sep 10, 2024
1 parent 5fc7600 commit 515a6aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
"NextReboot": "sonraki yeniden başlatma",
"NoNotification": "Bildirim yok",
"Notifications": "Bildirimler",
"Remind": "Hatırlat:"
"Remind": "Hatırlat:",
"BrowserWarnings": {

Check failure on line 26 in src/locales/tr.json

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/tr.json#L26

Expected object keys to be in insensitive ascending order. 'BrowserWarnings' should be before 'Remind' (jsonc/sort-keys)
"Headline": "Eski sürüm tarayıcı",
"Description": "{name} eski sürümdür ve tam olarak desteklenmez. Mevcut sürüm {version} olarak gözükmektedir. Mainsail, sürüm {minVersion} veya üzerini gerektirir."

Check failure on line 28 in src/locales/tr.json

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/tr.json#L28

Expected object keys to be in insensitive ascending order. 'Description' should be before 'Headline' (jsonc/sort-keys)
}
},
"NumberInput": {
"GreaterOrEqualError": " {min}değerinden büyük veya eşit olmalıdır!",
Expand Down

0 comments on commit 515a6aa

Please sign in to comment.