Difference between revisions of "Translations:Funtoo Linux Localization/4/tr"

From Funtoo
Jump to navigation Jump to search
(Created page with "Tamamlandıktan sonra, yerel ayarlarınızı sistem genelinde uygulayabilirsiniz. İlk olarak tüm kullanılabilir seçenekleri görüntüleyin: {{console|body= $ ##i##eselect...")
 
(No difference)

Latest revision as of 00:22, September 15, 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Funtoo Linux Localization)
Once done, you can apply your locale settings system-wide. First display all available options:
{{console|body=
$ ##i##eselect locale list
##b####g##Available targets for the LANG variable:
  ##b##[1]##!b##  C
  ##b##[2]##!b##  POSIX
  ##b##[3]##!b##  fr_CA.utf8
  ##b##[4]##!b##  en_US.utf8 ##bl##*
  ##b##[ ]##!b##  (free form)
}}
The blue star indicates the current default system locale. You can now change it according your wishes:
{{console|body=
# ##i##eselect locale set 3
Setting LANG to fr_CA.utf8 ...
Run ". /etc/profile" to update the variable in your shell.
}}
Alternatively, you can set the default locale manually. This file should be created first with your prefered editor:
{{file|name=/etc/env.d/02locale|body=LANG="fr_CA.utf8"}}
You can verify your actions using:
{{console|body=
$ ##i##eselect locale show
##b####g##LANG variable in profile:
  ##b##fr_CA.utf8
}}

Tamamlandıktan sonra, yerel ayarlarınızı sistem genelinde uygulayabilirsiniz. İlk olarak tüm kullanılabilir seçenekleri görüntüleyin:

user $ eselect locale list
root ##b##Available targets for the LANG variable:
  [1]   C
  [2]   POSIX
  [3]   fr_CA.utf8
  [4]   en_US.utf8 *
  [ ]   (free form)

Mavi yıldız geçerli sistem varsayılanını gösterir. İsteğinize göre değiştirebilirsiniz:

root # eselect locale set 3
Setting LANG to fr_CA.utf8 ...
Run ". /etc/profile" to update the variable in your shell.

Alternatif olarak, varsayılan yerel ayarı manuel olarak ayarlayabilirsiniz. Bu dosya ilk önce tercih ettiğiniz herhangi bir editörle oluşturulmalıdır:

   /etc/env.d/02locale
LANG="fr_CA.utf8"

Eylemlerinizi şu şekilde doğrulayabilirsiniz:

user $ eselect locale show
root ##b##LANG variable in profile:
  fr_CA.utf8