-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Manual backport of locale for 1.20 (2nd) #25668
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
Merged
6543
merged 2 commits into
go-gitea:release/v1.20
from
wxiaoguang:backport-locale-manual
Jul 4, 2023
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -95,14 +95,36 @@ never=Niemals | |
rss_feed=RSS Feed | ||
concept_code_repository=Repository | ||
concept_user_organization=Organisation | ||
enable_javascript=Diese Website benötigt JavaScript. | ||
copy_type_unsupported=Dieser Dateityp kann nicht kopiert werden | ||
unknown=Unbekannt | ||
artifacts=Artefakte | ||
concept_system_global=Global | ||
show_log_seconds=Sekunden anzeigen | ||
|
||
[aria] | ||
footer.software=Über die Software | ||
footer.links=Links | ||
|
||
[heatmap] | ||
less=Weniger | ||
more=Mehr | ||
|
||
[editor] | ||
buttons.heading.tooltip=Titel hinzufügen | ||
buttons.quote.tooltip=Text zitieren | ||
buttons.code.tooltip=Code hinzufügen | ||
buttons.link.tooltip=Link hinzufügen | ||
buttons.list.ordered.tooltip=Nummerierte Liste hinzufügen | ||
buttons.list.task.tooltip=Aufgabenliste hinzufügen | ||
buttons.mention.tooltip=Benutzer oder Team erwähnen | ||
buttons.ref.tooltip=Issue oder Pull-Request referenzieren | ||
buttons.enable_monospace_font=Monospace-Schrift aktivieren | ||
buttons.disable_monospace_font=Monospace-Schrift deaktivieren | ||
|
||
[filter] | ||
string.asc=A–Z | ||
string.desc=Z–A | ||
|
||
[error] | ||
occurred=Ein Fehler ist aufgetreten | ||
|
@@ -226,6 +248,8 @@ default_enable_timetracking_popup=Zeiterfassung standardmäßig für neue Reposi | |
no_reply_address=Versteckte E-Mail-Domain | ||
no_reply_address_helper=Domain-Name für Benutzer mit einer versteckten Emailadresse. Zum Beispiel wird der Benutzername „Joe“ in Git als „[email protected]“ protokolliert, wenn die versteckte E-Mail-Domain „noreply.example.org“ festgelegt ist. | ||
password_algorithm=Passwort Hashing Algorithmus | ||
invalid_db_table=Die Datenbanktabelle "%s" ist ungültig: %v | ||
invalid_password_algorithm=Ungültiger Passwort-Hash-Algorithmus | ||
|
||
[home] | ||
uname_holder=E-Mail-Adresse oder Benutzername | ||
|
@@ -267,6 +291,7 @@ code_no_results=Es konnte kein passender Code für deinen Suchbegriff gefunden w | |
code_last_indexed_at=Zuletzt indexiert %s | ||
relevant_repositories_tooltip=Repositorys, die Forks sind oder die kein Thema, kein Symbol und keine Beschreibung haben, werden ausgeblendet. | ||
relevant_repositories=Es werden nur relevante Repositorys angezeigt, <a href="%s">zeigt ungefilterte Ergebnisse</a> an. | ||
search.type.tooltip=Suchmodus | ||
|
||
[auth] | ||
create_new_account=Konto anlegen | ||
|
@@ -739,6 +764,8 @@ visibility.public=Öffentlich | |
visibility.limited=Begrenzt | ||
visibility.private=Privat | ||
visibility.private_tooltip=Nur für Organisationsmitglieder sichtbar | ||
update_language_not_found=Sprache "%s" ist nicht verfügbar. | ||
verify_gpg_key_success=GPG-Schlüssel "%s" wurde verifiziert. | ||
|
||
[repo] | ||
new_repo_helper=Ein Repository enthält alle Projektdateien, einschließlich des Änderungsverlaufs. Schon woanders vorhanden? <a href="%s">Migriere das Repository.</a> | ||
|
@@ -2101,6 +2128,17 @@ error.csv.invalid_field_count=Diese Datei kann nicht gerendert werden, da sie ei | |
issues.filter_label_select_no_label=Kein Label | ||
issues.filter_assginee_no_assignee=Niemand zuständig | ||
branch.confirm_rename_branch=Branch umbennen | ||
cite_this_repo=Dieses Repository zitieren | ||
actions=Actions | ||
invisible_runes_header=Diese Datei enthält unsichtbare Unicode-Zeichen! | ||
from_comment=(Kommentar) | ||
editor.file_delete_success=Datei "%s" wurde gelöscht. | ||
search.type.tooltip=Suchmodus | ||
branch.restore=Branch "%s" wiederherstellen | ||
branch.download=Branch "%s" herunterladen | ||
branch.new_branch_from=Neuen Branch von "%s" erstellen | ||
tag.create_tag_from=Neuen Tag von "%s" erstellen | ||
tag.create_success=Tag "%s" wurde erstellt. | ||
|
||
[org] | ||
org_name_holder=Name der Organisation | ||
|
@@ -2696,7 +2734,7 @@ monitor.queue.settings.numberworkers=Anzahl der Worker erhöhen | |
monitor.queue.settings.numberworkers.placeholder=Derzeit %[1]v | ||
monitor.queue.settings.numberworkers.error=Anzahl der hinzugefügten Worker muss größer oder gleich Null sein | ||
monitor.queue.settings.maxnumberworkers=Maximale Anzahl an Workern | ||
monitor.queue.settings.maxnumberworkers.placeholder=Derzeit %[1]v | ||
monitor.queue.settings.maxnumberworkers.placeholder=Derzeit %[1]s | ||
monitor.queue.settings.maxnumberworkers.error=Die Anzahl der Worker muss eine Zahl sein | ||
monitor.queue.settings.submit=Einstellungen aktualisieren | ||
monitor.queue.settings.changed=Einstellungen aktualisiert | ||
|
@@ -2724,6 +2762,7 @@ notices.type_2=Aufgabe | |
notices.desc=Beschreibung | ||
notices.op=Aktion | ||
notices.delete_success=Diese Systemmeldung wurde gelöscht. | ||
users.new_success=Der Account "%s" wurde erstellt. | ||
|
||
[action] | ||
create_repo=hat das Repository <a href="%s">%s</a> erstellt | ||
|
@@ -2916,6 +2955,7 @@ debian.registry=Diese Registry über die Kommandozeile einrichten: | |
debian.install=Nutze folgenden Befehl, um das Paket zu installieren: | ||
rpm.registry=Diese Registry über die Kommandozeile einrichten: | ||
rpm.install=Nutze folgenden Befehl, um das Paket zu installieren: | ||
owner.settings.cargo.initialize=Index initialisieren | ||
|
||
[secrets] | ||
value=Wert | ||
|
@@ -2933,5 +2973,13 @@ runners.task_list.commit=Commit | |
runners.status.active=Aktiv | ||
runners.version=Version | ||
runs.commit=Commit | ||
actions=Actions | ||
status.unknown=Unbekannt | ||
runners.status.unspecified=Unbekannt | ||
runners.status.idle=Inaktiv | ||
runners.status.offline=Offline | ||
runs.all_workflows=Alle Workflows | ||
runs.pushed_by=Gepushed von | ||
runs.no_matching_runner_helper=Kein passender Runner: %s | ||
|
||
[projects] |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
I edited this string on Crowdin side, and it should be not wrong at least: