-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update locales files #35
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tag 和 Label 都翻成 標籤
這樣要怎麼區別呀?
src/locales/en-US/network.js
Outdated
@@ -28,5 +24,5 @@ export default { | |||
'network.hint.uniqueName': '{name} has been used! Try a new name.', | |||
'network.hint.selectNode': 'Select a node', | |||
'network.hint.selectInterfaces': 'Select interfaces', | |||
'network.hint.VLANTag': 'Please enter a number between 0 ~ 4095.', | |||
} | |||
'network.hint.vlanTags': 'Please enter a number between 0 ~ 4095.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole name of VLAN is Virtual Local Area Network.
Not sure that convert VLAN to lower case is good?
What do you think?
Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep VLANTags
and I have to put the missed s back to source code.
src/locales/en-US/service.js
Outdated
'service.type': 'type', | ||
'service.selectors': 'selectors', | ||
'service.ports': 'ports', | ||
'service.add': 'Add Service', | ||
'service.createdAt': 'created at', | ||
'service.add': 'add Service', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add
is verb. Maybe need to update to Add Service
?
How do you like?
src/locales/en-US/volume.js
Outdated
'volume.storageName': 'storage name', | ||
'volume.accessMode': 'access mode', | ||
'volume.storageName': 'storage Name', | ||
'volume.accessMode': 'access Mode', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use lowercase, according to this comment.
#33 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep as access mode
, storage name
src/locales/zh-Hant/auth.js
Outdated
'auth.hint.signup.success': '註冊成功', | ||
'auth.hint.signup.success.description': 'Please sign in with your email and password', | ||
'auth.hint.signup.success.description': '請使你的帳號密碼來登入', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
請使 用 你的帳號密碼來登入
src/locales/zh-Hant/auth.js
Outdated
'auth.hint.signin.failure': 'Failed to Signin', | ||
'auth.help.password': 'This is one-time password, please send to your user.' | ||
'auth.hint.signin.failure': '登入失敗', | ||
'auth.help.password': '此為一次性的密碼,請交給使用者。' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此為一次性的密碼,請 提供 給使用者。
src/locales/zh-Hant/hub.js
Outdated
@@ -1,6 +1,6 @@ | |||
export default { | |||
'hub.imageHub': '映像倉庫', | |||
'hub.login': 'Login to unlock private image registry', | |||
'hub.login': '登入以進入私有 Image 庫', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
Tag 和 Label 要看上下文,我有點不確定我們這邊的 Tag 跟 Label 是用在哪裡? |
1.映像檔標籤 |
vLAN tag的tag呢? |
3b24c45
to
c527db7
Compare
No description provided.