-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Enh: Updated Translations (translate.humhub.org)
HumHub Translations
committed
Feb 18, 2024
1 parent
8e46922
commit 4d1dfa7
Showing
6 changed files
with
72 additions
and
77 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
<?php | ||
|
||
return [ | ||
'Save' => '', | ||
]; | ||
return array ( | ||
'Save' => 'Uložiť', | ||
); |
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,13 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'<strong>Translation</strong> Editor' => '', | ||
'For more informations about translation syntax see' => '', | ||
'If the value is empty, the message is considered as not translated.' => '', | ||
'Message string can be used with plural forms format. Check i18n section of the documentation for details.' => '', | ||
'Messages that no longer need translation will have their translations enclosed between a pair of "@@" marks.' => '', | ||
'Original (en-US)' => '', | ||
'Search' => '', | ||
'Translated' => '', | ||
'Translation Editor' => '', | ||
]; | ||
return array ( | ||
'<strong>Translation</strong> Editor' => '', | ||
'For more informations about translation syntax see' => '', | ||
'If the value is empty, the message is considered as not translated.' => '', | ||
'Message string can be used with plural forms format. Check i18n section of the documentation for details.' => '', | ||
'Messages that no longer need translation will have their translations enclosed between a pair of "@@" marks.' => '', | ||
'Original (en-US)' => '', | ||
'Search' => 'Hľadať', | ||
'Translated' => '', | ||
'Translation Editor' => '', | ||
); |
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,44 +1,43 @@ | ||
<?php | ||
|
||
return [ | ||
'<strong>Translation</strong> History' => '', | ||
'<strong>Translation</strong> history' => '', | ||
'Active translation' => '', | ||
'Back to editor' => '', | ||
'Confirm translations.' => '', | ||
'Date' => '', | ||
'Discussion' => '', | ||
'Edit translations' => '', | ||
'Error while parsing the message, please request support by a translation administrator' => '', | ||
'File' => '', | ||
'If you are responsible for this module, try running the following command:' => '', | ||
'Invalid translation pattern detected, please see {link}' => '', | ||
'Language' => '', | ||
'Message' => '', | ||
'Module' => '', | ||
'New' => '', | ||
'No translation files found for given selection.' => '', | ||
'No translation history available.' => '', | ||
'No translation log available.' => '', | ||
'Old' => '', | ||
'Old Translation' => '', | ||
'Only show missing translations' => '', | ||
'Otherwise, please report this to the module owner or translation admin.' => '', | ||
'Some translations could not be saved.' => '', | ||
'Some translations may have been purified.' => '', | ||
'The message file for {settings} not found!' => '', | ||
'The selected translation file could not be found.' => '', | ||
'The translation contains an invalid parameter "{match}"' => '', | ||
'The translation is missing a parameter "{match}"' => '', | ||
'The translation path for language {settings} could not be found!' => '', | ||
'The translations for {settings} could not be loaded:' => '', | ||
'There are unsaved changes, do you really want to leave this page?' => '', | ||
'There is no language related space available for language {lang}' => '', | ||
'Translation' => '', | ||
'Translation did not change.' => '', | ||
'Translations' => '', | ||
'View History' => '', | ||
'View history' => '', | ||
'Your input has been purified.' => '', | ||
'Your translation seems to be empty and therefore could not be saved.' => '', | ||
]; | ||
return array ( | ||
'<strong>Translation</strong> History' => '', | ||
'<strong>Translation</strong> history' => '', | ||
'Active translation' => '', | ||
'Back to editor' => '', | ||
'Confirm translations.' => '', | ||
'Date' => 'Datum', | ||
'Discussion' => '', | ||
'Edit translations' => '', | ||
'Error while parsing the message, please request support by a translation administrator' => '', | ||
'File' => 'Datoteka', | ||
'If you are responsible for this module, try running the following command:' => '', | ||
'Invalid translation pattern detected, please see {link}' => '', | ||
'Language' => 'Jezik', | ||
'Message' => 'Poruka', | ||
'Module' => 'Modul', | ||
'New' => 'Novi', | ||
'No translation files found for given selection.' => '', | ||
'No translation history available.' => '', | ||
'No translation log available.' => '', | ||
'Old' => '', | ||
'Old Translation' => '', | ||
'Only show missing translations' => '', | ||
'Otherwise, please report this to the module owner or translation admin.' => '', | ||
'Some translations could not be saved.' => '', | ||
'Some translations may have been purified.' => '', | ||
'The message file for {settings} not found!' => '', | ||
'The selected translation file could not be found.' => '', | ||
'The translation contains an invalid parameter "{match}"' => '', | ||
'The translation is missing a parameter "{match}"' => '', | ||
'The translation path for language {settings} could not be found!' => '', | ||
'The translations for {settings} could not be loaded:' => '', | ||
'There are unsaved changes, do you really want to leave this page?' => 'Postoje nesacuvane promene, želite li zaista napustiti ovu stranicu?', | ||
'There is no language related space available for language {lang}' => '', | ||
'Translation' => '', | ||
'Translation did not change.' => '', | ||
'Translations' => 'Prevodi', | ||
'View History' => '', | ||
'View history' => '', | ||
'Your input has been purified.' => '', | ||
'Your translation seems to be empty and therefore could not be saved.' => '', | ||
); |
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,5 +1,4 @@ | ||
<?php | ||
|
||
return [ | ||
'Save' => '', | ||
]; | ||
return array ( | ||
'Save' => 'Sačuvaj', | ||
); |
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,13 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'<strong>Translation</strong> Editor' => '', | ||
'For more informations about translation syntax see' => '', | ||
'If the value is empty, the message is considered as not translated.' => '', | ||
'Message string can be used with plural forms format. Check i18n section of the documentation for details.' => '', | ||
'Messages that no longer need translation will have their translations enclosed between a pair of "@@" marks.' => '', | ||
'Original (en-US)' => '', | ||
'Search' => '', | ||
'Translated' => '', | ||
'Translation Editor' => '', | ||
]; | ||
return array ( | ||
'<strong>Translation</strong> Editor' => '', | ||
'For more informations about translation syntax see' => '', | ||
'If the value is empty, the message is considered as not translated.' => '', | ||
'Message string can be used with plural forms format. Check i18n section of the documentation for details.' => '', | ||
'Messages that no longer need translation will have their translations enclosed between a pair of "@@" marks.' => '', | ||
'Original (en-US)' => '', | ||
'Search' => 'Pretraži', | ||
'Translated' => '', | ||
'Translation Editor' => 'Urednik prevoda', | ||
); |