You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+35-35Lines changed: 35 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ language = Language
18
18
notifications = Notifications
19
19
active_stopwatch = Active Time Tracker
20
20
tracked_time_summary = Summary of tracked time based on filters of issue list
21
-
create_new = Create…
22
-
user_profile_and_more = Profile and Settings…
21
+
create_new = Create…
22
+
user_profile_and_more = Profile and Settings…
23
23
signed_in_as = Signed in as
24
24
enable_javascript = This website requires JavaScript.
25
25
toc = Table of Contents
@@ -39,7 +39,7 @@ passcode = Passcode
39
39
40
40
webauthn_insert_key = Insert your security key
41
41
webauthn_sign_in = Press the button on your security key. If your security key has no button, re-insert it.
42
-
webauthn_press_button = Please press the button on your security key…
42
+
webauthn_press_button = Please press the button on your security key…
43
43
webauthn_use_twofa = Use a two-factor code from your phone
44
44
webauthn_error = Could not read your security key.
45
45
webauthn_unsupported_browser = Your browser does not currently support WebAuthn.
@@ -112,7 +112,7 @@ copy_type_unsupported = This file type cannot be copied
112
112
113
113
write = Write
114
114
preview = Preview
115
-
loading = Loading…
115
+
loading = Loading…
116
116
files = Files
117
117
118
118
error = Error
@@ -168,7 +168,7 @@ no_results_found = No results found.
168
168
internal_error_skipped = Internal error occurred but is skipped: %s
169
169
170
170
[search]
171
-
search = Search…
171
+
search = Search…
172
172
type_tooltip = Search type
173
173
fuzzy = Fuzzy
174
174
fuzzy_tooltip = Include results that closely match the search term
@@ -178,23 +178,23 @@ regexp = Regexp
178
178
regexp_tooltip = Include only results that match the regexp search term
179
179
exact = Exact
180
180
exact_tooltip = Include only results that match the exact search term
181
-
repo_kind = Search repos…
182
-
user_kind = Search users…
183
-
org_kind = Search orgs…
184
-
team_kind = Search teams…
185
-
code_kind = Search code…
181
+
repo_kind = Search repos…
182
+
user_kind = Search users…
183
+
org_kind = Search orgs…
184
+
team_kind = Search teams…
185
+
code_kind = Search code…
186
186
code_search_unavailable = Code search is currently not available. Please contact the site administrator.
187
187
code_search_by_git_grep = Current code search results are provided by "git grep". There might be better results if site administrator enables Repository Indexer.
188
-
package_kind = Search packages…
189
-
project_kind = Search projects…
190
-
branch_kind = Search branches…
191
-
tag_kind = Search tags…
188
+
package_kind = Search packages…
189
+
project_kind = Search projects…
190
+
branch_kind = Search branches…
191
+
tag_kind = Search tags…
192
192
tag_tooltip = Search for matching tags. Use '%' to match any sequence of numbers.
193
-
commit_kind = Search commits…
194
-
runner_kind = Search runners…
193
+
commit_kind = Search commits…
194
+
runner_kind = Search runners…
195
195
no_results = No matching results found.
196
-
issue_kind = Search issues…
197
-
pull_kind = Search pull requests…
196
+
issue_kind = Search issues…
197
+
pull_kind = Search pull requests…
198
198
keyword_search_unavailable = Searching by keyword is currently not available. Please contact the site administrator.
199
199
200
200
[aria]
@@ -252,7 +252,7 @@ license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">
252
252
253
253
[install]
254
254
install = Installation
255
-
installing_desc = Installing now, please wait…
255
+
installing_desc = Installing now, please wait…
256
256
title = Initial Configuration
257
257
docker_helper = If you run Gitea inside Docker, please read the <a target="_blank"rel="noopener noreferrer"href="%s">documentation</a> before changing any settings.
@@ -1345,7 +1345,7 @@ editor.fork_before_edit = You must fork this repository to make or propose chang
1345
1345
editor.delete_this_file = Delete File
1346
1346
editor.must_have_write_access = You must have write access to make or propose changes to this file.
1347
1347
editor.file_delete_success = File "%s" has been deleted.
1348
-
editor.name_your_file = Name your file…
1348
+
editor.name_your_file = Name your file…
1349
1349
editor.filename_help = Add a directory by typing its name followed by a slash ('/'). Remove a directory by typing backspace at the beginning of the input field.
pulls.cmd_instruction_merge_desc = Merge the changes and update on Gitea.
1974
1974
pulls.cmd_instruction_merge_warning = Warning: This operation cannot merge pull request because "autodetect manual merge" is not enabled.
1975
1975
pulls.clear_merge_message = Clear merge message
1976
-
pulls.clear_merge_message_hint = Clearing the merge message will only remove the commit message content and keep generated git trailers such as "Co-Authored-By…".
1976
+
pulls.clear_merge_message_hint = Clearing the merge message will only remove the commit message content and keep generated git trailers such as "Co-Authored-By…".
settings.lfs_lock_file_no_exist=Locked file does not exist in default branch
2616
2616
settings.lfs_force_unlock=Force Unlock
@@ -2797,9 +2797,9 @@ error.csv.invalid_field_count = Can't render this file because it has a wrong nu
2797
2797
error.broken_git_hook = Git hooks of this repository seem to be broken. Please follow the <a target="_blank"rel="noreferrer"href="%s">documentation</a> to fix them, then push some commits to refresh the status.
2798
2798
2799
2799
[graphs]
2800
-
component_loading = Loading %s…
2800
+
component_loading = Loading %s…
2801
2801
component_loading_failed = Could not load %s
2802
-
component_loading_info = This might take a bit…
2802
+
component_loading_info = This might take a bit…
2803
2803
component_failed_to_load = An unexpected error happened.
0 commit comments