-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Apr 20, 2024
1 parent
77953dd
commit 0cda082
Showing
1 changed file
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<?php | ||
return array ( | ||
'<strong>REST</strong> Configuration' => '', | ||
'Access Tokens' => '', | ||
'Add Access Token' => '', | ||
'Allow Bearer Authentication' => '', | ||
'Allow HTTP Basic Authentication' => '', | ||
'Allow JWT Authentication' => '', | ||
'Allow Query Param Bearer Authentication' => '', | ||
'Bearer Access Token Successfully Revoked' => '', | ||
'Bearer Auth' => '', | ||
'<strong>REST</strong> Configuration' => '<strong>REST</strong> Konfiguracja', | ||
'Access Tokens' => 'Tokeny dostępowe', | ||
'Add Access Token' => 'Dodaj token dostępowy', | ||
'Allow Bearer Authentication' => 'Zezwól na Bearer Authentication', | ||
'Allow HTTP Basic Authentication' => 'Zezwól na HTTP Basic Authentication', | ||
'Allow JWT Authentication' => 'Zezwól na JWT Authentication', | ||
'Allow Query Param Bearer Authentication' => 'Zezwól na Query Param Bearer Authentication', | ||
'Bearer Access Token Successfully Revoked' => 'Token dostępowy Bearer poprawnie odwołany', | ||
'Bearer Auth' => 'Bearer Auth', | ||
'Enabled for all registered users' => 'Dostępne dla wszystkich zarejestrowanych użytkowników', | ||
'Expiration' => '', | ||
'Expiration' => 'Wygasa', | ||
'General' => 'Ogólne', | ||
'JWT Auth' => '', | ||
'JWT Auth' => 'JWT Auth', | ||
'JWT Key' => 'Klucz JWT', | ||
'JWT Token Expiration' => '', | ||
'No enabled modules found with additional REST API endpoints.' => '', | ||
'Token' => '', | ||
'JWT Token Expiration' => 'Wygaśnięcie tokena JWT', | ||
'No enabled modules found with additional REST API endpoints.' => 'Nie odnaleziono modułów z dodatkowymi punktami końcowymi REST API.', | ||
'Token' => 'Token', | ||
'User' => 'Użytkownik', | ||
); |