Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Feb 18, 2024
1 parent 7249d69 commit 4e0479f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion messages/sk/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'Bearer Auth' => '',
'Enabled for all registered users' => '',
'Expiration' => '',
'General' => '',
'General' => 'Všeobecné',
'JWT Auth' => '',
'JWT Key' => '',
'JWT Token Expiration' => '',
Expand Down
41 changes: 20 additions & 21 deletions messages/sr/base.php
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
<?php

return [
'<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' => '',
'Enabled for all registered users' => '',
'Expiration' => '',
'General' => '',
'JWT Auth' => '',
'JWT Key' => '',
'JWT Token Expiration' => '',
'No enabled modules found with additional REST API endpoints.' => '',
'Token' => '',
'User' => '',
];
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' => '',
'Enabled for all registered users' => '',
'Expiration' => '',
'General' => 'Opšte',
'JWT Auth' => '',
'JWT Key' => '',
'JWT Token Expiration' => '',
'No enabled modules found with additional REST API endpoints.' => '',
'Token' => '',
'User' => 'Korisnik',
);

0 comments on commit 4e0479f

Please sign in to comment.