Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tr] Update Turkish Translations #429

Merged
merged 32 commits into from
Jan 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
29a47c5
[tr] Update CLI.php
haykaf Jan 8, 2024
5eddac0
[tr] Update Cache.php
haykaf Jan 8, 2024
a4331d7
[tr] Update Core.php
haykaf Jan 8, 2024
c54437f
[tr] Update Database.php
haykaf Jan 8, 2024
28fcade
[tr] Update Email.php
haykaf Jan 8, 2024
f0072f7
[tr] Update Files.php
haykaf Jan 8, 2024
0cd79d0
[tr] Update Filters.php
haykaf Jan 8, 2024
f8653b4
[tr] Update Format.php
haykaf Jan 8, 2024
03c3faf
[tr] Update HTTP.php
haykaf Jan 9, 2024
d7726d6
[tr] Update Images.php
haykaf Jan 9, 2024
a6ccc12
[tr] Update Log.php
haykaf Jan 9, 2024
683ab99
[tr] Update Migrations.php
haykaf Jan 9, 2024
407ccec
[tr] Update Pager.php
haykaf Jan 9, 2024
b1d8050
[tr] Update Router.php
haykaf Jan 9, 2024
f3e5387
[tr] Update Session.php
haykaf Jan 9, 2024
fe8e4da
[tr] Update Time.php
haykaf Jan 9, 2024
e53f8d6
[tr] Update Validation.php
haykaf Jan 9, 2024
96f3288
[tr] Update View.php
haykaf Jan 9, 2024
a0d3467
[tr] Update Migrations.php
haykaf Jan 9, 2024
6d8d869
[tr] Update Migrations.php
haykaf Jan 13, 2024
4fbff87
[tr] Add Cast.php
haykaf Jan 13, 2024
8b2a594
[tr] Add Cookie.php
haykaf Jan 13, 2024
a58ca84
[tr] Add Encryption.php
haykaf Jan 13, 2024
b7c1299
[tr] Add Errors.php
haykaf Jan 13, 2024
9420e02
[tr] Add Fabricator.php
haykaf Jan 13, 2024
40a9cc0
[tr] Add Language.php
haykaf Jan 13, 2024
3e75563
[tr] Add Publisher.php
haykaf Jan 13, 2024
9a5f5a0
[tr] Add RESTful.php
haykaf Jan 13, 2024
cf7a002
[tr] Add Security.php
haykaf Jan 13, 2024
dd0d2ff
[tr] Add Test.php
haykaf Jan 13, 2024
903b124
[tr] Updated translations for consistency and accuracy based on feedback
haykaf Jan 16, 2024
35a868b
[tr] Updated translations following additional feedback
haykaf Jan 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions Language/tr/Core.php
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please consider the following changes?

'copyError' => 'Dosya "{0}" kaydedilirken bir hata oluştu. Lütfen dosya dizininizin yazılabilir olduğundan emin olun.',
'missingExtension' => 'Çatı (framework) için aşağıdaki eklentinin(lerin) yüklü ve etkin olması gerekir: "{0}".',
'noHandlers' => '"{0}", en az bir handler sağlamalıdır.',

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@

// Core language settings
return [
'copyError' => 'Dosyayı değiştirmeye çalışırken bir hata oluştu. Lütfen klasörün yazılabilir olduğundan emin olunuz',
'invalidFile' => 'Geçersiz dosya: {0}',
'missingExtension' => '{0} uzantısı yüklenemedi.',
'noHandlers' => '{0} en azından bir işleyici belirtilmeli.',
'copyError' => 'Dosya "{0}" yerine kopyalanırken bir hata oluştu. Lütfen dosya dizininizin yazılabilir olduğundan emin olun.',
'enabledZlibOutputCompression' => 'zlib.output_compression ini yönergeniz açık. Bu, çıktı tamponları ile iyi çalışmayabilir.',
'invalidFile' => 'Geçersiz dosya: "{0}"',
'invalidDirectory' => 'Dizin mevcut değil: "{0}"',
'invalidPhpVersion' => 'CodeIgniter\'ı çalıştırmak için PHP sürümünüz {0} veya daha yüksek olmalıdır. Mevcut sürüm: {1}',
'missingExtension' => 'Çatı (framework), aşağıdaki eklenti(ler)i yüklü ve etkinleştirilmiş olarak gerektirir: "{0}".',
'noHandlers' => '"{0}", en az bir Handler sağlamalıdır.',
];