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
7 changes: 4 additions & 3 deletions Language/tr/Cache.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?
'invalidHandlers' => 'Önbellek yapılandırması, $validHandlers (geçerli handlerlar) dizisi içermelidir.',
'noBackup' => 'Önbellek yapılandırması, bir handler ve yedek handler (backupHandler) kümesi belirlemelidir.',

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

// Cache language settings
return [
'invalidHandlers' => 'Önbellek ayarlarının bir $validHandlers dizisi içermesi gerekir.',
'noBackup' => 'Önbellek ayarlarının bir işleyicisinin olması ve backupHandler\'inin belirlenmesi gerekir.',
'handlerNotFound' => 'Önbellek ayarlarının işleyicisi veya yedek işleyicisi geçersiz.',
'unableToWrite' => 'Önbellek, "{0}" konumuna yazamıyor.',
'invalidHandlers' => 'Önbellek yapılandırması, geçerli $validHandlers dizisi içermelidir.',
'noBackup' => 'Önbellek yapılandırması, bir handler ve yedek handler (backupHandler) belirlemelidir.',
'handlerNotFound' => 'Önbellek yapılandırmasında geçersiz bir handler veya yedek handler belirtilmiş.',
];