mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
10 lines
507 B
Text
10 lines
507 B
Text
---
|
|
name: # <%= I18n.t('form.add_item.name') %>
|
|
group: # <%= I18n.t('form.add_item.group') %>
|
|
host: # <%= I18n.t('form.add_item.host') %>
|
|
protocol: # <%= I18n.t('form.add_item.protocol') %>
|
|
user: # <%= I18n.t('form.add_item.login') %>
|
|
password: # <%= I18n.t('form.add_item.password') %>
|
|
port: # <%= I18n.t('form.add_item.port') %>
|
|
comment: # <%= I18n.t('form.add_item.comment') %>
|
|
otp_secret: # <%= I18n.t('form.add_item.otp_key') %>
|