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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@ filter.public = Public
159
159
filter.private = Private
160
160
161
161
no_results_found = No results found.
162
+
internal_error_skipped = Internal error occurred but is skipped: %s
162
163
163
164
[search]
164
165
search = Search...
@@ -177,6 +178,8 @@ code_search_by_git_grep = Current code search results are provided by "git grep"
177
178
package_kind = Search packages...
178
179
project_kind = Search projects...
179
180
branch_kind = Search branches...
181
+
tag_kind = Search tags...
182
+
tag_tooltip = Search for matching tags. Use '%' to match any sequence of numbers.
180
183
commit_kind = Search commits...
181
184
runner_kind = Search runners...
182
185
no_results = No matching results found.
@@ -219,8 +222,6 @@ string.desc = Z - A
219
222
[error]
220
223
occurred = An error occurred
221
224
report_message = If you believe that this is a Gitea bug, please search for issues on <a href="%s"target="_blank">GitHub</a> or open a new issue if necessary.
222
-
missing_csrf = Bad Request: no CSRF token present
223
-
invalid_csrf = Bad Request: invalid CSRF token
224
225
not_found = The target couldn't be found.
225
226
network_error = Network error
226
227
@@ -1279,7 +1280,6 @@ commit_graph.color = Color
1279
1280
commit.contained_in = This commit is contained in:
1280
1281
commit.contained_in_default_branch = This commit is part of the default branch
1281
1282
commit.load_referencing_branches_and_tags = Load branches and tags referencing this commit
1282
-
commit.load_tags_failed = Load tags failed because of internal error
0 commit comments