chore: translate i18n files (#20476)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-30 10:57:37 +08:00
committed by GitHub
parent dd2725be68
commit d72d02b970
88 changed files with 799 additions and 0 deletions

View File

@@ -145,6 +145,8 @@ const translation = {
newDataset: 'Wissen erstellen',
tools: 'Werkzeuge',
exploreMarketplace: 'Marketplace erkunden',
appDetail: 'App-Details',
account: 'Konto',
},
userProfile: {
settings: 'Einstellungen',
@@ -644,6 +646,7 @@ const translation = {
license: {
expiring: 'Läuft an einem Tag ab',
expiring_plural: 'Läuft in {{count}} Tagen ab',
unlimited: 'Unbegrenzt',
},
pagination: {
perPage: 'Artikel pro Seite',
@@ -667,6 +670,7 @@ const translation = {
browse: 'blättern',
supportedFormats: 'Unterstützt PNG, JPG, JPEG, WEBP und GIF',
},
you: 'Du',
}
export default translation