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 1f8f914 commit 9beb64e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 44 deletions.
43 changes: 13 additions & 30 deletions messages/sk/base.php
Original file line number Diff line number Diff line change
@@ -1,31 +1,14 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract-module' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'<strong>Birthdays</strong> within the next {days} days' => '',
'Back to modules' => '',
'Birthday Module Configuration' => '',
'In {days} days' => '',
'Save' => '',
'The group id of the group that should be exluded.' => '',
'The number of days future birthdays will be shown within.' => '',
'Tomorrow' => '',
'You may configure the number of days within the upcoming birthdays are shown.' => '',
'becomes {years} years old.' => '',
'today' => '',
];
return array (
'<strong>Birthdays</strong> within the next {days} days' => '<strong>Narodeniny</strong> v priebehu nasledujúcich {days} dní',
'Back to modules' => 'Späť k modulom',
'Birthday Module Configuration' => 'Konfigurácia modulu Narodeniny',
'In {days} days' => '',
'Save' => 'Uložiť',
'The group id of the group that should be exluded.' => 'ID skupiny, ktorá by mala byť vylúčená.',
'The number of days future birthdays will be shown within.' => 'Počet dní, počas ktorých sa budú zobrazovať budúce narodeniny.',
'Tomorrow' => 'Zajtra',
'You may configure the number of days within the upcoming birthdays are shown.' => 'Môžete nakonfigurovať počet dní, počas ktorých sa budú zobrazovať nadchádzajúce narodeniny.',
'becomes {years} years old.' => '',
'today' => 'dnes',
);
27 changes: 13 additions & 14 deletions messages/sr/base.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php

return [
'<strong>Birthdays</strong> within the next {days} days' => '',
'Back to modules' => '',
'Birthday Module Configuration' => '',
'In {days} days' => '',
'Save' => '',
'The group id of the group that should be exluded.' => '',
'The number of days future birthdays will be shown within.' => '',
'Tomorrow' => '',
'You may configure the number of days within the upcoming birthdays are shown.' => '',
'becomes {years} years old.' => '',
'today' => '',
];
return array (
'<strong>Birthdays</strong> within the next {days} days' => '<strong>Rođendani</strong> u nadolazećih {days} dana',
'Back to modules' => 'Povratak na module',
'Birthday Module Configuration' => 'Konfiguracija rođendanskog modula',
'In {days} days' => 'U {days} dana',
'Save' => 'Sačuvaj',
'The group id of the group that should be exluded.' => 'ID grupe od grupe koja će biti izostavljena.',
'The number of days future birthdays will be shown within.' => 'Broj dana u kojima će se budući rođendani prikazivati.',
'Tomorrow' => 'Sutra',
'You may configure the number of days within the upcoming birthdays are shown.' => 'Možete konfigurirati broj dana u predstojećim rođendanima.',
'becomes {years} years old.' => 'ima {years} godina.',
'today' => 'danas',
);

0 comments on commit 9beb64e

Please sign in to comment.