Files
UNIT3D-Community-Edition/lang/kn/rss.php
T
2022-01-19 19:51:07 +00:00

31 lines
1.3 KiB
PHP

<?php
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'create' => 'ರಚಿಸಿ',
'create-private-feed' => 'ಖಾಸಗಿ RSS ಫೀಡ್ ರಚಿಸಿ',
'create-public-feed' => 'ಸಾರ್ವಜನಿಕ RSS ಫೀಡ್ ರಚಿಸಿ',
'delete' => 'ಅಳಿಸಿ',
'edit' => 'ಸಂಪಾದಿಸಿ',
'edit-private-feed' => 'ಖಾಸಗಿ RSS ಫೀಡ್ ಅನ್ನು ಸಂಪಾದಿಸಿ',
'edit-public-feed' => 'ಸಾರ್ವಜನಿಕ RSS ಫೀಡ್ ಸಂಪಾದಿಸಿ',
'feed' => 'ಫೀಡ್',
'feeds' => 'ಫೀಡ್ಗಳು',
'name' => 'ಹೆಸರು',
'public' => 'ಸಾರ್ವಜನಿಕ',
'private' => 'ಖಾಸಗಿ',
'rss' => 'RSS',
'rss-feed' => 'RSS ಫೀಡ್',
'type' => 'ಮಾದರಿ',
];