mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Update Turkish translation (#1239)
This commit is contained in:
parent
a55fc08c43
commit
a8b9ac8165
2 changed files with 17 additions and 1 deletions
|
@ -19,7 +19,7 @@ module.exports.i18n = {
|
|||
*
|
||||
*/
|
||||
|
||||
locales: ['de-DE', 'en-GB', 'en-US', 'es-ES', 'fr-FR', 'it-IT', 'ru-RU'],
|
||||
locales: ['de-DE', 'en-GB', 'en-US', 'es-ES', 'fr-FR', 'it-IT', 'ru-RU', 'tr-TR'],
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
16
server/config/locales/tr-TR.json
Normal file
16
server/config/locales/tr-TR.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"Card Created": "Kart oluşturuldu",
|
||||
"Card Moved": "Kart taşındı",
|
||||
"New Comment": "Yeni yorum",
|
||||
"Test Title": "Test başlığı",
|
||||
"This is a test text message!": "Bu bir test metin mesajıdır!",
|
||||
"This is a *test* **markdown** `message`!": "Bu bir *test* **markdown** `mesajı`!",
|
||||
"This is a <i>test</i> <b>html</b> <code>message</code>": "Bu bir <i>test</i> <b>html</b> <code>mesajı</code>",
|
||||
"You Were Added to Card": "Karta eklendiniz",
|
||||
"You Were Mentioned in Comment": "Bir yorumda bahsedildiniz",
|
||||
"%s added you to %s on %s": "%s sizi %s'ye %s tarihinde ekledi",
|
||||
"%s created %s in %s on %s": "%s, %s'i %s içinde %s tarihinde oluşturdu",
|
||||
"%s left a new comment to %s on %s": "%s, %s'ye %s tarihinde yeni bir yorum bıraktı",
|
||||
"%s mentioned you in %s on %s": "%s, %s içinde %s tarihinde sizden bahsetti",
|
||||
"%s moved %s from %s to %s on %s": "%s, %s'yi %s'den %s'ye %s tarihinde taşıdı"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue