Browse Source

Feature/improve Turkish language localization

pull/4914/head
Hash Palak 3 weeks ago
parent
commit
259db8f2a8
  1. 1
      CHANGELOG.md
  2. 20
      apps/client/src/locales/messages.tr.xlf

1
CHANGELOG.md

@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the language localization for German (`de`)
- Improved the language localization for Italian (`it`)
- Improved the language localization for Polish (`pl`)
- Improved the language localization for Turkish (`tr`)
- Upgraded the _Stripe_ dependencies
## 2.170.0 - 2025-06-11

20
apps/client/src/locales/messages.tr.xlf

@ -7586,7 +7586,7 @@
</trans-unit>
<trans-unit id="rule.emergencyFundSetup" datatype="html">
<source>Emergency Fund: Set up</source>
<target state="new">Emergency Fund: Set up</target>
<target state="translated">Acil Durum Fonu: Kurulum</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/i18n/i18n-page.html</context>
<context context-type="linenumber">14</context>
@ -7594,7 +7594,7 @@
</trans-unit>
<trans-unit id="rule.emergencyFundSetup.false" datatype="html">
<source> No emergency fund has been set up </source>
<target state="new"> No emergency fund has been set up </target>
<target state="translated"> Acil durum fonu oluşturulmadı </target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/i18n/i18n-page.html</context>
<context context-type="linenumber">15</context>
@ -7602,7 +7602,7 @@
</trans-unit>
<trans-unit id="rule.emergencyFundSetup.true" datatype="html">
<source> An emergency fund has been set up </source>
<target state="new"> An emergency fund has been set up </target>
<target state="translated"> Acil durum fonu kuruldu </target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/i18n/i18n-page.html</context>
<context context-type="linenumber">18</context>
@ -7610,7 +7610,7 @@
</trans-unit>
<trans-unit id="rule.feeRatioInitialInvestment" datatype="html">
<source>Fee Ratio</source>
<target state="new">Fee Ratio</target>
<target state="translated">Ücret Oranı</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/i18n/i18n-page.html</context>
<context context-type="linenumber">21</context>
@ -7618,7 +7618,7 @@
</trans-unit>
<trans-unit id="rule.feeRatioInitialInvestment.false" datatype="html">
<source> The fees do exceed ${thresholdMax}% of your initial investment (${feeRatio}%) </source>
<target state="new"> The fees do exceed ${thresholdMax}% of your initial investment (${feeRatio}%) </target>
<target state="translated"> Ücretler, ilk yatırımınızın %${thresholdMax} kadarını aşıyor (${feeRatio}%) </target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/i18n/i18n-page.html</context>
<context context-type="linenumber">22</context>
@ -7626,7 +7626,7 @@
</trans-unit>
<trans-unit id="rule.feeRatioInitialInvestment.true" datatype="html">
<source> The fees do not exceed ${thresholdMax}% of your initial investment (${feeRatio}%) </source>
<target state="new"> The fees do not exceed ${thresholdMax}% of your initial investment (${feeRatio}%) </target>
<target state="translated"> Ücretler, ilk yatırımınızın %${thresholdMax}'ını (${feeRatio}%) aşmaz </target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/i18n/i18n-page.html</context>
<context context-type="linenumber">26</context>
@ -7634,7 +7634,7 @@
</trans-unit>
<trans-unit id="253d612b439c367d21c4ba59763df303a6106968" datatype="html">
<source> Name </source>
<target state="new"> Name </target>
<target state="translated"> İsim </target>
<context-group purpose="location">
<context context-type="sourcefile">libs/ui/src/lib/benchmark/benchmark.component.html</context>
<context context-type="linenumber">11</context>
@ -7642,7 +7642,7 @@
</trans-unit>
<trans-unit id="7784226024223865620" datatype="html">
<source>Find holding or page...</source>
<target state="new">Find holding or page...</target>
<target state="translated">Holding veya sayfayı bulun...</target>
<context-group purpose="location">
<context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.component.ts</context>
<context context-type="linenumber">152</context>
@ -7650,7 +7650,7 @@
</trans-unit>
<trans-unit id="a8e9d1a0734e578e187c8a2837dcfb6e80534f5e" datatype="html">
<source> Quick Links </source>
<target state="new"> Quick Links </target>
<target state="translated"> Hızlı Bağlantılar </target>
<context-group purpose="location">
<context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.html</context>
<context context-type="linenumber">45</context>
@ -7658,7 +7658,7 @@
</trans-unit>
<trans-unit id="a8f3c2cc84e0a86744659692af541ff749c21a8c" datatype="html">
<source> Asset Profiles </source>
<target state="new"> Asset Profiles </target>
<target state="translated"> Varlık Profilleri </target>
<context-group purpose="location">
<context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.html</context>
<context context-type="linenumber">96</context>

Loading…
Cancel
Save