Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Strings builder dsl#2016

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
revonateB0T wants to merge6 commits intomain
base:main
Choose a base branch
Loading
fromlocale
Draft
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Remove optional type notation
  • Loading branch information
Dude so hot committedDec 11, 2024
commitf3985e62adca70273a6c6f608e16b286872499cd
62 changes: 31 additions & 31 deletionsapp/src/main/kotlin/com/hippo/ehviewer/ui/i18n/DeStrings.kt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -60,9 +60,9 @@ val DeStrings = Strings(
addQuickSearchTip = "Das Suchergebnis wird als eine Sofortsuche gespeichert. Suche etwas zuerst, um das Ergebnis zu speichern.",
readme = "README",
imageSearchNotQuickSearch = "Die Bildsuchen können als Sofortsuchen gespeichert nicht werden.",
duplicateQuickSearch = { a: String -> "Eine Sofortsuche, deren Name ist $a, bereits besteht." },
duplicateQuickSearch = { a -> "Eine Sofortsuche, deren Name ist $a, bereits besteht." },
duplicateName = "Dieser Name ist bereits besetzt.",
goToHint = { a: Int, b: Int -> "Seite $a, insgesamt $b Seiten" },
goToHint = { a, b -> "Seite $a, insgesamt $b Seiten" },
star2 = "2 Sterne",
star3 = "3 Sterne",
star4 = "4 Sterne",
Expand All@@ -89,8 +89,8 @@ val DeStrings = Strings(
removeFromFavoriteSuccess = "Aus Favoriten entfernt",
addToFavoriteFailure = "Fehler beim Hinzufügen zu Favoriten",
removeFromFavoriteFailure = "Fehler beim Entfernen aus Favoriten",
filterTheUploader = { a: String -> "Uploader \"$a\" blockieren?" },
filterTheTag = { a: String -> "Etikett \"$a\" blockieren?" },
filterTheUploader = { a -> "Uploader \"$a\" blockieren?" },
filterTheTag = { a -> "Etikett \"$a\" blockieren?" },
filterAdded = "Element wurde blockiert.",
rating10 = "EIN MEISTERSTÜCK",
rating9 = "WUNDERVOLL",
Expand DownExpand Up@@ -125,8 +125,8 @@ val DeStrings = Strings(
keyRating = "Bewertung",
keyTorrents = "Zahl der Torrents",
keyTorrentUrl = "URL des Torrentdateis",
favoredTimes = { a: Int -> "♥ $a" },
ratingText = { a: String, b: Float, c: Int -> "%s (%.2f, %d)".format(a, b, c) },
favoredTimes = { a -> "♥ $a" },
ratingText = { a, b: Float, c -> "%s (%.2f, %d)".format(a, b, c) },
galleryComments = "Kommentare der Galerie",
commentSuccessfully = "Kommentar erfolgreich gesendet",
commentFailed = "Kommentar nicht gesendet",
Expand All@@ -142,26 +142,26 @@ val DeStrings = Strings(
voteFailed = "Stimmung gescheitert",
checkVoteStatus = "Details der Stimmungen anzeigen",
goTo = "Gehe zu",
sceneDownloadTitle = { a: String -> "Download - $a" },
sceneDownloadTitle = { a -> "Download - $a" },
noDownloadInfo = "Downloads werden hier angezeigt",
downloadStateNone = "Pausiert",
downloadStateWait = "In der Warteschlange",
downloadStateDownloading = "Download läuft",
downloadStateDownloaded = "Abgeschlossen",
downloadStateFailed = "Gescheitert",
downloadStateFailed2 = { a: Int -> "$a wurde noch nicht abgeschlossen" },
downloadStateFailed2 = { a -> "$a wurde noch nicht abgeschlossen" },
downloadStateFinish = "Abgeschlossen",
stat509AlertTitle = "509 Fehler",
stat509AlertText = "Die Genze der Downloads wurde erreichet. Versuche noch einmals später,",
statDownloadDoneTitle = "Download abgeschlossen",
statDownloadDoneTextSucceeded = { a: Int -> "$a Download(s) wurde(n) abgeschlossen" },
statDownloadDoneTextFailed = { a: Int -> "$a Download(s) gescheitert" },
statDownloadDoneTextMix = { a: Int, b: Int -> "$a erfolgreich abgeschlossen, $b gescheitert" },
statDownloadDoneLineSucceeded = { a: String -> "Abgeschlossen: $a" },
statDownloadDoneLineFailed = { a: String -> "Gescheitert: $a" },
statDownloadDoneTextSucceeded = { a -> "$a Download(s) wurde(n) abgeschlossen" },
statDownloadDoneTextFailed = { a -> "$a Download(s) gescheitert" },
statDownloadDoneTextMix = { a, b -> "$a erfolgreich abgeschlossen, $b gescheitert" },
statDownloadDoneLineSucceeded = { a -> "Abgeschlossen: $a" },
statDownloadDoneLineFailed = { a -> "Gescheitert: $a" },
downloadRemoveDialogTitle = "Download entfernen",
downloadRemoveDialogMessage = { a: String -> "$a aus der Downloadliste entfernen?" },
downloadRemoveDialogMessage2 = { a: Int -> "$a Downloads aus der Downloadliste entfernen?" },
downloadRemoveDialogMessage = { a -> "$a aus der Downloadliste entfernen?" },
downloadRemoveDialogMessage2 = { a -> "$a Downloads aus der Downloadliste entfernen?" },
downloadRemoveDialogCheckText = "Bilddateien löschen",
statDownloadActionStopAll = "Alle stopppen",
defaultDownloadLabelName = "Standard",
Expand All@@ -170,8 +170,8 @@ val DeStrings = Strings(
downloadStartAll = "Alle starten",
downloadStopAll = "Alle stoppen",
downloadServiceLabel = "EhViewer-Download-Dienst",
downloadSpeedText = { a: String -> a },
downloadSpeedText2 = { a: String, b: String -> "$a, noch $b übrig" },
downloadSpeedText = { a -> a },
downloadSpeedText2 = { a, b -> "$a, noch $b übrig" },
rememberDownloadLabel = "Download-Etikette merken",
defaultDownloadLabel = "Standard-Download-Etikette",
addedToDownloadList = "Zu Download-Liste hinzugefügt",
Expand All@@ -189,15 +189,15 @@ val DeStrings = Strings(
filterUploader = "Uploader",
filterTag = "Etikett",
filterTagNamespace = "Etikettsnamensraum",
deleteFilter = { a: String -> "Blocker \"$a\" entfernen?" },
deleteFilter = { a -> "Blocker \"$a\" entfernen?" },
showDefinition = "Definition anzeigen",
addFilter = "Blocker erstellen",
filterText = "Blocker-Text",
filterTip = "Die blockierten Galerien wurde in EHentai nicht angezeigt.\n\nTitel-Blocker: die Galerien, deren Titel das Wort enthalten, ausschließen.\n\nUploader-Blocker: Die vom Uploader hochgeladen Galerien ausschließen.\n\nEtikett-Blocker: Die Galerien, die die Etikett haben, ausschließen. Es wird länger dauern, Galerieliste zu laden.\n\nEtikettnamensraum-Blocker: Die Galerien, die den Etikettnamensraum haben, ausschließen. Es wird länger dauern, Galerieliste zu laden.",
uConfig = "EHentai-Einstellungen",
applyTip = "Zum Speichern der Einstellungen auf Häkchen tippen",
shareImage = "Das Bild teilen",
imageSaved = { a: String -> "Das Bild wurde zu $a gespeichert" },
imageSaved = { a -> "Das Bild wurde zu $a gespeichert" },
settingsEh = "EH",
settingsEhSignOut = "Abmelden",
settingsUConfig = "EHentai-Einstellungen",
Expand All@@ -213,7 +213,7 @@ val DeStrings = Strings(
settingsEhDetailSizeLong = "Lange",
settingsEhDetailSizeShort = "Kurz",
settingsAdvancedAppLanguageTitle = "Sprache der App (Language)",
torrentCount = { a: Int -> "Torrent ($a)" },
torrentCount = { a -> "Torrent ($a)" },
settingsEhShowJpnTitle = "Japanische Titel anzeigen",
settingsEhFilter = "Galerie-Blocker",
settingsEhFilterSummary = "Nach Titel, Uploader order Etiketten die unerwünschten Galerien verstecken",
Expand All@@ -224,20 +224,20 @@ val DeStrings = Strings(
settingsDownloadMediaScanSummaryOn = "Du solltest deine Galerie-Apps verstecken",
settingsDownloadMediaScanSummaryOff = "Meisten Galerie-Apps ignorieren die Bilder im Downloadpfad",
settingsDownloadConcurrency = "Multi-Thread-Download",
settingsDownloadConcurrencySummary = { a: Int -> "Bis zu $a Bild(er)" },
settingsDownloadConcurrencySummary = { a -> "Bis zu $a Bild(er)" },
settingsDownloadPreloadImage = "Bilder vorabladen",
settingsDownloadPreloadImageSummary = { a: Int -> "Die nächste $a Bilder vorabladen" },
settingsDownloadPreloadImageSummary = { a -> "Die nächste $a Bilder vorabladen" },
settingsDownloadDownloadOriginImage = "Originale Bilder herunterladen",
settingsDownloadDownloadOriginImageSummary = "Wenn es aktiviert wird, wird der 509-Fehler dir schneller widerfahren",
settingsDownloadRestoreDownloadItems = "Download-Elemente wiederherstellen",
settingsDownloadRestoreDownloadItemsSummary = "Alle Download-Elemente im Downloadpfad wiederherstellen",
settingsDownloadRestoreNotFound = "Keine zu wiederhestellenden Elemente",
settingsDownloadRestoreFailed = "Wiederherstellung gescheitert",
settingsDownloadRestoreSuccessfully = { a: Int -> "$a Element(e) wiederhergestellt" },
settingsDownloadRestoreSuccessfully = { a -> "$a Element(e) wiederhergestellt" },
settingsDownloadCleanRedundancy = "Unnötige Dateien löschen",
settingsDownloadCleanRedundancySummary = "Bilddateien, die sich im Downloadpfad befinden, aber nicht in Downloadliste, löschen",
settingsDownloadCleanRedundancyNoRedundancy = "Keine zu löschenden Dateien gefunden",
settingsDownloadCleanRedundancyDone = { a: Int -> "Reinigung abgeschlossen. $a Datei(en) wurde(n) gelöscht." },
settingsDownloadCleanRedundancyDone = { a -> "Reinigung abgeschlossen. $a Datei(en) wurde(n) gelöscht." },
settingsAdvanced = "Erweiterte Optionen",
settingsAdvancedSaveParseErrorBody = "HTML-Datei beim Parsing-Fehler speichern",
settingsAdvancedSaveParseErrorBodySummary = "Die Datei könnte etwas Privates enthalten",
Expand All@@ -246,14 +246,14 @@ val DeStrings = Strings(
settingsAdvancedDumpLogcat = "Logcat-Protokoll speichern",
settingsAdvancedDumpLogcatSummary = "Logcat-Protokolldatei auf externem Speicher speichern",
settingsAdvancedDumpLogcatFailed = "Speichern gescheitert",
settingsAdvancedDumpLogcatTo = { a: String -> "Protokolldatei wurde auf $a gespeichert." },
settingsAdvancedDumpLogcatTo = { a -> "Protokolldatei wurde auf $a gespeichert." },
cloudFavorites = "Cloud-Favoriten",
localFavorites = "Lokale Favoriten",
searchBarHint = { a: String -> "$a durchsuchen" },
favoritesTitle = { a: String -> a },
favoritesTitle2 = { a: String, b: String -> "$a - $b" },
searchBarHint = { a -> "$a durchsuchen" },
favoritesTitle = { a -> a },
favoritesTitle2 = { a, b -> "$a - $b" },
deleteFavoritesDialogTitle = "Aus Favoriten löschen",
deleteFavoritesDialogMessage = { a: Int -> "$a Elemente aus Favoriten löschen?" },
deleteFavoritesDialogMessage = { a -> "$a Elemente aus Favoriten löschen?" },
moveFavoritesDialogTitle = "Favoriten verschieben",
defaultFavoritesCollection = "Standard-Favoriten",
letMeSelect = "Manuell auswählen",
Expand All@@ -262,7 +262,7 @@ val DeStrings = Strings(
fromTheFuture = "Von der Zukunft",
justNow = "Gerade",
yesterday = "Gestern",
someDaysAgo = { a: Int -> "Vor $a Tagen" },
someDaysAgo = { a -> "Vor $a Tagen" },
archive = "Archivdateien",
noArchives = "Keine Archivdatei",
downloadArchiveStarted = "Archivdatei wird heruntergeladen",
Expand All@@ -288,7 +288,7 @@ val DeStrings = Strings(
pleaseWait = "Bitte warte",
settingsAdvancedExportData = "Daten exportieren",
settingsAdvancedExportDataSummary = "Daten, z. B. Downloadliste, Sofortsucheliste, zum externen Speicher speichern",
settingsAdvancedExportDataTo = { a: String -> "Daten wurden zu $a exportiert" },
settingsAdvancedExportDataTo = { a -> "Daten wurden zu $a exportiert" },
settingsAdvancedExportDataFailed = "Datenexport gescheitert",
settingsAdvancedImportData = "Daten importieren",
settingsAdvancedImportDataSummary = "Gespeicherte Daten wiederherstellen",
Expand Down
Loading
Loading

[8]ページ先頭

©2009-2025 Movatter.jp