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

From Funtoo
Jump to navigation Jump to search
 
Line 1: Line 1:
Ahora usted puede aplicar su localización a todo el sistema. Primero, revise todas las opciones disponibles:
En este momento, usted puede aplicar su localización a todo el sistema. Primero, revise todas las opciones disponibles:


{{console|body=
{{console|body=

Latest revision as of 21:39, March 20, 2020

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
}}

En este momento, usted puede aplicar su localización a todo el sistema. Primero, revise todas las opciones disponibles:

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)

El asterisco azul indica cuál es la localización por defecto de su sistema. Ahora, usted puede cambiar esta configuración de acuerdo a sus necesidades:

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

De manera alternativa, usted también puede configurar la localización del sistema de forma manual. Este archivo debe ser creado primero usando su editor favorito:

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

Usted puede verificar sus cambios así:

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