mirror of
https://github.com/we-promise/sure.git
synced 2026-04-14 01:24:06 +00:00
* Turkish language files added Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Juan José Mata <jjmata@jjmata.com> --------- Signed-off-by: Juan José Mata <jjmata@jjmata.com> Co-authored-by: Juan José Mata <jjmata@jjmata.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
13 lines
480 B
YAML
13 lines
480 B
YAML
---
|
||
tr:
|
||
activemodel:
|
||
errors:
|
||
models:
|
||
trend:
|
||
attributes:
|
||
current:
|
||
must_be_of_the_same_type_as_previous: Öncekiyle aynı türde olmalı
|
||
must_be_of_type_money_numeric_or_nil: Money, Sayısal veya boş (nil) olmalı
|
||
previous:
|
||
must_be_of_the_same_type_as_current: Şimdikiyle aynı türde olmalı
|
||
must_be_of_type_money_numeric_or_nil: Money, Sayısal veya boş (nil) olmalı |