Files
sure/config/locales/defaults/tr.yml
Juan José Mata 7c5ddd674d Make branding configurable (#173)
* Remove orphan function

* Add centralized branding helpers and update locales

* Remove _plus and add (proper) brand

* No longer Sure, configurable

* Consistency with compose file naming

* Missed `product_name` mapping

* Fix brand/product name in mailers

* Product name in email reset flow

* Fix i18n errors/tests

* Fix password mailer brand/product name (again)

* Missed hardcoded `Sure` in onboarding goals

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Juan José Mata <jjmata@jjmata.com>

* PR nitpick on documentation

* Missing interpolation key for invited UI

* Orphan assets

* New logos

---------

Signed-off-by: Juan José Mata <jjmata@jjmata.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-22 19:14:03 +02:00

217 lines
5.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
tr:
defaults:
brand_name: "%{brand_name}"
product_name: "%{product_name}"
activerecord:
errors:
messages:
record_invalid: 'Doğrulama başarısız oldu: %{errors}'
restrict_dependent_destroy:
has_many: Bağlı kayıtlar %{record} bulunduğu için kayıt silinemedi
has_one: Bağlı bir kayıt %{record} bulunduğu için kayıt silinemedi
date:
abbr_day_names:
- Pzr
- Pzt
- Sal
- Çrş
- Prş
- Cum
- Cts
abbr_month_names:
-
- Oca
- Şub
- Mar
- Nis
- May
- Haz
- Tem
- Ağu
- Eyl
- Eki
- Kas
- Ara
day_names:
- Pazar
- Pazartesi
- Salı
- Çarşamba
- Perşembe
- Cuma
- Cumartesi
formats:
default: "%d.%m.%Y"
long: "%e %B %Y %A"
short: "%e %b"
month_names:
-
- Ocak
- Şubat
- Mart
- Nisan
- Mayıs
- Haziran
- Temmuz
- Ağustos
- Eylül
- Ekim
- Kasım
- Aralık
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: yaklaşık %{count} saat
other: yaklaşık %{count} saat
about_x_months:
one: yaklaşık %{count} ay
other: yaklaşık %{count} ay
about_x_years:
one: yaklaşık %{count} yıl
other: yaklaşık %{count} yıl
almost_x_years:
one: neredeyse %{count} yıl
other: neredeyse %{count} yıl
half_a_minute: yarım dakika
less_than_x_minutes:
one: "%{count} dakikadan az"
other: "%{count} dakikadan az"
less_than_x_seconds:
one: "%{count} saniyeden az"
other: "%{count} saniyeden az"
over_x_years:
one: "%{count} yıldan fazla"
other: "%{count} yıldan fazla"
x_days:
one: "%{count} gün"
other: "%{count} gün"
x_minutes:
one: "%{count} dakika"
other: "%{count} dakika"
x_months:
one: "%{count} ay"
other: "%{count} ay"
x_seconds:
one: "%{count} saniye"
other: "%{count} saniye"
x_years:
one: "%{count} yıl"
other: "%{count} yıl"
prompts:
day: Gün
hour: Saat
minute: Dakika
month: Ay
second: Saniye
year: Yıl
errors:
format: "%{attribute} %{message}"
messages:
accepted: kabul edilmeli
blank: doldurulmalı
confirmation: "%{attribute} teyidiyle uyuşmuyor"
empty: doldurulmalı
equal_to: tam olarak %{count} olmalı
even: çift olmalı
exclusion: kullanılamaz
greater_than: "%{count} sayısından büyük olmalı"
greater_than_or_equal_to: "%{count} sayısına eşit veya büyük olmalı"
inclusion: kabul edilen bir kelime değil
invalid: geçersiz
less_than: "%{count} sayısından küçük olmalı"
less_than_or_equal_to: "%{count} sayısına eşit veya küçük olmalı"
model_invalid: 'Doğrulama başarısız oldu: %{errors}'
not_a_number: geçerli bir sayı değil
not_an_integer: tam sayı olmalı
odd: tek olmalı
other_than: "%{count} karakterden oluşamaz"
present: boş bırakılmalı
required: doldurulmalı
taken: hali hazırda kullanılmakta
too_long:
one: çok uzun (en fazla %{count} karakter)
other: çok uzun (en fazla %{count} karakter)
too_short:
one: çok kısa (en az %{count} karakter)
other: çok kısa (en az %{count} karakter)
wrong_length:
one: hatalı uzunlukta (%{count} karakter olmalı)
other: hatalı uzunlukta (%{count} karakter olmalı)
template:
body: 'Lütfen aşağıdaki hataları düzeltiniz:'
header:
one: "%{count} hata oluştuğu için %{model} kaydedilemedi"
other: "%{count} hata oluştuğu için %{model} kaydedilemedi"
helpers:
select:
prompt: Lütfen seçiniz
submit:
create: "%{model} Ekle"
submit: "%{model} Kaydet"
update: "%{model} Güncelle"
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "₺"
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Milyar
million: Milyon
quadrillion: Katrilyon
thousand: Bin
trillion: Trilyon
unit: ''
format:
delimiter: "."
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Bayt
other: Bayt
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%%n"
precision:
format:
delimiter: "."
support:
array:
last_word_connector: " ve "
two_words_connector: " ve "
words_connector: ", "
time:
am: öğleden önce
formats:
default: "%a %d.%b.%y %H:%M"
long: "%e %B %Y, %A, %H:%M"
short: "%e %B, %H:%M"
pm: öğleden sonra