-
-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(console): translate i18n phrases
- Loading branch information
1 parent
6f5dea2
commit f4d0c96
Showing
287 changed files
with
2,922 additions
and
5,383 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
const resource = { | ||
resource_identifier_in_use: 'Die API-Kennung {{indicator}} wird bereits verwendet', | ||
/** UNTRANSLATED */ | ||
cannot_delete_management_api: 'Cannot delete Logto management API.', | ||
/** UNTRANSLATED */ | ||
cannot_modify_management_api: 'Cannot modify Logto management API.', | ||
cannot_delete_management_api: 'Kann das Logto-Management-API nicht löschen.', | ||
cannot_modify_management_api: 'Kann das Logto-Management-API nicht ändern.', | ||
}; | ||
|
||
export default Object.freeze(resource); |
This file contains 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 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 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
11 changes: 5 additions & 6 deletions
11
packages/phrases/src/locales/de/translation/admin-console/api-resources.ts
This file contains 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 |
---|---|---|
@@ -1,20 +1,19 @@ | ||
const api_resources = { | ||
page_title: 'API Ressourcen', | ||
title: 'API Ressourcen', | ||
page_title: 'API-Ressourcen', | ||
title: 'API-Ressourcen', | ||
subtitle: 'Lege APIs an, die du in deinen autorisierten Anwendungen verwenden kannst', | ||
create: 'API Ressource erstellen', | ||
create: 'API-Ressource erstellen', | ||
api_name: 'API-Name', | ||
api_name_placeholder: 'Gib einen API-Namen ein', | ||
api_identifier: 'API Identifier', | ||
api_identifier: 'API-Identifier', | ||
api_identifier_placeholder: 'https://your-api-identifier/', | ||
api_identifier_tip: | ||
'Der eindeutige Identifikator der API-Ressource muss eine absolute URI ohne Fragmentbezeichner (#) sein. Entspricht dem <a>Ressourcenparameter</a> in OAuth 2.0.', | ||
default_api: 'Standard-API', | ||
default_api_label: | ||
'Pro Mandant kann nur eine Standard-API festgelegt werden. Wenn eine Standard-API festgelegt ist, kann der Ressourcenparameter in der Authentifizierungsanfrage weggelassen werden. Folgende Token-Austauschvorgänge verwenden standardmäßig die API als Publikum, was zur Ausgabe von JWTs führt. <a>Erfahren Sie mehr</a>', | ||
api_resource_created: 'Die API-Ressource {{name}} wurde erfolgreich erstellt', | ||
/** UNTRANSLATED */ | ||
invalid_resource_indicator_format: 'API indicator must be a valid absolute URI.', | ||
invalid_resource_indicator_format: 'API-Indikator muss eine gültige absolute URI sein.', | ||
}; | ||
|
||
export default Object.freeze(api_resources); |
Oops, something went wrong.