Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
7b8e1e69
Commit
7b8e1e69
authored
2 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
enhance(client): tweak signup form
parent
85d93133
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
locales/ja-JP.yml
+1
-0
1 addition, 0 deletions
locales/ja-JP.yml
packages/frontend/src/components/MkSignup.vue
+1
-0
1 addition, 0 deletions
packages/frontend/src/components/MkSignup.vue
with
2 additions
and
0 deletions
locales/ja-JP.yml
+
1
−
0
View file @
7b8e1e69
...
...
@@ -958,6 +958,7 @@ disableFederationWarn: "連合が無効になっています。無効にして
invitationRequiredToRegister
:
"
現在このサーバーは招待制です。招待コードをお持ちの方のみ登録できます。"
emailNotSupported
:
"
このサーバーではメール配信はサポートされていません"
postToTheChannel
:
"
チャンネルに投稿"
cannotBeChangedLater
:
"
後から変更できません。"
_achievements
:
earnedAt
:
"
獲得日時"
...
...
This diff is collapsed.
Click to expand it.
packages/frontend/src/components/MkSignup.vue
+
1
−
0
View file @
7b8e1e69
...
...
@@ -9,6 +9,7 @@
<
template
#prefix
>
@
</
template
>
<
template
#suffix
>
@
{{
host
}}
</
template
>
<
template
#caption
>
<div><i
class=
"ti ti-alert-triangle ti-fw"
></i>
{{
i18n
.
ts
.
cannotBeChangedLater
}}
</div>
<span
v-if=
"usernameState === 'wait'"
style=
"color:#999"
><MkLoading
:em=
"true"
/>
{{
i18n
.
ts
.
checking
}}
</span>
<span
v-else-if=
"usernameState === 'ok'"
style=
"color: var(--success)"
><i
class=
"ti ti-check ti-fw"
></i>
{{
i18n
.
ts
.
available
}}
</span>
<span
v-else-if=
"usernameState === 'unavailable'"
style=
"color: var(--error)"
><i
class=
"ti ti-alert-triangle ti-fw"
></i>
{{
i18n
.
ts
.
unavailable
}}
</span>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment