Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
HumHub Translations committed Feb 18, 2024
1 parent 8e46922 commit 4d1dfa7
Showing 6 changed files with 72 additions and 77 deletions.
4 changes: 2 additions & 2 deletions messages/sk/base.php
Original file line number Diff line number Diff line change
@@ -5,15 +5,15 @@
'Active translation' => '',
'Back to editor' => '',
'Confirm translations.' => '',
'Date' => '',
'Date' => 'Dátum',
'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' => 'Jazyk',
'Message' => '',
'Message' => 'Správa',
'Module' => '',
'New' => '',
'No translation files found for given selection.' => '',
7 changes: 3 additions & 4 deletions messages/sk/test.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

return [
'Save' => '',
];
return array (
'Save' => 'Uložiť',
);
23 changes: 11 additions & 12 deletions messages/sk/views_translate_index.php
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' => '',
);
85 changes: 42 additions & 43 deletions messages/sr/base.php
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.' => '',
);
7 changes: 3 additions & 4 deletions messages/sr/test.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

return [
'Save' => '',
];
return array (
'Save' => 'Sačuvaj',
);
23 changes: 11 additions & 12 deletions messages/sr/views_translate_index.php
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',
);

0 comments on commit 4d1dfa7

Please sign in to comment.