-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feb 18, 2024
1 parent
1f8f914
commit 9beb64e
Showing
2 changed files
with
26 additions
and
44 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,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', | ||
); |
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,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', | ||
); |