mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix Turkish typos
Author: Samed Beyribey <ras0ir@eventualis.org> Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
This commit is contained in:
parent
aebf02aa8c
commit
c4ff898fa9
4 changed files with 8 additions and 8 deletions
|
@ -11,13 +11,13 @@
|
||||||
include_once("translator.inc");
|
include_once("translator.inc");
|
||||||
global $_t;
|
global $_t;
|
||||||
|
|
||||||
$_t["tr"]["Home"] = "Ev";
|
$_t["tr"]["Home"] = "Anasayfa";
|
||||||
|
|
||||||
$_t["tr"]["%s: An ArchLinux project"] = "%s: Bir ArchLinux projesi";
|
$_t["tr"]["%s: An ArchLinux project"] = "%s: Bir ArchLinux projesi";
|
||||||
|
|
||||||
$_t["tr"]["Packages"] = "Paketler";
|
$_t["tr"]["Packages"] = "Paketler";
|
||||||
|
|
||||||
$_t["tr"]["Accounts"] = "Hesaplar";
|
$_t["tr"]["Accounts"] = "Hesabım";
|
||||||
|
|
||||||
$_t["tr"]["Logout"] = "Çıkış";
|
$_t["tr"]["Logout"] = "Çıkış";
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ $_t["tr"]["required"] = "gerekli";
|
||||||
|
|
||||||
$_t["tr"]["Update"] = "Güncelle";
|
$_t["tr"]["Update"] = "Güncelle";
|
||||||
|
|
||||||
$_t["tr"]["Submit"] = "Gönder";
|
$_t["tr"]["Submit"] = "Paket Gönder";
|
||||||
|
|
||||||
$_t["tr"]["Password"] = "Şifre";
|
$_t["tr"]["Password"] = "Şifre";
|
||||||
|
|
||||||
|
|
|
@ -53,11 +53,11 @@ $_t["tr"]["Community"] = "Topluluk";
|
||||||
|
|
||||||
$_t["tr"]["Package Counts"] = "Paket Sayıları";
|
$_t["tr"]["Package Counts"] = "Paket Sayıları";
|
||||||
|
|
||||||
$_t["tr"]["Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information."] = "AUR'a hoşgeldiniz! Ayrıntılı bilgi için lütfen %hAUR Kullanıcı Kılavuzu%h ve %hAUR GK Kulavuzu%hnu okuyun.";
|
$_t["tr"]["Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information."] = "AUR'a hoşgeldiniz! Ayrıntılı bilgi için lütfen %hAUR Kullanıcı Kılavuzu%h ve %hAUR GK Kılavuzu%hnu okuyun.";
|
||||||
|
|
||||||
$_t["tr"]["Unsupported"] = "Desteklenmiyor";
|
$_t["tr"]["Unsupported"] = "Desteklenmiyor";
|
||||||
|
|
||||||
$_t["tr"]["Contributed PKGBUILDs %hmust%h conform to the %hArch Packaging Standards%h otherwise they will be deleted!"] = "Eklenen PKGBUILDler %hArch Paket Standartları%hna %huymalı%h aksi takdirde silinecektir!";
|
$_t["tr"]["Contributed PKGBUILDs %hmust%h conform to the %hArch Packaging Standards%h otherwise they will be deleted!"] = "Eklenen PKGBUILDler %hArch Paket Standartları%hna %huymalıdır%h aksi takdirde silinecektir!";
|
||||||
|
|
||||||
$_t["tr"]["Statistics"] = "İstatistikler";
|
$_t["tr"]["Statistics"] = "İstatistikler";
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ $_t["tr"]["Votes"] = "Oy";
|
||||||
|
|
||||||
$_t["tr"]["Comment by: %h%s%h on %h%s%h"] = "Yorum sahibi: %h%s%h on %h%s%h";
|
$_t["tr"]["Comment by: %h%s%h on %h%s%h"] = "Yorum sahibi: %h%s%h on %h%s%h";
|
||||||
|
|
||||||
$_t["tr"]["Location"] = "Yer";
|
$_t["tr"]["Location"] = "Depo";
|
||||||
|
|
||||||
$_t["tr"]["Delete comment"] = "Yorumu sil";
|
$_t["tr"]["Delete comment"] = "Yorumu sil";
|
||||||
|
|
||||||
|
@ -83,9 +83,9 @@ $_t["tr"]["Sort by"] = "Sırala";
|
||||||
|
|
||||||
$_t["tr"]["Sort order"] = "Sıralama kriteri";
|
$_t["tr"]["Sort order"] = "Sıralama kriteri";
|
||||||
|
|
||||||
$_t["tr"]["Ascending"] = "Artan";
|
$_t["tr"]["Ascending"] = "Eskiden yeniye";
|
||||||
|
|
||||||
$_t["tr"]["Descending"] = "Azalan";
|
$_t["tr"]["Descending"] = "Yeniden eskiye";
|
||||||
|
|
||||||
$_t["tr"]["Actions"] = "Eylemler";
|
$_t["tr"]["Actions"] = "Eylemler";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue