summary refs log tree commit diff
path: root/api/locales/tr/common.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-25 18:24:21 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-25 23:35:18 +1000
commitf44f5d7ac2d24ff836c2e1d4b2fa58da04b13052 (patch)
treea6655c41bb3db79c30fd876b06ee60fe9cf70c9b /api/locales/tr/common.json
parentAllow edited_timestamp to passthrough in handleMessage (diff)
downloadserver-ts-f44f5d7ac2d24ff836c2e1d4b2fa58da04b13052.tar.xz
Refactor to mono-repo + upgrade packages
Diffstat (limited to 'api/locales/tr/common.json')
-rw-r--r--api/locales/tr/common.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/api/locales/tr/common.json b/api/locales/tr/common.json
deleted file mode 100644

index 1f99c1d5..00000000 --- a/api/locales/tr/common.json +++ /dev/null
@@ -1,18 +0,0 @@ -{ - "field": { - "BASE_TYPE_REQUIRED": "Bu alan gereklidir", - "BASE_TYPE_STRING": "Bu alan bir metin (string) olmalı", - "BASE_TYPE_NUMBER": "Bu alan bir sayı olmalı", - "BASE_TYPE_BIGINT": "Bu alan uzun tamsayı değeri olmalıdır", - "BASE_TYPE_BOOLEAN": "Bu alan doğru/yanlış olmalıdır", - "BASE_TYPE_CHOICES": "Bu alan ({{types}}) tiplerinden biri olmalı", - "BASE_TYPE_CLASS": "Bu alan {{type}} türünden olmalı", - "BASE_TYPE_OBJECT": "Bu alan bir nesne olmalı", - "BASE_TYPE_ARRAY": "Bu alan bir dizi olmalı", - "UNKOWN_FIELD": "Bilinmeyen anahtar: {{key}}", - "BASE_TYPE_CONSTANT": "Bu alan {{value}} olmalı", - "EMAIL_TYPE_INVALID_EMAIL": "Geçerli bir e-posta adresi değil", - "DATE_TYPE_PARSE": "{{date}} işlenemiyor. ISO8601 standartlarında olmalı", - "BASE_TYPE_BAD_LENGTH": "{{length}} arası uzunlukta olmalı" - } -}