-
Notifications
You must be signed in to change notification settings - Fork 108
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
chore(L10n): Improve en-US translation. #410
Open
swordalt
wants to merge
10
commits into
TeamFlos:main
Choose a base branch
from
swordalt:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
3cc1006
update en-US translation
swordalt 3d61afc
Update import.ftl
swordalt 8db2251
fix …
swordalt 236672b
fix "scores" to "records"
swordalt c4cbff0
fix grammar
swordalt e0ca4e9
fix "record" and "…"
swordalt fd70d3c
fix "sponser"
swordalt 9da7546
fix wording
swordalt 89ed17d
fix clarity in Room ID details
swordalt 140a722
fix …
swordalt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
time = Time desc. | ||
rev-time = Time asc. | ||
name = Name asc. | ||
rev-name = Name desc. | ||
rating = Rating desc. | ||
rev-rating = Rating asc. | ||
time = Time (Desc.) | ||
rev-time = Time (Asc.) | ||
name = Name (Asc.) | ||
rev-name = Name (Desc.) | ||
rating = Rating (Desc.) | ||
rev-rating = Rating (Asc.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
label = Collections | ||
label = COLLECTIONS | ||
|
||
wait-for-more = More coming… | ||
wait-for-more = More to be expected… | ||
|
||
name-c1 = Future Relics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|
||
info-fail = Failed to load info | ||
invalid-chart = Invalid chart | ||
info-fail = Failed to load info. | ||
invalid-chart = Invalid chart. | ||
|
||
importing = Importing | ||
import-success = Imported successfully | ||
import-failed = Import failed | ||
import-respack-success = Imported successfully | ||
import-respack-failed = Failed to import respack | ||
importing = Importing... | ||
import-success = Imported successfully. | ||
import-failed = Import failed. | ||
import-respack-success = Imported successfully. | ||
import-respack-failed = Failed to import respack. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
label = Local | ||
|
||
import-failed = Failed to import | ||
import-success = Imported successfully | ||
import-failed = Failed to import chart. | ||
import-success = Imported successfully. | ||
|
||
not-loaded = Not yet finished loading | ||
not-loaded = Importing... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
|
||
login = Login | ||
login-sub = Login to engage with the active online community | ||
login-sub = Login to access Phira's online features! (Charts, events, multiplayer, etc.) | ||
back-login = Back to Login | ||
register = Register | ||
|
||
email = Email address | ||
email = Email | ||
username = Username | ||
password = Password | ||
|
||
name-length-req = Username length should be between 4 and 20 | ||
name-has-illegal-char = Username contains illegal characters | ||
pwd-length-req = Password length should be between 6 and 26 | ||
illegal-email = Illegal email | ||
name-length-req = Username length should be between 4 and 20 characters. | ||
name-has-illegal-char = Username contains unallowed characters. | ||
pwd-length-req = Password length should be between 6 and 26 characters. | ||
illegal-email = Unallowed email. | ||
|
||
action-success = { $action -> | ||
[login] Logged in successfully | ||
[register] Registered successfully | ||
[login] Logged in. | ||
[register] Registered successfully. | ||
*[other] _ | ||
} | ||
action-failed = { $action -> | ||
[login] Failed to log in | ||
[register] Failed to register | ||
[login] Failed to log in. | ||
[register] Failed to register. | ||
*[other] _ | ||
} | ||
|
||
email-sent = An verification email has been sent, please verify and log in | ||
email-sent = Please check your inbox for an activation email from Phira. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
label = MESSAGES | ||
|
||
load-msg-fail = Failed to load messages | ||
no-msg = Nothing yet | ||
load-msg-fail = Failed to load messages. | ||
no-msg = Nothing yet. | ||
subtitle = { $author } at { $time } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
|
||
rate = Rate | ||
filter = Filter by rating | ||
filter = Filter by Rating | ||
|
||
cancel = Cancel | ||
confirm = Confirm | ||
|
||
lower-bound = Lower bound | ||
upper-bound = Upper bound | ||
lower-bound = Lower-Bound | ||
upper-bound = Upper-Bound | ||
|
||
filter-by-tags = Filter by tags | ||
filter-by-tags = Filter by Tags |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
idk but "Lower/Upper Bound" is legal for noun.
Do you want to let it as a adjective?