Skip to content

Commit

Permalink
feat: Add translations for new variable system
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Oct 18, 2024
1 parent 222296b commit d148897
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion public/locales/de/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,11 @@
"description": "Als Ergebnis dieses Prozesses werden private Daten für die Rolle erstellt.",
"key": "Name",
"value": "Wert",
"create": "Schaffen"
"create": "Schaffen",
"extension": "Erweiterung",
"key_selectable": "Benutzerdefinierter Datentyp",
"key_placeholder": "Benutzerdefinierten Datentyp auswählen...",
"value_placeholder": "Wert auswählen..."
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion public/locales/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,11 @@
"description": "As a result of this process, private data will be created on the role.",
"key": "Name",
"value": "Value",
"create": "Create"
"create": "Create",
"extension": "Extension",
"key_selectable": "Custom Data Type",
"key_placeholder": "Select custom data type...",
"value_placeholder": "Select value..."
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion public/locales/tr/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,11 @@
"description": "Bu işlem sonucu rol üzerinde bir özel veri oluşturulacaktır.",
"key": "Adı",
"value": "Değeri",
"create": "Oluştur"
"create": "Oluştur",
"extension": "Eklenti",
"key_selectable": "Özel Veri Türü",
"key_placeholder": "Özel veri türünü seçiniz...",
"value_placeholder": "Değer seçiniz..."
}
}
},
Expand Down

0 comments on commit d148897

Please sign in to comment.