mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #12371 from apollo13/patch-1
Remove duplicate SU_PROMPT_LOCALIZATIONS
This commit is contained in:
commit
02372e9761
1 changed files with 0 additions and 34 deletions
|
@ -37,40 +37,6 @@ from ansible.utils.unicode import to_unicode
|
||||||
|
|
||||||
__all__ = ['PlayContext']
|
__all__ = ['PlayContext']
|
||||||
|
|
||||||
SU_PROMPT_LOCALIZATIONS = [
|
|
||||||
'Password',
|
|
||||||
'암호',
|
|
||||||
'パスワード',
|
|
||||||
'Adgangskode',
|
|
||||||
'Contraseña',
|
|
||||||
'Contrasenya',
|
|
||||||
'Hasło',
|
|
||||||
'Heslo',
|
|
||||||
'Jelszó',
|
|
||||||
'Lösenord',
|
|
||||||
'Mật khẩu',
|
|
||||||
'Mot de passe',
|
|
||||||
'Parola',
|
|
||||||
'Parool',
|
|
||||||
'Pasahitza',
|
|
||||||
'Passord',
|
|
||||||
'Passwort',
|
|
||||||
'Salasana',
|
|
||||||
'Sandi',
|
|
||||||
'Senha',
|
|
||||||
'Wachtwoord',
|
|
||||||
'ססמה',
|
|
||||||
'Лозинка',
|
|
||||||
'Парола',
|
|
||||||
'Пароль',
|
|
||||||
'गुप्तशब्द',
|
|
||||||
'शब्दकूट',
|
|
||||||
'సంకేతపదము',
|
|
||||||
'හස්පදය',
|
|
||||||
'密码',
|
|
||||||
'密碼',
|
|
||||||
]
|
|
||||||
|
|
||||||
# the magic variable mapping dictionary below is used to translate
|
# the magic variable mapping dictionary below is used to translate
|
||||||
# host/inventory variables to fields in the PlayContext
|
# host/inventory variables to fields in the PlayContext
|
||||||
# object. The dictionary values are tuples, to account for aliases
|
# object. The dictionary values are tuples, to account for aliases
|
||||||
|
|
Loading…
Reference in a new issue